/* ----------------------------------------Home page-------------------------------------------- */
/* 1640 */
/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */
:root {
    --bs-primary-rgb: 91, 40, 154;
}

/* Body */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: rgba(102, 120, 136, 1);

}

.offcanvas-det {
    padding: 20px 0;
}

/* Common css */
.section {
    padding: 100px 0;
}

.title {
    color: rgba(64, 64, 64, 1);
    font-family: 'Poppins', sans-serif;
}

.title-before-line::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #404040;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.title-after-line::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #404040;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 1.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
}

.navbar .nav-link {
    line-height: 1.2;
    font-weight: 500;
}

.text-indent {
    text-indent: 70px;
}

.btn {
    border-radius: 0;
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-font-size: 22px;
    --bs-btn-font-weight: 500;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5B289A;
    --bs-btn-border-color: #5B289A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5B289A;
    --bs-btn-hover-border-color: #5B289A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5B289A;
    --bs-btn-active-border-color: #5B289A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5B289A;
    --bs-btn-disabled-border-color: #5B289A;
}

.btn-secondary {
    --bs-btn-color: #FFFFFF;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #FFFFFF;
    --bs-btn-hover-color: #FFFFFF;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #FFFFFF;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #FFFFFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFFFFF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FFFFFF;
}

.btn-success {
    --bs-btn-color: #FFFFFF;
    --bs-btn-bg: #5B289A;
    --bs-btn-border-color: #5B289A;
    --bs-btn-hover-color: #FFFFFF;
    --bs-btn-hover-bg: #5B289A;
    --bs-btn-hover-border-color: #5B289A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: #5B289A;
    --bs-btn-active-border-color: #5B289A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFFFFF;
    --bs-btn-disabled-bg: #5B289A;
    --bs-btn-disabled-border-color: #5B289A;
}

.btn-outline-primary {
    --bs-btn-color: #5B289A;
    --bs-btn-border-color: #5B289A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5B289A;
    --bs-btn-hover-border-color: #5B289A;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5B289A;
    --bs-btn-active-border-color: #5B289A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5B289A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5B289A;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #313131;
    --bs-btn-border-color: #313131;
    --bs-btn-hover-color: #313131;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #313131;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #313131;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #313131;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #313131;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #313131;
    --bs-gradient: none;
}

.btn-outline-gallery {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #313131;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #313131;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #313131;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #313131;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #313131;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
}

ul li::marker {
    color: #5B289A;
    font-size: 26px;
}

.h0 {
    font-size: 60px;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 20px;
}

.h60 {
    font-size: 18px;
}

.h61 {
    font-size: 16px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-30 {
    font-size: 30px;
}
.splide__pagination__page {
    opacity: 1;
    background: #A2AAB5;
}

.splide__pagination__page.is-active {
    transform: scale(1);
    background: #5B289A;
    width: 36px;
}

.splide__arrow {
    opacity: 1;
    background-color: #fff;
}

.splide__arrow:hover::before {
    color: #5B289A;
}

.splide__arrow--prev::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f060";
}

.splide__arrow--prev svg {
    display: none;
}

.splide__arrow--next::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f061";
}

.splide__arrow--next svg {
    display: none;
}

/* header */
.header .navbar .header-call-btn {
    text-decoration: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.bg-white {
    background-color: #fff !important;
}

.header .navbar .header-call-btn .call-icon svg {
    color: rgba(49, 49, 49, 1);

}

.header .navbar .header-call-btn .call-details .call-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(153, 169, 181, 1);
}

.header .navbar .header-call-btn .call-details .call-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgba(49, 49, 49, 1);
}


.header .header-bottom-bar .header-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #313131;
}

.header .header-bottom-bar .header-menu ul li a.active {
    color: #5B289A;
    background-color:  rgb(254 254 254 / 74%); 
}

.header .header-bottom-bar .header-menu ul li a:hover {
    color: #5B289A;
    background-color:  rgb(254 254 254 / 74%); /* Adjust this as needed */
}
/* banner */
.banner {
    background-image: url(../img/banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-slider .slider-details .banner-title {
    letter-spacing: 0.4em;
}

.banner-slider .slider-details {
    padding: 0 20vw;
}

.banner-slider .slider-details h1 {
    font-family: 'Poppins', sans-serif;
}

.banner-slider .slider-details .banner-content {
    color: #dfdfdf;
}

.banner-slider .splide__arrow--prev {
    left: 135px;
    background-color: #fff;
}

.banner-slider .splide__arrow--next {
    right: 135px;
    background-color: #fff;
}


/* experiance */
.experiance {
    position: relative;

}

/*.experiance::before {
    content: "";
    position: absolute;
    background-image: url(../img/experiance-shap-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 124px;
    height: 138px;
    top: 50px;
    right: 6px;
}*/

.experiance::after {
    content: "";
    position: absolute;
    background-image: url(../img/experiance-shap-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 183px;
    height: 125px;
    bottom: -63px;
    right: 10px;
}

.experiance .experiance-call {
    padding: 20px;
    right: -40px;
    bottom: -40px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.experiance .experiance-call .call-icon svg {
    color: #FFFFFF;
    border: 1px solid #45CFDD;
    background-color: #45CFDD;
    border-radius: 50%;
    padding: 12px;
}

.experiance .experiance-call .call-details .call-title {
    font-family: 'Montserrat', sans-serif;
    color: #45CFDD;
    font-size: 13px;
}

.experiance .experiance-call .call-details .call-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #313131;
}

.experiance .experiance-title h6 {
    font-family: 'Montserrat', sans-serif;
    color: #5B289A;
    line-height: 30px;
    letter-spacing: 0.2em;
}

/* Gallery */
.gallery {
    background-image: url(../img/angle-gallery-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-slider {
    padding-bottom: 10px;
}

.gallery-slider .splide__arrows .splide__arrow {
    top: unset;
    bottom: 0;
    transform: unset;
}

.gallery-slider .splide__arrow--prev {
    left: calc(50% - 52px);
}

.gallery-slider .splide__arrow--next {
    right: calc(50% - 52px);
}

/* .gallery .gallery-title p {
    color: #DCE9F3;
} */
.gallery-box .gallery-details .gallery-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(69, 207, 221, 0.9);
    opacity: 0;
    transition: 0.5s all;
}

.gallery-box .gallery-details {
    transition: 0.5s all;
}

.gallery-box .gallery-details:hover .gallery-icon {
    opacity: 1;
    transition: 0.5s all;
}

/* services */

.services-box .service-hover-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(42, 40, 154, 0.98) 0%, rgba(91, 40, 154, 0.98) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    opacity: 0;
    transition: 0.5s all;
    border-radius: var(--bs-border-radius-xl) !important;
}

.services .services-slider .testimonial-slider-details h6 {
    color: #404040;
    margin-left: 75px;
}

.services-box .service-hover-box .title-before-line::before {
    background-color: #fff;
}

.services-box:hover .service-hover-box {
    opacity: 1;
    transition: 0.5s all;
}

.services-box:hover .service-title .title {
    color: #5B289A;
}

.services-box:hover .service-title .title-before-line::before {
    background-color: #5B289A;
}

.splide__pagination {
    bottom: -37px;
}

.splide__pagination__page {
    border-radius: 0;
}



/* reading-course */
.reading-course {
    background-color: rgba(91, 40, 154, 0.08);
}

.course-cart {
    border-radius: 10px;
    overflow: hidden;
}

.course-cart .course-cart-main {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.course-cart .course-cart-main .course-cart-header img {
    border-radius: 10px;
}

.course-cart .course-cart-main .course-cart-body {
    padding: 30px;
}

/* .reading-course .new-title {
    background-color: #5B289A;
    width: 92px;
    height: 33px;
    right: -14px;
    top: 30px;
} */
.course-cart-hover {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all;
}

.course-cart:hover .course-cart-hover {
    opacity: 1;
    transition: 0.5s all;
}

/* .course-cart-details-bg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 45px;
} */


/* messenger-video */
.messenger-video .video {
    position: relative;
}

.messenger-video .video .video-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .splide__arrows .splide__arrow {
    background-color: #313131;
    color: #fff;
}

.testimonial-slider .splide__arrows .splide__arrow:hover {
    background-color: #5B289A;
}

.testimonial-slider .splide__arrows .splide__arrow:hover::before {
    color: #fff;
}

.testimonial-slider .splide__arrows .splide__arrow--prev {
    left: -70px;
}

.testimonial-slider .splide__arrows .splide__arrow--next {
    right: -70px;
}

/* footer */
footer {
    background-image: url(../img/footer2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

footer .footer-top {
    padding: 100px 0px;
}

footer .title-after-line::after {
    background-color: #5B289A;
}

.footer-top .working .working-header {
    position: relative;
}


.footer-top .working .working-timing {
    line-height: 1;
}

.footer-top .working .working-timing .call-details {
    line-height: 1.3;
}

.footer-top .working .working-timing .call-details a {
    text-decoration: none;
}

.working-timing-det {
    width: 150px;
}

/* footer Bottom */
.footer-bottom {
    background-color: #5B289A;
    padding: 20px 0;
}

.footer-copyright .footer-copyright-details {
    font-size: 16px;
}




/* ----------------------------------------Course Page-------------------------------------------- */
/* banner */
.course-banner {
    background-image: url(../img/course-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.course-banner .course-banner-title .back-page {
    font-family: 'Poppins', sans-serif;
    color: #47E3F3;
}

.course-banner .course-banner-title .next-page {
    font-family: 'Poppins', sans-serif;
}


/* reading-course-page */
.reading-course-page {
    background-color: #fff;
    border-bottom: 1px solid #D9D9D9;
}

.reading-course-page .course-cart-main-reading {
    background-color: #F6F5F6;
}


/* ----------------------------------------Course Details Page-------------------------------------------- */

.course-details-cart {
    background-color: #fff;
}

.course-details-cart .course-details-cart-body {
    background-color: transparent;
    /* padding-top: 30px; */
}

.course-details-cart .course-details-cart-body .details {
    list-style: none;
    margin: 20px 0;
}

.course-details-cart .inquiry-form .form-control {
    padding: 10px;
}





/* breakpoint */

@media (max-width: 1599.98px) {

    /* common css */
    .h0 {
        font-size: 74px;
    }

    h1,
    .h1 {
        font-size: 54px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h5,
    .h5 {
        font-size: 28px;
    }

    h6,
    .h6 {
        font-size: 22px;
    }

    .h60 {
        font-size: 20px;
    }

    .h61 {
        font-size: 16px;
    }
}

@media (max-width: 1399.98px) {

    /* common css */
    .h0 {
        font-size: 70px;
    }

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 26px;
    }

    h6,
    .h6 {
        font-size: 20px;
    }

    .h60 {
        font-size: 18px;
    }

    .h61 {
        font-size: 16px;
    }

    .btn {
        --bs-btn-font-size: 18px;
    }

    /* header */
    .header .header-bottom-bar .header-menu ul li a {
        font-size: 18px;
    }
    .banner-slider .slider-details {
        padding: 0 180px;
    }
}

@media (max-width: 1199.98px) {

    /* common css */
    body {
        font-size: 18px;

    }

    .h0 {
        font-size: 50px;
    }

    h1,
    .h1 {
        font-size: 44px;
        /* line-height: 1; */
    }

    h2,
    .h2 {
        font-size: 36px;
        /* line-height: 1; */
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .h60 {
        font-size: 16px;
    }

    .h61 {
        font-size: 14px;
    }

    .btn {
        --bs-btn-font-size: 14px;
    }

    /* header */
    .header .navbar .header-call-btn .call-details .call-number {
        font-size: 16px;
    }

    .header .header-bottom-bar .header-menu ul li a {
        font-size: 16px;
    }

    /* banner */
    .banner-slider .slider-details {
        padding: 0px 145px;
    }

    .banner-slider .splide__arrow--prev {
        left: 100px;
        background-color: #fff;
    }

    .banner-slider .splide__arrow--next {
        right: 100px;
        background-color: #fff;
    }

    /* gallery */
    .gallery-slider .splide__arrow--prev {
        left: calc(50% - 45px);
    }

    .gallery-slider .splide__arrow--next {
        right: calc(50% - 45px);
    }

    /* services */
    .services-box .service-hover-box {
        padding: 20px;
    }
    .testimonial-slider .splide__arrows .splide__arrow--next {
        right: -50px;
    }
    .testimonial-slider .splide__arrows .splide__arrow--prev {
        left: -50px;
    }
    /* footer */
    .working-timing-det {
        width: 130px;
    }
}

@media (max-width: 991.98px) {

    /* common css */
    body {
        font-size: 16px;
    }

    .section {
        padding: 80px 0;
    }

    .h0 {
        font-size: 46px;
    }

    h1,
    .h1 {
        font-size: 38px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }

    .h60 {
        font-size: 16px;
    }

    .h61 {
        font-size: 14px;
    }

    .btn {
        --bs-btn-font-size: 13px;
    }

    .navbar {
        --bs-navbar-nav-link-padding-x: 1rem;
        --bs-navbar-toggler-padding-y: 0.25rem;
    }

    /* header */
    .header .navbar .header-call-btn .call-details .call-title {
        font-size: 14px;
    }

    .header .navbar .header-call-btn .call-details .call-number {
        font-size: 14px;
    }

    .header .header-bottom-bar .header-menu ul li a {
        font-size: 14px;
    }

    /* banner */
    .banner-slider .slider-details {
        padding: 0px 140px;
    }

    .banner-slider .slider-details .banner-title {
        letter-spacing: 0.2em;
    }

    /* experiance */
    .experiance::before {
        width: 111px;
        height: 109px;
        top: 24px;
        right: 8px;
    }

    .experiance::after {
        width: 123px;
        height: 84px;
        bottom: -42px;
        right: 10px;
    }
    .course-cart .course-cart-main .course-cart-body {
        padding: 20px 10px;
    }
    .course-cart-hover {
        padding: 15px;
    }
    /* services */
    .title-before-line::before {
        width: 34px;
    }

    .testimonial .container .row video{
        height: 400px !important;
        width: 260px !important;
    }


}

@media (max-width: 767.98px) {

    /* common css */
    body {
        font-size: 14px;
    }

    .section {
        padding: 60px 0;
    }

    .h0 {
        font-size: 45px;
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .h60 {
        font-size: 14px;
    }

    .h61 {
        font-size: 12px;
    }


    /* header */
    .offcanvas-det {
        padding: 12px 0;
    }

    /* banner */
    .banner-slider .slider-details {
        padding: 0px 105px;
    }

    .banner-slider .splide__arrow--prev {
        left: 50px;
    }

    .banner-slider .splide__arrow--next {
        right: 50px;
    }

    /* experiance */
    .experiance .experiance-call {
        right: -5px;
        bottom: -40px;
    }

    .experiance .experiance-title {
        padding-top: 40px;
    }

    /* gallery */
    .gallery-slider .splide__arrow--prev {
        left: calc(50% - 36px);
    }

    .gallery-slider .splide__arrow--next {
        right: calc(50% - 36px);
    }

    /* footer */
    .working-timing-det {
        width: 92px;
    }

}

@media (max-width: 575.98px) {

    /* common css */


    .section {
        padding: 40px 0;
    }

    .h0 {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    .h60 {
        font-size: 12px;
    }

    .h61 {
        font-size: 12px;
    }

    /* banner */
    .banner-slider .slider-details {
        padding: 0px 50px;
    }

    .banner-slider .splide__arrow--prev {
        left: 25px;
    }

    .banner-slider .splide__arrow--next {
        right: 25px;
    }

    .testimonial-slider .splide__arrows .splide__arrow--prev {
        left: 0px;
    }
    .testimonial-slider .splide__arrows .splide__arrow--next {
        right: 0px;
    }

    /* experiance */
    .experiance::after {
        width: 104px;
        height: 71px;
        bottom: -35px;
        right: 10px;
    }


}

@media (max-width: 360.98px) {

    /* common css */

    .section {
        padding: 30px 0;
    }

    .h0 {
        font-size: 30px;
    }

    h1,
    .h1 {
        font-size: 26px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }

    .h60 {
        font-size: 12px;
    }

    .h61 {
        font-size: 12px;
    }

    /* banner */
    .banner-slider .slider-details {
        padding: 0 0;
    }

    .banner-slider .splide__arrow--prev {
        display: none;
    }

    .banner-slider .splide__arrow--next {
        display: none;
    }

    /* experiance */
    .experiance .experiance-call {
        padding: 10px;
    }

    .experiance .experiance-call .call-details .call-title {
        font-size: 12px;
    }

    .experiance .experiance-call .call-details .call-number {
        font-size: 12px;
    }

    /* testimonial */
    .testimonial-slider .splide__arrows .splide__arrow--prev {
        display: none;
    }

    .testimonial-slider .splide__arrows .splide__arrow--next {
        display: none;
    }

    /* footer */
    .footer-copyright .footer-copyright-details {
        font-size: 12px;
    }
}



/* .text-content {
    white-space: nowrap;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    } */

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

.testimonial .container .row video{
    height: 400px;
    width: 500px;
}

.testimonial .video{
    margin-top: -30px;
}

.filtergallery {margin: 0 -1%;}

.filtergallery.grid article {
    display: block;
    float: left;
    margin: 1%;
    width: 31.2222%;
}

@media (max-width: 991px) {
    .filtergallery.grid article {
    width: 47%;
    margin: 1.5%;
    }
    .filtergallery {
    margin: 0 -1.5%;
}
.vibrant-gujarat .vibrant-text {
    padding: 5px 5px;
    font-size: 12px !important;
}
.filter-button-btn button {
    padding: 8px 10px 9px;
    font-size: 13px;
    letter-spacing: -0.5px;
}
}

.lightbox .lb-dataContainer span.lb-number {
    display: none!important;
    }

.rounded {
    border-radius: 0.4rem !important;
}

.footer-social-media div span{
    margin-right: 20px;
}

.call-btn-sticky {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background: #5B289A;
    bottom: 32px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 24px 0px;
    display: flex;
    fill: rgb(255, 255, 255);
    height: 56px;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    right: 32px;
    transform: scale(1);
    transition: transform 0.3s ease 0s;
    width: 56px;
    z-index: 999;
}
.gallery-slider .splide__pagination__page {
    border-radius: 0;
}

.gallery-slider .splide__pagination__page {
    opacity: 1;
    background: white;
}

.content-footer{
    margin-top: 124px;
}
/*.header-mail {
    border-left: 1px solid #5B289A;
}*/
.font-weight-normal {
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
}
.font-weight-extrabold {
    font-weight: 800 !important;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767.98px) {
    .content-footer{
        margin-top: 70px;
    }

}
/* .navbar-collapse .navbar-nav > li.nav-item {
    line-height: normal;
    border-right: 1px solid white;
} */
/* .bg-primary {
    background-color: #5B289A !important;
} */
.header .header-top  .logobar{
    margin-left: 66px;
}
.header .header-top  .header-right{
    margin-right: 66px;
}
.header .header-top  .logobar img{
    height: 62px;
}




/*---------------Font Size---------------*/
.font-size-14{font-size:14px;}
.font-size-15{font-size:15px;}
.font-size-16{font-size:16px;}
.font-size-17{font-size:17px;}
.font-size-18{font-size:18px;}
.font-size-19{font-size:19px;}
.font-size-20{font-size:20px;}
.font-size-21{font-size:21px;}
.font-size-22{font-size:22px;}
.font-size-23{font-size:23px;}
.font-size-24{font-size:24px;}
.line-hight-1{line-height: 1;}
.line-hight-2{line-height: 1.1;}
.line-hight-22{line-height: 1.2;}
.line-hight-3{line-height: 1.4;}
.line-hight-4{line-height: 1.6;}
.line-hight-normal{line-height: normal;}
/*---------------Font Size End---------------*/
.header-call-icon img {max-width: 30px;}
.header .header-bottom-bar .header-menu ul li a {font-size: 18px;}
.bookappointment {border: 1px solid #5b289a;}
.header {box-shadow: 0px 2px 45px 0px rgba(0, 0, 0, 0.07);}
.title span {background: var(--Gradient-1, linear-gradient(90deg, #592599 18.06%, #32817C 64.19%, #32817C 100%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.services-box .service-image {box-shadow: 0px 2px 45px 0px rgba(0, 0, 0, 0.07);}
.services-box .service-image img {border-radius: var(--bs-border-radius-xl) !important;}
.messenger-video li video {width: 100%; height: 100%; border-radius: var(--bs-border-radius-xl) !important;}
/*.messenger-video li .testimonial1 video {width: 100%; height: 44.4vw; background: #333;}*/
.video-section {padding-top: 20px !important;}
.footer-social-media img {max-width: 30px;}
.working img {max-width: 42px;}
.messenger-video li .testimonial1 {display: flex; height: 100%;}
.messenger-video li .testimonial1 video {width: 100%; height: 99%; background: #333;}

.angelmessenger::before {content: ""; position: absolute; background-image: url(../img/experiance-shap-bottom.png); background-size: cover; background-repeat: no-repeat; width: 183px; height: 125px; top: -63px; left: 10px;}
.testimonials-dot::before {content: ""; position: absolute; background-image: url(../img/experiance-shap-bottom.png); background-size: cover; background-repeat: no-repeat; width: 183px; height: 125px; top: -63px; right: 10px;}
.inquiry-form{background: linear-gradient(180deg, rgba(42, 40, 154, 0.98) 0%, rgba(91, 40, 154, 0.98) 100%);}

.course-cart .course-cart-main .course-cart-header img {max-width: 460px; float: left; margin-right: 40px; margin-bottom: 20px;}
.inquiry-form .btn {border-color: #fff; padding-left: 40px; padding-right: 40px;}
.inquiry-form .btn:hover,.inquiry-form .btn:focus {background: #fff; color: #333;}
.course-details-cart .inquiry-form textarea {height: 106px;}
.testimonial-det + img {max-width: 40px;}
.video-section.testimonialpad {padding-top: 0 !important;}
.testimonial-bor {margin-bottom: 5rem;}
.testimonial-video video {width: 100%; height: 100%; border-radius: var(--bs-border-radius-xl) !important;}
.testimonial-last {display: flex; height: 100%;}
.testimonial-last video {width: 100%; height: 99%; background: #333;}


@media (max-width: 991.98px) {
 .font-size-18 {font-size: 16px;}   
.header-call-icon img {max-width: 25px;}
.header .header-top .logobar {margin-left: 0;}
.header .header-top .header-right {margin-right: 0;}
.working img {max-width: 32px;}
.angelmessenger::before {width: 123px; height: 84px; top: -42px;}
.testimonials-dot::before {width: 123px; height: 84px; top: -42px;}
.course-cart .course-cart-main .course-cart-header img {max-width: 100%; margin-right: 0; margin-bottom: 24px;}


 }   


@media (max-width: 767px) {
.testimonial-det + img {max-width: 30px;}
.menuarrow {position: absolute; right: 6px;}
.testimonial-bor {margin-bottom: 3.5rem;}
.header-call-icon img {max-width: 30px;}
}
@media (max-width: 575.98px) {
.angelmessenger::before {width: 104px; height: 71px; top: -35px;}
.testimonials-dot::before {width: 104px; height: 71px; top: -35px;}
.testimonial-bor {margin-bottom: 32px;}
}    
.gallery-button{color: #5b289a; background-color: #fff;}
.gallery-button:hover{color: #5b289a; background-color: #fff;}




