.back-to-top, .scroll-top {
    right: 15px;
    bottom: 15px;
    position: fixed
}

    #spinner.show, .scroll-top.active {
        opacity: 1;
        visibility: visible
    }

.btn, .navbar-light .navbar-nav .nav-link {
    font-family: Nunito,sans-serif;
    transition: .5s
}

.btn, .close-btn, .open-btn, .open-popup, .toggle-btn {
    cursor: pointer
}

:root {
    --primary: #136B43;
    --secondary: #6c1313;
    --bg-primary: #6c1313;
    --bg-secondary: #136B43;
    --light: #F5F5F5;
    --dark: #14141F
}

body {
    margin: 0;
    width: 100%;
    padding: 0;
    color: #4a5568;
   /* ---------Rajan & Alpesh-----------*/
    overflow-x: hidden
}

.fw-medium {
    font-weight: 600 !important
}

.fw-semi-bold {
    font-weight: 700 !important
}

/*------------------- lakhan --------------*/
.sm-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}

.header-area .nav-list a {
    font-size: 16px;
}

.back-to-top {
    z-index: 99
}

#spinner, .scroll-top {
    visibility: hidden;
    z-index: 999;
    opacity: 0
}

#spinner {
    transition: opacity .5s ease-out,visibility 0s linear .5s
}

    #spinner.show {
        transition: opacity .5s ease-out,visibility linear
    }

.btn.btn-primary, .btn.btn-secondary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square, .btn-sm-square, .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 0
}

.back-to-top i {
    line-height: 48px
}

.btn-primary.back-to-top, .navbar-collapse, .service-item * {
    transition: .5s
}

    .btn-primary.back-to-top:hover {
        background: #056639;
        border-color: #056639
    }

.scroll-top {
    background-color: #056639;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    transition: .4s
}

.accordion-item, .carousel-section .logo-circle, .events_item, .events_item .thumb, .events_item .thumb .gallery-item, .excellence-section, .faq, .fun-facts, .hexagon, .hexagon-inner, .menu-link, .modal, .naac_logo, .rc-li, .right-circle, .round-shape, .section-title, .showcase, .testimonials, .toggle-btn {
    position: relative
}

.scroll-top svg {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top:hover {
    background-color: color-mix(in srgb,#056639,transparent 20%);
    color: #fff
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    outline: 0
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary) !important
}

.navbar-light .navbar-brand img {
    max-width: 250px;
    transition: .5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-width: 180px
}

.header-area .nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 20px
}

    .header-area .nav-list a svg {
        margin-right: 5px;
        color: #6c1313
    }

    .header-area .nav-list a {
        color: #000
    }

.header-area .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-bottom: 1px solid rgba(256,256,256,.1)
}

.back-to-top {
    display: none
}

.sticky-top.navbar-light {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: auto;
    left: 0
}

.naac_logo::before {
    content: "";
    left: -10px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute
}

.naac_logo img {
    width: 100%;
    height: auto;
    max-width: 150px
}

.header-left {
    display: flex;
    justify-content: left;
    align-items: center
}

.menu-link {
    transition: .3s
}

    .menu-link::before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -2px;
        left: 20px;
        background-color: #056639;
        visibility: hidden;
        width: 0;
        transition: .3s ease-in-out
    }

.footer-section .menu-link::before {
    left: 15px
}

.footer-section .menu-link:hover::before, .header-area .menu-link.current::before, .header-area .menu-link:hover::before {
    visibility: visible;
    width: 45px
}

.navbar-toggler {
    padding: .15rem .35rem
}

@media (min-width:992px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: #fff
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before {
        width: calc(100% - 2px);
        left: 1px
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none
    }
}

@media (max-width:991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        left: 0;
        height: auto
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd
    }

    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important
    }

    .header-area .nav-list {
        gap: 0 15px;
        padding: 10px 0 0;
        flex-wrap: wrap;
        justify-content: center
    }

    .fa-3x {
        font-size: 2em
    }
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .service-item:hover {
    background: var(--primary)
}

@media (max-width:575.98px) {
    .navbar-light .navbar-brand img, .sticky-top.navbar-light .navbar-brand img {
        max-width: 140px
    }

    .naac_logo img {
        max-width: 100px
    }
}

.section-title::after, .section-title::before {
    position: absolute;
    content: "";
    height: 2px;
    background: var(--primary);
    z-index: 1
}

.section-title {
    display: inline-block;
    text-transform: uppercase
}

    .section-title::before {
        width: calc(100% + 80px);
        top: 4px;
        left: -40px
    }

    .section-title::after {
        width: calc(100% + 120px);
        bottom: 5px;
        left: -60px
    }

    .section-title span {
        background: #fff;
        position: relative;
        z-index: 9;
        padding: 0 5px
    }

.bg-light .section-title span {
    background: #f5f5f5
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0
}

.b_grey {
    background-color: rgba(0,0,0,.1)
}

.service-item {
    box-shadow: 0 0 25px rgba(0,0,0,.28);
    transition: .5s;
    transform: scale(1);
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .service-item:hover {
        transform: scale(1.04);
        box-shadow: 0 10px 15px #136b43
    }

        .service-item:hover * {
            color: var(--light) !important
        }

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: 400;
    border: 1px solid #6c1313;
    border-radius: 35px;
    transition: .3s;
    color: #fff;
    background: #6c1313
}

.footer .btn.btn-link, .footer-section a, .footer-section p {
    color: #1a1d21;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    background: #005422
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

    .footer .btn.btn-link:hover, .footer-section a:hover {
        letter-spacing: 1px;
        box-shadow: none
    }

.event_filter li .event_filter li a.is_active, .event_filter li a:hover, .events_item:hover .down-content h4, .footer-section a svg {
    color: #6c1313
}

.footer-bottom {
    background: #1a1d21;
    padding: 0 15px;
    text-align: center
}

.About_sec p, .accordion-body, .content-card p, .testimonials .item p {
    text-align: justify
}

.footer .btn.btn-link svg {
    margin-right: 5px
}

.footer .copyright {
    padding: 12px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256,256,256,.1)
}

    .footer .copyright a {
        color: var(--light)
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255,255,255,.1)
}

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none
    }

.footer-section {
    background: rgba(0,0,0,.1);
    color: #000
}

.footer .btn.btn-social svg {
    color: #fff;
    transition: .3s
}

.contact {
    background: url(../images/banner.webp) top left/cover no-repeat
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary)
}

.contact .agree-condition, .contact .control-label, .contact .widget_label {
    color: #ffff !important
}

.contact .form-bg, .contact .widget_container {
    background: #6c1313;
    padding: 30px 70px 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    width: 100%;
    overflow: hidden;
    /*---------lakhan-----------*/
    min-height: 80dvh
}

    .contact .form-bg .npf_wgts {
        height: 100%;
        width: 100%
    }

        .contact .form-bg .npf_wgts iframe {
            height: 100%;
            width: 100%;
            min-height: 100%
        }

.form-box {
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px #000
}

.form-title {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: calc(1.025rem + .9vw)
}

.footer-right-col {
    display: flex;
    justify-content: right
}

.footer-right-innr {
    width: 100%
}

@media (max-width:1100px) {
    .contact .form-bg, .contact .widget_container {
        padding: 30px 15px
    }
}

@media (max-width:815px) {
    .contact {
        background: unset
    }
}

.carousel-section, .collaboration-section, .toggle-btn:hover {
    background: #6c1313
}

    .collaboration-section .section-title, .collaboration-section h2, .excellence-section .section-title, .rounded-pill.active span {
        color: #fff !important
    }

        .collaboration-section .section-title span, .excellence-section .section-title span {
            background: #6c1313;
            position: relative;
            z-index: 9;
            padding: 0 5px
        }

        .collaboration-section .section-title::after, .collaboration-section .section-title::before, .excellence-section .section-title::after, .excellence-section .section-title::before {
            background: #fff;
            z-index: 1
        }

.carousel-section {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: .5s
}

    .carousel-section .carousel-wrapper {
        position: relative;
        overflow: hidden
    }

    .carousel-section .gradient-overlay {
        position: absolute;
        top: 0;
        width: 8rem;
        height: 100%;
        z-index: 10;
        transition: opacity .5s
    }

    .carousel-section .gradient-left {
        left: 0;
        background: linear-gradient(90deg,#fff 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%)
    }

    .carousel-section .gradient-right {
        right: 0;
        background: linear-gradient(270deg,#fff 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%)
    }

    .carousel-section .carousel-container {
        width: 100%;
        overflow: hidden
    }

    .carousel-section .carousel-track {
        display: flex;
        gap: 1.5rem;
        width: calc(128px * 16 + 24px * 15);
        animation: 30s linear infinite scroll;
        transition: animation-play-state .3s;
        padding: 20px 0
    }

        .carousel-section .carousel-track:hover, .carousel-section.hovered .carousel-item .logo-circle, .carousel-section.hovered .carousel-track .logo-circle {
            animation-play-state: paused
        }

    .carousel-section .carousel-item {
        flex-shrink: 0;
        width: 12rem;
        height: 8.5rem;
        cursor: pointer;
        position: relative;
        z-index: 1
    }

        .carousel-section .carousel-item:hover {
            transform: scale(1.25);
            z-index: 20
        }

    .carousel-section .logo-circle {
        width: 10rem;
        height: 6.5rem;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 25px #0b0a0ab5
    }

        .carousel-section .logo-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0));
            border-radius: 50%;
            transition: opacity .3s
        }

    .carousel-section .carousel-item:hover .logo-circle {
        transform: scale(1.1);
        box-shadow: 0 20px 40px rgba(0,0,0,.25)
    }

        .carousel-section .carousel-item:hover .logo-circle::before {
            opacity: .8
        }

    .carousel-section .carousel-item:nth-child(odd) .logo-circle {
        animation: 6s ease-in-out infinite logoUp
    }

    .carousel-section .carousel-item:nth-child(2n) .logo-circle {
        animation: 6s ease-in-out infinite logoDown
    }

    .carousel-section.hovered .carousel-item:not(.item-hovered), .carousel-section.hovered .gradient-overlay, .carousel-section.hovered .section-header {
        opacity: .3
    }

    .carousel-section.hovered .carousel-track .carousel-item .logo-circle {
        animation: unset;
        transform: translateY(0) !important
    }

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes logoUp {
    0%,100% {
        transform: translateY(20px)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes logoDown {
    0%,100% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(20px)
    }
}

@keyframes logoCen {
    0%,100% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(20px)
    }
}

@media (max-width:768px) {
    .carousel-section .carousel-track {
        width: calc(112px * 16 + 20px * 15);
        gap: 1.25rem
    }

    .carousel-section .carousel-item {
        width: 9rem !important;
        height: 6rem !important
    }

    .carousel-section .logo-circle {
        width: 7rem;
        height: 4rem
    }
}

@media (max-width:640px) {
    .carousel-section .container {
        padding: 2rem 1rem
    }

    .carousel-section .carousel-track {
        width: calc(96px * 16 + 16px * 15);
        gap: 1rem
    }

    .carousel-section .carousel-section {
        padding: 3rem 0
    }
}

.carousel-section .carousel-item {
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

    .carousel-section .carousel-item .logo-circle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: radial-gradient(circle,rgba(255,255,255,.3) 0,transparent 70%);
        border-radius: 50%;
        transform: translate(-50%,-50%);
        transition: .3s;
        pointer-events: none
    }

    .carousel-section .carousel-item .logo-circle:hover::after {
        width: 100%;
        height: 100%
    }

.content-grid {
    display: grid;
    gap: 45px
}

.card-content {
    padding: 40px 30px
}

.card-title {
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 2px #5b1016;
    font-family: Orbitron,monospace;
    font-size: 1.3rem;
    background: linear-gradient(45deg,#ff5e00,#106f48);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1
}

.about-container, .image-container {
    margin-bottom: 0;
    border-radius: 15px;
    overflow: hidden;
    width: 100%
}

.about-image {
    border: 20px solid;
    border-color: transparent #d3e0dc
}

.about-image, .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .3s
}

    .about-image:hover, .card-image:hover {
        transform: scale(1.05)
    }

.about-container {
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.extra-content.expanded {
    width: 100%;
    display: inline
}

.toggle-btn {
    font-size: .9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(102,126,234,.3);
    overflow: hidden
}

    .toggle-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102,126,234,.4)
    }

    .toggle-btn.active {
        transform: translateY(0)
    }

    .toggle-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
        transition: left .5s
    }

    .toggle-btn:hover::before {
        left: 100%
    }

.card-subtitle {
    font-size: 18px;
    color: #292929;
    font-weight: 700;
    margin: 20px 0 10px;
    font-family: Poppins-ExtraBold,sans-serif
}

.list-unstyled {
    display: flex;
    gap: 0 30px;
    flex-wrap: wrap
}

.rc-li {
    margin-bottom: 6px;
    color: #4a5568;
    width: 100%
}

.right-circle {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px
}

    .right-circle::before {
        content: '✓';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: linear-gradient(90deg,#38604f 0,#036036 100%);
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 5px
    }

.card-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.card-left {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 5px
}

.card-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content-card.row-reverse .card-left {
    padding-right: 0;
    padding-left: 20px
}

@media (max-width:991px) {
    .about-container, .image-container {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .card-left, .card-right, .content-card.row-reverse .card-left {
        width: 100%;
        float: unset;
        padding: 0
    }

    .card-subtitle {
        font-size: 16px
    }

    .card-content {
        padding: 20px
    }

    .card-title {
        font-size: 1.1rem
    }

    .card-row.row-reverse {
        flex-direction: column
    }
}

@media (max-width:480px) {
    .toggle-btn {
        padding: 8px 20px;
        font-size: .8rem
    }

    .rc-li {
        width: 100%
    }
}

::selection {
    background: #6c1313;
    color: #fff
}

::-moz-selection {
    background: #6c1313;
    color: #fff
}

.section-heading {
    margin-bottom: 60px
}

    .section-heading h2 {
        font-size: 36px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 20px 0;
        line-height: 44px
    }

        .section-heading h2 em {
            color: #6c1313;
            font-style: normal
        }

    .section-heading h6 {
        color: #6c1313;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600
    }

.main-button a {
    display: inline-block;
    background-color: #fff;
    color: #6c1313;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    transition: .3s
}

    .main-button a:hover {
        background-color: #6c1313;
        color: #fff
    }

.faq {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 100px
}

    .faq:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 84%;
        height: 100%;
        background-color: #f1f0fe;
        content: '';
        border-top-left-radius: 500px;
        border-bottom-left-radius: 500px
    }

.accordion {
    margin-top: -40px;
    margin-bottom: -40px;
    background-color: #6c1313;
    border-radius: 40px;
    padding: 80px 50px 50px
}

.accordion-item {
    background-color: #fff;
    border-radius: 40px !important;
    margin-bottom: 30px;
    border: none;
    z-index: 9
}

    .accordion-item .accordion-button {
        outline: 0;
        box-shadow: none;
        border-radius: 40px !important
    }

.accordion-button:not(.collapsed) {
    color: #6c1313;
    background-color: #fff
}

h2.accordion-header button {
    padding: 15px 25px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.accordion-button::after {
    font-size: 18px;
    font-weight: 500;
    background-image: none;
    content: '+';
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #6c1313;
    color: #fff
}

.fun-facts:after, .fun-facts:before, .round-shape::after, .round-shape::before, .testimonials:before {
    content: '';
    position: absolute
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    line-height: 32px;
    content: '-'
}

.accordion-body {
    padding: 0 25px 20px;
    font-size: 16px;
    line-height: normal;
    color: #4a4a4a
}

.faq .section-heading {
    margin-left: 60px;
    margin-bottom: 0
}

    .faq .section-heading .main-button {
        margin-top: 50px
    }

.faq p, .testimonials .section-heading p {
    text-align: justify;
    margin-bottom: 0
}

.courses {
    margin-top: 160px
}

.event_filter {
    text-align: center;
    background-color: #f1f0fe;
    border-radius: 50px;
    padding: 15px 40px;
    list-style: none;
    margin: 0 auto 70px;
    max-width: max-content
}

    .event_filter li {
        display: inline-block;
        margin: 0 20px
    }

        .event_filter li a {
            font-size: 14px;
            font-weight: 500;
            color: #1e1e1e;
            transition: .3s
        }

.events_item .thumb {
    overflow: hidden;
    border-radius: 10px;
    z-index: 1
}

    .events_item .thumb img {
        margin-bottom: -5px;
        transition: .5s;
        transform: scale(1)
    }

    .events_item .thumb span.category {
        position: absolute;
        left: 30px;
        top: 30px;
        font-size: 14px;
        text-transform: uppercase;
        color: #6c1313;
        background-color: rgba(250,250,250,.95);
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 500;
        display: inline-block
    }

    .events_item .thumb span.price {
        position: absolute;
        right: -30px;
        top: -50px;
        background-color: #6c1313;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: inline-block;
        transition: .3s
    }

        .events_item .thumb span.price h6 {
            margin-top: 72px;
            margin-left: 22px;
            font-size: 28px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700
        }

        .events_item .thumb span.price em {
            font-size: 18px;
            font-weight: 500;
            font-style: normal;
            vertical-align: top
        }

.events_item {
    background-color: #f1f0fe;
    border-radius: 25px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center
}

    .events_item .down-content {
        padding: 20px 30px 25px
    }

        .events_item .down-content span.author {
            color: #6c1313;
            font-size: 15px;
            display: inline-block;
            margin-bottom: 6px
        }

        .events_item .down-content h4 {
            font-size: 22px;
            font-weight: 600;
            transition: .3s
        }

    .events_item .thumb:hover img, .events_item:hover .thumb span.price {
        transform: scale(1.2)
    }

    .events_item .search-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .5s;
        z-index: 5;
        opacity: 0
    }

    .events_item .thumb:hover .search-icon a, .events_item:hover .search-icon {
        opacity: 1
    }

.gallery {
    padding: 72px 0 0
}

.events_item .thumb .gallery-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    transition: .5s;
    z-index: 1
}

.events_item .thumb .search-icon a {
    opacity: 0;
    transition: .5s
}

.events_item .thumb:hover .gallery-item::before {
    background: rgba(19,53,123,.4)
}

.events_item .thumb .search-icon a:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: #fff
}

.gallery .nav-item a span {
    padding: 0 10px;
    min-width: 100px
}

.gallery .nav-item {
    padding: 5px
}

.fun-facts {
    padding: 78px 0;
    overflow: hidden
}

    .fun-facts:before {
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 95%;
        height: 100%;
        background-color: #6c1313;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px
    }

    .fun-facts:after {
        background: url(../images/shap1.webp);
        left: 15%;
        opacity: .5;
        top: 0;
        width: 318px;
        height: 119px;
        z-index: 2
    }

    .fun-facts .counter-box {
        text-align: center;
        padding: 12px 0
    }

    .fun-facts h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 900;
        line-height: 1
    }

        .fun-facts h2::after {
            content: '+';
            margin-left: 5px
        }

    .fun-facts p {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 0
    }

.testimonials {
    padding: 70px 0;
    margin-top: 50px;
    margin-bottom: 72px
}

    .testimonials:before {
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 65%;
        height: 100%;
        background-color: #d3e0dc;
        border-top-left-radius: 500px;
        border-bottom-left-radius: 500px
    }

    .testimonials .section-heading {
        margin-bottom: 0;
        margin-left: 60px;
        vertical-align: middle
    }

    .testimonials .item {
        background-color: #6c1313;
        border-radius: 25px;
        padding: 40px
    }

        .testimonials .item p {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            font-style: italic;
            font-weight: 300;
            margin-bottom: 20px
        }

        .testimonials .item img {
            border-radius: 50%;
            max-width: 100px;
            float: left;
            margin-right: 25px;
            border: 4px solid #f9f5f5
        }

        .testimonials .item span {
            display: inline-block;
            margin-top: 20px;
            font-size: 15px;
            color: #fff
        }

        .testimonials .item h4 {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            margin-top: 8px
        }

    .testimonials .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px;
        text-align: right;
        gap: 20px;
        display: flex;
        flex-direction: column
    }

        .testimonials .owl-nav .owl-next, .testimonials .owl-nav .owl-prev {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px;
            display: inline-block;
            color: #6c1313;
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0 5px rgba(0,0,0,.1);
            opacity: 1;
            transition: .3s;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .testimonials .owl-nav .owl-next:hover, .testimonials .owl-nav .owl-prev:hover {
                opacity: 1;
                box-shadow: 0 0 10px rgba(0,0,0,.15)
            }

    .excellence-col, .testimonials .owl-stage {
        display: flex;
        justify-content: center
    }

    .testimonials .owl-item {
        display: flex;
        justify-content: center;
        align-items: center
    }

@media (min-width:1300px) {
    .testimonials .item p {
        line-height: 40px;
        margin-bottom: 40px
    }

    .testimonials .item {
        padding: 70px
    }
}

@media (max-width:1200px) {
    .fun-facts:before {
        width: 95%
    }
}

@media (max-width:991.5px) {
    .footer-right-col {
        justify-content: left
    }

    .footer-right-innr {
        max-width: 100%
    }

    .about-us, .courses {
        margin-top: 100px
    }

    .accordion {
        padding: 35px 15px 15px;
        margin: 0;
        overflow: hidden;
        border-radius: 25px
    }

    .accordion-item {
        border-radius: 10px !important;
        margin-bottom: 20px
    }

    .about-us .section-heading {
        margin-left: 0;
        margin-top: 120px
    }

    .accordion-body {
        padding: 0 15px 10px;
        font-size: 14px;
        line-height: normal
    }

    .accordion-item .accordion-button {
        border-radius: 10px !important;
        padding: 10px 15px
    }

    .about-us::before, .contact-us::before, .testimonials .owl-nav, .testimonials::before {
        display: none
    }

    .faq .section-heading p, .testimonials .section-heading p {
        margin-bottom: 30px
    }

    .about-us .section-heading .main-button {
        margin-top: 30px
    }

    .about-us .main-button a {
        background-color: #6c1313;
        color: #fff
    }

    .event_filter ul li {
        display: block;
        margin: 12px 5px
    }

    .fun-facts::before {
        width: 95%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px
    }

    .fun-facts h2 {
        margin-bottom: 0
    }

    .fun-facts p {
        margin-top: 0
    }

    .fun-facts {
        padding: 38px 0
    }

    .testimonials {
        margin-top: 0;
        padding: 0;
        margin-bottom: 50px
    }

        .testimonials .section-heading {
            margin-left: 0;
            margin-top: 0
        }

        .testimonials .item {
            padding: 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center
        }

            .testimonials .item h4 {
                font-size: 17px
            }

            .testimonials .item img {
                margin-right: 15px;
                max-width: 80px;
                max-height: 80px
            }

            .testimonials .item span {
                margin-top: 14px
            }

            .testimonials .item p {
                font-size: 16px;
                line-height: normal;
                margin-bottom: 15px
            }

    .gallery {
        padding: 48px 0 0
    }
}

@media (max-width:360.5px) {
    .testimonials .item img {
        margin-right: 10px;
        max-width: 50px;
        max-height: 50px
    }

    .testimonials .item span {
        margin-top: 0
    }

    .testimonials .item h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0
    }
}

.content-card {
    backdrop-filter: blur(10px);
    overflow: hidden;
    will-change: transform;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    transition: .3s;
    border: 1px solid transparent
}

    .content-card.active, .content-card:hover {
        border-color: #6c1313
    }

.extra-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    opacity: 0
}

    .extra-content.expanded {
        max-height: fit-content;
        opacity: 1;
        margin-top: 10px
    }

.toggle-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #6c1313;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: background .3s
}

    .toggle-btn.active {
        background: #38604f
    }

.textimg-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding: 5px 15px 15px
}

.content-card .image-container {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: unset;
    width: 100%;
    padding: 5px
}

    .content-card .image-container .card-image {
        border-radius: 10px 10px 0 0
    }

.rounded-pill.active {
    background: #6c1313 !important
}

.round-shape {
    z-index: 1
}

    .round-shape::before {
        background: url(../images/shap1.webp);
        left: 50%;
        transform: translateX(-149px);
        opacity: .5;
        top: 0;
        width: 318px;
        height: 119px;
        z-index: 2
    }

    .round-shape::after {
        background: url(../images/shap2.webp);
        right: 0;
        bottom: 0;
        width: 183px;
        height: 149px;
        z-index: 2
    }

@media only screen and (max-width:1199.99px) {
    .card-title {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:991.99px) {
    .line-hidden {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical
    }

    .textimg-right {
        min-height: 240px
    }
}

.block-scrolling-text {
    background-color: #d3e0dc;
    overflow: hidden;
    padding: 1.875rem 0;
    position: relative
}

.block-scrolling-text__line {
    color: #d3e0dc;
    font-size: 24px;
    font-family: Raleway,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: normal;
    animation: 30s linear infinite marquee
}

@media only screen and (min-width:320px) {
    .block-scrolling-text__line {
        font-size: calc(24px + 36*(100vw - 320px)/(1400 - 320))
    }
}

@media only screen and (min-width:1400px) {
    .block-scrolling-text__line {
        font-size: 60px
    }
}

.block-scrolling-text__line:nth-child(2n) {
    animation-direction: reverse
}

.block-scrolling-text__line span {
    -webkit-text-stroke: 1px rgba(108,19,19,0.67);
    transition: .3s ease-out
}

@media only screen and (min-width:992px) {
    .block-scrolling-text__line span {
        -webkit-text-stroke: 2px rgba(108,19,19,0.67)
    }
}

.block-scrolling-text__line span:hover {
    color: #631111
}

@keyframes marquee {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(-100%,0,0)
    }
}

.open-btn {
    padding: 10px 18px;
    border: 0;
    background: linear-gradient(135deg,#5b8cff,#7b5bff);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(59,84,255,.12)
}

.modal, .overlay {
    padding: 20px;
    opacity: 0
}

.overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(10,12,20,.45);
    z-index: 1000;
    transition: opacity 220ms,visibility 220ms;
    backdrop-filter: blur(3px)
}

    .overlay[aria-hidden=false] {
        display: flex;
        opacity: 1
    }

.modal {
    width: min(720px,96%);
    max-width: 720px;
    background: linear-gradient(180deg,#fff,#fafbff);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(6,10,30,.28);
    transform: translateY(10px) scale(.98);
    transition: transform 260ms cubic-bezier(.2, .9, .25, 1),opacity 220ms
}

.hexagon h3, .hexagon p, .hexagon-icon, .hexagon-inner {
    transform: rotate(0)
}

.overlay[aria-hidden=false] .modal {
    transform: translateY(0) scale(1);
    opacity: 1
}

.modal-header {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0
}

.close-btn {
    background: 0 0;
    border: 0;
    padding: 8px;
    border-radius: 8px;
    font-size: 15px
}

    .close-btn:focus {
        outline: rgba(90,120,255,.18) solid 3px
    }

.modal-body {
    line-height: 1.5;
    color: #333;
    margin-top: 6px
}

.modal-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px
}

.btn {
    padding: 8px 12px;
    border-radius: 8px;
    border: 0;
    font-weight: 600
}

    .btn.secondary {
        background: #f1f3ff;
        color: #1a2450
    }

    .btn.primary {
        background: linear-gradient(135deg,#5b8cff,#7b5bff);
        color: #fff
    }

.open-popup {
    display: inline-block;
    padding: 10px 20px;
    background: #5b0e15;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background .3s
}

.courses-box, .hexagon, .hexagon-inner {
    border-radius: 10px
}

.open-popup:hover {
    background: #1e7551;
    color: #fff
}

.popup-content {
    width: 100%;
    padding: 20px;
    max-height: 90dvh;
    overflow: auto
}

.courses-box .fancybox-button svg {
    background: red;
    color: #fff;
    border-radius: 50%;
    font-weight: 900
}

.courses-box {
    max-width: 600px;
    padding: 10px;
    box-shadow: 0 0 10px #f9f9f9;
    height: auto;
    width: 90dvw;
    overflow: hidden
}

@media (max-width:420px) {
    .modal {
        padding: 14px;
        border-radius: 10px
    }

    .modal-title {
        font-size: 1rem
    }
}

.excellence-row {
    grid-template-columns: repeat(5,minmax(0,1fr));
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.excellence-section h2 {
    color: #fff !important;
    position: relative;
    z-index: 1
}

.logo-box img {
    max-width: 200px;
    border-radius: 5px;
    height: auto
}

.showcase {
    padding: 150px 0
}

.hexagon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.hexagon {
    width: 100%;
    height: auto;
    transition: .4s;
    background: #fff
}

    .hexagon:hover {
        transform: scale(1.03)
    }

.hexagon-inner {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: .4s;
    min-height: 100%
}

.hexagon:hover .hexagon-inner {
    transform: rotate(5deg);
    border-radius: 5px
}

.excellence-row .excellence-col:nth-child(odd) .hexagon .hexagon-inner {
    background: linear-gradient(135deg,rgba(0,255,255,.12),rgba(255,0,128,.12));
    border: 1px solid rgba(16,111,72,.56)
}

.excellence-row .excellence-col:nth-child(2n) .hexagon .hexagon-inner {
    background: linear-gradient(135deg,rgba(255,0,128,.12),rgba(128,0,255,.12));
    border: 1px solid rgba(108,19,19,.47)
}

.hexagon-icon {
    font-size: 2.8rem;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 10px currentColor);
    transition: .4s
}

.hexagon h3 {
    font-size: .9rem;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255,255,255,.3);
    transition: .4s;
    min-height: 52px;
    display: flex;
    align-items: center
}

.hexagon p {
    font-size: .95rem;
    color: #e0e0e0;
    line-height: 1.5;
    max-width: 140px;
    word-wrap: break-word;
    hyphens: auto;
    transition: .4s
}

.hexagon:hover p {
    transform: rotate(-30deg)
}

.glass {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 8px 32px rgba(0,0,0,.3)
}

.glass-strong {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 25px;
    box-shadow: 0 12px 40px rgba(0,0,0,.4)
}

.excellence-section {
    background: url(../images/1_soibm.webp) 0 0/cover no-repeat fixed
}

    .excellence-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5)
    }

.fancybox-slide--image {
    padding: 44px 10px
}

@media (max-width:1199.99px) {
    .excellence-row {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .hexagon h3 {
        min-height: unset
    }
}

@media (max-width:991.5px) {
    .excellence-row {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .faq .row, .testimonials .row {
        flex-direction: column-reverse
    }

    .section-heading h2 {
        font-size: 26px;
        margin: 0 0 15px;
        line-height: normal
    }

    .faq .section-heading {
        margin-left: 0
    }

    .faq {
        margin-top: 50px;
        margin-bottom: 50px
    }

        .faq::before {
            display: none
        }

    .gallery {
        padding: 50px 0 20px
    }
}

@media (max-width:767.99px) {
    .about-image {
        border-width: 10px
    }

    .excellence-section {
        background: url(../images/m_1.webp) 0 0/cover no-repeat fixed;
        position: relative
    }
}

@media (max-width:575.99px) {
    .excellence-row {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .hexagon {
        width: 100%
    }
}
