/*
 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;
}

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

.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;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

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

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

.text-white {
    color: #fff;
}

.text-gray {
    color: #696969;
}

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

.brand-color {
    color: #053328 !important;
}

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

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

.dark-text,
.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 ul.sub-menu {
    border-radius: 0.5vw;
}

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;
}

/* .google-glassdoor {
    display: flex;
    gap: 30px;
    margin-top: 35px;
}

.google-glassdoor img {
    max-width: 80px;
}

.google-glassdoor .col {
    max-width: 100%;
    text-align: center;
}

.google-glassdoor .rating img {
    width: 14px;
}

.google-glassdoor .rating {
    color: #053328;
    font-weight: 700;
} */

.hme-rating-logo .et_pb_image {
    margin-bottom: 10px !important;
}

.hme-rating-logo img {
    max-width: 110px;
}

.hme-rating-logo .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.hme-rating-logo .rating img {
    max-width: 16px;
}

.hme-rating-logo .text {
    color: #053328;
    font-weight: 700;
    font-size: 15px;
}

.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: #FFFFFF;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 17px !important;
    padding-bottom: 15px;
}

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

footer ul.foo-links li {
    padding-bottom: 11px;
}

footer ul.foo-links li:last-child {
    padding-bottom: 0;
}

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

.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: #CDCDCD;
    font-weight: 300 !important;
}

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

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

.footer-box .title {
    color: #CDCDCD;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
}

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

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

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

footer .copyright-txt,
footer .copyright-txt a {
    color: #a3a3a3;
    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"],
.wpcf7-form-control-wrap input[type=file], .wpcf7-form-control-wrap select {
    border: 1px solid #FFFFFF66;
    width: 100%;
    padding: 10px 15px;
    border-radius: 12px;
    min-height: 45px;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
}
.wpcf7-form-control-wrap select option{
    color: #000000;
}

.wpcf7-form-control-wrap input[type=file] {
    line-height: 2em;
}

.wpcf7 label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}

.sm-font {
    font-size: 11px;
}

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: #6d0000 !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;
}

.inner-blog-banner h1 {
    font-size: 30px !important;
}

.flex-content {
    -webkit-display: flex;
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.flex-content i {
    margin-right: 10px;
    color: #053328;
    width: 12px;
    position: relative;
    top: 1px;
}

.excerpt-box-wrapper .flex-content p {
    color: #383838 !important;
}

.careers-blog .et_pb_post,
.blogs-page .et_pb_post {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
}

.careers-blog .entry-title {
    font-size: 20px !important;
    padding-bottom: 15px;
}

.careers-blog .more-link {
    margin-top: 5px;
}

.single-post article.et_pb_post p {
    font-size: 15px !important;
}

.job-overview-text {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.single-post #main-content {
    background: transparent;
}

.external-bullet {
    list-style: none !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
    text-align: left;
}

.external-bullet li {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 21px;
    font-size: 15px;
}

.external-bullet li:last-child {
    margin-bottom: 0;
}

.external-bullet li:before {
    margin-right: 0;
    margin-left: -20px;
    display: inline-block;
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
    width: 20px;
    color: #04aa7c;
    font-weight: 900;
    font-size: 11px;
    position: relative;
    bottom: 1px;
}

.job-overview-sec h3 {
    margin-top: 10px;
}

.single .post {
    padding-bottom: 0;
    margin-bottom: 0;
}

.mfp-title {
    display: none;
}

.medium-text {
    font-size: 17px;
}

/*--------table----------*/
.table-wrapper th {
    background: #053328;
    color: #ffffff !important;
    font-weight: 500 !important;
    border: 1px solid #04aa7c !important;
}

.table-wrapper td {
    border: 1px solid #04aa7c !important;
}

.table-wrapper .table {
    border: 0 !important;
}

.table-wrapper {
    overflow-x: auto;
}

/*--------/table---------*/
.under-list {
    display: block;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #04aa7c;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #ffffff !important;
    border-color: #053328;
    background: #053328;
    font-weight: 400;
}

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

.blogs-page .et_pb_blog_grid .et_pb_post {
    border: 0;
}

.blogs-page .entry-title {
    font-size: 20px !important;
}

.page-banner {
    height: 40vh;
    display: flex;
}

.page-banner h1 {
    padding: 0;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 40px;
    position: relative;
    margin-left: 15px;
}

.page-banner h1:before,
.process-step-right-arrow:before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    color: #04AA7C;
    position: absolute;
    top: calc(50% - 5px);
    margin-left: -15px;
}

.indus-step-wrapper p,
.indus-step-wrapper h3 {
    margin: 0 !important;
}

.indus-step-wrapper {
    color: #383838;
}

.indus-step-wrapper .hightlight-text {
    font-weight: 700;
}

.ind-steps .uk-scope .uk-grid {
    height: 100%;
}

.ind-steps img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.indus-step-wrapper h3 {
    line-height: 1.2;
    color: #053328;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 22px;
}

.ind-steps .uk-scope .uk-panel {
    transition: all 0.4s ease;
    cursor: pointer;
    background: rgb(5 51 40 / 10%);
    padding: 8px;
    border-radius: 8px;
}

.indus-step-wrapper .step {
    color: #04aa7c;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 18px;
    padding-bottom: 16px;
}

.indus-step-wrapper .text-content {
    padding-bottom: 20px !important;
}

.ind-steps .read-more-link {
    background: transparent;
    color: #053328;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0;
    padding-bottom: 5px;
}

.ind-steps .global-button .icon-box {
    background: transparent;
}

.ind-steps .global-button .icon-box::after,
.ind-steps .global-button .icon-box::before {
    filter: none;
}

.ind-steps .uk-scope .uk-panel:hover {
    background: #053328;
}

.ind-steps .uk-scope .uk-panel:hover .indus-step-wrapper,
.ind-steps .uk-scope .uk-panel:hover .indus-step-wrapper .step {
    color: #CDCDCD
}

.ind-steps .uk-scope .uk-panel:hover h3 {
    color: #04AA7C;
}

.ind-steps .uk-scope .uk-panel:hover .hightlight-text {
    color: #fff;
}

.ind-steps .uk-scope .uk-panel:hover .read-more-link {
    background: transparent;
    color: #ffffff;
}

.ind-steps .uk-scope .uk-panel:hover .global-button .icon-box {
    background: #04AA7C;
}

.ind-steps .uk-scope .uk-panel:hover .global-button .icon-box::after,
.ind-steps .uk-scope .uk-panel:hover .global-button .icon-box::before {
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%);
}

.ind-steps .uk-scope .uk-panel:hover .global-button .icon-box::after {
    transform: translate(180%, -180%);
}

.why-step {
    font-family: 'Parkinsans-Medium' !important;
    color: #04AA7C;
    font-size: 16px;
}

.roles-step,
.process-step {
    color: #696969;
    font-family: 'Parkinsans-Medium' !important;
    font-size: 18px;
    padding-bottom: 10px;
}

.process-step {
    font-size: 16px;
    color: #04AA7C;
}

.roles-text,
.process-text {
    color: #383838;
    font-weight: 600;
    font-size: 16px;
}

.impact-row .et_pb_blurb_description {
    font-size: 16px;
}

.impact-row img {
    width: 35px !important;
}

.et_pb_blurb_content {
    max-width: 100%;
}

.process-step-right-arrow {
    position: relative;
    width: 100%;
    height: 6px;
    display: none;
}

.process-step-right-arrow:before {
    margin-left: 0 !important;
    top: 0 !important;
}

.process-step-right-arrow:after {
    content: "";
    background-image: url(/wp-content/uploads/arrow-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 15px;
}

.arrow-reverse:after {
    transform: rotate(180deg);
}

.process-right-arrow-row:after {
    height: 0.1vw;
    width: 13.4vw;
    background: #04aa7c;
    position: absolute;
    right: -7.4vw;
    transform: rotate(90deg);
    bottom: 4.1vw;
}

.process-wrapper {
    border-bottom: 1px solid #04aa7c;
    padding-bottom: 15px;
}

.process-wrapper-last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.offer-card .heighlight-text {
    color: #383838;
    font-weight: 700;
    padding-bottom: 0;
}

.function-row .highlight-text {
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.function-row .et_pb_module_header {
    font-size: 20px;
    font-family: 'Parkinsans-Medium' !important;
    padding-bottom: 10px;
}

.function-row .et_pb_module_header span {
    width: 90%;
    display: inline-block;
}

.function-row .step-count {
    font-family: 'Parkinsans-Medium' !important;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
}

/* Function inner pg */

.func-position-box .et_pb_column {
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 3px 40px 0px #05332814;
}

.position-wrapper .step {
    color: #CDCDCD;
    font-size: 14px;
    padding-bottom: 12px;
    font-family: 'Parkinsans-Medium' !important;
}

.position-wrapper .text {
    color: #053328;
    font-weight: 600;
    font-size: 16px;
}

.para-big-text {
    padding: 10px 0 10px 0;
    font-size: 16px;
}

.function-pg a.global-button {
    margin-top: 8px !important;
}

.csr-areas-box .csr-area-tgline {
    color: #696969;
    font-size: 16px;
    margin: 2px 0 15px 0;
    display: block;
}

.csr-areas-box h3 {
    font-family: 'Parkinsans-Medium' !important;
}

.event-details {
    margin: 12px 0;
}

.event-details .event-item {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 6px;
}
.hthb-row{
    text-align: center;
    padding: 8px 10px;
}
.hthb-notification-content p{
    font-size: 13px;
    line-height: 1em;
}
.top-main-menu{
    top: auto!important;
}
.multiple-btn{
    margin-top: 20px;
    text-align: left!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;
    }

    header ul.sub-menu li a {
        padding: 0.6vw 0.5vw;
        line-height: 1.4;
        width: 100%;
    }

    .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 ul.sub-menu {
        width: 18vw;
    }

    header ul.sub-menu li,
    header ul.sub-menu a {
        width: 100% !important;
    }

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

    header .et-menu a {
        font-size: 1.1vw !important;
        padding-right: 1.1vw !important;
    }

    header .et-menu a:after {
        font-size: 1vw !important;
    }

    .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 !important;
    }

    .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.4vw;
    }

    .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 ul.foo-links li {
        padding-bottom: 0.9vw;
    }

    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.5vw;
        width: 1.3vw;
    }

    .footer-box i.fa-location-dot {
        margin-right: 0.3vw;
        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"],
    .wpcf7-form-control-wrap input[type=file], .wpcf7-form-control-wrap select {
        border: 0.1vw solid #FFFFFF66;
        padding: 0.5vw 1vw;
        border-radius: 0.8vw;
        min-height: 3vw;
        font-size: 1vw;
    }

    .wpcf7 label {
        font-size: 1vw;
    }

    .sm-font {
        font-size: 0.8vw;
    }

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

    /*contact form error message style */

    span.wpcf7-not-valid-tip {
        font-size: 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: 10vw;
        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;
    } */

    /* .google-glassdoor {
        display: flex;
        gap: 2.5vw;
        margin-top: 3vw;
    }

    .google-glassdoor img {
        max-width: 5.8vw;
    }

    .google-glassdoor .col {
        max-width: 18%;
    }

    .google-glassdoor .rating img {
        width: 1vw;
    } */

    .hme-rating-logo .et_pb_image {
        margin-bottom: 1vw !important;
    }

    .hme-rating-logo img {
        max-width: 7vw;
    }

    .hme-rating-logo .rating {
        gap: 0.4vw;
    }

    .hme-rating-logo .rating img {
        max-width: 1.2vw;
    }

    .hme-rating-logo .text {
        font-size: 1.1vw;
    }

    .careers-blog .not-found-title {
        font-size: 2.2vw !important;
        text-align: center;
    }

    .careers-blog .entry>p {
        text-align: center;
    }

    .inner-blog-banner h1 {
        font-size: 3vw !important;
    }

    .flex-content i {
        margin-right: 0.7vw;
        width: 0.9vw;
    }

    .careers-blog .et_pb_post,
    .blogs-page .et_pb_post {
        padding: 2vw;
        border-radius: 0.8vw;
    }

    .careers-blog .entry-title {
        font-size: 2vw !important;
        padding-bottom: 1vw;
    }

    .careers-blog .more-link {
        margin-top: 0;
        position: absolute;
        right: 2vw;
        bottom: 2vw;
    }

    .flex-content {
        margin-bottom: 1vw;
    }

    .single-post article.et_pb_post p {
        font-size: 1.1vw !important;
    }

    .job-overview-text {
        margin-bottom: 1.1vw;
    }

    .external-bullet li {
        margin-bottom: 0.9vw;
        margin-left: 1.6vw;
        font-size: 1.1vw;
    }

    .external-bullet li:before {
        margin-left: -1.5vw;
        width: 1.5vw;
        font-size: 0.8vw;
    }

    .job-overview-sec h3 {
        margin-top: 1vw;
        font-size: 1.6vw;
    }

    .inner-blog-sec h3 {
        font-size: 1.6vw;
    }

    .inner-blog-sec .et_pb_module_heading {
        font-size: 2.9vw;
    }

    .mt-10 {
        margin-top: 0.5vw;
    }

    .medium-text {
        font-size: 1.3vw;
    }

    .table-wrapper th {
        padding: 0.7vw 1.8vw !important;
        border: 0.1vw solid #04aa7c !important;
    }

    .table-wrapper td {
        border: 0.1vw solid #04aa7c !important;
        padding: 0.5vw 1.8vw !important;
    }

    .blogs-page .entry-title {
        font-size: 1.6vw !important;
        min-height: 4.3vw;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        border: 0.1vw solid #04aa7c;
        margin: 0.2vw;
        font-size: 1vw;
        padding: 0.22vw 0.76vw;
        border-radius: 0.2vw;
    }

    .page-banner h1 {
        font-size: 5vw;
        margin-left: 1.5vw;
    }

    .page-banner h1:before,
    .process-step-right-arrow:before {
        font-size: 0.8vw;
        margin-left: -1.5vw;
        top: calc(50% - 0.5vw);
    }

    .page-banner {
        height: 26vw;
    }

    .impact-row .et_pb_blurb_description {
        font-size: 1.2vw;
    }

    .impact-row img {
        width: 2.6vw !important;
    }

    .why-step {
        font-size: 1.3vw;
    }

    .roles-step {
        font-size: 1.2vw;
    }

    .roles-text,
    .process-text {
        font-size: 1.2vw;
    }

    .process-step {
        font-size: 1.2vw;
        color: #696969;
    }

    .process-step-right-arrow {
        height: 1vw;
        margin-bottom: 1vw;
        display: block;
    }

    .process-step-right-arrow:after {
        margin-left: 1vw;
    }

    .process-wrapper {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .function-row .highlight-text {
        font-size: 1.1vw;
        margin-bottom: 1vw;
    }

    .function-row .et_pb_module_header {
        padding-bottom: 0.8vw;
        font-size: 1.5vw;
    }

    .function-row .step-count {
        font-size: 1.2vw;
    }

    .function-row .et_pb_main_blurb_image {
        width: 2.5vw;
    }

    .function-row .et_pb_column:first-child {
        margin-right: 2.5% !important;
    }

    .func-position-box .et_pb_column {
        border-radius: 0.4vw;
        padding: 1.2vw;
        margin-right: 2% !important;
        width: 100% !important;
        box-shadow: 0px 0.156vw 2.083vw 0px #05332814;
    }

    .position-wrapper .step {
        color: #CDCDCD;
        font-size: 1.2vw;
        padding-bottom: 1.3vw;
    }

    .position-wrapper .text {
        font-size: 1.2vw;
    }

    .para-big-text {
        padding: 0.6vw 0 0.7vw 0;
        font-size: 1.2vw;
    }

    .function-pg a.global-button {
        margin-top: 0.6vw !important;
    }

    .csr-areas-box .csr-area-tgline {
        font-size: 1.2vw;
        margin: 0.2vw 0 1.4vw 0;
    }

    .event-details {
        margin: 1vw 0 1.5vw 0
    }

    .event-details .event-item {
        gap: 0.2vw;
        margin-bottom: 0.4vw;
    }
    .hthb-row{
        padding: 0.6vw 1vw;
    }
    .hthb-notification-content p{
        font-size: 0.9vw;
    }
    .multiple-btn{
        margin-top: 0px;
    }

}


/* max-width 980px */

@media (max-width: 980px) {

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

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

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

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

    .et_mobile_menu li a {
        padding: 7px 20px;
        border-bottom: 0;
        color: #383838;
        font-weight: 400 !important;
    }

    ul#mobile_menu2 {
        max-height: 85vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .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;
    }

    /* Mobile Submenu Dropdown Menu */
    .et_pb_menu .et_mobile_menu .menu-item-has-children>a,
    #main-header .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent;
        position: relative;
    }

    .et_pb_menu .et_mobile_menu .menu-item-has-children>a:after,
    #main-header .et_mobile_menu .menu-item-has-children>a:after {
        font-family: 'ETmodules';
        text-align: center;
        speak: none;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        font-size: 18px;
        content: '\4c';
        top: 6px;
        right: 20px;
    }

    .et_pb_menu .et_mobile_menu .menu-item-has-children.visible>a:after,
    #main-header .et_mobile_menu .menu-item-has-children.visible>a:after {
        content: '\4d';
    }

    .et_pb_menu .et_mobile_menu ul.sub-menu,
    #main-header .et_mobile_menu ul.sub-menu,
    .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
        display: none !important;
        visibility: hidden !important;
        transition: all 1.5s ease-in-out;
    }

    .et_pb_menu .et_mobile_menu li.visible>ul.sub-menu,
    #main-header .et_mobile_menu li.visible>ul.sub-menu,
    .et-db #et-boc .et-l #main-header .et_mobile_menu li.visible>ul.sub-menu,
    .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible>ul.sub-menu,
    .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible>ul.sub-menu {
        display: block !important;
        visibility: visible !important;
    }

    /* //Mobile Submenu Dropdown Menu */

    .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;
    }

    .inner-blog-sec .et_pb_module_heading {
        font-size: 36px;
    }
}


@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;
    }

    .tab-d-flex {
        display: flex;
    }

}


/* 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;
    }

    .inner-blog-banner h1 {
        font-size: 26px !important;
    }

    .et_pb_post h2 {
        padding-bottom: 10px;
    }

    .job-overview-sec h2 {
        font-size: 26px;
    }

    .job-overview-sec h3 {
        font-size: 20px;
    }

    .inner-blog-sec .et_pb_module_heading {
        font-size: 32px;
    }

    .inner-blog-sec h2, #registerNow h2, #applyNow h2 {
        font-size: 26px;
    }

    .social-icon {
        justify-content: flex-start;
    }
}


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

@media(min-width: 960px) {
    .ind-steps .uk-scope .uk-panel {
        border-radius: 0.8vw;
        padding: 0.7vw;
    }

    .indus-step-wrapper .step {
        font-size: 1.3vw;
        padding-bottom: 0.8vw;
        padding-top: 0.5vw;
    }

    .indus-step-wrapper h3 {
        font-size: 1.6vw;
        padding-bottom: 1.5vw;
    }

    .ind-steps .uk-scope .uk-width-3-5\@m {
        padding-left: 1.3vw;
    }

    .ind-steps img {
        border-radius: 0.5vw;
    }

    .indus-step-wrapper .text-content {
        padding-bottom: 4.5vw !important;
    }

    .ind-steps .read-more-link {
        position: absolute;
        bottom: 1.2vw;
        gap: 0.5vw;
        padding-bottom: 0;
    }
}

@media(max-width: 959px) {
    .ind-steps .uk-grid-margin {
        margin-top: 20px !important;
    }
}

@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;
    }
}