/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display: none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

    .wpcf7cf_multistep .wpcf7cf_step .step-title {
        display: none;
    }

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
        display: inline-block;
        border-radius: 50%;
        background: #dfdfdf;
        color: #000000;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
        border-bottom: 5px solid #dfdfdf;
        text-align: center;
        flex: 1;
        padding: 15px;
        min-width: 120px;
    }

        .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
            border-bottom: 5px solid #333;
        }

        .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
            border-bottom: 5px solid #333;
            font-weight: bold;
        }

        .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
            background-color: #333;
            color: #ffffff;
        }

        .wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
            background-color: #333;
            color: #ffffff;
        }

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    overflow-y: scroll;
    overflow-x: hidden
}

body {
    box-sizing: border-box;
    overflow-x: hidden
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9D4EDD !important
}

.owl-theme .owl-dots .owl-dot span {
    opacity: 1;
    background: #EBDCF9 !important
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto
}

.owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column
}

.owl-carousel .flex-text {
    flex-grow: 1
}

.owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px
}

.owl-carousel .owl-item {
    justify-content: center
}

.route {
    margin-top: 100px;
    padding: 75px .5rem 40px .5rem
}

.route__link {
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

    .route__link:not(:last-child)::after {
        content: '/';
        font-size: 16px;
        font-weight: 400;
        margin: 0 2px;
        color: #B19DC4
    }

    .route__link, .route__link:visited, .route__link:active, .route__link:focus {
        color: #B19DC4
    }

        .route__link:last-child, .route__link:visited:last-child, .route__link:active:last-child, .route__link:focus:last-child {
            color: #3C096C
        }

@media (max-width: 47.99em) {
    .route {
        padding: 32px .5rem
    }

    .route__link, .route__link::after {
        font-size: 14px
    }
}

.hero {
    position: relative;
    padding: 115px 0.5rem;
    height: 430px;
    margin-top: 60px
}

@media (max-width: 61.99em) {
    .hero {
        margin-bottom: 150px
    }
}

.hero__airplane {
    position: absolute;
    top: 80px;
    left: -500px;
    opacity: 1;
    animation: cloud 20s linear 0s infinite reverse;
    z-index: 99
}

.hero__airplane__img {
    width: 140px;
    height: 140px
}

.hero__airplane__body {
    padding: 8px 16px;
    background: #EBDCF9;
    min-width: 558px
}

.hero__airplane__body__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

.hero__heading {
    color: var(--White, #fff);
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

.hero__paragraph {
    color: #FFF;
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    line-height: normal
}

    .hero__paragraph P {
        font-weight: 400
    }

    .hero__paragraph span {
        font-weight: 700
    }

.hero__animation {
    height: 450px;
    position: relative;
    top: -30px
}

@keyframes cloud {
    from {
        left: -500px
    }

    to {
        left: 102%
    }
}

@media (max-width: 61.99em) {
    .hero__animation {
        height: 331px;
        top: -20px
    }
}

@media (max-width: 61.99em) {
    .hero {
        padding: 3rem 0.5rem;
        position: relative
    }

    .hero__airplane {
        position: absolute;
        top: 130%
    }

    .hero__airplane__img {
        width: 100px;
        height: 100px
    }

    .hero__airplane__body {
        min-width: 471px
    }

    .hero__airplane__body__heading {
        font-size: 20px
    }

    .hero__heading {
        font-size: 32px;
        text-align: center;
        margin-bottom: 12px
    }

    .hero__paragraph {
        text-align: center;
        font-size: 16px
    }

        .hero__paragraph span {
            font-weight: 400
        }

    .hero__animation {
        height: 331px;
        top: -20px
    }
}

.text-banner {
    padding: 200px .5rem
}

.text-banner__img img {
    width: 73px
}

.text-banner__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px
}

.text-banner__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px
}

    .text-banner__body__paragraph P {
        font-weight: 400
    }

    .text-banner__body__paragraph span {
        font-weight: 700
    }

@media (max-width: 47.99em) {
    .text-banner {
        padding: 100px .5rem
    }

    .text-banner__img img {
        width: 50px
    }

    .text-banner__body__heading {
        text-align: center;
        font-size: 24px;
        margin: 12px 0
    }

    .text-banner__body__paragraph {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px
    }
}

.split-banner {
    position: relative;
    padding: 96px .5rem;
    margin-bottom: 3rem
}

    .split-banner#split-banner-with-img {
        padding: 96px 124px;
        margin-bottom: 0
    }

@media (max-width: 47.99em) {
    .split-banner#split-banner-with-img {
        padding: 64px .5rem
    }
}

.split-banner__animation {
    position: absolute;
    width: 395px;
    height: 450px;
    top: 59px
}

@media (max-width: 85em) {
    .split-banner__animation {
        left: 3%
    }
}

.split-banner__img img {
    width: 356px
}

.split-banner__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px
}

.split-banner__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

@media (max-width: 61.99em) {
    .split-banner {
        padding: 75px .5rem 340px .5rem
    }

    .split-banner__animation {
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        height: 398px
    }

    .split-banner__body__heading, .split-banner__body__paragraph {
        text-align: center
    }
}

@media (max-width: 47.99em) {
    .split-banner__body__heading {
        font-size: 24px;
        margin-bottom: 12px
    }

    .split-banner__body__paragraph {
        font-size: 20px;
        margin-bottom: 30px
    }
}

.services {
    padding: 140px .5rem 70px .5rem
}

    .services .owl-item {
        justify-content: center
    }

.services__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

.services__body {
    display: flex;
    flex-direction: column
}

.services__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px
}

.services__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    line-height: normal
}

    .services__body__paragraph p {
        font-weight: 400
    }

    .services__body__paragraph span {
        font-weight: 600
    }

.services__slider {
    margin: 44px 0
}

.services__slider__body__img {
    margin-bottom: 20px
}

    .services__slider__body__img img {
        width: 70px;
        height: 70px;
        object-fit: contain
    }

.services__slider__body__paragraph {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (max-width: 47.99em) {
    .services {
        padding: 3rem .5rem
    }

    .services__paragraph {
        font-size: 16px
    }

    .services__body__heading {
        font-size: 24px;
        margin-bottom: 12px
    }

    .services__body__paragraph {
        font-size: 16px
    }

    .services__slider {
        margin: 60px 0
    }

    .services__slider__body__paragraph {
        font-size: 20px
    }
}

.feedback__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px
}

.feedback__slider__body {
    display: flex;
    flex-direction: column;
    align-items: start
}

.feedback__slider__img {
    margin-bottom: 10px
}

    .feedback__slider__img img {
        width: 50px;
        height: 33px
    }

.feedback__slider__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px
}

.feedback__slider__author {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 47.99em) {
    .feedback {
        padding: 3rem .5rem !important
    }

    .feedback__heading {
        font-size: 24px;
        margin-bottom: 16px
    }

    .feedback__slider__paragraph {
        font-size: 16px
    }
}

.split-img-text {
    padding: 70px .5rem 140px .5rem
}

.split-img-text__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px
}

.split-img-text__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

.split-img-text img {
    border-radius: 10px
}

@media (min-width: 992px) {
    .split-img-text img {
        margin-top: 65px
    }
}

@media (max-width: 992px) {
    .split-img-text img {
        margin-bottom: 30px
    }
}

@media (max-width: 47.99em) {
    .split-img-text {
        padding: 3rem .5rem
    }

    .split-img-text__body__heading {
        font-size: 24px;
        margin-bottom: 12px
    }

    .split-img-text__body__paragraph {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.upper-footer__img {
    position: relative;
    top: 3rem
}

.upper-footer__body__card {
    display: flex;
    align-items: stretch
}

    .upper-footer__body__card:not(:last-child) {
        margin-bottom: 24px
    }

.upper-footer__body__card__img {
    width: 30%
}

    .upper-footer__body__card__img img {
        border-radius: 10px 0px 0px 10px;
        object-fit: cover
    }

.upper-footer__body__card__content {
    width: 66.66666667%;
    padding: 16px;
    background: var(--White, #fff);
    border-radius: 0px 10px 10px 0px
}

.upper-footer__body__card__content__title {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .upper-footer__body__card__content__title a, .upper-footer__body__card__content__title a:hover, .upper-footer__body__card__content__title a:active, .upper-footer__body__card__content__title a:focus {
        color: var(--r-157-g-78-b-221, #9D4EDD);
        text-decoration: none
    }

    .upper-footer__body__card__content__title p {
        margin-bottom: 0
    }

.upper-footer__body__card__content__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

    .upper-footer__body__card__content__heading a, .upper-footer__body__card__content__heading a:hover, .upper-footer__body__card__content__heading a:active, .upper-footer__body__card__content__heading a:focus {
        color: var(--r-255-g-109-b-0, #FF6D00);
        text-decoration: none
    }

.upper-footer__body__card__content__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.upper-footer__body__card__content__link {
    overflow: hidden;
    position: relative;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none
}

    .upper-footer__body__card__content__link, .upper-footer__body__card__content__link:visited, .upper-footer__body__card__content__link:active, .upper-footer__body__card__content__link:focus {
        color: var(--r-255-g-158-b-0, #FF9E00)
    }

        .upper-footer__body__card__content__link span {
            transition: all .3s ease
        }

            .upper-footer__body__card__content__link span:nth-child(1) {
                position: absolute;
                left: -150px
            }

            .upper-footer__body__card__content__link span:nth-child(2) {
                position: relative;
                left: 0
            }

.upper-footer__body__card__content:hover .upper-footer__body__card__content__link > span:nth-child(1) {
    position: relative;
    left: 0;
    transition: all .3s ease
}

.upper-footer__body__card__content:hover .upper-footer__body__card__content__link > span:nth-child(2) {
    position: absolute;
    left: 180px;
    transition: all .3s ease
}

@media (max-width: 61.99em) {
    .upper-footer__body__card {
        flex-direction: column
    }

    .upper-footer__body__card__img, .upper-footer__body__card__content {
        width: 100%
    }

        .upper-footer__body__card__img img {
            width: 100%;
            border-radius: 10px 10px 0px 0px
        }

    .upper-footer__body__card__content {
        border-radius: 0px 0px 10px 10px
    }
}

.upper-footer .owl-carousel {
    display: block !important
}

.upper-footer .owl-dots {
    margin-top: 30px !important
}

@media (max-width: 47.99em) {
    .upper-footer__body__card__content__title {
        font-size: 16px
    }

    .upper-footer__body__card__content__heading {
        font-size: 20px
    }

    .upper-footer__body__card__content__paragraph {
        font-size: 16px
    }
}

.split-text__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px
}

.split-text__body__img {
    margin-bottom: 16px
}

.split-text__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

.split-text__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    line-height: normal
}

    .split-text__body__paragraph p {
        font-weight: 400
    }

    .split-text__body__paragraph span {
        font-weight: 600
    }

@media (max-width: 47.99em) {
    .split-text__heading {
        font-size: 28px;
        margin-bottom: 16px
    }

    .split-text__body__heading {
        font-size: 24px
    }

    .split-text__body__paragraph {
        font-size: 16px
    }
}

.img-with-text__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.img-with-text__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70%
}

@media (max-width: 61.99em) {
    .img-with-text__paragraph {
        width: 100%
    }
}

.img-with-text__img img {
    border-radius: 10px
}

@media (max-width: 47.99em) {
    .img-with-text__heading {
        font-size: 28px
    }

    .img-with-text__paragraph {
        font-size: 16px
    }

    .img-with-text__img {
        margin-top: 16px
    }
}

.accordion-banner__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.accordion-banner__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

    .accordion-banner__paragraph a, .accordion-banner__paragraph a:hover, .accordion-banner__paragraph a:active, .accordion-banner__paragraph a:focus {
        color: var(--r-60-g-9-b-108, #3C096C)
    }

.accordion-banner .accordion .accordion-item {
    border: none;
    border-radius: 10px !important;
    background-color: #F7F1FD !important
}

    .accordion-banner .accordion .accordion-item:not(:last-child) {
        margin-bottom: 17px
    }

.accordion-banner .accordion .accordion-header .accordion-button {
    padding: 24px 16px !important;
    border-radius: 10px !important;
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    box-shadow: none;
    transition: all .3s ease;
    text-decoration: none !important
}

    .accordion-banner .accordion .accordion-header .accordion-button, .accordion-banner .accordion .accordion-header .accordion-button:not(.collapsed) {
        padding-top: 10px;
        background-color: transparent !important
    }

        .accordion-banner .accordion .accordion-header .accordion-button:not(.collapsed) {
            padding: 24px 16px 0 16px !important
        }

        .accordion-banner .accordion .accordion-header .accordion-button::after {
            display: none
        }

        .accordion-banner .accordion .accordion-header .accordion-button.collapsed {
            transition: all .3s ease-in-out;
            color: #3C096C !important
        }

            .accordion-banner .accordion .accordion-header .accordion-button.collapsed:hover {
                background: #FF6D00 !important;
                color: #FFFFFF !important
            }

.accordion-banner .accordion .accordion-body {
    padding: 0 16px 24px 16px !important;
    margin-top: 8px
}

    .accordion-banner .accordion .accordion-body p {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Akshar;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

        .accordion-banner .accordion .accordion-body p a, .accordion-banner .accordion .accordion-body p a:hover, .accordion-banner .accordion .accordion-body p a:active, .accordion-banner .accordion .accordion-body p a:focus {
            color: var(--r-60-g-9-b-108, #3C096C)
        }

@media (max-width: 47.99em) {
    .accordion-banner__heading {
        font-size: 28px
    }

    .accordion-banner__paragraph {
        font-size: 16px
    }

    .accordion-banner .accordion .accordion-header .accordion-button {
        padding: 16px 16px !important;
        font-size: 20px;
        text-decoration: none !important
    }

        .accordion-banner .accordion .accordion-header .accordion-button:not(.collapsed) {
            padding: 16px 16px 0 16px !important
        }

    .accordion-banner .accordion .accordion-body {
        padding: 0 16px 16px 16px !important
    }

        .accordion-banner .accordion .accordion-body p {
            font-size: 16px
        }
}

.team-section__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.team-section__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

.team-section__body__img {
    margin-bottom: 8px
}

    .team-section__body__img img {
        height: 348px;
        border-radius: 10px;
        object-fit: cover
    }

.team-section__body__title {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .team-section__body__title p {
        margin-bottom: 0
    }

.team-section__body__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media (max-width: 47.99em) {
    .team-section__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .team-section__paragraph {
        font-size: 16px;
        margin-bottom: 16px
    }

    .team-section__body__img {
        margin-bottom: 16px
    }

        .team-section__body__img img {
            height: auto;
            border-radius: 10px;
            object-fit: cover
        }

    .team-section__body__title {
        font-size: 16px
    }
}

.list-banner__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.list-banner__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px
}

.list-banner__img {
    width: 166px;
    height: 166px
}

    .list-banner__img img {
        object-fit: cover
    }

.list-banner__body__paragraph {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .list-banner__body__paragraph p {
        margin-bottom: 0
    }

.list-banner__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.list-banner__body ul {
    margin-bottom: 32px;
    list-style: none;
    padding-left: 0
}

    .list-banner__body ul li {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Akshar;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 0 6px
    }

        .list-banner__body ul li:not(:last-child) {
            margin-bottom: 16px
        }

        .list-banner__body ul li::before {
            content: url("../assets/check.svg")
        }

@media (max-width: 47.99em) {
    .list-banner__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .list-banner__paragraph {
        font-size: 16px;
        margin-bottom: 32px
    }

    .list-banner__img {
        width: auto;
        height: auto
    }

    .list-banner__body__paragraph {
        font-size: 16px
    }

    .list-banner__body__heading {
        font-size: 24px
    }

    .list-banner__body ul li {
        font-size: 20px
    }
}

.cta-section {
    padding-top: 64px;
    padding-bottom: 64px
}

.cta-section__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.cta-section__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

@media (max-width: 47.99em) {
    .cta-section__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .cta-section__paragraph {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.certifications-banner__body {
    display: flex;
    flex-direction: column
}

.certifications-banner__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.certifications-banner__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 32px
}

.certifications-banner__slider__body {
    display: flex;
    flex-direction: column;
    width: 75%
}

.certifications-banner__slider__body__img {
    margin-bottom: 8px
}

    .certifications-banner__slider__body__img img {
        width: 70px;
        height: 70px;
        object-fit: contain
    }

.certifications-banner__slider__body__paragraph {
    margin-top: auto;
    color: var(--r-157-g-78-b-221, #9D4EDD);
    text-align: center;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90%
}

    .certifications-banner__slider__body__paragraph P {
        margin-bottom: 0
    }

.certifications-banner__slider__body__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    text-align: center;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto
}

.certifications-banner__slider__body .custome-button {
    margin-top: 24px
}

@media (max-width: 61.99em) {
    .certifications-banner__slider__body, .certifications-banner__slider__body__paragraph {
        width: 100%
    }
}

@media (max-width: 47.99em) {
    .certifications-banner__body__heading {
        font-size: 28px;
        margin-bottom: 8x
    }

    .certifications-banner__body__paragraph {
        font-size: 16px
    }

    .certifications-banner__slider__body__img {
        margin-bottom: 16px
    }

    .certifications-banner__slider__body__paragraph {
        font-size: 16px
    }

    .certifications-banner__slider__body__heading {
        font-size: 20px
    }
}

.split-section#split-section-with-bg {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.split-section__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.split-section__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

.split-section ul {
    list-style: none;
    padding-left: 0
}

    .split-section ul li {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 0 6px
    }

        .split-section ul li:not(:last-child) {
            margin-bottom: 16px
        }

        .split-section ul li::before {
            content: url("../assets/check.svg")
        }

@media (max-width: 47.99em) {
    .split-section__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .split-section__paragraph {
        font-size: 16px;
        margin-bottom: 0
    }

    .split-section ul li {
        font-size: 20px
    }
}

.split-list__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.split-list__img img {
    border-radius: 10px;
    width: 451px;
    height: 451px;
    object-fit: cover;
    object-position: center center
}

.split-list ol {
    list-style: none;
    counter-reset: item;
    margin-left: 0;
    padding-left: 0
}

    .split-list ol li {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Akshar;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 0 8px
    }

        .split-list ol li:before {
            display: inline-block;
            content: counter(item) ".";
            counter-increment: item;
            color: var(--r-255-g-158-b-0, #FF9E00);
            font-family: Archivo;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: normal
        }

        .split-list ol li:not(:last-child) {
            margin-bottom: 16px
        }

@media (max-width: 47.99em) {
    .split-list__heading {
        font-size: 24px;
        margin-bottom: 16px
    }

    .split-list__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: unset
    }

    .split-list ol li {
        font-size: 16px
    }

        .split-list ol li:before {
            font-size: 24px
        }
}

.card-banner__body__img {
    margin-bottom: 16px
}

    .card-banner__body__img img {
        border-radius: 10px;
        width: 100%;
        height: 250px;
        object-fit: cover
    }

.card-banner__body__content {
    padding: 0 1rem
}

.card-banner__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

.card-banner__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

@media (max-width: 47.99em) {
    .card-banner__body__heading {
        font-size: 24px
    }

    .card-banner__body__paragraph {
        font-size: 16px
    }
}

.split-card__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.split-card__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

.split-card__body__card {
    display: flex;
    align-items: stretch
}

    .split-card__body__card:not(:last-child) {
        margin-bottom: 24px
    }

.split-card__body__card__img {
    width: 166px;
    height: 160px
}

    .split-card__body__card__img img {
        border-radius: 10px 0px 0px 10px;
        object-fit: cover
    }

.split-card__body__card__content {
    width: calc(100% - 142px);
    padding: 16px;
    border-radius: 0px 10px 10px 0px;
    background: rgba(235,220,249,0.4);
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.split-card__body__card__content__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: auto
}

.split-card__body__card__content__link {
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none
}

    .split-card__body__card__content__link, .split-card__body__card__content__link:visited, .split-card__body__card__content__link:active, .split-card__body__card__content__link:focus {
        color: var(--r-255-g-158-b-0, #FF9E00)
    }

        .split-card__body__card__content__link span {
            transition: all .3s ease
        }

            .split-card__body__card__content__link span:nth-child(1) {
                position: absolute;
                left: -150px
            }

            .split-card__body__card__content__link span:nth-child(2) {
                position: relative;
                left: 0
            }

.split-card__body__card__content:hover .split-card__body__card__content__link > span:nth-child(1) {
    position: relative;
    left: 0;
    transition: all .3s ease
}

.split-card__body__card__content:hover .split-card__body__card__content__link > span:nth-child(2) {
    position: absolute;
    left: 180px;
    transition: all .3s ease
}

@media (max-width: 61.99em) {
    .split-card__body__card {
        flex-direction: column
    }

    .split-card__body__card__img {
        width: 100%;
        height: 170px
    }

        .split-card__body__card__img img {
            width: 100%;
            border-radius: 10px 10px 0px 0px
        }

    .split-card__body__card__content {
        width: 100%;
        border-radius: 0px 0px 10px 10px
    }
}

@media (max-width: 47.99em) {
    .split-card__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .split-card__paragraph {
        font-size: 16px
    }

    .split-card__body__card__content__heading {
        font-size: 24px
    }
}

.split-card .modal {
    backdrop-filter: blur(10px)
}

.split-card .modal-content {
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.split-card .modal-header {
    border: none
}

    .split-card .modal-header .btn-close {
        padding-top: 19px;
        padding-right: 20px;
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233C096C'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        width: 24px;
        height: 24px;
        font-size: 16px;
        opacity: 1
    }

        .split-card .modal-header .btn-close:focus {
            box-shadow: none
        }

.split-card .modal-body {
    padding: 64px
}

@media (max-width: 47.99em) {
    .split-card .modal-body {
        padding: 0 16px 32px 16px
    }
}

.split-card .modal__img img {
    border-radius: 10px;
    height: 287.478px;
    width: 100%;
    object-fit: cover
}

.split-card .modal__body__title {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .split-card .modal__body__title p {
        margin-bottom: 0
    }

.split-card .modal__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.split-card .modal__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 47.99em) {
    .split-card .modal__body__title {
        font-size: 16px
    }

    .split-card .modal__body__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .split-card .modal__body__paragraph {
        font-size: 16px
    }
}

.news__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

@media (max-width: 47.99em) {
    .news__heading {
        font-size: 32px
    }
}

.news .dropdown {
    margin-bottom: 25px
}

    .news .dropdown .dropdown-toggle {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Archivo;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        background-color: transparent;
        border: 0;
        display: flex;
        align-items: center
    }

@media (max-width: 47.99em) {
    .news .dropdown .dropdown-toggle {
        font-size: 18px
    }
}

.news .dropdown .dropdown-toggle::after {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 20px;
    width: 13px;
    height: 8px;
    color: #3C096C;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
    border: none;
    margin-left: 8px
}

.news .dropdown .dropdown-toggle:not(.show)::after {
    transform: rotate(180deg)
}

.news .dropdown .dropdown-menu {
    padding: 24px 16px;
    border-radius: 10px;
    background: var(--r-60-g-9-b-108, #3C096C)
}

.news .dropdown .dropdown-item {
    color: var(--White, #fff);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .9s ease-out
}

    .news .dropdown .dropdown-item:not(:last-child) {
        margin-bottom: 16px
    }

    .news .dropdown .dropdown-item.active, .news .dropdown .dropdown-item:hover {
        color: var(--r-255-g-158-b-0, #FF9E00);
        background-color: transparent
    }

.news__link {
    margin-top: 45px;
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center
}

    .news__link i::before {
        font-size: 16px
    }

    .news__link, .news__link:visited, .news__link:active, .news__link:focus {
        color: var(--r-60-g-9-b-108, #3C096C)
    }

.news__body {
    display: flex;
    align-items: stretch
}

    .news__body:not(:last-child) {
        margin-bottom: 24px
    }

.news__body__img {
    width: 200px
}

    .news__body__img img {
        border-radius: 10px 0px 0px 10px;
        object-fit: cover
    }

.news__body__content {
    width: calc(100% - 200px);
    padding: 16px;
    border-radius: 0px 10px 10px 0px;
    background: rgba(235,220,249,0.4);
    display: flex;
    flex-direction: column
}

.news__body__content__title {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .news__body__content__title a, .news__body__content__title a:hover, .news__body__content__title a:active, .news__body__content__title a:focus {
        color: var(--r-60-g-9-b-108, #3C096C);
        text-decoration: none
    }

    .news__body__content__title p {
        margin-bottom: 0
    }

.news__body__content__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

    .news__body__content__heading a, .news__body__content__heading a:hover, .news__body__content__heading a:active, .news__body__content__heading a:focus {
        color: var(--r-255-g-109-b-0, #FF6D00);
        text-decoration: none
    }

.news__body__content__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px
}

    .news__body__content__paragraph a, .news__body__content__paragraph a:hover, .news__body__content__paragraph a:active, .news__body__content__paragraph a:focus {
        color: var(--r-60-g-9-b-108, #3C096C);
        text-decoration: none
    }

.news__body__content__link {
    overflow: hidden;
    position: relative;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none
}

    .news__body__content__link, .news__body__content__link:visited, .news__body__content__link:active, .news__body__content__link:focus {
        color: var(--r-255-g-158-b-0, #FF9E00)
    }

        .news__body__content__link span {
            transition: all .9s ease
        }

            .news__body__content__link span:nth-child(1) {
                position: absolute;
                left: -150px
            }

            .news__body__content__link span:nth-child(2) {
                position: relative;
                left: 0
            }

.news__body__content:hover .news__body__content__link > span:nth-child(1) {
    position: relative;
    left: 0;
    transition: all .9s ease
}

.news__body__content:hover .news__body__content__link > span:nth-child(2) {
    position: absolute;
    left: 180px;
    transition: all .9s ease
}

@media (max-width: 61.99em) {
    .news__body {
        flex-direction: column
    }

    .news__body__img, .news__body__content {
        width: 100%
    }

        .news__body__img img {
            width: 100%;
            border-radius: 10px 10px 0px 0px
        }

    .news__body__content {
        border-radius: 0px 0px 10px 10px
    }
}

@media (max-width: 47.99em) {
    .news__body__body__card__content__title {
        font-size: 16px
    }

    .news__body__body__card__content__heading {
        font-size: 20px
    }

    .news__body__body__card__content__paragraph {
        font-size: 16px
    }
}

.blog__img {
    margin-bottom: 32px
}

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

.blog__body__title {
    color: var(--r-157-g-78-b-221, #9D4EDD);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

    .blog__body__title p {
        margin-bottom: 0
    }

.blog__body__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.blog__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 400
}

    .blog__body__paragraph p {
        margin-bottom: 0
    }

        .blog__body__paragraph p:nth-child(1) span {
            text-decoration: underline
        }

        .blog__body__paragraph p:nth-child(2) {
            margin-top: 16px
        }

            .blog__body__paragraph p:nth-child(2) span {
                font-weight: 600
            }

.blog__body__paragraph--bold {
    margin-top: 16px;
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 700
}

.blog__body__img {
    margin: 32px 0
}

    .blog__body__img img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 9px
    }

    .blog__body__img P {
        color: rgba(60,9,108,0.4);
        font-family: Akshar;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0
    }

.blog__body ul li {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.blog__body__contact {
    margin-top: 32px
}

.blog__body__contact__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.blog__body__contact i {
    font-size: 24px;
    color: #FF6D00
}

@media (max-width: 47.99em) {
    .blog__img {
        margin-bottom: 16px
    }

    .blog__body__title {
        font-size: 16px
    }

    .blog__body__heading {
        font-size: 28px;
        margin-bottom: 8px
    }

    .blog__body__paragraph {
        font-size: 16px
    }

        .blog__body__paragraph p {
            margin-bottom: 0
        }

            .blog__body__paragraph p span {
                text-decoration: none !important;
                font-weight: 400 !important
            }

    .blog__body__paragraph--bold {
        font-size: 16px;
        font-weight: 400
    }

    .blog__body__img P {
        font-size: 16px
    }

    .blog__body ul li {
        font-size: 16px
    }

    .blog__body__contact__heading {
        font-size: 20px
    }

    .blog__body__contact i {
        font-size: 20px
    }
}

.contact-us__heading {
    color: var(--r-255-g-109-b-0, #FF6D00);
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.contact-us__body {
    border-radius: 10px;
    background: #F7F1FD;
    padding: 24px 16px
}

    .contact-us__body:not(:last-child) {
        margin-bottom: 16px
    }

.contact-us__body__list:not(:last-child) {
    margin-bottom: 16px
}

.contact-us__body__heading {
    padding-left: 32px;
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px
}

.contact-us__body__paragraph {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px
}

.contact-us__body ul {
    padding-left: .5rem;
    list-style: none
}

    .contact-us__body ul li:not(:last-child) {
        margin-bottom: 11px
    }

    .contact-us__body ul li a {
        font-family: Akshar;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        text-decoration: none;
        display: flex;
        align-items: center
    }

        .contact-us__body ul li a, .contact-us__body ul li a:visited, .contact-us__body ul li a:active, .contact-us__body ul li a:focus {
            color: var(--r-60-g-9-b-108, #3C096C)
        }

            .contact-us__body ul li a i, .contact-us__body ul li a svg {
                color: #FF9E00;
                margin-right: 8px;
                font-size: 20px
            }

.contact-us__form__heading {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.contact-us__form form .form-control {
    padding: 15px 20px !important;
    border-radius: 5px;
    background: #F7F1FD !important;
    border: 0px !important
}

    .contact-us__form form .form-control, .contact-us__form form .form-control::placeholder {
        color: rgba(60,9,108,0.4);
        font-family: Akshar;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

        .contact-us__form form .form-control:focus, .contact-us__form form .form-control:active {
            box-shadow: none;
            border-color: transparent
        }

.contact-us__form form .form-check {
    margin: 16px 0
}

    .contact-us__form form .form-check .form-check-input {
        border-radius: 3px;
        border: 2px solid #EBDCF9
    }

        .contact-us__form form .form-check .form-check-input:focus, .contact-us__form form .form-check .form-check-input:active {
            box-shadow: none !important;
            border: none
        }

    .contact-us__form form .form-check .form-check-label {
        color: rgba(60,9,108,0.4);
        font-family: Akshar;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

.contact-us__form form textarea {
    height: 117px
}

.contact-us__form form input[type="submit"] {
    padding: 7px 16px;
    background-color: transparent;
    border-radius: 99px;
    border: 1.5px solid var(--r-255-g-158-b-0, #FF9E00);
    color: var(--r-255-g-158-b-0, #FF9E00);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

    .contact-us__form form input[type="submit"]:focus, .contact-us__form form input[type="submit"]:active {
        background-color: transparent;
        border-color: #FF9E00 !important;
        color: var(--r-255-g-158-b-0, #FF9E00)
    }

.contact-us__form form .custom-select-container {
    position: relative;
    width: 100%
}

.contact-us__form form .custom-select-button {
    padding: 15px 20px !important;
    width: 100%;
    text-align: left;
    background: #F7F1FD !important;
    color: rgba(60,9,108,0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 58px
}

    .contact-us__form form .custom-select-button:hover, .contact-us__form form .custom-select-button:focus, .contact-us__form form .custom-select-button:active {
        color: rgba(60,9,108,0.4);
        outline-width: 0 !important;
        border: 0px !important;
        outline: none
    }

.contact-us__form form .custom-select-content {
    padding: 15px 20px;
    display: none;
    border-radius: 5px;
    background: #F7F1FD;
    animation: slideDown 0.3s ease-out
}

    .contact-us__form form .custom-select-content option {
        color: var(--r-60-g-9-b-108, #3C096C);
        font-family: Akshar;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background-color: transparent;
        --bs-btn-border-color: transparent;
        cursor: pointer
    }

        .contact-us__form form .custom-select-content option:not(:last-child) {
            margin-bottom: 24px
        }

        .contact-us__form form .custom-select-content option:hover, .contact-us__form form .custom-select-content option:focus, .contact-us__form form .custom-select-content option:active {
            border-color: transparent !important;
            background-color: transparent !important
        }

    .contact-us__form form .custom-select-content.show {
        display: block
    }

    .contact-us__form form .custom-select-content button {
        width: 100%;
        text-align: left
    }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 47.99em) {
    .contact-us__heading {
        font-size: 28px;
        margin-bottom: 32px
    }

    .contact-us__body__heading {
        font-size: 20px
    }

    .contact-us__body__paragraph {
        font-size: 16px
    }

    .contact-us__body ul li:not(:last-child) {
        margin-bottom: 8px
    }

    .contact-us__body ul li a {
        font-size: 16px
    }

    .contact-us__form__heading {
        font-size: 20px
    }

    .contact-us__form form .form-control, .contact-us__form form .form-control::placeholder {
        font-size: 16px
    }

    .contact-us__form form .form-check .form-check-label {
        font-size: 16px
    }

    .contact-us__form form .custom-select-button {
        font-size: 16px
    }

    .contact-us__form form .custom-select-content button {
        font-size: 16px
    }
}

.custome-button {
    position: relative;
    overflow: hidden;
    padding: 7px 16px;
    border-radius: 99px;
    border: 1.5px solid var(--r-255-g-158-b-0, #FF9E00);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    width: max-content
}

    .custome-button, .custome-button:visited, .custome-button:active, .custome-button:focus {
        color: var(--r-255-g-158-b-0, #FF9E00)
    }

        .custome-button span {
            width: 100%;
            transition: all .9s ease
        }

            .custome-button span:nth-child(1) {
                position: absolute;
                left: -200px
            }

            .custome-button span:nth-child(2) {
                position: relative;
                left: 0
            }

        .custome-button:hover span:nth-child(1) {
            position: relative;
            left: 0;
            transition: all .9s ease
        }

        .custome-button:hover span:nth-child(2) {
            position: absolute;
            left: 200px;
            transition: all .9s ease
        }

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

    .header nav {
        padding: 20px 125px !important;
        background: #FFF
    }

@media (max-width: 61.99em) {
    .header nav {
        padding: 20px 10px !important
    }
}

.header nav .navbar-brand {
    width: 166px;
    flex: 1
}

.header nav a {
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none
}

    .header nav a, .header nav a:active, .header nav a:focus, .header nav a:visited {
        color: #3C096C
    }

        .header nav a:hover {
            color: #9D4EDD
        }

.header nav .navbar-nav {
    justify-content: end;
    align-items: center;
    gap: 0 30px;
    margin-right: 30px !important
}

.header nav .custome-button {
    background-color: #CBA058
}

    .header nav .custome-button:hover {
        background-color: #AF7D28
    }

.header .dropdown {
    position: static
}

.header .dropdown-toggle {
    display: flex;
    align-items: center
}

    .header .dropdown-toggle.show::after {
        transform: rotate(0deg);
        transition: all .9s ease
    }

    .header .dropdown-toggle:hover::after {
        transform: rotate(0);
        transition: all .9s ease
    }

    .header .dropdown-toggle::after {
        content: "\f0d8";
        font-family: FontAwesome;
        font-size: 16px;
        width: 9px;
        height: 5.538px;
        color: #3C096C;
        z-index: 1;
        height: 100%;
        pointer-events: none;
        border: none;
        margin-left: 8px;
        transform: rotate(180deg);
        transition: all .3s ease
    }

.header .dropdown-menu[data-bs-popper] {
    position: fixed !important;
    top: 75px;
    padding: 20px 125px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    border: none;
    background: #F7F1FD;
    z-index: 999
}

    .header .dropdown-menu[data-bs-popper]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(20px);
        z-index: -1
    }

    .header .dropdown-menu[data-bs-popper] li a {
        font-family: Archivo;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }

        .header .dropdown-menu[data-bs-popper] li a, .header .dropdown-menu[data-bs-popper] li a:active, .header .dropdown-menu[data-bs-popper] li a:focus, .header .dropdown-menu[data-bs-popper] li a:visited {
            color: var(--r-157-g-78-b-221, #9D4EDD)
        }

.header .dropdown-item, .header .dropdown-item:active {
    width: max-content;
    background: transparent
}

.header .navbar-toggler {
    border: 0
}

    .header .navbar-toggler:focus, .header .navbar-toggler:active {
        box-shadow: none
    }

.header .offcanvas {
    padding: 25px 20px;
    background: var(--White, #fff);
    backdrop-filter: blur(15px) !important
}

    .header .offcanvas .offcanvas-body::-webkit-scrollbar {
        display: none
    }

    .header .offcanvas .offcanvas-body {
        display: flex;
        flex-direction: column
    }

    .header .offcanvas .offcanvas-body__link {
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none
    }

        .header .offcanvas .offcanvas-body__link, .header .offcanvas .offcanvas-body__link:visited, .header .offcanvas .offcanvas-body__link:focus, .header .offcanvas .offcanvas-body__link:active {
            color: #FF6D00
        }

    .header .offcanvas .offcanvas-body ul li ul:nth-child(1) li {
        width: 100%;
        padding: 0;
        color: #3C096C;
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 0 3px
    }

        .header .offcanvas .offcanvas-body ul li ul:nth-child(1) li::after {
            content: "\f0d8";
            font-family: FontAwesome;
            font-size: 16px;
            width: 9px;
            height: 5.538px;
            color: #3C096C;
            z-index: 1;
            height: 100%;
            pointer-events: none;
            border: none;
            transform: rotate(180deg);
            transition: all .3s ease
        }

        .header .offcanvas .offcanvas-body ul li ul:nth-child(1) li:hover::after {
            transform: rotate(0);
            transition: all .3s ease
        }

    .header .offcanvas .offcanvas-body ul li ul:nth-child(2) {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        width: 100%
    }

        .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li {
            padding: 16px
        }

            .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li a {
                font-family: Archivo;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-decoration: none
            }

                .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li a, .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li a:visited, .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li a:focus, .header .offcanvas .offcanvas-body ul li ul:nth-child(2) li a:active {
                    color: #9D4EDD
                }

    .header .offcanvas .offcanvas-body ul {
        list-style: none;
        padding-left: 0rem
    }

        .header .offcanvas .offcanvas-body ul li {
            padding: 16px 0
        }

            .header .offcanvas .offcanvas-body ul li a {
                font-family: Archivo;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-decoration: none
            }

                .header .offcanvas .offcanvas-body ul li a, .header .offcanvas .offcanvas-body ul li a:visited, .header .offcanvas .offcanvas-body ul li a:focus, .header .offcanvas .offcanvas-body ul li a:active {
                    color: #3C096C
                }

.header__btn a {
    color: #FF6D00 !important;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none
}

    .header__btn a:hover {
        color: #9D4EDD !important
    }

.header .navbar-nav .nav-link.active {
    color: #3C096C !important
}

.header.navbar-nav .nav-link.show {
    color: #3C096C !important
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate(-4px, 12px) !important;
    border: 0px !important
}

.footer .container {
    --bs-gutter-x: 0
}

@media (max-width: 64em) {
    .footer .container {
        --bs-gutter-x: 1.5rem
    }
}

.footer__heading {
    color: #FFF;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px
}

.footer__paragraph {
    color: #FFF;
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

    .footer__paragraph p {
        margin-bottom: 0
    }

.footer__menu ul {
    list-style: none;
    padding-left: 0
}

    .footer__menu ul li ul {
        list-style: none;
        padding-left: 0
    }

        .footer__menu ul li ul:nth-child(1) li {
            padding: 0;
            color: #FFF;
            background-color: transparent;
            font-family: Archivo;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            width: 80%
        }

        .footer__menu ul li ul:nth-child(2) {
            padding: 20px 0
        }

            .footer__menu ul li ul:nth-child(2) li {
                font-family: Akshar;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: normal
            }

                .footer__menu ul li ul:nth-child(2) li:not(:last-child) {
                    margin-bottom: 10px
                }

@media (max-width: 35.99em) {
    .footer__menu ul li ul:nth-child(2) li:not(:last-child) {
        margin-bottom: 5px
    }
}

.footer__menu ul li ul:nth-child(2) li a {
    text-decoration: none
}

    .footer__menu ul li ul:nth-child(2) li a, .footer__menu ul li ul:nth-child(2) li a:visited, .footer__menu ul li ul:nth-child(2) li a:focus, .footer__menu ul li ul:nth-child(2) li a:active {
        color: #FFF
    }

.footer form input[type="email"] {
    padding: 13px;
    margin: 10px 0;
    border-radius: 5px;
    background: #FFF;
    border-color: transparent;
    width: 100%
}

    .footer form input[type="email"], .footer form input[type="email"]::placeholder {
        color: rgba(60,9,108,0.3);
        font-family: Akshar;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

        .footer form input[type="email"]:focus, .footer form input[type="email"]:active {
            box-shadow: none;
            border-color: transparent;
            outline: 0
        }

.footer form .form-label {
    color: #FFF;
    font-family: Akshar;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

    .footer form .form-label a, .footer form .form-label a:visited, .footer form .form-label a:active, .footer form .form-label a:focus {
        color: #FFF
    }

.footer form input[type="submit"] {
    padding: 7px 16px;
    border-radius: 99px;
    border: 1.5px solid var(--White, #fff);
    background-color: transparent;
    color: var(--White, #fff);
    font-family: Akshar;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.footer__copyright {
    border-top: 1px solid #FF9E00;
    margin-top: 51px;
    padding-top: 20px
}

.footer__copyright__paragraph {
    color: #FFF;
    font-family: Akshar;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 47.99em) {
    .footer__heading {
        font-size: 20px;
        margin-bottom: 16px
    }

    .footer__menu ul {
        list-style: none;
        padding-left: 0;
        text-align: center;
        margin-bottom: 0
    }

        .footer__menu ul li ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0
        }

            .footer__menu ul li ul:nth-child(1) {
                margin-bottom: 0
            }

                .footer__menu ul li ul:nth-child(1) li {
                    text-align: center;
                    font-size: 20px;
                    width: 100%;
                    cursor: pointer
                }

                    .footer__menu ul li ul:nth-child(1) li::after {
                        display: inline-block;
                        content: "\f0d8";
                        font-family: FontAwesome;
                        font-size: 16px;
                        width: 9px;
                        height: 5.538px;
                        color: #fff;
                        z-index: 1;
                        height: 100%;
                        pointer-events: none;
                        border: none;
                        margin-left: 8px;
                        transform: rotate(180deg);
                        transition: all .3s ease
                    }

                .footer__menu ul li ul:nth-child(1).active li::after {
                    transform: rotate(0);
                    transition: all .3s ease
                }

            .footer__menu ul li ul:nth-child(2) {
                padding: 0;
                text-align: center;
                height: 0;
                visibility: hidden;
                opacity: 0;
                transition: all 0.3s ease
            }

                .footer__menu ul li ul:nth-child(2) li {
                    font-size: 19px
                }

    .footer form input[type="email"], .footer form input[type="email"]::placeholder {
        font-size: 16px
    }

    .footer form .form-label {
        font-size: 14px
    }

    .footer__copyright {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px
    }
}

.footer .form-check {
    padding-left: 8px
}

    .footer .form-check .form-label {
        font-size: 14px !important
    }

body.home section.hero {
    margin-bottom: 115px
}

.card-banner__body__paragraph {
    min-height: 90px
}

.blog__img img {
    max-height: 500px
}

@media (max-width: 768px) {
    .text-banner {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

.accordion-banner .accordion .accordion-body li {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 600px) {
    .upper-footer__body__card__img img {
        height: 200px !important;
        object-fit: cover;
        object-position: center
    }
}

@media (max-width: 600px) {
    .page-id-751 #text-banner .col-md-1.col-12.d-flex {
        justify-content: start !important
    }
}

@media (max-width: 600px) {
    .page-id-751 #text-banner * .col.col-md-10.col-12 {
        margin-top: 15px !important
    }
}

@media (max-width: 600px) {
    .page-id-751 #text-banner * .col.col-md-10.col-12 .text-banner__body__heading, .page-id-751 #text-banner * .col.col-md-10.col-12 .text-banner__body__paragraph {
        text-align: left
    }
}

@media (max-width: 600px) {
    .team-section {
        background: unset !important
    }
}

@media (max-width: 600px) {
    .news__body__img img {
        height: 200px !important;
        object-fit: cover;
        object-position: center
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #9D4EDD !important
}

.blog__body__paragraph a, .blog__body__paragraph a:hover .blog__body__paragraph a:active {
    color: var(--r-60-g-9-b-108, #3C096C);
    font-family: Akshar;
    font-style: normal;
    line-height: normal
}

.contact-us__body ul li a {
    text-transform: none !important
}

.pCOlor {
    color: rgba(60,9,108,0.4);
    font-family: Akshar;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px
}

    .pCOlor a {
        color: rgba(60,9,108,0.4)
    }

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}
