﻿.custom-slider {
    height: 550px;
    object-fit: cover;
    object-top: top;
}


.title-heading h1 {
    font-size: 43px;
    font-weight: 800;
    text-align: center;
    color: #0d4274;
}

.title-heading p {
    margin: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}


.about-section {
    background-color: #000;
    background-image: url(../images/slider-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 1;
}

    .about-section::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff0;
        background-image: linear-gradient(239deg,#0d4274 0%,#0d4274 100%);
        opacity: .85;
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
        z-index: -1;
    }

.inner-about h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.inner-about p {
    text-align: justify;
}

.inner-about .knows-More {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
}

.inner-about a:hover {
    color: #fff;
}

.inner-about {
    padding: 60px 0;
}

.about-carousal img {
    border-radius: 15px;
    height: 280px;
}

.admi-content {
    margin-top: 25px;
}

    .admi-content h1 {
        font-size: 45px;
        font-weight: 900;
        text-align: center;
        color: #FFFFFFD1;
    }

.add-enquiry {
    background: #810024;
    border-radius: 5px;
    margin-top: 25px;
}

    .add-enquiry ul {
        display: flex;
        margin: 0;
        padding: 15px 20px;
        justify-content: center;
        column-gap: 50px;
    }

        .add-enquiry ul a {
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
        }

            .add-enquiry ul a:hover {
                color: #fff;
                transform: scale(1.02);
            }

.inner-about h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}


footer {
    padding: 50px 0 20px;
    background: url(../images/building.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    footer::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #0d4274;
    }

    footer .footer-img {
        height: 140px;
        border-radius: 50%;
    }

.border-right {
    border-right: 1px solid #fff;
}

    .border-right:last-child {
        border-right: none;
    }

.address ul {
    padding-left: 10px;
}

    .address ul li {
        display: flex;
        gap: 15px;
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

        .address ul li a {
            color: #fff;
        }

            .address ul li a:hover {
                color: #fff;
            }

.quick-link {
    padding-top: 20px;
}

    .quick-link ul {
        display: flex;
        column-gap: 25px;
    }

        .quick-link ul li a {
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }

.bottom-content {
    padding-top: 20px;
    padding-left: 28px;
}

    .bottom-content p {
        font-size: 19px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

.lm {
    text-align: right;
}

.social-icon {
    display: flex;
    column-gap: 20px;
    justify-content: end;
}

    .social-icon li {
        position: relative;
    }

        .social-icon li img {
            filter: brightness(0) invert(1);
        }

        .social-icon li .icon-item {
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            text-align: center;
        }

.sectionSubtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    font-family: "Lato", sans-serif;
}


.titleHL:before {
    content: '';
    width: 5px;
    height: 24px;
    display: inline-block;
    background: #810024;
    margin-right: 8px;
}

.infra-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

    .infra-grid .div1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .infra-grid .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .infra-grid .div3 {
        grid-area: 1 / 5 / 2 / 6;
    }

    .infra-grid .div4 {
        grid-area: 1 / 3 / 2 / 5;
    }

    .infra-grid .div5 {
        grid-area: 2 / 2 / 3 / 4;
    }

    .infra-grid .div6 {
        grid-area: 2 / 4 / 3 / 6;
    }

    .infra-grid .div7 {
        grid-area: 3 / 1 / 4 / 3;
    }

    .infra-grid .div8 {
        grid-area: 3 / 3 / 4 / 4;
    }

    .infra-grid .div9 {
        grid-area: 3 / 4 / 4 / 6;
    }


.statBox {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: block;
    background-color: #174D99;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

    .statBox:before, .statBox:after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all .5s ease;
    }

    .statBox:before {
        background: linear-gradient(-55deg, rgba(51, 131, 250, 0) 20%, rgb(6, 52, 117) 100%);
    }

    .statBox:after {
        background: linear-gradient(-55deg, rgba(51, 131, 250, 0) 20%, rgb(63, 143, 255) 100%);
        opacity: 0;
    }

    .statBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    .statBox .sfimg_library, .statBox .sfimg_online {
        object-position: center top;
    }

.statFigure {
    width: 100%;
    line-height: 1;
    font-size: 16px;
    position: relative;
    padding: 20px;
    z-index: 2;
}

.sfText {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    color: #fff;
}

.statBox:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    z-index: 2;
}

    .statBox:hover:before {
        opacity: 0;
    }

    .statBox:hover:after {
        opacity: 1;
    }

.homeFacultySection {
    background-color: #042c64;
    transition: all 4s linear;
}

.sectionHead {
    font-weight: 600;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
    font-size: 42px;
    margin-bottom: 0;
}

.hfsIntro p {
    font-size: 18px;
    line-height: 2;
    font-family: "Lato", sans-serif;
}

.yellowBtn {
    min-width: 150px;
    display: inline-block;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    transition: all .4s ease;
    box-shadow: 0 0 0 rgb(0 0 0 / 30%);
    background: #810024;
    color: #fff;
    border: 1px solid #810024;
}

    .yellowBtn:hover {
        color: #fff;
    }

.facultyCarousel {
    padding: 10px 60px;
    position: relative;
}

.facultySwiper .swiper-slide {
    overflow: hidden;
}

.facultyBox {
    width: 100%;
    aspect-ratio: 2/3;
    position: relative;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.facultyImg {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    object-fit: cover;
    object-position: center;
}

.facultyBox a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.swiper-slide-active .facultyImg {
    filter: grayscale(0);
}

.swiper-slide-active a {
    pointer-events: unset;
}

.facultyCarousel .facultyNaviBtns {
    display: none;
}

    .facultyCarousel .facultyNaviBtns::after {
        font-size: 40px;
        color: #666;
    }


.facultyName {
    padding: 50px 15px 20px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: .02rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: all .3s ease;
    margin: 0;
}


.facultySwiper .swiper-slide-active .facultyBox .facultyImg {
    filter: grayscale(0) brightness(100%);
}

.facultySwiper .swiper-slide-active .facultyName {
    opacity: 1;
    bottom: 0;
    transition-delay: .3s;
}

.facultySwiper .swiper-slide-active a {
    pointer-events: unset;
}

.facultySwiper .swiper-slide-active {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
}

.facultyCarousel .facultyNaviBtns {
    display: none;
}

    .facultyCarousel .facultyNaviBtns::after {
        font-size: 35px;
        color: #fff;
    }

.facultySwiper .swiper-slide-active .facultyBox:hover .facultyImg {
    filter: grayscale(0) brightness(110%);
}

.photoGallerySection .topper-carousal .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    background: #810024;
    padding: 10px 18px !important;
    border-radius: 4px;
}

.photoGallerySection .topper-carousal .owl-nav button.owl-next {
    position: absolute;
    left: auto;
    right: 0;
    top: 40%;
    background: #810024;
    padding: 10px 18px !important;
    border-radius: 4px;
}

    .photoGallerySection .topper-carousal .owl-nav button.owl-prev i, .photoGallerySection .topper-carousal .owl-nav button.owl-next i {
        color: #fff;
    }

.awards {
    background: #EFEBF7 0% 0% no-repeat padding-box;
    border-radius: 0 250px 0 0;
    background-size: cover;
    padding: 40px 0;
}

.chairperson-left {
    position: relative;
}

.team-bg-left-settle {
    position: relative;
}

.awards h2 {
    color: #002c53;
}

    .awards h2 span {
        color: #002c53;
    }

.text-blue {
    color: #767676;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}



.purple-text {
    color: #002c53;
    font-size: 125%;
    font-weight: 500;
}

.onfocus .chairperson-img {
    border-radius: 30px;
    margin-top: 10px;
}

    .onfocus .chairperson-img img {
        width: 100%;
        border-radius: 30px;
        height: 310px;
        object-fit: cover;
        object-position: top;
    }

.newsHpSection {
    background: #f1f1f1;
    padding: 80px 0;
}

.calendarBlock {
    position: relative;
    background: rgba(0,33,94,.9);
    padding: 70px 40px;
    margin-right: 30px;
    border-radius: 300px;
    height: 600px;
}

    .calendarBlock h2 {
        font-size: 42px;
        line-height: 48px;
        font-weight: 700;
        color: #121212;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.upcomingCalendar {
    position: relative;
}

    .upcomingCalendar .upcomingCalendarBox {
        position: relative;
        background: #fff;
        display: flex;
        margin-bottom: 8px;
        border-radius: 4px;
        padding: 6px;
    }

        .upcomingCalendar .upcomingCalendarBox span.startDateUpcomingBox {
            font-family: Quicksand,sans-serif;
            text-align: center;
            font-size: 34px;
            line-height: 34px;
            font-weight: 700;
            color: #b0203c;
            width: 50px;
            margin-right: 8px;
            background: rgba(176,32,60,.15);
            padding: 4px;
            border-radius: 4px;
        }

        .upcomingCalendar .upcomingCalendarBox:first-child span.startDateUpcomingBox {
            background: rgba(25,135,84,.2509803922);
            color: #005d00;
        }

        .upcomingCalendar .upcomingCalendarBox span.startDateUpcomingBox small {
            font-size: 32%;
            line-height: 12px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .upcomingCalendar .upcomingCalendarBox h4 {
            font-family: "Open Sans",sans-serif;
            font-size: 15px;
            line-height: 18px;
            font-weight: 700;
            color: #222;
            text-transform: uppercase;
            margin-bottom: 0;
            align-self: center;
            width: calc(100% - 50px);
            position: relative;
            overflow: hidden;
            height: 55px;
        }

.calendarBtn {
    position: relative;
    margin-top: 30px;
}

    .calendarBtn a {
        display: inline-block;
        padding: 12px 20px;
        margin: 0 6px;
        border-radius: 50px;
        font-size: 15px;
        line-height: 20px;
        background: #333;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #fff;
        transition: .4s ease-in-out;
    }

        .calendarBtn a:nth-child(1) {
            background: #810024;
            color: #fff;
            border-color: #810024;
        }

        .calendarBtn a svg {
            width: 18px;
            fill: #fff;
            position: relative;
            top: -1px;
            transition: .4s ease-in-out;
        }

.awards-box {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 10px 15px 5px #00000017;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 30px 30px 10px;
    background: rgba(0,33,94,.9);
}

    .awards-box img {
        overflow: hidden;
        position: relative;
        border: 4px solid #fff;
    }

    .awards-box h2 {
        margin: 10px 0 0 0;
        font-size: 21px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

.padding {
    padding: 5rem 0;
}

.hm-toppers-section {
    z-index: 1;
}

    .hm-toppers-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(../images/hand-holding-trophy.png) right top / 35% no-repeat;
        z-index: -1;
    }

.doneTranslate {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1000ms;
}

.heading {
    display: table;
    margin-bottom: 3rem;
}

    .heading .h1 {
        font-size: 3rem;
        font-weight: 700;
    }

.toggleHeader {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.toggleBtn {
    border: 0;
    flex: 1 0 0;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    background-color: transparent;
    border-top: 4px solid transparent;
    font: 600 1.25rem / 1 'Poppins', sans-serif;
    color: #212121;
}

    .toggleBtn.active {
        background-color: #fff;
        border-top-color: #810024;
        color: #810024;
    }

.toggleWrapper {
    min-height: 407px;
    padding: 3rem 4rem;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hm-toppers-wrapper::before, .hm-toppers-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/awards-lines.png) 0 bottom / contain no-repeat;
    opacity: .25;
    z-index: -1;
}

.hm-toppers-wrapper::after {
    transform: rotateY(180deg);
}

.oppersContainer .inner {
    padding: 0 2rem;
    text-align: center;
}

.inner .img-fluids {
    position: relative;
}

.topper-position {
    position: absolute;
    right: 5.25rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(#ffde5a, #fdca06);
    font: 600 1rem / 1 'Poppins', sans-serif;
}

.inner img {
    border-radius: 50%;
    max-width: 225px;
    margin: 0 auto;
    height: 225px;
}

.hm-toppers-section .owl-nav .owl-prev, .hm-toppers-section .owl-nav .owl-next {
    position: absolute;
    color: #ffffff;
    transition: 0.8s;
    background-size: cover;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #810024;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.hm-toppers-section .owl-nav .owl-prev {
    left: -50px;
}

.hm-toppers-section .owl-nav .owl-next {
    right: -50px;
}

@media screen and (max-width:900px) {
    .read-principal {
        padding: 10px 0px 0px;
    }
}

.toppersBox-detail {
    margin-top: 1rem;
    text-align: center;
}

    .toppersBox-detail p:nth-child(1) {
        text-transform: uppercase;
        font-size: 20px;
    }

    .toppersBox-detail .marks {
        display: block;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 5px 0;
        color: #0d4274;
    }

.toggleBtn:focus {
    outline: none;
}

.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 50px;
    line-height: 50px;
    padding: 0 34px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #03438f;
    z-index: 1;
    border: none;
}

    .readon:before {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 0px;
        width: 100%;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #c54409;
        border-radius: 3px;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .readon:hover {
        background: #c54409;
        color: #ffffff;
        opacity: 0.99;
    }

        .readon:hover:before {
            top: 0%;
            bottom: auto;
            height: 100%;
        }

.photoGallerySection {
    height: auto;
    overflow: hidden;
}

.photoGalleryImg {
    position: relative;
}

    .photoGalleryImg:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,#f1f1f1,transparent);
    }

    .photoGalleryImg img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        filter: grayscale(1);
    }

.Our-pointer-events {
    position: relative;
    margin-right: 180px;
    margin-top: -620px;
}


.photoGalleryInfo {
    position: relative;
    padding: 0 0 40px 0;
}

    .photoGalleryInfo h2 {
        font-size: 110px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -.5px;
        color: rgba(0,33,94,.3);
        text-transform: uppercase;
        margin-bottom: 30px;
        font-family: "Quicksand", sans-serif;
    }

.gallerySwiperBlock {
    position: relative;
}

    .gallerySwiperBlock span.numberCount {
        font-family: Quicksand,sans-serif;
        position: absolute;
        top: 12px;
        left: 12px;
        display: block;
        font-size: 62px;
        line-height: 62px;
        z-index: 99;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }

.gallerySwiperBlockImg {
    position: relative;
    margin-bottom: 12px;
    transition: .2s ease-in-out;
}

.gallerySwiperBlock span.dateSpan {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 120px;
    text-align: center;
    transform: translate(-50%,0);
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    background: rgba(255,255,255,.9);
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}

.gallerySwiperBlock img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .2s ease-in-out;
    border-radius: 6px;
    filter: brightness(.8);
}

.gallerySwiperBlock h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.2px;
    position: relative;
    overflow: hidden;
    height: 42px;
}

.gallerySwiperBlock:hover img {
    filter: grayscale(0) brightness(.8);
}

.photoGallerySection .topper-carousal .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    background: #810024;
    padding: 10px 18px !important;
    border-radius: 4px;
}

.photoGallerySection .topper-carousal .owl-nav button.owl-next {
    position: absolute;
    left: auto;
    right: 0;
    top: 40%;
    background: #810024;
    padding: 10px 18px !important;
    border-radius: 4px;
}

    .photoGallerySection .topper-carousal .owl-nav button.owl-prev i, .photoGallerySection .topper-carousal .owl-nav button.owl-next i {
        color: #fff;
    }



.main-heading {
    font-size: 25px;
    padding-bottom: 15px;
    text-align: center;
    color: #002c39;
    font-weight: 700;
    position: relative;
}

.lineclass {
    padding: 0 0 0 15px;
}


    .lineclass::before {
        content: "";
        position: absolute;
        width: 5px;
        background: #000;
        height: 40px;
        animation: none;
        height: 30px;
        top: -3px;
    }

.main-heading .sub-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 26.82px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    ;
    position: relative;
    display: inline-block;
    color: #7b7b7b;
    margin-top: -5px;
    padding: 0 0 0 15px;
}

.my-custom-school-updates .nav-fill .nav-item, .my-custom-school-updates .custom-tab > .custom-tab {
    margin-right: 10px;
    flex: 1 1 auto;
    text-align: center;
}

.my-custom-school-updates .nav-tabs .nav-item .custom-tab, .my-custom-school-updates .nav-tabs .custom-tab {
    border-radius: 5px;
    color: #000;
    padding: 15px;
    border: 1px solid #0d4274;
    font-size: 18px;
    font-weight: 700;
}

    .my-custom-school-updates .nav-tabs .nav-item.show .custom-tab, .my-custom-school-updates .nav-tabs .custom-tab.active {
        background-color: #0d4274;
        border-radius: 5px;
        color: #fff;
        padding: 15px 0px;
        border: 1px solid #0d4274;
    }

.my-custom-school-updates .nav-fill .nav-item .custom-tab, .my-custom-school-updates .nav-justified .nav-item .custom-tab {
    width: 100% !important;
    margin: 5px;
}

.my-custom-school-updates .tab-pane1 {
    display: none;
}

    .my-custom-school-updates .tab-pane1.active {
        display: block;
    }


.news_events .card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: solid 1px #ccc;
    border-left: 4px solid #810024;
    color: black;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    transition: 0.3s;
}


.card-img-top {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    max-height: 200px;
}

.news_events .card-title {
    font-size: 20px;
    font-weight: 700;
}

.news_events .card-text-1 {
    text-align: justify;
}

.news_events .card:hover {
    background-color: #0d4274;
    color: white;
    transform: scale(1.01) translateY(8px);
}

    .news_events .card:hover .card-title {
        color: #fff;
    }

.single-slider {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: solid 1px #ccc;
    border-left: 4px solid #810024;
    color: black;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    transition: 0.3s;
}

    .single-slider:hover {
        background-color: #0d4274;
        color: white;
        transform: scale(1.01) translateY(8px);
    }

        .single-slider:hover .marks {
            color: #fff;
        }

.bg-container {
    background-image: url(../images/explore-bg.jpg);
    background-size: cover;
    background-position: top center;
}


.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.side-space {
    padding-right: 40px;
    padding-left: 40px;
}

.common-heading {
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 700;
}

.sub-heading-para {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    width: 865px;
}

.side-space-160 {
    padding-right: 40px;
    padding-left: 40px;
}

.box-overlay {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

    .box-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 99;
        transform: translateX(0);
        transition: transform 2s ease;
    }

    .box-overlay.transparent::before {
        transform: translateX(100%);
    }

.addition-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}

    .addition-card img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

.bg-white {
    background: #fff;
}

.overlay {
    position: absolute;
    bottom: -27%;
    left: 0;
    width: 100%;
    height: 40%;
    background: #fff;
    color: white;
    transition: bottom 0.5s ease;
    text-align: left;
    padding: 15px;
}

    .overlay .description {
        margin-top: 0px;
    }

.description h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 24px;
    font-family: poppins;
    margin-bottom: 0;
    font-weight: 500;
}

.opacity-text {
    opacity: 0;
}

.box-info-btn {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    color: black;
    background-color: #ffffff00;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.4s;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: start;
}

    .box-info-btn span {
        position: relative;
        z-index: 1;
    }

    .box-info-btn::after {
        background-color: #333;
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.addition-card:hover .overlay {
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
}

.addition-card:hover .opacity-text {
    opacity: 1;
}

.bg-yellow {
    background: #ffc700;
}

.bg-red {
    background: #ce373b;
}

.bg-gray {
    background: #a9abae;
}

.box-info-btn:hover {
    color: #000;
}

    .box-info-btn:hover:after {
        right: 0;
        left: auto;
        width: 0;
    }

.bg-red .box-info-btn::after {
    background-color: #fff;
}

.modal-close {
    text-align: end;
    display: flex;
    justify-content: end;
}

.btn-close-popup, .btn-close-popup:hover {
    background: #333;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    top: 20px;
    z-index: 1;
    left: 20px;
    border: 2px solid #fff;
    opacity: 1;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    color: #fff;
    transition: all 0.3s linear;
}

.bg-blue-1 {
    background: #0d4274;
}

.bg-red-1 {
    background: #c54409;
}

.fixredRit {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    right: 5px;
    width: 40px;
    z-index: 999;
    bottom: 40%;
    transition: all .1s;
    padding: 0;
    margin: 0;
}

    .fixredRit li {
        width: 100%;
    }

        .fixredRit li:not(:last-of-type) {
            margin-bottom: 8px;
        }

    .fixredRit .socialBtn {
        transition: all .5s;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        width: 35px;
        height: 35px;
    }

        .fixredRit .socialBtn .icon {
            width: 100%;
            height: 100%;
            display: flex;
            max-width: 20px;
        }

            .fixredRit .socialBtn .icon svg {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .fixredRit li .socialBtn {
        background: #af014a;
    }

    .fixredRit li .admSnBTn {
        width: 100%;
        height: fit-content;
        writing-mode: vertical-lr;
        display: flex;
        align-items: center;
        background: #f0132b;
        color: #fff;
        padding-inline: 10px;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 5px;
        width: 35px;
        transition: all .5s;
    }

.update-button-important {
    position: fixed;
    background: rgba(0,33,94,.9);
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 9px 12px;
}

    .update-button-important .container-fluid {
        background: #fff;
        padding-top: 2px;
        padding-left: 2px;
        padding-bottom: 2px;
    }

    .update-button-important p {
        margin-bottom: 0;
        background: #fcd22b;
        color: #000;
        padding: 4px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
    }

/*===================== Pop Up =======================*/
.overlay-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 /50%);
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-main-content {
    z-index: 999;
}

.close-button {
    text-align: right;
}

    .close-button i {
        position: relative;
        top: 0;
        right: 0;
        color: #000;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #000;
        cursor: pointer;
    }

.img-and-content {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 11px 0px #ccc;
    text-decoration: none !important;
}

    .img-and-content img {
        width: 550px;
        height: 450px;
        padding: 0;
    }

span.content__popup {
    width: 290px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}

.img-and-content .text-popup {
    font-size: 14px;
    font-family: 'Glory', sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0px;
    font-style: normal;
    color: #000;
    line-height: 22px;
}

.see_morew__btn {
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 10px 3px 10px;
    font-weight: 600;
    text-shadow: 0 0 black;
    font-size: 12px;
    font-style: italic;
    width: auto;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'Glory', sans-serif;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    transition: ease all 500ms;
}

span.see_morew__btn:hover {
    color: green;
    transition: ease all 500ms;
}

.topheadingpopup {
    font-family: 'Glory', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.Custom-inner-section p {
    text-align: justify;
}

.custom-ul {
    padding-left: 2rem;
    margin-bottom: 20px;
}

    .custom-ul li {
        font-size: 17px;
        list-style: disc;
    }

.custom-ad-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

table, th, td {
    border: 1px solid #000;
}

th {
    background-color: #0d4274 !important;
    color: #fff;
}

.padding-left {
    padding-left: 38px;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.text-card-wrapping-img {
    padding: 12px 0;
    background: #0d4274;
    color: #fff;
    width: 110%;
    transform: translate(-6%, -5%);
}

.custom-img-height img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.text-card-wrapping-img::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid #0d4274;
    top: -20px;
    left: 0px;
    border-left-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
}

.text-base {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 5px;
    color: #ffff;
    font-weight: 700;
}

.text-sm {
    font-size: 17px;
    line-height: 1.25rem;
}

.padding-custom-p {
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #3f405a8c;
}

.image-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 30px;
}

    .image-box .image {
        position: relative;
        display: block;
        float: left;
        background: #0d4274;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
        margin: 0;
    }

        .image-box .image:before {
            position: absolute;
            content: '';
            background: #6A7BAF;
            height: 290px;
            width: 290px;
            top: -30px;
            right: 31px;
            border-radius: 20px;
            z-index: -1;
        }


        .image-box .image img {
            width: 100%;
            border-radius: 20px;
        }

.box_1_details {
    box-shadow: 0rem 0.5rem 1rem #0000004d;
    padding: 25px 28px 20px 28px;
    background: white;
    height: 360px;
    margin-bottom: 18px;
}

.mt {
    margin-top: 42px;
}

.relative {
    position: relative;
}

@media screen and (max-width:767px) {
    span.content__popup {
        width: 220px;
    }

    .topheadingpopup {
        font-size: 14px;
        line-height: 18px;
    }

    .img-and-content .text-popup {
        font-size: 13px;
        margin-right: 0px;
        line-height: 18px;
    }

    .see_morew__btn {
        font-size: 11px;
    }

    .img-and-content img {
        width: 320px;
        height: 320px;
    }
}


.faculty-single {
    padding: 20px;
    background: rgb(241 241 241);
    text-align: center;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 20px;
}

    .faculty-single:hover {
        background: #1c437e;
    }

    .faculty-single figure {
        width: 160px;
        height: 160px;
        margin: 0 auto 20px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #1c437e;
        transition: .7s;
        background: #bbb;
    }

    .faculty-single:hover figure {
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
    }

    .faculty-single figure img {
        width: 100%;
    }

.faculty-details div {
    opacity: 0;
    transition: 1s;
    margin-bottom: -30%;
    padding-top: 10px;
}

.faculty-single:hover div {
    opacity: 1;
    margin-bottom: -0%;
}

.faculty-single h3 {
    font-size: 22px;
    color: #333;
    line-height: normal;
    font-weight: 600;
    transition: .7s;
}

    .faculty-single h3 small {
        font-weight: 500;
        display: block;
        line-height: 16px;
        margin: 0 0 10px 0;
        font-size: 15px;
        transition: .7s;
        color: #1c437e;
    }

.faculty-single:hover h3, .faculty-single:hover h3 small, .faculty-single:hover p {
    color: #fff;
}

.faculty-single p {
    font-size: 15px;
    line-height: normal;
    transition: .7s;
    text-align: center;
}


.contact-information {
    border: 2px solid #F5F5F5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px -5px rgb(76 64 237 / 8%);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    height: 210px;
}

.contact-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #c20702;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-icon i {
        font-size: 22px;
        color: #fff;
    }

.address-text {
    text-align: center;
}

.address-text h5 {
    margin: 0;
    font-size: 22px;
}

.address-text p {
    font-size: 16px;
    font-weight: 500;
}

.event-img {
    border-radius: 5px;
    height: 210px;
    width: 100%;
}

.event-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-top: 15px;
}

.pos-form-details label{
    font-size:17px;
    font-weight:600;
}

.newsHpSection .container-fluid{
    padding:0 40px;
}

@media screen and (max-width:900px){
    .whatsapp-flex{
       position: fixed;
       left: 20px;
       bottom: 80px;
       z-index: 9999;
    }

    .header-top .inner-container{
        align-items: end;
        justify-content: space-between;
        padding: 0 0px;
        flex-direction: column;
    }
    .custom-slider{
        height:230px;
    }

    .inner-about {
        padding: 60px 15px;
    }

    .title-heading h1{
        font-size: 30px;
    }
    .title-heading p{
        font-size: 13px;
    }
    .main-menu2.py-3{
        padding: 0 0 4px !important;
    }
    .inner-about h2{
        font-size: 20px;
    }
    .admi-content h1{
        font-size: 23px;
    }
    side-space-160 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .divider{
        display:none;
    }
    .inner-about {
    padding: 31px 13px;
}

    .about-carousal img{
        margin-top:20%;
    }

    .add-enquiry ul {
        padding: 15px 11px;
        flex-wrap: wrap;
    }

    .add-enquiry ul a {
        font-size: 13px;
    }
    .side-space {
        padding-right: 10px;
        padding-left: 10px;
    }
    .common-heading {
        font-size: 25px;
    }
    .sub-heading-para {
        width: 100%;
        font-size: 15px;
        text-align: justify;
        line-height: 26px;
    }

    .side-space-160 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .btn-close-popup, .btn-close-popup:hover{
        left: 3px;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
   .sectionHead{
        font-size: 26px;
    }
    .hfsIntro p{
        font-size: 15px;
        line-height: 1.2;
        margin-top: 8px;
    }
     .facultyCarousel{
        padding:10px 0px;
    }
    .newsHpSection{
        padding: 50px 0 0;
    }
    .calendarBtn a{
        padding: 12px 9px;
        font-size: 15px;
    }

    .newsHpSection {
        padding: 50px 0 0;
    }
    .calendarBlock {
        margin-right: 0;
    }
    .awards h2 {
        font-size: 23px;
        font-weight: 700;
    }

    .my-custom-school-updates{
        margin-top: 40px;
        padding-bottom:30px;
    }
    .sectionSubtitle {
        font-size: 25px;
    }

    .titleHL:before {
        content: '';
        width: 5px;
        height: 24px;
        display: inline-block;
        background: #f6d123;
        margin-right: 8px;
    }
    .infra-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }
    .infra-grid > div {
        grid-area: auto !important;
    }
     .sfText {
        font-size: 13px;
    }
    .heading{
        display: block;
    }

    .heading .h1 {
        font-size: 30px;
        text-align: center;
    }
    .toggleWrapper{
        padding: 3rem 0rem 0;
    }

    .Our-pointer-events{
        margin-right:0;
        margin-top:0;
    }
    .photoGalleryInfo h2{
        font-size: 40px;
        text-align: center;
    }
    .hm-toppers-section{
       padding-bottom:0;
    }

    footer{
        padding: 50px 0 120px;
    }

    .quick-link ul{
        flex-direction:column;
        row-gap: 9px;
    }

    .bottom-content{
        padding-left: 0;
    }
    .social-icon{
        margin-top:10px;
    }
    .padding-left {
        padding-left: 27px;
        margin-bottom: 15px;
    }

    .w-75{
        width:100% !important;
    }

    .newsHpSection .container-fluid{
        padding:0 0px;
    }
}