@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



body {

    line-height: 1.3;

    font-size: 16px;

    font-weight: 400;

    color: #000;

    font-family: "Montserrat", sans-serif;

    overflow-x: hidden;

}



ol,

ul {

    list-style: none;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



a {

    text-decoration: none;

    transition: all 0.4s ease-in-out;

    color: #000;

}



img {

    display: block;

    width: auto;

    height: auto;

    max-width: 100%;

    max-height: 100%;

}



p {

    font-size: 16px;

    line-height: 1.5;

    font-weight: 400;

    color: #000;

}





.container.container-lg {

    max-width: 1812px;

}



.container.container-md {

    max-width: 1780px;

}



.container {

    max-width: 1355px;

    padding: 0 30px;

    margin: 0 auto;

}



.btn {

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    color: #000;

    border-radius: 30px;

    padding: 16px 33px;

    position: relative;

    overflow: hidden;

    border: 2px solid #000;

    line-height: 1.2;

    z-index: 2;

    text-transform: uppercase;

    transition: all 0.4s ease-in-out;

    position: relative;

}





.btn.btn-outline::before,
.btn.btn-white::before {

    content: "";

    display: block;

    position: absolute;

    left: 50%;

    bottom: -20px;

    background: #000;

    border-radius: 50%;

    aspect-ratio: 1;

    width: 0;

    margin: auto;

    transform: translate(-50%, 30%);

    z-index: -1;

    transition: all 0.4s ease-in-out;

}



.btn.border-green::before {

    content: "";

    display: block;

    position: absolute;

    left: 50%;

    bottom: -20px;

    background: #85B629;

    border-radius: 50%;

    aspect-ratio: 1;

    width: 0;

    margin: auto;

    transform: translate(-50%, 30%);

    z-index: -1;

    transition: all 0.4s ease-in-out;

}



.btn-height {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

}



.btn.bg-green:before {

    content: "";

    position: absolute;

    width: 160%;

    height: 100%;

    left: 0;

    top: 0;

    background: 100px;

    transition: all 0.5s;

    z-index: -1;

    background: linear-gradient(90deg, #446b26 0%, #85b629 85%, #446b26 100%);

}





.btn:first-child:active {

    color: #fff;

}

.two-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.two-btn .btn {
    justify-content: center;
}



.btn.btn-white {

    background-color: #fff;

    border-color: #fff;

    color: #000;

}




@media (hover: hover) {

    .btn:hover {

        color: #fff;

    }

    .btn.btn-white:hover {
        background-color: transparent;
        border-color: transparent;

    }



    .btn.btn-outline:hover::before {

        width: 140%;

    }

    .btn.btn-white:hover::before {

        width: 140%;

    }



    .btn.border-green:hover::before {

        width: 140%;

    }



    .btn.bg-green:hover:before {

        left: 0;

        background-position: -350px 260px;

    }



    .btn.border-green:hover {

        background-color: #85B629;

        color: #fff;

    }

}







.btn.bg-green,

.btn.border-green:active {

    border: none;

    background: linear-gradient(90deg, #446B26 0%, #85B629 100%);

    border-radius: 30px;

    color: #fff;

    padding: 18px 33px;

}



.btn.border-green {

    color: #001F2B;

    border-color: #85B629;

}



.sec-head {

    margin-bottom: 25px;

}



.sec-title {

    font-weight: 700;

    font-size: 46px;

    line-height: 1.2;

    display: block;

}



.sub-title {

    display: block;

    font-weight: 600;

    font-size: 30px;

    line-height: 1.2;

}



.sec-title-xl {

    font-weight: 600;

    font-size: 100px;

    line-height: .9;

    color: #85B629;

}



.sec-title-xl span {

    color: #000;

}



.sec-title span {

    color: #83B429;

}



.common-sec {

    padding: 140px 0;

}



.pb-7 {
    padding-bottom: 75px;
}



/* accordion-com */



.accordion-item:first-of-type,

.accordion-item,

.accordion-item:last-of-type {

    border-radius: 0;

}



.accordion-button:not(.collapsed),

.accordion-item {

    background-color: transparent !important;

    box-shadow: none !important;

    border: 0;

}



.accordion-button,

.accordion-button:not(.collapsed) {

    color: #fff;

    padding-left: 0;

}



.accordion-button:not(.collapsed) {

    padding-bottom: 15px;

}



.accordion-item {

    border-bottom: 1px solid rgb(255 255 255 / 30%);

}



.accordion-item:last-of-type .accordion-button.collapsed {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;

}



.accordion-button {

    background-color: transparent;

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

    color: #FFFFFF;

    padding: 24px 0;

}



.accordion-body {

    padding-left: 0;

    padding-top: 0;

}



.accordion-icon {

    display: inline-block;

    vertical-align: middle;

    width: 27px;

    margin-right: 10px;

}



.accordion-icon img {

    display: inline-block;

    vertical-align: middle;

    object-fit: contain;

}



.accordion-body .cms-con p {

    line-height: 1.7;

    color: #FFFFFF;

}

.accordion-body .cms-con p a:hover {
    color: #fff;
}

.faqs-sec .accordion-body .cms-con p a:hover {
    color: #000;
}


.accordion-item:focus-visible,

.accordion-header:focus-visible {

    outline: none;

}



.accordion-button:not(.collapsed)::after {

    background-image: url(../img/svg/up-arrow.svg);

}



.accordion-button::after {

    background-position: center;

    background-repeat: no-repeat;

    background-size: 16px;

    background-image: url(../img/svg/down-arrow.svg);

}



.accordion-button:focus {

    border: none;

    box-shadow: none;

}



/* accordion style-2  */



.accordion.style-2 .accordion-button {

    color: #000;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.4;

}



.accordion.style-2 .accordion-item {

    border-radius: 123px;

    border-image: linear-gradient(90deg,

            rgba(68, 107, 38, 0.24) 0%,

            rgba(133, 182, 41, 0.24) 100%) 1;

}



.accordion.style-2 .accordion-body {

    padding-top: 15px;

    padding-bottom: 25px;

}



.accordion.style-2 .accordion-item:last-child .accordion-body {

    margin-bottom: 0;

}



.accordion.style-2 .accordion-body .cms-con p {

    color: #313133;

}



.accordion.style-2 .accordion-button::after {

    background-image: url(../img/svg/down-arrow-bl.svg);

}



.accordion.style-2 .accordion-button:not(.collapsed)::after {

    background-image: url(../img/svg/up-arrow.svg);

}



.accordion.style-2 .accordion-button:not(.collapsed) {

    border-bottom: 1px solid;

    border-image: linear-gradient(90deg,

            rgba(68, 107, 38, 0.24) 0%,

            rgba(133, 182, 41, 0.24) 100%) 1;

}



.accordion.style-2 .accordion-item:last-child {

    border: none;

}





/* swiper-arrow */



:root {

    --swiper-navigation-size: 21px;

}



.swiper-button-next,

.swiper-button-prev {

    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));

    display: flex;

    flex-direction: row;

    align-items: center;

    width: 72px;

    height: 72px;

    background: #FFFFFF;

    border-radius: 61.7143px;

    border: none;

    transition: all 0.3s ease-in-out;

}





.swiper-button {

    gap: 10px;

    margin-top: 22px;

}



.swiper-button.style-2 .swiper-button-next,

.swiper-button.style-2 .swiper-button-prev {

    position: unset;

}



.swiper-button.style-2 .swiper-button-next,

.swiper-button.style-2 .swiper-button-prev {

    height: 30px;

    background: transparent;

    width: 30px;

    border: 1px solid #fff;

}



.swiper-button.style-2 .swiper-button-next:after,

.swiper-button.style-2 .swiper-button-prev:after {

    width: 6px;

    filter: invert(0) brightness(10);

    height: 11px;

}



@media (hover:hover) {



    .swiper-button-next:hover::after,

    .swiper-button-prev:hover::after {

        background: linear-gradient(90deg, #000 0%, #000 100%);

    }



    .swiper-button.style-2 .swiper-button-next:hover,

    .swiper-button.style-2 .swiper-button-prev:hover {

        background: linear-gradient(90deg, #5F9F2B 0%, #85B629 100%);

        border-color: #5F9F2B;



    }



    .swiper-button.style-2 .swiper-button-next:hover::after,

    .swiper-button.style-2 .swiper-button-prev:hover::after {

        filter: invert(1) brightness(10);

    }

}



.swiper-button-next:after,

.swiper-button-prev:after {

    font-size: 0;

    mask-image: url(../img/svg/slider-btn.svg);

    width: 10px;

    height: 20px;

    background: #000;

    mask-position: center;

    mask-size: cover;

    mask-repeat: no-repeat;

    background: linear-gradient(90deg, #446B26 0%, #85B629 100%);

    transition: all 0.3s ease-in-out;

}



.swiper-button-prev:after {

    transform: rotate(180deg);

}



/*----------  Header  ----------*/

body.is-nav-open {

    overflow: hidden;

}



.header {

    background-color: #fff;

    padding-block: 15px;

    position: relative;

    width: 100%;

    z-index: 10;

    transition: background-color 0.4s ease, box-shadow 0.4s ease, all .4s ease-in-out;

}



.is-header-sticky .header {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    animation: HeaderRise 0.8s linear;

}



@keyframes HeaderRise {

    0% {

        transform: translateY(-100px);

    }



    100% {

        transform: translateY(0);

    }

}



.header-logo {

    display: block;

}



.header-logo img {

    display: block;

    object-fit: cover;

    max-width: 230px;

}



.nav-wrap {

    display: flex;

    align-items: center;

    gap: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);

}



.nav-wrap nav>ul {

    list-style: none;

    display: flex;

    align-items: center;

    padding: 0;

    margin: 0;

}



.nav-wrap ul a {

    display: inline-block;

    text-decoration: none;

    color: #000;

    padding: 10px 15px;

    transition: .4s all ease-in-out;

}



.nav-wrap ul li>a {

    font-weight: 600;

    font-size: 14px;

    line-height: 1.3;

    text-transform: uppercase;

}



.nav-wrap ul li.current-menu-item>a,
.nav-wrap li.current-menu-ancestor>a {

    color: #88B829;

}

.nav-wrap li.current-menu-ancestor .arrow:before {
    border-color: #88B829;
}



/* Sub Menu */

.header nav li {

    position: relative;

}

.header nav li.menu-item-has-children {
    margin-right: 15px;
}


.header .sub-menu {

    position: absolute;

    background-color: #fff;

    border-top: 2px solid #568937;

    padding-block: 10px;

    padding-left: 0;

    left: 15px;

    top: 110%;

    transform: translateY(60px);

    opacity: 0;

    visibility: hidden;

    transition: .5s all ease-in-out;

    min-width: 220px;

    border-radius: 10px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.nav-wrap .sub-menu ul li>a {

    font-size: 14px;

    white-space: nowrap;

}


.nav-wrap ul li>.sub-menu>li a {
    text-transform: capitalize;
    font-weight: 500;
}


.header .arrow {

    display: block;

    height: 8px;

    width: 8px;

    position: absolute;

    right: 0;

    top: 13px;

}



.header .arrow:before {

    content: '';

    display: block;

    border-top: 2px solid #000;

    border-right: 2px solid #000;

    width: 8px;

    height: 8px;

    transform: rotate(135deg);

    transition: .4s all ease-in-out;

}



.header .btn {

    padding: 11px 21px;

}



.menu-icon {

    display: none;

    width: 32px;

    height: 32px;

    position: relative;

    padding: 0;

    margin-top: 0;

    margin-left: 15px;

    color: #1F1741
}



.btn-video .icon-play {

    position: absolute;

    width: 25px;

    height: 25px;

}



.call-btn {

    margin-left: 30px;

}



.call-btn a {

    font-weight: 600;

    font-size: 19px;

    line-height: .9;

    letter-spacing: -0.02em;

    color: #000000;

}



.call-btn a .icon-call {

    background-color: #88B829;

    margin-right: 10px;

}



.btn-video .icon-play {

    position: absolute;

    width: 42px;

    height: 42px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.btn:focus-visible {

    box-shadow: none;

}



.header :not(.btn-check)+.btn:active {

    background-color: transparent !important;

}



@media(hover:hover) {

    .call-btn a:hover {

        color: #88B829;

    }

}



/* hero-sec */



.hero-section {

    padding-top: 35px;

    overflow-x: hidden
}



.hero-title {

    font-weight: 700;

    font-size: 96px;

    line-height: 1;

    text-transform: capitalize;

    color: #000;

}



.hero-title span {

    color: #88B829;

    display: block;

}



.hero-section .container-fuild {

    padding-left: calc(100% - 1322px);

}



.hero-con .cms-con p {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;

    max-width: 60%;

}

.hero-con .btn-video {
    display: inline-block;
}



.hero-img img {

    width: 100%;

}



.hero-section .hero-con {

    padding-top: 70px;

}



.hero-img {

    transform: translateX(18%);

    margin-left: -50%;

}



.hero-con [type=button] {

    background: transparent;

    border: 0;

    padding: 0;

}



.hero-con .cms-con {

    margin-bottom: 50px;

}



.hero-video-modal .modal-header {

    padding: 0;

}



.hero-video-modal .modal-content {

    border-radius: 0;

    background-color: transparent;

}



.hero-video-modal .modal-content video {

    display: block;

}



@keyframes spin {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}



.btn-video img {

    animation: spin 10s linear infinite;

    /* 1s per rotation */

}



.btn-video img {

    max-width: 130px;

    object-fit: contain;

}



/* infrastructure-sec */



.infrastructure-heads {

    overflow: hidden;

    height: 100%;

}



.infrastructure-con .line {

    display: block;

    width: 203px;

    height: 4px;

    background: linear-gradient(90deg, #446B26 0%, #85B629 100%);

    border-radius: 123px;

    margin-bottom: 43px;

}



.infrastructure-con .title {

    font-weight: 600;

    font-size: 22px;

    line-height: 30px;

    display: block;

    margin-bottom: 24px;

}



.infrastructure-con {

    padding-top: 230px;

    padding-bottom: 141px;

}





.infrastructure-con .cms-con {

    margin-bottom: 40px;

}



.infrastructure-con .cms-con p {

    line-height: 1.7;

    color: #000000;

}



.infrastructure-img img {

    object-fit: cover;

    max-width: 631px;

}



.infrastructure-img {

    position: absolute;

    bottom: -45%;

    /* animation: spin 10s linear infinite; */

}



/* service-section */



.service-section {

    padding-top: 140px;

    padding-bottom: 140px;

    position: relative;

    overflow: hidden;

    background: linear-gradient(90deg, #446B26 0%, #85B629 100%);

}



.service-section .swiper {

    overflow: visible;

}



.service-section .swiper-button-disabled {

    opacity: 0;

    pointer-events: none;

}



.service-section .progress-wrap {

    display: flex;

    align-items: center;

    justify-content: space-between;

    font-size: 14px;

    font-weight: 600;

    margin-top: 15px;

    color: #333;

    max-width: 452px;

    margin-top: 38px;

}



.service-section span {

    font-family: "Plus Jakarta Sans", sans-serif;

    font-weight: 500;

    font-size: 16px;

    line-height: 1;

    color: #FFFFFF;

}



.service-section .swiper-pagination-progressbar {

    position: relative;

    width: 100%;

    height: 4px;

    background: rgb(255 255 255 / 30%);

    border-radius: 12px;

    margin: 0 10px;

}





.service-section .swiper-pagination-progressbar-fill {

    background: #fff;

    border-radius: 10px;

}



.service-card img {

    width: 100%;
    object-fit: cover;

}

.page-template-home .service-card img {
    aspect-ratio: 363/500;
}



.service-card-body .services-con {

    display: none;

}



.service-card {

    position: relative;

    border-radius: 12px;

    overflow: hidden;

}



.service-card .service-card-body {

    position: absolute;

    bottom: 0;

    width: 100%;

    left: 0;

    right: 0;

    background-color: #FFFFFF;

    border-radius: 0px 68px 0px 0px;

    padding: 40px 24px;

}



.service-card-body .services-number {

    font-weight: 500;

    font-size: 20px;

    line-height: 1.2;

    color: #85B629;

    margin-bottom: 20px;

    display: block;

}



.service-card-body .services-name {

    font-weight: 700;

    font-size: 28px;

    line-height: 1.1;

    color: #001F2B;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;

}



.service-card-body .services-con p {

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    margin-top: 25px;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    display: -webkit-box;

}



.service-section-head.text-center {

    max-width: 60%;

    margin: 0 auto;

}



.service-section-head p {

    font-size: 18px;

    line-height: 1.5;

    max-width: 80%;

    margin: 0 auto;

    color: #fff;

}



.service-section .services-slider {

    margin-top: 60px;

}



.service-section .swiper-button-next {

    right: 160px;

    top: 47%;

    transform: translateY(-47%);

}



.service-section .swiper-button-prev {

    left: -30px;

    top: 47%;

    transform: translateY(-47%);

}



.service-title {

    font-weight: 700;

    font-size: 180px;

    line-height: .7;

    color: rgb(255 255 255 / 8%);

    text-align: end;

    position: absolute;

    right: 0;

    z-index: 6;

    bottom: 0;

}



/* upgrade-sec */



.upgrade-col img {

    aspect-ratio: 1295/765;

    object-fit: cover;

    display: inline-block;

    vertical-align: bottom;



}



.upgrade-con {

    position: absolute;

    bottom: 0;

    left: 56px;

    max-width: 526px;

    padding: 56px 48px;

    background: linear-gradient(142.41deg, #446B26 -14.1%, #85B629 95.12%);

    border-radius: 0px 150px 0px 0px;

}



.upgrade-con .date {

    margin-bottom: 6px;

    font-weight: 600;

    font-size: 14px;

    line-height: 1.4;

    text-transform: uppercase;

}



.upgrade-con .cms-con p {

    color: #fff;

    line-height: 1.7;

}



/* why-choose-banne */



.why-choose-section {

    overflow: hidden;

}



.why-choose-banner img {

    display: inline-block;

    vertical-align: bottom;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.sm-title {

    font-weight: 400;

    font-size: 24px;

    line-height: 1.2;

    text-transform: capitalize;

    color: #000;

    margin-bottom: 13px;

}



.why-choose-wrapper {

    position: relative;

    z-index: 6;

}



.why-choose-banner {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    height: 100%;

    width: 100%;

    z-index: 1;

}





.why-choose-banner::before {

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    bottom: 0;

    height: 100%;

    width: 100%;

    background-color: rgb(51 51 51 / 90%);

}



.why-choose-left-col .cms-con {

    margin-bottom: 25px;

}



.why-choose-left-col .cms-con p {

    font-size: 18px;

    color: #FFFFFF;

}

.why-choose-left-col .cms-con p a:hover {
    color: #fff;
}



.why-faq {

    max-width: 559px;

    margin-left: auto;
    min-height: 550px;

}



.why-choose-section .service-title {

    right: inherit;

    left: 0;

}

.why-choose-section .sm-title {
    color: #85B629;
}



/* our-impact-section */



.our-impact-section {

    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #F2FFD9 100%);

}



.our-impact-wrapper {

    overflow: hidden;

}



.our-impact-con .sec-head {

    max-width: 520px;

    margin: 0 auto;

}



.our-impact-con .sec-title-xl span {

    display: block;

    text-align: start;

}



.our-impact-con .sec-head {

    margin-bottom: 65px;

}



.our-impact-con .cms-con p {

    font-size: 18px;

    line-height: 1.6;

    max-width: 44%;

    margin: 0 auto;

}



.our-impact-box {

    box-sizing: border-box;

    background: #FFFFFF;

    border: 1px solid rgba(0, 0, 0, 0.48);

    border-radius: 12px 68px 12px 12px;

    padding: 27px 24px 24px;

    overflow: hidden;

    height: 100%;

}



.our-impact-box-icon img {

    max-width: 48px;

    object-fit: contain;

    min-height: 42px;

    max-height: 42px;

}



.our-impact-box-icon {

    margin-bottom: 18px;

}



.our-impact-box-body .number {

    font-weight: 600;

    font-size: 54px;

    line-height: 1.2;

    letter-spacing: 0.02em;

    color: #85B629;

    margin-bottom: 20px;

}



.our-impact-box-body .currency {

    display: inline-block;

    color: #000;

}



.our-impact-box-body .number span {

    color: #000;

}



.our-impact-box-body .our-impact-con {

    position: relative;

    font-weight: 600;

    font-size: 20px;

    line-height: 1.2;

    padding-top: 24px;

}



.our-impact-box-body .our-impact-con::before {

    position: absolute;

    content: "";

    background: rgba(0, 0, 0, 0.48);

    border-radius: 100px;

    width: 200%;

    height: 1px;

    top: 0;

    left: -100px;

}



.our-impact-boxs {

    margin-top: 80px;

}

.our-impact-img {
    height: 1190px;
    width: 1190px;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.1;
}

.our-impact-img .ball {
    -webkit-animation: move-map 50s infinite cubic-bezier(.5, .5, .5, .5);
    animation: move-map 50s infinite cubic-bezier(.5, .5, .5, .5);
}

.our-impact-img .ball {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    background-image: url(../img/map-img-min.png);
    background-repeat: repeat-x;
    background-size: auto 1190px;
}


@keyframes move-map {
    0% {
        background-position: -1600px 40%;
    }

    100% {
        background-position: 0 40%;
    }
}


.our-impact-con {

    padding-top: 140px;

    position: relative;

    z-index: 5;

}



/* trusted-sec */



.trusted-logo img {

    display: block;

    margin: 0 auto;

    max-width: 200px;

    max-height: 48px;

    object-fit: contain;

    min-width: 100px;

}



.trusted-head {

    padding: 0 15px;

}



.trusted-logo-row .swiper-wrapper {

    align-items: center;

}



.trusted-logo-slider {

    margin-top: 48px;

}



.swiper-slide.swiper-slide-active {

    position: relative;

}



.trusted-logo-slider .swiper-slide.swiper-slide-active::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0px;

    top: 0px;

    background: linear-gradient(90.2deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0.84) 63.52%, rgba(255, 255, 255, 0) 120.96%);

    z-index: 8;

}



.trusted-logo-slider .swiper-slide.last-visible::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0px;

    top: 0px;

    background: linear-gradient(90.2deg, #FFFFFF 0.17%, rgba(255, 255, 255, 0.84) 63.52%, rgba(255, 255, 255, 0) 120.96%);

    z-index: 8;

}



.modal-header .close-menu {

    position: absolute;

    right: 10px;

    top: -10px;

    transform: translateY(-50%);

    width: 25px;

    height: 25px;

    padding: 4px;

    cursor: pointer;

    z-index: 9;

}



.modal-header .close-menu:before {

    content: "";

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 2px;

    background: #000;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    margin: auto;

    bottom: 0
}



.modal-header .close-menu:after {

    content: "";

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 2px;

    background: #000;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    margin: auto;

    bottom: 0
}



/* services-sec */



.common-head-sec .page-head-btn {

    margin-top: 25px;

}



.service-details-banner img {

    object-fit: cover;

    aspect-ratio: 1920/650;

    width: 100%;

    object-position: center;

    min-height: 250px;

}



.service-details-con {

    padding-top: 100px;

}



.services-benefit-img {

    display: block;

    height: 100%;

    border-radius: 12px;

    overflow: hidden;

}



.services-benefit-img img {

    object-fit: cover;

    height: 100%;

    width: 100%;

    object-position: center;

    aspect-ratio: 625/578;

}



.small-content-section .services-benefit-img {
    filter: grayscale(1);
}



.services-benefit-con .sm-title {

    color: #313133;

    line-height: 1.5;

}



.services-benefit-con .sm-title.benefit-title {

    font-weight: 600;

    margin-top: 10px;

    margin-bottom: 25px;

    text-transform: none;

}



.services-benefit-con .list-title {

    font-weight: 600;

    font-size: 20px;

    line-height: 1.5;

    color: #313133;

    margin-bottom: 20px;

}



.services-benefit-sec .row {

    margin-bottom: 100px;



    &:last-child {

        margin-bottom: 0;

    }

}



.services-benefit-sec .common-sec-head {
    max-width: 1060px;
}

.service-btns {
    margin-top: 30px;
}



.certification-sec {

    background: linear-gradient(90deg, #5F9F2B 0%, #85B629 100%);

}



.certification-sec .cms-con {

    max-width: 1166px;

    margin: 0 auto;

}



.certification-sec .cms-con p {

    color: #fff;

}

.certification-sec .cms-con p a {
    color: #000;
}

.certification-sec .cms-con p a:hover {
    color: #fff;
}


.certification-con {

    margin-top: 52px;

}



.certification-con .sm-title {

    margin-bottom: 18px;

}



.certification-box-img img {

    border-radius: 110px;

    object-fit: cover;

    object-position: center;

    aspect-ratio: 197/154;

}



.certification-box-name {

    font-weight: 600;

    font-size: 22px;

    line-height: 1.2;

    color: #FFFFFF;

    margin-top: 18px;

}



.gnb-capability-sec {

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.gnb-capability-sec::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background-color: rgb(51 51 51 / 90%);

}



.gnb-capability-con {

    z-index: 2;

    max-width: 960px;

    margin: 0 auto;

}



.gnb-capability-con .cms-con p {

    color: #fff;

    font-weight: 400;

    font-size: 26px;

    font-style: Italic;

    line-height: 1.4;

}



.get-in-touch-form .sm-title {

    font-weight: 600;

    color: #313133;

    margin-bottom: 25px;

    text-transform: unset;

}



.get-in-touch-img {

    border-radius: 12px;

    overflow: hidden;

    filter: grayscale(1);

}



.get-in-touch-img img {

    object-fit: cover;
    width: 100%;
    height: 100%;

    aspect-ratio: 415/461;

}



.get-in-touch-form {

    padding-left: 33px;

}



/* banner-com-sec */



.banner-com-sec::before {

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    bottom: 0;

    height: 71%;

    background: linear-gradient(90deg, #5F9F2B 0%, #85B629 100%);

    z-index: -1;

}



.banner-img img {

    object-fit: cover;

    object-position: center;

    aspect-ratio: 1294/650;

    width: 100%;

}



.banner-img {

    border-radius: 12px;

    overflow: hidden;

    margin-bottom: 42px;

    position: relative;

}

.banner-com-con .cms-con p a {
    color: #000;
}

.banner-com-con .cms-con p a:hover {
    color: #fff;
}

.about-us-sec .cms-con p a:hover {
    color: #000;
    text-decoration: underline;
}


/* about-us-sec */



.about-us-sec .cms-con p,

.about-us-sec .cms-con h6,

.about-us-sec .cms-con h3,
.about-us-sec .cms-con ul li {

    color: #fff;
    font-weight: 400;

}

.about-us-sec .cms-con ul li:before {
    filter: brightness(0) invert(1);
}



.about-us-sec .cms-con h6 {

    line-height: 1.6;

    margin-bottom: 28px;

}



.about-us-sec .cms-con h3 {

    font-weight: 600;

    line-height: 1.4;

    margin-bottom: 28px;

}



.about-us-sec .cms-con p {

    line-height: 1.6;

}



.about-faq {

    padding-left: 20px;

}



/* our-story-sec */

.our-story-head {

    max-width: 1113px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 100px;

}



.our-story-head .cms-con p {

    font-weight: 400;

    font-size: 26px;

    line-height: 1.6;

    color: #313133;

    font-style: Italic;

}



.our-story-img img {

    width: 100%;

    padding: 0;

    aspect-ratio: 511/511;

}



/* experience-sec */



.experience-con {

    background-color: #313133;

    padding: 74px 55px 56px;

    border-radius: 12px;

    max-width: 1000px;

    margin: 0 auto;

}



.experience-sec .sec-head {

    margin-bottom: 60px;

}



.experience-col-img {

    border-radius: 12px;

    overflow: hidden;

}



.experience-col-img img {

    object-fit: cover;

    width: 100%;

    aspect-ratio: 345/452;

}



.experience-col-con .experience-title {

    font-weight: 600;

    font-size: 40px;

    line-height: 1;

}



.experience-col-con .experience-name {

    font-weight: 400;

    font-size: 22px;

    line-height: 1.2;

    margin-top: 3px;

}



.experience-col-con .experience-head {

    border-bottom: 1px solid #FFFFFF7A;

    padding-bottom: 30px;

    margin-bottom: 30px;

}



.experience-col-con .cms-con h5 {

    color: #fff;

}



.experience-col-con .cms-con p {

    color: #fff;

    line-height: 1.6;

}



.experience-col-con .cms-con {

    max-height: 330px;

    min-height: 330px;

    overflow: auto;

    overflow-x: hidden;

    padding-right: 30px;

}



.experience-col-con .cms-con::-webkit-scrollbar {

    width: 4px;

    background-color: #4B4B4B;

    border-radius: 20px;

}



.experience-col-con .cms-con::-webkit-scrollbar-thumb {

    background-color: #fff;

    border-radius: 20px;

}



.about-us-sec.style-2::before {

    content: none;

}



.about-us-sec.style-2 .cms-con h3,

.about-us-sec.style-2 .cms-con p {

    color: #313133;

}



/* careers-page */

.career-sec-head .common-sec-head {
    max-width: 720px;
}

.careers-about-sec .banner-com-con .cms-con p a {
    color: #88B829;
}

.careers-about-sec .banner-com-con .cms-con p a:hover {
    color: #000;
}

.hiring-sec {

    background: linear-gradient(90deg, #5F9F2B 0%, #85B629 100%);

}



.hiring-head .cms-con p {

    color: #fff;

}



.hiring-head {

    margin-bottom: 60px;

}



.hiring-box {

    padding: 38px 44px;

    background: #FFFFFF;

    border: 1px solid #D9D9D9;

    border-radius: 12px;

    display: block;

    transition: all .3s ease-in-out;

    height: 100%;

}



.hiring-box-head {

    margin-bottom: 15px;

    padding-right: 50px;

}



.hiring-box-head .hiring-name {

    font-weight: 700;

    font-size: 24px;

    line-height: 1.4;

    color: #313133;

    max-width: 500px;

    min-height: inherit;

}



.hiring-box-head .latest {

    margin-left: 12px;

    height: min-content;

    background-color: #85B629;

    border-radius: 30px;

    font-weight: 700;

    font-size: 14px;

    text-transform: uppercase;

    color: #fff;

    padding: 4px 12px;

    margin-top: 5px;

}



.hiring-box-body .cms-con p {

    color: #313133;

    font-size: 16px;

}



.hiring-arrow {

    position: absolute;

    right: 0;

    top: 5px;

}



.hiring-arrow .icon-arrow-style-2 {

    width: 24px;

    height: 24px;

    background: rgb(49 49 51 / 50%);

    transition: all .3s ease-in-out;

}



.hiring-label-row {

    margin-top: 20px;

}



.hiring-label-row .hiring-label-icon {

    margin-right: 6px;

}



.hiring-label-row .hiring-label-col {

    font-weight: 400;

    font-size: 14px;

    line-height: 1;

    color: #7F7F7F;

    border-right: 1px solid #D9D9D9;

    padding-right: 18px;

    margin-right: 18px;



    &:last-child {

        border-right: none;

        padding-right: 0;

        margin-right: 0;



    }

}



.hiring-label-col b {

    font-weight: 500;

}



.hiring-label-icon .icon {

    background: #88B829;

}



.details-share {
    position: relative;
    display: inline-block;
}

.details-share>summary {
    list-style: none;
    cursor: pointer;
}

.details-share>summary::-webkit-details-marker {
    display: none;
}

.details-share[open] .menucartBar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.details-share[open] .menucartBar:before {
    position: absolute;
    top: -4px;
    left: 10px;
    content: "";

    border-top: 10px solid #ffffff;

    border-left: 10px solid #ffffff;

    transform: rotate(45deg);

    z-index: -1;
}

.careers-details-con .menucartBar {

    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 8px;

    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;

    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);

    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);

    transition: all .18s ease;

    /*position: relative;*/

}



.apply-popup .sub-title {
    margin-bottom: 7px;
    font-weight: 700;
}

.apply-popup .head-border-bottom {
    margin-left: 0;
    width: 150px;
}



/* careers-details */



.careers-details-con .title {

    font-weight: 600;

    font-size: 34px;

    line-height: 1.3;

    color: #313133;

}



.rol-row .rol-col:nth-child(1) {

    max-width: calc(100% - 200px);

    flex: 0 0 calc(100% - 200px);

}



.careers-details-con .rol-row {

    border-bottom: 1px solid #D9D9D9;

    padding-bottom: 30px;

    margin-bottom: 50px;

}



.rol-row .rol-col:nth-child(2) {

    max-width: 200px;

    flex: 0 0 200px;

}



.rol-col .share-link a {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.8;

    text-transform: capitalize;

    color: #313133;

}



.rol-col .share-link .icon {

    margin-right: 7px;

    background: #88B829;

}



.about-role .btn {

    margin-top: 60px;

}



@media (hover: hover) {

    .hiring-box:hover .hiring-arrow .icon-arrow-style-2 {

        background: #88B829;

    }



    .share-link a:hover {

        color: #88B829;

    }

}



/* Form */





.form-group {

    margin-bottom: 20px;

}

.form-group p {
    line-height: 1;
}



.form-label {

    color: #313133;

    font-weight: 500;

    font-size: 16px;

    margin-bottom: 10px;

}



.form-control {

    padding-top: 11px;

    padding-bottom: 11px;

    font-size: 16px;

    border: none;

    color: #313133;

    border: 1px solid #D9D9D9;

    border-radius: 4px;

}



.form-control:focus {

    border-color: #313133;

    box-shadow: none;

    background-color: transparent;

}



/* Hide arrows in input type number */

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



input[type=number] {

    -moz-appearance: textfield;
    /* Firefox */

}





::placeholder {

    color: #BABABA !important;

}



textarea {

    resize: none;

    max-height: 82px;

}



.select-file {

    position: relative;

    display: block;

}



.select-file input {

    opacity: 0;

    width: 100%;

    height: 100%;

    display: block;

    cursor: pointer;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

}



.select-file .select-file-input {

    position: relative;

    width: 100%;

    cursor: pointer;

}



.support-text {

    font-size: 14px;

    margin-top: 8px;

    display: block;

    color: #7F7F7F;

}



.choose-file {

    display: inline-flex;

    align-items: center;

    background-color: #fff;

    border-radius: 30px 0 0 30px;

    margin: -28px;

    padding: 0 20px;

    font-size: 16px;

    font-weight: 700;

    height: 100%;

    min-height: 45px;

    margin-right: 12px;

    cursor: pointer;

}



.select-file-text.form-control {

    display: flex;

    gap: 8px;

    align-items: center;

}



.select-file-text .icon {

    display: inline-block;

    background-color: #000;

    width: 20px;

    flex: 0 0 20px;

}





.wpcf7-form-control-wrap {

    display: block
}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip,

.wpcf7-form-control-wrap label.error {

    position: absolute;

    right: 0;

    top: -1.25rem;

    width: auto;

    height: auto;

    margin: 0;

    font-size: 12px !important;

    line-height: 12px !important;

    background: #fb0101;

    padding: .3125rem .3125rem .25rem !important;

    color: #fff !important
}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,

.wpcf7-form-control-wrap label.error:after,

.error:after {

    border-color: #fb0101 transparent transparent;

    -o-border-image: none;

    border-image: none;

    border-right: .375rem solid transparent;

    border-style: solid;

    border-width: .375rem;

    content: "";

    height: 0;

    left: .3125rem;

    position: absolute;

    bottom: -.625rem;

    width: 0;

    transform: rotate(360deg)
}



.wpcf7 form .wpcf7-response-output {

    padding: .3125rem !important;

    text-align: center !important;

    margin: 15px 0 0 !important
}



.wpcf7 form.failed .wpcf7-response-output,

.wpcf7 form.aborted .wpcf7-response-output,

.wpcf7 form.invalid .wpcf7-response-output,

.wpcf7 form.unaccepted .wpcf7-response-output,

.wpcf7 form.payment-required .wpcf7-response-output {

    border-color: #fb0101 !important;

    color: #fb0101 !important
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #88B829 !important;
    color: #88B829 !important;
}



select.wpcf7-form-control {

    background: url(../img/svg/select-down.svg) no-repeat right 12px center;

    padding-right: 30px;

}

/* 404-page */


.error-sec .error-con {
    text-align: center;
    max-width: 28.125rem;
    margin: auto;
}

.error-sec .error-title {
    font-size: 200px;
    font-weight: 800;
    color: #414042;
    line-height: 1.2;
}

.error-sec .error-subtitle {
    font-size: 50px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-bottom: 1.25rem;
}


.error-con .btn {
    margin-top: 1.25rem;
}

/* thank-you */
.thank-you-con {
    max-width: 60%;
    margin: auto;
}

.thank-you-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000;
}

.thank-you-sec .thank-you-con p {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    margin-bottom: 15px;
}

.thank-you-sec .thank-you-img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}

.thank-you-con .btn {
    margin-top: 20px;
}

:not(.btn-check)+.btn:active:focus-visible {
    color: #fff;
}

.thank-you-con h6 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

/********************* step-form **********************/

.step-modal .modal-dialog {
    max-width: 70%;
}

.step-modal .modal-dialog .modal-content {
    padding: 0;
    border: 0;
    border-radius: 8px;
    position: relative;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    cursor: pointer
}

.close-popup:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
    opacity: .8
}

.close-popup:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
    opacity: .8
}

.close-popup:hover {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.close-popup:hover::after,
.close-popup:hover::before {
    opacity: 1;
    background: #88B829;
}

.step-model-box {
    display: block;
    width: 100%;
    box-shadow: 37px 44px 118.75px 6.25px rgba(0, 0, 0, .08);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.step-model-box .form-step {
    min-height: 600px;
    position: relative;
}

.step-form-title,
.step-form-title p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #000;
    display: block;
}

.fullStep-form .role-list {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.pure-radiobox {
    position: relative;
    padding: 15px 20px;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.pure-radiobox.active,
.additional-info .wpcf7-list-item.active,
.private-power-box .form-control .wpcf7-list-item.active {
    background-color: #f5f9ed;
    border-color: #88B829;
}

.pure-radiobox input[type="radio"] {
    appearance: none;
    border: 1px solid #dcd8d8;
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 50%;
}

.pure-radiobox input[type="radio"]:checked {
    border-color: #88B829;
    background: #88B829;
    box-shadow: 0 0 0 4px #ffffff inset;
}

.pure-radiobox input[type="radio"]:checked .pure-radiobox label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.fadeRight {
    animation: fadeRt 0.5s ease-in-out
}

.fadeRight1 {
    animation: fadeRt 0.8s ease-in-out
}

.fadeRight2 {
    animation: fadeRt 0.9s ease-in-out
}

.fadeRight3 {
    animation: fadeRt 1s ease-in-out
}

.fadeRight4 {
    animation: fadeRt 1.1s ease-in-out
}

.fadeRight5 {
    animation: fadeRt 1.2s ease-in-out
}

.fadeRight6 {
    animation: fadeRt 1.3s ease-in-out
}

.fadeRight7 {
    animation: fadeRt 1.4s ease-in-out
}

.fadeRight8 {
    animation: fadeRt 1.5s ease-in-out
}

.fadeRight9 {
    animation: fadeRt 1.6s ease-in-out
}

.fadeRight10 {
    animation: fadeRt 1.7s ease-in-out
}

@keyframes fadeRt {
    from {
        opacity: 0;
        transform: translateX(300px)
    }

    to {
        opacity: 1
    }
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

.custom-date-picker {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/svg/calender.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 20px;
}

.custom-date-picker::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

.codedropz-upload-inner h3 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    word-break: break-word;
}

.codedropz-upload-inner span {
    line-height: 1;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

.codedropz-upload-handler {
    border-color: #88B829 !important;
    background-color: #fbfff3 !important;
}

.codedropz-upload-container::before {
    content: '';
    background: url(../img/svg/upload-file.svg);
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.codedropz-upload-inner .cd-upload-btn {
    color: #88B829;
    border-bottom: 2px solid #88B829;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.dnd-upload-status .dnd-upload-image {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
}

.dnd-upload-status .dnd-upload-image span.file {
    background-image: url(../img/svg/file.svg) !important;
    width: 20px !important;
    height: 20px !important;
}

.dnd-upload-status {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.dnd-upload-counter {
    display: none !important;
}

.codedropz-upload-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    font-size: 0 !important;
    background-color: #c4db97 !important;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 3px !important;
}

.dnd-upload-status .dnd-upload-details .name,
.dnd-upload-status .dnd-upload-details .name em {
    color: #313133 !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    top: 7px !important;
}

.dnd-upload-status.complete .dnd-progress-bar {
    display: none !important;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    margin: 0 !important;
}

.cf7mls-btns .cf7mls_next.action-button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.form-start-next {
    border: none;
    background: linear-gradient(90deg, #446B26 0%, #85B629 100%) !important;
    border-radius: 30px !important;
    color: #fff !important;
    padding: 15px 33px !important;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.2;
    z-index: 2;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin-left: 0 !important;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7mls-btns .cf7mls_next.action-button::before,
form.cf7mls input.wpcf7-form-control.wpcf7-submit::before,
.form-start-next::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 100%;
    left: 0;
    top: 0;
    background: 100px;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(90deg, #446b26 0%, #85b629 85%, #446b26 100%);
}

.cf7mls-btns .cf7mls_next.action-button:hover::before,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover::before,
.form-start-next:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: -99px 0px;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 1px solid #f00 !important;
}

.fullStep-form .cf7mls-btns {
    width: 100%;
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: auto !important;
    gap: 15px !important;
}

.wpcf7-response-output:empty {
    display: none;
}

.cf7mls-btns .cf7mls_back,
.cf7mls-btns .backto-form {
    border-radius: 30px !important;
    color: #fff !important;
    padding: 0 !important;
    display: inline-block;
    font-size: 0 !important;
    overflow: hidden;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    position: relative;
    min-width: auto !important;
    width: 46px !important;
    height: 46px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-color: transparent !important;
    min-width: 46px !important;
}

.cf7mls-btns .cf7mls_back::before,
.cf7mls-btns .backto-form:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #8f8f8f;
    border-left: 2px solid #8f8f8f;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.step-form-con,
.radio-screen {
    min-height: 550px;
}

.radio-screen .cf7mls-btns {
    position: absolute;
    bottom: 0;
    right: 0;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin: 0 !important;
}

.cf7mls-btns.cf7mls-btns-last-step>p:empty {
    display: none !important;
}

.fullStep-form .wpcf7-spinner {
    display: none !important;
}

.fullStep-form .wpcf7-list-item.first {
    margin: 0 !important;
}

.fullStep-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0;
    cursor: pointer;
}

.fullStep-form .wpcf7-list-item input[type="radio"] {
    appearance: none;
    border: 1px solid #dcd8d8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.fullStep-form .wpcf7-list-item input[type="radio"]:checked {
    border-color: #88B829;
    background: #88B829;
    box-shadow: 0 0 0 4px #ffffff inset;
}

.progress {
    background-color: #f3f3f3;
    border-radius: 6rem;
    max-width: 100%;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: inherit;
    height: 6px;
}

.progress_value,
.progress_value1,
.progress_value2 {
    position: absolute;
    top: -20px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #88B829;
}

.progress_value1 span {
    color: #666;
}

.progress-bar,
.progress-bar1,
.progress-bar2 {
    border-radius: 6rem;
    background-color: #88B829;
    height: 6px;
}

.select-validation {
    position: absolute;
    right: 0;
    top: 20px;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #fff !important;
}

.select-validation::after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    top: 100%;
    width: 0;
}

.fullStep-form .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.attachment-step .form-group {
    margin-bottom: 30px;
}

.attachment-step .form-label,
.additional-info .form-label {
    font-size: 18px;
    width: 100%;
    text-align: left;
}

.additional-info .form-label {
    margin-bottom: 15px;
}

.additional-info .form-group {
    margin-bottom: 30px;
}

.step-form-sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.additional-info .wpcf7-radio.form-label {
    display: flex;
    align-items: center;
    width: 100%;
}

.connection-type.additional-info .wpcf7-radio.form-label {
    display: block;
}

.additional-info .wpcf7-list-item {
    width: 50%;
    position: relative;
    padding: 11px 20px;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.connection-type.additional-info .wpcf7-list-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
}


.other-title,
.other-title p {
    margin-bottom: 10px;
}

.attachment-step,
.additional-info {
    text-align: center;
    max-width: 45%;
    margin: auto;
}

.private-power-box .form-control {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.private-power-box .form-control .wpcf7-list-item {
    margin: 0 !important;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(50% - 10px) !important;
}

#cf7-fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
}

#cf7-fullscreen-loader.active {
    opacity: 1;
    pointer-events: all;
}

.cf7-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #88B829;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/********************* step-form **********************/