.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;
        height: calc( 100vh - 320px );
        padding-bottom: 10px;
    }
    .inside-wrap h4{
        width: 100%;
        float: left;
        font-size: 17px;
        color: #000;
        margin: 0 0 10px;
        position: relative;
        line-height: 28px; 
        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: 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;
    }*/
    .core-values,
    .add-address-form{
        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;
    }
    .fontbig{
        font-weight: 700;
    }
    .loading{
        width: 100%;
        float: left;
        visibility: hidden;
        padding-top: 10px;
        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;
    }
    .loading a{
        outline: none;
    }
    .core-values.load,
    .add-address-form.load,
    .loading.load,
    .inside-wrap p.load{
        opacity: 1;
        visibility: visible;
    }
    .slider-nav {
        position: absolute;
        bottom: 0px;
        width: 65%;
        padding:  0px 30px  0px 100px;
        -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;
    }
    .slider-nav.slick-slider{
        margin-bottom: 50px;
    }
    .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: 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-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;
    position: relative;
    bottom: -30px;
    text-align: center;
}
.values {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 10px 25px;
}
.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;
}

.common-popup {
    position: fixed;
    z-index: 999999;
    background-color: #FFFFFF;
    max-width: 68%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    /* overflow: hidden; */
    z-index: -1;
    opacity: 0;
    padding: 30px 20px 20px;
    border-radius: 0px;
}
#alert-popup {
    max-width: 100%;
    text-align: center;
}
.popup_overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.common-popup.active {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    z-index: 99999;
}
.close {
    position: absolute;
    right: 40px;
    top: 40px;
    font-weight: 900;
    font-size: 21px;
    cursor: pointer;
    color: #e25b35;
    z-index: 999999999999;
}
.log-section {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99999999;
}
.btn-section {
    width: 130px;
    margin: 0 auto;
    display: block;
}
.vd-imga {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.btn-section .button {
    width: 130px;
    padding: 9px 0 9px;
    color: #fff; 
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    background-image: linear-gradient(to right, #DC4D28 , #F78F67);
}
.log-section h1{
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 20px;
}
.close img{
    width: 17px;
}
.log-section p{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px;
}
@media only screen and (min-width:1600px){
    .slider-nav.slick-slider {
        margin-bottom:  0px;
    }
}
@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;
    }
    .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;
    }
    /*.about-center .core-values{
        
        position: absolute;
        transform: translateY(50%);
    } 
    .about-center .core-values.load{
            
        -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){
        .button{
            margin: 10px 0 0px;
        }
        .custom_form_label{
            margin-bottom: 15px;
        }
        .values{
            padding: 10px 5px 25px;
        }
        .slid-tab{
            padding: 20px 0 20px;
        }
        .inside-wrap{
            height: calc( 100vh - 270px );
        }
        .common-header{
            padding: 0 0 15px;
            margin-bottom: 15px;
        }
        .keys{
            padding: 15px 15px 5px;
        }
        .scroll-slider .slick-prev,
        .scroll-slider .slick-next{
            top: 134px;
        }
        .inside-wrap p{
            margin: 0 0 5px;
        }
    }
    @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: 60%;
            padding: 0px 0px  0px 30px
        }
        .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;
        }
        .inside-wrap{
            padding: 0 50px;
            height: auto;
        }
        .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%;
        }
        .keys img{
            max-height: 70px;
        }
        .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;
        }
        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;
        }
        .vd-imga img{
width: 120px;
        }
        .log-section h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px;
}
.log-section p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
}
    }