:root {
    --Primary: #FFFFFF;
    --Secondary: #04D06E;
    --Black: #000000;
    --White: #FFFFFF;
    --Green1: #04D06E;
    --Green2: #026A38;
}

::-webkit-scrollbar {
    display: none;
}

h1 {
    font-family: "Unbounded" !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-transform: uppercase;
    margin: 0;
}

h1 span, h1 b {
    
}

h2 {
    font-size: 36.98px !important;
    line-height: 120% !important;
    color: var(--Black) !important;
    font-family: "Unbounded" !important;
    font-weight: 500 !important;
    margin: 0;
    text-transform: uppercase;
}

h2 span, h2 b {

}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

p {
    margin-bottom: 14px;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.d-flex {
    display: flex;
}

a.button, button, .button, .elementor-button {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background: transparent !important;
    /* background: var(--Dark); */
    color: var(--White);
    padding: 17px 40px;
    border-radius: 109px;
    font-weight: 400;
    line-height: 1;
    z-index: 0;
    transition: color .25s ease, transform .08s ease;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    transition: all .5s;
}

a.button::before, button::before, .button::before, .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 109px;
    background: linear-gradient(180deg, var(--Green1) 0%, var(--Green2) 100%);
    -webkit-mask: 
        linear-gradient(#fff,#fff) content-box, 
        linear-gradient(#fff,#fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    transition: all .5s;
}

a.button:hover, button:hover, .button:hover, .elementor-button:hover {
}

a.button:hover::before, button:hover::before, .button:hover::before, .elementor-button:hover::before {
    mask-composite: add;
}

.button-secondary .elementor-button {
    font-weight: 400;
    font-size: 19.67px;
    line-height: 100%;
}

.button-secondary .elementor-button:hover {
}

.elementor-button .elementor-button-text {
    font-weight: 400;
    font-size: 19.67px;
    line-height: 100%;
}

.swiper.mySwiper {

}

.swiper.mySwiper .swiper-wrapper {

}

.swiper.mySwiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper.mySwiper .swiper-button-prev {
    background-image: url("../images/swiper-previous.png");
    width: 11px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0;
    display: none;
}

.swiper.mySwiper .swiper-button-next {
    background-image: url("../images/swiper-next.png");
    width: 11px;
    height: 24px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0;
    display: none;
}

.swiper.mySwiper .swiper-button-prev::after,
.swiper.mySwiper .swiper-button-next::after {
    content: none;
}



/* Body */
body {
    /* background-size: 100% 100% !important; */
}


/* Header */
header a.elementor-button {
    padding: 10px 30px;
}
header a.elementor-button .elementor-button-text {
    font-weight: 400;
    font-size: 19.67px;
    line-height: 100%;
    color: var(--White);
}
header .nav-btn nav {
    width: auto !important;
}
header .nav-btn nav.menu-is-active {
    width: 100vw !important;
}


/* Home Banner */
section.home-banner {
    background: #9DEB9D;
    background: linear-gradient(0deg,rgba(157, 235, 157, 1) 0%, rgba(14, 160, 14, 1) 20%, rgba(0, 0, 0, 1) 45%);
}
section.home-banner h1 {
    font-weight: 500;
    font-size: 36.98px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--White);
}
section.home-banner h1 span {
    color: var(--Green1);
}
section.home-banner p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--White);
}
section.home-banner a.elementor-button {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
}
section.home-banner {}
section.home-banner .homeBannerSwiper {}
section.home-banner .homeBannerSwiper .swiper-slide {
    height: auto;
}
section.home-banner .homeBannerSwiper .image-content {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
section.home-banner .homeBannerSwiper .image-content .image-container {
    width: 60%;
    display: flex;
    padding: 0 15px;
    justify-content: center;
}
section.home-banner .homeBannerSwiper .image-content .image-container .image {
    display: flex;
    justify-content: center;
    height: 100%;
}
section.home-banner .homeBannerSwiper .image-content .image-container .image img {}
section.home-banner .homeBannerSwiper .image-content .content-container {
    width: 40%;
    display: flex;
    padding: 0 15px;
}
section.home-banner .homeBannerSwiper .image-content .content-container .content {
    display: flex;
    flex-direction: column;
}
section.home-banner .homeBannerSwiper .image-content .content-container .content h1 {
    margin: 0;
}
section.home-banner .homeBannerSwiper .image-content .content-container .content p {
    max-width: 378px;
    padding-top: 22px;
    padding-bottom: 22px;
}
section.home-banner .homeBannerSwiper .image-content .content-container .content .btn-holder {
    display: flex;
    padding-top: 30px;
}
section.home-banner .homeBannerSwiper .image-content .content-container .content .btn-holder .button {
    max-width: 442px;
    width: 100%;
    /* height: 54px; */
    color: var(--White);
}
section.home-banner .homeBannerPrev {
    left: 0;
    margin: 0;
    transform: none;
}
section.home-banner .homeBannerNext {
    left: auto;
    right: 0;
    margin: 0;
    transform: none;
}
section.home-banner .homeBannerPrev svg,
section.home-banner .homeBannerNext svg {
    width: 13.805px;
    height: 22.624px;
}
section.home-banner .homeBannerPrev::after,
section.home-banner .homeBannerNext::after {
    content: none;
}



/* Home Clients */
section.home-clients {
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(157, 235, 157, 1) 100%);
}
section.home-clients .clientSwiper {}
section.home-clients .clientSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
section.home-clients .clientSwiper .swiper-slide {}
section.home-clients .clientSwiper .blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}
section.home-clients .clientSwiper .blocks .image {
    display: flex;
    height: 100%;
    align-items: center;
}
section.home-clients .clientSwiper .blocks .image img {}
section.home-clients .clientSwiper .blocks .content {
    flex: 1;
}
section.home-clients .clientSwiper .blocks .content h3 {
    font-family: "Poppins";
    font-weight: 800;
    font-size: 12.26px;
    line-height: normal;
    margin: 0;
}
section.home-clients .clientSwiper .blocks .content p {
    font-weight: 400;
    font-size: 12.26px;
    line-height: normal;
}


/* Box Blocks */
section.box-blocks {
    background: #E6FCE3;
    background: linear-gradient(0deg, rgba(230, 252, 227, 1) 10%, rgba(154, 241, 145, 1) 50%, rgba(255, 255, 255, 1) 95%);
}
section.box-blocks .blocks {
    padding: 69px 15px 65px 44px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, var(--Green1), var(--Green2));
}
section.box-blocks .blocks::before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, #BFEFC0 100%);
    border-radius: 16px;
    z-index: 1;
    opacity: 1;
    width: auto;
    height: auto;
    transition: all .5s;
}
section.box-blocks .blocks:hover::before {
    opacity: 0;
}
section.box-blocks .blocks img {
    filter: brightness(1);
    transition: all .5s;
    position: relative;
    z-index: 1;
}
section.box-blocks .blocks p {
    color: var(--Black);
    font-size: 22px;
    line-height: 25px;
    max-width: 187px;
    transition: all .5s;
    position: relative;
    z-index: 1;
}
section.box-blocks .blocks:hover img {
    filter: brightness(5);
}
section.box-blocks .blocks:hover p {
    color: var(--White);
}



/* Grid 4 Block  */
section.grid-4-blocks {
    background: #E9FAE9;
    background: linear-gradient(0deg,rgba(233, 250, 233, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 85%, rgba(230, 252, 227, 1) 100%);
}
section.grid-4-blocks .blocks {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 1;
}
section.grid-4-blocks .blocks .image {
    width: 198px;
    height: 192px;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.grid-4-blocks .blocks .image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(to top, var(--Green1), var(--Green2));
    z-index: -1;
}
section.grid-4-blocks .blocks .image img {
    border-radius: 12px;
    border: 1px solid var(--Secondary);
    background: #F2FDF6;
    backdrop-filter: blur(6);
    transition: all .5s;
}
section.grid-4-blocks .blocks:hover .image img {
    background: linear-gradient(to bottom, var(--Green1), var(--Green2));
}
section.grid-4-blocks .blocks .content {
    max-width: 200px !important;
}
section.grid-4-blocks .blocks .content p {
    color: var(--Black);
    font-weight: 400;
    font-size: 25px;
    line-height: 33.02px;
}
section.grid-4-blocks .blocks:nth-child(odd) .content {
    order: 0;
}
section.grid-4-blocks .blocks:nth-child(odd) .image {
    order: 1;
}
section.grid-4-blocks .blocks:nth-child(odd) .content p {
    text-align: right;
}
section.grid-4-blocks .blocks:nth-child(even) {
    justify-content: start;
}

section.grid-4-blocks .blocks:nth-child(1) .image::before,
section.grid-4-blocks .blocks:nth-child(1) .content {
    transform: translate(-30px, -30px);
}
section.grid-4-blocks .blocks:nth-child(2) .image::before,
section.grid-4-blocks .blocks:nth-child(2) .content {
    transform: translate(30px, -30px);
}
section.grid-4-blocks .blocks:nth-child(3) .image::before,
section.grid-4-blocks .blocks:nth-child(3) .content {
    transform: translate(-30px, 30px);
}
section.grid-4-blocks .blocks:nth-child(4) .image::before,
section.grid-4-blocks .blocks:nth-child(4) .content {
    transform: translate(30px, 30px);
}



/* Circle Blocks */
section.circle-blocks {
    background: #39AB49;
    background: linear-gradient(0deg,rgba(57, 171, 73, 1) 0%, rgba(157, 221, 164, 1) 24%, rgba(230, 252, 227, 1) 40%);
}
section.circle-blocks .blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
section.circle-blocks .blocks .image {
    width: 267px;
    height: 267px;
    border-width: 2px;
    border-style: dashed;
    border: 2px dotted var(--Green1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.circle-blocks .blocks .image::before {
    content: "";
    width: 207px;
    height: 207px;
    background: var(--Green2);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
section.circle-blocks .blocks .image img {}
section.circle-blocks .blocks .content {
    max-width: 260px !important;
}
section.circle-blocks .blocks .content p {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
}

/* Contact */
section.home-contact {
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(47, 138, 60, 1) 80%, rgba(57, 171, 73, 1) 100%);
}
section.home-contact h2 {
    color: var(--White) !important;
}

/* Footer */
footer {}
footer .logo-description {
    opacity: .7;
}
footer nav ul li a {
    opacity: .8;
    transition: all .5s;
}
footer nav ul li a:hover {
    opacity: 1;
}




/* Contact */
/* Contact Banner */
body.body-contact-page {
    /* background-size: 100% 300% !important; */
}
section.contact-banner {
    background: #99EA99;
    background: linear-gradient(0deg, rgba(153, 234, 153, 1) 0%, rgba(0, 151, 0, 1) 12%, rgba(0, 0, 0, 1) 35%);
}
section.contact-banner .contact-content {}
section.contact-banner .contact-content h3 {
    font-family: "Poppins";
    font-size: 22.078px;
    font-weight: 500;
    line-height: 22.078px;
    text-transform: capitalize;
}

/* Contact Form */
section.contact-form {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(225, 244, 224, 1) 10%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 75%, rgba(153, 234, 153, 1) 100%);
}
section.contact-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 0;
    margin-left: -15px;
    margin-right: -15px;
}
section.contact-form .blocks {
    width: 50%;
    padding: 0 15px;
}
section.contact-form .blocks:nth-last-of-type(3) {
    width: 100%;
}
section.contact-form .blocks p {}
section.contact-form .blocks input,
section.contact-form .blocks textarea {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    resize: none;
    border-radius: 18px;
    height: 66px;
    padding: 12px 14px;
    border: 1px solid #3DB54E;
    background-color: transparent;
    transition: all .5s;
}
section.contact-form .blocks textarea {
    height: 341px;
}
section.contact-form .blocks input.wpcf7-not-valid,
section.contact-form .blocks textarea.wpcf7-not-valid {
    border: 1px solid tomato;
}
section.contact-form .blocks .wpcf7-not-valid-tip {
    padding-top: 5px;
    color: tomato;
    font-size: 16px;
    font-weight: 400;
}
section.contact-form .btn-holder {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}
section.contact-form .btn-holder button[type="submit"] {
    position: relative;
    font-family: "Poppins";
    display: inline-block;
    cursor: pointer;
    border: none;
    background: transparent !important;
    color: var(--Dark);
    padding: 17px 40px;
    border-radius: 109px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    z-index: 0;
    transition: color .25s ease, transform .08s ease;
    -webkit-tap-highlight-color: transparent;
    width: 442px;
    transition: all .5s;
}
section.contact-form .btn-holder button[type="submit"]::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 109px;
    background: linear-gradient(180deg, var(--Green1) 0%, var(--Green2) 100%);
    -webkit-mask: 
        linear-gradient(#fff,#fff) content-box, 
        linear-gradient(#fff,#fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    transition: all .5s;
}
section.contact-form .btn-holder button[type="submit"]:hover::before {
    mask-composite: add;
}
section.contact-form .btn-holder .wpcf7-spinner {
    position: absolute;
}
section.contact-form .wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
}

/* Error - 404 */
section.page-not-found {
    background: linear-gradient(0deg, #000000 0%, #FFFFFF 8%, #FFFFFF 92%, #000000 100%);
}


/* Sectors Page */
section.image-content-banner {}
section.image-content-banner h1 span {
	color: #04D06E;
}
section.sectors-faq {
	background: linear-gradient(to bottom, #1ea91e 0%, #A3EDA3 5%, #FFFFFF 25%, #FFFFFF 90%, #39ab49 100%);
}
section.sectors-faq details summary {
    transition: padding .3s ease-in;
}
section.sectors-faq details[open] summary {
	padding: 18px 0 21px 0;
	transition: padding .5s ease-in;
}


/* About Us Page */
section.who-we-are {
	background: linear-gradient(to bottom, #1da71d 2%, #B8F1B8 40%, #FFFFFF 85%);
}

/* Enterprise Page */
section.expertise-cards {
	background: linear-gradient(to bottom, #1ea91e 0%, #A4EDA4 10%, #FFFFFF 20%, #FFFFFF 90%, #39aa49 100%);
}
section.expertise-cards .title .elementor-heading-title {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 22.8px;
	min-height: 70px;
}

/* Clients Page */
section.image-content-banner.clients-banner {
	background: linear-gradient(to bottom, #000000 35%, #039B03, #8CE38C);
}
section.sectors-faq.clients-faq {
/* 	background: linear-gradient(to bottom, #8CE38C 0%, #FFFFFF 10%, #FFFFFF 90%, #39ab49 100%); */
	background: linear-gradient(to bottom, #8CE38C 0%, #FFFFFF 14%, #FFFFFF 30%, #E3F9E3 76%, #90D799 86%, #39ab49 100%);
}

@media screen and (max-width: 1280px) {
    section.home-banner .homeBannerSwiper .image-content .content-container .content h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1199px) {
    section.box-blocks .blocks {
        padding: 70px 15px 65px 15px;
    }
    section.box-blocks .blocks p {
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    header .nav-btn nav {
        /* opacity: 0; */
        max-height: 0;
        width: 0 !important;
        overflow: hidden;
        transition: max-height .5s, opacity .5s !important;
    }
    header .nav-btn nav.menu-is-active {
        width: 100vw !important;
        max-height: 400px;
    }
}
@media screen and (max-width: 991px) {
    body.home {
        /* background-image: url("../images/body-bg-m.png"); */
    }
    section.home-banner h1, h2 {
        font-size: 30px !important;
    }
    footer nav ul li a {
        justify-content: center !important;
    }
    .swiper.mySwiper .swiper-button-prev {
        display: flex;
    }
    .swiper.mySwiper .swiper-button-next {
        display: flex;
    }
    section.home-banner .homeBannerSwiper .image-content {
        flex-direction: column;
    }
    section.home-banner .homeBannerSwiper .image-content .image-container {
        width: 100%;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container {
        width: 100%;
        text-align: center;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content p {
        margin: 0 auto;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content .btn-holder {
        justify-content: center;
    }
	section.about-cards .title br,
	section.expertise-cards .title .elementor-heading-title br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
    section.home-banner h1, h1, h2 {
        font-size: 17.58px !important;
        text-transform: uppercase;
    }
    p {
        font-size: 10.99px !important;
    }
    header .nav-btn .elementor-widget-navigation-menu {
        width: 31px !important;
    }
    header .nav-btn {
        justify-content: end;
    }
    section.box-blocks .blocks {
        padding: 10px 20px;
        flex-direction: row;
        align-items: center;
        gap: 22px;
    }
    .elementor-button,
    header a.elementor-button {
        padding: 8px 20px;
    }
    .button-secondary .elementor-button,
    .elementor-button .elementor-button-text {
        font-size: 12.19px;
    }
    header a.elementor-button .elementor-button-text {
        font-size: 10.97px;
    }
    section.home-clients .clientSwiper .swiper-slide {
        display: flex;
        justify-content: center;
    }
    section.home-clients .clientSwiper .blocks .content h3,
    section.home-clients .clientSwiper .blocks .content p {
        font-size: 6.8px !important;
    }
    section.box-blocks .blocks img {
        width: 35px;
    }
    section.box-blocks .blocks p {
        font-size: 11px !important;
        line-height: 14px;
    }
    section.box-blocks .blocks {
        flex-wrap: nowrap;
    }
    section.box-blocks .blocks .elementor-widget-text-editor {
        flex: 1;
    }

    section.grid-4-blocks .blocks {
        flex-wrap: nowrap;
        gap: 10px;
    }
    section.grid-4-blocks .blocks .image {
        width: 67px;
        height: auto;
        border-radius: 4px;
    }
    section.grid-4-blocks .blocks .content p {
        font-size: 11px !important;
        line-height: 12.01px !important;
    }
    section.grid-4-blocks .blocks .image img,
    section.grid-4-blocks .blocks .image::before {
        border-radius: 4px;
    }
    section.grid-4-blocks .blocks:nth-child(1) .image::before,
    section.grid-4-blocks .blocks:nth-child(1) .content {
        transform: translate(-15px, -15px);
    }
    section.grid-4-blocks .blocks:nth-child(2) .image::before,
    section.grid-4-blocks .blocks:nth-child(2) .content {
        transform: translate(15px, -15px);
    }
    section.grid-4-blocks .blocks:nth-child(3) .image::before,
    section.grid-4-blocks .blocks:nth-child(3) .content {
        transform: translate(-15px, 15px);
    }
    section.grid-4-blocks .blocks:nth-child(4) .image::before,
    section.grid-4-blocks .blocks:nth-child(4) .content {
        transform: translate(15px, 15px);
    }

    section.circle-blocks .blocks .image {
        width: 121px;
        height: 121px;
    }
    section.circle-blocks .blocks .image::before {
        width: 93px;
        height: 93px;
    }
    section.circle-blocks .blocks .image img {
        width: auto;
        height: auto;
    }
    section.circle-blocks .blocks .content p {
        font-size: 11px !important;
        line-height: 14px !important;
    }
    section.circle-blocks .blocks {
        gap: 3px;
        max-width: 121px;
    }

    section.contact-banner .contact-content h3 {
        font-size: 10.99px;
        font-weight: 500;
        line-height: 14.527px;
    }
    section.contact-form form {
        flex-direction: column;
        gap: 14px;
    }
    section.contact-form .blocks {
        width: 100%;
    }
    section.contact-form .btn-holder button[type="submit"] {
        font-size: 12.188px;
        width: 224.466px;
        height: 27.424px;
        padding: 0 14px;
    }
    section.contact-form .blocks input,
    section.contact-form .blocks textarea {
        font-size: 10.99px;
        height: 44px;
        border-radius: 8px;
    }
    section.contact-form .blocks textarea {
        height: 173px;
    }
    section.contact-form .blocks .wpcf7-not-valid-tip {
        font-size: 12.188px;
    }
    section.contact-form .wpcf7-response-output {
        width: 90%;
        margin: 0 auto;
        font-size: 12.188px;
    }
    
    a.button::before, button::before, .button::before, .elementor-button::before,
    section.contact-form .btn-holder button[type="submit"]::before {
        padding: 1px;
    }

    section.home-banner {
        overflow: hidden;
        background: #62CD62;
        background: linear-gradient(0deg,rgba(98, 205, 98, 1) 0%, #018401 17%, rgba(0, 0, 0, 1) 30%);
    }
    section.home-banner .image {
        width: 301.008px;
        height: 339.892px;
        /* transform: rotate(-17.644deg); */
    }
    section.home-clients {
        overflow: hidden;
        background: #D2F6D2;
        background: linear-gradient(0deg,rgba(210, 246, 210, 1) 0%, rgba(98, 205, 98, 1) 100%);
    }
    section.home-clients .clientSwiper {
        overflow: visible;
        width: 85%;
        margin: 0 auto;
    }
    section.home-clients .clientSwiper .clientPrev {
        left: -20px;
    }
    section.home-clients .clientSwiper .clientNext {
        right: -20px;
    }
    section.image-content {
        background: #FFFFFF;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(210, 246, 210, 1) 100%);
    }

    footer h4 {
        font-size: 12.19px;
        font-weight: 400;
        line-height: 18.454px;
    }
    footer nav ul li a {
        font-size: 12.19px;
        font-weight: 500;
        line-height: 12.2px;
    }

    section.contact-banner {
        background: #99EA99;
        background: linear-gradient(0deg, rgba(153, 234, 153, 1) 0%, rgba(0, 151, 0, 1) 8%, rgba(0, 0, 0, 1) 22%);
    }
    section.contact-banner .contact-content .elementor-widget-image {
        width: 22px;
    }

    section.home-banner .homeBannerSwiper .image-content {
        height: auto;
    }
    section.home-banner .homeBannerPrev svg,
    section.home-banner .homeBannerNext svg {
        width: 4.668px;
        height: 7.65px;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content h1 {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 120%;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content p {
        padding-top: 10px;
        padding-bottom: 0;
        max-width: 295.52px;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content .btn-holder {
        padding-top: 18px;
    }
    section.home-banner .homeBannerSwiper .image-content .content-container .content .btn-holder .button {
        width: 224.466px;
        height: 27.424px;
        padding: 5px 0;
        font-size: 12.188px;
        font-weight: 400;
        line-height: normal;
    }
	
	section.expertise-cards .title .elementor-heading-title {
		font-size: 16px;
		min-height: auto;
	}
	section.expertise-cards .expertiseSwiper .blocks.swiper-slide {
		display: flex;
		gap: 20px;
		height: auto;
	}
	section.expertise-cards .expertiseSwiper .expertise-grid.swiper-wrapper {
		width: auto;
		gap: 0;
	}
	section.expertise-cards .expertiseSwiper .expertisePage {
		display: flex;
        flex-direction: row;
        gap: 6px;
        flex-wrap: nowrap;
        position: relative;
        width: 100% !important;
        justify-content: center;
	}
	section.expertise-cards .expertiseSwiper .expertisePage .swiper-pagination-bullet {
		display: flex;
        background: #96df97;
        width: 10px;
        height: 6px;
        margin: 0;
        border-radius: 50px;
        transition: all .5s;
        opacity: 1;
        left: 0 !important;
        transform: scale(1);
	}
	section.expertise-cards .expertiseSwiper .expertisePage .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
		background: #1e5726;
        width: 30px;
	}
}
@media screen and (max-width: 575px) {
    header .hfe-site-logo img {
        max-width: 73px;
        height: 57px;
    }
}