@media screen and (min-width: 100px) and (max-width: 768px) {

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .menu-header #menu-button {
        display: none;
    }

    main {
        padding: 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 668px) {

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .open-menu body {
        position: fixed !important;
    }

    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1 !important;
    }

    [data-aos] {
        -webkit-tranform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 380px) {
    [data-aos] {
        -webkit-tranform: none !important;
        transform: none !important;
    }

    .aos-init,
    .aos-animate,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    [data-aos^="zoom"][data-aos^="zoom"] {
        opacity: 1 !important;
    }

    .open-menu body {
        position: fixed !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .menu-header #menu-button {
        display: none;
    }
}

/* ===================Responsive ===================*/
/* / / 1600-1700px / / */
@media screen and (min-width: 1601px) and (max-width: 1700px) {}

/* / / 1500-1600px / / */
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .container {
    width: 1440px !important;
}
.section-5 .main .pic {
    max-width: 25%;
    flex: 0 0 25%;
}

.section-5 .main .desc {
    max-width: 70%;
    flex: 0 0 70%;
}

.section-5 .main .desc p {
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.section-5 .main {
    justify-content: center;
}
.section-5 .desc p {
    width: 80%;
    margin: auto;
}
}


@media( max-width: 1570px){
    
    .footer { padding: 60px 0 51px; }
    .footer .cta ul li, .footer .cta ul li a { font-size: 14px; line-height: 23px; }
    .footer hr { margin: 10px 0; }
    .footer > .container > .row .right_wed h3 { font-size: 15px; line-height: 30px; margin: 0 0 20px; }
    .footer .menu li a { font-size: 14px; line-height: 30px; font-weight: 400; }
    .footer > .container > .row .right_wed ul { row-gap: 15px; }
    
    
}

/* / / 1300-1366-1500 / / */

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .container {
        width: 1170px !important;
    }
    
    .menu-header { text-align: right; }
    header .menu-header>ul>li>a {
        padding: 17px 9px;
        font-size: 16px;
    }

    .site_slider .main .desc p {
        width: 40%;
    }

    .section-2 .main .pic {
        height: auto;
    }

    .section-4 {
        padding: 40px 0;
    }

    .section-4 .main .pic {
        /* height: auto; */
    }

    .section-5 .desc p {
    }

    .section-5 .loop .main .desc h5 {
        margin: auto;
    }

    .section-6 {
        padding: 60px 0;
    }

    .sec-faq .set a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer .menu li a {
        font-size: 13px;
        line-height: 28px;
    }
    
    
}

/* / / 1100-1200px / / */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .container {
        width: 1170px !important;
    }

    header .menu-header>ul>li>a {
        padding: 17px 9px;
        font-size: 16px;
    }

    .site_slider .main .desc p {
        width: 40%;
    }

    .section-2 .main .pic {
        height: auto;
    }

    .section-4 {
        padding: 40px 0;
    }

    .section-4 .main .pic {
        /* height: auto; */
    }

    .section-5 .desc {
    width: 85%;
    margin: auto;
    padding: 0 20px;
    }

    .section-5 .loop .main .desc h5 {
        margin: auto;
        font-size: 10px;
        line-height: 10px;
        color: #FDFCEE;
    }

    .section-6 {
        padding: 60px 0;
    }

    .sec-faq .set a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer .menu li a {
        font-size: 15px;
        line-height: 40px;
    }
    .section-5 .main .pic {
    max-width: 30%;
    flex: 0 0 30%;
}

.section-5 .main .desc {
    max-width: 70%;
    flex: 0 0 70%;
    text-align: left;
}

.section-5 .main .desc p {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
.section-6 .desc {
    font-size: 12px;
}

.section-6 .more a {
    font-size: 17px;
}

.section-6 .desc { font-size: 20px; line-height: 28px; }

}

@media( max-width: 1200px ) {
    .footer > .container > .row .right_wed .row > * { width: 33.3%; }
    .footer > .container > .row .right_wed ul { row-gap: 10px; }
    .footer .menu li a { font-size: 13px; line-height: 33px; }
    
    .faq_c_row { display: flex; } 
    .faq_c_row > * { width: 48%; }
    .faq_extra { display: none; }
    
    
}

/* / / Ipad PRO / */

@media screen and (min-width: 1000px) and (max-width: 1100px) {
        .container {
        width: 970px !important;
        margin: 0 auto !important;
    }

    header .menu-header>ul>li>a {
        padding: 17px 8px;
        font-size: 14px;
    }

    .site_slider .main .desc p {
        width: 40%;
    }

    .section-2 .main .pic {
        height: auto;
    }

    .section-4 {
        padding: 40px 0;
    }

    .section-4 .main .pic {
        height: auto;
    }

    .section-5 .desc p {
        font-size: 11px;
        margin: auto;
        text-align: left;
        line-height: 18px;
    }

    .section-5 .loop .main .desc h5 {
        margin: auto;
    }

    .section-6 {
        padding: 60px 0;
    }

    .sec-faq .set a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer .menu li a {
        font-size: 15px;
        line-height: 40px;
    }
    .section-5 .main .pic {max-width: 30%;flex: 0 0 30%;}

.section-5 .main .desc {
    max-width: 70%;
    flex: 0 0 70%;
}

.section-6 .desc {
    /* font-size: 10px; */
}

.section-7 .desc {width: auto !important;}
header {
    padding: 15px 0;
}

}

/* / / Ipad - 768px and Landspace Mode : 820px / / */

@media screen and (min-width: 100px) and (max-width: 949px) {
    .container { margin: 0 auto !important; }
    html.open-menu .container { margin: 0 !important; }
    .clogo {  }
    .clogo .logo { 
	text-align: left;
	}
    .clogo .logo a { }
    .menu-header { display: none; }
    .section-5 .col-md-12 .desc p:before {
    left: 0;
    top: -100px;
    display: none;
}
    .container {
    width: 750px !important;
}



.section-1 .row:before {
    width: 0;
    content: " ";
    display: table;
}
header {
    padding: 15px 0;
}

a#hamburg {
    background: transparent;
}

.nav-cross span {
    /* background: #fff; */
}
.site_slider .main .desc p {
    width: 69%;
}

.site_slider .main .desc {
    padding-bottom: 40px;
}

.site_slider .slick-dots {
    bottom: 15px;
}

.section-1 {
    padding: 50px 0;
}

.section-1 .row .col-md-6, .section-1 .row .col-md-5 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-1 .row .col-md-1 {
    max-width: 0 !important;
    flex: 0 !important;
    display: none;
}

.section-1 .desc p {
    font-size: 13px;
    line-height: 23px;
}

.section-2 {
    padding: 50px 0;
}

.section-2 .row {
    display: flex;
    flex-wrap: wrap;
}

.section-2 .row .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}

.section-2 .row .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.section-2 .main .pic {
    height: auto;
}
.section-4 {
    padding: 50px 0;
}
.section-6 {
    padding: 30px 0;
}

.section-6 .container {
    margin: auto;
}

.section-6 .title h4 {
    text-align: center;
}

.section-6 .desc, .section-6 .more {
    text-align: center !important;
    padding: 0;
}

.section-7 .desc h4 {
    text-align: center !important;
}

.section-7 .desc {
    width: auto !important;
}
.footer .col-md-6 .row {
    display: flex;
}

.footer {
    padding: 40px 0;
}
.home .site_banner {
    /*height: 575px;*/
}

.home .site_banner video.mainvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*html.open-menu div#menuoverlay {*/
/*    left: 0;*/
/*}*/

html.open-menu nav.nav1 .container {
    width: auto !important;
    height: 100%;
}
.footer .col-md-7 .row {
    display: flex;
    padding-top: 50px;
}
}

@media(max-width: 767px) { 
    .footer > .container > .row .right_wed .row { flex-direction: column; row-gap: 20px;  }
    .footer > .container > .row .right_wed .row > * { width: 100%; }
    
}

@media screen and (min-width: 100px) and (max-width: 602px) {
        .site_slider .main .pic {
    height: 658px;
}

.site_slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: auto !important;
}
header .row {
    /*display: flex;
    justify-content: center;*/
}
.nav-cross span:nth-child(3) {
    width: 18px;
}
.site_slider .main .desc h3 {
    font-size: 14px;
    line-height: 24px;
}

.site_slider .main .desc p {
    font-size: 13px;
    line-height: 14px;
    width: 100%;
}

.site_slider .main .desc {
    padding: 0 30px 40px;
}

.section-1 .row {
    display: block;
}

.section-1 .row .col-md-6, .section-1 .row .col-md-5 {
    max-width: 100%;
    flex: 100%;
}

.section-1 .more {
    margin: 25px auto 50px;
    padding-bottom: 50px;
}

.section-1 .desc p {
    font-size: 16px;
    line-height: 27px;
    margin: 30px auto;
}

.section-1 .more a {
    padding: 15px 51px;
}

.section-1 .more {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.section-1 .pic {
    height: auto;
}
.section-2 .desc h4 {
    font-size: 18px;
    line-height: 28px;
}

.section-2 .desc p {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.section-2 .main .title h4 {
    font-size: 13px;
    line-height: 23px;
}

.section-2 .main .title p {
    font-size: 10px;
}

.section-2 .row {
    justify-content: center;
}

.section-3 .pic {
    height: 575px;
}

.section-3 .pic img {
}

.section-3 {
    margin: auto;
}

.section-4 .desc h4 {
    font-size: 18px;
    line-height: 24px;
}

.section-4 .desc p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.section-4 .main .pic {
    height: auto;
}

.section-4 .main {
    margin: 15px auto;
}
.section-2 .main .pic {
    height: 239px;
}
.section-5 {
    padding: 30px 0;
}

.section-5 .desc p {
    font-size: 10px;
    line-height: 20px;
}

.section-5 .main .pic {
    max-width: 30%;
}

.section-5 .main .desc {
    max-width: 70%;
    flex: 0 0 70%;
    text-align: left !important;
}

.section-5 .main .desc p {
    text-align: left;
    font-size: 7px;
    line-height: 12px;
}

.section-5 .main .desc h5 {
    font-size: 8px;
    line-height: 12px;
    color: #FDFCEE;
    margin: 4px auto 0;
}

.section-5 .title h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 8px;
}

.section-6 .container {
    width: 100% !important;
    padding: 0 15px;
}

.section-6 .title h4 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
}

.sec-faq .set a {
    font-size: 16px;
    line-height: 25px;
}

.sec-faq .set {
    padding-left: 0;
}

.section-6 .desc, .section-6 .more {
    text-align: left !important;
    margin: 15px auto;
    width: 100%;
}

.section-6 .more {
    border-bottom: 1px solid #D6DBDC;
    padding-bottom: 40px;
}

.section-7 {
    padding-top: 0;
}

.section-7 .desc h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: left !important;
}

.section-7 .desc input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 17px;
}
.footer .cta ul li, .footer .cta ul li a {
    font-size: 12px;
    letter-spacing: -0.16px;
    line-height: 26px;
}

.footer .menu li a {
    font-size: 14px;
    line-height: 26px;
}
.nav1 .row {
    display: block;
}
header .row .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.nav-cross.open span {
    width: 24px !important;
}
.footer .col-md-7 .row {
    display: flex;
}
.nav-cross.open span {background: #000;}
a#hamburg {
    background: transparent;
}
.footer .col-md-7 .row {
    display: flex;
    padding-top: 50px;
}
}

/* / / Mobile View / / */
@media screen and (min-width: 100px) and (max-width: 550px) {
    .site_slider .main .pic {
    height: 658px;
}

.site_slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: auto !important;
    margin: 0;
}
header .row {
    /*display: flex;*/
    /*justify-content: center;*/
}
.nav-cross span:nth-child(3) {
    width: 18px;
}
.site_slider .main .desc h3 {
    font-size: 14px;
    line-height: 24px;
}

.site_slider .main .desc p {
    font-size: 13px;
    line-height: 14px;
    width: 100%;
}

.site_slider .main .desc {
    padding: 0 30px 40px;
}

.section-1 .row {
    display: block;
}

.section-1 .row .col-md-6, .section-1 .row .col-md-5 {
    max-width: 100%;
    flex: 100%;
}

.section-1 .more {
    margin: 25px auto 50px;
    padding-bottom: 50px;
}

.section-1 .desc p {
    font-size: 16px;
    line-height: 27px;
    margin: 30px auto;
}

.section-1 .more a {
    padding: 15px 51px;
}

.section-1 .more {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.section-1 .pic {
    height: auto;
}
.section-2 .desc h4 {
    font-size: 18px;
    line-height: 28px;
}

.section-2 .desc p {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.section-2 .main .title h4 {
    font-size: 13px;
    line-height: 23px;
}

.section-2 .main .title p {
    font-size: 10px;
}

.section-2 .row {
    justify-content: center;
}

.section-3 .pic {
    height: 575px;
}

.section-3 .pic img {
}

.section-3 {
    margin: auto;
}

.section-4 .desc h4 {
    font-size: 18px;
    line-height: 24px;
}

.section-4 .desc p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.section-4 .main .pic {
    height: auto;
}

.section-4 .main {
    margin: 15px auto;
}
.section-2 .main .pic {
    height: 239px;
}
.section-5 {
    padding: 30px 0;
}

.section-5 .desc p {
    font-size: 10px;
    line-height: 20px;
}

.section-5 .main .pic {
    max-width: 30%;
}

.section-5 .main .desc {
    max-width: 70%;
    flex: 0 0 70%;
    text-align: left !important;
}

.section-5 .main .desc p {
    text-align: left;
    font-size: 7px;
    line-height: 12px;
}

.section-5 .main .desc h5 {
    font-size: 8px;
    line-height: 12px;
    color: #FDFCEE;
    margin: 4px auto 0;
}

.section-5 .title h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 8px;
}

.section-6 .container {
    width: 100% !important;
    padding: 0 15px;
}

.section-6 .title h4 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
}

.sec-faq .set a {
    font-size: 16px;
    line-height: 25px;
}

.sec-faq .set {
    padding-left: 0;
}

.section-6 .desc, .section-6 .more {
    text-align: left !important;
    margin: 15px auto;
    width: 100%;
}

.section-6 .more {
    border-bottom: 1px solid #D6DBDC;
    padding-bottom: 40px;
}

.section-7 {
    padding-top: 0;
}

.section-7 .desc h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: left !important;
}

.section-7 .desc input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 17px;
}
.footer .cta ul li, .footer .cta ul li a {
    font-size: 12px;
    letter-spacing: -0.16px;
    line-height: 26px;
}

.footer .menu li a {
    font-size: 14px;
    line-height: 26px;
}
.nav1 .row {
    display: block;
}
header .row .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.nav-cross.open span {
    width: 24px !important;
}
.footer .col-md-7 .row {
    display: flex;
}
.nav-cross.open span {background: #000;}

}


.container { margin: 0 auto !important; }
html.open-menu .container { margin: 0 !important; }