.left-side {
    width: 65%;
    float: left;
    position: relative;
    padding: 120px 80px 0 150px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 100vh;
}
.right-side {
    width: 35%;
    float: right;
    position: absolute;
    height: 100vh;
    left: 65%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.client-item a,
.client-item{
    outline: none;
}
.right-side.active .left-image{
    display: none;
}
.right-side.active {
    left: 0;
    width: 65%;
}
.full-image{
    display: none;
}
.right-side.active .full-image{
    display: block;
}
.left-side.active {
    width: 0px;
    overflow: hidden;
    padding: 0;


}
.scroll-slider {
    width: 100%;
    float: left;
    position: relative;
}
.conten-wrap {
    width: 100%;
    float: left;
    position: relative;
}
.common-header {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #C6AD88;*/
}
.common-header:before{
    width: 100%;
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #C6AD88;
    -webkit-transition:1.25s ease-in-out;
    -moz-transition:1.25s ease-in-out;
    -o-transition:1.25s ease-in-out;
    transition:1.25s ease-in-out;
    bottom: 0;
    left: 0;
}
/*body.load .common-header:before{
    width: 100%;
    }*/
/*.silde-items.slick-current.slick-active .common-header.active:before{
    width: 100%;
    }*/
    .common-header.active:before{
        width: 100%;
    }
    .common-header h2 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #D55321;
        font-weight: 400;
    }
    .inside-wrap {
        width: 100%;
        float: left;
        position: relative;
        height: calc( 100vh - 305px );
    }
    .inside-wrap h4{
        width: 100%;
        float: left;
        font-size: 17px;
        color: #000;
        margin: 0 0 10px;
        position: relative;
        line-height: 26px; 
        bottom: -30px;
        z-index: 1;

    }
/*body.load .inside-wrap h4{
     -webkit-animation: MoveUpDown 0.6s linear ;
     animation: MoveUpDown 0.6s linear ;
     }*/
     .core-values.load,
     .inside-wrap h4.active{ 
       -webkit-animation: MoveUpDown 0.6s linear ;
       animation: MoveUpDown 0.6s linear ;
       bottom: 0px;
   }
   @keyframes MoveUpDown {
      0% {
        bottom: -30px;
    }
    100% {
        bottom: 0px;
    }
}
.inside-wrap p{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
    margin: 0 0 10px;
    line-height: 26px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 2.25s ease-in-out;
    -moz-transition: 2.25s ease-in-out;
    -o-transition: 2.25s ease-in-out;
    transition: 2.25s ease-in-out;
}
.teams{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1.25s ease-in-out;
    -moz-transition: 1.25s ease-in-out;
    -o-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
}
.teams.load{
    opacity: 1;
    visibility: visible;
}
.silde-items.slick-current.slick-active .inside-wrap p{
    opacity: 1;
    visibility: visible;
}
.slider-nav {
    position: absolute;
    bottom: -75px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #fff;
}
.slider-nav.active{
    width: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
}
.slide-header{
    outline: none;
    cursor: pointer;   
    border-top:1px solid #C6AD88;
    
}
.slid-tab{
    color: #d55321;
    transition: all 0.5s;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    line-height: 15px;
    width: 100%;
    float: left;
    padding: 30px  0px 30px 0px;
    text-align: center;
    height: 71px;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.slider-nav.slick-slider{
    margin-bottom: 25px;
}
.slide-header .slid-tab:before{
   transition: all 0.5s;
   width: 0;
   height: 2px;
   position: absolute;
   content: "";
   top: -1px;
   right: 0;
   background-color: #D55321
}
.slide-header .slid-tab.slid:before{
    left: 0;
    right: auto;
}
.slide-header.slick-current .slid-tab:before{
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    background-color: #D55321
}
.slide-header.slick-current .slid-tab.slid:before{
    right: 0;
    left: auto;
}
ul.slick-dots {
    position: absolute;
    top: 142px;
    right: calc( 35% + 68px );
    bottom: auto;
    width: auto;
    height: 20px;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #fff;
}
.scroll-slider .slick-next {
    position: absolute;
    top: -45px;
    right:0px;
    left: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: transparent;
    border: 2px solid #D55321;
}
.scroll-slider .slick-prev{
    position: absolute;
    top: -45px;
    right: 30px;
    left: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: transparent;
    border: 2px solid #D55321;
}
.scroll-slider .slick-arrow.slick-disabled{
    opacity: 0.3
}
.slick-dots li button:before{
    background-color: #D55321;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    opacity: 0.6;
}
.slick-prev:before, .slick-next:before{
    background-color: #D55321;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    opacity: 0.6;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
.silde-items {
    outline: none;
}
.slick-prev.active, .slick-next.active,
ul.slick-dots.active{
    z-index: -1;     
    width: 0;
}



.custom_form_label {
    position: relative;
    float: left;
    width: 44%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 45px;
    padding: 0 0px;
}
.custom_form_label .input_placeholder {
    top: 4px;
    left: 15px;
    position: absolute;
    pointer-events: none;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    width: 100%;
}

label.custom_form_label.form-label-left {
    margin-right: 8%;
}
.custom_form_label {
    width: 42%;
    margin-bottom: 20px;
    margin-top: 0px;
}
.add-address-form {
    width: 90%;
    float: left;
}
label.custom_form_label.form-label-right {
    margin-left: 8%;
}
.form_input_field {
    padding: 0px 15px;
    border: none;
    display: block;
    border-color: inherit;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 0px;
    height: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    background-color:#F7F7F7;
    border: none;
    margin: 1px 0 0;
    position: relative;
    font-style: italic;v
    cursor: pointer;
    border-bottom: none;
    /* box-shadow: 0 3px 6px 0px rgba(189, 182, 182, 0.6); */
    /* border-radius: 10px 0; */

    margin-top: 12px;
}

.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
    top: -30px;
    opacity: 0.7;
    font-size: 14px;
}
.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
    top: -16px;
    opacity: 0.7;
    font-size: 12px;
    line-height: 38px;
}
.submit-btn.button{
    border: none;
    background-color: transparent;
}
.core-values {
    width: 100%;
    float: left;
    text-align: center;
}
.values {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 10px;
}
.slick-slide .values img{
    width: auto;
    display: inline-block;
    max-height: 40px;
}

.values h3{
    font-size: 13px;
    margin:10px 0;
}
.core-values h5{
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
}
.slick-slide .keys img{
    width: auto;
    display: inline-block;
    max-height: 64px;
} 

.keys {
    width: 32%;
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
}
.keys h3{
    font-size: 16px;
    margin:10px 0;
    font-weight: 400;
}
.clients-slider{
    width: 100%;
    float: left;
    position: inherit;
    position: initial;
}
.client-logos {
    width: 33.3%;
    float: left;
    padding: 20px;
    text-align: center;
}

.client-logos img{
    width: auto;
    display: inline-block;
    max-height: 120px;;
}

.teams {
    width: 29.3%;
    float: left;
    padding: 20px 0;
    text-align: left;
}
.teams:nth-child(2) {
    margin: 0 6%;
}
.client-item{
    outline: none;
}
.teams img{
    width: 100%;
    display: inline-block; 
}
.teams h5 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
    margin: 13px 0 5px;
    line-height: 16px;
}
.teams h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    margin: 0px 0 0px;
    line-height: 18px;
}
.people-bio {
    width: 100%;
    float: left;
    position: relative; 
}
.people-section {
    width: 35%;
    float: left;
    position: relative;
}
.left-section {
    width: 100%;
    float: left;
    transition: all 3.2s;
    position: relative;
}
.team-section {
    width: 65%;
    float: left;
    padding-left: 30px;
}
.people-deatils {
    width: 100%;
    float: left;
    padding: 0px;
}
.people-deatils p {
    font-size: 14px;
    color:#707070;
    margin: 0 0 10px;
    line-height: 24px;
    opacity: 1;
    visibility: visible;
}
.people-header {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.people-title {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.people-location{
    width: 100%;
    float: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin:5px 0 0;
    opacity: 1;
    visibility: visible;
}
.linkedin {
    position: absolute;
    right: 0;
    width: 25px;
}
.left-section img{
    width: 100%;
}
@media only screen and (min-width:1600px){

    .right-side{
        max-height: 800px;
    }
    .left-image img{
        min-height: calc( 800px - 0px );
    }
    .about-center{
        height:calc( 800px - 330px ); 
    }
    .inside-wrap{
        height: calc( 826px - 305px );
    }
    .left-side{
        height: 800px;
    }
}
@media only screen and (min-width:1400px){ 
    .inside-wrap p {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #000;
        margin: 0 0 10px;
        line-height: 35px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 2.25s ease-in-out;
        -moz-transition: 2.25s ease-in-out;
        -o-transition: 2.25s ease-in-out;
        transition: 2.25s ease-in-out;
    }
    .people-deatils p {
        font-size: 15px;
        color: #707070;
        margin: 0 0 10px;
        line-height: 26px;
        opacity: 1;
        visibility: visible;
    }
    .clients-slider{
        padding-top: 15px;
    }

    /*.clients-slider{
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    } 
    .about-center .core-values.load{
        bottom: 42%;        
        -webkit-animation: MoveUpDowns 0.6s linear ;
        animation: MoveUpDowns 0.6s linear ; 
    }
    @keyframes MoveUpDowns {
      0% {
        bottom: 38%;
    }
    100% {
       bottom: 42%;
   }
   }*/
}
@media only screen and (max-height:650px) and (min-width: 1000px){
    .inside-wrap p{
        font-size: 14px;
        color: #000;
        margin: 0 0 10px;
        line-height: 22px;
    }
    .common-header{
        padding: 0 0 15px;
        margin-bottom: 15px;
    }
    .slider-nav.slick-slider {
        margin-bottom: 0px;
    }
    .slid-tab{
        padding: 20px 0;
        height: 50px;
    }
}
@media only screen and (min-width:1400px){
    .clients-slider{
        padding-top: 35px;
    }
}

@media only screen and (max-width:1100px){
    .left-side{
        padding: 120px 50px 0 80px;
        width: 60%;
    }
    .right-side{
        width: 40%;
        left: 60%;
    }
    .slider-nav{
        width: 100%;
        padding: 0px 0px  0px 0px
    }
    .scroll-slider .slick-next { 
        right: calc( 40% + 50px );
    }
    .scroll-slider .slick-prev { 
        right: calc( 40% + 80px );
    }
    .core-values h5{
        font-size: 11px;
    }
    .slid-tab{
        padding: 23px  0px 20px 0px;
    }
}
@media only screen and (max-width:1000px){
    .left-side {
        padding: 0px  0px 50px  0px;
        width: 100%;
        height: auto;
    }
    .common-header{
        padding: 20px 50px;
        margin: 0;
    }
    .clients-slider{
        padding-top: 20px;
    }
    .inside-wrap{
        padding: 0 50px;
        height: auto;
    }
    .common-header.active:before{
        display: none;
    }
    .core-values,
    .add-address-form,
    .loading,
    .inside-wrap p{
        opacity: 1;
        visibility: visible;
    }
    .inside-wrap h4{
        bottom: 0;
    }
    .add-address-form{
        width: 100%;
    }
    .values {
        width: 100%; 
        padding: 10px 0px;
    }
    .core-values{
        bottom: 0;
    }

}
@media only screen and (max-width:820px){
    .left-side {
        padding: 0px  0px 50px  0px;
        width: 100%;
        height: auto;
    }
    .common-header{
        padding: 20px 40px;
    }
    .inside-wrap{
        padding: 0 40px;
    }
    .client-logos{
        width: 50%;
        padding: 20px 10px;
    }
    label.custom_form_label.form-label-left {
        margin-right: 0%;
    }
    label.custom_form_label.form-label-right {
        margin-left: 0%;
    }

    .custom_form_label {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    label.custom_form_label.label_button {
        margin-bottom: 0;
    }
    .keys {
        width: 49%;
        display: inline-block;
        margin: 0 auto;
        padding: 10px 15px;
    }
    .teams:nth-child(2) {
        margin: 0 0%;
    }
    .teams{
        padding: 5px 5px 10px;
        width: 50%;
    }
    .teams h5{
        font-size: 16px;
        margin: 5px 0;
    }

    .teams h6{
        color:    #939393;
        font-size: 12px; 
    }
    .people-section {
        width: 100%; 
    }
    .team-section {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
    }
}