@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Paprika&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
}

/*=============== Font Imports ===============*/
@font-face {
    font-family: "Montserrat", sans-serif;
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "poppins", sans-serif;
    src: url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype'), url('../fonts/Poppins/poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins/poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============== Universal Styles ===============*/
* {
    padding: 0;
    margin: 0;
    font-family: poppins, sans-serif;
}

body {
    overflow-x: hidden;
}
p{
    font-size:14px;
    font-weight:400;
}

/*=============== Common Styles ===============*/
.h-fill {
    height: -webkit-fill-available !important;
    height: fill-available !important;
}

.h-fit {
    height: -webkit-fit-content !important;
    height: fit-content !important;
}

section {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
}

a {
    text-decoration: none !important
}

.left-content {
    border-radius: 32px 0 32px 32px;
}
.middle-content{
    border-radius:32px 32px 0 0;
}

.right-content {
    border-radius: 0 32px 32px 32px;
}

.bg_secondary {
    background: #A4C450 !important;
}

.bg_primary {
    background: #2c3A65 !important;
}

.text_primary, h3-style {
    color: #2c3A65 !important;
}
.text-primary {
    color: #1a95cd!important
}

.text_secondary {
    color: #A4C450 !important;
}
.btn_primary {
    background: #094977 !important;
    border-color:#094977!important;
    color:#fff!important;
}
.btn_primary:hover{
    box-shadow:0px 0px 4px #1a95cd!important;
}
.custom-list marquee li {
    list-style: none !important;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 4px #00000060;
}

.paprika {
    font-family: "Paprika", system-ui;
    font-weight: 400;
    font-style: normal;
}

.img-shadow {
    box-shadow: 10px 10px #2c3A65
}
/*=============== Homepage Styles ===============*/
.topNavContainer {
    background: #2C3A65;
    display: flex;
    flex-direction: row;
    width: 100vw;
    flex-wrap: wrap;
    padding: 4px 0;
}

    .topNavContainer * {
        color: #fff;
        font-size: 14px;
    }

header {
    z-index: 100;
    transition: all ease-in-out 0.8s;
    background: linear-gradient(180deg, #fff 60%, transparent);
    position: absolute;
    padding-bottom: 3rem;
}

.fixed {
    position: fixed !important;
    top: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px #666;
    padding-bottom: 0;
}
#navBar{
    position:absolute;
    left:0;
    right:0;
}

.fixed .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;

    & #navBar{
                 right:3rem;
                 left:unset;
             }
}

    #fixedNavLogo .logo-image{
        position:relative;
        max-width:180px;
        height:auto;
    }
.downloadApp {
    position: relative;
    max-width: 120px;
    height: auto;
}
.navbar-nav {
}

    .navbar-nav * {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }



    .navbar-nav li {
        background: #2c3a65;
        padding: 0 4px;
        box-shadow: 1px 0px 6px #00000060, inset 1px 1px 8px #959cb260, inset -1px -1px 6px #00000060;
    }

        .navbar-nav li:not(:last-child) {
            border-right: 3px double #ffffff60;
        }

.nav-item {
    position: static;
}

.dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
}

    .dropdown-menu .col-12 {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-height: 150px;
    }

    .dropdown-menu a {
        padding: 6px 12px;
    }

        .dropdown-menu a, .dropdown-menu a * {
            color: #2c3A65 !important;
            /*border-bottom:1px solid #ddd;*/
        }

            .dropdown-menu a:hover {
                background: #ddd;
            }

.navbar-nav sub {
    font-size: 10px;
    font-weight: 400;
    color: #bdbdbd !important;
}

.nav-link:hover {
    color: #ccc !important;
}

.nav-link:visited {
    color: #fff !important;
}

.nav-link.show {
    color: #fff !important;
    background: linear-gradient(90deg, transparent 0%, #ffffff60 30%, #ffffff60 70%, transparent 100%);
}

.logo {
    min-width: 100px;
    max-width: 150px;
}

.logo-image {
    max-width: 100px;
    height: auto;
}

.logo-tit span {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 36px;
    color: #2c3a65;
}

.title .subtext {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: #2c3a65;
}
.fixedButton {
    position: fixed;
    z-index: 1000;
    text-align: center;
}
.fixedButton.disclosure {
    width: 51px;
    height: 173px;
    top: 240px;
    right: 0px;
}

.flexslider{
    padding-top:100px!important;
}
.programs {
    margin-top: -10px;
}
.abtContent {
    align-content: space-evenly;
}
.quote object {
    height: 32px;
    width: 32px;
    filter: drop-shadow(2px 2px 1px #2c3A65);
}

.quote-author {
    float: right;
    text-indent: -12rem;
    font-weight: 600;
    text-transform: capitalize !important;
}
.newsBox {
    padding: 10px 20px;
    height: 120px
}
.band {
    max-height: 200px;
}


.updateAlternateImage {
    position: absolute;
    margin-bottom: -1.5rem
}

.calender {
    border: none !important;
}

    .calender tbody:nth-child(1) tr:nth-child(1) {
        border-bottom: 1px solid #ddd;
    }

    .calender tbody tr:nth-child(1) td {
        background: none !important;
    }

.calendar-control.calendar-head tr {
    border: none !important;
}

.calendar-control.calendar-head td:nth-child(odd) a {
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 100%;
    box-shadow: 4px 4px 4px #ddd;
    transition: all 0.3s ease-in-out;
}

    .calendar-control.calendar-head td:nth-child(odd) a:hover {
        background: #ddd;
        padding: 2px 10px;
        transition: all 0.3s ease-in-out;
    }

    .calendar-control.calendar-head td:nth-child(odd) a:active {
        background: #666;
        padding: 0 8px;
        transition: all 0.3s ease-in-out;
        box-shadow: 4px 4px 4px #666;
    }
.calendarContainer {
    height: 400px;
    width: 100%;
    padding: 10px 15px
}
.eventContainer {
    padding: 10px;
    height: 400px
}
.birthday-card {
    height: 400px;
    background: url(../images/celebBg.jpg) no-repeat;
    background-size: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo-in-birthday-card {
    max-width: 80px!important
}
.studPhoto-in-birthday-card {
    object-fit: cover!important;
    object-position: top;
    width: 120px!important;
}
.video-js {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin: 0 auto;
}
.facilityWrapper {
    background: url(../images/facilitybg.jpg) no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 2rem;
}

.facilityImg {
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

.admissionWrapper {
    background: #5aa7f3;
    background-image: url(../images/admissionbg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
    max-height: 180px;
    overflow: visible;
}

.admissionImg {
    position: relative;
}

    .admissionImg:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient( 270deg, #5aa7f3 2%, transparent 15%);
        z-index: 5;
    }

.literaWrapper {
    background: url(../images/novaBg.jpg) no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 2rem;
    position:relative;
}
    .literaWrapper:before {
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(to top, #ffffff 0%, #5598e2 10%, transparent 20%) !important; position: absolute;
        bottom: 0;
        left: 0;
    }
.literaWrapper hr {
    width: 90%;
}

    .col.literli {
        position: relative
    }

    .col.literli:after {
        position: absolute;
        content: "";
        background: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        top: -24px;
        left: 0;
        right: 0;
        margin: auto;
    }

.col.active.literli:after {
    background: #A4C450 !important;
}
.litera-tab-img {
    height: 210px;
}
.litera-tab-content {
    top: 30px;
    right: 30px;
}
.litera-tab-sm-img {
    max-width: 80%;
    box-shadow: inset 2px 2px #666;
}
.litera-tab-sm-content{
    font-size:4vw;
}

.parentVoice-VideoContainer {
    min-height: 320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.galleryContainer{
    height:300px;
}
.imgGal {
    position: relative;
    min-width: 300px;
    transition: all ease-in-out 0.8s;
}

    .imgGal:hover {
        min-width: 420px;
        transition: all ease-in-out 0.8s;
        & .galleryImageDetails

{
    background: transparent;
    transition: all ease-in-out 0.9s;
}

}

/*.testimonial-item {
    transition: 0.4s ease;
    background: #ddd;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

#owl-carousel2 .owl-item.active + .owl-item.active , #owl-carousel2 .owl-item.active + .owl-item.active + .owl-item.active {
    & .testimonial-item .card-wrapper{
    flex-direction: column;
}
.text {
    width: 0;
    display:none;
    transition: all ease-in-out 0.8s
}
}

#owl-carousel2 .oel-item.active {
    width: fit-content !important;
}
#owl-carousel2 .owl-item.active .testimonial-item .card-wrapper {
    flex-direction: row;
    width: -webkit-fill-available!important;
        & .text
{
    height: fit-content;
    min-width:200px;
}
}


.owl-items .testimonial-item .card-wrapper .details .text {
    height: 0px;
    transition: all ease-in-out 0.8s
}

.active:nth-child(1) {
    &.testimonial-item .card-wrapper .details .text

{
    height: fit-content;
    transition: all ease-in-out 0.8s
}

}
*/
#owl-carousel2 .owl-item {
    min-height: max-content;
    height: 300px;
}

.card-wrapper {
    display: flex;
    flex-direction: row;
    /*background: #fff;*/
    padding: 18px;
    border-radius: 14px;
    width: 100%;
    min-height: 200px;
    display: flex;
    gap: 16px;
}

.photo {
    width: 120px !important;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.details {
    max-width: 300px;
    align-content: end;
    width: -webkit-fill-available;
}




.galleryImageDetails div {
    background: #2c3A6599;
}

}

.galleryContainer {
    height: 300px;
}

.galleryImage {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
}

.galleryImageDetails {
    position: absolute;
    background: #00000075;
    width: 100%;
    bottom: 0;
    height: auto;
    min-height: 300px;
    align-content: end;
    left: 0;
    transition: all ease-in-out 0.9s;
}

.owl-dots, .owl-nav {
    display: none !important
}

#owl-carousel2 .owl-nav {
    position: absolute;
    left: -2rem;
    top: 0;
    bottom: 0;
    height: 90px;
    margin: auto;
    flex-direction: column;
    gap: 0px;
    display: flex !important;
    align-items: center;
}

.owl-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    padding: 6px 12px;
    margin: auto 0;
    border: none;
    box-shadow: 4px 4px 4px #666;
    border-radius: 4px;
    background: #A4C450;
}

.owl-stage:after {
    content: none !important
}

/*  ========== sub-pages ============= */
.static-banner {
    position: relative;
    height: 400px;
    padding-top: 100px;
    overflow:hidden;
}

    .static-banner img {
        height: 400px;
        object-fit: cover
    }

    .static-banner:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6)
    }

.sub-h1 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 560px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.sub-content {
    padding: 50px 0px;
}


.para {
    text-align: justify;
    padding-bottom: 50px
}

.img-index .light-bg {
    margin-left: -80px;
    padding-left: 80px
}

.light-bg{
    background: #F7F7F7;
    text-align: center;
    padding: 30px 20px;
}
.bg {
    text-align: center;
    padding: 30px 20px;
}
.light-bg, .bg {
    margin: 10px 0px 0px
}
img-index .col-xl-3 {
    z-index: 1;
}
.icon-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    padding: 25px;
    position:relative;
}

    .icon-circle.y-bg:after {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        border: 2px solid #56aaf6;
        content: '';
        position: absolute;
        top: -10px;
        left: -10px
    }

    .icon-circle.b-bg:after {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        border: 2px solid #2E3298;
        content: '';
        position: absolute;
        top: -10px;
        left: -10px
    }

.y-bg {
    background: #56aaf6
}

.b-bg {
    background: #2E3298
}
.hand-bullet > li {
    display: flex;
    gap: 4px;
}

.hand-bullet li i, .hand-bullet li svg {
    color: #2c3A65;
    margin-right: 4px
}

.white-box {
    box-shadow: 0px 0px 10px #ddd;
    background: #fff;
    width: 100%;
    min-height: 170px;
    padding: 20px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #2e3298;
    border: 1px solid #fff;
}

.panel-title {
    font-size: 14px;
    margin-bottom: 0;
}
.panel-title i{
    float:right;
}
    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #fff;
    }
.panel-collapse {
    background: #f7f7f7;
    padding: 10px 20px;
}


.box-modal {
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0px
}
.alignCenter {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 0px;
}

.spp-icon {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 20px;
}
/*=============== Media Queries ===============*/
@media only screen and (max-width: 991px) {

    .logo {
        max-width: 100px;
    }

    .logo-image {
        max-width: 80px;
        height: auto;
        padding: 8px;
    }

    .logo-tit span {
        font-size: 80%;
        text-wrap: nowrap;
    }

    .title .subtext {
        font-size: 80%;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 8px;
        right: 0;
        bottom: 0;
        background: #8288c3 !important;
        z-index: 9999;
        float: left;
        width: calc(100vw - 32px);
        height: calc(100vh - 150px);
        padding: 8px 0;
        border-radius: 16px 0 16px 16px;
        box-shadow: 0px 0px 10px #ddd;
    }

    .navbar-nav {
        border-radius: 0px !important;
        box-shadow: none !important;
        gap: 12px;
    }

        .navbar-nav li {
            border: 0 !important;
            border-radius: 0;
            background: transparent !important;
            padding: 0 12px !important;
            box-shadow: none !important;
        }
    .litera-tab-sm-content {
        font-size: 16px;
    }
    .fixed .navigation {
        & #navBar

{
    right: 3rem;
    width: 100px;
    height: 50px;
    left: unset;
}

.navbar-collapse{
    width:80vw;
    left:unset;
    right:25px;
    top:48px;
}

}
.dropdown-menu .col-12{
    min-height:unset!important;
}
.quote-author {
    text-indent: -4rem;
}

    .band {
        max-height: fit-content
    }

    .updateAlternateImage {
        position: relative;
    }



    .admissionWrapper {
        max-height: 100%;
    }

    .admissionImg:after {
        content: none;
    }

    .galleryContainer {
        height: fit-content !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .imgGal.col {
        width: 50%;
        height: 300px;
        object-position: center;
    }
.icon-circle.y-bg:after,.icon-circle.b-bg:after{content:unset;}
.y-bg, .b-bg{background:transparent}
}



@media only screen and (max-width: 576px) {
    .imgGal.col {
        width: 100%;
    }
    .navbar-nav sub {
        display:none;
    }
    .img-index .light-bg {
        margin-left: 0px;
        padding-left: 12px;
    }
}
.leveContainer{
    height:150px;
}
.cmn-cls {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 60px 0px;
    z-index: 2;
    justify-content: center;
    color: #fff;
    position: relative;
    height:150px;
    overflow:hidden;
}

.bg-img {
    width: 140%;
    height: 140%;
    opacity: 0;
    transition: all ease-in-out 0.8s;
}

.cl-bg1 {
    background: #3fa9f5;
}

    .cl-bg1 .bg-img {
        background: url(../images/preprim.jpg)no-repeat;
        background-size: 100%;
        background-position: center 0%;
    }

.cl-bg2 {
    background: #008dde;
}

    .cl-bg2 .bg-img {
        background: url(../images/prim.jpg)no-repeat;
        background-size: 100%;
        background-position: center 40%;
    }

.cl-bg3 {
    background: #0867bc;
}

    .cl-bg3 .bg-img {
        background: url(../images/middle.jpg)no-repeat;
        background-size: 100%;
        background-position: center top;
    }

.cl-bg4 {
    background: #264ba4;
}

    .cl-bg4 .bg-img {
        background: url(../images/sec.jpg)no-repeat;
        background-size: 100%;
        background-position: center 60%;
    }

.cl-bg5 {
    background: #2e3298;
}

    .cl-bg5 .bg-img {
        background: url(../images/srsec.jpg)no-repeat;
        background-size: 100%;
        background-position: center 40%;
    }
.admissionWrapper {
    background-size: 50%;
}

.content {
    color: #fff;
    z-index: 2;
    transition: all ease-in-out 0.8s;
}

.cl-bg1:hover, .cl-bg2:hover, .cl-bg3:hover, .cl-bg4:hover, .cl-bg5:hover {
    & .bg-img

{
    opacity: 1;
    /*transform: scale(0.8);*/
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.8s;
}
.content{
    font-weight: bold;
    background: #00000060;
    padding: 12px;
    color:#fff;
    width:100%;
    transition: all ease-in-out 0.8s;
}

}


.swal-footer {
    text-align: center;
}
