﻿@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@font-face {
    font-family: mohr_altmedium;
    src: url(fonts/mohralt-medium-webfont.woff2) format("woff2"), url(fonts/mohralt-medium-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altextralight;
    src: url(fonts/mohralt-extralight-webfont.woff2) format("woff2"), url(fonts/mohralt-extralight-webfont.woff) format("woff"), url(fonts/Mohr-Alt-ExtraLight.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altlight;
    src: url(fonts/mohralt-light-webfont.woff2) format("woff2"), url(fonts/mohralt-light-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altregular;
    src: url(fonts/mohralt-regular-webfont.woff2) format("woff2"), url(fonts/mohralt-regular-webfont.woff) format("woff"), url(fonts/Mohr-Alt-Regular.svg) format("svg"), url(fonts/MohrAlt-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mohr_altthin;
    src: url(fonts/mohralt-thin-webfont.woff2) format("woff2"), url(fonts/mohralt-thin-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    color: #1d2a3b;
    background-color: #fff;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

html, body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: mohr_altlight;
}

p,
span {
    font-family: mohr_altregular;
}

a:focus {
    outline: transparent none 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

.alumin {
    text-align: start;
}

.top_header img {
    width: 30px;
}

.top_header span {
    padding: 0 2px;
    position: absolute;
    top: 11px;
}

button:focus {
    outline: transparent none 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

.top_header {
    background-color: #0072bc;
    color: #fff;
    padding: 5px 0;
}

    .top_header a,
    .top_header p {
        font-size: 14px;
        font-family: mohr_altmedium;
        font-weight: 500;
        letter-spacing: 0.5px;
        /*text-transform: uppercase;*/
    }

.heading-d {
    text-align: center;
    font-family: "Dancing Script", cursive !important;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #0072bc, #d22215);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.heading-a {
    background-color: #ff9800;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
}

.icon-box {
    padding: 10px;
    color: #0072bc;
}

.text-box {
    padding: 10px 0;
}

.small-text {
    font-size: 12px;
    color: #fff;
}

.call-cont {
    padding: 0;
}

.email-cont {
    padding: 0;
}

.news-box {
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
}

.m-text-box {
    padding: 5px 0 0 10px;
}

.news {
    padding: 5px 0;
}

.menu-cont {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #0072bc;
}


.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: 0.3px;
}

    .navbar_header > ul > li:last-child > ul {
        right: 0;
        left: auto;
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        margin: 0;
        max-height: 0;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    .navbar_header > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    .navbar_header > ul > li > ul > li > ul > li > a {
        text-transform: capitalize;
        color: #fff;
        width: 100%;
        height: auto;
        display: inline-block;
        border-bottom: 1px solid #ffffff59;
        padding: 10px;
        font-size: 13px;
        position: relative;
        background-color: #0072bc;
        text-decoration: none;
        letter-spacing: 0.5px;
        transition: 0.50s;
    }

        .navbar_header > ul > li > ul > li > ul > li > a:hover {
            color: #ffd712;
        }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 38px;
        z-index: 999;
        margin: 0;
        /*max-height: 100px;*/
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

        .navbar_header > ul > li > ul > li {
            position: relative;
            border: 1px solid #abb0d7;
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px solid #0a26365e;
                width: 100%;
                height: auto;
                display: inline-block;
                text-transform: capitalize;
                font-size: 13px;
                letter-spacing: 0.5px;
                position: relative;
                background: #0693D8;
                text-decoration: none;
                transition: 0.5s all ease-in;
                padding: 10px 18px;
                border-radius: 4px;
                /*border: 1px solid #ffffff94;*/
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #ffd712;
                }

            .navbar_header > ul > li > ul > li:hover {
                background: #2aa0ed;
            }

    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        transition: 0.5s all ease-in;
        justify-content: flex-start;
    }

        .navbar_header > ul > li:hover > a {
            text-decoration: none;
            color: black;
            background: white;
            padding: 10px 10px 10px 10px;
            border-radius: 4px;
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
        }

        .navbar_header > ul li:hover > ul,
        .navbar_header > ul li > ul > li:hover > ul {
            visibility: visible;
            opacity: 1;
            display: block;
            z-index: 999;
            max-height: 1000px;
            -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
            background: #0072bc;
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            color: black;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            line-height: 18.4px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            padding: 10px 10px 10px 10px;
            font-family: "Kantumruy Pro", sans-serif;
        }

            .navbar_header > ul > li > a:after {
                content: "";
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                clear: both;
            }

        .navbar_header > ul a:hover {
            color: #000;
        }

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-container {
        height: 550px !important;
    }
    .titles h1 {
        font-size: 27px !important;
    }
    .mainleft img {
        width: 30%;
    }

    .followbox, .facimag {
        display: none;
    }

    .About li {
        font-size: 13px !important;
    }

    .topheader .right {
        text-align: center !important;
        margin-top: 12px;
    }

    .mainheader .btn-light {
        color: white;
        background-color: #1C256F;
        border-color: #f8f9fa;
    }

    .student_cnt {
        text-align: center !important;
    }

    .top_header a,
    .top_header p {
        font-size: 14px;
        margin: 0 auto;
    }

    .margin_topper {
        margin-top: 40px !important;
    }

    .student_cnt {
        margin-top: 10px !important;
    }

    #MrqNews a {
        -webkit-line-clamp: unset !important;
    }

    .high_div::after {
        top: auto !important;
        right: 50% !important;
        bottom: -5px;
    }

    .box-three {
        display: grid;
        min-height: auto !important;
    }

    .high_div {
        border-radius: 0 !important;
    }

    .high_div_cnt {
        padding: 2px 0 8px;
        border-radius: 0 0 5px 5px !important;
    }

    .top_header .col-md-5.pt-1 {
        text-align: center;
        line-height: 28px;
        justify-content: center;
    }

    .btn {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        margin: 0 10px 0 0 !important;
    }


    .top_header .col-md-5.pt-1 img {
        width: 14px;
    }

    .MobileMenubar {
        display: inline-block;
        padding: 10px;
        float: right;
    }

    .mascot_div {
        width: 80px !important;
    }

    .tawk-min-container .tawk-button-circle.tawk-button-large {
        width: 45px !important;
        height: 45px !important;
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: 90vh;
        display: inline-block;
        position: relative;
        background-color: #1C256F;
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #072e4669;
            margin-bottom: 10px;
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #fff;
            }

            .navbar_header > ul > li > ul {
                /*display: inline-block;*/
                position: static;
                width: 100%;
            }

    .navbar_header {
        width: 0;
        right: 0;
        left: auto;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #1C256F;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #0072bc;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address {
        padding: 5px;
    }
}

.affix {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 3px 8px #3a393a47;
    animation-name: slideInDown;
    animation-duration: .5s
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mobileMenu {
    width: 100%;
    display: none;
}

@media only screen and (max-width: 768px) {
    .navbar_header > ul > li > ul {
        /*display: inline-block;*/
        display: none;
        position: static;
        width: 100%;
        transform: initial;
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }

    .menuBar {
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
        padding: 8px;
    }
}

.Togglebtn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }
}

.subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: #04619f !important;
    position: relative;
}

.subheading02 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0;
    position: relative;
}

.section_about {
    padding: 0 0 50px;
    position: relative;
    z-index: 1;
}


    .section_about p {
        text-align: justify;
        color: #444;
        letter-spacing: 0.5px;
        line-height: 28px;
        font-size: 16px;
    }

    .section_about h6 {
        letter-spacing: 0.5px;
        line-height: 28px;
        color: #005d9a;
    }

    .section_about span {
        letter-spacing: 0.5px;
        line-height: 28px;
        color: #555;
    }

.pt-10 {
    padding-top: 5px;
}

.button003 {
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 44px !important;
    margin: 0 0 0 10px;
    font-weight: 600 !important;
    background-color: #ff9800 !important;
    padding: 3px 15px !important;
}

.button001 {
    color: #fff !important;
    padding: 8px 18px 4px !important;
    border-radius: 44px !important;
    margin: 0 15px 0 0;
    font-family: mohr_altlight;
    background: linear-gradient(45deg, #fca311, #ff9e00);
    transition: 0.5s all ease-in;
}

    .button001:hover {
        color: #083a58 !important;
    }

.button002 {
    color: #fff !important;
    padding: 8px 18px 4px !important;
    border-radius: 44px !important;
    margin: 0;
    font-family: mohr_altlight;
    /*background-color: #0072bc !important;*/
    transition: 0.5s all ease-in;
}

    .button002:hover {
        color: #ffd712 !important;
    }

.middle-header {
    padding: 8px 0 0 0;
}

.wel_upc_div {
    background: url(https://CZSschoolkanina.com/assets/img/main_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.high_div {
    background: #f44336;
    padding: 10px;
    border-left: 5px ​solid #ffc10;
}

.high_div {
    background: #f44336;
    padding: 10px;
    border-radius: 0 0 0 10px;
}

    .high_div > h1 {
        letter-spacing: 0.5px;
        font-size: 17px;
    }

    .high_div::after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        background: #f44336;
        right: -7px;
        top: 34%;
        transform: rotate(45deg);
    }

.high_div_cnt {
    background: #083a58;
    border-radius: 0 0 10px 0;
}

#MrqNews a {
    color: #0c1d2d;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
    padding: 8px 0 0 10px;
    transition: 0.5s all ease-in;
}

    #MrqNews a:hover {
        color: #ffd712 !important;
    }

.news_div > a {
    font-weight: 400 !important;
}

.notice_board {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-height: 480px;
    min-height: 480px;
}

    .notice_board hr {
        color: #00000026;
    }

.icon_size {
    font-size: 20px;
    color: #0072bc;
}

.heading {
    color: #0072bc !important;
}

#carouselExampleControls1 .card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #083a58;
    z-index: -6;
    transform: rotateZ(-1deg);
}

.card h6 {
    font-family: mohr_altregular;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #555;
    font-size: 16px;
}

.notice_ul {
    max-height: 328px;
    min-height: 328px;
    overflow-y: hidden;
    padding-left: 0;
}

    .notice_ul li {
        list-style: none;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px dashed #dcdcdc;
        border-left: 0;
        border-right: 0;
    }

        .notice_ul li a:hover {
            text-decoration: none;
            color: #04619f;
        }

        .notice_ul li a {
            text-decoration: none;
            color: #555;
            font-size: 16px;
            letter-spacing: 0.5px;
            text-align: justify;
            line-height: 28px;
        }

.our_mission {
    padding: 50px 0 20px;
    position: relative;
    background: #0072bc;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}

.three_section {
    padding: 50px 0;
    position: relative;
}

.box-three {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 6%) !important;
    min-height: 560px;
    border: 1px solid #5656562b;
    display: grid;
    position: relative;
}

    .box-three::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #083a58;
        z-index: -6;
        transform: rotateZ(-1deg);
    }

.mn-h-600 {
    height: 100px;
}

.box-three img {
    margin: 0 auto;
}

hr {
    background: #0a0a0a12 !important;
}

.box-three span {
    color: #0072bc;
    letter-spacing: 0.5px;
    font-size: 22px;
}

.three_section {
    display: grid;
    place-items: center;
}

.box-three p {
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #555;
}

.box-three img {
    border-radius: 0px;
}

.avhiv_ul {
    padding-left: 0;
    min-height: 345px;
    max-height: 345px;
    overflow-y: hidden;
}

    .avhiv_ul li {
        list-style: none;
        padding: 6px 0;
        border-bottom: 1px dashed #dcdcdc;
    }

        .avhiv_ul li a {
            color: #333;
            text-decoration: none;
        }

.gallery_section {
    padding: 50px 0;
    margin-bottom: 20px;
}

.testimonals {
    padding: 50px 0;
    position: relative;
    background: #083a58;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}


.padding-item {
    padding: 20px 80px 0 !important;
}

.gallery {
    padding: 50px 0 50px;
    position: relative;
}

.tour-box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

#gal_1_div .tour-box:first-child {
    height: 200px;
    margin-top: 40px;
}

#gal_2_div .tour-box:first-child {
    height: 210px;
}

#gal_3_div .tour-box:first-child {
    height: 260px;
}

#gal_4_div .tour-box:first-child {
    margin-top: 30px;
    height: 230px;
}

#gal_4_div .tour-box:last-child {
    width: calc(100% / 1.5);
    height: 140px;
}

#gal_3_div .tour-box:last-child {
    height: 140px;
}

#gal_2_div .tour-box:last-child {
    height: 190px;
}

#gal_1_div .tour-box:last-child {
    height: 160px;
    width: calc(100%/1.5);
    margin-left: auto;
}

.tour-box img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    border: 2px solid #fff;
    transition: 0.50s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


.tour-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -6;
    transform: rotateZ(-2deg);
    transition: 0.50s;
}


.tour-box:hover::before {
    /* background: #083a58;
    transform: rotateZ(-4deg);*/
}

.tour-box .shadow {
}

.upcoming > li > a:hover {
    color: #083a58;
}

.main-footer {
    padding: 50px 0 30px;
    position: relative;
    z-index: 1;
}

    .main-footer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        /*background-image: url(../img/footer-bg.png);*/
        background-size: cover;
        filter: opacity(0.4);
    }

.maps {
    margin-top: -140px;
}

.footer_ul {
    padding-left: 0;
}

    .footer_ul li {
        padding: 10px 0;
        list-style: disc;
        color: #fff;
        font-weight: 600;
    }

        .footer_ul li a {
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

.copyright p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.copyright a {
    color: #095482;
}

.main-footer b {
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: 1px;
}

.main-footer p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.footer_ul li a:hover {
    color: #ffd712 !important;
    text-decoration: none;
}

.news-detailes {
    background-image: url(../img/CzsaDadri.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.brandcurm {
    background: #0072bc;
    padding: 50px 20px;
    border-radius: 20px;
}

.brand {
    padding-left: 0;
}

    .brand li {
        list-style: none;
        display: inline-block;
        color: #fff;
    }

        .brand li a {
            color: #fff;
            text-decoration: none;
        }

.brandcurm-bg {
    background: #1b212c52;
    padding: 100px 0 70px 0;
}

.contact-us {
    padding: 50px 0 150px;
}

.bg-p {
    box-shadow: 0 0 10px 0 #dcdcdc40;
    color: #333;
    background: #fff;
    padding: 15px;
}

.contact-details {
    padding: 0 0 60px;
}

.section_cont {
    padding: 50px 0 150px 0;
}

.gallery-img-cont {
    padding: 206px 40px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #dcdcdc;
}

.header-icon {
    padding: 5px 0;
}

    .header-icon a {
        margin: 0 5px;
    }

.soical-media {
    padding: 50px 0 50px;
    background: #0072bc;
}

.box-four {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-height: 475px;
    min-height: 475px;
    background: #fff;
    overflow: auto;
}

.CZS_scho#idSubmenus > li > aol {
    position: relative;
    background: #e9f3ff;
    padding: 50px 0 130px;
}

.career-page {
    padding: 50px 0 150px;
}

.form-control {
    border-radius: 25px !important;
}

.img-box {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #083a58;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.gallery-img-cont:hover .overlay {
    height: 100%;
}

.text {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.news-list {
    padding: 50px 0 150px;
}

.news-list-cont {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #0072bc;
}

.news-header {
    background-color: #0072bc;
    padding: 15px 0 15px;
    color: #fff;
}

.newsevent {
    padding-top: 20px;
}

    .newsevent li {
        margin-bottom: 10px;
        list-style: upper-roman;
    }

.upcomimg-box {
    min-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    /* srollabar start */
    .upcomimg-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255,0.3);
        background-color: #fff;
    }

    .upcomimg-box::-webkit-scrollbar {
        width: 6px;
        background-color: #264653;
    }

    .upcomimg-box::-webkit-scrollbar-thumb {
        background-color: #1a2f38;
    }

/* scrollbar end */

#carouselExampleCaptions h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.upcoming li {
    list-style: decimal;
}

    .upcoming li a {
        display: block;
        margin: 2px 0px;
        color: white;
        text-decoration: none;
        line-height: 28px;
        text-transform: capitalize !important;
        letter-spacing: 0.5px;
    }

.mascot_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    width: 110px;
}

.contact-details {
    z-index: 1;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: justify;
    color: #5f5f5f;
}

.maps iframe {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 8px 15px 20px #15151517;
}

hr:not([size]) {
    height: 1px;
}

#imageGallery,
#ltrlData {
    padding-top: 10px;
}

.lblheading1 {
    color: #1c456d;
    padding-top: 10px;
    border-bottom: 1px solid #f2a900;
    padding-bottom: 10px;
}

.contact-details hr {
    box-shadow: 1px 1px #b7b7b76b;
    border-bottom: 1px solid #fff;
}

.title {
    color: #095482;
}

.title_1 {
    color: white;
    font-weight: bold;
    padding-left: 0;
}

.our_mission p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.about_img:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    border-right: 8px solid #f89e8c;
    border-bottom: 8px solid #14213d;
    z-index: 3;
}

.about_img {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

    .about_img > img {
        padding: 15px;
    }

    .about_img:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 50%;
        left: 0;
        top: 0;
        border-top: 8px solid #f89e8c;
        border-left: 8px solid #14213d;
        z-index: 3;
    }

.breadcrumb-div {
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: -7.6vw;
    z-index: 2;
    opacity: 0.8;
}

    .breadcrumb-div ul {
        overflow: hidden;
        list-style: none outside none;
        padding-right: 16px;
    }

    .breadcrumb-div li {
        float: left;
        background-color: #e8e8e8;
    }

        .breadcrumb-div li:first-child a {
            padding: 0 7px 0 14px;
        }

    .breadcrumb-div a,
    .breadcrumb-div span {
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0 6px 0 24px;
        color: #999;
        border-bottom: 1px solid #d2d2d2;
        position: relative;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .breadcrumb-div a:before {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #e8e8e8;
            position: absolute;
            top: 1px;
            left: 100%;
            z-index: 2;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

        .breadcrumb-div span:before {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #dbd9d9;
            position: absolute;
            top: 1px;
            left: 100%;
            z-index: 2;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    .breadcrumb-div span {
        background-color: #dbd9d9;
        color: #5b5b5b;
    }

    .breadcrumb-div a:after {
        content: "";
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #d2d2d2;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

    .breadcrumb-div span:after {
        content: "";
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #dbd9d9;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
    }

.side_bar {
    background: #0072bc;
    height: 100%;
    width: 24vw;
    position: absolute;
    left: 0;
}

#idSubmenus > li > a {
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#idSubmenus > li > a {
    padding: 0 10px 0 40px;
    display: block;
    text-align: start;
}

#idSubmenus > li.active {
    background: white;
    position: relative;
}

    #idSubmenus > li.active > a {
        color: #0072bc;
    }

        #idSubmenus > li.active > a::before {
            content: "";
            background: url(../img/side-arrow.png) no-repeat 0 0;
            background-size: 100% 100%;
            width: 27px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            right: auto;
            opacity: 1;
            margin: 0;
        }

.mt-60 {
    margin-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.breadcrumb-div a:hover {
    color: #f2a900;
}

#enquiry {
    padding-top: 10px;
}

    #enquiry .form-control::placeholder {
        font-size: 16px;
        color: #3338;
    }

    #enquiry input.form-control {
        height: 45px;
        border-radius: 20px !important;
        box-shadow: 1px 1px 8px #3333330a;
        padding: 10px 10px 10px 20px;
    }

    #enquiry textarea.form-control {
        border-radius: 20px !important;
        box-shadow: 1px 1px 8px #3333330a;
        padding: 10px 10px 10px 20px;
    }

#myModal .modal-content {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none !important;
}

#myModal .modal-body {
    border: 1.5rem solid #19748f;
    border-radius: 2rem;
    padding: 0.8rem;
    background: #fff;
}

.Model_header > h5 {
    color: #043b5f !important;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: mohr_altmedium !important;
}

div#myModal {
    background: url(../img/modal_bg.png);
    background-color: #151515a8;
}

#myModal .carousel-inner img {
    width: 100%;
}

.modal-footer1 > img {
    position: absolute;
    font-size: 16px;
    right: 38px;
    top: 10px;
}

#myModal .Model_header {
    text-align: center;
    color: #757575;
    padding: 0 0;
    font-weight: 600;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#myModal .carousel-control-next,
#myModal .carousel-control-prev {
    border: none;
    background: 0 0;
}

.career_1 {
    border: 1px solid #1c456d;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1c456d;
}

    .career_1 .row {
        background-color: #f7f7f7;
    }

div#exp_yes {
    display: none;
    transition: 0.5s all ease-in;
}

.career_1_title {
    background: #0870a1;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
}

.career_info label {
    margin: 0 10px;
}



#top_soc_div i {
    color: #fff;
    font-size: 18px;
    padding: 5px 5px 0;
}

.CZS_school {
    position: relative;
    background-color: #e8fcff;
    padding: 50px 0 130px;
}

.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -27px;
}

.upcoming li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

    .upcoming li a:hover {
        color: red;
        transition: 0.3s;
    }

.path1, .path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    stroke-width: 3px;
    transition: 1s all ease;
    stroke: #fff;
}

.cross {
    stroke-dashoffset: 68;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    stroke-width: 3px;
    transition: 1s all ease;
    stroke: #fff;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

.pri {
    color: #fea006;
}

.svgburg {
    position: absolute;
    right: 5px;
    top: 1px;
    width: 42px;
}

ul#idSubmenus > li > a span {
    display: none;
}

.lef_div_icn, .rig_div_icn {
    display: none;
    padding: 8px;
    width: 40px;
    cursor: pointer;
    transition: .5s;
    filter: hue-rotate(340deg);
    color: #fff;
}

.nav_div_2 {
    visibility: hidden;
    background: #083a58;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
}

.vis {
    visibility: visible;
}

.lef_div_icn {
    transform: rotate(180deg);
}

#MenuItems1 {
    display: flex;
    justify-content: right;
}

.nav_div_1 {
    width: 100%;
    right: 0;
}

.nav_div_2 {
    height: 100%;
    left: 0;
}

.lef_div_icn {
    transform: rotate( 180deg);
}

.menu-cont .container {
    position: relative;
}

.nav-overflow {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Download Start */
#download_div th {
    border: 1px solid #0b3148;
    background: #083a58 !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#tblPop th {
    background: #083a58;
    color: #fff;
}

#download_div td {
    border: 1px solid #083a58;
}

#tblPop, #ModelSlider td {
    padding: 10px;
    margin: 0;
    border: 1px solid #083a58;
}

#ModelSlider th {
    padding: 0 0 10px 0px;
    border: 1px solid #083a58;
}

#ModelSlider .modal-content {
    border-radius: 3rem;
}

#ModelSlider .modal-body {
    border-radius: 2rem;
    overflow: hidden;
    border: 1rem solid #083a58;
}


.mascot_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    width: 110px;
}


.head_btn_dark {
    background: #0072bc !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    border: 2px dashed #ffffff !important;
    padding: 7px 15px !important;
    display: inline-block;
}

    .head_btn_dark:hover {
        background: #fff !important;
        color: #033e69 !important;
        border: 2px dashed #033e69 !important;
    }

.head_btn_light {
    background: #fff;
    color: #0072bc;
    border: 2px dashed #0072bc;
    padding: 7px 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    display: inline-block;
}

    .head_btn_light:hover {
        background: #0072bc !important;
        border: 2px dashed #ffffff !important;
        color: #fff !important;
    }

.adm_link {
    position: fixed;
    bottom: 32%;
    z-index: 99;
    right: -10px;
    border-radius: 20px;
    padding: 10px;
}

    .adm_link > a {
        color: white;
        font-weight: bold;
    }

        .adm_link > a:hover {
            color: white;
        }

@media only screen and (max-width:468px) {
    .topheader a, .topheader span {
        font-size: 14px !important;
    }

    .Admission h3 span {
        display: block;
        margin-top: 10px;
    }

    .adm_link {
        font-size: 11px;
        right: -10px;
    }
}

@media only screen and (min-width:991px) {
    .maxheight {
        max-height: 520px;
        height: 520px;
    }
}

.testimonals .img_student {
    padding: 20px 50px;
}

.testimonals .student_cnt {
    padding: 27px 0px;
}


.testimonals .img_student img {
    border: 2px solid white;
    border-radius: 5px;
}

.btn_topper {
    position: absolute !important;
    display: flex;
    justify-content: space-between;
    width: 72px;
    /* width: 72px;
    right: 31px;
    top: -21px;*/
}

.testinomial_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*our topper section start*/

.top_stu_img {
    width: 200px;
    margin: auto;
}

    .top_stu_img img {
        border-radius: 10px;
    }

.topper_cnt {
    text-align: center;
    padding: 20px;
}

.img_student {
    width: 140px;
    margin: auto;
}

    .img_student img {
        border-radius: 10px;
    }

.p-20 {
    padding: 20px;
}
/*our topper section end*/
/*owl crousel*/
.testimonial-item {
    text-align: center;
    padding: 20px;
}

.testimonial-image img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.text-justify {
    text-align: justify;
}



.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.btn_testimonial {
    color: #fff !important;
    padding: 8px 18px 4px !important;
    border-radius: 44px !important;
    margin: 0 15px 0 0;
    font-family: mohr_altlight;
    background: linear-gradient(45deg, #083a58, #083a58);
    transition: 0.5s all ease-in;
}

.btn_topper1 .carousel-control-prev-icon, .btn_topper1 .carousel-control-next-icon {
    background-color: #083a58;
    border-radius: 50%;
    width: 32px;
    background-image: none;
}

.btn_topper1 .carousel-control-prev, .btn_topper1 .carousel-control-next {
    width: 30px;
}

.btn_topper1 {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 72px;
    margin: auto;
}

    .btn_topper1 .carousel-control-prev-icon i, .btn_topper1 .carousel-control-next-icon i {
        padding: 8px;
    }

a.morelink {
    color: #083a58;
    font-weight: bold;
}

    a.morelink:hover {
        color: #434362;
        font-weight: bold;
    }


.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 50% !important;
    font-size: 14px !important;
    padding: 5px 11px !important;
}

.W-100 {
    width: 100%;
}


.wing-div_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .wing-div_img > img {
        object-fit: cover;
        width: 100%;
        height: 250px;
        object-position: top;
    }

.wing-div {
    margin-bottom: 20px;
}

.wing-div_img + span {
    font-weight: 500;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    height: 63px;
    display: flex;
    letter-spacing: .5px;
    background: linear-gradient(0deg, #0000008f 55%, transparent);
    z-index: 1;
    justify-content: center;
    align-items: flex-end;
}

/****************Social Start********************/



.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 14px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.gallery-album a {
    height: 220px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    transition: var(--ts);
    cursor: pointer;
    border-radius: 10px;
}

/****************Social END********************/

.ntc_brd_cnt::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0px;
    width: calc(51%);
    height: 23px;
    z-index: 1;
    border-right: 6px solid #0072bc;
}

.section_about span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #555;
    transition: 0.3s;
}

    .section_about span:hover {
        color: red;
        transition: 0.3s;
    }

.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -27px;
}

.ntc_brd_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
    padding: 6px 20px;
    background: #0072bc !important;
    border-radius: 20px;
}

/*.upcoming {
    min-height: 300px;
    max-height: 300px;
    border-radius: 5px;
    padding-top: 20px;
}*/

.ntc_brd_ul::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 6px solid #0072bc;
    border-left: none;
    z-index: 3;
}

.ntc_brd_ul::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    right: 0;
    top: 0;
    border-top: 6px solid #0072bc;
    z-index: 3;
}

.copyright {
    background: #1C256FB5;
}

    .copyright p {
        color: #ffd712;
        margin-bottom: 0;
        padding: 10px;
    }

    .copyright a {
        color: white;
    }

        .copyright a:hover {
            color: white;
        }

@media only screen and (min-width:768px) {
    .mainheader {
        -webkit-transform: translateY(0);
    }

    .gallery_slider {
        display: none;
    }

    .mainheader .mainleft img {
        margin-left: 20px !important;
        width: 39%;
    }
}

@media only screen and (max-width:768px) {
    .mainheader{
        min-height:0px !important;
    }
    .About h2 {
        font-size: 40px !important;
    }

    .upcoming {
        padding-left: 0px;
    }

    .gallery {
        display: none;
    }

    .gallery_slider img {
        min-height: 214px;
    }
}

.eventicons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between boxes */
    padding: 10px;
}

/* Media Query for tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .box {
        flex: 1 1 calc(33.333% - 20px); /* 3 boxes per row with space for gaps */
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .box {
        flex: 1 1 calc(50% - 20px); /* 3 boxes per row with space for gaps */
    }
}
/* Media Query for desktops (more than 1024px) */
@media (min-width: 1024px) {
    .box {
        flex: 1 1 calc(12.5% - 20px); /* 8 boxes per row with space for gaps */
    }
}

.gallericonsevents {
    background: #0072bc1a;
    margin: 0px 0px;
}

.eventicons i {
    font-size: 29px;
    padding: 18px 17px;
    text-align: center;
    background: white;
    border-radius: 50px;
    color: black;
}

.eventicons .box {
    /*background: aliceblue;*/
    padding: 30px 17px;
    margin: auto;
    border-radius: 6px;
    text-align: center;
}

    .eventicons .box p {
        font-size: 16px;
        text-transform: uppercase;
        color: black;
    }

.date {
    font-weight: bold;
    text-align: center;
    background: #0072bc1a;
    padding: 5px 10px;
    border-radius: 3px;
}

.newstextBox {
    margin: auto;
}

.newslist {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.newstextBox p {
    line-height: 0px !important;
}

.topheader {
    background: #1C256F;
    padding: 10px 0px;
}

    .topheader a {
        color: white;
    }

    .topheader a, .topheader span {
        font-family: Lato;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .topheader span {
        color: white;
        background: #EA5A17;
        padding: 4px 12px 7px 12px;
        border-radius: 2px;
    }

    .topheader .right {
        text-align: right
    }

.mainheader .followus {
    padding-top: 10px;
}

.mainheader .mainleft img {
    margin: 3px 0px;
    padding: 5px 5px 9px 5px;
}

footer a {
    color: white;
    text-decoration: none;
}
/* .followbox {
        background-image: url(../img/headerfollow.png);
        background-repeat: no-repeat;
        background-size: cover;
    }*/

.mainheader .followbox {
    text-align: center;
}

.followus p {
    margin-bottom: 2px;
    color: white;
    font-weight: bold;
    margin-top: 3px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
}

.highlight {
    background: black;
}

    .highlight h4 img {
        margin-top: -11px;
        width: 17px;
    }

    .highlight h4 {
        font-family: League Spartan;
        font-size: 20px;
        font-weight: 700;
        line-height: 22.08px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

.About h2 {
    font-family: League Spartan;
    font-size: 48px;
    font-weight: 700;
    line-height: 44.16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #098DD3;
}

.About li {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    list-style: none;
    margin: 10px 0px;
    padding-left: 0px;
}

.About p {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.About ul {
    padding-left: 0px;
}

.About li img {
    margin-right: 8px;
    margin-top: -5px;
}

.About {
    padding: 47px 0px;
    background: #F5F5F5;
}

.highlight a {
    font-family: League Spartan;
    font-size: 20px;
    font-weight: 600;
    line-height: 18.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.About span {
    font-family: Lato;
    background: #EA5A17;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.facilities h3, .Admission h3, .activities h3, .PrincipalMessage h3, .Gallerysection h3 {
    font-family: League Spartan;
    font-size: 40px;
    font-weight: 600;
    line-height: 36.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.facilities {
    position: relative;
    padding: 52px 0px 0px 0px;
}

    .facilities .facimag {
        position: absolute;
        top: 10px;
    }

    .facilities h3 {
        position: relative;
        color: #1C256F;
    }
/*  .facilities h3::after {
            content: "";
            position: absolute;
            background-image: url(../img/rightarrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 100px;
            height: 10px;
            right: 33%;
            top: 33%;
        }
        .facilities h3::before {
            content: "";
            position: absolute;
            background-image: url(../img/leftarrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 100px;
            height: 10px;
            left: 38.3%;
            top: 33%;
        }*/

.whyus .whybox {
    background-image: url('../img/facilitiesblue.png');
    background-blend-mode: overlay;
    text-align: center;
    padding: 10px;
    border-radius: 11px;
    margin: 10px 0px 35px 0px;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.whybox .title img {
    width: 89px;
}

.title p {
    font-family: League Spartan;
    font-size: 26px;
    font-weight: 600;
    line-height: 36.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.whybox .p2 {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.78px;
    letter-spacing: 0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.why2 {
    background-image: url('../img/FacilitiesOrange.png') !important;
}

.whybox {
    position: relative;
}

.circlearrow {
    position: absolute;
    left: 43%;
    bottom: -9%;
}

.Admission h3 span {
    color: #EA5A17;
}

.Admission h3 {
    color: white;
}

.Admission p {
    color: white;
}

.Admission .readmore {
    font-family: Lato;
    background: #EA5A17;
    padding: 8px 20px 12px 20px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.Admission {
    background-image: url(../img/Admissionbg.png);
    padding: 59px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .Admission .ApplyNow {
        font-family: Lato;
        background: white;
        padding: 8px 20px 12px 20px;
        color: #EA5A17;
        font-weight: bold;
        border-top-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }

.activities {
    background-image: url(../img/activitesbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 80px 0px;
}

    .activities h3, .PrincipalMessage h3 {
        margin-bottom: 30px;
        color: #098DD3;
    }

    .activities .activtybox {
        background: #3e4899c2;
        padding: 16px 13px 4px 13px;
        min-height: 121px;
        backdrop-filter: blur(31.600000381469727px);
    }

        .activities .activtybox h5 {
            color: #F07C46F0;
            font-family: League Spartan;
            font-size: 24px;
            font-weight: 500;
            line-height: 22.08px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }

        .activities .activtybox p {
            color: white;
            font-family: Rubik;
            font-size: 14px;
            font-weight: 400;
            line-height: 17.31px;
            letter-spacing: 0.03em;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }

.activtybox {
    position: relative;
}

    .activtybox .circlearrow {
        bottom: -22% !important;
    }

.activities .imagesection {
    object-fit: cover;
}

    .activities .imagesection img {
        max-height: 250px;
        min-height: 250px;
        object-fit: cover;
    }

.PrincipalMessage {
    background-image: url('../img/mentorbg2.png');
    background-repeat: no-repeat;
    background-size: covercccc;
    padding: 124px 0px 92px 0px;
    margin-top: 40px;
}

.topheader a:hover, footer a:hover {
    color: #EA5A17;
}

.Gallerysection .Gallerysectionbox img {
    border: 4px solid #088FD5;
    min-height: 270px;
    object-fit: cover;
    border-top-left-radius: 36px;
}

.Gallerysection h3{
    margin-bottom: 45px;
    color: #098DD3;
}

.Gallerysection {
    padding: 50px 0px 50px 0px
}

footer {
    background-image: url('../img/footerbg.png');
}

    footer p {
        color: white;
    }

    footer li::marker {
        color: orange; /* Change the color of the disc */
    }

.Gallerysectionbox {
    margin: 10px 0px;
}

@media only screen and (min-width: 768px) {
    .myvideo {
        width: 100%;
    }
}



.video-container {
    position: relative;
    object-fit: cover;
    object-position: center;
    height: 800px;
    overflow: hidden;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .video-container::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%), linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 60%);
        z-index: 1;
    }


.mainheader {
    min-height: 106px;
    padding: 0px;
    z-index: 9;
    width: 100%;
    position: relative;
    top: 0px;
    background: white;
}

.followus input {
    background: linear-gradient(90deg, #088FD5, #D746A7);
    background-size: 200% 100%;
    background-position: right center;
    color: white;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

    .followus input:hover {
        background-position: left center;
    }

.slider_cont {
    position: relative;
}

.titles {
    position: absolute;
    bottom: 25%;
    z-index: 1;
    left: 10%;
}

    .titles h1 {
        font-family: "Kantumruy Pro";
        color: white;
        font-size: 60px;
        font-weight: bold;
        text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
    }

.curvepath svg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
}

.titles .wel {
    font-family: "Kantumruy Pro";
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 0 #00000096, -1px 1px 0 #000000b8, 1px -1px 0 #0000007d, -1px -1px 0 #00000085;
    font-weight: bold;
}

.schooltext {
    color: #088FD5 !important;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff !important;
}

.position-fixedd {
    position: fixed;
    z-index: 99;
    top: 55%;
    left: 0px;
}

.position-fixedd li{
    list-style:none;
}

    .position-fixedd li a i {
        margin-top: 2px;
        color: #fff !important;
        text-align: center !important;
        display: block;
        line-height: 51px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 28px !important;
    }
.fa-square-facebook {
    background: #3b5998;
    border-color: #3b5998;
}
.fa-linkedin {
    background  : #007bb6;
    border-color: #007bb6;
}

.fa-square-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.position-fixedd ul{
    padding-left:0px;
}
.branchfooter p{
    margin-bottom:5px;
}
.branchfooter .border {
    min-height: 156px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
}

.branchfooter h2 {
    color: white;
    padding-top: 10px;
}

.fa-youtube {
    background: linear-gradient(to right, #dc3545, #d53d3d);
}