:root {
    --color-main: #786ac7;
    --color-white: white;
    --color-light-purple: #DDD8F9;
    --color-red: #ff0505;
    --color-parrot-green: #4bad44;
    --color-light-black: #333;
    --color-blue: #014cda;
    --color-black-2: #777;
    --color-blue-2: #0948b3;
    --color-pruple-2: #ECE9FF;
    --color-black: black;
}


/* --------------------------------------------------Top Header------------------------------------------------------------- */
.header-one.v-2 .header-top-one-wrapper {
    background: var(--color-main);
    border-bottom: 1px solid var(--color-light-purple);
}

.header-one.v-2 .header-top-one-wrapper .left-information a {
    color: var(--color-white);
}

.fa-envelope:before {
    content: "\f0e0";
    color: var(--color-white);
}

.header-one.v-2 .header-top-one-wrapper .left-information i {
    color: white;
    font-weight: 500;
}


/* --------------------------------------------------Top Header------------------------------------------------------------- */


/* --------------------------------------------------Header------------------------------------------------------------- */

.main-nav-one ul li.has-dropdown a.nav-link {
    padding: 12px 6px;
    color: black;
    font-size: 13px;
    font-weight: 600;
}

.main-nav-one ul li.has-dropdown a::before {
    content: "\f078" !important;
    position: absolute !important;
    top: 50%;
    font-family: "Font Awesome 5 Pro" !important;
    right: -11px;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 10px;
}

.header-right-area-one .buttons-area .rts-btn {
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 600;
}

.rts-btn.btn-first {
    border: 1px solid var(--color-red);
    color: var(--color-white);
    background: var(--color-red);
    border-radius: 10px;
}

.rts-btn.btn-second {
    border: 1px solid var(--color-main);
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 10px;
}

.rts-btn.btn-third {
    border: 1px solid var(--color-parrot-green);
    color: var(--color-white);
    background: var(--color-parrot-green);
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-one-wrapper .left-side-header {
        gap: 36px;
    }
}


.submenu .menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    text-decoration: none;
    color: var(--color-light-black);
    transition: all 0.3s ease;
}

.submenu .menu-item:hover {
    background-color: var(--color-white);
    color: var(--color-blue);
}

.submenu .menu-item .text p {
    margin: 0;
    font-size: 14px;
    color: var(--color-black-2);
}


.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
    font-size: 24px;
    color: var(--color-blue-2);
    font-weight: 700;
    text-align: center;
}

.nav-tabs .nav-link i {
    color: var(--color-main);
    gap: 10px;
}

.nav-tabs .nav-link {
    margin-right: 5px;
    font-size: 14px;
    color: var(--color-main);
    margin-bottom: 5px;
    text-align: left;
    padding: 10px 13px;
    border-radius: 8px;
}

.nav-tabs .nav-link.active {
    background-color: var(--color-blue-2);
    color: var(--color-white);
}

.nav-tabs .nav-link.active i {
    color: var(--color-white);
    gap: 10px;
}

.nav-tabs {
    border-bottom: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li {
    display: block;
    width: 96%;
}

button.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

button.nav-link .fas.fa-chevron-right {
    margin-left: auto;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area {
    left: auto;
    margin-left: 0px;
    display: block;
    flex-direction: column;
    align-items: flex-end;
    border-left: 1px solid var(--color-light-purple);
    padding-left: 20px;
}


.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:last-child {
    margin-bottom: 10px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
    display: flex;
    gap: 13px;
    padding: 10px 10px;
    background: var(--color-pruple-2);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    min-height: 140px !important;
    transition: 0.3s;
    border: 1px solid transparent;
}

.header-one-wrapper .main-nav-one .thumbnav-area .single-thumbnav p {
    margin-top: 14px;
    margin-left: -35px;
    right: 20px;
    margin-bottom: 0px;
    color: var(--color-black);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1;
}

.header-one-wrapper .main-nav-one .thumbnav-area .single-thumbnav .redirect-link {
    color: #c71f34 !important;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav span {
    font-size: 14px;
    line-height: normal !important;
}


.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul {
    flex-basis: 50%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega {
    max-width: 100% !important;
    margin: auto;
    min-width: 100%;
    height: 450px !important;
    left: 0%;
    padding: 10px 10px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul {
    flex-direction: column;
    flex-basis: 70%;
    text-align: left;
    align-items: flex-start;
    position: relative;
    display: block;
}

.nav-tabs {
    max-height: 400px !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.thumbnav-area {
    max-height: 380px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}


.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav .icon {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

.main-nav-one ul li.has-dropdown .submenu li:hover a {
    background: #EEEBFF;
    color: var(--color-primary);
}

.main-nav-one ul li.has-dropdown .submenu li a {
    padding: 3px 3px;
    margin: 0px 7px;
    transition: all 0.3s;
    border-radius: 4px;
}

.submenu .menu-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 0px;
}

.submenu .menu-item .text h4 {
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    margin-bottom: 0px;
    border-radius: 4px;
}

.main-nav-one ul li.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 90%;
    transform: translateY(0);
    transform: scaleY(1);
}

/* --------------------------------------------------Header------------------------------------------------------------- */


/* --------------------------------------------------Banner --------------------------------------------------------------*/
/* 
.banner-area-one {
    background-size: cover;
    height: 331px;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: auto;
    z-index: 1;
    background: url(../assets/images/banner-01.svg) no-repeat center center / cover;
    opacity: 1;
}

.banner-area-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, #820707, #013aa7) !important;
    opacity: 0.75;
    z-index: 0;
}

.banner-content-one {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 44px 0;
}

.banner-right-img {
    position: relative;
    z-index: 1;
}


.pre-title-banner {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 0 15px 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
}


@-webkit-keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.pre-title-banner i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--color-main);
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.banner-area-one .pre-title-banner span {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.banner-area-one .pre-title-banner p {
    font-size: 16px;
    color: var(--color-white);
}

.banner-area-one .title-banner {
    color: var(--color-white);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-top: 22px;
    position: relative;
}

.banner-area-one .title-banner span {
    color: var(--color-white);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

.banner-content-one p.disc {
    max-width: 75%;
    color: var(--color-white);
}

.banner-right-img {
    display: block;
    height: 100%;
}

@media (min-width: 1200px) {
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        padding-top: 42px;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    border: 5px solid var(--color-white);
} */

.banner-area-one {
    background: none;
    height: 100% !important;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: auto;
    z-index: 1;
}


.banner-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #000;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}




/* --------------------------------------------------Banner --------------------------------------------------------------*/

/* ------------------------------------------------study Goals -------------------------------------------------------------*/


.rts-single-university {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #EFECFF;
    position: relative;
    height: 100%;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
}


.rts-single-university .lesson-studente .lesson i {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

.rts-single-university .lesson-studente .lesson span {
    color: black;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.rts-single-university .lesson-studente .lesson {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: auto;
}

.rts-single-university .thumbnail .tag-thumb span {
    color: #110C2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 3px;
}

.rts-single-university .thumbnail .tag-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
}


.rts-single-university .tags-area-wrapper .single-tag span {
    display: block;
    padding: 6px 8px 0px;
    background: #EEEBFF;
    border-radius: 2px;
    color: #553CDF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.rts-single-university .tags-area-wrapper .single-tag .course-name {
    display: block;
    padding: 5px 8px;
    background: #EEEBFF;
    border-radius: 2px;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.rts-single-university .tags-area-wrapper .single-tag {
    margin: auto;
    width: 100%;
}

.rts-single-university a .title {
    color: #110C2D;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
    transition: 0.3s;
    margin-top: 20px;
}

.rts-single-university .rating-and-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.rts-single-university .rating-and-price .price-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto;
}

.rts-single-university .rating-and-price .price-area .price {
    color: #110C2D;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.rts-single-university .lesson-studente {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.rts-single-university .button-area .rts-btn {
    display: block;
    max-width: max-content;
    padding: 2px 14px;
    margin: auto;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 500;
    color: white;
}


.rts-single-university .tags-area-wrapper .single-tag {
    margin-top: 10px;
    width: 100%;
}

.title-between-area {
    display: block;
}

.title-area-left-style .pre-title {
    justify-content: center;
}

.title-area-left-style {
    text-align: center;
}

/* ------------------------------------------------study Goals -------------------------------------------------------------*/



/* ------------------------------------------------Home University-------------------------------------------------------- */

.section-title-w-style-center .title {
    margin-bottom: 5px;
    color: #110C2D;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.university-section-gap {
    padding: 34px 0;
}


.single-course-style-three {
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    position: relative;
}

.single-course-style-three .thumbnail .tag-thumb {
    position: absolute;
    top: -4px;
    left: 182px;
}

.rts-single-university .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.rts-single-university .thumbnail .tag-thumb span {
    color: var(--color-white);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding: 4px 4px;
    background: var(--color-parrot-green);
    border-radius: 3px;
}

.rts-single-university:hover .thumbnail img {
    transform: scale(1.1);
}

.rts-single-university img {
    width: 100%;
    transition: transform 0.3s ease;
}

.rts-single-university:hover img {
    transform: scale(1.1);
    /* Zoom effect */
}

.rts-single-university .hover-text {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #786ac7c7;
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    transition: bottom 0.4s ease-in-out;
}

.rts-single-university:hover .hover-text {
    bottom: 0;
    /* Slide up effect */
}

/* ------------------------------------------------Home University-------------------------------------------------------- */


/* ------------------------------------------------Home About-------------------------------------------------------- */


.title-area-center-style .title,
.title-area-left-style .title {
    margin-bottom: 5px;
    font-size: 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .title-area-left-style .post-title {
        max-width: 80%;
        font-weight: 500;
        font-size: 17px;
        margin: auto;
        justify-content: center;
        text-align: center;
    }
}

.about-card-wrapper-main {
    display: grid;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    gap: 17px;
}

.single-card-about {
    background: rgb(191 185 221 / 24%) !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
    margin: 30px 0;
    border-radius: 1rem;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.single-card-about .title {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.9rem 0.9rem 0 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}

.single-card-about .information p.disc {
    opacity: 1;
    color: rgb(2 52 92) !important;
    font-weight: 500;
    text-align: center;
    padding: 0px 20px;
}

.single-card-about .information {
    position: relative;
    width: 100%;
    height: 100%;
    top: -10px;
    bottom: 0;
    padding: 5px 5px 0px;
}

.rts-btn.btn-about {
    background: var(--color-black) !important;
    color: var(--color-white);
    padding: 4px 11px;
    border-radius: 6px;
    border: 1px solid transparent;
    position: relative;
    bottom: -16px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* ------------------------------------------------Home About-------------------------------------------------------- */

/* ------------------------------------------------Home MBA-------------------------------------------------------- */
/* .single-category-2 {
    background-color: var(--color-main);
    position: relative;
    border-radius: 2rem;
    border-top-left-radius: 2.5rem;
    padding: 3px 1px;
    border-bottom-left-radius: 2.5rem;
    margin-top: -20px;
}

.single-category-2 a {
    color: var(--color-white);
    font-weight: 600;
}

.single-category-2 a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-main);
    color: var(--color-white);
    border: 5px solid #ffca00;
    margin-right: .5rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.single-category-2:hover {
    border: none;
} */

.rts-service-area {
    padding: 60px 0px;
}

.top-category-area {
    padding: 60px 0px;
}

.single-category-2 {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #DDD8F9;
    background: #FBFAFF;
    padding: 15px 15px;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: #ddd8f9 0px 3px 6px, #ddd8f9 0px 3px 6px;
    border-bottom: 4px solid #988fcd;
}

.single-category-2 .icon img {
    border: 0;
    vertical-align: middle;
    max-width: 75%;
    height: auto;
}


/* ------------------------------------------------Home MBA-------------------------------------------------------- */


/* ------------------------------------------------Home Brand Area-------------------------------------------------------- */


.rts-category-nine-area {
    padding: 60px 0px;
}

.single-category-nine-area {
    padding: 9px;
    border-radius: 15px;
    border: 3px solid #8d83c7;
    height: 100%;
    /* margin: auto; */
}

.single-category-nine-area .icon {
    margin-bottom: 0px;
}




/* ------------------------------------------------Home Brand Area-------------------------------------------------------- */



/* ------------------------------------------------Fun Fact Area-------------------------------------------------------- */

.fun-facts-area-4 {
    background-color: #f8fafb;
    padding-top: 50px;
}

.fun-facts-main-wrapper-1.style-two {
    border: 1px solid #E9E5FF;
    padding: 32px 42px;
    box-shadow: 0px 4px 30px 0px rgba(177, 167, 241, 0.1);
    background: #fff;
}

.fun-facts-main-wrapper-1.style-two .title span {
    color: rgb(245 158 11);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title {
    color: rgb(245 158 11);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-2 span {
    color: rgb(75 173 68);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-2 {
    color: rgb(75 173 68);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-3 span {
    color: rgb(56 189 248);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-3 {
    color: rgb(56 189 248);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-4 span {
    color: rgb(223, 146, 233);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two .title-4 {
    color: rgb(223, 146, 233);
    font-weight: 800;
    font-size: 47px;
    text-align: center;
}

.fun-facts-main-wrapper-1.style-two span.enr {
    color: var(--color-black);
    font-size: 18px;
    text-align: center;
}

.single-fun-facts .title {
    margin-top: 10px;
    margin-bottom: 2px;
}

.single-fun-facts .title-2 {
    margin-top: 10px;
    margin-bottom: 2px;
}

.single-fun-facts .title-3 {
    margin-top: 10px;
    margin-bottom: 2px;
}

.single-fun-facts .title-4 {
    margin-top: 10px;
    margin-bottom: 2px;
}

/* 
.single-fun-facts .icon {
    padding-left: 25%;
    padding-right: auto;
} */
/* ------------------------------------------------Fun Fact Area-------------------------------------------------------- */

/* ------------------------------------------------Home Video  Area-------------------------------------------------------- */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 6px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.rts-feature-course-area {
    position: relative;
    padding-top: 70px;
    padding-bottom: 37px;
}

/* ------------------------------------------------Home Video  Area-------------------------------------------------------- */

/* ------------------------------------------------Home Insttructor-------------------------------------------------------- */

.rts-service-main-wrapper-area {
    display: flex;
    align-items: center;
    justify-content: normal;
    gap: 30px;
    flex-wrap: wrap;
}

.single-service-start {
    padding: 2px 2px 2px 5px;
    border-radius: 6px;
    height: 180px;
    border: 1px solid var(--color-light-purple);
    background: #F9F8FF;
    display: flex;
    align-items: normal;
    gap: 0px;
    transition: 0.3s;
}

.single-service-start .icon {
    width: 40%;
}

.single-service-start .icon img {
    border-radius: 1rem !important;
}


.single-service-start .information .title {
    margin-bottom: 2px;
    color: var(--color-main);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
}

.single-service-start .information span {
    font-weight: 500;
    color: #363636;
}


.rts-btn.btn-instructor {
    background: var(--color-main) !important;
    color: var(--color-white);
    border: 1px solid transparent;
    padding: 4px 10px;
    margin-top: 14px;
    margin-bottom: 10px;
}

/* ------------------------------------------------Home Insttructor-------------------------------------------------------- */


/* ------------------------------------------------Home Team-------------------------------------------------------- */
.testimonials-area {
    background-color: #fafafa;
    padding: 50px 0px;
}

.single-testimonials-area-1 {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid var(--color-light-purple);
    background: #F9F8FF;
    min-width: 163px;
}

/* ------------------------------------------------Home Team-------------------------------------------------------- */

/* ------------------------------------------------Home FAq-------------------------------------------------------- */
.course-details-wrapper-2 {
    padding: 50px 0px;
}

.course-content-wrapper-main .accordion .accordion-header button {
    padding: 10px 15px;
    background: transparent;
    display: flex;
    align-items: center;
    box-shadow: none;
    justify-content: space-between;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body {
    padding: 10px;
}

.accordion-item .accordion-button:not(.collapsed) {
    color: white !important;
    /* Ensures text color is white */
    background-color: var(--color-main) !important;
    /* Sets the background color */
    background-image: none !important;
    /* Removes any background image */
}

.accordion-item .accordion-button:not(.collapsed) span {
    color: white !important;
    /* Ensures span text is also white */
}

/* ------------------------------------------------Home FAq-------------------------------------------------------- */


/* ------------------------------------------------Home Category-------------------------------------------------------- */

.category-style-one {
    background: #fff;
    border-radius: 6px;
    border: 1px solid var(--color-light-purple);
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    position: relative;
}

.category-style-one span {
    color: #221859;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* ------------------------------------------------Home Category-------------------------------------------------------- */

/* ------------------------------------------------Home CTA Area-------------------------------------------------------- */

.split-bg {
    background: linear-gradient(to right bottom, #786ac7 50%, #d0c9f3 50%);
    display: block;
}

.ptb-50 {
    padding: 20px 0;
}

.h-400 {
    height: 400px;
}

.btn-right-cta {
    width: 95%;
    background-color: #d0c9f3;
    color: black;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    font-size: 14px;
}

.cousellor-btn {
    background-color: #786ac7;
    color: white;
    border-radius: 8px;
    padding: 9px;
    padding: 12px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .align-self-md-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.cta-content-wrap .h2 {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    line-height: 1.25;
}

/* .call-to-sction {
    background: #c71f34;
    padding: 70px;
    border-radius: 6px;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.call-to-sction .shape.two {
    right: 30%;
    top: 71%;
}

.call-to-sction .shape.one {
    left: 2%;
    top: 100%;
} */

/* ------------------------------------------------Home CTA Area-------------------------------------------------------- */

/* ------------------------------------------------Home Course-------------------------------------------------------- */

.rts-bread-crumbarea-1 .breadcrumb-image img {
    border-radius: 6px;
    width: 100%;
    height: 250px;
}

.rts-blog-list-area {
    background-color: #f8f9fa;
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 10%),
        url('data:image/svg+xml,%3Csvg width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2225%22 height=%2219%22 stroke=%22%236B7280%22 stroke-opacity=%220.05%22 stroke-linecap=%22square%22/%3E%3C/svg%3E');
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: top left;
    background-color: #f5f5f5;
}

.blog-single-post-listing.details {
    border-radius: 7px;
    background: white;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}

.breadcrumb-main-wrapper .title {
    color: var(--color-main);
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    margin-top: 20px;
}

.rts-bread-crumbarea-1 {
    margin: 0px 20px;
    border-radius: 5px;
    padding: 36px 0px;
    background: white;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}

.breadcrumb-main-wrapper .disc {
    color: var(--color-black);
    font-weight: 500;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 20px;
}

.breadcrumb-main-wrapper p.h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
    color: #363636;
}

.breadcrumb-main-wrapper p.fw-semibold {
    font-weight: 600;

}

.rts-btn.btn-second-course {
    border: 1px solid var(--color-main);
    color: var(--color-white);
    padding: 8px 10px;
    background: var(--color-main);
    border-radius: 5px;
}



.course-single-post-listing.details {
    border-radius: 7px;
    background: #ebe8fd !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}

.course-single-post-listing .course-listing-content {
    padding: 50px;
}

.course-single-post-listing .replay-area-details {
    margin-top: 0px;
}

.course-single-post-listing .replay-area-details .title {
    text-align: center;
    font-size: 21px;
}

.course-single-post-listing .replay-area-details form input {
    height: 40px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.course-single-post-listing .replay-area-details form select {
    height: 40px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.blog-single-post-listing .blog-listing-content {
    padding: 23px 40px;
}

.blog-single-post-listing .blog-listing-content p.disc {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-black);
    text-align: justify;
    margin-bottom: 16px;
}

.blog-single-post-listing .blog-listing-content .sub-heading {
    font-size: 21px;
    margin-bottom: 9px;
    margin-top: 30px;

}

.blog-single-post-listing.details .check-area-details .single-check i {
    margin-right: 19px;
    color: var(--color-primary);
}

.blog-single-post-listing.details .check-area-details .single-check span {
    color: var(--color-black);
}

.table>:not(caption)>*>* {
    padding: 5px 11px;
    font-size: 14px;
    text-transform: capitalize;
    color: blue;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

table a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-main);
}

/* ------------------------------------------------Home Course-------------------------------------------------------- */


/* ------------------------------------------------Home Brand-------------------------------------------------------- */

.brand-area-nine-start {
    background-color: #f9f8fe;
    padding: 55px 10px;
}

.brand-area-nine-start .title-area-center-style .title,
.title-area-left-style .title {
    margin-bottom: 2px !important;
    font-size: 38px;
}

/* ------------------------------------------------Home Brand-------------------------------------------------------- */


.single-students-feedback-8 {
    padding: 40px;
    border: none;
    background: #c3bced24;
    border-radius: 10px;
    position: relative;
}


.single-students-feedback-8 .stars i {
    color: #5d46cfc7;
    font-size: 16px;
}

.v-8 .swiper-button-prev i {
    color: #7f6dd9;
}

.swiper-feedback-wrapper-8 .swiper-pagination .swiper-pagination-bullet {
    background: #806ed9;
    width: 8px;
    height: 8px;
}

.v-8 .swiper-button-next i {
    color: #806ed9;
}

/* ------------------------------------------------Home Footer-------------------------------------------------------- */

.bg-light-1 {
    background: #786ac757;
}

.footer-singl-wized .body .dsic {
    color: black;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
    color: black;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    color: black;
    gap: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    align-items: flex-start;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: var(--transition);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
    margin-bottom: 25px;
    color: black;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
    height: 56px;
    border-radius: 4px;
    border: 1px solid #35248d;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.copyright-area-one-border {
    border-top: 1px solid #351eb7;
}

/* ------------------------------------------------Home Footer-------------------------------------------------------- */


/* ------------------------------------------------Contact Page-------------------------------------------------------- */

.rts-contact-area {
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 10%),
        url('data:image/svg+xml,%3Csvg width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2225%22 height=%2219%22 stroke=%22%236B7280%22 stroke-opacity=%220.05%22 stroke-linecap=%22square%22/%3E%3C/svg%3E');
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: top left;
    background-color: #f5f5f5;
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

.rts-section-gapTop {
    padding-top: 49px;
}

.fw-medium {
    font-weight: 500;
}

.social-list-default .list-inline-item:not(:last-child) {
    margin-right: 0.3rem;
}

.social-list-default li:not(:hover) {
    opacity: 1;
}

.list-inline-item {
    display: inline-block;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.facebook {
    color: #3b5999 !important;
}

.br-50 {
    border-radius: 50px;
}

.fs-18 {
    font-size: 16px;
}

.twitter {
    color: #1da1f2 !important;
}

.instagram {
    color: #e4405f !important;
}

.linkedin {
    color: #0077b5 !important;
}

.youtube {
    color: #cd201f !important;
}

.social-hover-2 li:hover a.facebook {
    background: #1877f2;
    color: #fff !important;
}

.social-hover-2 li:hover a.twitter {
    background: #1da1f2;
    color: #fff !important;
}

.social-hover-2 li:hover a.instagram {
    background: #e4405f;
    color: #fff !important;
}

.social-hover-2 li:hover a.linkedin {
    background: #0077b5;
    color: #fff !important;
}

.social-hover-2 li:hover a.youtube {
    background: #cd201f;
    color: #fff !important;
}

.Ov_MhContactCard {
    min-height: 242px;
}

.single-promo-card {
    border-radius: 1rem;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
}

.single-promo-card a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #c71f34;
}

/* ------------------------------------------------Contact Page-------------------------------------------------------- */


/* ------------------------------------------------About Page-------------------------------------------------------- */


.about-area-start {
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 10%),
        url('data:image/svg+xml,%3Csvg width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2225%22 height=%2219%22 stroke=%22%236B7280%22 stroke-opacity=%220.05%22 stroke-linecap=%22square%22/%3E%3C/svg%3E');
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: top left;
    background-color: #f5f5f5;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-area-start .title-area-left-style .post-title {
        max-width: 95%;
        font-weight: 500;
        font-size: 17px;
        margin: auto;
        justify-content: flex-start;
        justify-content: center;
        text-align: start;
    }
}

.rts-section-gap {
    padding: 65px 0px;
}

.rts-vission-area .title-area-center-style {
    text-align: center;
    width: 100%;
    margin: auto;
}

.single-vission-area {
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #8d83c7;
}

.single-vission-area .icon {
    width: 100%;
    text-align: center;
}

.single-vission-area .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4px;
}

#missionsection ol {
    list-style: circle !important;
    margin: 0;
    padding: 0 15px;
}

#missionsection ol li::before {
    font-size: 16px;
    position: absolute;
    left: 35px;
}

#missionsection ol li {
    font-size: 15px;
    line-height: 1.0em;
    color: black;
    margin-top: 10px;
    margin-bottom: 12px;
}

.about-one-left-image {
    display: block;
    align-items: center;
    gap: 20px;
}


/* ------------------------------------------------About Page-------------------------------------------------------- */


/* ------------------------------------------------Blog Page-------------------------------------------------------- */

.single-blog-style-one {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    height: 100%;
    background: white;
}

.single-blog-style-one a .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #301d97;
    transition: 0.3s;
}

.single-blog-style-one .tags-area span {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 7px;
    border-radius: 2px;
    background: #EEEBFF;
    max-width: max-content;
    color: var(--color-primary);
}

.single-blog-style-one .blog-top-area .single i {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
}

.single-blog-style-one .blog-top-area .single p {
    color: black;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

.single-blog-style-one .blog-top-area .single {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-blog-style-one .blog-top-area {
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 8px;
}

.single-blog-style-one .blog-detail p {
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.3s;
}

a.view-details-link {
    font-size: 14px;
    font-weight: 500;
}

a.view-details-link span {
    padding-left: 2px;
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* ------------------------------------------------Blog Page-------------------------------------------------------- */



/* ------------------------------------------------Responsive Css-------------------------------------------------------- */

@media screen and (max-width: 1103px) {
    .banner-area-one {
        height: 400px !important;
    }
}


@media screen and (max-width: 950px) {
    .banner-area-one {
        height: 330px !important;
    }
}


@media screen and (max-width: 700px) {
    .banner-area-one {
        height: 287px !important;
    }
}

@media screen and (max-width: 600px) {
    .banner-area-one {
        height: 220px !important;
    }
}

@media screen and (max-width: 500px) {
    .banner-area-one {
        height: 180px !important;
    }
}


@media screen and (max-width: 350px) {
    .banner-area-one {
        height: 127px !important;
    }

    .fun-facts-main-wrapper-1.style-two .title {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title span {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 span {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 span {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 span {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 28px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two span.enr {
        color: var(--color-black);
        font-size: 12px;
        text-align: center;
    }

    .cta-content-wrap .h2 {
        font-size: 15px !important;
        margin-bottom: 5px !important;
        font-family: "Inter", sans-serif;
        line-height: 1.25;
    }

    .cta-content-wrap p {
        font-size: 13px;
        line-height: normal;
    }

    .btn-right-cta {
        width: 95%;
        background-color: #d0c9f3;
        color: black;
        border-radius: 8px;
        margin-bottom: 8px;
        padding: 12px;
        font-size: 11px !important;
    }

    .cousellor-btn {
        background-color: #786ac7;
        color: white;
        border-radius: 8px;
        padding: 9px;
        padding: 12px;
        font-size: 11px;
    }
}



@media screen and (max-width: 1218px) {
    .rts-single-course.v-7 .star-rating-area p.h5 {
        font-size: 18px !important;
        line-height: 1.2;
        text-align: justify;
        margin-bottom: 0;
        word-wrap: break-word;
    }
}


@media screen and (max-width: 1173px) {
    .rts-single-course.v-7 .star-rating-area p.h5 {
        font-size: 14px !important;
        line-height: 1.2;
        text-align: justify;
        margin-bottom: 0;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 947px) {
    .fun-facts-main-wrapper-1.style-two .title {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title span {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 span {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 span {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 span {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 40px !important;
        text-align: center;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .fun-facts-main-wrapper-1 .single-fun-facts {
        flex-basis: 20% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .cta-content-wrap .h2 {
        font-size: 22px !important;
        font-family: "Inter", sans-serif;
        line-height: 1.25;
        margin-bottom: 10px !important;
    }

    .cta-content-wrap p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 898px) {
    .fun-facts-main-wrapper-1.style-two span.enr {
        color: var(--color-black);
        font-size: 16px;
        text-align: center;
    }
}


@media screen and (max-width: 821px) {
    .fun-facts-main-wrapper-1.style-two .title span {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title {
        color: rgb(245 158 11);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-2 span {
        color: rgb(75 173 68);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-3 span {
        color: rgb(56 189 248);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two .title-4 span {
        color: rgb(223, 146, 233);
        font-weight: 800;
        font-size: 30px !important;
        text-align: center;
    }

    .fun-facts-main-wrapper-1.style-two span.enr {
        color: var(--color-black);
        font-size: 13px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .fun-facts-main-wrapper-1 .single-fun-facts {
        flex-basis: 17% !important;
    }

    .cta-content-wrap .h2 {
        font-size: 17px !important;
        font-family: "Inter", sans-serif;
        line-height: 1.25;
        margin-bottom: 8px !important;
    }

    .cta-content-wrap p {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 752px) {
    .fun-facts-main-wrapper-1 .single-fun-facts {
        flex-basis: 21% !important;
    }
}

@media only screen and (max-width: 664px) {
    .fun-facts-main-wrapper-1 .single-fun-facts {
        flex-basis: 31% !important;
    }
}

@media only screen and (max-width: 350px) {
    .fun-facts-main-wrapper-1 .single-fun-facts {
        flex-basis: 51% !important;
    }
}

@media only screen and (max-width: 364px) {
    .breadcrumb-main-wrapper .title {
        color: var(--color-main);
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: 33px !important;
        margin-top: 20px;
    }
}

/* ------------------------------------------------Responsive Css-------------------------------------------------------- */


/* ------------------------------------------------ Mobile Menu -------------------------------------------------------- */

.menu-btn svg rect {
    fill: #5e397e !important;
}

.side-bar button i {
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-top: -53px;
    font-size: 27px;
    background: #5e397e !important;
}

.mobile-menu-main nav ul {
    padding: 0px !important;
    display: block;
}

.mobile-menu-main nav ul li a.main {
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
}

.mobile-menu-main nav ul li.has-droupdown::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 pro" !important;
    font-size: 12px !important;
    right: 0;
    font-weight: 400;
    top: 10px !important;
    padding: 1px 9px !important;
    color: #fff;
    background: #5e397e !important;
    pointer-events: none;
    cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px !important;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
    font-size: 10px !important;
    padding: 0px 7px !important;
}

.mobile-menu-main .buttons-area {
    margin-left: 0px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.mobile-menu-main .buttons-area .rts-btn {
    font-size: 11px;
    font-weight: 700;
    padding: 6px;
}

.rts-btn.btn-primary {
    background: #5e397e !important;
    color: #fff;
    border: 1px solid transparent;
}

.rts-btn.btn-border {
    border: 1px solid #5e397e;
    color: #5e397e;
}

.copyright-area-one ul li a i {
    color: inherit;
    transition: 0.3s;
}

/* ------------------------------------------------ Mobile Menu -------------------------------------------------------- */



.title-area-center-style .pre-title,
.title-area-left-style .pre-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 8px;
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: black !important;
    margin: 0 0 40px;
}

ol li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    color: black !important;
    margin-top: 10px;
    margin-bottom: 10px;
}