@font-face {
    font-family: nunitoSemibold;
    src: url("../fonts/Nunito-semibold.ttf");
}

@font-face {
    font-family: questrialRegular;
    src: url("../fonts/Questrial-regular.ttf");
}

@font-face {
    font-family: rubikRegular;
    src: url("../fonts/Rubik-Regular.ttf");
}

.top-menu-box {
    padding: 0;
    background: #7195D1;
}

.top-menu-box-image {
    text-align: center;
    padding: 10px;
}

.top-menu-bar-box {
    background: #7195D1;
    height: 93px;
    padding: 38px 0 38px 20px;
}

.brand-logo {
    width: 90%;
}

.top-menu-item {
    color: #ffffff;
    font-family: nunitoSemibold, serif;
    font-size: 14px;
    margin-left: 15px;
}

.top-menu-item-icon {
    font-size: 17px;
    position: relative;
    top: 1px;
}

.top-menu-item:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.top-menu-item:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.contact-number {
    cursor: default;
    float: right;
    margin-right: 10px;
}

.dropdown-icon {
    font-size: 10px;
    position: relative;
    bottom: 1px;
}

.footer {
    background: #7195D1;
    padding: 30px;
}

.footer-heading {
    color: #ffffff;
    font-family: nunitoSemibold, serif;
    font-size: 20px;
}

.footer-heading-icon {
    font-size: 23px;
}

.footer-description {
    color: #ffffff;
    font-family: questrialRegular, serif;
    font-size: 14px;
    padding-left: 9%;
}

.footer-heading-icon-social {
    width: 10%;
}
.social-icon-box {
    margin-left: 20px;
}

.footer-copyright-box {
    color: #ffffff;
    font-family: questrialRegular, serif;
    margin-top: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #7195D1;
    border: 1px solid;
    width: max-content;
    border-color: #fff;
    color: #ffffff;
    animation: 0.5s forwards ease-in;
}

.contain-dropdown {
    cursor: pointer;
    position: relative !important;
    display: inline-block !important;
    width: fit-content;
}

.dropdown-content a {
    display: block;
    font-family: nunitoSemibold, serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 20px;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #fff;
    color: #000000;
}
.contain-dropdown:hover .dropdown-content {
    display: block;
}

.content-main {
    padding: 0;
}

.content-about {
    border: 5px solid #7195D1;
    background-color: #7195D1;
    margin-top: 80px;
}

.content-about-text {
    color: #ffffff;
    font-family: questrialRegular, serif;
    text-align: justify;
    padding: 0 20px 20px 20px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    bottom: 40px;
}

.content-about-logo {
    background-color: #7195D1;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    bottom: 75px;
}

.content-about-logo-image {
    position: relative;
    top: 15%;
    width: 70%;
    border-radius: 100%;
}

.feature {
    margin-top: 50px;
    padding-bottom: 40px;
    opacity: 0;
    animation: appear 2s ease-out forwards;
}

.feature-icon {
    font-size: 250px;
    color: #7195D1;
}

.feature-heading {
    color: #7195D1;
    font-size: 32px;
    font-family: nunitoSemibold, serif;
    margin-top: 20px;
}

.feature-description {
    font-size: 16px;
    font-family: questrialRegular, serif;
    text-align: justify;
    line-height: 25px;
    color: #000000;
}

.sub-feature {
    color: #7195D1;
    font-size: 28px;
    font-family: nunitoSemibold, serif;
    width: max-content;
    display: inline-block;
    margin-left: 40px;
    margin-top: 20px;
}

.sub-feature-icon {
    font-size: 37px;
    position: relative;
    top: 4px;
}


.content-slider {
    border: 5px solid #7195D1;
    margin-top: 30px;
    padding: 0;
    opacity: 0;
    animation: appear 1s ease-out forwards;
}

.carousel-indicators .active{
    background: #7195D1;
    border-color: #7195D1;
}

.carousel-indicators {
    z-index: 2!important;
}

.carousel-indicators li{
    background: #57AEC2;
    border-color: #57AEC2;
}


@media screen and (min-width: 450px) {
    .carousel-inner img{
    width: 100% !important;
    min-height: 500px !important;
    /*max-width: none !important;*/
    position: relative;
    /*left: -200px;*/
    /*right: -200px;*/
}
}


.carousel-control i {
    position: relative;
    top: 50%;
    font-size: 40px;
    color: #7195D1;
}


.content {
    padding: 0;
}
.content-background-image-container {
    text-align: center;
    padding: 0 0 80px 0;
}

.page-title {
    font-size: 40px;
    font-family: nunitoSemibold, serif;
    width: 100%;
    margin-top: 50px;
}

.page-description {
    width: 100%;
    font-size: 24px;
    font-family: questrialRegular, serif;
    text-align: justify;
    margin-top: 50px;
    line-height: 40px;
}

.page-extra-info {
    font-family: questrialRegular, serif;
    font-size: 16px;
    line-height: 30px;

}

.card-lg {
    background: #f2f2f2;
    opacity: .85;
    padding: 30px 75px 30px 75px;
    color: #000000;
}

.school-timings-tbl-container {
    text-align: center;
    align-content: center;
    padding: 100px 0 0 0;
}

.school-timings-tbl {
    background: #7195D1;
    color: #ffffff;
    border: 2px solid;
    border-color: #7195D1!important;
    font-size: 14px;
}

.school-timings-tbl thead{
    font-family: rubikRegular, serif;
    text-transform: uppercase;
}

.school-timings-tbl td,th{
    border: 2px solid #7195D1!important;
    text-align: center;
}

.school-timings-tbl tbody {
    font-family: questrialRegular, serif;

}

.pdf-viewer {
    width: 100%;
    height: 100%;
}

.content-type-two {
    padding: 100px;
}

.content-type-two-half {
    padding: 10px 75px 25px 75px;
}

.content-type-two-title-container {
    padding-left: 75px;
}

.content-type-two-title{
    color: #7195D1;
    font-family: nunitoSemibold, serif;
    font-size: 28px;
}

.content-type-two-half-title {
    color: #7195D1;
    font-family: nunitoSemibold, serif;
    font-size: 20px;
    margin-top: 30px;
}

.content-type-two-half-description {
    font-family: questrialRegular, serif;
    line-height: 25px;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

.content-image-container {
    padding: 25px 75px 25px 75px;
}

.content-image {
    width: 100%;
    border: 5px solid #7195D1;
}

.spaced-container {
    min-height: 500px;
    padding: 50px 100px 50px 100px;
    align-content: center;
}

.selector select {
    border: 1px solid #7195D1;
    font-family: questrialRegular, serif;
    font-size: 20px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.heading-type-two {
    font-family: rubikRegular, serif;
    font-size: 20px;
}

.image-box-container {
    padding: 20px;
    align-content: center;
}

.image-box {
    height: 350px;
    border: 3px solid #7195D1;
    margin-right: 70px;
    margin-bottom: 30px;
    padding: 0;
}

.image-box-title-container {
    background: #7195D1;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.image-box-title {
    font-family: nunitoSemibold, serif;
    font-size: 16px;
}

.image-box-date {
    float: right;
    font-family: questrialRegular, serif;
    font-size: 12px;
    padding-right: 10px;
}

.photo-box {
    border: 3px solid #7195D1;
    margin-right: 60px;
    margin-bottom: 60px;
    padding: 0;
}

.media-image {
    width: 100%;
    height: 305px;
}

.photo-image {
    width: 100%;
    height: 194px;
}

.dis-table-head th{
    background: #7195D1;
    font-family: nunitoSemibold, serif;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000000 !important;
    color: #000000;
}

.dis-table-body td{
    border: 1px solid #000000 !important;
    color: #000000;
    font-family: questrialRegular, serif;
    font-size: 16px;
    text-align: center;
}

.dis-title {
    font-family: nunitoSemibold, serif;
    font-size: 18px;
    color: #000000;
}

.contact-pg-heading {
    font-family: nunitoSemibold, serif;
    font-size: 20px;
    color: #7195D1;
}

.contact-pg-description {
    font-family: questrialRegular, serif;
    font-size: 14px;
    padding-left: 20px;
    color: #000000;
}

.contact-pg-description i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.twitter-icon {
    color: #0066FF;
}

.facebook-icon {
    color: #003366;
}

.instagram-icon {
    color: #CC0033;
}

.youtube-icon {
    color: #FF0000;
}

.message-container {
padding: 70px;
}

.message-box {
    border: 5px solid #7195D1;
    padding: 25px;
}

.message-from {
    font-family: nunitoSemibold, serif;
    font-size: 32px;
    padding: 30px;
}

.message {
    white-space: pre-wrap;
    font-family: questrialRegular, serif;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    text-align: justify;
}

.message-from-img {
    float: right;
    border: 5px solid #7195D1;
    width: 300px;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
    .spaced-container {
        padding: 10px!important;
    }
    .hide-in-sm {
        display: none !important;
    }

    .top-menu-box-image {
        text-align: left !important;
        padding: 0!important;
    }

    .feature {
        text-align: center;
    }

    .top-menu-box {
        background: #7195D1 !important;
        height: 110px !important;
        padding: 25px;
    }

    .menu-icon {
        color: #ffffff;
        font-size: 40px;
    }
    .menu-icon-container {
        padding: 10px;
    }

    .page-title, .message-from {
        font-size: 24px !important;
    }

    .page-description {
        font-size: 22px !important;
    }

    .card-lg {
        padding: 10px !important;
    }

    .message-container {
        padding: 10px !important;
    }

    .message {
        white-space: initial;
    }
    .message-box {
        padding: 5px !important;
    }

    .message-from-img {
        display: block !important;
        width: 100%;
    }

    .pdf-viewer {
        width: 100%;
        height: 100%;
    }

    .sub-feature {
        margin: 0!important;
        text-align: center !important;
        font-size: 20px!important;
    }

    .content-type-two, .content-type-two-half {
        padding: 5px !important;
    }
}

@media screen and (min-width: 500px) {
    .hide-in-lg {
        display: none !important;
    }
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #7195D1; /* Black fallback color */

    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    font-family: nunitoSemibold, serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.floating {
    position: fixed;
    left: -60px;
    top: 50%;
    background: #7195D1;
    color: #ffffff;
    font-family: rubikRegular, serif;
    z-index: 99;
    padding: 10px;
    transform: rotate(270deg);
    animation: color-change infinite;
    animation-duration: 1s;
}

@keyframes color-change {
    from {background-color: #7195D1;}
    to {background-color: #7195D1;}
}

.floating-link {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.content-about-text {
    opacity: 0;
    animation: appear 1s ease-out forwards;
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}

.enquiry-form-container {
    padding: 20px;
}

.enquiry-form {
    padding: 0;
    border: 1px solid #7195D1;
}

.enquiry-form-title {
    background: #7195D1;
    font-family: nunitoSemibold, serif;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
}

.enquiry-form-input {
    font-family: questrialRegular, serif;
    font-size: 14px;
    color: #000000;
    border: 1px solid #7195D1;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 10px;
}

.enquiry-form-input-heading {
    font-family: rubikRegular, serif;
    font-size: 14px;
    color: #000000;
}

.enquiry-form-submit-container {
    text-align: center;
    padding: 25px;
}
.enquiry-form-submit {
    background: #7195D1;
    color: #ffffff;
    font-family: rubikRegular, serif;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
}

.enquiry-contacts-container {
    padding: 25px;
}

.enquiry-contacts {
    font-family: questrialRegular, serif;
    font-size: 16px;
    padding: 25px;
    background: #7195D1;
    border-radius: 10px;
    color: #ffffff;
}

.success-bar {
    font-family: questrialRegular, serif;
    background: #0D8535;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    margin: 20px;
}

.error-bar {
    font-family: questrialRegular, serif;
    background: #F70000;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
}

.input-error {
    font-family: questrialRegular, serif;
    border: 1px solid #F70000;
    color: #F70000;
    font-size: 16px;
    padding: 10px;
    margin: 20px;
}


.award-image {
    width: 100%;
    border-bottom-left-radius: 30%;
    border-top-right-radius: 30%;
}

.award-title {
    font-family: rubikRegular, serif;
    font-size: 16px;
    text-transform: uppercase;
}

.award-description {
    font-family: questrialRegular, serif;
    font-size: 14px;
    line-height: 30px;
}

.award-year {
    font-family: rubikRegular, serif;
    font-size: 14px;
}

.award-container {
    margin-bottom: 15px;
    margin-top: 15px;
}

.award-details {
    padding: 20px;
}

.recent-news-container {
    padding: 20px;
}

.recent-news-box {
    padding: 10px;
}

.recent-news-date {
    font-family: rubikRegular, serif;
}

.recent-news-title {
    font-family: nunitoSemibold, serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.recent-news-description {
    font-family: questrialRegular, serif;
    font-size: 14px;
}

.recent-news-image {
    width: 100%;
}

.image-content{
    width: 100%;
}

.image-content-img {
    width: 100%;
    border-radius: 10px;
}

.banner {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.principal-img {
    width: 50%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}