:root {
    --color-primary: #1E4A3A;
    --color-secondary: #B86F50;
    --color-text: #3C3C3C;
    --color-heading: #1A1A1A;
    --font-inter: "Inter", sans-serif;
    --border-color: #E4E9E7;
    --transition: all 0.4s ease;
    --white-color: #fff;
    --white-down-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    --black-down-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
    --btn-arrow-white: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 6.46667H12.6666' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66663 0.666687L12.6666 6.46669L6.66663 12.2667' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    --btn-arrow-green: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 6.46667H12.6666' stroke='%233C7844' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66663 0.666687L12.6666 6.46669L6.66663 12.2667' stroke='%233C7844' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

body {
    padding-top: 100px;
}

body .elementor-widget-text-editor {
    color: var(--color-text);
    font-family: var(--font-inter);
}

body .elementor p {
    margin-bottom: 30px;
}

body .elementor p:last-child {
    margin-bottom: 0px;
}

body .elementor-widget-text-editor a {
    transition: var(--transition);
    font-weight: 700;
}

/* headervstart */

nav.main-nav ul.main-menu li:first-child .sub-menu li.current-menu-item.menu-item-object-custom>a {
    background: var(--white-color);
    color: #003380;
}


nav.main-nav ul.main-menu li:first-child .sub-menu li.current-menu-item.menu-item-object-custom>a:hover {
    background: #003380;
    color: var(--white-color);
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.mobile_menu_bar {
    display: none;
}

.header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-inner .logo-wrap {
    width: 128px;
    height: 78px;
}

.header-inner .logo-wrap a {
    height: 100%;
    width: 100%;
}

.header-inner .logo-wrap a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: unset;
}

.main-menu {
    display: flex;
}

nav.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 128px);
}

nav.main-nav ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 32.5px;
    align-items: center;
}

header {
    padding: 11px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 11;
    transition: all .6s ease;
    background: var(--white-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

header.nav-up {
    top: -100%;
    transition: all .5s ease;
}

nav.main-nav ul.main-menu>li>a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    letter-spacing: -0.15px;
}

nav.main-nav ul.main-menu>li:last-child a {
    background-color: var(--color-primary);
    padding: 7px 24.99px;
    border: 1px solid var(--color-primary);
    display: inline-block;
    color: #FAFAF8 !important;
    border-radius: 6px;
    padding: 11.5px 30px 11.5px 30px;
}

nav.main-nav ul.main-menu>li:last-child a:hover {
    background-color: transparent;
    border-color: var(--color-primary);
    color: #1E4A3A !important;
}


/* hedaer end */
/* home bannerv start */
.banner-video.elementor-widget-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video.elementor-widget-video .elementor-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}

.banner-video.elementor-widget-video .elementor-wrapper video {
    display: block;
    height: 100%;
    width: 100%;
}

.overlay-section {
    position: relative;
    overflow: hidden;
}

.overlay-section .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlay-section .banner-video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.overlay-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(90deg, #143B2D 0%, #144130 46.15%, rgba(20, 68, 51, 0.70) 100%);
    z-index: 2;
    pointer-events: none;
}

.overlay-section .global-container {
    position: relative;
    z-index: 3;
}

/* home banner end */
/* counter section start */
.counter-des.elementor-widget-counter span.elementor-counter-number-prefix {
    display: none;
}

.counter-des.elementor-widget-counter span.elementor-counter-number,
.counter-des.elementor-widget-counter .elementor-counter-number-suffix {
    font-family: var(--font-inter);
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.396px;
    display: inline-block;
    margin-bottom: 2px;
}

.counter-des.elementor-widget-counter .elementor-counter-title {
    color: var(--color-text);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.15px;
    position: relative;
    left: -2px;
}

.counter-icon .elementor-icon-wrapper {
    line-height: 0;
}

body .elementor .counter-box {
    width: auto;
}

.counter-des.elementor-widget-counter .elementor-counter-number-suffix {
    margin: 0;
    position: relative;
    top: -3px;
    left: 1px;
    width: fit-content;
    flex-grow: unset;
}

/* counter section end */
/* bussiness start */
body .elementor .busiiness-content p {
    color: var(--color-text);
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.15px;
    opacity: 1;
    margin-bottom: 20px;
}

body .elementor .busiiness-content p:last-child {
    margin-bottom: 0;
}

body .elementor .busiiness-content {
    border-bottom: 1px solid #E4E9E7;
}

body .elementor .business-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body .elementor .business-box>.e-con {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-radius: 0 0 8px 8px;
}

body .elementor .busiiness-content {
    flex-grow: 1;
}

body .elementor .bussiness-btn {
    margin-top: 0 !important;
    width: fit-content;
}

/* bussiness end */
/* arrow start */
body .elementor .elementor-element .cms-btn {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

body .elementor .elementor-element .cms-btn::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    margin-top: 3px;
    background-image: url("../../../../wp-content/uploads/2026/07/Arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    position: static;
    transition: var(--transition);
}

body .elementor .elementor-element .cms-btn:hover::after {
    background-image: url("../../../../wp-content/uploads/2026/07/colorkit.svg");
}

.elementor .hero-btn-white.hero-btn-outline {
    color: var(--white-color);
    background-color: #FFFFFF1A;
}

.elementor .hero-btn-white.hero-btn-outline:hover {
    color: var(--color-primary);
    background-color: var(--white-color);
}

.footer-top-row .e-div-block-base:first-child .e-image-link-base {
    display: inline-flex;
}

.footer-top-row .e-div-block-base:first-child .e-image-link-base {
    margin-bottom: 18px;
}

.footer-top-row .e-div-block-base:first-child .e-image-link-base img {
    margin-bottom: 0;
}

body .elementor .home-banner-sec {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

/* bussiness page start */
section.elementor-element.inner-banner-sec {
    min-height: 520px;
    display: flex;
    align-items: center;
}

.taxonomy-section .taxonomy-box .e-filter .e-filter-item[aria-pressed="true"] {
    background: var(--color-primary);
    color: #FAFAF8;
    border-color: var(--color-primary);
}

/* bussiness page end */

/* business grid card */
.business-cat-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.business-cat-card {
    width: calc(25% - 30px);
    border-radius: 8px;
    border: 1px solid #E4E9E7;
    background: var(--white-color);
    padding: 29px 30px;
    display: flex;
    flex-direction: column;
}

.business-cat-count {
    color: var(--color-secondary);
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.439px;
    margin-bottom: 8px;
}

.business-cat-title {
    color: var(--color-heading);
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
    margin-bottom: 10px;
}

.business-cat-desc {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.15px;
}

/* business grid end */
/* arrow end */
/* about section start */


body .elementor .our-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #E4E9E7;
}

.our-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;

}

body .elementor .mission-card.our-card::before {
    background-color: #1E4A3A;
}

body .elementor .vision-card.our-card::before {
    background-color: #B86F50;
}

.elementor .our-row .elementor-icon-wrapper {
    line-height: 0;
}

.mission-card,
.vision-card {
    position: relative;
    overflow: hidden;
}

.mission-card::after,
.vision-card::after {
    content: "";
    position: absolute;
    width: 202px;
    height: 202px;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    z-index: 0;
    pointer-events: none;
}

.mission-card::after {
    background-color: #1E4A3A1A;
}

.vision-card::after {
    background-color: #B86F501A;
}

.mission-card>*,
.vision-card>* {
    position: relative;
    z-index: 1;
}


body .elementor-element.core-values-row {
    gap: 40px;
}

.core-value-box.elementor-widget-icon-box {
    width: calc(100% / 3 - 26.68px);
    border-radius: 8px;
    border: 1px solid #E4E9E7;
    background: #FFF;
    padding: 39px 40px;
    transition: var(--transition);
}
.business-cat-card {
        transition: var(--transition);
}
.core-value-box.elementor-widget-icon-box:hover, .business-cat-card:hover {
box-shadow: 0 8px 24px rgba(184, 111, 80, 0.18);
}

.core-value-box .elementor-icon-box-icon {
    height: 70px;
    width: 70px;
    border-radius: 8px;
    border: 1px solid #E4E9E7;
    background: #F4F6F5;
    display: flex;
    justify-content: center;
    align-items: center;
}


.core-value-box h3.elementor-icon-box-title {
    color: #1A1A1A !important;
    font-family: var(--font-inter);
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0 0px 14px;
}

.core-value-box p.elementor-icon-box-description {
    color: #3C3C3C;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.15px;
}




div.zigzag-row.e-con:nth-of-type(even) {
    flex-direction: row-reverse;
}

div.zigzag-row.e-con>div.zigzag-image-column {
    width: 47.858%;
}

div.zigzag-row.e-con>div.zigzag-content-column {
    width: 52.142%;

}

div.zigzag-row.e-con>div.zigzag-content-column {
    padding: 0 0 0 59px;
}

div.zigzag-row.e-con:nth-of-type(even)>div.zigzag-content-column {
    padding: 0 59px 0 0;
}

div.zigzag-row.e-con>div.zigzag-image-column img {
    border-radius: 10px;
}

.zigzag-content-column .elementor-widget-text-editor h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #1A1A1A;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.009px;
}

body .elementor div.zigzag-row {
    margin-bottom: 60px;
}

body .elementor div.zigzag-row:last-child {
    margin-bottom: 0px;
}

.Strategic-row .core-value-box.elementor-widget-icon-box {
    width: calc(100% / 2 - 20px);
}

.Strategic-row .core-value-box.elementor-widget-icon-box .elementor-icon-box-wrapper {
    align-items: flex-start !important;
    flex-direction: row !important;
}

/* about section end */
@media screen and (min-width:992px) {

    /* hedaer start */
    .main-nav .main-menu>li {
        position: relative;
        line-height: 0;
    }

    .main-nav .sub-menu {
        width: 100%;
        display: none;
        position: absolute;
        top: 50px;
        transition: all 0.4s ease;
        left: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        width: 230px;
        padding: 10px 15px;
        padding: 0;
        list-style: none;
        background: transparent;
    }

    .main-menu li:hover>.sub-menu {
        display: block;
    }

    .main-nav .sub-menu li {
        position: relative;
        width: 100%;
    }

    .main-nav .sub-menu li a {
        padding: 10px 15px;
        color: #000;
        font-weight: 400;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #cccccc94;
        font-size: 15px;
        line-height: 25px;
        background-color: var(--white-color);
    }

    .main-nav .sub-menu li .sub-menu li a {
        font-size: 14px;
        line-height: 24px;

    }

    .main-nav .sub-menu li a:hover {
        background-color: var(--color-primary);
        color: var(--white-color);
    }

    .main-nav .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        position: absolute;
    }

    .mobile_menu_bar {
        cursor: pointer;
    }

    .main-nav .main-menu>li.menu-item-has-children>a {
        padding-right: 30px !important;
        margin-top: 0;
    }

    .main-nav .main-menu>li.menu-item-has-children.current-menu-item>a::after,
    .main-nav .main-menu>li.menu-item-has-children.current-menu-ancestor>a::after {
        top: 16px !important;
    }

    .main-nav .main-menu>li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        top: 16px;
        right: 10px;
        width: 12px;
        height: 7px;
        background-image: var(--black-down-arrow);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 99 !important;
    }

    .main-nav .main-menu>li:hover>a {
        color: var(--color-primary);
    }

    .main-nav .main-menu>li {
        transition: all 0.4s ease;
    }

    .main-nav .main-menu>li>a::after {
        transition: transform 0.4s ease !important;
        z-index: 99 !important;
        will-change: transform;
    }

    .main-nav .main-menu>li.current-menu-ancestor>a,
    .main-nav .main-menu>li.current-menu-item>a {
        background-color: #1E4A3A1A;
        border-radius: 6px;
        color: var(--color-primary);
        padding: 9px 17.5px;
    }

    nav.main-nav ul.main-menu>li>a {
        padding: 9px 17.5px;
    }

    nav.main-nav ul.main-menu>li:hover>a {
        background-color: #1E4A3A1A;
        border-radius: 6px;
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu>li:last-child>a {
        margin-top: 0;
    }

    nav.main-nav ul.main-menu>li:last-child>a::before {
        content: unset;
    }

    /* header.nav-down .main-nav .main-menu>li.menu-item-has-children>a::after {
        background-image: var(--black-down-arrow);
    } */

    .main-nav .main-menu>li.current-menu-ancestor>a::after {
        background-image: var(--black-down-arrow);
    }

    .main-nav .main-menu>li.current-menu-item.menu-item-has-children>a::after {
        background-image: var(--black-down-arrow);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%231E4A3A'/%3E%3C/g%3E%3C/svg%3E");

    }

    .main-nav .main-menu>li:hover>a::after,
    .main-nav .main-menu>li.menu-item-has-children.current-menu-ancestor>a::after {
        transform: rotateX(180deg);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%231E4A3A'/%3E%3C/g%3E%3C/svg%3E");
    }

    .main-nav .sub-menu li.current-menu-item>a {
        background-color: var(--color-primary);
        color: var(--white-color);
    }

    /* 
    .main-nav .sub-menu li:last-child a {
        border-bottom: 0;
    } */

    .main-nav ul.sub-menu li.menu-item-has-children:hover>a {
        background-color: var(--color-primary);
        color: var(--white-color);
    }

    .main-nav ul.sub-menu li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        top: 19px;
        right: 10px;
        width: 12px;
        height: 7px;
        background-image: var(--black-down-arrow);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-90deg);
        transition: transform 0.5s ease !important;
        z-index: 99 !important;
        will-change: transform;

    }

    .main-nav ul.sub-menu>li.menu-item-has-children:hover>a::after,
    .main-nav ul.sub-menu li.current-menu-ancestor>a::after,
    .main-nav ul.sub-menu li.current-menu-item>a::after {
        background-image: var(--white-down-arrow);
    }

    .main-nav .sub-menu>li.current-menu-ancestor>a {
        background-color: var(--color-primary);
        color: var(--white-color);
    }

    .menu_text_row {
        display: none;
    }

    .mobile-toggle {
        display: none;
    }



    nav.main-nav ul.main-menu li:first-child ul.sub-menu {
        width: 235px;
    }

    nav.main-nav ul.main-menu li:nth-child(2) ul.sub-menu {
        width: 200px;
    }

    .main-nav .sub-menu li .sub-menu li:last-child a {
        border-bottom: 0;
    }

    .main-nav .main-menu>li.menu-item-has-children:hover a::before,
    .main-nav .main-menu>li.menu-item-has-children.current-menu-ancestor a::before {
        width: 100%;
    }

    /* hedaer end */
    .main-nav .sub-menu .sub-menu .sub-menu li a {
        font-size: 13px;
        line-height: 23px;
        border-bottom: 1px solid #cccccc94 !important;
    }


    .main-nav .sub-menu .sub-menu .sub-menu li:last-child a {
        border-bottom: 0 !important;
    }

    .main-menu .menu-item-has-children {
        position: relative;
    }

    .main-menu .sub-menu {
        position: absolute;
        top: calc(100% + 30.5px);
        left: 0;
    }

    .main-menu .sub-menu::before {
        content: "";
        position: absolute;
        top: -30.5px;
        left: 0;
        width: 100%;
        background: transparent;
        height: 30.5px;
        cursor: default;
        pointer-events: auto;
    }

    header::before {
        display: none !important;
    }

    .main-nav .sub-menu li:last-child>a {
        border-bottom: 0;
    }

    .main-nav .sub-menu li:last-child>a {
        border-radius: 0 0 6px 6px;
    }

    .main-menu .sub-menu {
        border-radius: 0 0 6px 6px;
    }
}



/* responive start */
@media screen and (max-width:1439px) {
    body .elementor .counter-row {
        column-gap: 100px;
    }

    body .elementor .busiiness-content p br {
        display: none;
    }

    body .elementor .home-banner-sec {
        height: auto;
        display: block;
    }

}

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

    /* hedaer start */
    nav.main-nav ul.main-menu {
        gap: 20px;
    }


    nav.main-nav ul.main-menu>li:last-child a {
        padding: 10px 20px;
    }

    nav.main-nav ul.main-menu li:nth-last-of-type(2) {
        margin: 0;
    }

    .main-nav .main-menu>li.current-menu-ancestor>a,
    .main-nav .main-menu>li.current-menu-item>a {
        padding: 8px 15px;
    }

    nav.main-nav ul.main-menu>li>a {
        padding: 8px 15px;
    }

    .header-inner .logo-wrap {
        width: 120px;
        height: 70px;
    }

    header {
        padding: 10px 0;
    }

    nav.main-nav {
        width: calc(100% - 120px);
    }

    /* hedaer end */
    body .elementor p {
        margin-bottom: 22px;
    }

    /* banner start */
    body {
        padding-top: 90px;
    }


    /* banner end */
    /* counter start */
    body .elementor .counter-row {
        column-gap: 80px;
    }

    .counter-des.elementor-widget-counter span.elementor-counter-number,
    .counter-des.elementor-widget-counter .elementor-counter-number-suffix {
        font-size: 26px;
        line-height: 30px;
    }

    .counter-des.elementor-widget-counter .elementor-counter-number-suffix {
        top: -2px;
        left: 1px;
    }

    .counter-des.elementor-widget-counter .elementor-counter-title {
        font-size: 15px;
    }

    /* counter end */
    /* bussiness start */
    body .elementor .busiiness-content p {
        margin-bottom: 15px;
    }

    body .elementor .elementor-element .cms-btn::after {
        margin-top: 1px;
                position: relative;
        top: 1px;
    }

    section.elementor-element.inner-banner-sec {
        min-height: 400px;
    }

    .business-cat-grid {
        gap: 30px;
    }

    .business-cat-card {
        width: calc(25% - 23px);
        padding: 20px;
    }

    .business-cat-count {
        font-size: 32px;
    }

    .business-cat-title {
        font-size: 20px;
        line-height: 30px;
    }

    /* bussiness end */
    /* about page start */
    .mission-card::after,
    .vision-card::after {
        height: 150px;
        width: 150px;
        top: -40px;
        right: -40px;
    }

    body .elementor-element.core-values-row {
        gap: 30px;
    }

    .core-value-box.elementor-widget-icon-box {
        width: calc(100% / 3 - 20px);
        padding: 30px;
    }

    .core-value-box h3.elementor-icon-box-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .core-value-box .elementor-icon-box-icon {
        height: 60px;
        width: 60px;
    }

    .core-value-box .elementor-icon-box-icon svg {
        height: 32px;
        width: 32px;
    }

    div.zigzag-row.e-con>div.zigzag-content-column {
        padding-left: 40px;
    }

    div.zigzag-row.e-con:nth-of-type(even)>div.zigzag-content-column {
        padding-right: 40px;
    }

    .zigzag-content-column .elementor-widget-text-editor h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    body .elementor div.zigzag-row {
        margin-bottom: 50px;
    }

    .Strategic-row .core-value-box.elementor-widget-icon-box {
        width: calc(100% / 2 - 15px);
    }

    /* about page end */
}

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


    /* hedaer start */
    nav.main-nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        max-width: 450px;
        height: 100%;
        margin: 0;
        padding: 0 20px 40px;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        transition: all .6s ease;
        display: flex;
        flex-wrap: nowrap;
        z-index: 999;
        background-color: var(--white-color);
    }

    body.active-responsive-menu nav.main-nav {
        right: 0;
    }

    .mobile_menu_bar {
        display: block;
        height: 32px;
        width: 32px;
        cursor: pointer;
    }

    .mobile_menu_bar svg {
        display: block;
        height: 100%;
        width: 100%;
    }

    .header-inner {
        justify-content: space-between;
    }

    header.header {
        padding: 10px 0;
    }

    body.active-responsive-menu {
        position: relative;
        overflow: hidden;
    }

    body.active-responsive-menu::before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        background: #0000008c;
        z-index: 99;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: all .6s ease;
    }

    .menu_text_row {
        display: block;
        width: 100%;
        position: sticky;
        top: 0;
        background: var(--white-color);
        z-index: 2;
    }

    .menu_text {
        right: 20px;
        text-align: right;
        line-height: 0;
        display: flex;
        justify-content: end;
        border-bottom: 0;
        height: 50px;
        align-items: end;
        margin: 0;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 0px !important;
    }

    .menu_text a {
        display: block;
        background: transparent;
        cursor: pointer;
        border: 0;
        padding: 0;
        line-height: 0 !important;
    }

    .menu_text a svg {
        height: 15px;
        width: 15px;
    }

    .main-nav .main-menu {
        width: 100%;
        padding: 0 !important;
    }

    nav.main-nav ul.main-menu li {
        width: 100%;
        border-bottom: 1px solid #00000033;
    }

    .menu_text a svg path {
        fill: #000;
    }

    nav.main-nav ul.main-menu li a {
        font-size: 16px;
        line-height: 22px;
        display: block;
        padding: 14px 0 !important;
        border-bottom: 0;
        color: #000;
        font-weight: 500;
        margin-top: 0;
    }

    nav.main-nav ul.main-menu li>ul.sub-menu>li>a {
        font-size: 15px;
        line-height: 23px;
    }

    nav.main-nav ul.main-menu li>ul.sub-menu>li>ul.sub-menu>li>a {
        font-size: 14px;
        line-height: 22px;
    }

    nav.main-nav ul.main-menu li:last-child {
        border: 0;
    }

    nav.main-nav ul.main-menu .sub-menu {
        position: unset;
        padding-left: 10px;
        padding: 0;
        padding-left: 10px;
        display: none;
    }

    nav.main-nav ul.main-menu li>.sub-menu>li>.sub-menu>li:first-child>a {
        border-top: 1px solid #00000033;
    }

    nav.main-nav ul.main-menu>li.menu-item-has-children>ul.sub-menu>li:first-child>a {
        border-bottom: 0;
    }

    nav.main-nav ul.main-menu>li.menu-item-has-children>ul.sub-menu>li:first-child>a {
        border-top: 1px solid #00000033;
    }

    nav.main-nav ul.main-menu li {
        position: relative;
    }

    span.mobile-toggle {
        height: 50px;
        width: 30px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    span.mobile-toggle::before,
    span.mobile-toggle::after {
        content: "";
        width: 16px;
        height: 2px;
        background: #000;
        position: absolute;
        border-radius: 1px;
        transition: all 0.6s ease;
    }

    span.mobile-toggle::after {
        transform: rotate(90deg);
    }

    span.mobile-toggle.dt-open::after {
        transform: rotate(0deg);
    }

    nav.main-nav ul.main-menu {
        display: unset;
    }

    nav.main-nav ul.main-menu>li:last-child {
        width: fit-content;
        margin-top: 30px;
    }

    nav.main-nav ul.main-menu>li:last-child a {
        width: auto;
        padding: 10px 20px !important;

    }

    nav.main-nav ul.main-menu li.current-menu-item>a,
    nav.main-nav ul.main-menu li>a:hover {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu li.current-menu-ancestor>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu>li.current-menu-item>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu li:first-child .sub-menu li.current-menu-item.menu-item-object-custom>a {
        background: transparent !important;
        color: #fff !important;
    }

    .main-nav .sub-menu li.current-menu-item.menu-item-type-custom>a {
        color: var(--white-color);
    }

    /* hedaerend */
    /* hero banner start */
    .overlay-section::before {
        display: none;
    }

    .overlay-section .banner-video {
        position: static;
        height: 500px;
    }

    body .elementor .hero-btn-white {
        box-shadow: unset;
    }

    /* hero banner end */
    /* counter start */


    body .elementor .counter-row {
        column-gap: 28px;
    }

    body .elementor .counter-row {
        column-gap: 28px;
    }

    .counter-icon.elementor-widget.elementor-widget-icon svg {
        height: 38px !important;
        width: 38px !important;
    }

    body .elementor .counter-box {
        gap: 10px;
    }

    .elementor .hero-btn-white.hero-btn-outline {
        color: var(--color-primary);
    }

    .elementor .hero-btn-white.hero-btn-outline:hover {
        color: var(--white-color);
        border-color: var(--color-primary);
        background-color: var(--color-primary);
    }

    /* counter end */
    .overlay-section.inner-banner-sec .banner-video {
        height: 300px;
    }

    /* bussiness page start */
    section.elementor-element.inner-banner-sec {
        min-height: unset;
        display: block;
    }

    section.elementor-element.inner-banner-sec {
        min-height: unset;
    }

    .business-cat-card {
        width: calc(100% / 3 - 20px);
    }

    /* bussiness page end */
    /* about page start */
    .core-value-box.elementor-widget-icon-box {
        width: calc(100% / 2 - 15px);
    }

    div.zigzag-row.e-con>div.zigzag-content-column {
        padding-left: 0;
    }

    div.zigzag-row.e-con:nth-of-type(even)>div.zigzag-content-column {
        padding-right: 0;
    }

    div.zigzag-row.e-con>div.zigzag-image-column {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px;
    }

    div.zigzag-row.e-con>div.zigzag-content-column {
        width: 100%;
    }


    /* about page end */
}

@media screen and (max-width:767px) {
    .header-inner .logo-wrap {
        width: 100px;
        height: 60px;
    }

    body .elementor p {
        margin-bottom: 17px;
    }

    /* banner start */
    body {
        padding-top: 80px;
    }

    .overlay-section .banner-video {
        height: 400px;
    }

    body .elementor .counter-box {
        gap: 10px;
    }

    /* banner end */
    /* counter start  */

    body .elementor .counter-row {
        column-gap: 30px;
        row-gap: 20px;
    }

    body .elementor .counter-box {
        width: calc(50% - 15px);
    }

    body .elementor .counter-box {
        padding-bottom: 20px;
        position: relative;
        gap: 15px;
    }

    body .elementor .counter-box:nth-child(3),
    body .elementor .counter-box:nth-child(4) {
        padding-bottom: 0;
        border: 0;
    }

    body .elementor .counter-box:nth-child(3)::after,
    body .elementor .counter-box:nth-child(4)::after {
        display: none;
    }

    body .elementor .counter-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .counter-des.elementor-widget-counter span.elementor-counter-number,
    .counter-des.elementor-widget-counter .elementor-counter-number-suffix {
        font-size: 22px;
        line-height: 26px;
    }

    body .elementor .counter-row::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        margin-left: -0.5px;
        background-color: #ccc;
    }

    /* counter end */
    body .elementor .busiiness-content p {
        font-size: 15px;
        line-height: 25px;
    }

    body .elementor .elementor-element .cms-btn::after {
        margin-top: 2px;
    }

    .footer-top-row .e-div-block-base:first-child .e-image-link-base {
        margin-bottom: 15px;
    }

    .business-cat-grid {
        gap: 20px;
    }

    .business-cat-card {
        width: calc(100% / 3 - 14px);
    }

    .business-cat-count {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .business-cat-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .business-cat-desc {
        font-size: 15px;
    }

    /* about page start */
    body .elementor-element.core-values-row {
        gap: 20px;
    }

    .core-value-box.elementor-widget-icon-box {
        padding: 20px;
        width: calc(100% / 2 - 10px);
    }

    .core-value-box h3.elementor-icon-box-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .core-value-box p.elementor-icon-box-description {
        font-size: 15px;
        line-height: 25px;
    }

    .zigzag-content-column .elementor-widget-text-editor h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    body .elementor div.zigzag-row {
        margin-bottom: 40px;
    }

    .Strategic-row .core-value-box.elementor-widget-icon-box {
        width: 100%;
    }

    .third-link a img[src$=".svg"] {
        width: auto;
        max-width: 140px;
    }
body .elementor .elementor-element .cms-btn::after{
    position: static;
}
    /* about page end */

}

@media screen and (max-width:576px) {
    .business-cat-card {
        width: calc(100% / 2 - 10px);
    }

    .core-value-box.elementor-widget-icon-box {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    body .elementor .counter-box {
        width: 100%;
    }

    body .elementor .counter-box:nth-child(3) {
        padding-bottom: 20px;
        border: 0;
    }

    body .elementor .counter-box:nth-child(3)::after {
        display: block;
    }

    body .elementor .counter-box::after {
        width: 100%;
    }

    body .elementor .counter-row::after {
        display: none;
    }

    .business-cat-card {
        width: 100%;
    }
}