﻿@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;
}

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: #009846;
    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: #009846;
}

.navbar_header {
    width: auto;
    height: auto;
    display: block;
    margin:auto;
    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: uppercase;
        color: #fff;
        width: 100%;
        height: auto;
        display: inline-block;
        border-bottom: 1px solid #ffffff1f;
        padding: 10px;
        font-size: 13px;
        position: relative;
        background-color: #0e344a;
        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;
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px solid #0a26365e;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 10px;
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: 0.5px;
                position: relative;
                background: #2a995e;
                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: #166a3d;
            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;
            display: block!important;
            max-height: 1000px;
            -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            font-family: mohr_altmedium;
            color: #fff;
            white-space: nowrap;
            padding: 12px 10px 8px;
            letter-spacing: 0.5px;
            text-decoration: none;
            position: relative;
            transition: 0.5s;
            font-size: 13px;
            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;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .top_header a,
    .top_header p {
        font-size: 14px;
        margin: 0 auto;
    }

    .adm_link {
        right: 5px!important;
        border-radius: 0!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;
    }


    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: 90vh;
        display: inline-block;
        position: relative;
        background-color: #166a3d;
    }

        .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: #166a3d;
        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;
    }
}

.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;*/
        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;
}

.welcomediv h3{
    font-weight:bold;
}

.welcomediv h4{
    font-weight:bold;
}
.section_about {
    padding: 0 0 50px;
    position: relative;
    z-index: 1;
}

.section_about {
    background-image: url('../img/bggrey.jpg');
    background-position:center;
    background-attachment:scroll;
}
    .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: 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: #009846 !important;
    transition: 0.5s all ease-in;
}

    .button002:hover {
        color: #ffd712 !important;
    }

.middle-header {
    padding: 0 0;
}

.wel_upc_div {
    background: url(https://euroschoolkanina.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: #095482 !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: #083a58;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}

.our_mission {
    background-image: url('../img/bggreen.png');
    background-attachment:fixed;
    background-position:center;
}

    .our_mission:before {
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;
        /*background: url(../img/dot-shape.png);*/
        width: 100%;
        height: 100%;
    }

    .our_mission:after {
        content: "";
        position: absolute;
        bottom: 0;
        z-index: -1;
        right: 0;
        /*background: url(../img/vision.png);*/
        width: 300px;
        height: auto;
    }

.three_section {
    padding: 50px 0;
    position: relative;
}
.testimonial-item{
    display:grid;
    place-items:center;
}

.box-three {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 6%) !important;
    min-height: 380px;
    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;
}

.box-three p {
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    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;
}

    .testimonals::after {
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;
        /*background: url(../img/dot-shape.png);*/
        width: 100%;
        height: 100%;
    }

.padding-item {
    padding: 20px 20px 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: 1px solid #083a58;
    transition: 0.50s;
}


.tour-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #8b8b8b26;
    z-index: -6;
    border: 1px solid #d1d1d1;
    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 {
    background: #1e814b;
    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;
}

.news-detailes {
    background-image: url(../img/SainiSabhaNNl.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 100px;
}

.section_cont {
    padding: 50px 0 150px 0;
}

.gallery-img-cont {
    max-height: 200px;
    min-height: 299px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #dcdcdc;
}

.header-icon {
    padding: 5px 0;
}

    .header-icon a {
        margin: 0 5px;
    }

.soical-media {
    padding: 47px 0px 140px;
    background: #0080000f;
}

.icon-bar {
    background: #083a58;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}
.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}
.whatsaap {
    background: #25D366;
    color:white;
}
.youtube {
    background: #bb0000;
    color: white;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 14px;
    }

     


.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;
}

.euro_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: hidden;
}

#carouselExampleCaptions h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.upcoming li {
    list-style: decimal;
}

    .upcoming li a {
        color: #555;
        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;
    background: white;
}

.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: #ffd712;
    font-weight: bolder;
    letter-spacing: 1px;
}

.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 #fca311;
    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 #fca311;
        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: #f3fbf0;
    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: #b8dbb8c9;
    position: relative;
    border-bottom: 1px solid;
}

    #idSubmenus > li.active > a {
        color: black;
    }

        #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: #009846;
}

    .career_1 .row {
        background-color: #f7f7f7;
    }

div#exp_yes {
    display: none;
    transition: 0.5s all ease-in;
}

.career_1_title {
    background: #009846;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
}

.career_info label {
    margin: 0 10px;
}

#mentor_div {
    flex-direction: row-reverse;
}

#top_soc_div i {
    color: #fff;
    font-size: 18px;
    padding: 5px 5px 0;
}

.euro_school {
    position: relative;
    background-color: #e8fcff;
    padding: 50px 0 130px;
}

.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    right: 0;
}

.upcoming li {
    position: relative;
}

    .upcoming li::marker {
        font-size: 24px;
        font-weight: 800;
        opacity: 1;
        color: #2421211a;
    }


    /* 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: 8px;
    width: 40px;
    cursor: pointer;
    transition: .5s;
    filter: hue-rotate(340deg);
    color: #fff;
}

.nav_div_2 {
    visibility: hidden;
    background: #009846;
    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;
}



.head_btn_dark {
    background: #009846;
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 1px !important;
    border: 2px #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: #033e69;
    border: 2px solid #009846;
    padding: 6px 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    display: inline-block;
}

    .head_btn_light:hover {
        background: rgb(8 58 88) !important;
        border: 2px dashed #ffffff !important;
        color: #fff !important;
    }
.adm_link {
    position: fixed;
    bottom: 45px;
    z-index: 99;
    right: 15px;
    background-color: red;
    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) {
    .adm_link {
        font-size: 11px;
        right: 27px;
    }
}


.testimonals .img_student {
    padding: 20px 50px;
}

.testimonals .student_cnt {
    padding: 27px 0px;
}

.testimonals .img_student img {
    border: 2px solid white;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .margin_topper {
        margin-top: 40px !important;
    }
    .student_cnt {
        text-align:center;
    }
}

@media only screen and (min-width:991px) {
    .testimonals {
        max-height: 500px;
        height: 500px;
    }
}
.btn_topper {
    position: relative;
    width: 80px;
    margin: 20px auto;
}
.btn_topper span.carousel-control-prev-icon, .btn_topper span.carousel-control-next-icon {
    background-image: none;
    background-color: #819cad;
    width: 30px;
    padding: 6px 10px;
    border-radius: 50%;
}

    .btn_topper span.carousel-control-prev-icon:hover, .btn_topper span.carousel-control-next-icon:hover {
        background-color: #38647f;
    }


.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;
}

.wing-div_img > img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    object-position: top;
    box-shadow: rgb(255 255 255) 0px 5px 15px;
}

.wing, .gallery {
    background-image: url('../img/bggreen.png');
    padding: 55px 0px;
    background-attachment: fixed;
    background-position: center;
}
    .wing h3{

    }
    .btn_topper1 .carousel-control-prev-icon i, .btn_topper1 .carousel-control-next-icon i {
        padding: 8px;
    }



.hot_news {
    padding: 10px 0px 6px;
    background-color: #ff2919;
    color: #fff;
    font-weight: 600 !important;
}

.news_sec {
    background: linear-gradient(45deg, #004f88, #043c65);
}

.news_marquee {
    padding: 10px 0px;
    color: #fff;
    font-weight: 600 !important;
}
.upcoming li a img {
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: -27px;
}
/*.ntc_brd_cnt::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0px;
    width: calc(51%);
    height: 23px;
    z-index: 1;
    border-right: 6px solid rgb(8, 58, 88);
}*/

.ntc_brd_cnt span {
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
    padding: 6px 20px;
    background: #083a58;
    border-radius: 20px;
}


.upcoming {
    background: #f3f3f3;
    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: 16px;
    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: 13px;
    border-top: 6px solid #083a58;
    z-index: 3;
}*/

.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;
}

.copyright {
    text-align: center;
    background: white;
    color: white;
    color: #ffd712;
}
    .copyright a {
        color: black;
        text-decoration: none !important;
        font-weight: bold;
    }
    .copyright a:hover {
        color: black;
        
    }
.carousel-item img {
    width: 100%;
    min-height: 200px;
}

.vission p {
    text-align: justify;
    margin-right: 450px;
    margin-left: 52px;
    margin-top: 34px;
    line-height: 1.5;
    color: #373d3fc7;
    line-height: 1.5;
    font-size: 17px;
}
.mission_row {
    display: flex;
}
.mission p {
    font-size: 17px;
    text-align: justify;
    margin-left: 450px;
    margin-right: 52px;
    margin-top: 34px;
    line-height: 1.5;
    color: #373d3fc7;
    line-height: 1.5;
}
.vission_data {
    display: flex;
}
.mission_img {
    display: grid;
    place-items: center;
    margin:auto;
}

.soical-media h4, .gallery h3, .wing H3{
    color: black;
    font-weight: bold;
}
.Nwsheading {
    color: black !important;
}
.nwsDate {
    color: darkgreen !important;
    font-size: 12px;
}

.newsfeed i {
    font-size: 13px !important;
}

@media only screen and (max-width: 992px) {
    .mission p {
        margin-left: 0px !important;
    }

    .vission p {
        margin-right: 0px !important;
        margin-left: 0;
    }
}
@media only screen and (max-width: 592px) {
    .mission p {
        margin-right: 7px;
    }
}
@media only screen and (max-width: 768px) {
    .mission_row {
        display: flex;
        flex-wrap: wrap;
    }
    .vission_img {
        display: grid;
        place-items: center;
    }

    .vission_data {
        display: flex;
        flex-direction: column;
    }


}

.navbar_header i {
    font-size: 13px;
    margin-left: 7px;
}