.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;
}

.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;

    }
    .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 ;
     }*/
     .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: 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;
}
/*.silde-items.slick-current.slick-active .inside-wrap p{
    opacity: 1;
    visibility: visible;
    }*/
    .inside-wrap p.load{
        opacity: 1;
        visibility: visible;
    }
    .slider-nav {
        position: absolute;
        bottom: 0px;
        width: 65%;
        padding:  0px 80px  0px 150px;
        -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;
        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;
    }
    .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;
}
.slider-nav.slick-slider{
    margin-bottom: 50px;
}
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: 154px;
    right: calc( 35% + 78px );
    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: 154px;
    right: calc( 35% + 103px );
    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; 
    border-radius: 50%;
    content: "";
    opacity: 0.6;
    }*/
/*.slick-prev:before, .slick-next:before{
    background-color: #D55321;
    width: 12px;
    height: 12px;
    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;
    }
    .common-headers {
        display: none;
    }
    .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;
    }
    .slider-nav .slick-next:before {
        content: "";
        background-image: url(../images/right.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 17px;
        width: 32px;
        height: 26px;
        position: absolute;
        top: 0;
        opacity: 1;
        left: 0;
    }
    .slider-nav  .slick-prev:before {
        content: "";
        background-image: url(../images/left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 17px;
        width: 32px;
        height: 26px;
        position: absolute;
        top: 0;
        opacity: 1;
        left: 0;
    }
    .slider-nav  .slick-prev,  .slider-nav .slick-next{
        width: 32px;
        height: 22px;
        z-index: 999;
    }
    .slider-nav button.slick-arrow.slick-disabled{
        opacity: 0.6;
    }
    .slider-nav  .slick-next {
        right: 75px;
    }
    .slider-nav {

    }
    .slider-nav .slick-prev {
        left: 145px;
    }

    @media only screen and (min-width:1600px){
        .slider-nav.slick-slider {
            margin-bottom:  0px;
        }
        .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;
        }
    }
    @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;
        }

        .slid-tab{
            padding: 20px 0;
            height: 50px;
        }
        .scroll-slider .slick-prev,
        .scroll-slider .slick-next{
            top: 134px;
        }
    }
    @media only screen and (max-width:1100px){
        .left-side{
            padding: 120px 50px 0 80px;
            width: 60%;
        }
        .right-side{
            width: 40%;
            left: 60%;
        }
        
        .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;
        }
        .slider-nav{
            width: 60%;
            padding: 0px 50px  0px 80px
        }
        .slider-nav .slick-prev {
            left: 73px;
        }
        .slider-nav .slick-next {
            right: 44px;
        }
        .slider-nav .slick-next:before,
        .slider-nav .slick-prev:before{
            height: 34px;
        }
    }
    @media only screen and (max-width:1000px){
        .left-side {
            padding: 0px  0px  0px  0px;
            width: 100%;
            height: auto;
        }
        .slider-nav{
            width: 60%;
            padding: 0px 0px  0px 30px
        }
        .common-header{
            padding: 20px 50px;
            margin: 0;
        }
        .inside-wrap{
            padding: 0 50px 35px; 
            height: auto;
        }
        .common-header.active:before{
            display: none;
        }
        .core-values,
        .add-address-form,
        .loading,
        .inside-wrap p{
            opacity: 1;
            visibility: visible;
        }
        .inside-wrap p,
        .inside-wrap h4{
            bottom: 0;
            font-size: 16px;
            line-height: 24px;
        }
        .add-address-form{
            width: 100%;
        }
        .values {
            width: 100%; 
            padding: 10px 0px;
        }
        .core-values{
            bottom: 0;
        }
        .silde-items{
            width: 100%;
            float: left;
        }
        .common-header {
            padding:  0px 50px 35px;
        }
        .common-header h2 {
            display: block;
            padding-top: 35px;
            border-top: 1px solid #C3C3C3;
            font-weight: 600;
            color: #000;
        }
        span.btnAccordionToggle {
            position: absolute;
            right: 0;
            top: 35px;
            right: 40px;
            height: 18px;
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            transform: rotate(180deg);
        }
        span.btnAccordionToggle.open {
            transform: rotate(0deg);
            top: 40px;
        }
        .common-headers {
            width: 100%;
            display: block;
            float: left;
            position: relative;
            padding: 30px 40px 15px;
            margin-bottom: 20px;
            /* border-bottom: 1px solid #C6AD88; */
        }
        .common-headers h2 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            color: #D55321;
            font-weight: 400;
        }
    }
    @media only screen and (max-width:820px){
        .common-header {
            padding: 20px 40px 0;
        }
        .left-side {
            padding: 0px  0px  0px  0px;
            width: 100%;
            height: auto;
        }
        .common-header{
            padding: 0px 40px 35px;
        }
        .inside-wrap{
            padding: 0 40px 35px;
        }
        .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;
        }
    }