/*
 Theme Name:   Divi Child Theme

 Description:  Divi Child is child theme of Divi

 Author:       Divi

 Template:     Divi

 Version:      1.0.0

*/
/*######### custom css #########*/

@font-face {
    font-family: 'Parkinsans-Medium';
    src: url(fonts/Parkinsans-Medium.otf);
    src: url(fonts/Parkinsans-Medium.eot) format("embedded-opentype"),
        url(fonts/Parkinsans-Medium.woff2) format("woff2"),
        url(fonts/Parkinsans-Medium.woff) format("woff"),
        url(fonts/Parkinsans-Medium.ttf) format("truetype"),
        url(fonts/Parkinsans-Medium.svg) format("svg")
}

@font-face {
    font-family: 'Parkinsans-SemiBold';
    src: url(fonts/Parkinsans-SemiBold.otf);
    src: url(fonts/Parkinsans-SemiBold.eot) format("embedded-opentype"),
        url(fonts/Parkinsans-SemiBold.woff2) format("woff2"),
        url(fonts/Parkinsans-SemiBold.woff) format("woff"),
        url(fonts/Parkinsans-SemiBold.ttf) format("truetype"),
        url(fonts/Parkinsans-SemiBold.svg) format("svg")
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-family: 'Parkinsans-SemiBold' !important;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
    font-family: 'Parkinsans-Medium' !important;
}

body {
    line-height: 1.4;
}

a {
    transition: all 0.4s ease;
}

.et_pb_section {
    background: transparent;
    margin: 0 8px;
    border-radius: 8px;
    background-size: cover;
}

.et_pb_row {
    width: 90%;
}

.overflow-h {
    overflow: hidden;
}

.fw-2 {
    font-weight: 200;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.center {
    justify-content: center;
}

.m-0 {
    margin: 0 !important;
}

.br-0 {
    border-radius: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-6 {
    margin-top: 6px;
}

.radius-12 {
    border-radius: 12px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #696969;
}

.light-green {
    color: #04AA7C;
}

.ai-center {
    align-items: center;
}

.ready-head {
    color: #00D89B;
    font-family: 'Parkinsans-Medium' !important;
}

.dark-text p {
    color: #383838;
}

.custom-vertical-align {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-heading {
    border: 1px solid #CDCDCD;
    color: #1E1E1E !important;
    width: fit-content;
    position: relative;
    align-items: center;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    padding: 6px 10px 4px 10px !important;
    font-size: 13px !important;
    margin-bottom: -12px !important;
}

.sec-heading:before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    color: #04AA7C;
}


.sec-heading.center {
    margin: auto;
}

header .et_pb_section {
    margin: 0;
    border-radius: 0;
}

header .et_pb_sticky {
    background: #E7F8F4;
}

header .et-menu a {
    color: #383838;
    font-size: 14px;
}

header .et-menu a:hover,
header li.current-menu-item {
    color: #053328 !important;
    /* font-weight: 700; */
    opacity: 100%;
}

header .et_pb_row {
    align-items: center;
}

.hero-banner {
    display: grid;
}

.hero-banner .et_pb_section_video_bg:before {
    content: "";
    background: radial-gradient(113.89% 113.89% at 50% 36.94%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-banner h1 {
    font-family: 'Parkinsans-Medium' !important;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
}

.hero-banner p {
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0;
}

.global-button,
article a.more-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 10px;
    background-color: #053328;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease;
    position: relative;
    line-height: 1.5;
}

.global-button:hover,
article a.more-link:hover {
    background: #69D9BA;
    color: #383838;
}

.global-button .icon-box,
article .icon-box {
    width: 22px;
    height: 21px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #04AA7C;
    background: #053328;
}

.global-button .icon-box:hover {
    border-color: transparent;
}

.global-button .icon-box::after,
.global-button .icon-box::before,
article .icon-box::after,
article .icon-box::before {
    filter: brightness(0) invert(1);
    position: absolute;
    width: 14px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .35s ease;
    left: 50%;
    top: 65%;
}

.global-button .icon-box::after,
article .icon-box::after {
    content: "";
    transform: translate(-50%, -50%);
    background-image: url("/wp-content/uploads/btn-arrow-icon.svg");
    z-index: 2;
}

.global-button .icon-box::before,
article .icon-box::before {
    content: "";
    transform: translate(-180%, 80%);
    background-image: url("/wp-content/uploads/btn-arrow-icon.svg");
    z-index: 1;
}

.global-button:hover .icon-box::after,
article a.more-link:hover .icon-box::after {
    transform: translate(180%, -180%);
}

.global-button:hover .icon-box::before,
article a.more-link:hover .icon-box::before {
    transform: translate(-50%, -50%);
}

article a.more-link,
.we-offer-sld .read-more {
    display: inline-flex !important;
    text-transform: capitalize;
    background-color: transparent;
    color: #053328;
    gap: 8px;
    padding: 0;
    margin-top: 18px;
}

article a.more-link:hover,
.we-offer-sld .read-more:hover {
    background-color: transparent;
}

article span.icon-box,
.we-offer-sld .read-more span.icon-box {
    display: inline-block;
    background: #00000000;
}

article a.more-link:hover span.icon-box,
.we-offer-sld .read-more:hover span.icon-box,
.we-offer-sld .offer-card:hover span.icon-box {
    background-color: #053328;
}

article .icon-box::after,
.we-offer-sld .read-more .icon-box::after {
    filter: unset;
}

.we-offer-sld .offer-card:hover .icon-box::before {
    transform: translate(-50%, -50%) !important;
}

.we-offer-sld .offer-card:hover .icon-box::after {
    transform: translate(180%, -180%) !important;
}

.btn-grp {
    display: flex;
    gap: 15px;
}

.btn a {
    padding: 8px 9px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400 !important;
}

.btn i {
    margin-left: 8px;
    border: 1px solid;
    padding: 2px 4px;
    border-radius: 3px;
}

.btn a.white-btn {
    color: #053328;
    background: #FFFFFF;
}

.btn a.green-btn {
    color: #FFFFFF;
    background: #053328;
}

.btn .white-btn i {
    color: #053328;
    border-color: #04AA7C;
}

.btn .green-btn i {
    color: #fff;
    border-color: #04AA7C;
    width: 24px;
    text-align: center;
}

.book-btn i:before {
    font-size: 14px;
    position: relative;
    bottom: 1px;
}

.btn a.white-btn:hover {
    color: #FFFFFF;
    background: #03281F;
}

.btn a.green-btn:hover {
    color: #053328 !important;
    background: #69D9BA;
}

.btn a.white-btn:hover i {
    color: #053328;
    background: #04AA7C;
}

.btn a.green-btn:hover i {
    background: #053328;
    border-color: #69D9BA;
}

.get-tch h2 {
    margin: 0.7vw 0;
}

.get-tch .btn {
    margin-top: 2.4vw;
}


.ready-head {
    font-size: 40px;
}

.two-col article {
    display: grid;
    grid-template-columns: 40% 57%;
    gap: 3%;
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.two-col a.entry-featured-image-url {
    margin: 0;
}

.two-col article .content-wrapper .entry-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 15px;
}

article.et_pb_post img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

article.et_pb_post h4.entry-title {
    color: #383838;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Parkinsans-Medium' !important;
}

article.et_pb_post p {
    color: #696969 !important;
    /* font-size: 1vw !important; */
}

.expertise h4 {
    font-size: 18px;
    font-family: 'Parkinsans-Medium' !important;
}

.et_pb_number_counter .percent-value {
    color: #04AA7C;
    font-family: 'Parkinsans-Medium' !important;
    line-height: 1;
    font-size: 45px;
}

.et_pb_number_counter .percent {
    height: auto;
}

.et_pb_number_counter .title {
    color: #FFFFFF;
    font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 200;
    font-size: 14px;
}

.et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 5px;
}


.award-slider li img {
    border-radius: 12px;
}

.award-slider li h5 {
    font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
    FONT-WEIGHT: 700 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

.award-slider img {
    width: 100%;
}

a.uk-icon.uk-slidenav {
    font-size: 13px;
    margin: 12px 6px 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.uk-icon.uk-slidenav:hover {
    color: #FFFFFF;
}

a.uk-icon.uk-slidenav.uk-invisible {
    color: #696969 !important;
    border: 1px solid #CDCDCD;
    background: transparent;
}

a.uk-icon.uk-slidenav {
    background: #053328;
    color: #FFFFFF !important;
    border: 1px solid #CDCDCD;
}

a.uk-icon.uk-slidenav svg {
    display: none;
}

a.uk-icon.uk-slidenav-previous::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f177";
    display: inline-block;
}

a.uk-icon.uk-slidenav-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f178";
    display: inline-block;
}

.uk-scope .uk-slidenav.uk-invisible {
    visibility: visible !important;
}

.uk-scope .we-offer-sld a,
.uk-scope .we-offer-sld a:hover {
    text-decoration: none;
    color: unset;
}

.we-offer-sld {
    overflow: visible !important;
}

.we-offer-sld .offer-card {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    transition: transform .35s ease, box-shadow .35s ease;
    min-height: 280px;
}

.we-offer-sld .top-box {
    min-height: 80px;
}

.we-offer-sld .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.we-offer-sld .top-box h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    max-width: 70%;
    font-family: 'Parkinsans-Medium' !important;
}

.we-offer-sld .top-box img {
    width: 30px;
}

.we-offer-sld .divider {
    background: #cdcdcd59;
    height: 1px;
}

.we-offer-sld .icon-box img {
    width: 40px;
}

.we-offer-sld p {
    line-height: 1.3;
    margin: 16px 0;
}

.we-offer-sld .read-more {
    color: #053328 !important;
    position: absolute;
    bottom: 20px;
}

.we-offer-sld .read-more img.arrow-icon {
    width: 16px;
    transition: transform .3s ease, filter .3s ease;
}

.we-offer-sld .read-more:hover {
    color: #fff;
}

.offer-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 3px 40px 0px #05332814;

}

.we-offer-sld.ser-pg-crd .offer-card:hover {
    transform: none;
    box-shadow: 0px 3px 40px 0px rgb(0 186 142 / 30%);

}

/* .trusted-row .first-col {
    margin-right: 1.2vw !important;
} */

.trusted-slider {
    overflow: hidden;
    position: relative;
}

.trusted-slider .marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation-name: trusted-marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--marquee-duration, 20s);
    transform: translateX(0);
}

.trusted-slider .logo-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-right: 16px;
    border-radius: 6px;
    overflow: hidden;
    height: 90px;
    width: 180px;
}

.trusted-slider .logo {
    display: block;
}


@keyframes trusted-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--marquee-distance));
    }
}



.track-sec {
    /* height: 160vh; */
    overflow: hidden;
}

.testimonial-marquee {
    display: flex;
    gap: 1.5vw;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.testimonial-marquee .t-col {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.testimonial-marquee .marquee-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    animation: verticalScroll var(--speed, 30s) linear infinite;
}

.testimonial-marquee .reverse .marquee-inner {
    animation-direction: reverse;
}

.testimonial-marquee .t-card {
    background: #E7F8F4;
    border-radius: 9px;
    padding: 18px;
    color: #383838;
    text-align: left;
}

.testimonial-marquee .stars {
    color: #053328;
    font-size: 14px;
}

.testimonial-marquee .stars i {
    margin-right: 2px;
}

.testimonial-marquee h5 {
    font-size: 18px;
    color: #053328;
    font-family: 'Parkinsans-Medium' !important;
    padding: 18px 0px 14px 0;
    margin: 0;
}

.testimonial-marquee .t-card p {
    margin: 0;
    line-height: 1.4;
}

.testimonial-marquee hr {
    border: none;
    border-top: 1px solid #cdcdcd8c;
    margin: 35px 0 15px 0;
}

.testimonial-marquee .role {
    font-weight: 700;
}

@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-1 * var(--distance)));
    }
}

footer .et_pb_section {
    margin-bottom: 10px !important;
    background-size: cover;
    /* background-position: center; */
}

footer h5 {
    color: #04AA7C;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 17px !important;
    padding-bottom: 12px;
}

footer ul.foo-links {
    list-style: none;
    padding: 0;
    line-height: 2.2;
}

.social-icon {
    display: flex;
    column-gap: 15px;
}

.social-icon i:hover {
    color: #69D9BA;
    border-color: #69D9BA;
}

.social-icon i {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

footer ul.foo-links a,
footer a {
    color: #FFFFFF;
    font-weight: 300 !important;
}

.footer-box {
    margin-bottom: 20px;
}

.footer-box a {
    display: flex;
    align-items: center;
}

.footer-box .title {
    color: #FFFFFF;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}

.footer-box i,
.footer-box img {
    color: #04AA7C;
    margin-right: 8px;
    width: 16px;
}

.footer-box i.fa-location-dot {
    margin-right: 12px;
    margin-top: 3px;
}

footer a:hover,
.footer-box a:hover {
    color: #69D9BA !important;
}

footer .copyright-txt,
footer .copyright-txt a {
    color: #CDCDCD;
    font-size: 11px;
    font-weight: 300;
}

.cont-form .two-col>div {
    width: 100% !important;
}

.cont-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap textarea,
.wpcf7 input[type="tel"] {
    border: 1px solid #FFFFFF66;
    width: 100%;
    padding: 10px 15px;
    border-radius: 12px;
    min-height: 45px;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #FFFFFF;
}

.cont-form .global_button_wrapper {
    margin: 0 !important;
}

.global-button.cf7-submit-button {
    background: #FFFFFF;
    color: #053328;
    border: 0;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

.global-button.cf7-submit-button:hover {
    background: #03281F;
    color: #FFFFFF;
}

.global-button.cf7-submit-button .icon-box {
    background: transparent;
}

.global-button.cf7-submit-button:hover .icon-box {
    background: #04AA7C;
}

.cf7-submit-button .icon-box::before,
.cf7-submit-button .icon-box::after {
    filter: unset;
}

/*contact form error message style */

span.wpcf7-not-valid-tip {
    color: #e44949 !important;
    font-size: 14px !important;
    position: relative;
    display: inline-block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-response-output {
    border: 1px solid #d6a6a7 !important;
    background: #ffe9e9 !important;
    color: #b74e4e !important;
    border-radius: 5px !important;
    font-size: 14px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 10px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #a4b49b !important;
    background: #d6f0c8 !important;
    color: #557d3f !important;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 10px;
}

/*contact form error message style end */

.qlwapp__button span.qlwapp__text {
    display: none;
}

.calendly-overlay {
    z-index: 999999 !important;
}

.calendly-popup {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.values-sec .et_pb_column {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 40px 0px #05332814;

}

.mission-vision .et_pb_column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/awards-bg-img.png") !important;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    z-index: -1;

}

.mission-vision .et_pb_main_blurb_image {
    background: #04AA7C;
    margin: 0;
    max-width: 60px;
    padding: 10px;
    border-radius: 6px;
}

.mission-vision h2.et_pb_module_header {
    padding: 0;
    margin: 22px 0 18px 0;
}

.values-wrapper .top-content {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

.values-sec .values-wrapper .roles-text {
    font-size: 14px;
    color: #696969;
}

.values-wrapper .divider {
    height: 1.2px;
    background: #cdcdcd40;
    margin: 20px 0 18px 0;
}

.values-wrapper .img-icon {
    width: 35px;
}

.apart-steps .why-step-wrapper {
    background: #053328;
    padding: 18px;
    border-radius: 6px;
    min-height: 100px;
    font-weight: 300;
}

.apart-steps h4,
.apart-steps .first-col {
    color: #383838;
}

.leadteam-wrapper .designation {
    font-size: 16px;
    font-family: 'Parkinsans-Medium' !important;
    line-height: 1.2;
    padding: 8px 0 15px 0;
    color: #696969;
}

.our-location .location {
    margin-top: 7px;
}

.our-location .location .l-name {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    line-height: 1.5;
    margin-bottom: 12px;
    align-items: flex-start;

}

.our-location .location img {
    width: 20px;
    margin-right: 6px;
    margin-top: 1px;
}

.our-location .location .l-name:last-child {
    margin-bottom: 0;
}

.our-advisor-row .adv-name {
    font-family: 'Parkinsans-Medium' !important;
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}

/* .our-location .location i {
    color: #04AA7C;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 2px;
} */

.our-advisor-row .et_pb_image_wrap {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.our-advisor-row img {
    width: 100% !important;
}

/* Desktop layout min-width 981px */

@media (min-width : 981px) {

    h1 {
        font-size: 6vw;
    }

    h2 {
        font-size: 2.8vw !important;
    }

    h4 {
        font-size: 1.4vw !important;
    }

    body {
        font-size: 1.1vw !important;
    }

    .et_pb_section {
        margin: 0 0.6vw;
        border-radius: 1vw;
    }

    .mt-6 {
        margin-top: 0.6vw;
    }

    .radius-12 {
        border-radius: 0.8vw;
        overflow: hidden;
    }

    .ready-head {
        font-size: 6vw !important;
    }

    .sec-heading {
        border: 0.1vw solid #CDCDCD;
        border-radius: 0.3vw;
        gap: 0.5vw;
        padding: 0.3vw 0.7vw 0.2vw 0.7vw !important;
        font-size: 1.02vw !important;
        margin-bottom: -0.8vw !important;
    }

    .sec-heading:before {
        font-size: 0.6vw;
    }


    header .et_pb_menu .et-menu>li {
        padding-left: 1.2vw;
        padding-right: 1.2vw;
    }

    header .et-menu a {
        font-size: 1.1vw;
    }

    .hero-banner h1 {
        font-size: 6vw;
    }

    .hero-banner p {
        font-size: 1.3vw;
        margin: 1vw 0 3vw 0 !important;
    }

    .global-button,
    article a.more-link {
        gap: 1.4vw;
        padding: 0.5vw 0.5vw 0.5vw 0.8vw;
        border-radius: 0.4vw;
        font-size: 1vw;
    }

    article .icon-box,
    .we-offer-sld .read-more .icon-box {
        width: 1.8vw;
        height: 1.6vw;
    }

    article a.more-link {
        gap: 0.5vw;
        padding: 0;
    }

    article a.more-link,
    .we-offer-sld .read-more {
        gap: 0.5vw;
        margin-top: 1.6vw;
    }

    .global-button .icon-box,
    article .icon-box {
        width: 1.9vw;
        height: 1.9vw;
        border-radius: 0.3vw;
        border: 0.1vw solid #04AA7C;
        background: #053328;
    }

    .global-button .icon-box::after,
    .global-button .icon-box::before,
    article .icon-box::after,
    article .icon-box::before {
        width: 1.2vw;
        height: 1.2vw;
    }

    .btn-grp {
        gap: 1.8vw;
    }

    .btn a {
        padding: 0.7vw 0.7vw 0.7vw 1vw;
        font-size: 1.1vw;
        border-radius: 0.5vw;
    }

    .btn i {
        margin-left: 0.6vw;
        border: 0.1vw solid;
        padding: 0.06vw 0.2vw 0.05vw 0.2vw;
        border-radius: 0.2vw;
    }

    .btn .green-btn i {
        width: 1.65vw;
    }

    .book-btn i:before {
        font-size: 0.85vw;
        position: relative;
        bottom: 0.06vw;

    }

    .award-slider li img {
        border-radius: 0.8vw;
    }

    .award-slider li h5 {
        font-size: 1.2vw !important;
        line-height: 1.2 !important;
    }

    a.uk-icon.uk-slidenav {
        font-size: 1vw;
        margin: 2.2vw 0.5vw 0 0.5vw;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 0.3vw;
        border: 0.052vw solid #CDCDCD;
    }

    a.uk-icon.uk-slidenav.uk-invisible {
        border: 0.052vw solid #CDCDCD;
    }

    .uk-scope .we-offer-sld ul.uk-slider-items li {
        width: 25.5% !important;
        padding-left: 1.3vw;
    }

    .we-offer-sld .offer-card {
        padding: 2vw;
        border-radius: 0.8vw;
        min-height: 21.2vw;
    }

    .we-offer-sld.ser-pg-crd .offer-card {
        min-height: 28.5vw;
    }


    .we-offer-sld .top-box {
        min-height: 7vw;
    }

    .we-offer-sld .top-box h4 {
        font-size: 1.5vw !important;
    }

    .we-offer-sld .top-box img {
        width: 2.5vw;
    }

    .we-offer-sld .divider {
        height: 0.1vw;
    }

    .we-offer-sld .icon-box img {
        width: 2.083vw;
    }

    .we-offer-sld p {
        margin: 1.6vw 0;
    }

    .we-offer-sld .read-more {
        bottom: 1.5vw;
    }

    .offer-card:hover {
        transform: translateY(-0.781vw);
        box-shadow: 0vw 0.15625vw 2.08333vw 0vw #05332814;
    }

    .we-offer-sld.ser-pg-crd .offer-card:hover {
        box-shadow: 0vw 0.15625vw 2.08333vw 0vw rgb(0 186 142 / 30%);
    }

    .trusted-slider .logo-card {
        margin-right: 1.2vw;
        border-radius: 0.8vw;
        height: 9.6vw;
        width: 20vw;
    }

    .trusted-row .first-col {
        margin-right: 1.2vw !important;
    }

    /* .trusted-slider .logo {
        width: 15vw;
    } */

    .track-sec,
    .track-sec>.et_pb_row,
    .testimonial-marquee {
        height: 40vw;
    }

    .track-sec>.et_pb_row {
        display: flex;
        align-items: center;
    }

    .testimonial-marquee {
        gap: 1.5vw;
    }

    .testimonial-marquee .marquee-inner {
        gap: 1.5vw;
    }

    .testimonial-marquee .t-card {
        border-radius: 0.8vw;
        padding: 1.5vw;
    }

    .testimonial-marquee .stars {
        font-size: 1vw;
    }

    .testimonial-marquee .stars i {
        margin-right: 0.3vw;
    }

    .testimonial-marquee h5 {
        font-size: 1.4vw;
        padding: 1.4vw 0 1vw 0;
    }

    .testimonial-marquee hr {
        border-top: 0.1vw solid #cdcdcd8c;
        margin: 2vw 0 1vw 0;
    }


    .get-tch h2 {
        margin: 0.7vw 0;
    }

    .get-tch .btn {
        margin-top: 2.4vw;
    }

    .two-col article {
        gap: 3%;
        padding: 1.3vw;
        border-radius: 0.5vw;
        margin-bottom: 1.5vw;
    }

    .two-col article .content-wrapper .entry-title {
        margin-bottom: 1vw;
        font-size: 1.3vw;
    }

    article.et_pb_post img {
        border-radius: 0.5vw;
    }

    article.et_pb_post h4.entry-title {
        font-size: 1.5vw;
    }

    article.et_pb_post p {
        font-size: 1vw !important;
    }

    .expertise h4 {
        font-size: 1.6vw;
    }

    .expertise p {
        margin: 2vw 0 1.5vw 0;
    }

    .et_pb_number_counter .percent-value {
        font-size: 4.3vw;
    }

    .et_pb_number_counter.et_pb_with_title .percent {
        margin-bottom: 0.6vw;
    }

    .et_pb_number_counter .title {
        font-size: 1.1vw;
    }

    .track-row .first-col {
        width: 37% !important;
    }

    footer .foo-row {
        display: grid;
        grid-template-columns: 13% 12% 12% 17% 26%;
        gap: 5%;
    }

    footer .foo-row .et_pb_column {
        width: 100%;
    }

    footer .et_pb_section {
        margin-bottom: 0.6vw !important;
    }

    footer h5 {
        font-size: 1.2vw !important;
        padding-bottom: 1.2vw;
    }

    .social-icon {
        column-gap: 1.2vw;
    }

    .social-icon i {
        border: 0.1vw solid #FFFFFF;
        height: 1.5vw;
        width: 1.5vw;
        padding: 1vw;
        font-size: 1.2vw;
    }

    footer ul.foo-links a,
    footer a,
    footer {
        font-size: 1.1vw;
    }

    footer .copyright-txt,
    footer .copyright-txt a {
        font-size: 0.9vw;
    }

    .footer-box {
        margin-bottom: 1.5vw;
    }

    .footer-box i,
    .footer-box img {
        margin-right: 0.8vw;
        width: 1.3vw;
    }

    .footer-box i.fa-location-dot {
        margin-right: 1.2vw;
        margin-top: 0.2vw;
    }

    .cont-form .two-col {
        display: flex;
        flex-wrap: wrap;
        column-gap: 4%;
    }

    .cont-form .two-col>div {
        width: 48% !important;
    }

    .cont-form .wpcf7-form-control-wrap {
        margin-bottom: 1.3vw;
    }

    .wpcf7-form-control-wrap input[type=text],
    .wpcf7-form-control-wrap input[type=email],
    .wpcf7-form-control-wrap textarea,
    .wpcf7 input[type="tel"] {
        border: 0.1vw solid #FFFFFF66;
        padding: 0.5vw 1vw;
        border-radius: 0.8vw;
        min-height: 3vw;
        font-size: 1vw;
    }

    /* .global-button.cf7-submit-button {
        font-size: 1.1vw;
    } */

    /*contact form error message style */

    span.wpcf7-not-valid-tip {
        font-size: 1.1vw !important;
    }

    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing,
    div.wpcf7-spam-blocked,
    div.wpcf7-response-output {
        border: 0.1vw solid #d6a6a7 !important;
        border-radius: 0.26vw !important;
        font-size: 1.1vw;
        padding: 0.521vw !important;
        margin-top: 0.521vw !important;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        border: 0.1vw solid #a4b49b !important;
        border-radius: 0.26vw !important;
        font-size: 1.1vw;
        padding: 0.521vw !important;
        margin-top: 0.521vw;
    }

    /*contact form error message style end */


    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 8vw;
    }

    .calendly-popup {
        border-radius: 0.8vw;
    }

    .values-sec .et_pb_column {
        padding: 2vw;
        border-radius: 1vw;
        box-shadow: 0vw 0.15625vw 2.08333vw 0vw #05332829;
    }

    .mission-vision .et_pb_main_blurb_image {
        max-width: 4vw;
        padding: 0.6vw;
        border-radius: 0.4vw;
    }

    .mission-vision .et_pb_module_header {
        margin: 1.6vw 0;
    }

    .values-wrapper .top-content {
        margin-top: 0.7vw;
    }

    .values-wrapper .divider {
        height: 0.15vw;
        margin: 2.5vw 0 2vw 0;
    }

    .values-wrapper .img-icon {
        width: 2.7vw;
    }

    .values-sec .values-wrapper .roles-text {
        font-size: 1vw;
    }

    .apart-steps .et_pb_column {
        margin-right: 1.5vw !important;
        width: 100% !important;
    }

    .apart-steps .first-col {
        min-width: 22vw;
    }

    .apart-steps .why-step-wrapper {
        padding: 1vw;
        border-radius: 0.6vw;
        min-height: 9.8vw;
    }

    .leadteam-wrapper .team-content {
        display: flex;
        color: #383838;
        font-size: 1.1vw;
    }

    .leadteam-wrapper .team-content img {
        max-width: 6vw;
        border-radius: 0.4vw;
        margin-right: 1.4vw;
    }

    .leadteam-wrapper .designation {
        font-size: 1.2vw;
        padding: 0.1vw 0 2vw 0;
    }

    .our-location .location {
        margin-top: 0.6vw;
    }

    .our-location .location .l-name {
        font-size: 1.2vw;
        margin-bottom: 0.7vw;
        /* line-height: 1.2; */
    }

    .our-location .location img {
        width: 1.6vw;
        margin-right: 0.4vw;
    }

    .our-advisor-row img {
        border-radius: 0.5vw;
    }

    .our-advisor-row .adv-name {
        font-size: 1.2vw;
        margin-top: 1vw;
    }

    /* .our-location .location i {
        font-size: 1.5vw;
        margin-right: 0.6vw;
        margin-top: 0.1vw;
    } */
}


/* max-width 980px */

@media (max-width: 980px) {

    body {
        font-size: 15px !important;
    }

    .trusted-row h2 {
        font-size: 26px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .et_mobile_menu li a {
        padding: 7px 20px;
        border-bottom: 0;
        color: #383838;
    }

    .et_mobile_menu li a:hover {
        background-color: transparent;
    }

    ul.et_mobile_menu {
        padding: 20px 0px !important;
        top: 120% !important;
        border-radius: 8px;
    }

    .et_pb_menu .et_mobile_nav_menu {
        margin: 0;
    }

    .et_mobile_menu .btn {
        margin: -30px 20px 8px 20px;
        width: fit-content;
    }

    .et_mobile_menu .btn a.green-btn {
        padding: 8px 8px 8px 10px;
        line-height: 1.5;
    }

    .uk-scope .we-offer-sld ul.uk-slider-items li {
        width: 40% !important;
    }

    .expertise .first-col {
        margin-bottom: 20px;
    }

    .foo-row {
        display: grid !important;
    }

    .foo-row .et_pb_column {
        margin-bottom: 40px !important;
    }

    .foo-row .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }

    .leadteam-wrapper .team-content img {
        width: 100%;
        border-radius: 6px;
    }

    .leadteam-wrapper .team-content {
        display: grid;
        gap: 15px;
        color: #383838;
        font-size: 14px;
    }

    .our-advisor-row {
        display: flex;
        column-gap: 20px;
    }

    .our-advisor-row .et_pb_column {
        margin-bottom: 0;
    }

    .apart-steps .et_pb_column {
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .et_pb_section .apart-steps .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }

    .we-offer-sld.ser-pg-crd .offer-card {
        min-height: 320px;
    }

    .our-location .et_pb_column {
        min-height: 190px;
    }
}


@media (max-width: 980px) and (min-width: 768px) {
    .two-col.et_pb_posts .content-wrapper {
        padding: 2px 0;
    }

    .two-col.et_pb_posts a.more-link {
        position: absolute;
        bottom: 20px;
    }

}


/* Media Max-width 767 */

@media (max-width: 767px) {

    /* h2 {
        font-size: 28px;
    } */

    .page-banner {
        padding: 70px 0 30px !important;
        height: unset !important;
    }

    .page-banner h1 {
        font-size: 33px !important;
    }

    ul.et_mobile_menu {
        top: 130% !important;
    }

    .hero-banner .btn-grp {
        text-align: left;
    }

    /* .hero-banner h1 {
        font-size: 42px;
    } */

    .hero-banner p {
        max-width: 300px;
    }

    .btn-grp {
        display: grid;
        gap: 28px;
        text-align: center;
    }

    .ready-head {
        font-size: 34px;
    }

    .uk-scope .we-offer-sld ul.uk-slider-items li {
        width: 100% !important;
    }

    .two-col article {
        grid-template-columns: 100%;
        gap: 0px;
    }

    .two-col article .content-wrapper {
        padding: 22px 0 0 0;
    }

    .et_pb_number_counter .percent-value {
        font-size: 32px;
    }

    footer .copyright-txt,
    footer .copyright-txt a {
        font-size: 13px;
    }

    /* .we-offer-sld.ser-pg-crd .offer-card {
        min-height: 350px;
    } */

    .our-advisor-row {
        display: grid;
        grid-template-columns: 100%;
    }

    .our-advisor-row .et_pb_column {
        margin-bottom: 40px;
    }
}



@media (max-width: 1199px) and (min-width: 981px) {
    .we-offer-sld.ser-pg-crd .offer-card {
        min-height: 23.5vw;
    }
}

@media (max-width: 639px) {
    .we-offer-sld.ser-pg-crd .offer-card {
        min-height: unset !important;
    }

    .we-offer-sld.ser-pg-crd .read-more {
        position: relative;
        bottom: 0;
    }
}