body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    overflow-x:hidden;
}

    body::-webkit-scrollbar {
        width: 4px;
        background-color: #04040b;
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #ffffff38;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
    color: #333333;
    font-size: 15px;
    text-align: justify;
}

a {
    text-decoration: none;
}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}

.main-wrapper {
    min-height: calc(100vh - 179px);
    position: relative;
    background: #0d1743;
}


/*-----------------------------*/
.banner-wrap {
    position: relative;
    background: #f2f0fe;
}

.banner {
    position: relative;
    background: url(../images/banner.webp) no-repeat top right;
    background-size: cover;
}

    .banner:after {
        content: '';
        position: absolute;
        background: #4f1454;
        left: 0;
        top: -1px;
        width: 130px;
        height: 230px;
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
    }

.achievers-slide {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

    .achievers-slide .item img {
        border-radius: 30px;
    }

    .achievers-slide .owl-carousel {
        padding-bottom: 40px;
    }

    .achievers-slide h4 {
    }

    .achievers-slide:after {
        content: '';
        position: absolute;
        width: 130px;
        height: 230px;
        bottom: 0;
        right: 0;
        background: #760a68;
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .achievers-slide .btn-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .achievers-slide .btn {
        position: relative;
        color: #fff;
        background-color: #e6a600;
        border: none;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 0.7rem 2rem;
        transition: .3s;
        margin-bottom: -1px;
    }

        .achievers-slide .btn:after,
        .achievers-slide .btn:before {
            position: absolute;
            content: '';
            width: 24px;
            top: 0;
            bottom: 0;
            background: #e6a600;
        }

        .achievers-slide .btn:after {
            -webkit-clip-path: polygon(0% 0,10% 0%,100% 100%,0% 100%);
            clip-path: polygon(0% 0,10% 0%,100% 100%,0% 100%);
            right: -20px;
        }

        .achievers-slide .btn:before {
            -webkit-clip-path: polygon(90% 0,100% 0%,100% 100%,0% 100%);
            clip-path: polygon(90% 0,100% 0%,100% 100%,0% 100%);
            left: -20px;
        }

    .achievers-slide .owl-carousel .owl-nav {
        position: absolute;
        width: 40px;
        top: 25%;
        right: -40px;
    }

        .achievers-slide .owl-carousel .owl-nav button.owl-next,
        .achievers-slide .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 39px;
            height: 40px;
            outline: none;
            z-index: 1;
            margin-bottom: 2px;
        }


            .achievers-slide .owl-carousel .owl-nav button.owl-next i,
            .achievers-slide .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 40px;
                color: #fff;
                background: #01a451;
                font-size: 20px;
                transition: 0.3s;
            }

            .achievers-slide .owl-carousel .owl-nav button.owl-next:hover i,
            .achievers-slide .owl-carousel .owl-nav button.owl-prev:hover i {
                background: #dcca03;
            }

.whyus {
    background: #e6a600;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

    .whyus .left {
        position: relative;
        background: #760a68;
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
        padding: 30px;
    }

        .whyus .left h5 {
            color: #fff;
            font-weight: bold;
        }

        .whyus .left h4 {
            font-weight: normal;
            font-size: 25px;
            color: #fff;
        }

            .whyus .left h4 strong {
                color: #e5dd0a;
                font-weight: bold;
            }

    .whyus .right {
        position: relative;
    }

        .whyus .right:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 100px;
            background: #e6a600;
            -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
        }

        .whyus .right .box {
            position: relative;
            padding: 0px 25px;
            padding-left: 60px;
        }

            .whyus .right .box h5 {
                color: #2a1c4f;
                font-size: 16px;
                font-weight: bold;
            }

            .whyus .right .box p {
                color: #2a1c4f;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 0;
                text-align: left;
            }

            .whyus .right .box i {
                position: absolute;
                left: 0;
                right: 0;
                width: 50px;
                height: 50px;
            }

.hm-aboutus {
    position: relative;
    border-top: 6px solid #e6a600;
}
    .hm-aboutus .content {
        padding-left: 60px;
    }

        .hm-aboutus .content h1 {
            position: relative;
            color: #19344b;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 25px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
        }

        .hm-aboutus .content h4 {
            position: relative;
            color: #19344b;
            font-weight: 600;
            font-size: 20px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            margin-bottom: 14px;
            padding-bottom: 15px;
        }

            .hm-aboutus .content h4:after {
                content: '';
                position: absolute;
                width: 100px;
                height: 7px;
                background: #e6a600;
                left: 0;
                bottom: 0;
            }

        .hm-aboutus .content h5 {
            font-size: 18px;
            color: #333333;
        }

        .hm-aboutus .content p {
            font-size: 1rem;
            color: #828282;
            line-height: 26px;
        }

.faciliti-links {
    background: #4f1454 url(../images/bg.png) repeat-x top;
    position: relative;
    padding: 25px 0 95px 0;
}

    .faciliti-links .headings h2 {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
    }

    .faciliti-links .headings h3 {
        color: #e6a600;
        font-weight: 500;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
    }

    .faciliti-links .f-slider .box {
        border: 2px solid #69246f;
        border-radius: 6px;
        padding: 2px;
        background: #4f14542e;
        text-align: center;
        backdrop-filter: blur(5px);
    }

        .faciliti-links .f-slider .box img {
            border-radius: 6px;
            margin-bottom: 10px;
        }

        .faciliti-links .f-slider .box h5 {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
        }

        .faciliti-links .f-slider .box p {
            font-size: 14px;
            color: #af7da9;
            line-height: 17px;
            padding:0px 10px;
            text-align: center;
        }

    .faciliti-links .f-slider .item {
        padding: 10px;
    }

    .faciliti-links .owl-dots {
        display: none;
    }

    .faciliti-links .f-slider .owl-carousel .owl-nav {
        position: absolute;
        bottom: 18px;
        right: -103px;
        z-index: 1;
    }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next,
        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 34px;
            height: 34px;
            outline: none;
        }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next {
            right: 0;
            margin: 0 4px;
        }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev {
            left: 0;
        }

            .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next i,
            .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 34px;
                background: #e6a600;
                color: #fff;
                font-size: 25px;
            }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next i {
            margin-left: 5px;
        }

.management-msg {
    background: #f2f0fe;
    position: relative;
    padding-top: 1px;
    z-index: 1;
}
    .management-msg .container {
        background: #fff;
        position: relative;
        padding: 35px;
        box-shadow: 0px 0px 14px #0000003d;
        margin-top: -73px;
        border-radius: 30px;
    }
.management-msg .container img{
    border-radius: 30px;
}
    .management-msg h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: #4f1454;
        margin-bottom: 45px;
    }

        .management-msg h4 strong {
            font-size: 31px;
        }

    .management-msg h5 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .management-msg h6 {
        font-family: "Montserrat", sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
        font-size: 14px;
    }

    .management-msg p {
        font-size: 15px;
        color: #828282;
        line-height: 24px;
        text-align: justify;
    }

.links-wrap {
    background: #f2f0fe;
    position: relative;
}

    .links-wrap .events-link {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .links-wrap .events-link h4 {
            color: #4f1454;
            font-family: 'Montserrat', sans-serif;
            position: relative;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

            .links-wrap .events-link h4 strong {
                font-weight: 800;
            }

            .btn.mini-btn {
                font-weight: 600;
                color: #fff;
                background-color: #e6a600;
                border-color: #e6a600;
                letter-spacing: 1px;
                font-size: 0.6rem;
                padding: 0.1rem 0.5rem;
                border-radius: 30px;
                transform: translateX(10px);
                transition: .3s;
            }

                .btn.mini-btn:hover {
                    transform: translateX(15px);
                }

        .links-wrap .events-link ul li {
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
            display: block;
        }

            .links-wrap .events-link ul li a {
                color: #333;
                display: flex;
                flex-wrap: nowrap;
                text-decoration: none;
                transition: 0.3s;
            }

                .links-wrap .events-link ul li a:hover {
                    background: #f7eaf7;
                }

            .links-wrap .events-link ul li .img {
                height: 120px;
                overflow: hidden;
                border: 4px solid #FFF;
                flex: none;
                width: 140px;
                box-shadow: 0px 0px 5px #00000052;
            }

            .links-wrap .events-link ul li img {
                width: 100%;
            }

            .links-wrap .events-link ul li h5 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                margin-top: 5px;
                font-family: 'Baloo Tamma 2', cursive;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 7px;
                line-height: 1.4;   
            }

            .links-wrap .events-link ul li p {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                font-size: 0.7rem;
                line-height: 17px;
                font-weight: 500;
                margin-bottom: 0;
                font-family: 'Baloo Tamma 2', cursive;
                font-size: 14px;
            }

            .links-wrap .events-link ul li a div:first-child {
                margin-right: 15px;
            }

    .links-wrap .other-link {
        background: #dda700;
        text-align: center;
    }

        .links-wrap .other-link > div {
            padding: 40px 0;
            display: block;
        }

        .links-wrap .other-link h4 {
            font-size: 22px;
            color: #4f1454;
        }

        .links-wrap .other-link > div:first-child {
            border-bottom: 1px dashed #000;
        }

        .links-wrap .other-link .btn {
            color: #424242;
            background-color: #fff;
            border-color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.2rem;
            padding: 10px 20px;
        }
/*==================Enquiry Popup===============*/
.enq-form-popup {
    position: fixed;
    z-index: 1000;
    background: rgb(20 32 66 / 70%);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    border-radius: 0;
    overflow-y: auto;
}

    .enq-form-popup .enq-form-wrap {
        position: relative;
        background: #fff;
        margin-top: 50px;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgb(0 0 0 / 35%);
    }
        .enq-form-popup .enq-form-wrap .enq-field-error {
            margin-bottom: -18px;
            margin-top: 0px;
            text-align: right;
        }

    .enq-form-popup .admission-open-tag {
        background: linear-gradient(90deg, #ff8100, #ff5b00);
        text-align: center;
        padding: 14px 20px;
        position: relative;
        overflow: hidden;
    }

        .enq-form-popup .admission-open-tag::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -10%;
            width: 40px;
            height: 220%;
            background: linear-gradient(90deg, #ffffff00, #ffffff38, #ffffff00);
            transform: rotate(20deg);
            animation: admissionShine 3.2s infinite;
        }

        .enq-form-popup .admission-open-tag span {
            display: inline-block;
            color: #fff;
            font-family: 'Baloo Tamma 2', cursive;
            font-size: 26px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-shadow: 0 2px 4px rgb(0 0 0 / 20%);
        }

        .enq-form-popup .admission-open-tag span::before,
        .enq-form-popup .admission-open-tag span::after {
            content: "\f005";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 16px;
            color: #fff;
            vertical-align: middle;
            margin: 0 10px;
        }

@keyframes admissionShine {
    0% { left: -10%; }
    100% { left: 110%; }
}

        .enq-form-popup .enq-form-wrap h4 {
            color: #4f1454;
            font-family: 'Baloo Tamma 2', cursive;
            font-size: 26px;
            font-weight: 700;
            text-align: center;
            border-bottom: 2px solid #ff8100;
            padding-bottom: 12px;
            margin-bottom: 20px;
        }

        .enq-form-popup .enq-form label {
            font-weight: 600;
            color: #4f1454;
            margin-bottom: 6px;
            display: inline-block;
        }

        .enq-form label b {
                color: #ff5b00;
                font-weight: 700;
            }

        .enq-form .form-control, .enq-form .form-select  {
            border: 1px solid #e2d9e6;
            border-radius: 10px;
            padding: 12px 16px;
            background: #faf7fb;
            font-size: 15px;
            box-shadow: none;
            transition: border-color .2s ease, background .2s ease;
        }

           .enq-form .form-control:focus {
                border-color: #ff8100;
                background: #fff;
                outline: none;
                box-shadow: 0 0 0 3px rgb(255 129 0 / 15%);
            }

        .enq-form .form-group {
            margin-bottom: 18px;
        }

        .enq-form .btn-theme {
            background: linear-gradient(90deg, #4f1454, #7a2a86);
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 12px 40px;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 20px rgb(79 20 84 / 35%);
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .enq-form .btn-theme:hover {
                transform: translateY(-2px);
                box-shadow: 0 10px 24px rgb(255 129 0 / 40%);
            }

    .enq-form-popup.alert-dismissible .close {
        z-index: 2;
    opacity: 1;
    font-size: 20px;
    box-shadow: 0px 3px 10px #00000085;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 12px;
    right: 12px;
    background: #fff;
    color: #4f1454;
    position: absolute;
    border: none;
    }

.popup-notice.alert-dismissible .close:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .enq-form-popup .admission-open-tag span {
        font-size: 19px;
    }

    .enq-form-popup .enq-form-wrap .p-5 {
        padding: 30px 20px !important;
    }
}

/*-----------------Pages--------------------*/
.pages {
    padding: 30px 0;
}

    .pages p {
        text-align: justify;
    }

.page-head {
    position: relative;
    padding: 80px 0 80px 0;
    background: #efecee url(../Images/main-heading-bg.jpg) no-repeat top fixed;
    background-size: 100%;
}

    .page-head:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient( to top, #ffffff00, #001b43);
        opacity: 0.2;
    }

    .page-head .container {
        position: relative;
        z-index: 1;
    }

    .page-head h2 {
        color: #333;
        font-weight: bold;
    }

ul.ul-list > li {
    font-size: 15px;
    line-height: 21px;
    padding: 4px 0 4px 25px;
    width: 100%;
    position: relative;
}

    ul.ul-list > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        background: #dda700;
        width: 6px;
        height: 6px;
        rotate: 45deg;
    }

ul.ul-list > ol {
    padding-left: 3rem;
}

    ul.ul-list > ol > li {
        font-size: 15px;
        line-height: 21px;
        padding: 5px 0;
        width: 100%;
        position: relative;
        list-style: auto;
    }

/*==================Admission Page===============*/
.Admission {
    position: relative;
    padding: 70px 0;
    background: #f7f5fb;
    overflow: hidden;
}

    .Admission:before {
        content: '';
        position: absolute;
        top: -90px;
        right: -90px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: #4f1454;
        opacity: .06;
    }

    .Admission:after {
        content: '';
        position: absolute;
        bottom: -110px;
        left: -110px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: #ff8100;
        opacity: .08;
    }

    .Admission .admission-form {
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 20px 50px rgb(79 20 84 / 12%);
    }

        .Admission .admission-form .form-head {
            margin-bottom: 25px;
        }

            .Admission .admission-form .form-head span {
                display: inline-block;
                background: rgb(255 129 0 / 12%);
                color: #ff5b00;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: .5px;
                text-transform: uppercase;
                padding: 5px 14px;
                border-radius: 20px;
            }

            .Admission .admission-form .form-head h3 {
                font-family: 'Baloo Tamma 2', cursive;
                font-size: 28px;
                font-weight: 700;
                color: #4f1454;
                margin: 10px 0 0;
            }

    .Admission .enq-form label {
        font-weight: 600;
        color: #4f1454;
        margin-bottom: 6px;
        display: inline-block;
    }

        .Admission .enq-form label b {
            color: #ff5b00;
            font-weight: 700;
        }

    .Admission .enq-form .form-control,
    .Admission .enq-form .form-select {
        border: 1px solid #e2d9e6;
        border-radius: 10px;
        padding: 12px 16px;
        background: #faf7fb;
        font-size: 15px;
        box-shadow: none;
        transition: border-color .2s ease, background .2s ease;
    }

        .Admission .enq-form .form-control:focus,
        .Admission .enq-form .form-select:focus {
            border-color: #ff8100;
            background: #fff;
            outline: none;
            box-shadow: 0 0 0 3px rgb(255 129 0 / 15%);
        }

    .Admission .enq-form .btn-theme {
        background: linear-gradient(90deg, #4f1454, #7a2a86);
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 12px 45px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 8px 20px rgb(79 20 84 / 35%);
        transition: transform .2s ease, box-shadow .2s ease;
    }

        .Admission .enq-form .btn-theme:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgb(255 129 0 / 40%);
        }

    .Admission .admission-info {
        position: relative;
        z-index: 1;
        padding-left: 40px;
    }

        .Admission .admission-info .img {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
        }

            .Admission .admission-info .img img {
                width: 100%;
                display: block;
            }

        .Admission .admission-info h3 {
            font-family: 'Baloo Tamma 2', cursive;
            font-size: 24px;
            font-weight: 700;
            color: #4f1454;
            margin: 25px 0 15px;
        }

        .Admission .admission-info .call-box {
            display: flex;
            align-items: center;
            gap: 15px;
            background: linear-gradient(90deg, #4f1454, #760a68);
            border-radius: 16px;
            padding: 18px 22px;
            margin-top: 25px;
        }

            .Admission .admission-info .call-box i {
                width: 46px;
                height: 46px;
                line-height: 46px;
                text-align: center;
                flex-shrink: 0;
                background: #ff8100;
                color: #fff;
                border-radius: 50%;
                font-size: 18px;
            }

            .Admission .admission-info .call-box span {
                display: block;
                color: #ffffffb0;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: .5px;
            }

            .Admission .admission-info .call-box a {
                display: block;
                color: #fff;
                font-size: 20px;
                font-weight: 700;
            }

@media (max-width: 767px) {
    .Admission .admission-form {
        padding: 25px;
        margin-bottom: 30px;
    }

    .Admission .admission-info {
        padding-left: 0;
    }
}

.about-school {
    padding: 40px 0px;
}

    .about-school h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.75rem;
        font-weight: 800;
    }

.vm {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgb(79 20 84 / 10%);
    border-bottom: 4px solid #ff8100;
}

    .vm .vm-icon {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #4f1454, #760a68);
        color: #fff;
        font-size: 22px;
        box-shadow: 0 8px 18px rgb(79 20 84 / 35%);
    }

    .vm h4 {
        font-family: 'Baloo Tamma 2', cursive;
        font-size: 20px;
        font-weight: 700;
        color: #4f1454;
        margin-bottom: 8px;
    }

    .vm p {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .vm {
        flex-direction: column;
    }
}

.salient-features {
    position: relative;
    padding: 40px;
    background: #f2f0fe url(../images/bg.png) repeat-x top;
}

.about-management .left {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .about-management .left .img {
        border-radius: 50%;
        overflow: hidden;
        width: 200px;
        height: 200px;
        display: block;
        margin: 0px auto;
        position: relative;
        background: #a6d0db;
        text-align: center;
    }

        .about-management .left .img img {
            max-width: 100%;
            min-width: 100%;
        }

    .about-management .left .content h5 {
        margin-bottom: 4px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        color: #4a1155;
    }

        .about-management .left .content h5 small {
            display: block;
            font-weight: 500;
            text-transform: capitalize;
            color: #4c99bd;
        }

    .about-management .right .box {
        padding-right: 50px;
    }

.about-management.president .right {
    display: flex;
    align-items: center;
}
.president-box{
    background: #e6a600;
    text-align: center;
}
.president-box .tag {
        display: inline-block;
        background: #fff;
        color: #4f1454;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .5px;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 20px;
        margin-bottom: 12px;
    }

.about-management .left.president-box .content h5 small{
    color: #fff;
}
.trustee-box{
    display: flex;
    align-items: center;
}

/*==================Members===============*/
.members {
    padding: 50px 0 60px;
    background: #f7f5fb;
    position: relative;
}
.members:before {
        content: '';
        position: absolute;
        top: -90px;
        right: -90px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: #4f1454;
        opacity: .06;
    }

    .members:after {
        content: '';
        position: absolute;
        bottom: -110px;
        left: -110px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: #ff8100;
        opacity: .08;
    }

.about-management .container-fluid, .members .container-fluid {
    position: relative;
    z-index: 1;
}
    .members h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.75rem;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .members .member-card {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        height: 100%;
        background: #fff;
        border-radius: 18px;
        padding: 28px;
        box-shadow: 0 10px 30px rgb(79 20 84 / 10%);
        transition: transform .25s ease, box-shadow .25s ease;
    }

        .members .member-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 40px rgb(79 20 84 / 16%);
        }

        .members .member-card .img {
            width: 150px;
    height: 150px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #f2e9f4;
        }

            .members .member-card .img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .members .member-card .content h5 {
            margin: 0 0 8px;
            font-size: 20px;
            font-weight: 800;
            color: #4a1155;
        }

        .members .member-card .content p {
            margin-bottom: 0;
        }

@media (max-width: 575px) {
    .members .member-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.general {
    position: relative;
    padding: 30px 0;
}

    .general h3 {
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        padding-left: 20px;
        text-transform: uppercase;
        font-size: 20px;
    }

        .general h3:after {
            position: absolute;
            content: '';
            width: 10px;
            background: #dda700;
            left: 0;
            top: 0;
            bottom: 0;
            border-radius: 6px 0 0 6px;
        }

.title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    text-transform: uppercase;
}

    .title:after {
        position: absolute;
        content: '';
        width: 10px;
        background: #dda700;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 6px 0 0 6px;
    }

.facilities {
    position: relative;
    padding: 30px;
}

    .facilities .box >div {
        background: #fff;
        box-shadow: 0px 0px 20px #00000029;
        padding: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 30px;
    }
.facilities .box >div img{
    border-radius: 30px;
}
.tc {
    position: relative;
    padding: 30px 0;
}

    .tc .box {
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        padding: 15px;
        text-align: center;
    }

        .tc .box h4 {
            font-size: 12px;
            text-align: center;
            font-weight: 600;
            color: #fff;
            position: absolute;
            left: 15px;
            right: 15px;
            background: #4a1155;
            padding: 10px 0;
            border-radius: 6px;
            bottom: 20px;
        }

.events {
    position: relative;
    margin-top: -44px;
}

    .events .box {
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .events .box > a {
            display: block;
            position: relative;
            transition: 0.3s;
        }

            .events .box > a .img {
                overflow: hidden;
                display: block;
                position: relative;
                height: 300px;
                border-radius: 15px;
                transition: 0.3s;
                border: 6px solid #ffffffa8;
            }

                .events .box > a .img img {
                    width: 100%;
                    min-height: 300px;
                    height: auto;
                    width: 100%;
                    transition: 0.3s;
                }

            .events .box > a:hover .img img {
                transform: scale(1.1);
            }

            .events .box > a i {
                background: #4a1155;
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                line-height: 50px;
                text-align: center;
                position: absolute;
                left: 5%;
                top: -25px;
                transition: 0.3s;
            }

            .events .box > a .caption {
                position: relative;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 0px 15px;
                text-align: center;
                transition: 0.3s;
            }

                .events .box > a .caption > div {
                    position: relative;
                    margin-top: -30px;
                    padding: 15px;
                    background: #fff;
                    box-shadow: 0px 0px 8px #0000002e;
                    border-radius: 15px;
                    color: #333;
                }

                .events .box > a .caption h5 {
                    transition: 0.3s;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-family: 'Baloo Tamma 2', cursive;
                }

            .events .box > a:hover i {
                left: 10%;
                background: #dda700;
            }
.events .nav-tabs .nav-link{
    border-bottom: 4px solid #fff;
    border:none;
    font-size:1rem;
    font-weight: 600;
    color:#333;
}
.events .nav-tabs .nav-link.active,
.events .nav-tabs .nav-item.show .nav-link{
    background: none;
    border-bottom: 4px solid #dda700;
}
/*--------------Details-----------------------*/
.events-details {
    font-family: 'Baloo Tamma 2', cursive;
    position: relative;
    background: url(../images/paral1.jpeg) fixed top;
    background-size: 100%;
}

    .events-details .hding {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .events-details .box > div {
        padding: 15px;
    }

.outer {
    margin: 0 auto;
    max-width: 100%;
}

#big .item {
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    max-height: 500px;
    overflow: hidden;
    border-radius: 30px;
}

    #big .item img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 30px;
    }

#thumbs .item {
    background: #f2f0fe;
    height: 100px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: .1s;
}

    #thumbs .item img {
        height: 100px;
        border-radius: 15px;
    }

#thumbs .current .item {
    border: 3px solid #fff;
    border-radius: 6px;
    border-radius: 15px;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .owl-theme .owl-nav [class*="owl-"].disabled:hover {
        background-color: #d6d6d6;
    }

#big.owl-theme {
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    left: 0;
}

    .owl-theme .owl-nav button.owl-next,
    .owl-theme .owl-nav button.owl-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        outline: none;
        z-index: 1;
        opacity: 0;
    }

    .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

        .owl-theme .owl-nav button.owl-next i,
        .owl-theme .owl-nav button.owl-prev i {
            width: 100%;
            height: 100%;
            line-height: 30px;
            color: #fff;
            font-size: 20px;
            background: #fff;
            opacity: 0;
        }

#thumbs.owl-theme .owl-nav button.owl-next i,
#thumbs.owl-theme .owl-nav button.owl-prev i {
    background: #333;
    opacity: 0.2;
    transition: .3s;
}

#thumbs.owl-theme .owl-nav button.owl-next:hover i,
#thumbs.owl-theme .owl-nav button.owl-prev:hover i {
    opacity: 1;
}
.event-thumblist {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(19, 74, 135, 0.07);
    margin-top: 24px;
}
.event-thumblist-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--int-color-text);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f3fa;
}
    .event-thumblist ul li {
        font-family: 'Montserrat', sans-serif;
    margin: 10px 5px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 10px 0;
    }

        .event-thumblist ul li a {
            color: #333;
            display: flex;
            flex-wrap: nowrap;
            text-decoration: none;
            transition: 0.3s;
        }

        .event-thumblist ul li img {
            width: 90px;
    height: 70px;
    margin-right: 10px;
    border-radius: 10px;
        }

        .event-thumblist ul li .date-tag {
            position: relative;
            background: #376395;
            padding: 5px 10px;
            text-align: center;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
        }

            .event-thumblist ul li .date-tag h3 {
                margin: 0;
                font-size: 0.9rem;
                text-transform: uppercase;
                line-height: 16px;
            }

        .event-thumblist ul li h5 {
            overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: 'Baloo Tamma 2', cursive;
    color: #4f1454;
        }

        .event-thumblist ul li p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 15px;
            line-height: 21px;
            font-weight: 500;
            margin-bottom: 0;
            font-family: 'Baloo Tamma 2', cursive;
        }
    .event-thumblist ul li a:hover {
  opacity: 0.78;
}
.event-thumblist span {
  font-size: 0.78rem;
  color: #6a6a6a;
}

.event-thumblist span i {
  color: #f18b1d;
  margin-right: 4px;
}

.events-details .box .btn {
    color: #333;
    border-color: #dda700;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.7rem 2rem;
    transition: .3s;
    display: block;
    margin-top: 15px;
    border-radius: 30px;
    font-family: "Outfit", sans-serif;
}
.right-thumbs{
    position: sticky;
    top: 0px;
}

/*========================Faculty==========================*/
.faculty{
    position: relative;
    margin-top: -50px;
}
.faculty .nav-tabs .nav-link{
    border-bottom: 4px solid #fff;
    border:none;
    font-size:1.3rem;
    font-weight: 600;
    color:#333;
}
.faculty .nav-tabs .nav-link.active,
.faculty .nav-tabs .nav-item.show .nav-link{
    background: none;
    border-bottom: 4px solid #dda700;
}
.faculty .box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .faculty .box > div {
            position: relative;
            box-shadow: 0px 0px 28px #d288d74a;
            padding: 20px 15px;
            border-radius: 6px;
            margin-top: 10px;
            margin-bottom: 10px;
            height: 100%;
            background: #ffffffd1;
            transition: 0.6s;
            padding-top: 30px;
            border-radius: 30px;
        }

            .faculty .box > div:hover {
                transform: translateY(-8px);
            }

            
    .faculty .img {
        border-radius: 50%;
        overflow: hidden;
        width: 170px;
        height: 170px;
        display: block;
        margin: 0px auto;
        position: relative;
        text-align: center;
        border: 1px solid #ccc;
    }

        .faculty .img img {
            max-width: 100%;
            min-width: 100%;
        }

    .faculty .content h3 {
        background: #4f1454;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 12px 0;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 30px;
    }

    .faculty .content h5 {
        margin-bottom: 4px;
        margin-top: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-size: 0.8rem;
    }

        .faculty .content h5 small {
            display: block;
            font-weight: 600;
            text-transform: capitalize;
        }

    .faculty .content h6 {
        position: relative;
        text-align: center;
        font-size: 0.7rem;
        font-weight: 600;
    }

        .faculty .content h6 span {
            position: relative;
            background: #fff;
            padding: 5px 10px;
            display: inline-block;
            margin: 0px auto;
        }
/*============================================*/

    .contact-details ul li {
        position: relative;
        padding-left: 60px;
        padding-bottom: 25px;
        font-size: 20px;
    }

        .contact-details ul li a {
            color: #333;
        }

        .contact-details ul li i {
            font-size: 20px;
            margin-top: 3px;
            color: #dda700;
            width: 25px;
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
        }

ul.social-links li {
    display: inline-block;
    width: auto;
    margin: 0px 4px;
    float: inherit;
    margin-top: 10px;
}

.gallery {
    position: relative;
    background: #2f0d32 url(../images/bg.png) repeat top fixed;
    margin-top: -50px;
    padding-top: 30px;
}

    .gallery .lightGallery a {
        padding: 10px;
        transition: .3s;
        background: url(../images/loading.gif) no-repeat center;
        max-height: 250px;
        min-height: 250px;
    }

        .gallery .lightGallery a .img-fluid {
            max-width: 100%;
            height: 100%;
            width: 100%;
            transition: 0.3s;
            object-fit: cover;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
            border: 10px solid #ebb40a24;
            border-radius: 0px 40px 0px 40px;
        }

        .gallery .lightGallery a:hover .img-fluid {
            border-radius: 0px 10px 0px 10px;
        }

.lg-backdrop {
    background: #2f0d32 url(../images/bg.png) repeat-x top !important;
}

.table.theme {
    font-size: 14px;
    text-align: center;
}

    .table.theme tr th {
        border-radius: 20px 20px 0px 0px;
        background: #ccc;
        background: linear-gradient(45deg, #d5a800, #a18006);
        color: #fff;
        padding: 15px 5px;
    }

    .table.theme tr td {
        background: linear-gradient(92deg, #f7f7f7, #dbdbdb);
        border: none;
    }

    .table.theme tr:last-child td {
        border-radius: 0px 0px 20px 20px;
    }

.infrastructure {
    position: relative;
    padding: 20px 0;
}

    .infrastructure ul li {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

        .infrastructure ul li h5 {
            font-size: 16px;
        }

        .infrastructure ul li h6 {
            font-size: 14px;
            color: #7a7a7a;
        }

            .infrastructure ul li h6 span {
                padding-right: 10px;
            }

.pdf {
    position: relative;
    background: #ccc;
}

    .pdf .btn {
        color: #000000;
        background-color: #dda700;
        border-radius: 50px;
        border: 4px solid #fff;
        padding: 0.5rem 1.3rem;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: -22px;
        z-index: 1;
    }

        .pdf .btn i {
            margin-right: 5px;
        }

    .pdf .box {
        text-align: center;
    }

        .pdf .box .img-fluid {
            box-shadow: 0px 0px 9px #0000007d;
        }

        .pdf .box > div {
            display: inline-block;
            padding: 10px 0;
        }
.achievers {
    position: relative;
    margin-top: -72px;
}

@media (max-width: 767px) {
    p {
        color: #3f3f3f;
    }

    body {
        padding-top: 0px;
    }

    .banner {
        position: relative;
        height: 250px;
        background: url(../images/banner.png) no-repeat 0px 0px;
        background-size: cover;
    }

        .banner:after {
            width: 70px;
            height: 130px;
        }

    .achievers-slide:after {
        width: 34px;
    }

    .achievers-slide .owl-carousel {
        padding-bottom: 60px;
    }

    .hm-aboutus .content h3 {
        font-size: 27px;
    }

    .whyus .left h4 {
        font-size: 22px;
    }

    .whyus .right {
        position: relative;
        padding: 40px 15px;
    }

        .whyus .right .box {
            padding: 15px 25px;
            padding-left: 65px;
        }

            .whyus .right .box i {
                left: 6px;
            }

    .hm-aboutus {
        padding: 0px 0 30px 0;
    }

        .hm-aboutus .content {
            padding-left: 20px;
            padding-right: 20px;
        }

    .page-head {
        padding: 60px 0 60px 0;
        background: #EFECEB url(../Images/main-heading-bg.jpg) no-repeat fixed -920px -120px;
        background-size: cover;
    }

    .about-management .right .box {
        padding-right: 0px;
    }

    .facilities {
        padding: 10px;
    }

        .facilities .box {
            padding: 20px;
        }

    .gallery {
        padding-bottom: 30px;
    }

        .gallery .lightGallery a {
            padding: 2px;
            max-height: 70px;
            min-height: 90px;
        }

            .gallery .lightGallery a .img-fluid {
                border: 6px solid #ebb40a24;
                border-radius: 0px 0px;
            }

    .contact-details ul li {
        padding-left: 40px;
        font-size: 16px;
    }
}


/*---- Region Added By Krishna ----*/

/*PDF Viewer Style*/
.pdf-div > div {
    height: calc(100vh - 205px);
    min-height: 600px;
}