@media screen and (min-width: 992px) {
    .site-menutoggle { display: none; }

    .colheadright { justify-content: unset; }
   
    .headernav { margin-left: auto; margin-right: auto; }

    .headernav > li:nth-child(4) { margin-left: auto; }

    /*
    .headernav .menu-arrow { display: none; }
    
    .headernav .menu-item-has-children { position: relative; }
    
    .headernav .menu-item-has-children > a::after {
        display: inline-block;
        font-family: 'wmh';
        content: "\e90b";
        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: 210px;
        max-width: 260px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        border-radius: 10px; 
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 99;
    }

    .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; font-size: 16px; line-height: 26px; 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); }

    .headernav .sub-menu .sub-menu a { font-size: 14px; line-height: 22px; padding-top: 4px; padding-bottom: 4px; }
    .headernav .sub-menu .col2 .sub-menu { max-width: unset; max-width: 28vw; min-width: 450px; column-count: 2; }
    .headernav .sub-menu .col3 .sub-menu { max-width: unset; max-width: 28vw; min-width: 530px; column-count: 3; overflow-y: auto; }
    */
}
/*MIN 992 ENDS*/

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

@media screen and (min-width: 1630px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: calc(1592px + 30px); }
    .site-footer h2 { --fsize: 40px; }
    .headernav { column-gap: 60px; }
}
/*MIN 1630 ENDS*/

@media screen and (max-width: 1800px) {
    h1, .h1 { --fsize: 70px; }
    .introlist { gap: 30px; }
    .fuemis-list { column-gap: 30px; }
    .fuemis-i { --thisWid: calc(20% - 24px); }
    .clready-img { width: 70vw; }
}
/*1800*/

@media screen and (max-width: 1559px) {
    body { font-size: 18px; line-height: 30px; }
    h1, .h1 { --fsize: 64px; }
    h2, .h2 { --fsize: 42px; }
    h4, .h4 { --fsize: 23px; }
    .introlist { gap: 20px; }
    .introitem img { width: 90px; }
    .sathub-list { gap: 40px 30px; }
    .col-logo, .foo-logos { flex: 0 0 400px; min-width: 0; font-size: 18px; line-height: 28px; }
    .foo-logos { flex: 0 0 376px; }
}
/*1559*/

@media screen and (max-width: 1399px) {
    .top-header { padding: 14px 0; }
    .site-header .custom-logo { height: 149px; }
    .headernav { column-gap: 20px; }
    .top-header .icon-linkedin { font-size: 30px; }
    .hero { height: auto; margin-top: -146px; }
    .hero .container { padding-top: 206px; padding-bottom: 70px; }
    h1, .h1 { --fsize: 56px; }
    section.section { --padds: 120px; }
    .clready-img { width: 61vw; }
    .introlist { grid-template-columns: repeat(2, 1fr); }
    .col-logo, .foo-logos { flex: 0 0 320px; }
    .fuemis-i { --thisWid: calc(33.33% - 20px); }
}
/*1399*/

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

@media screen and (max-width: 1279px) {
}
/*1279*/

@media screen and (max-width: 1199px) {
    .top-header { padding: 18px 0; }
    .top-header ul { justify-content: flex-end; gap: 30px; }
    .top-header a { font-size: 16px; gap: 10px; }
    .headcol-left { left: 0; right: auto; transform: translate(0, -50%); }
    .headernav { justify-content: flex-end; }
    .headernav > li:nth-child(4) { margin: unset; }
    .headernav a { font-size: 16px; }
    .site-header .custom-logo { height: 129px; }
    .headernav .bttn { min-width: 120px; }
    .hero { min-height: 0; }
    .hero .container { padding-top: 156px; }
    .top-header a i, .top-header .icon-linkedin { font-size: 24px; }
    section.section { --padds: 90px; }
    .logcap { padding-top: 90px; }
    .foo-top .container { padding-top: 90px; }
    h1, .h1 { --fsize: 50px; line-height: calc(var(--fsize) + 10px); }
    h2, .h2 { --fsize: 36px; line-height: calc(var(--fsize) + 10px); }
    h3, .h3 { --fsize: 30px; }
    .introitem { padding: 20px; }
    .logcap-list { gap: 20px; }
    .logcap-card { padding: 22px; }
    .logcap-card h3 { gap: 15px; }
    .logcap-card p { padding-left: 36px; }
    .fuemis-i img { height: 68px; }
    .sathub-list { gap: 40px 20px; }
    .teamcard { padding: 30px; gap: 30px; }
    .foo-soc i { font-size: 30px; }
}
/*1199*/

@media screen and (max-height: 860px) {
    .introcards { margin-top: -50px; }
}

@media screen and (max-width: 991px) {

    .site-header .container, .top-header .container { width: 100%; max-width: 100%; }
    
    /* .top-header { padding-top: 10px; } */

    .colheadleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        flex: 1 0 auto  ;
    }
    
    .colheadright {
        --topOffset: 129px;
        position: fixed;
        left: 0;
        top: var(--topOffset);
        display: none;
        width: 100%;
        height: calc(100vh - var(--topOffset));
        padding: 0px;
        background: var(--primary-a);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 0;
    }

    .colheadright .bttn { display: none; }
    
    /* .siteheader-sticky .colheadright { --topOffset: 64.8px; } */

    .headcol-left { left: auto; top: 0; transform: translate(0px, -50%); }

    .headernav { display: block; }
    .headernav li { margin-left: 0; margin-right: 0; border-bottom: 1px solid var(--primary); }
    .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 { display: none; left: 0%; top: auto; width: 100%; background: #f8f8f8; transform: translateX(0%); }
    .headernav .sub-menu .sub-menu { background-color: var(--white); }
    .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: #fafafa; }
    .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); }


    section.section { --padds: 70px; }
    .logcap { padding-top: 70px; }
    h1, .h1 { --fsize: 44px; }
    h4, .h4 { --fsize: 20px; }
    .introitem img { width: 70px; }
    .sathub-list { grid-template-columns: 1fr; text-align: center; }
    .teamcard { flex-wrap: wrap; }
    .team-bio { flex: 1 0 auto; max-width: 100%; text-align: center; }
    .team-info {margin: 0 auto;}
    .clready-img { width: 100%; }
    .clready .container { position: static; transform: none; padding-bottom: 40px; }
    .foo-top .container { padding-top: 30px; }
    .foo-top h2 { padding-top: 0; }
    .foo-copy { order: 1; margin-top: 20px; }
    .col-logo { font-size: 16px; line-height: 26px; flex: 1 0 auto; max-width: 240px; margin: 30px auto 0; }
    .foo-logos, .col-logo img { width: 240px; flex: 0 0 240px; margin: 0 auto; }
    .foo-logos img { width: auto; max-height: 60px; }
    .clready { text-align: center; }
    .site-footer { text-align: center; }
    .foo-top ul { width: 220px; margin: 10px auto 20px; }
    .foo-soc { width: 200px; justify-content: center; margin: 0 auto; }
}
/*991*/

@media screen and (max-width: 767px) {
    .top-header ul { gap: 15px; }
    h1, .h1 { --fsize: 40px; }
    h2, .h2 { --fsize: 32px; }
    .font-20 { font-size: 18px; line-height: 24px; }
    section.section { --padds: 70px; }
    .fuemis-list { margin-top: 40px; }
    .fuemis-i { --thisWid: calc(50% - 15px); }
    .fuemis-i img { height: 60px; }
    .logcap-card { padding: 20px; }
    .foo-copy { line-height: 28px; }
}
/*767*/

@media screen and (max-width: 575px) {
    .top-header li span { display: none; }
    .top-header a i, .top-header .icon-linkedin { font-size: 20px; }
    .colheadright { --topOffset: 119px; }
	h1, .h1 { --fsize: 36px; }
    h2, .h2 { --fsize: 28px; }
    h6, .h6 { --fsize: 18px; }
    .introlist, .logcap-list { grid-template-columns: 1fr; }
}
/*575*/

@media screen and (max-width: 459px) {
    :root { --siteradiuss: 10px; --siteradius16: 10px; }
    body { font-size: 16px; line-height: 28px; }
    section.section { --padds: 60px; }
    body { line-height: 24px; }
    h3, .h3 { --fsize: 24px; }
    .fuemis-list { gap: 40px; }
    .fuemis-i { --thisWid: 100%; }
    .sathub .section-head { margin-bottom: 30px; }
    .site-footer::before { display: block; opacity: 0.5; z-index: 0; }
    .foo-top, .foo-btm { position: relative; z-index: 1; }
    .teamcard { padding: 20px; }
    .team-info img { width: 200px; }
}
/*459*/

@media screen and (max-width: 375px) {
}
/*375*/