@media screen and (min-width: 1440px) {
    .hero-home { min-height: calc(100vh - var(--offset)); }
    .cvlist { padding-top: 40px; }
}

@media screen and (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1440px + 30px); }
    .hero-home h1 { --fsize: 92px; }
    .hero-lines::before, .hero-lines::after { --size: 70px; }
}
/*MIN 1600 ENDS*/

@media screen and (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1600px + 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: 'ig';
        content: "\e907";
        font-size: 6px;
        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 .current-menu-ancestor:not(.nothigh)>a,
    .headernav .current-menu-parent:not(.nothigh)>a,
    .headernav .current-menu-item:not(.nothigh)>a,
    .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) {
}

@media screen and (max-width: 1599px) {
    h2, .h2 { --fsize: 42px; line-height: calc(var(--fsize) + 12px); margin-bottom: 20px; }
    h3, .h3 { --fsize: 36px; }
    .site-header { padding: 20px 0; }
    /* .bttn { --btnsize: 50px; border-radius: 12px; } */
    .hero-home { --offset: 100px; }
    .row-cteam { --thisRads: 30px; }
}

@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; }
    .indlist h3 { --fsize: 24px; }
    .bttn { min-width: 0; }
    .headernav { column-gap: 30px; }
    .site-header.siteheader-sticky { padding: 14px 0; }
    
    .vismis { padding: 30px; }
    .vismis img, .vismis h3 { margin-bottom: 22px; }

    .prodcard { padding: 30px; }
}

@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; }
    .hero-lines::before, .hero-lines::after { --size: 50px; }
}

@media screen and (max-width: 1279px) {
    .hero-lines::before, .hero-lines::after { --size: 36px; }
}
/*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: 60px; }
    h4, .h4 { --fsize: 28px; }
    .font-32 { --fsize: 28px; }
    .font-28 { --fsize: 24px; line-height: calc(var(--fsize) + 8px); }
    /*
    .site-header { padding: 16px 0; }
    .custom-logo { height: 70px; }
    */
    section.section { --padds: 80px; }
    
    .wcuitem { gap: 30px; }
    .wcuitem:not(:last-child) { padding-bottom: 30px; }
    .wcuitem-num { --wcnumsize: 68px; }
    .wcuitem-cont h3 { margin-bottom: 20px; }

    .partlogos { gap: 40px 60px; }
    .partlogos img { --partLogosWid: calc(25% - 80px); }

    .oserv-item { border-radius: var(--siteradius); }

    .cus-card { padding: 30px; border-radius: var(--siteradius16); }
    .cus-details { margin-top: 30px; }

    .prodlist { width: 580px; max-width: 100%; }
    .prodcard { padding: 30px 15px; }

}
/*1199*/

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

    .colheadright {
        --topOffset: 88px;
        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: 80px; }
    .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; }
    
    .hero { min-height: 0; }
    .hero-home { --offset: 88px; }
    .hero-lines::before, .hero-lines::after { --size: 42px; --total: calc(2 * var(--size)); }
    .homeabt .section-head { margin-bottom: 0; }
    .ositem { margin: 0 10px; }
    .partlogos { gap: 40px 30px; }
    .partlogos img { --partLogosWid: calc(25% - 30px); max-height: 50px; }
     
    .covw-img img { position: static; width: 100%; max-height: 410px; }
    .cvsicon { width: 100px; }

    .oserv-item { display: flex; flex-direction: column; padding: 25px; }
    .oserv-cont { padding: 0; }

    .foo-top .row { row-gap: 40px; }
} 
/*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; }
    .row-gap { row-gap: 30px; }
    
    .hero { padding: 60px 0px; }
    .logolist  { --gap: calc(var(--size) / 14); }
    .wcuitem-cont h3 { --fsize: 26px; }
    .tabs { gap: 20px; }
    .tabs a { padding: 0 16px; }
    .partlogos img { --partLogosWid: calc(33.33% - 30px); }
    .cvsicon { width: 80px; }

    .foo-copy { font-size: 16px; line-height: 24px; }
    .foo-adds .row { row-gap: 30px; }
}
/*767*/

@media screen and (max-width: 575px) {
    /* body { font-size: 18px; line-height: 24px; } */
    h1, .h1 { --fsize: 52px; }
    .font-32 { --fsize: 24px; }
    .font-28 { --fsize: 22px; }
    .font-22 { --fsize: 20px; }
    .font-20 { font-size: 18px; }

    .hero-lines::before, .hero-lines::after { display: none; }
    .wcuitem { gap: 20px; }
    .wcuitem .h2 { --fsize: 36px; }
    
    .cus-card { padding: 20px; }
    form { --fieldpadds: 0px 20px; }
    .cus-details { gap: 20px; }
    .cus-item i { --size: 45px; }
    .cus-soc a { --size: 45px; font-size: 18px; }
    .prodcard { padding: 20px 5px; }

    .foo-row { grid-template-columns: 1fr; gap: 30px; }
    .foonav { gap: 14px; }
    
}
/*575*/

@media screen and (max-width: 459px) {
    :root { --siteradius: 20px; }
    h1, .h1 { --fsize: 48px; line-height: calc(var(--fsize) + 8px); }
    h2, .h2 { --fsize: 36px; line-height: calc(var(--fsize) + 10px); margin-bottom: 16px; }
    h3 { --fsize: 32px; }
    .igx h2 { --fsize: 32px; }
    .igx h3 { --fsize: 28px; }
    .igx h4 { --fsize: 24px; }
    .font-32 { --fsize: 22px; }
    .font-28 { --fsize: 20px; }
    .section-head { margin-bottom: 26px; }
    .subhead { line-height: 36px; padding: 0 16px; }
    .bttn, .headernav a { font-size: 16px; }
    .tabs a { font-size: 16px; }
    
    .wwh h3 { --fsize: 28px; }
    .wcuitem-cont h3 { --fsize: 24px; }
    .partlogos { gap: 30px 20px; }
    .partlogos img { --partLogosWid: calc(50% - 30px); }

    .vismis { padding: 20px; border-radius: var(--siteradius16); }
    .vismis img, .vismis h3 { margin-bottom: 16px; }

    .oserv-item, .oserv-img { border-radius: var(--siteradius16); }

    form { --fieldRads: var(--siteradius10); }
}
/*459*/

@media screen and (max-width: 375px) {
    /* body { font-size: 16px; } */
    h1, .h1 { --fsize: 44px; }
    h2, .h2 { --fsize: 32px; line-height: calc(var(--fsize) + 8px); }
    .font-32 { --fsize: 20px; }
    .font-28 { --fsize: 18px; }
    .font-20 { font-size: 16px; line-height: 26px; }
    .bttn { padding: 0 18px; }

    .tabs { gap: 15px; }
    .tabs a { padding: 0 12px; border-radius: var(--siteradius10); }
    .wcuitem-num { --wcnumsize: 52px; }
    .wcuitem-cont h3 { margin-bottom: 10px; }

    .stati-title { width: 140px; margin: 0 auto; }

    .socialnav a { padding: 0 18px; line-height: 45px; border-radius: 12px; }
    .foo-adds, .foo-top { text-align: center; }
}
/*459*/