@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Exo 2', sans-serif !important;
    color: #444;
    font-size: 18px !important;
}

html {
    overflow-x: hidden;
}

:root {
    --skycolor: #0072bc;
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: #FFBE03 !important;
    }

.icon-cont:hover {
    color: #FFBE03 !important;
}

.main-heading {
    font-size: 42px;
}

.font-icon {
    color: #0d6efdb3;
}

.title {
    font-size: 24px;
    color: #0d6efdb3;
}

.subtitle {
    font-size: 18px
}

.details {
    font-size: 14px;
}

.smallest {
    font-size: 12px;
}

p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #071b2c;
}

.top-bar {
    background-color: var(--skycolor);
}

    .top-bar a {
        color: #fff;
        white-space: nowrap;
    }

/******menu**start***/
/***menu****/
.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;
        display: none;
        z-index: 999;
    }

        .navbar_header > ul > li > ul > li > ul > li > a {
            color: #fff;
            width: 100%;
            height: auto;
            display: inline-block;
            padding: 11px 10px;
            font-size: 14px;
            position: relative;
            background-color: #033562;
            border-bottom: 1px solid #022f56;
        }



    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 50px;
        z-index: 999;
        margin: 0;
        transform: scaleY(0);
        transition: .3s all ease-in;
    }

        .navbar_header > ul > li > ul > li {
            position: relative;
        }

            .navbar_header > ul > li > ul > li > a {
                color: #ffffff;
                border-bottom: 1px solid #022f56;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 10px;
                font-size: 15px;
                position: relative;
                background: #00396c;
                text-align: start;
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #003a82;
                }

    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
    }

        .navbar_header > ul > li:hover > a {
            text-decoration: none;
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
        }

            .navbar_header > ul > li:last-child {
                border-right: none !imortant;
            }

        .navbar_header > ul li:hover > ul,
        .navbar_header > ul li > ul > li:hover > ul {
            /* On hover, display the next level's menu */
            display: inline;
            transform: scaleY(1);
        }


        /* Menu Link Styles */

        .navbar_header > ul > li > a
        /* Apply to all links inside the multi-level menu */ {
            display: inline-block;
            color: #333;
            padding-left: 10px;
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            letter-spacing: 0.3px;
            text-decoration: none;
            position: relative;
            transition: 0.5s;
            font-size: 17px;
            text-transform: capitalize;
        }

            .navbar_header > ul > li > a:after {
                content: '';
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                /*border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e8e8e8;*/
                clear: both;
            }

        .navbar_header > ul > li:first-child {
            /*  background-color: #e80303;*/
        }


        .navbar_header > ul a:hover {
            color: #000000;
        }

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}


.affix {
    position: fixed;
    z-index: 999;
    top: 0px;
    box-shadow: 0px 2px 6px 0px;
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mobileMenu {
    width: 100%;
    display: none;
}

.bre_div {
    z-index: 4;
    background: #00396c;
    top: -61px;
    position: absolute;
    left: 0;
    padding: 5px 15px 5px 12px;
}

.mascot_div {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    width: 95px;
}

@media only screen and (max-width: 768px) {
    .navbar_header > ul > li > ul {
        display: inline-block;
        position: static;
        width: 100%;
    }



    #sch_sld img {
        height: 200px !important;
    }

    .navbar_header > ul > li > ul > li > a {
        background: #022e56;
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }

    .menuBar {
        width: 0px;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0px;
        top: 0px;
        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;
    }
}

/******menu**end***/
.logo-cont {
    position: relative;
}

    .logo-cont img {
        position: absolute;
        width: 150px;
        top: 0px;
        right: 0px;
        z-index: 10;
    }

.admission-btn {
    padding: 15px 20px !important;
    margin-top: 22px;
    background-color: #015198 !important;
    border: 1px solid #015198 !important;
    border-radius: 50px !important;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent !important;
    border: none !important;
    opacity: 1 !important;
}

.our_mission {
    background-color: var(--skycolor);
}

.header {
    background-color: #fff;
    background-size: cover;
}

.section-about, .schools, .our_mission, .tesDiv {
    padding: 60px 0px;
    position: relative;
}


    .section-about::before, .schools::before, .bg_inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/abs-bg7.png), url(../img/abs-bg7.png);
        z-index: -1;
        opacity: .5;
        background-size: cover;
        background-position: center center;
    }

.vision-cont {
    background-color: azure;
    padding: 10px 20px;
    border-left: 3px solid #0d6efdb3;
}

.management {
    padding: 80px 0px 80px;
}

.btn-grad {
    background-image: linear-gradient(to right, #064b89 0%, #0b599f 51%, #054987 100%);
}

.btn-grad {
    margin: 10px 10px 12px 0px;
    padding: 6px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 0px;
    display: block;
    transition: .5s all ease-in;
}

    .btn-grad i {
        transition: .5s all ease-in;
    }

    .btn-grad:hover {
        background-position: right center;
        color: #fff !important;
        text-decoration: none;
    }

a.btn-grad:hover i {
    margin-left: 5px;
}

.management {
    background: var(--skycolor);
    position: relative;
}

    .management h5, .management p {
        color: #e5e5e5;
    }

.parent {
    background-image: url(../img/abs-bg4.png);
    background-size: cover;
}


.school-cont {
    border-radius: 5px;
    background-image: url(../img/pattern-4.png);
}

footer {
    padding: 40px 0px 0px;
}

.footer-fluid {
    background-image: url(../img/pattern-2.jpg);
    background-size: cover;
    padding: 50px 0px 20px;
}

.list-footer {
    padding-left: 20px;
}

    .list-footer li {
        line-height: 40px;
        list-style-type: square;
        color: #fff;
    }

        .list-footer li a {
            color: #fff;
        }

            .list-footer li a:hover {
                color: #FFBE03;
            }

.school-cont h5 {
    color: #333;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.soical-media {
    padding-left: 0px;
}

    .soical-media li {
        list-style: none;
        display: inline-block;
        padding: 0px 5px;
    }

        .soical-media li a {
            color: #015198;
            font-size: 30px;
        }

.news-cont {
    background-color: rgb(33, 58, 143);
}



.news-title {
    background: #f44336;
    position: relative;
}

    .news-title::before {
        content: '';
        position: absolute;
        top: 11px;
        right: -7px;
        background: #f44336;
        width: 20px;
        height: 15px;
        transform: rotate( 44deg );
    }


    .news-title h4 {
        margin: 5px;
        color: #fff;
    }

.main-heading {
    color: #00396c;
}

#MrqNews {
    margin: 5px 0px 0px 0px;
}

    #MrqNews a {
        color: #fff;
        letter-spacing: .5px;
        margin-right: 30px;
    }

.MenuLinkbtn_Div > a {
    display: block;
}

.link-div h4 {
    color: #333;
}

.center-cont {
    background-color: #1967d3;
    border-radius: 0px 0px 40px 40px;
}

.menu-bar {
    position: absolute;
    top: -51px;
    left: 0;
    width: auto;
    background-color: #00396c;
}

.MenuLinkbtn_Div > a {
    color: red;
}



/* career start */


.copy_div p {
    color: white;
}

.copy_div_cnt p {
    color: white;
}

.career_1 .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    margin-top: 2px;
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #333 !important;
    box-shadow: none !important;
}

.career_1 .row {
    background-color: #fff;
}

.c_title {
    font-weight: 600;
    letter-spacing: .5px;
    color: #FF9800;
}

.lblheading1 {
    color: #1c456d;
}

hr {
    height: 1px !important;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: 1px 1px 0px #bfbfbf;
}

.career_info label {
    margin: 0 10px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}


.career_1 {
    border: 1px solid var(--skycolor);
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--skycolor);
}

div#exp_yes {
    display: none;
    transition: .5s all ease-in;
}

.career_1_title {
    background: var(--skycolor);
    color: #fff;
    /* text-transform: uppercase; */
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
    text-align: left;
}

#btn_reg {
    background: linear-gradient(to right, #064b89 50%, #1578d1 100%);
    color: #fff;
    border-radius: 0;
    width: 130px;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 8px 20px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .5s all ease-in-out;
}

    #btn_reg:hover {
        background-position: right center;
        color: #fff !important;
        text-decoration: none;
    }

#lblheading1 {
    color: #00396c;
}

.career_info p {
    letter-spacing: .5px;
}

.career_info span {
    font-size: 16px;
    font-weight: 500;
    color: #4e4d4d;
    letter-spacing: .5px;
}
/* career end */

#contactBtn {
    background: #015198 !important;
    min-width: 100px !important;
    padding-top: 5px !important;
    border: 1px solid #015198 !important;
    border-radius: 20px;
}

header i {
    margin-right: 5px;
}

/* footer start */
footer.foo_div {
    background-color: var(--skycolor);
    position: relative;
    z-index: 0;
}


.foo_div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    opacity: .04;
    z-index: -1;
    background-position: top;
}


.foo_cam_div ul > li {
    margin: 0px 25px 20px 0;
}

.foo_div_cnt ul > li > a {
    color: #fff;
    font-size: 17px;
    letter-spacing: .5px;
    margin-right: 30px;
}

.foo_cam_div ul > li {
    background-color: #ffffff;
    padding: 2px 0px 5px;
    box-shadow: 4px 4px 5px #33333347;
}

    .foo_cam_div ul > li > a {
        position: relative;
        z-index: 0;
        color: #1e2b37 !important;
        padding: 6px 20px 10px;
        font-size: 16px;
        letter-spacing: .5px;
        font-weight: 600;
        transition: .5s all ease-in-out;
    }

        .foo_cam_div ul > li > a:hover::before {
            height: 100%;
        }

        .foo_cam_div ul > li > a::before {
            content: '';
            position: absolute;
            z-index: -1;
            background-color: #ffbe03;
            height: 0;
            width: 100%;
            top: 0;
            left: 0;
            transition: .5s all ease-in-out;
        }


.foo_div_cnt ul li {
    position: relative;
}

    .foo_div_cnt ul li::before {
        content: '';
        position: absolute;
        top: 9px;
        right: 14px;
        width: 1px;
        height: 14px;
        background: #031728ad;
        box-shadow: 1px 0px 0px 0px #ffffffbd;
    }

    .foo_div_cnt ul li:last-child::before {
        display: none;
    }

.copy_div {
    background-color: var(--skycolor);
    border-top: 1px solid white;
}

    .copy_div span {
        color: #fff;
        font-size: 15px;
        letter-spacing: .5px;
    }

    .copy_div a {
        color: #ffbe03;
    }

.foo_div_soc {
    position: absolute;
    top: 50px;
    right: 90px;
}

    .foo_div_soc::before {
        content: '';
        position: absolute;
        top: -49px;
        right: 21px;
        width: 2px;
        height: 160px;
        background: #03315aa6;
        z-index: -1;
    }

.nav-overflow {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.foo_div_soc ul li a {
    background: white;
    padding: 5px 10px 5px 13px;
    margin-bottom: 12px;
    display: block;
    color: var(--skycolor);
}

    .foo_div_soc ul li a i {
        font-size: 16px;
        transition: .5s all ease-in-out;
    }

.foo_div_soc ul li:hover i {
    transform: rotate(360deg);
    color: var(--skycolor);
}
/* media */
@media only screen and (max-width: 1200px) {
    .middle-header a.logo {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .middle-header a.logo {
        display: block;
        width: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .top_no {
        flex-wrap: wrap;
    }

    .foo_div_soc {
        top: -16px;
        right: 16px;
    }

        .foo_div_soc::before {
            display: none;
        }

        .foo_div_soc ul li a {
            padding: 5px 20px 5px 13px;
        }

        .foo_div_soc ul {
            display: flex;
        }
}

span.man_clm {
    color: red;
    margin-left: 4px;
    font-size: 24px;
    margin-top: 1px;
    position: absolute;
}


@media only screen and (max-width: 768px) {
    .top_no, .top_mail {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .cam_a {
        width: 100%;
        margin: 0 auto;
    }

    .bre_div {
        top: -55px;
        font-size: 14px;
        letter-spacing: .5px;
    }

    .navbar_header > ul > li > ul {
        transform: none;
    }

        .navbar_header > ul > li > ul::before {
            border-bottom: 12px solid #022e56;
            top: 45px;
        }

    .logo-cont img {
        width: 100px;
        top: 0px;
        right: auto;
        left: 25px;
    }

    .MobileMenubar {
        display: inline-block;
        padding: 0px;
        float: right;
        z-index: 10;
    }

    .navbar_header > ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #00396c;
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #021e3829;
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #fff;
            }

            .navbar_header > ul > li > ul {
                display: inline-block;
                position: static;
                width: 100%;
            }

    .navbar_header {
        width: 0px;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #00396c;
        top: 0px;
        bottom: 0px;
        z-index: 999;
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: White;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address {
        padding: 5px;
    }

    .news-title {
        z-index: 1;
    }

    .main-heading {
        font-size: 25px;
    }

    .btn_topper1 i {
        color: white !important;
    }

    .carousel-control-next, .carousel-control-prev {
        color: black !important;
    }


    .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;
            color: black;
        }

    .management img {
        padding-bottom: 15px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .btn-grad {
        font-size: 15px;
    }

    .section-about, .schools, .management {
        padding: 30px 0;
    }

    .foo_div h3 {
        font-size: 20px;
    }

    .foo_div_cnt ul li::before {
        display: none;
    }

    .foo_div_cnt ul > li > a {
        font-size: 14px;
    }

    .foo_cam_div ul > li {
        padding: 0px;
        margin: 0px 20px 15px 0;
    }

    .copy_div span {
        font-size: 13px;
    }

    .foo_cam_div ul > li > a {
        padding: 7px 10px;
        font-size: 14px;
    }

    .news-title::before {
        top: auto;
        bottom: -3px;
        left: calc(100% - 54%);
        right: auto;
        z-index: -1;
    }

    .Navbartoggle {
        width: 70px;
    }
}

#sch_sld {
    margin-top: 1.5rem;
}

    #sch_sld > .carousel-inner {
        position: relative;
        padding: 12px;
    }

        #sch_sld > .carousel-inner::before {
            content: '';
            position: absolute;
            width: 45%;
            height: 45%;
            left: 0;
            top: 0;
            border-top: 8px solid #ff9a03;
            border-left: 8px solid #00396c;
            z-index: 3;
        }

        #sch_sld > .carousel-inner::after {
            content: '';
            position: absolute;
            width: 45%;
            height: 45%;
            right: 0;
            bottom: 0;
            border-right: 8px solid #ff9a03;
            border-bottom: 8px solid #00396c;
            z-index: 3;
        }


.carousel:hover .carousel-control-next {
    right: 0 !important;
}

.carousel:hover .carousel-control-prev {
    left: 0 !important;
}

.img_student {
    width: 140px;
    margin: auto;
}

    .img_student img {
        border-radius: 10px;
    }

.carousel {
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s all ease-in-out !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    transition: .5s all ease-in-out !important;
}

#sch_sld img {
    height: 270px;
    object-fit: cover;
}

.tesDiv {
    background-color: #f6f7f8;
}

#testimonial_cnt h6 {
    padding: 30px;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 30px;
    margin-top: 12px;
    position: relative;
}

#testimonial_cnt span.quoteLeft {
    position: absolute;
    top: -28px;
    left: 0;
    font-family: Rozha One, serif !important;
    font-size: 80px;
    font-weight: 900;
    opacity: .2;
}

#testimonial_cnt span.quoteRight {
    position: absolute;
    bottom: 16px;
    right: 30px;
    font-family: Rozha One, serif !important;
    font-size: 80px;
    font-weight: 900;
    opacity: .2;
    transform: rotate( 180deg );
}

.upcoming {
    padding-left: 40px !important;
    list-style: decimal-leading-zero !important;
}

    .upcoming > li::marker {
        color: #bdbdbd;
    }

#div_newsEvent01 {
    min-height: 220px;
    box-shadow: 0px 0px 5px 0px #3333331f;
    border-top: 3px solid #00396c;
    background: #fff;
}

    #div_newsEvent01 ul > li > a {
        font-size: 18px;
        letter-spacing: .5px;
        color: #333;
        line-height: 30px;
        display: block;
        padding: 5px 0;
    }


#testimonial_cnt h5 {
    font-size: 17px;
    color: #075295;
    margin-top: 15px;
    letter-spacing: 1px;
    padding-left: 30px;
}


#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-weight: 600;
}

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;
}


/* START */
a {
    text-decoration: none !important;
    cursor: pointer;
}




    a:focus {
        outline: transparent none 0 !important;
        outline-color: transparent !important;
        outline-style: none !important;
        outline-width: 0 !important;
    }

.alumin {
    text-align: start;
}


button:focus {
    outline: transparent none 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}



.heading-d {
    text-align: center;
    font-family: 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: var(--skycolor);
}

.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);
    }

#MenuItems > ul li:nth-child(10) > ul {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.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 #ffffff1f;
    padding: 10px;
    font-size: 14px;
    position: relative;
    background-color: #1f89cd;
    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: 46px;
    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;
    }

        .navbar_header > ul > li > ul > li > a {
            color: #fff;
            border-bottom: 1px solid #183183;
            width: 100%;
            height: auto;
            display: inline-block;
            padding: 10px;
            text-transform: capitalize;
            font-size: 14px;
            letter-spacing: 0.5px;
            position: relative;
            background: #319bdf;
            text-decoration: none;
            transition: 0.5s all ease-in;
        }

            .navbar_header > ul > li > ul > li > a:hover {
                text-decoration: none;
                color: #ffd712;
            }

.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;
        background: rgb(44 134 189);
        color: #f9e744;
    }

    .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;
        z-index: 999;
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    .navbar_header > ul > li > a {
        display: inline-block;
        color: #fff;
        white-space: nowrap;
        padding: 12px 10px;
        letter-spacing: 0.5px;
        text-decoration: none;
        position: relative;
        transition: 0.5s;
        font-size: 15px;
        text-transform: uppercase;
    }

        .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;
}*/



.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) {

    .lef_div_icn, .rig_div_icn {
        display: none;
    }

    #MenuItems > ul li:nth-child(10) > ul {
        height: fit-content;
        overflow-y: visible;
        overflow-x: visible;
    }

    .button001 {
        margin: 0 10px 5px 0 !important;
    }

    .menu-cont {
        height: 50px;
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: 90vh;
        display: inline-block;
        position: relative;
        background-color: var(--skycolor);
    }

        .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: rgb(33, 58, 143);
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #fff;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address {
        padding: 5px;
    }

    .navbar_header > ul > li > ul {
        display: none;
        position: static;
        width: 100%;
        transform: initial;
    }

        .navbar_header > ul > li > ul > li > ul {
            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;
    }


    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }
}

.Togglebtn {
    display: none;
}

.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;
}

    .euro_school::after,
    .gallery::after,
    .section_about::after,
    .three_section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        filter: opacity(0.15);
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../img/welcome_bg.png);
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
    }

    .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: 6px 18px 8px !important;
    border-radius: 0px !important;
    margin: 0 10px 0 0;
    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;
    background-color: #0072bc !important;
    transition: 0.5s all ease-in;
}

    .button002:hover {
        color: #ffd712 !important;
    }

.middle-header {
    padding: 0 0;
}



.icon_size {
    font-size: 20px;
    color: #0072bc;
}

.heading {
    color: #095482 !important;
}

.header-icon {
    padding: 5px 0;
}

    .header-icon a {
        margin: 0 5px;
    }

#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: #073754;
    position: relative;
}

    #idSubmenus > li.active > a {
        color: #f9e744;
    }

        #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;
}

/* menu */

.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 {
    padding: 10px;
    width: 40px;
    cursor: pointer;
    transition: .5s;
    filter: hue-rotate(340deg);
    color: #fff;
}

.nav_div_2 {
    visibility: hidden;
    background: var(--skycolor);
    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;
}


.head_btn_dark {
    background: var(--skycolor) !important;
    color: #fff;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 80px;
    padding: 7px 15px !important;
    display: inline-block;
    transition: .5s all ease-in-out;
    border: 2px dashed #ffffff;
}

    .head_btn_dark:hover {
        color: #FFBE03 !important;
    }

.head_btn_light {
    background: var(--skycolor);
    color: #fff;
    padding: 7px 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    display: inline-block;
    margin: 5px;
    transition: .5s all ease-in-out;
}

    .head_btn_light:hover {
        color: #FFBE03 !important;
    }

.head_btn_light1 {
    background: #fff;
    color: #033e69;
    border: 2px dashed #033e69;
    padding: 6px 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    display: inline-block;
}

    .head_btn_light1:hover {
        background: var(--skycolor) !important;
        border: 2px dashed #ffffff !important;
        color: #fff !important;
    }

.btn-light {
    margin-top: 5px !important;
}

.gif_image {
    border-radius: 24px;
    border: 2px dashed #f20606;
    height: 45px;
}

.adm_link {
    position: fixed;
    bottom: 255px;
    z-index: 9;
    font-weight: 600;
    right: -78px;
    transform: rotate(-90deg);
    padding: 10px;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    z-index: 9999;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #f72313 0%, #f44336 51%, #d90e07 100%);
    /*    background: linear-gradient(45deg, #d82028, #ff392b);*/
    border-radius: 20px;
}

    .adm_link:hover {
        background-position: right center;
    }

    .adm_link > a {
        color: #fff !important;
    }

@media only screen and (max-width:468px) {
    .adm_link {
        font-size: 15px;
        right: -51px;
        z-index: 999;
    }

    .bre_div {
        display: none;
    }
}

.toper_class {
    padding: 50px 0 50px;
    background: var(--skycolor);
}

.testimonial-item {
    text-align: center;
}

.upcoming {
    /*background: #f3f3f3;*/
    /* min-height: 300px;
    max-height: 300px;*/
    border-radius: 5px;
    padding-top: 20px;
}

.ntc_brd_cnt::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0px;
    width: calc(51%);
    height: 23px;
    z-index: 1;
    border-right: 6px solid #0072bc;
    !;
}

.ntc_brd_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
    padding: 6px 20px;
    background: #083a58;
    border-radius: 20px;
}

.ntc_brd_ul::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 6px solid #083a58;
    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 #083a58;
    z-index: 3;
}

.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: #0072bc !important;
    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;
    }

@media only screen and (max-width: 768px) {
    .alumani_heading {
        margin-top: 50px !important;
    }

    .student_cnt {
        display: grid;
        place-items: center;
    }
}


.ntc_brd_ul {
    padding: 15px;
}

    .ntc_brd_ul::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 0;
        right: 0;
        top: 0;
        border-top: 6px solid #0072bc !important;
        z-index: 3;
    }

    .ntc_brd_ul li {
        list-style: none;
        margin: 12px 0px;
    }

    .ntc_brd_ul a {
        text-decoration: none;
        letter-spacing: 0.5px;
        line-height: 28px;
        color: #555;
        transition: 0.3s;
    }

        .ntc_brd_ul a:hover {
            color: red;
            transition: 0.3s;
        }

    .ntc_brd_ul::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 0;
        left: 0;
        top: 0;
        border-top: 6px solid #0072bc !important;
        border-left: none;
        z-index: 3;
    }

.ntc_brd_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
    padding: 6px 20px;
    background: #0072bc !important;
    border-radius: 20px;
}

.breadcrumb-div a:hover {
    color: #f2a900;
}


.navbar_header i {
    margin-left: 10px;
}

.wing-div_img > img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    object-position: top;
}

.wing-div {
    margin-bottom: 20px;
}

.wing-div_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .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;
    }

.title {
    color: #095482;
    font-size: 30px
}

@media only screen and (min-width: 768px) {
    .gallery_slider {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .gallery {
        display: none;
    }
}

.testimonial-job p, .testimonial-content p {
    text-align: center;
}

.main-footer {
    background: #0072bc;
    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: none;
        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;
    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;
}

.title_1 {
    color: #ffd712;
}

.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;
    max-height:320px;
    min-height:320px;
    object-fit:cover;
}

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;
}

.three_section {
    padding: 50px 0;
    position: relative;
}

.gallericonsevents {
    background: #eef6fc;
    padding: 20px 0;
}

    .gallericonsevents .eventicons {
        gap: 38px;
    }

    .gallericonsevents .box {
        text-align: center;
        color: #000;
        transition: 0.3s;
    }

        .gallericonsevents .box i {
            font-size: 28px;
            background: #fff;
            color: #000;
            border-radius: 50%;
            padding: 18px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            display: inline-block;
            margin-bottom: 10px;
        }

        .gallericonsevents .box p {
            margin: 0;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .gallericonsevents a {
        text-decoration: none;
        color: inherit;
    }

    .gallericonsevents .box:hover i {
        background: #0072bc;
        color: #fff;
        transform: scale(1.1);
    }

.icon-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

    .icon-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin: 5px 0;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        font-size: 22px;
        color: #333;
        transition: all 0.3s ease;
    }

        .icon-bar a:hover {
            transform: scale(1.1);
            background: #007bff;
            color: #fff;
        }

.logo img {
    width: 67%;
}
.tour-box img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid #0072bc;
    transition: 0.50s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
@media (max-width: 768px) {
    .slick-list {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        border: 2px solid #0072bc;
        transition: 0.50s;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
}