@media screen and (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1570px + 30px); }
}
/*MIN 1600 ENDS*/

@media screen and (min-width: 1790px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1752px + 30px); }
}
/*MIN 1790 ENDS*/

@media screen and (min-width: 992px) {
    .site-menutoggle { display: none; }    
    
    .headernav .menu-arrow { display: none; }
    
    .headernav .menu-item-has-children { position: relative; }
    
    /*
    .headernav .menu-item-has-children > a::after {
        display: inline-block;
        font-family: 'kmedia';
        content: "\e900";
        font-size: 7px;
        font-weight: 900;
        padding-left: 8px;
        margin-top: -1px;
        vertical-align: middle;
    }
    */

    .headernav .sub-menu {
        display: block;
        position: absolute;
        left: -20px;
        top: calc(100% + 30px);
        min-width: 200px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        border-radius: 6px;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 99;
    }

    .headernav a {
        background-image: linear-gradient(90deg, var(--primary), var(--primary));
        background-position: center bottom;
        background-size: 0 2px;
        background-repeat: no-repeat;
        transition: color 0.3s ease-in-out, background-size 0.2s ease-in-out
    }

    .headernav a:hover { background-size: 100% 2px; }

    .headernav .sub-menu a { background-position: left bottom; }

    .headernav .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 100%; visibility: visible; }

    .headernav .sub-menu > .menu-item-has-children > .sub-menu { top: 0; left: 100%; transform: translate(20px, -10px); }

    .headernav .sub-menu > .menu-item-has-children:hover > .sub-menu { top: 0; left: 100%; transform: translate(2px, -10px); }

    .headernav .sub-menu a { display: block; padding: 6px 15px; white-space: nowrap; }

    .headernav .sub-menu .menu-item-has-children > a { display: flex; align-items: center; justify-content: space-between; }

    .headernav .sub-menu .menu-item-has-children > a::after { padding: 0; margin-left: 10px; transform: rotate(-90deg); }

}
/*MIN 992 ENDS*/

@media screen and (min-width: 768px) {
    .page-header h1 { --fsize: 60px; }
}

@media screen and (max-width: 1599px) {
    .statlist { padding: 22px; }
    .mpitem { --spaces: 40px; }
    .mptxt ul { margin-top: 0; }
    .visimg img { width: 35vw; }
    .ameitem h3 { font-size: 22px; }
}

@media screen and (max-width: 1440px) {
    .section-page h2, .section-page h2 { --fsize: 34px; }
    h3, .h3 { --fsize: 34px; }
    h4, .h4 { --fsize: 30px; }
    .font-32 { --fsize: 30px; }
    .font-28 { --fsize: 26px; }
    .bttn, .headernav a { font-size: 18px; }
    .bttn { --btnsize: 52px; min-width: 0; padding: 0 25px; }
    .headernav { column-gap: 30px; }
    .site-header.siteheader-sticky { padding: 14px 0; }
    /* .cusd-list { grid-template-columns: 1fr; text-align: left; } */
    .cusd-ph a { font-size: 18px; }
    .ameicon { --amsize: 110px; }
    .ameitem h3 { font-size: 20px; line-height: 26px; }
}

@media screen and (max-width: 1399px) {
    .misimg img { width: 45vw; }
    .visimg img { width: 28vw; }
    .vistxt.mistxt { margin-top: 150px; }
    .cus-cont h3 br { display: none; }
    .form-block { padding: 40px; }
    .opinfo h3 { --fsize: 28px; }
}

@media screen and (max-width: 1279px) {
    .home-servcard::before { height: 180px; }
    .page-title-img { margin-bottom: -20px; }
}
/*1279*/

@media screen and (max-width: 1200px) {
    .headernav .sub-menu {
        left: -50%;
        transform: translateX(-20%);
    }
}
/*1200*/

@media screen and (max-width: 1199px) {
    h1, .h1 { --fsize: 80px; }
    h2, .h2 { --fsize: 48px; line-height: calc(var(--fsize) + 12px); }
    h4, .h4 { --fsize: 28px; }
    .font-32 { --fsize: 28px; }
    /*
    .site-header { padding: 16px 0; }
    .custom-logo { height: 70px; }
    */

    section.section { --padds: 80px; }

    .hero-since { margin-top: 140px; }
    .hero-home h1 { padding-top: 60px; }
    .home-servcard::before { height: 170px; }

    .bttn-gtc img { width: 130px; height: 130px; }
    .bttn-gtc span { --size: 76px; }
    .foo-btm { padding-bottom: 60px; }

    .partcard div { font-size: 16px; line-height: 24px; }

    .mpitem { grid-template-columns: 1fr; }
    .mpitem:nth-child(even) .mpimg { order: 0; }

    .misimg img { width: 24vw; }
    .mistxt { margin-top: 98px; }
    .ngmap iframe { height: 480px; }
    .form-block { padding: 30px; }

    .prjintro-row { row-gap: 40px; margin-top: 40px; }
    .prjilist { grid-template-columns: 1fr 1fr; }

    .opitem { flex: 1 0 calc(50% - 20px); min-width: calc(50% - 20px); max-width: calc(50% - 20px); }
}
/*1199*/

@media screen and (max-width: 991px) {
    .site-header { padding: 14px 0; }
    .site-header .container { width: 100%; max-width: 100%; }
    section.section { --padds: 50px; }
    
    .colheadleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        flex: 1 0 auto  ;
    }

    .colheadright {
        --topOffset: 120px;
        position: fixed;
        left: 0;
        top: var(--topOffset);
        display: none;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        height: calc(100vh - var(--topOffset));
        padding: 0px;
        background: #F9F9F9;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
    }
    
    .siteheader-sticky .colheadright { --topOffset: 98px; }
    .headernav { display: block; }
    .headernav .sub-menu { display: none; left: 0%; top: auto; width: 100%; background: #f8f8f8; transform: translateX(0%); }
    .headernav .sub-menu .sub-menu { background-color: #f0f0f0; }
    .headernav li { margin-left: 0; margin-right: 0; border-bottom: 1px solid #e5e5e5; }
    .headernav > li, .headernav .sub-menu > li  { display: flex; flex-wrap: wrap; padding: 0; }
    .headernav a { font-size: 16px; }
    .headernav > li > a, .headernav .sub-menu > li > a { flex: 1 0 auto; padding: 12px 15px; }
    .headernav .sub-menu > li:first-child { border-top: 1px solid #e5e5e5; }
    .headernav .sub-menu > li > a { max-width: 100%; padding-left: 25px; }
    .headernav .sub-menu .sub-menu > li > a { padding-left: 35px; }
    .headernav .icon-angle-down { font-size: 9px; line-height: 47px; width: 46px; height: 100%; text-align: center; }
    .headernav .icon-angle-down::before { display: inline-block; transform: rotate(0deg); vertical-align: middle; transition: 0.3s ease-in-out; }
    .headernav .icon-angle-down.open { background-color: #e6e6e6; }
    .headernav .icon-angle-down.open::before { transform: rotate(180deg); }
    .headernav > li.menu-item-has-children > a, .sub-menu >li.menu-item-has-children > a { flex: 1 0 calc(100% - 46px); max-width: calc(100% - 46px); }
    .colheadright .bttn { display: none; }

    .misimg img { width: 34vw; }
    .proj-more a { --size: 176px; }
    .partcard { /* min-height: 219px; */ padding: 25px; }
    .foo-title { margin-bottom: 20px; }
    .page-title-img { margin-top: 75px; margin-bottom: -10px; }
    .wwastat { gap: 30px; margin-top: 42px; }
    .mistxt { margin-top: 80px; }
    .vistxt.mistxt { margin-top: 120px; }
    .floorp-box img { height: 320px; }

    .amelist { justify-content: center; }
    .ameitem { --amecol: calc(25% - 20px); }

    .opitem { flex: 1 0 100%; max-width: 100%; min-width: 100%; margin: 10px 0;}
    .opstatabs { gap: 15px; }
    .opstablink { font-size: 18px; background-color: var(--white); }
    .partlist { grid-template-columns: 1fr 1fr; }
} 
/*991*/

@media screen and (max-width: 767px) {
    h1, .h1 { --fsize: 58px; margin-bottom: 20px; }
    h2, .h2 { --fsize: 46px; margin-bottom: 26px; }
    .font-28 { --fsize: 24px; }
    .hero-home { overflow: hidden; }
    .hero-since { margin-bottom: 0; }
    .section-title { padding: 12px 22px; }
    .partlist { display: flex; flex-wrap: wrap; }
    .partitem { flex: 1 0 100%; max-width: 100%; }
    .foo-btm { padding-bottom: 32px; }
    .page-title-img { margin-top: 45px; margin-bottom: -5px; }
    .wwastat { grid-template-columns: 1fr 1fr; }
    .wwastat-num { margin-bottom: -5px; }
    .mpitem { --spaces: 30px; }
    .ngmap iframe { height: 380px; }
    .mpimg { width: auto; }
    .prjilist { gap: 20px; }
    .ameitem { --amecol: calc(33.33% - 20px); }
    .ameicon { --amsize: 96px; }
    .ameicon img { --ameisize: 38px; }
    .partcard { min-height: 220px; padding: 25px 15px; border-radius: 20px; }
}
/*767*/

@media screen and (max-width: 575px) {
    body { font-size: 18px; line-height: 24px; }
    .font-32 { --fsize: 24px; }
    .font-28 { --fsize: 22px; }
    .font-24 { --fsize: 20px; }
    .font-22 { --fsize: 18px; }
    .font-20 { font-size: 16px; }
    .custom-logo { height: 76px; }
    .colheadright { --topOffset: 104px; }
    .site-header.siteheader-sticky { --topOffset: 98px; }
    .section-head { margin-bottom: 40px; }
    .statitem { padding: 22px 5px; }
    .home-servcont { padding: 20px; }
    .foo-title { margin-bottom: 15px; }
    .foonav { gap: 10px; }
    .wwastat-num { margin-bottom: -10px; }
    .vistxt.mistxt { margin-top: 90px; }
    .cusd-list { grid-template-columns: 1fr; }
    .cus { text-align: center; }
    .popup-container { padding: 50px 20px; }

    .opinfo { padding: 15px; }
    .opstablink { font-size: 16px; }
    .optypes span { padding: 0 10px; }

    .input-quiz .wpcf7-not-valid-tip { margin-left: 190px; }

    .foo-btm { padding-top: 40px; }
    .foo-cta { padding-top: 50px; padding-bottom: 40px; }
}
/*575*/

@media screen and (max-width: 459px) {
    h1, .h1 { --fsize: 48px; line-height: calc(var(--fsize) + 8px); }
    h2, .h2 { --fsize: 40px; margin-bottom: 16px; }
    h3 { --fsize: 32px; }
    .font-32 { --fsize: 22px; }
    .font-28 { --fsize: 20px; }
    .bttn, .headernav a { font-size: 16px; }
    .hero-bg { top: auto; bottom: 0; height: 450px; }
    .hero-since { margin-top: 160px; }
    .statlist { padding: 15px; }
    .home-servcont h3 { margin-bottom: 0; }
    .misimg img { width: 162px; }
    .partcard { border-radius: 20px; }
    .wwastat-num { margin-bottom: -10px; }
    .mpitem { --spaces: 20px; }
    .mptxt li:not(:last-child) { margin-bottom: 12px; }
    .form-block { padding: 20px; }
    .form-block .bttn { width: 100%; }
    .prjilist { grid-template-columns: 1fr; }
    .ameitem { --amecol: calc(50% - 20px); }
    .ameicon { --amsize: 86px; }
    .ameicon img { --ameisize: 34px; }
    .partcard { min-height: 190px; }
	.partcard img { margin: auto; max-height: 120px; width: auto; }
}
/*459*/

@media screen and (max-width: 375px) {
    body { font-size: 16px; }
    .font-32 { --fsize: 20px; }
    .font-28 { --fsize: 18px; }
    .font-20 { font-size: 16px; line-height: 26px; }
    .proj-more a { --size: 164px; }
    .wwastat { gap: 30px 20px; }
    .popup-container { padding: 40px 10px 20px; }
}
/*459*/