﻿ 
.flexSpace{
    display:flex;
    align-items:center;
    justify-content:space-between;

}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

#div-membership-form {
    border-left: 2px dashed #E2E2E2;
}

#div-membership-can a span {
    margin: 0 5px;
    vertical-align: middle;
}

#div-membership-form label {
    color: #808080;
}

#div-membership-form h2 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.a-membership-submit-op {
    display: block;
}

    .a-membership-submit-op span {
        margin: 0 5px;
        vertical-align: middle;
    }

.div-membership-col {
    width: 50%;
    float: right;
    padding: 2%;
}

#div-membership-can {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}

    #div-membership-can input[type=text] {
        width: 100%;
        border: 1px solid #C5C5C5;
        border-radius: 5px;
        padding: 5px;
        direction: ltr;
    }

    #div-membership-can input[type=password] {
        width: 100%;
        border: 1px solid #C5C5C5;
        border-radius: 5px;
        padding: 5px;
        direction: ltr;
    }


#div-membership-text-section {
}

    #div-membership-text-section h2 {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }

.lb-membership-text {
    display: block;
    color: #989898;
}

    .lb-membership-text span {
        margin: 0 5px;
        vertical-align: middle;
    }

#a-gotoMembership {
    margin: 10px 0px;
    display: inline-block;
    background-color: #ffd800;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
}

#a-membership-submit {
    border: none;
    margin: 10px 0px;
    display: inline-block;
    background-color: #2c2c2c;
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
}


#membershipAcceptRules {
   
    display: flex;
    align-items: center;
   
    padding: 15px 0;
 
}

#chb-confirmRules {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
 



#loginSavePassCan {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

#loginRegisterBtnsCan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginItemCan{

    padding:10px 0;
}

#div-login-form {
    border-left: 2px dashed #E2E2E2;
}

#div-login-can a span {
    margin: 0 5px;
    vertical-align: middle;
}

#div-login-form label {
    color: #808080
}

#div-login-form h2 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.a-login-submit-op {
    display: block; color:#000;
}

    .a-login-submit-op span {
        margin: 0 5px;
        vertical-align: middle;
    }

.div-login-col {
    width: 50%;
    float: right;
    padding: 2%;
}

#div-login-can {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}

    #div-login-can input[type=text] {
        width: 100%;
        border: 1px solid #C5C5C5;
        border-radius: 5px;
        padding: 5px;
        direction: ltr;
    }

    #div-login-can input[type=password] {
        width: 100%;
        border: 1px solid #C5C5C5;
        border-radius: 5px;
        padding: 5px;
        direction: ltr;
    }

#div-login-text-section {
}

    #div-login-text-section h2 {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }

.lb-login-text {
    display: block;
    color: #989898;
}

    .lb-login-text span {
        margin: 0 5px;
        vertical-align: middle;
    }

#a-gotoMembership {
    margin: 10px 0px;
    display: inline-block;
    background-color: #ffd800;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
}

#a-login-submit {
    border: none;
    margin: 10px 0px;
    display: inline-block;
    background-color: #343333;
    border-radius: 5px;
    padding: 5px 20px;
    color: #f3f3f3;
    font-weight: bold;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
}

#chb-savePassword {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

 



#googleMap {
    width: 100%;
    height: 550px;
    float: right;
}

#FormContactUs .div-item2 {
    text-align: right;
    float: right;
    width: 100%;
    margin: 5px 0;
}
.div-item2  .div-value {
    display:flex; align-items:center;
}

#FormContactUs input[type="text"] {
    width: 300px;
}

#FormContactUs textarea {
    width: 300px;
}

#divContactUs_form {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#divContactUsInfo {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 0;
}

.icon-contact {
    
    padding: 10px;
    margin: 0 5px;
    float: right;
    color: #000;
    font-size: 22px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

 
/*=================================================================================*/
.div-organ-info {
    text-align: right;
    float: right;
    width: 100%;
    text-align: right;
    display:flex; align-items:center;
    margin:3px 0;
}

    .div-organ-info span {
        float: right;
        margin: 0 5px;
        display: flex;
        align-items: center;
    }
        .div-organ-info span:first-child{
            font-size:22px;
        }


        .icon-organ {
            background-color: #F07E89;
            padding: 5px;
            color: #fff;
        }
#btnSubmitContact {
    background-color: #3c3b3b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    cursor:hand; cursor:pointer;
}

.divRowContentPlace {
    padding: 20px;
}

    .divRowContentPlace h2 {
        padding: 20px;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }


#divContentPlace1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

    #divContentPlace1 .divItemCan {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1%;
        flex-direction: column;
        width: 14.5%;
        border: 1px dotted #939393;
        padding: 10px 0 5px 0;
    }

    #divContentPlace1 .aContentPic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #divContentPlace1 .aContentPic img {
            height: 80px;
            filter: grayscale(100%);
            transition: 1s;
            opacity:0.5;
        }
        #divContentPlace1 .aContentPic img:hover {
            
           
        }

    #divContentPlace1 .divItemCan:hover {
        border: 1px dotted #fff;
        ;
    }
    #divContentPlace1 .divItemCan:hover img {
        opacity: 1;
    }


    #divContentPlace1 .aContentTitle {
        padding: 5px 0px;
    }

        #divContentPlace1 .aContentTitle h3 {
            color: gray;
            font-size: 13px;
        }


    #divContentPlace1 .pContentDescript {
        padding: 5px 0px;
    }



#divLanguagesPlace {
    display: flex;
    flex-direction: column;
}

#divCurrentLanguageCan {
    display: flex;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
}

#aCurrentLang {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 12px;
}

#divCurrentLanguageCan img {
    width: 24px;
}

#divLanguagesCan {
    display: none;
    background-color: #1a1a1a;
    padding: 10px 0px;
}

    #divLanguagesCan a {
        display: block;
        color: #fff;
        color: #fff;
        padding: 5px 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size:12px;
    }

        #divLanguagesCan a img {
            width: 24px;
            margin: 0 0 0 10px;
        }



#startup_processPlace{
     float: right;
    width: 100%;
 }
#startupPlace{
      float: right;
    width: 50%; height:580px; background-color:#b71e5b ;
}
#startupPlace h2{
       
   color:#fff; font-size:30px;    padding: 27px 0 10px 0;
}
    #startupPlace p {
        padding: 10px 0px;
        color: #fff;
    }

#startupPlace img{
       
    max-width:40%;
}
#startupPlace a{
       
   background-color:#191919; padding:10px ; color:#fff; display:block; width:300px;margin:50px auto 0 auto;
   display:flex;align-items:center; justify-content:center;
}
    #startupPlace a span.fIconArrow {
        padding: 0 10px;
        font-size: 22px;
    }
    /*#startupPlace a:hover img {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }*/
    #startupPlace a:hover span.fIconArrow {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
#startupPlace a img{
       vertical-align:middle;margin:0 0 0 10px;
 }


#processPlace{
      float: right;
    width: 50%;background-color:#099;
}
#processPlace-head{
     float: right;  width: 100%; height:80px;
}

#processPlace-head-part1{
     float: right;  width: 15%;  background-color:#00b5b5; height:100%; display:none;
}
#processPlace-head-part1 span{
        font-size: 46px;
    color: #fff;
    padding: 6px;
    display: inline-block;
}
#processPlace-head-part2{
     float: right;  width: 100%; height:100%;    background-color: #04b7b7;    border-bottom: 1px solid #42d2ff;
}
    #processPlace-head-part2 h2 {
        font-size: 18px;
        padding: 20px;
        color: #000;
        /* font-weight: bold; */
    }
#processPlace-body{
     float: right;  width: 100%;
}
.processPart{
     float: right;width:33.33%; height:250px; border:0px solid #fff; position:relative;
}
.processPart h2 {
     padding:5px;
}

.processPart:nth-child(odd) {

}
.processPart:nth-child(even) {

}

.proccessNumber {
    width: 32px;
    height: 32px;
    border: 1px solid #e6e6e6;
    transform: rotate(45deg);
    margin: 15px;
    background-color: #00d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proccessNumber span{
   
    transform: rotate(-45deg);
    display:inline-block;
    font-size:20px;
    font-weight:bold;
    
}
.processIcon{

   position: absolute;
    bottom: 24px;
    left: 14px;
    font-size: 50px;
    width: 50px;
    /* padding: 10px; */
    height: 50px;
}

#fixedMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #ffbb00;
    color: #000;
    border-radius: 5px;
    padding: 5px 10px;
    position: fixed;
    z-index: 9999999;
    bottom: 15px;
    left: 15px;
}

 /*=================================================================================*/
 .arrowLeftSvg{
     background-image:url(/media/svg/back-black.svg); background-position:center center; background-repeat:no-repeat; width:55px;height:25px;
     display:inline-block;vertical-align:middle;
 }
  
  a:hover .arrowLeftSvg{
      -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
 }
#raadcomArticlesPlace
{
            float:right; width:100%;  background-color:#bbbbbb;

}
.homeArticleCan {
    float: right;
    width: 32.73%;
    height: 500px;
    margin: 0.3%;
    background-color: #504f4f;
}
.homeArticleCan-row1{
     float:right; width:100%;  height:49%;margin:0% 0 1.5% 0;
}
.homeArticleCan-row2{
     float:right; width:100%;  height:49%;border-top:0px solid #ccc9c9;margin:0% 0 1.5% 0;
}
.homeArticleCan-col1 {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #686868;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.homeArticleCan-col2 h2{
          font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    text-align: center;
}
span.artRegisterDate {
       color: #a0a0a0;
    font-size: 11px;
    text-align: left;
    display: block;
    padding: 0 0 0 5px;
    display:none;
}
.homeArticleCan-col2 p {
    font-size: 12px;
    color: #525252;
    padding: 5px 10px;
    overflow: hidden;
    height: 100px;
    text-align: justify;
}
.homeArticleCan-col2{
     float:right; width:50%;  height:100%; background-color:#f9f9f9; position:relative;  z-index:3;
     -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.homeArticleCan-arrow{
         position: absolute; 
    z-index: 5;
    top: 40px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 17px;
    border-color: transparent transparent transparent #f9f9f9;
}
.homeArticleCan-arrow2{
      position: absolute;z-index:5;
    top: 40px;
    left: -15px;
   width: 0;
height: 0;
border-style: solid;
border-width: 15.5px 17px 15.5px 0;
border-color: transparent #f9f9f9 transparent transparent;
}
.aArtContinue {
    border: 1px solid #e1e1e1;
    padding: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #099;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}
.specialNewsCan{
    float:right; width:100%; height:100%; position:relative;
}
.specialNewsCan a{
    float:right; width:100%; height:100%;
}
 .spBackgroundImage {
        width: 100%;
        height: 100%;
        float: right;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
 .artSpecTitleCan{
      position:absolute;
     bottom: 35px;
     left:0px;
     width:100%;
     background-color: rgba(0,0,0,0.5);
     color: #fff;
     padding: 10px 10px;
 }
  .artSpecTitleCan h2{
      
 }
    .artSpecTitleCan p{
      font-size:13px; color:#e9e8e8
 }

     /*=================================================================================*/


    #portfolioSelectionPlace{
        float:right; width:100%; height:650px; background-color:#b71e5b; text-align:center;
    }
      #portfolioSelection-mob-can{
           float:right; width:30%; height:100%; background-color:#099;padding: 0px 0 0 0; position:relative;
    }
        #portfolioSelection-laptop-can{
             float:right; width:70%;height:100%;padding: 0px 0 0 0; position:relative;
    }




          #portfolioSelection-mob-can h2{
              color:#fff; padding:30px 5px; font-size:1.1em;

    }
        #portfolioSelection-laptop-can h2{
                          color:#fff; padding:30px 5px; font-size:1.1em;

    }


        #mobileDeviceMockup{
             margin:0 auto;
                width: 300px;
    height: 443px;
              background-image:url(/media/img/mockup/apple-iphone6plus-gold-portrait-iloveimg-cropped.png);
              background-position:center center;
              background-size:cover;
              background-repeat:no-repeat;
        }

         #laptopMockup{
                               position:relative; overflow:hidden;              margin:0 auto;
          width: 800px;
    height: 464px;


               background-image:url(/media/img/mockup/laptop-mockup.png);
              background-position:center center;
              background-size:cover;
                            background-repeat:no-repeat;


        }
         .mobilePortFolioSlideCan{
                          width:200px; height:360px; position:absolute; top:33px; left:0px;

         }
         .laptopPortFolioSlideCan{
             width:620px; height:385px; position:absolute; top:27px; left:0px;
         }

         #trianleLaptopPortfolio{
               position: absolute;
    top: 40%;
    left: 0px;
   width: 0;
height: 0;
border-style: solid;
border-width: 44.5px 0 44.5px 70px;
border-color: transparent transparent transparent #da1362;
         }
            #trianleMobilePortfolio{
                   position: absolute;
    top: 40%;
  width: 0;
height: 0;
border-style: solid;
border-width: 44.5px 65px 44.5px 0;
border-color: transparent #05bfbf transparent transparent;

         }
            .aPortfolioList{
                display:inline-block; border:1px solid #fff; padding:15px 20px; color:#fff; margin:20px 0;

                display:inline-flex;align-items:center;justify-content:center;
            }
                .aPortfolioList span.fIconArrow {
                    padding: 0 10px;
                    font-size: 23px;
                }

                .aPortfolioList:hover span.fIconArrow {
                    -webkit-animation: swing 1s ease;
                    animation: swing 1s ease;
                    -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1;
                }


 /*=================================================================================*/
#raadcomPackagePlace{
        float:right; width:100%;  background-color:#232323;

}
#raadcomPackageHeader{
    float: right;
    width: 100%;
    padding: 35px 0 10px 0;
    background-color: #232323;
}
.raadcomPackHeadItem{
    width:80px ;height:80px; border:1px solid #969292;display:inline-block; margin:5px 20px;
    transform:rotate(45deg); color:#969292;cursor:hand; cursor:pointer;
}
#raadcomPackageHeader h2{
        color: #d91664;
    padding: 20px 0 0 0;
    font-size: 1.25em;
}
.raadcomPackHeadItem span{
      
transform: rotate(-45deg) !important;
     display: inline-block;
    font-size: 40px;
    margin: 8px -8px 0 0;
}

.raadcomPackHeadItem-active{

    color: #ef156c !important;
    border: 4px solid #ef156c;
}


.raadcomPackageRow{
    display:none;
}
.raadcomPackageItem{
        width:30%; margin:1%; height:450px;
 display:inline-block; background-color:#fff;
 position:relative;
}
.raadcomPackageItem h2{
        color: #fff;
    font-size: 1.3em;
    padding: 15px 0 0 0;
}
.raadcomPackageItem p{
    padding:10px;color:#000; font-size:0.9em;font-weight:bold;
}
    .raadcomPackageItem a.aPackageTitle {
        border: 0px solid #fff;
        padding: 7px 25px;
        display: block;
        width: 80%;
        color: #fff;
        font-size: .9em;
        margin: 10px auto;
        height: 70px;
    }

.aPackageOrderDetails {
    border: 1px solid #fff;
    padding: 15px 25px;
    display: block;
    width: 80%;
    color: #fff;
    font-size: .9em;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .aPackageOrderDetails span.fIconArrow {
        padding:0 10px;
        font-size:23px;
    }

    .aPackageOrderDetails:hover span.fIconArrow {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }



    .raadcomPackageItemIcon {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 256px;
        height: 256px;
        background-position: center center;
        background-size: cover;
        background-image: url(/media/img/index/shopping-cart-256.png)
    }
#raadcomPackageItem-1{
background: #FFB75E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#raadcomPackageItem-2{
background: #D31027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EA384D, #D31027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EA384D, #D31027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#raadcomPackageItem-3{
background: #DA22FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #9733EE, #DA22FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #9733EE, #DA22FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

#raadcomPackageItem-4{

    background: #F7971E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFD200, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#raadcomPackageItem-5{

background: #DCE35B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #45B649, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #45B649, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#raadcomPackageItem-6{

background: #F00000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


#raadcomPackageItem-7{

background: #834d9b;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #d04ed6, #834d9b);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #d04ed6, #834d9b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#raadcomPackageItem-8{

background: #fd746c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ff9068, #fd746c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff9068, #fd746c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#raadcomPackageItem-9{
background: #B24592;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F15F79, #B24592);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F15F79, #B24592); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.packSpecIconPlace{
    margin:50px 0 0 0;
}
.packSpecIcon{
    width:32px; height:32px;display:inline-block; border:1px solid #f7f7f7;
}

.packSpecTextPlace{
    display:inline-block;margin:0 auto;
}
.packSpecTextPlace ul li{
    text-align:right;
}
.packSpecTextPlace ul li span{
    vertical-align:middle; display:inline-block; margin:0 10px;
}
.packSpecTextPlace ul li span:last-child{
    color:#000;font-size:12px;
}
/*========================================================================================*/

#majonPlace
{
    float:right; width:100%; height:350px; background-color:#fff;margin: 3px 0;
}

#majonPlaceCol1
{
    float:right; width:50%; height:100%; background-color:#e5e5e5; position:relative;
}
#addIconParts
{
   position: absolute;
    top:41%;
    left: 46.5%;
    font-size: 3em;

}
.majonPart
{
    float:right; width:50%; height:50%;border:1px dashed #fff;
}
.majonPart span
{
    font-size:2.5em; color:#a2a2a2;display:block;    padding: 15px 0 0 0;
 }
.majonPart a
{
        font-size:13px; color:#696969; display:block;

 }



#majonPlaceCol2
{
    float:right; width:50%; height:100%; background-color:#099; position:relative;
}
#triAngleMajon
{
           position: absolute;
    z-index: 3;
    top: 31.5%;
    left: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65.5px 66px 65.5px 0;
    border-color: transparent #009999 transparent transparent;

}
#majonPlaceCol2 img
{
       max-height: 140px;
    padding: 15px 0 0 0;
}
#majonPlaceCol2 h2 {
    font-size: 23px;
    position: relative;
    color: #fff;
}
#majonPlaceCol2 h2 img
{
   position:absolute; top:0px; left:0px; transform:rotateZ(90deg); z-index:999;
}
#majonPlaceCol2 p {
    font-size: .9em;
    padding: 8px;
    display: inline-block;
    width: 60%;
    font-weight: 800;
    color: #ffffff;
}

#aMajonMoreInfo {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: block;
    width: 200px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #aMajonMoreInfo span.fIconArrow {
        padding: 0 10px;
        font-size: 23px;
    }

    #aMajonMoreInfo:hover span.fIconArrow {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }



/*========================================================================================*/
#raadcomProductsPlace{
        float:right; width:100%;  background-color:#fff;    

}
.raadcomProduct
{
    float:right;  width:33.33%; height:300px;border-left: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.raadcomProduct h2
{
       color: #e4e4e4;
    font-size: 1.2em;
}
.raadcomProduct p
{
       color: #969494;
    font-size: 0.9em;
    padding: 15px;
}
.raadcomProductIcon 
{
        color: #7b7b7b;
    font-size: 5em;
}
#raadcomProduct-1{

  background-color:rgba(0,0,0,0.75);
}
#raadcomProduct-2{
     background-color:#4F4F4F;
}
#raadcomProduct-3{
     background-color:#172d4d;
}
#raadcomProduct-4{
     background-color:#172d4d;
}
#raadcomProduct-5{
     background-color:#404040;
}
#raadcomProduct-6{
     background-color:#151515;
}



/*========================================================================================*/



.proccess {
    background: white;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
}

#proccessParagraph {
    width: 60%;
    margin: 12px auto 12px auto;
    text-align: right;
    font-size: 13px;
}

#proccess-icon {
    float: right;
    width: 85px;
    min-height: 110px;
    margin: 0 0 0 20px;
    background-image: url(/media3/img/about-logo.png);
}

#proccessParagraph p {
    font-size: 1.1em;
    line-height: normal;
}

#proccessFrame {
    width: 100%;
    padding: 0 2%;
    margin: auto;
    float: right;
    border: 0px solid #e1e1e1;
}

.proccessIcons {
    width: 16.6%;
     overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 0px solid #e1e1e1;
    float: right;
        margin: 0 0 5px 0;
}

    .proccessIcons img {
        transition: all 300ms cubic-bezier(0.175, 0.985, 0.32, 1.275);
        margin: 0 auto;
    }

.proccessTitle {
    font-size: 1em;
    color: #4F4F4F;
    margin-top: 20px;
}

.proccessTitleD {
    font-size: 1em;
    color: #4F4F4F;
    margin-top: 13px;
}

.proccessTitleU {
    font-size: 1em;
    color: #4F4F4F;
    margin-top: 15px;
}

.titleProcess {
    font-weight: bold;
}

.expProcess {
      font-size: 13px;
    margin-top: 10px;
    position: relative;
    border: 0px solid red;
    width: 98%;
    height: 210px;
    background-color: rgb(157, 29, 80);
    padding: 10%;
    text-align: justify;
    color: #fff;
}

.spProcessDescript-op {
      /* width: 10px; */
    /* height: 18px; */
    position: absolute;
    top: -17px;
    right: 6px;
    font-size: 24px !important;
    color: #0acccc;
}

.projectImg {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    transform: scale(1);
}

.projectOverlay {
    background: white;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transform: scale(1.5);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    border: 1px solid gray;
    text-align: center;
}

    .projectOverlay h2 {
        padding: 9% 0;
        font-size: 20px;
    }

.closeBox {
    width: 65px;
    height: 65px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    background: url(/media3/img/cross37.png) no-repeat;
    position: relative;
    z-index: 99;
}

/*****************************************************************************************************/
/**********************************************************************************************************/
/* Portfolio Section */
/**********************************************************************************************************/
#divPortfolioPageCan {
    float: right;
    width: 100%;
    min-height: 680px;
    background: #2FCCBD;
    position: relative;
    overflow: hidden;
}

#portfolio-section-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
}

.sp-portfolio-icon {
    background-color: #2AEFDC;
    padding: 5px;
    display: inline-block;
    width: 90px;
    height: 50px;
}

    .sp-portfolio-icon:first-child {
        background-color: #FBFF04;
        -webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    }

    .sp-portfolio-icon img {
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

#divPortfolioNextPage {
    width: 8%;
    background-color: #e9455b;
    height: 15%;
    position: absolute;
    z-index: 4;
    top: 42%;
    left: 3000px;
    cursor: hand;
    cursor: pointer;
}

#divPortfolioNextPage-icon {
    background-image: url(/media3/img/0/arrows.png);
    background-repeat: no-repeat;
    background-position: -52px 0;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 22%;
    left: 10%;
}

#divPortfolioPrevPage {
    width: 8%;
    background-color: #e9455b;
    height: 15%;
    position: absolute;
    z-index: 4;
    top: 42%;
    left: -40px;
    cursor: hand;
    cursor: pointer;
}

#divPortfolioPrevPage-icon {
    background-image: url(/media3/img/0/arrows.png);
    background-repeat: no-repeat;
    background-position: 15px 0;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 21%;
    left: 8%;
}

.divPortfolioPage {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.divPortfolioBox {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    text-align: center;
    float: right;
    width: 32.3%;
    /* height: 37%; */
    margin: 0.5% 0.5%;
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
}

#div-portfolio-switcherCan {
    margin: 0 0 35px 0;
}

.a-portfolio-name {
    width: 100%;
    display: block;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}


.divPortfolioBox-logo {
    float: left;
    width: 31%;
    height: 250px;
    border-right: 1px dashed #e1e1e1;
    overflow: hidden;
    position: relative;
}

.divPortfolioBox-pic {
    float: right;
    width: 100%;
    height: 290px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

.divPortfolioBox-logo img {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

.divPortfolioBox-pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 100%;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    webkit-box-shadow: inset 0px 0px 0px 1px gray;
    -moz-box-shadow: inset 0px 0px 0px 1px gray;
    box-shadow: inset 0px 0px 0px 1px gray;
}

#divPortfolioCommentFormPlace {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(214, 214, 214);
    z-index: 100;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transform: scale(1.5);
    opacity: 0;
}

.portfolioOperationPlace {
    margin: 18% auto 0 auto;
}

.aLikePortfolio {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(/media3/img/like-comment.png);
    background-position: 0 0;
    float: right;
    margin: 0 25px;
}

    .aLikePortfolio:hover {
        background-position: 0px -40px;
    }

.aCommentPortfolio {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(/media3/img/like-comment.png);
    background-position: -40px 0;
    float: right;
    margin: 0 4px;
}

    .aCommentPortfolio:hover {
        background-position: -40px -40px;
    }

.spCommentsPortfolioCount {
    color: gray;
    position: absolute;
    top: -22px;
    left: 0px;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
}

.spLikePortfolioCount {
    color: gray;
    position: absolute;
    top: -22px;
    left: 0px;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
}


#txtPortfolioComment {
    width: 98%;
    height: 130px;
}

.a-portfolio-details {
    padding: 10px 50px;
    background-color: #e9455b;
    color: #fff;
    text-align: right;
}

#btnSubmitPortfolioComment {
    display: block;
    height: 50px;
    width: 30%;
    text-align: center;
    color: white;
    background: #e9455b;
    float: left;
    transition: all 400ms;
    border: none;
    cursor: hand;
    cursor: pointer;
    font-size: 20px;
}

.spPortfolioComment {
    float: right;
    font-size: 1em;
    margin: 0 5px;
}

.h2CommentPortfolioTitle {
    float: right;
    color: red;
}

.spPortfolioComment {
    float: right;
}

#portfolio-Detalis {
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(216, 211, 211);
    width: 100%;
    overflow: hidden;
}

#portfolio-Detalis-head {
    width: 100%;
    height: 50px;
    background-color: rgb(85, 160, 202);
    float: right;
}

    #portfolio-Detalis-head h2 {
        float: right;
        margin: 5px 10px 0 10px;
        padding: 0;
        color: #fff;
    }

    #portfolio-Detalis-head img {
        float: left;
        margin: 0 10px;
        cursor: hand;
        cursor: pointer;
    }

#portfolio-Detalis-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    float: right;
}
/**********************************************************************************/
#portfolio-pics-navigation-can {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}

#aNextPortfolioPic {
    float: right;
    border: 0px solid red;
    margin: 5px;
    padding: 10px 20px;
    background-color: #fff;
}

#aPrevPortfolioPic {
    float: right;
    border: 0px solid red;
    margin: 5px;
    padding: 10px 20px;
    background-color: #fff;
}


#portfolioPicsPlace {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.portfolio-pic-info {
    width: 400px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 45%;
    border: 0px solid red;
}

#h2-portfolio-pic-title {
    padding: 10px 0;
    width: 100%;
}

#p-portfolio-pic-description {
    padding: 10px 0;
    width: 100%;
}

.img-portfolio {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


/***************************************************************************************************************/
/*****************************************************************************************/
/* Last News Section */
#head-news-section {
    width: 100%;
    float: right;
    clear: both;
}

#news-section {
    width: 50%;
    height: 100%;
    border: 0px solid green;
    background-color: #ddf8ef;
    float: right;
    padding: 1%;
}

#h2-news-title {
    background-color: #e9455b;
    color: #fff;
    float: right;
    padding: 20px;
    border: 4px solid #e9455b;
}

#a-news-archive {
    border: 4px solid #172d4d;
    float: right;
    color: gray;
    padding: 20px;
    transition: all 500ms;
}

    #a-news-archive:hover {
        border: 4px solid #DF3F3F;
    }

#last-news-Place {
    width: 95%;
    height: 140px;
    border: 0px solid gray;
    float: right;
    clear: both;
    margin: 7% 2% 0 0;
    position: relative;
}

#last-news-navigation-container {
    border: 0px solid gray;
    width: 45px;
    height: 21px;
    position: absolute;
    bottom: -30px;
    left: 8px;
}

.a-ln-navigation {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #6bc4de;
    background-image: url(/media3/img/news-slide-arrows.png);
    background-repeat: no-repeat;
}

#a-ln-forward {
    background-position: -16px 7px;
}

#a-ln-backward {
    background-position: 5px 5px;
    margin: 0 1px 0 0px;
}


#news-newest-place {
    width: 96%;
    border: 0px solid gray;
    float: right;
    clear: both;
    margin: 8% 2% 0 0;
}

#a-news-newest {
    float: right;
    width: 40%;
    height: 200px;
    webkit-box-shadow: inset 0px 0px 0px 1px #6bc4de;
    -moz-box-shadow: inset 0px 0px 0px 1px #6bc4de;
    box-shadow: inset 0px 0px 0px 1px #6bc4de;
}

    #a-news-newest img {
        width: 100%;
        height: 100%;
    }

#news-newest-info {
    float: right;
    width: 49%;
    position: relative;
    height: 200px;
}

    #news-newest-info img {
        margin: 4% 7% 0 0;
        float: right;
    }

    #news-newest-info span {
        margin: 3% 5% 0 0;
        float: right;
    }

    #news-newest-info h2 {
        color: gray;
        padding: 5% 8% 0 0;
        float: right;
        clear: both;
        line-height: 20px;
        width: 93%;
        height: 52%;
        font-size: 13px;
        text-align: right;
    }

    #news-newest-info a {
        float: right;
        width: 42%;
        background-color: #6bc4de;
        color: #fff;
        position: absolute;
        bottom: 0px;
        right: 0px;
        border: 1px solid #6bc4de;
        text-align: center;
        padding: 0px 0 0 0;
    }

.div-last-news-page {
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#div-last-news-float {
    width: 100%;
    height: 100%;
}

.a-news-last {
    float: right;
    width: 100%;
    clear: both;
    color: gray;
    font-size: 13px;
    padding: 10px 5px;
    border: 1px solid #ddf8ef;
    transition: all 800ms;
    text-align: right;
}

    .a-news-last:hover {
        background-color: #fff;
        color: #e9455b;
        border: 1px solid #9AF1D4;
    }

.sp-last-news-date {
    float: left;
}


/*****************************************************************************************/
/* Last Articles Section */
#head-article-section {
    width: 100%;
    float: right;
    clear: both;
}

#article-section {
    width: 50%;
    height: 600px;
    border: 0px solid green;
    background-color: #c0f3e5;
    float: right;
    padding: 1%;
}

#h2-article-title {
    background-color: #172d4d;
    color: #fff;
    float: right;
    padding: 20px;
    border: 4px solid #172d4d;
}

#a-article-archive {
    color: gray;
    border: 4px solid #fff;
    text-align: right;
    float: right;
    padding: 20px;
    transition: all 500ms;
}

    #a-article-archive:hover {
        border: 4px solid #DF3F3F;
    }

#last-article-Place {
    position: relative;
    width: 90%;
    height: 65%;
    border: 0px solid gray;
    float: right;
}


#article-page-place {
    position: relative;
    border: 1px solid red;
    height: 100%;
    width: 100%;
    border: 0px solid gray;
    float: right;
}

#last-article-navigation-container {
    border: 0px solid gray;
    width: 24px;
    height: 51px;
    position: absolute;
    top: 2px;
    left: -22px;
}

.a-la-navigation {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e9455b;
    background-image: url(/media3/img/article-slide-arrows.png);
    background-repeat: no-repeat;
}

#a-la-forward {
    background-position: 8px 5px;
}

#a-la-backward {
    background-position: 9px -21px;
    margin: 1px 0 0 0;
}


.div-last-article-page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.a-article-last {
    background-color: #fff;
    width: 49%;
    height: 250px;
    overflow: hidden;
    border: 0px solid red;
    float: right;
    margin: 0.4%;
    position: relative;
}

    .a-article-last img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .a-article-last h2 {
        padding: 5%;
        color: gray;
        position: absolute;
        top: 110px;
        left: 0px;
        text-align: right;
        font-size: 13px;
        background-color: #fff;
        height: 100%;
        width: 100%;
        line-height: 2em;
    }

.a-article-last-more {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0px;
    background-color: #e9455b;
    color: #fff;
    float: right;
}
/*********************************************/
#div-services-section {
    width: 100%;
    padding: 2%;
    background-color: #191919;
    color: #fff;
    min-height: 300px;
    float: right;
    clear: both;
    text-align: center;
}

    #div-services-section h2 {
       color: #a2a2a2 !important;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(43, 43, 43);
    font-weight: bold;
    }

    #div-services-section h3 {
        color: #b3b3b3 !important;
        font-size: 13px;
    }

    #div-services-section h2 a {
        color: #F9F9F9;
    }

.service-bullet {
    float: right;
    margin: 11px;
    width: 4px;
    height: 4px;
    background-color: #0091F6;
}

.div-services-part {
    float: right;
    margin: 15px;
    width: 30%;
    text-align: right;
    height: 400px;
    overflow-y: auto;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #a8a8a8;
    scrollbar-3dlight-color: #a8a8a8;
    scrollbar-darkshadow-color: #111111;
    scrollbar-track-color: #a8a8a8;
    scrollbar-arrow-color: #a8a8a8;
}
.div-services-part a {
   text-align:right;    float: right;
    width: 100%;
}
    .div-services-part label {
        float: right;
        clear: both;
        margin: 5px;
        color: #384b58;
        width: 90%;
        font-size: 13px;
    }

.a-last-article-bottom {
    color: #000;
    font-size: 13px;
}

    .a-last-article-bottom h2 {
        font-weight: normal !important;
        font-size: 13px !important;
        color: #000 !important;
    }






#divSection0_place {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #divSection0_place h1 {
        color: yellow;
        text-align: justify;
        padding: 10px 20px;
        font-size: 13px;
    }

}

#divSection0_place h2 {
    color: #fff;
}

#divSection0_LogoCan {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}



#divSection0_LogoTitles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 1;
}

    #divSection0_LogoTitles h2 {
        display: flex;
        color: #d602e9;
        font-size: 30px;
        padding: 5px 5px;
        font-family: 'IRANSansWeb_Bold';
    }

    #divSection0_LogoTitles h3 {
        display: flex;
        color: #FFC107;
        font-size: 14px;
        padding: 5px 5px;
        font-family: 'IRANSansWeb_Bold';
    }


#aLogoCan_ {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 130px;
}

    #aLogoCan_ img {
        width: 100%;
    }










/*.glowCan {
    
    transform: translate(-50%, -50%);
    
}*/

    .glowCan  {
        /*width: 200px;
        height: 280px;*/
        object-fit: cover;
        position:relative;
        /*filter: grayscale(100%) contrast(120%);*/
        box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
        
        transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
        
        overflow:hidden;
    }

    .glowCan:hover  {
        box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    }

    .glowCan .glow-wrap {
        overflow: hidden;
        position: absolute; z-index:-1;
        width: 100%;
        height: 100%;
        top: 0;
        margin-top: -10px;
    }

        .glowCan .glow {
            display: block;
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 200%;
            background: rgba(255,255,255,.2);
            top: 0;
            filter: blur(5px);
            transform: rotate(45deg) translate(-450%, 0);
            transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

    .glowCan:hover .glow {
        transform: rotate(45deg) translate(450%, 0);
        transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .glowCan:hover img,
    .glowCan:hover .glow-wrap {
        margin-top: 0;
    }


.reflection {
    
    position: relative;
    overflow: hidden;
    
}

    .reflection:hover::after {
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        position: absolute;
        top: -180px;
        left: 0;
        background-color: #FFF;
        opacity: 0;
        transform: rotate(45deg);
        animation: reflect 3s ease-in-out ;
        -webkit-transform: rotate(45deg);
        -webkit-animation: reflect 3s ease-in-out ;
    }

@keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}