* {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    overflow-x: hidden;
}

.independance-day {
    background-image: linear-gradient(to right, #FF9933, #FFF, #138808);
}

header {
    background-color: #2970CC;
    padding: 15px;
    padding-bottom: 0px;
    position: relative;
}

header .sub-container {
    width: fit-content;
    display: inline-block;
}

header .btn-ham {
    display: none;
    background-color: transparent;
    color: #FFF;
    border: none;
    padding-right: 5px;
    border: none;
    font-size: 26px;
}

header img {
    height: 80px;
    width: auto;
    display: inline;
    vertical-align: middle;
}

header h1 {
    display: inline-block;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 21px;
    vertical-align: middle;
}

header p {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

header .nav {
    display: flex;
    justify-content: center;
    gap: 3vw;
    padding: 10px 0px;
}

header .nav a,
header .nav .drop-down-btn {
    color: #CDCDCD;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 12.5px 2vw;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
}

header .nav .drop-down {
    position: absolute;
    left: 0;
    top: 157px;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    background-color: #F8F8F8;
    padding: 10px 20px 25px 20px;
    font-size: 14px;
    color: #2970CC;
    z-index: 6;
}

header .nav .drop-down a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 26px;
    padding: 10px 10px 0px 0px;
    border-bottom: 1px solid #F8F8F8;
    transition: 0.3s;
}

header .nav .drop-down a i {
    opacity: 0;
    margin-right: 10px;
    transition: 0.3s;
}

header .nav .drop-down-btn:hover {
    background-color: #F8F8F8;
    color: #2970CC;
    transition: 0.3s;
}

header .nav .drop-down-btn:hover .drop-down {
    display: flex;
}

header .nav .drop-down a:hover {
    border-bottom: 1px solid #2970CC;
    transition: 0.3s;
}

header .nav .drop-down a:hover i {
    opacity: 1;
    transition: 0.3s;
}

header .nav .active {
    color: #FFF;
    font-weight: 600;
}

header .btn-admissions {
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: block;
    padding: 5px 20px;
    background-color: #FFC44E;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
}

header .btn-logout {
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: block;
    padding: 5px 20px;
    background-color: #FF0000;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
}

header .contact {
    color: #FFF;
    font-size: 14px;
    font-size: 500;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 99;
    background-color: #2970CCD9;
    backdrop-filter: blur(10px);
    padding: 20px;
    padding-top: 0px;
    display: none;
}

.header-nav .btn-close {
    font-size: 26px;
    padding: 10px;
    padding-top: 30px;
    text-align: left;
    background-color: #2970CC;
    border: none;
    color: #FFF;
    position: sticky;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #FFF;
}

.header-nav .nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header-nav .nav a,
.header-nav .nav .drop-down-btn {
    text-decoration: none;
    color: #FFF;
    width: 100%;
    font-size: 21px;
    padding: 10px 0px;
}

.header-nav .nav .drop-down-btn .drop-down {
    padding: 20px;
    display: none;
    flex-wrap: wrap;
}

.header-nav .nav .drop-down-btn .drop-down .sub-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.header-nav .nav .drop-down-btn .drop-down .sub-container a {
    width: 100%;
}

.header-nav .nav .drop-down-btn .drop-down .sub-container i {
    margin-right: 10px;
}

footer {
    background-color: #F8F8F8;
    padding: 30px;
    position: relative;
}

footer img {
    height: 80px;
    width: auto;
    display: inline;
    vertical-align: middle;
}

footer h1 {
    display: inline-block;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 21px;
    vertical-align: middle;
}

footer p {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

footer .contact {
    color: #000;
    font-size: 14px;
    font-size: 500;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

footer .btn-admissions {
    display: block;
    padding: 5px 20px;
    background-color: #FFC44E;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}

footer .btn-call {
    display: block;
    padding: 5px 20px;
    background-color: #E6E6E6;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}

footer .footer-container {
    font-size: 14px;
    color: #2E2E2E;
    font-weight: 600;
    line-height: 28px;
}

footer .footer-container p {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .footer-container a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2E2E2E;
    font-weight: 400;
    text-decoration: none;
}

footer .details {
    padding: 30px;
}

main {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

main .side-nav-container {
    position: sticky;
    top: 10px;
    height: fit-content;
}

main .side-nav {
    border: 1px solid #2970CC69;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    min-width: 260px;
    height: fit-content;
}

main .side-nav a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #2970CC;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
}

main .side-nav a:hover {
    box-shadow: 0px 0px 10px #CCC;
    transition: 0.3s;
}

main .side-nav a.active {
    background-color: #2970CC;
    color: #FFF;
    box-shadow: 0px 0px 10px #CCC;
}

.menu-btn {
    display: none;
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #2970CC;
    color: #FFF;
    border: 1px solid #2970CC;
    border-radius: 10px;
    font-weight: 400;
    width: calc(100% - 20px);
    transition: 0.3s;
}

.menu-btn:hover {
    background-color: #F8F8F8;
    color: #2970CC;
    transition: 0.3s;
}

.landing {
    width: 100%;
    height: 58vh;
    position: relative;
    padding-top: 58px;
}

.landing img,
.landing video {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.landing .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(90px);
    -webkit-filter: blur(90px);
}

.landing .announcements {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.landing .announcements .heading {
    width: fit-content;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 20px;
    border-radius: 0px 30px 30px 0px;
    margin: 10px 0;
    background-color: #2970CC;
    z-index: 3;
}

.landing .announcements .container {
    padding: 15px;
    text-align: left;
    height: 58px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.landing .announcements .container .scroller:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.landing .announcements .container .scroller {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 58px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: ann-scroll 30s linear infinite;
    -webkit-animation: ann-scroll 30s linear infinite;
    animation: ann-scroll 30s linear infinite;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px;
}

.landing .announcements .container .scroller .date {
    background-color: #2970CC;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 20px;
    display: block;
    margin: auto;
    white-space: nowrap;
}

.landing .announcements .container .scroller h3 {
    white-space: nowrap;
}

.landing .announcements .container .scroller .url {
    white-space: nowrap;
}

@-moz-keyframes ann-scroll {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes ann-scroll {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes ann-scroll {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.quick-nav {
    background-color: #FFF;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.quick-nav a {
    display: inline-block;
    color: #FFF;
    background-color: #2970CC;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 10px;
}

.quick-nav a:last-child {
    background-color: #FFC44E;
    color: #5E5A5A;
}

/* ------------------general css------------------- */
.section {
    padding: 3vh 3vw;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.jc-ct {
    justify-content: center;
}

.ai-st {
    align-items: stretch;
}

.ai-fs {
    align-items: flex-start;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.jc-sb {
    justify-content: space-between;
}

.jc-cn {
    justify-content: center;
}

.jc-fs {
    justify-content: flex-start;
}

.fw-nw {
    flex-wrap: nowrap;
}

.container {
    position: relative;
    padding: 3vh 3vw;
    row-gap: 30px;
}

.container object {
    border: 3px solid #444;
}

.container h1 {
    font-size: 24px;
    color: #2970CC;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.container p,
.container ul li {
    color: #828282;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.container img {
    max-width: 100%;
    max-height: 100%;
}

.ctr-60 {
    width: 60%;
}

.ctr-40 {
    width: 40%;
}

.ctr-70 {
    width: 70%;
}

.ctr-30 {
    width: 30%;
}

.gap-60 {
    gap: 60px;
}

.gap-30 {
    gap: 30px;
}

.gap-10 {
    gap: 10px;
}

.font-20 {
    font-size: 20px !important;
    text-transform: capitalize !important;
}

i {
    font-size: inherit;
}

.lineht-30 {
    line-height: 30px;
}

/* ------------------general css------------------- */

.about {
    background-color: #EEEEEE;
}

.btn-more {
    border: 1px solid #5E5A5A;
    color: #5E5A5A;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 0;
}

.btn-hr {
    width: 7vw;
    background-color: #5E5A5A;
    border: none;
    height: 1px;
    margin: 29px 10px;
}

.vision .ctr-40 {
    padding: 6vh 6vw;
}

.vision .ctr-60 {
    padding: 3vh 6vw;
}

.vision .ctr-60 img {
    max-height: 400px;
    display: block;
    margin: auto;
}

.vision .ctr-40 {
    background-color: #FFC44E;
}

.vision h1 {
    color: #5E5A5A;
}

.vision p {
    color: #5E5A5A;
    font-weight: 600;
}

.staff-tile {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.staff-tile img {
    width: 136px;
    height: 156px;
    object-fit: cover;
    border-radius: 5px;
}

.staff-tile .sub-container {
    max-width: 260px;
    width: 240px;
}

.staff-tile img.main {
    width: 170px;
    height: 200px;
}

.staff-tile .bg-blur {
    position: absolute;
    top: 10px;
    left: -10px;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    z-index: -1;
}

.staff-tile h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2970CC;
    text-align: left;
}

.staff-tile h3 {
    font-size: 16px;
    font-weight: 500;
    color: #FF9100;
    text-align: left;
    padding-bottom: 10px;
}

.staff-tile p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.abt-img {
    width: 100%;
    max-width: 500px !important;
    height: auto;
}

.abt-content {
    max-width: calc(100% - 530px);
}

.about-container {
    padding: 30px 0px;
    position: relative;
}

.about-container img {
    width: 200px;
}

.about-container p {
    max-width: calc(95% - 230px);
}

.about-section .map {
    width: 100%;
    height: 50vh;
    border: none;
}

.about-section .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.about-section .google-docs {
    width: 50%;
    height: 80vh;
    border: none;
}

.about-section .google-docs iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.about-section .google-docs iframe::-webkit-scrollbar {
    width: 0px;
    display: none;
}

.management-content {
    max-width: calc(100% - 230px);
}

.management-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2970CC;
    text-align: left;
}

.management-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #FF9100;
    text-align: left;
    padding-bottom: 10px;
}

.about-container .bg-blur {
    position: absolute;
    top: 30px;
    left: -20px;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    z-index: -1;
}

.yellow-tile {
    border-radius: 10px;
    background-color: #FFC44E;
    color: #2E2E2E;
    padding: 15px 20px;
    width: 100%;
    font-weight: 600;
    margin-top: 30px;
}

.yellow-table {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #2970CC;
    margin: 20px 0px;
}

.yellow-table table td:first-child {
    padding-right: 30px;
}

.yellow-table table td {
    line-height: 39px;
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
}

.yellow-table i {
    font-size: 30px;
    vertical-align: middle;
    color: #FF9100;
}

.yellow-section {
    background-color: #FFC44E69;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.yellow-section p {
    color: #5E5A5A;
    font-weight: 500;
}

.pdf-view {
    width: 47%;
    min-width: 300px;
    height: 600px;
    max-height: 60vh;
}

.attendance-nav {
    min-width: 250px;
    position: sticky;
    top: 30px;
    height: fit-content;
}

.attendance-content {
    width: calc(100% - 280px);
    display: none;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.attendance-tile {
    margin: 10px 0px;
    width: 90%;
    transition: 0.3s;
}

.attendance-tile.active {
    width: 100%;
    background-color: #FF9100;
}

.attendance-tile label:last-child {
    display: none;
}

.attendance-tile.active label:first-child {
    display: none;
}

.attendance-tile.active label:last-child {
    display: block;
}

.attendance-tile:hover {
    width: 100%;
    background-color: #FF9100;
    transition: 0.3s;
}

.attendance-tile:hover label:first-child {
    display: none;
}

.attendance-tile:hover label:last-child {
    display: block;
}

.contact-section .map {
    border: 1px solid #2970CC;
    border-radius: 30px;
    margin-top: 20px;
    max-height: 300px;
}

.contact-section .map iframe {
    border-radius: 30px;
    width: 99.8%;
}

.home-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #2E2E2E;
    padding: 60px 4vw;
}

.home-gallery h1 {
    font-size: 24px;
    color: #FFC44E;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.home-gallery .flex img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.home-gallery .main-img {
    width: 20vw;
    height: auto;
    min-width: 200px;
}

.home-gallery .flex {
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.home-trust {
    padding: 60px 4vw;
    position: relative;
}

.home-trust .bg-color {
    z-index: -2;
    background-color: #5E5A5A;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-trust .about-container .management-content h2 {
    color: #FFF;
}

.home-trust .about-container img {
    width: 300px;
}

.home-trust .about-container .eg {
    max-width: calc(95% - 330px);
    width: 100%;
}

.home-trust .about-container .management-content img {
    width: 200px;
}

.home-trust .about-container .management-content p {
    color: #FFF;
    max-width: none;
    text-align: justify;
}

.home-trust .about-container .management-content .long-message {
    height: 50vh;
    overflow-y: auto;
    padding-right: 15px;
}

.long-message::-webkit-scrollbar {
    width: 6px;
}

.long-message::-webkit-scrollbar-thumb {
    background-color: #FF9100;
    border-radius: 3px;
}

.home-trust .ctr-10 hr {
    border: none;
    width: 2px;
    background-color: #828282;
    height: 100%;
}

.student-section .about-container p {
    max-width: none;
}

.gallery-section {
    width: 100%;
}

.gallery-section img {
    height: 200px;
    width: auto;
}

.gallery-modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 101;
    left: 0;
    background-color: #00000069;
    backdrop-filter: blur(5px);
}

.gallery-modal img {
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 80vh;
    height: auto;
    width: auto;
    animation: fadein 0.6s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gallery-modal .btn-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 103;
    width: 40px;
    height: 40px;
    font-size: 21px;
    margin: 20px;
    vertical-align: middle;
    border-radius: 50%;
    color: #FFF;
    background-color: #FF0000;
    border: none;
    border: 3px solid #FFF;
}

.gallery-modal .btn-close:hover {
    background-color: #FF9100;
    transition: 0.3s;
}

@media screen and (max-width: 1470px) {
    header .btn-admissions {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    header {
        position: sticky;
        top: 0;
        z-index: 98;
    }

    header .nav {
        display: none;
    }

    header img {
        margin-bottom: 10px;
    }

    header h1 {
        font-size: 21px;
    }

    header p {
        padding: 10px 0px;
        line-height: 16px;
        font-size: 12px;
    }

    header .btn-ham {
        display: inline-block;
    }

    .landing {
        height: fit-content;
    }

    .landing img {
        height: fit-content;
    }

    .quick-nav {
        justify-content: flex-start;
        gap: 10px;
    }

    .ctr-60 {
        width: 100%;
    }

    .ctr-40 {
        width: 100%;
    }

    .ctr-70 {
        width: 100%;
    }

    .ctr-30 {
        width: 100%;
    }

    footer img {
        margin-bottom: 10px;
    }

    footer h1 {
        font-size: 21px;
    }

    footer p {
        padding: 10px 0px;
        line-height: 16px;
        font-size: 12px;
    }

    footer .footer-container {
        width: 100%;
    }

    footer .footer-container a {
        margin-bottom: 0px;
    }

    footer .footer-container p {
        margin-bottom: 5px;
    }

    footer .details {
        padding: 30px 10px;
    }

    main .side-nav-container {
        display: none;
    }

    .abt-content {
        max-width: none;
    }

    .about-container p {
        max-width: none;
        width: 100%;
    }

    .management-content {
        max-width: none !important;
        width: 100%;
    }

    .container {
        padding: 3vh 5vw;
    }

    .attendance-content {
        width: 100%;
    }

    .pdf-view {
        width: 100%;
    }

    .home-trust {
        padding: 20px 30px;
    }

    .home-trust .ctr-10 {
        border: none;
        width: 100%;
        background-color: #828282;
        height: 2px;
    }

    .home-gallery .flex {
        justify-content: center;
    }

}