/**********************/
/*-----> RESPONSIVE <-----*/
/**********************/
@media all and (min-width: 2048px) { 

}

@media all and (max-width: 2047px) and (min-width: 1600px){

}


@media all and (min-width: 1600px) { 
    .container {
        max-width: 1440px;    
    }
}


@media all and (max-width: 1559px) and (min-width: 1200px){
    .container {
        max-width: 1170px;    
    }
}


@media all and (min-width: 1200px) { 
    .wpcf7-form .btn-flat-yellow span .wpcf7-submit {
        padding: 15px 20px;
    }
    .row-container-smaller {
        padding: 0 120px;
    }
    .row-info-service .wpb_text_column {
        padding-left: 30px;
    }
    .btn-flat-yellow a, .btn-flat-yellow span {
        padding: 15px 20px;
    }
    .site-banner {
        height: 800px;
    }
    .entry-banner {
        padding-top: 265px;
    }
    .image-banner {
        padding-top: 175px;
        width: calc(100% - 600px);
    }
    .entry-header.site-banner .entry-banner {
        max-width: 600px;
    }
    .menu-toggle {
        display: none;
    }
    .site-branding img {
        width: 360px;
    }
    .site-header.bg-menu a.custom-logo-link:after {
        width: 360px;
        height: 40px;
    }
    .site-header {
        padding: 0px 50px;
    }

    header .menu-item-has-children:hover > span {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 5px;
    }

    .site-header .main-navigation {
        width: -webkit-calc(100% - 330px);
        width: -moz-calc(100% - 330px);
        width: calc(100% - 330px);
    }

    header .main-navigation .menu {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    header .main-navigation .menu > .menu-item:not(:last-child) {
        margin-right: 35px;
    }

    header .main-navigation .menu > .menu-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    header .menu-item-has-children:hover::after {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 0;
    }

    header .menu-item-has-children.toggled > span {
        top: 0px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    header .main-navigation .menu > .menu-item {
        padding: 30px 0px;    
    }

}

@media all and (max-width: 1199px) {
    .wpcf7-form .btn-flat-yellow span .wpcf7-submit {
        padding: 5px 20px;
    }
    .btn-flat-yellow a, .btn-flat-yellow span {
        padding: 5px 20px;
    }
    html.html-nomarg {
        margin-top: 0px!important;
    }

    html.no-scroll {
        overflow: hidden;
    }

    header .main-navigation .menu > .menu-item.cta-menu a:before {
        bottom: 5px;
        height: 10px;    
    }

    .sub-menu .menu-item {
        width: 100%;
    }

    header .menu-item-has-children.toggled > span {
        top: -5px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    header .menu-item-has-children > span {
        top: -8px;
    }

    .site-header {
        padding: 8px 0px;
    }

    header .site-branding,
    header .header-wrapper .search-popup {
        position: relative;
        z-index: 9999;
    }

    header .main-navigation .menu-item > a {
        display: inline-block;
        position: relative;
        width: auto;
    }
    
    .navbar-search {
        display: none;
    }

    .header-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .site-header .main-navigation {
        width: auto;
    }


    /*menu*/ 
    .menu-toggle {
        display: block;
    }

    .menu-toggle {
        border: none;
        background: none;
        line-height: 0;
        padding: 8px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
        z-index: 9999;
        position: relative;
    }

    .icon-hamburger {
        width: 35px;
        height: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        position: relative;
    }

    .icon-hamburger > span {
        display: block;
        margin-left: auto;
        height: 2px;
        background-color: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .site-header.bg-menu .main-navigation:not(.toggled) .icon-hamburger > span {
        background-color: #818181;
    }

    .icon-hamburger > span:last-child {
        width: 75%;
    }

    .icon-hamburger > span:first-child {
        width: 60%;
    }

    .icon-hamburger > span:nth-child(2) {
        width: 100%;
    }

    .main-navigation.toggled .icon-hamburger > span:first-child {
        width: 100%;
        -webkit-transform: rotate(-45deg) translate(-5px,11px);
        -moz-transform: rotate(-45deg) translate(-5px,11px);
        -ms-transform: rotate(-45deg) translate(-5px,11px);
        -o-transform: rotate(-45deg) translate(-5px,11px);
        transform: rotate(-45deg) translate(-5px,11px);
    }

    .main-navigation.toggled .icon-hamburger > span:last-child {
        width: 100%;
        -webkit-transform: rotate(45deg) translate(-5px,-11px);
        -moz-transform: rotate(45deg) translate(-5px,-11px);
        -ms-transform: rotate(45deg) translate(-5px,-11px);
        -o-transform: rotate(45deg) translate(-5px,-11px);
        transform: rotate(45deg) translate(-5px,-11px);
    }

    .main-navigation.toggled .icon-hamburger > span:nth-child(2) {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    #site-navigation.toggled #primary-menu {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        top: 0;
    }

    #site-navigation:not(.toggled) #primary-menu {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        top: -10px;
        overflow: hidden;
    }

    #site-navigation #primary-menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-flow: column;
        left: 0;
        background: url(/wp-content/uploads/2020/07/Hero_Banner_NoSplit.jpg);
        padding: 55px 20px 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        padding-top: 100px;
        overflow-x: auto;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        left: auto;
        top: 0;
        width: 100%;
    }

    #site-navigation #primary-menu .menu-item-has-children.toggled > ul {
        display: block;
        padding: 15px;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        visibility: visible;
        opacity: 1;
    }

    #site-navigation #primary-menu .menu-item-has-children > ul,
    #site-navigation #primary-menu .menu-item-has-children.closed-list > ul {
        display: none;
    } 

    #site-navigation #primary-menu .menu-item-has-children.open-list > ul {
        display: block;
    }

    #site-navigation.toggled  #primary-menu li a {
        line-height: 2;
        text-align: left;
    }

    .main-navigation ul ul li:hover > ul, 
    .main-navigation ul ul li.focus > ul {
        left: 0;
    }

    #wpadminbar {
        display: none;
    }

    html.js_active {
        margin-top: 0px!important;
    }

    header .header-wrapper .site-branding {
        order: 1;
    }

    header .header-wrapper .main-navigation {
        order: 3;
        margin-left: 15px;
    }

    header .header-wrapper .search-popup {
        order: 2;
        margin-left: auto;
    }
}


@media all and (max-width: 1199px) and (min-width: 601px){
    .site-banner {
        height: 700px;
    }
    .site-branding img {
        width: 220px;
    }
    .site-header.bg-menu a.custom-logo-link:after {
        width: 220px;
        height: 40px;
    }
    .entry-banner {
        padding-top: 180px;
        max-width: 600px;
    }

    .image-banner {
        padding-top: 180px;
        width: calc(100% - 600px);
    }
    .row-info-service .vc_col-sm-3 {
        width: 50%;
        float: left;
    }
    .row-info-service .wpb_text_column {
        padding-left: 22px;
    }
}



@media all and (min-width: 901px) {
    header.mobiles {
        display: none;
    }

}

@media all and (max-width: 900px) {
    header .menu-item > a {
        font-size: 16px;
    }
    header.desktop {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .single-module .vc_col-sm-9 {
        padding-left: 25px;
    }
    .info-contact .wpb_text_column:not(:first-child) {
        padding-left: 30px;
    }
    .single-module {
        display: flex;
    }
    .single-module .vc_col-sm-3:after {
        right: -8px;
        top: 50%;
    }
    .view-interface {
        right: 40px;
        top: 45px;
    }
}

@media all and (max-width: 767px) {
    .single-module .vc_col-sm-9 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .diagram-image {
        right: 0px;
        /*max-width: 300px;*/
    }
    .diagram-image:after {
        right: 22px;
    }
    .view-interface {
        right: 20px;
        top: 35px;
    }
    .single-module h2 {
        margin-top: 30px;
    }
    .info-contact {
        margin-top: 70px;
    }
    .single-module .vc_col-sm-3.vc_column_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-module .vc_col-sm-3:after {
        bottom: -8px;
        left: 50%;
    }
    .module-footer .vc_col-sm-3 {
        width: 25%;
        float: left;
    }
}

@media all and (min-width: 601px) {
    .scroll-arrow-down img {
        width: 20px;
        height: 30px;
        bottom: 45px;
    }
    .section-our-client .vc_row.wpb_row.vc_row-fluid {
        padding: 0 95px;
    }
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    .single-module h2,  .section-our-client h2, h3 {
        font-size: 24px;
    }


    h4 {
        font-size: 20px;
    }


    h5 {
        font-size: 18px;
    }


    h6 {
        font-size: 17px;
    }

    .single-module h3, .section-our-client h3 , p {
        font-size: 16px;
    }


}



@media all and (max-width: 600px) {

    .scroll-arrow-down img {
        width: 16px;
        height: 23px;
        bottom: 20px;
    }
    section.section-our-client.vc_section[data-vc-full-width]>.vc_row {
        margin: 0 15px;
    }
    .row-info-service .vc_col-sm-3:not(:last-child) .wpb_content_element {
        margin-bottom: 0px;
    }
    .row-info-service img {
        width: 60px;
    }
    .site-header.bg-menu a.custom-logo-link:after {
        width: 170px;
        height: 40px;
    }
    .site-banner {
        height: 550px;
    }
    .entry-banner {
        padding-top: 100px;
    }
    .site-branding img {
        width: 170px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 23px;
    }

    .single-module h2, .section-our-client h2, h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    .single-module h3, 
    .section-our-client h3,
    h6 {
        font-size: 16px;
    }

    h1 > br,
    h2 > br,
    h3 > br,
    h4 > br,
    h5 > br,
    h6 > br,
    p > br {
        display: none;
    }


}

@media all and (max-width: 350px) {
    .site-banner {
        height: 600px;
    }
    .scroll-arrow-down img {
        bottom: 13px;
    }
}