body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

ol,
ul {
    list-style: none;
}

strong {
    font-weight: 700;
}

.header-section {
    background-image: conic-gradient(from 310deg at center, rgba(86, 86, 86, 0.86) 38%, #650404 100%) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -2px;
    margin-bottom: 0px;
    background-color: RGBA(255, 255, 255, 0) !important;
}

.header-contact {
    background-color: #6f1313;
    border-radius: 0 0 55px 0;
    overflow: hidden;
    padding-top: 23px;
    padding-bottom: 23px;
    align-self: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.header-contact ul {
    text-align: left;
}

.header-contact-list:not(:last-child) {
    margin-right: 23px;
}

.header-contact-list {
    display: inline-flex;
    color: #fff !important;
    font-size: 16px;

}


.contact-list-text,
.contact-list-icon {
    padding: 3px;
    line-height: 1.7em;
}

.header-right {
    text-align: right;
    color: #fff !important;
    background-color: RGBA(255, 255, 255, 0);
    padding-top: 23px;
    padding-bottom: 23px;
    align-self: center;
}

.header-right p {
    margin-bottom: 0px;
}

.header-right a {
    color: #fff !important;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 22px;
    background: #6D1212;
    text-decoration: none;
}

.header-right:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.schoolName-section {
    padding-top: 15px !important;
    padding-right: 100px !important;
    padding-bottom: 15px !important;
    padding-left: 100px !important;
    margin-top: 0px !important;
    background-color: #FFFFFF;
    border-radius: 90px 90px 0 0;
    overflow: hidden;
}

.schoolName-header {
    width: 63%;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
}

.headerSchoolImage {
    display: inline-block;
    width: 600px;
}

.headerSchoolImage img {
    width: 100%;
    height: 100%;
}

.studentLogin {
    text-align: right;
    margin: 55px 0px;
}

.studentLogin a {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 38px;
    font-size: 18px;
    background-color: #6d1212;
    padding-top: 8px !important;
    padding-right: 35px !important;
    padding-bottom: 8px !important;
    padding-left: 35px !important;
    transition: all 300ms ease 0ms;
    text-decoration: none;

}

.header-navbar {
    padding-top: 15px !important;
    padding-right: 100px !important;
    padding-bottom: 15px !important;
    padding-left: 100px !important;
    background-color: #FFFFFF;
}

.custom-navbar {
    background: #7a7a7a;
    border-radius: 40px;
    /* padding: 10px 30px; */

    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.custom-navbar .nav-link {
    color: #fff !important;
    font-weight: 700;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.custom-navbar .nav-link:hover {
    color: #f8f9fa !important;
}

.navbar-nav {
    align-items: center;
}

/* Remove default dropdown arrow spacing */
.dropdown-toggle::after {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .custom-navbar {
        width: 100%;
        border-radius: 20px;
    }
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

/* Smooth animation */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 20px 0;
    text-align: left;
    background-color: #FFFFFF !important;
    position: absolute;
    z-index: 9999;
    background: #fff;
    opacity: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-top: 3px solid #6d1212;
    top: calc(100% - 1px);
    left: 0;
    width: 300px !important;

}

.dropdown-menu li {
    padding: 0 20px;
    margin: 0;
    position: relative;
    line-height: 2em;
    display: inline-block;
    font-size: 14px;
}

.dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF !important;
    background: #650404 !important;
    margin-bottom: 5px !important;
    width: 260px !important;
    padding: 6px 20px;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.dropdown-item:hover {
    opacity: .7;
}

.news-section {
    background-color: #f0f5fa !important;
    padding: 27px 0px;
}

.news-update-btn {
    display: flex;
    align-items: center;
    background-color: #6d1212;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    margin: 0px 30px;
}


.notice {
    background-color: #FFFFFF;
    /* border-color: #3c75c0; */
    padding-top: 2px;
    padding-bottom: 2px;
}


.marquee-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 0;
}

.notice-list {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 600s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(1%);
    }

    100% {
        transform: translateX(-100%);
    }

}

.media {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background: #fafafa;
    padding: 0.5em;
    transition: background 0.3s;
}

.notice-list .media-text h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.notice-list .media-text h5 a {
    text-decoration: none;
    color: #0077cc;
    transition: color 50s;
}

.carousel-item-1 {
    width: 100%;
    height: 635px;
}

.carousel-item-1 img {
    width: 100%;
    height: 100%;
}

.preface-section {
    padding: 100px 0;
}

.preface-images {
    margin-top: 20px !important;
    text-align: center;
    margin-left: 80px;
}

.preface-background-overlay,
.principalMessage-background-overlay {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 480px;
}

.preface-image {
    width: 480px;
    height: 250px;
    object-fit: cover;
}

.preface-image img {
    width: 100%;
    height: 100%;
}

.preface-title h2 {
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #6d1212 !important;
    margin: 30px 0;
}

.highlight-preface {
    margin: 15px 0;
    padding: 0px 0px 15px;
    color: #000000;
}

.focus-section {
    padding: 100px 0px;
    background-color: #f0f5fa !important;
}

.focus-title h1,
.PrincipalMessage-Title {
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #6d1212 !important;
    text-align: center;
    margin: 60px 0;
}

.focus-card {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: relative;
    text-align: center;
    height: 560px;
}

.focusCard-img {
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50% 50% 50% 50%;
    overflow: hidden;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    background-color: #6d1212;
}

.focusCard-content {
    text-align: center;
}

.focus-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
}

.chairmanMessage-section {
    background-color: #6d1212 !important;
    padding: 54px 0;
}

.chairmanMessage-Title {
    font-weight: 700;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
}

.chairmanMessage-Content {
    background-color: #FFFFFF;
    border-radius: 80px 21px 85px 21px;
    overflow: hidden;
    padding-top: 50px !important;
    padding-bottom: 25px !important;
}

.chiarmanTitle {
    font-weight: 600;
    color: #111111 !important;
    font-size: 18px;
}

.chairmanMessage-Content {
    /* max-width:600px; */
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
    background-image: url(/assets/images/background.svg);
    background-position: 0 0;
    background-repeat: repeat;
}


.chairmanImage {
    margin-bottom: 30px;
}

.ChaimanDesContainer {
    max-width: 600px;
}


.chiarmanTitle {
    font-weight: 600;
    color: #111111 !important;
    font-size: 18px;
    margin: 20px 0;
}

.principalDesk-section {
    padding: 54px 0;
}

.principalMessageContent {
    height: 400px;
    overflow-y: auto;
}


.PrincipalContentHeading {
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    color: #6d1212 !important;
    font-size: 30px;
}

.principalMessage-image {
    width: 480px;
    height: 330px;
    object-fit: cover;
}


.principalMessage-image img {
    width: 100%;
    height: 100%;
}

.facilities-section {
    background-color: #f0f5fa !important;
    padding: 54px 0;
}

.Facilities-Title {
    font-weight: 700;
    font-size: 36px;
    color: #6d1212 !important;
    text-align: center;
}


.FacilitiesBlockquote {
    margin: 20px 130px 30px;
    /* border-left: 5px solid; */
    padding-left: 20px;
    color: #000;
}

.facilitiesSlider {
    margin: 20px 130px 30px;
    background-color: #6d1212;
    color: #fff;
    padding: 70px;
}

.facilitiesTitle {
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    text-align: left !important;
    color: #fff;
    margin-bottom: 30px;
}

.facilitiesSliderImg {
    height: 300px;
}

.facilitiesSliderImg img {
    width: 100%;
    height: 100%;
}

/* ============== footer css start here=================== */

.footer-section {
    width: 100%;
    height: 300px;
    background-image: url(/assets/images/footer-images.svg);
    background-size: 100% 100%;
    background-color: #731D1F;
    color: white;
    padding: 50px 0;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo img {
    width: 100%;
}

.footer-section h5 {
    font-size: 24px;
    font-weight: 700;
}

.footer-section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    color: white;
}

.app-group {
    justify-content: start;
    display: flex;
    gap: 10px;
    align-items: center;
}

.app-group img {
    width: 40%;
}

.footer-icon {
    display: flex;
    gap: 10px;
}

.footer-icon li {
    list-style: none;
}

.footer-icon i {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

.footer-icon i:hover {
    font-size: 28px;
}

/* about us css */

.breadcrumbs {
    padding: 20px 0px;
    background-color: #650404;
    color: white;
    justify-content: center;

}

.about-section,.affiliation-section,.founder-section,.messageOfMataJi-section,.discipline-section,.schoolStaff-section,.curriculum-section,.result-section,.alumni-section,.technology-section{
    padding: 50px 0px;
}



.breadcrumbTitle, .affiliationTitle{
    font-weight: 700;
    color: #fff !important;
    font-size: 30px;
}

.aboutTitle{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #6d1212 !important;
        font-size: 30px;
}

.about-section p,.affiliation-section p,.founder-section p,.discipline-section p,.technology-section p{
    color: #000;
}

.messageOfMataJi-section p{
    padding-top: 100px;
    font-size: 16px;
}


.affiliationImageLeft{
    padding-left: 100px;
}

.aboutSection-image img{
    width: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.affiliationSection-image-1{
    width:100%;
    height: 275px;
}

.affiliationSection-image-1 img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.affiliationSection-image-2 img{
     width: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.affiliationContent{
    padding-top: 50px;
}

.mataji-background-overlay{
     border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 400px;
}

.mataJi-image{
    width:400px;
    /* height: 275px; */
}

.mataJi-image img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.discipline-section ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px
}

.discipline-section ul li p{
    margin-bottom: 0px;
    font-size: 16px;
}

.discipline-background-overlay{
     border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}


.discipline-image{
    width:350px;
    
}

.discipline-image img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.discpiline-image-1{
    margin-left: auto;
    margin-right: auto;
}

.discpiline-image-2{
    margin-top: -35px !important;
    margin-left: 230px !important;
     text-align: right;
    margin-right: 0;
}


.discpiline-image-3{
        margin-top: -80px !important;
        text-align: center;
}

.discipline-image3{
    width: 250px;
}

.discipline-image img,.discipline-image3 img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}


.discipline-background-overlay-2{
     border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}


.discpiline-image-4{
    margin-top: -125px !important;
    margin-left: 370px !important;
    /* width: 50%; */
    text-align: center
}

.entry-content table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

table, tr, td {
    border: 2px solid black;
    border-collapse: collapse;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.entry-content tr td, .entry-content tr th {
    border-top: 1px solid #eee;
    padding: 6px 10px;
}

.entry-content tr th {
    background-color: #6d1212;
    color: white;
    border: 2px solid black;
    text-align: left;
}


.curriculumTitle{
    font-weight: 700;
    color: #6d1212 !important;
    font-size: 26px;
    margin-bottom: 30px;
}

.accordion{
    margin-bottom: 30px;
}

.nurseryTitle{
    color: #650404 !important;
    font-weight: 700;
    font-size: 18px;
}

.nurseryList ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
    color: #000;
}

.curriculumAccButton{
    background-color: #f4f4f4 !important;
    padding: 20px !important;
    border: 1px solid #d9d9d9 !important;
}

.accordion-button:not(.collapsed) {
    color: #650404 !important;
    /* background-color: white !important; */
     border: 0px solid #d9d9d9 !important;
}

.accordion-button::focus{
    box-shadow: none;
}

/* .accordion-button::after{
    font-size: 20px;
    right: -2px;
    color: #650404;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content: "\3b" !important;
    left: auto;
} */

.accordion-button::after {
   font-size: 20px;
    right: -2px;
    color: #650404 !important;
    font-family: ETmodules !important;
    font-weight: 400 !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.nurseryList h4{
    font-size: 18px;
}

.result-title,.listOfTopper,.alumniTitle{
    font-weight: 600;
    color: #6d1212 !important;
    font-size: 30px;
    margin-bottom: 30px;
}

.toppersImg{
    margin: auto;
    text-align: center;
    width: 50%;
}

.toppersImg img{
    width: 100%;
    height: 100%;
}

.toppersBack{
     background-image: url(/assets/images/resultBackgound.webp);
     /* width: 100%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.marginRow{
    margin-top: 50px;
}


.holidayLsitNote{
    color: #111111 !important;
    text-align: left;
    border: 2px solid #6D1212;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.holidayLsitNote p{
    margin-bottom: 0px;
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: center;
}

table {
    caption-side: top;
    border-collapse: collapse;
}


.entry-content-1 table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.facilites-Title{
    font-weight: 600;
    background-image: linear-gradient(45deg, #650404 30%, #bc0000 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    font-size: 30px;
    margin-bottom: 30px;
}


.facilities-rowGap{
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
}

.facilities-1{
    position: relative;
    z-index: 2;
        /* float: left; */
        padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
}

.facilitiesBack-1{
    background-image: url(/assets/images/facilitiesBackground.svg);
    background-repeat: no-repeat;
        transform: scale(-1, 1);
    background-position: 50%;;
    overflow: hidden;
 
        bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
        border-radius: 50px 50px 50px 50px;
}


.facilitiesBack-2{
    background-image: url(/assets/images/facilitiesbackground2.svg);
    background-repeat: no-repeat;
        transform: scale(-1, 1);
    background-position: 50%;;
    overflow: hidden;
 
        bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
        border-radius: 50px 50px 50px 50px;
}



.facilities-background-overlay-1{
     border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 350px;
    
}


.facilities-image1{
    width:350px;
    height: 260px;
    
}

.facilities-image1 img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}


.facilities-image2{
    width:350px;
    height: 350px;
    
}

.facilities-image2 img{
    width: 100%;
    height: 100%;
    border: 2px solid #6d1212;
    border-radius: 10px;
}

.facilities-image-2{
    margin-top: -30px !important;
    text-align: right;
    margin-left: 100px;
}

.facilities-image-3{
    margin-top: 180px;
    padding-left: 150px;
}

.facilities-image-4{
    margin-top: 120px;
    padding-left: 150px;
}


.galleryCard{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #aaa8a8a4;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
}

.galleryCard a{
    text-decoration: none;
    color: #333;
}

.galleryImg{
    position: relative;
    border: 1px solid #aaa8a8a4;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.galleryImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.galleryText{
    text-align: center;
    padding-top: 10px;
}

.galleryText h3{
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 0px
}

.photogalleryImg {
    padding: 10px;
    border: 1px solid #aaa8a8a4;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 100%;
    height: 200px;
}

.photogalleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-details{
    background-color: #ecf1f9;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.phoneSection,.emailSection,.adressSection{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #4d5765 !important;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 20px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    margin-bottom: 20px;
}



.phone-img{
    width: 32px;
    display: table-cell;
    line-height: 0;
}

.phone-img i{
    color: #6d1212;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 25px !important;
    padding-right: 48px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    font-size: 30px;
    background-color: #ecf1f9;
}

.phone-text h4{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0f2239 !important;
}

.phone-description p{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #4d5765 !important;
    margin-bottom: 2px;
}


.address-description p{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #4d5765 !important;
    margin-bottom: 2px;
}

.phone-description a{
    color: #6d1212 !important;
    font-weight: 600;
    text-decoration: none;
}


.contactHeading{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #0f2239 !important;
}

.contact-divider{
    margin: 0 0 30px;
    position: relative;
    height: 23px;
}

.contact-divider:before{
    border-top-width: 3px;
    content: "";
    width: 10%;
    height: 1px;
    border-top: 3px solid #6d1212;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


.footer-Content{
    color:#fff;
    margin-top: 30px;
}

.copyright-section{
    padding: 15px 0;
    background-color: rgba(17, 17, 17, 0.54) !important;
    color: #fff;
    text-align: center;
}

.copyright-section p{
    margin-bottom: 0px;
}


.header2{
    position: fixed !important  ;
    padding: 0px !important;
    z-index: 10010;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: auto;
    margin-top: 0;
     background: linear-gradient(to bottom, #7a0000, #b35a5a);
    /* padding: 10px; */
    font-weight: 600;


}

.school-title h2{
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.navbar-toggler{
    color: #fff !important;
    border: none;
}

.navbar-toggler-icon{
    color: #fff !important;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.contact-map iframe{
    width: 600px;
    height: 450px;
}

@media(max-width:980px){
    .header-section{
        display: none;
    }
     .principalMessage-image{
        width: 100%;
        height: 100%;
    }

    .preface-background-overlay, .principalMessage-background-overlay {
        width: 100%;
    }
    .FacilitiesBlockquote {
        margin: 20px 75px 30px;    
    }
    .facilitiesSlider {
    margin: 20px 75px 30px;
    }

    .focus-card{
        margin-bottom: 30px;
    }
    
    .affiliationImageLeft {
        padding-left: 0px;
    }
    .breadcrumbTitle, .affiliationTitle {
    font-weight: 500;
    font-size: 24px;
    }

    .messageOfMataJi-section p {
    padding-top: 0px;
    font-size: 16px;
    }

    .discipline-background-overlay {
        width: 100%;
    }
    .discipline-image {
        width: 100%;
    }

    .discpiline-image-2 {
    margin-top: 30px !important;
    margin-left: 0px !important;
    }

    .discpiline-image-3 {
    margin-top: 30px !important;
    text-align: center;
    }

    .discpiline-image-4 {
        margin-top: 30px !important;
        margin-left: 0px !important;
    }

    .facilities-background-overlay-1 {
        width: 100%;
    }

    .facilities-image1 {
        width: 100%;
        height: 260px;
        margin-top: 30px;
    }

    .contact-map iframe{
        width: 100%;
        height: 100%;
    }
}


@media(max-width:767px){
    .news-update-btn{
        margin-bottom: 20px;
    }

    .preface-images {
    margin-left: 0px;

    }

    .focus-card{
        margin-bottom: 30px;
        height: 509px;
    }

    .focus-section {
    padding: 30px 0px;
    background-color: #f0f5fa !important;
    }

    .principalMessage-image{
        width: 100%;
        height: 100%;
    }

    .preface-background-overlay, .principalMessage-background-overlay {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-color: #000000;
    box-shadow: 10px 10px 0px 0px #650404;
    width: 100%;
    }

    .FacilitiesBlockquote {
    margin: 20px 0px 30px;
    }
    .facilitiesSlider {
    margin: 20px 0px 30px;
    }

    .footer-section{
        height: 100%;
    }

    .app-group img {
    width: 20%;
    }

    .app-group {
        
        margin:20px 0;
    }

    .principalDesk-section {
    padding: 40px 0;
    }

    .focus-title h1, .PrincipalMessage-Title {
        margin: 40px 0;
    }

    .facilitiesSliderContent{
        margin-top: 30px;
    }
}

.mobile-navbar .navbar-toggler {
  font-size: 22px;
  border: none;
}

#mobileMenu {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  min-height: 65vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
}

.close-menu {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: transparent;
  color: #fff;
  font-size: 22px;
}


.menu-list {
  list-style: none;
  padding: 15px;
}

.menu-list li {
  border-bottom: 1px solid #ddd;
}

.menu-list li a {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}


.menu-list .collapse a {
  font-size: 14px;
  padding-left: 40px;
  color: #444;
}



