@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background: #26a8f2;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

    body * {
        font-family: 'Poppins', sans-serif;
    }

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    body p {
        margin: 0;
        text-align: justify;
    }

#innerNav {
    background: #fff;
    padding: 0.5rem 0;
}

    #innerNav .borderRight {
        padding-left: 2rem;
    }

.col-md-1.rightInner {
    border-left: 0.2rem solid #000;
}

#innerNav .borderRight .bigTitle {
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: unset;
}

.mi-message-background {
    background:#f1edd5 !important;
}

#innerNav .borderRight .smlTitle {
    font-size: 1.3rem;
    color: #000;
    font-weight: 400;
    text-align: unset;
}

#innerNav .rightInner .inCase {
    font-size: 1rem;
}

#innerNav .rightInner img {
    margin-top: -1rem;
    max-height: 5.5rem;
}

#innerNav .helpBtn {
    padding: 1rem 2rem;
    border: .2rem solid #000;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0C58A2;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

    #innerNav .helpBtn img {
        max-width: 3rem;
    }

a.btn.logBtn {
    width: 7rem;
    border: 1px solid #000;
}

.help {
    margin: 0 auto;
}

#headerTop {
    background: #0C58A2;
    padding: .5rem 0;
}

    #headerTop * {
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    #headerTop .nav-item {
        padding-left: .5rem;
        padding-right: .5rem;
        border-left: .2rem solid #fff;
        text-transform: uppercase;
    }

        #headerTop .nav-item:last-child {
            padding-right: 0;
        }

        #headerTop .nav-item:first-child {
            border: none;
        }

#header {
    padding: 0;
    padding-bottom: 1rem;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #header .bigLogo {
        max-width: 15rem;
        position: absolute;
        z-index: 999;
        top: 0;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    #header .dropdown * {
        font-size: 1.4rem;
    }

    #header .navbar-brand img {
        max-height: 7rem;
    }

    #header .nav-item {
        margin-top: .75rem;
        font-size: 1.23rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: .75rem;
        border-left: .1rem solid #000;
        padding-right: 0.75rem;
    }

        #header .nav-item .nav-link {
            color: #fff;
            padding: 0;
        }

        #header .nav-item:first-child {
            border: none;
        }

        #header .nav-item:last-child {
            padding-right: 0;
        }

#banner {
    padding: 3rem 0 8rem;
    padding-top: 0;
}

    #banner .slick-prev {
        left: 0%;
        z-index: 999;
    }

    #banner .slick-next {
        right: 0;
    }

        #banner .slick-next:before {
            content: url(../images/right-arrow.png);
        }

    #banner .slick-prev,
    #banner .slick-arrow {
        background: #ac9c9c9e;
        top: 50%;
        height: 5rem;
        width: 6rem;
        z-index: 999;
    }

        #banner .slick-prev:before {
            content: url(../images/left-arrow.png);
        }

    #banner .bannerSliderCtrl {
        height: 41rem;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 41rem;
            max-height: 41rem;
        }

    #banner .noticeBoard {
        background: #fff;
        /* height: 100%; */
    }

        #banner .noticeBoard .notiseBoardTitle {
            max-width: 95%;
            border-radius: 5px;
            margin: 0 auto;
            background: #6179b4;
            /*clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);*/
        }

            #banner .noticeBoard .notiseBoardTitle h3 {
                font-size: 3.1rem;
                text-transform: uppercase;
                color: #fff !important;
                font-weight: 700;
                text-align: center;
            }

    #banner .noticeBoardSlider {
        max-height: 27rem;
        overflow: hidden;
        padding: 1rem 1.5rem;
    }

        #banner .noticeBoardSlider .singleSlider .card {
            margin-bottom: 2rem;
            border: none;
        }

            #banner .noticeBoardSlider .singleSlider .card .card-text {
                font-size: 1.4rem;
            }

            #banner .noticeBoardSlider .singleSlider .card .card-footer {
                max-width: 65%;
                display: inline-block;
                background: rgba(12, 88, 162, 0.5);
            }

                #banner .noticeBoardSlider .singleSlider .card .card-footer .dateAndDownload {
                    position: relative;
                }

                    #banner .noticeBoardSlider .singleSlider .card .card-footer .dateAndDownload .newTag {
                        position: absolute;
                        max-width: 6.5rem;
                        right: -18.5%;
                        transform: rotate(-10deg);
                        -webkit-transform: rotate(-10deg);
                        -moz-transform: rotate(-10deg);
                        -ms-transform: rotate(-10deg);
                        -o-transform: rotate(-10deg);
                        border-radius: 2rem;
                        -webkit-border-radius: 2rem;
                        -moz-border-radius: 2rem;
                        -ms-border-radius: 2rem;
                        -o-border-radius: 2rem;
                    }

                #banner .noticeBoardSlider .singleSlider .card .card-footer * {
                    font-size: 1.8rem;
                    font-weight: 600;
                    color: #fff;
                    text-decoration: none;
                }

    #banner .viewAllBtn {
        margin-top: 4.5rem;
        text-align: center;
    }

        #banner .viewAllBtn .btn {
            color: #fff;
            font-size: 1.8rem;
            text-transform: uppercase;
            background: #6179b4;
            padding: .75rem 1.5rem;
            font-weight: bold;
            width: 50%;
        }

    #banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

#notificationPanel {
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
}

    #notificationPanel .card {
        text-align: center;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
        height: 100%;
    }

        #notificationPanel .card * {
            color: #fff;
        }

        #notificationPanel .card .cardImg {
            box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
            height: 5rem;
            width: 5rem;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            text-align: center;
            line-height: 5rem;
            margin: 0 auto;
            background: #fff;
        }

            #notificationPanel .card .cardImg img {
                max-width: 3rem;
            }

        #notificationPanel .card .card-title {
            margin-top: 1rem;
            font-size: 1.9rem;
            font-weight: 700;
            line-height: .87;
            text-align: center;
        }

        #notificationPanel .card .card-text {
            font-size: 1.2rem;
            font-weight: 500;
            line-height: .87;
        }

        #notificationPanel .card:hover {
            cursor: pointer;
        }

            #notificationPanel .card:hover .cardImg img {
                transition: all 1.2s;
                transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -webkit-transition: all 1.2s;
                -moz-transition: all 1.2s;
                -ms-transition: all 1.2s;
                -o-transition: all 1.2s;
            }

    #notificationPanel .col:first-child .card {
        background: #C95042;
    }

    #notificationPanel .col:nth-child(2) .card {
        background: #F1C14F;
    }

    #notificationPanel .col:nth-child(3) .card {
        background: #B5D46D;
    }

    #notificationPanel .col:nth-child(4) .card {
        background: #E96F65;
    }

    #notificationPanel .col:last-child .card {
        background: #D1282E;
    }

#messages .card {
    height: 100%;
}

    #messages .card img {
        max-height: 35rem;
    }

    #messages .card .card-header {
        background: #fff;
        border: none;
    }

        #messages .card .card-header .cardHeaderTitle {
            font-size: 2.85rem;
            text-transform: uppercase;
            font-weight: 800;
            background: -webkit-linear-gradient(#827dc6, #19125f);
            -webkit-background-clip: text;
            margin: 1rem 0;
            -webkit-text-fill-color: transparent;
        }

    #messages .card .card-title {
        font-size: 1.6rem;
        font-weight: 700;
        padding-bottom: 1rem;
    }

    #messages .card .card-text {
        font-size: 1.2rem !important;
        font-weight: 400;
    }

    #messages .card .card-footer {
        padding-bottom: 1.5rem;
        background: transparent;
        border: none;
        text-align: center;
    }

        #messages .card .card-footer .btn {
            background: #7253ee;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 500;
            padding: .5rem 1rem;
            text-transform: uppercase;
        }

.rightNews {
    background: #fff;
    height: 100%;
    padding: 1rem;
}

    .rightNews .devTitle {
        font-size: 1.7rem;
        font-weight: 700;
        padding: 0rem 0;
        text-align: center;
        color: #737778;
    }

    .rightNews .devLogoImg {
        padding: .25rem;
        border: 1px solid #000;
        margin: 2rem auto;
    }

    .rightNews .innerDevTxt {
        text-align: center;
        font-size: 1.4rem;
        padding: 2rem 0;
    }

    .rightNews .osmLink {
        margin-top: 3rem;
    }

        .rightNews .osmLink img {
            border-radius: 1rem;
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            -ms-border-radius: 1rem;
            -o-border-radius: 1rem;
        }

#insideSchool {
    background: #fff;
    margin: 1.5rem 0;
    padding: 1.5rem 0;
}

    #insideSchool .insideTitle {
        text-transform: uppercase;
        text-align: center;
        font-size: 3.5rem;        
        font-weight: 700;
        background: -webkit-linear-gradient(#827dc6, #19125f);
        -webkit-background-clip: text;
        margin: 1rem 0;
        -webkit-text-fill-color: transparent;
    }

    #insideSchool .insideTabs .nav-pills {
        padding: 0;
        border: 0.15rem solid rgba(128, 128, 128, 0.303);
    }

        #insideSchool .insideTabs .nav-pills .nav-item {
            width: 31.2%;
        }

            #insideSchool .insideTabs .nav-pills .nav-item .nav-link {
                width: 100%;
            }

    #insideSchool .insideTabs .nav-item {
        text-align: center;
    }

        #insideSchool .insideTabs .nav-item button {
            font-size: 1.9rem;
            font-weight: 700;
            text-transform: uppercase;
            background: -webkit-linear-gradient(#32A0DD, #80B66B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            #insideSchool .insideTabs .nav-item button span {
                background: -webkit-linear-gradient(#373c3f, #3d3f3c);              
                -webkit-background-clip: text;
                margin: 1rem 0;
                -webkit-text-fill-color: transparent;
            }

        #insideSchool .insideTabs .nav-item .active {
            background: #7253ee !important
        }

            #insideSchool .insideTabs .nav-item .active span {
                color: #fff !important;
                -webkit-text-fill-color: #fff !important;
            }

    #insideSchool .card {
        border: none;
        border-right: .2rem solid #000;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        #insideSchool .card img {
            height: 100%;
        }

        #insideSchool .card .card-title {
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: uppercase;
            background: -webkit-linear-gradient(#373c3f, #3d3f3c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: initial;
        }

        #insideSchool .card .card-text {
            font-size: 1.1rem;
            color: #000;
            text-align: justify;
        }

    #insideSchool .col:last-child .card {
        border: none;
    }

    #insideSchool .readMoreInside {
        text-align: center !important;
        padding-top: 2rem;
        width: 100%;
    }

        #insideSchool .readMoreInside .btn {
            background: #7253ee !important;
            font-size: 1.8rem;
            padding: .25rem 6rem;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700;
        }

section#messages {
    background: #eee;
    padding: 2% 0;
}

.tab-content {
    border: 0.15rem solid rgba(128, 128, 128, 0.303);
    padding: 2rem;
}

#notificationPanel .card *:hover {
    background: #917979 !important;
}

.card:hover {
    background: #eee !important;
}

#happyBirthDay .img-fluid {
    margin: 0 auto;
}

#happyBirthDay {
    padding: 2rem 0;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #happyBirthDay .happyBirthDayTitle {
        font-size: 3.2rem !important;
        font-weight: 700;
        columns: #fff !important;
        padding-bottom: 3rem;
        color: #4c4242 !important;
        text-transform: uppercase;
        text-align: center;
    }

    #happyBirthDay .p {
        font-size: 10px;
    }

    #happyBirthDay .col {
        border-right: .15rem solid #000;
    }

        #happyBirthDay .col .card {
            border: none;
            background: transparent;
        }

            #happyBirthDay .col .card .card-body .date {
                padding-top: 1rem;
            }

            #happyBirthDay .col .card .card-text {
                font-size: 1.0rem;
            }

            #happyBirthDay .col .card * {
                color: #000;
            }

        #happyBirthDay .col:last-child {
            border: none;
        }

    #happyBirthDay .slick-prev:before {
        content: url(../images/leftArrow.png);
        /* background: #000; */
        position: absolute;
        border-radius: 50%;
        padding: 20% 20% 20% 0;
    }

    #happyBirthDay .slick-prev {
        left: -4%;
    }

    #happyBirthDay .slick-next {
        right: -3%;
    }

        #happyBirthDay .slick-next:before {
            content: url(../images/rightArrow.png);
            /* background: #000; */
            position: absolute;
            border-radius: 50%;
            padding: 20% 0 20% 20%;
        }

#photos {
    padding: 2rem 0;
    background: #eee;
}

    #photos .slick-prev:before {
        content: url(../images/leftArrow.png);
    }

    #photos .slick-prev {
        left: -4%;
    }

    #photos .slick-next {
        right: -3%;
    }

        #photos .slick-next:before {
            content: url(../images/rightArrow.png);
        }

    #photos .sectionTitle {
        font-size: 3.2rem;
        font-weight: 700;
        text-transform: uppercase;
        background: -webkit-linear-gradient(#827dc6, #19125f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        padding-bottom: 3rem;
    }

    #photos .singleSlider {
        padding: 0 1.6rem;
    }

#footer {
    padding: 2rem 0;
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

    #footer .card {
        border: none;
    }

        #footer .card .card-title {
            font-size: 1.4rem;
            font-weight: 700;
        }

        #footer .card .card-text {
            font-size: 1.5rem;
        }

    #footer .footerMails {
        margin: 1% 2%;
    }

        #footer .footerMails p {
            font-size: 1.4rem;
            font-weight: 500;
            margin: 2%;
        }

            #footer .footerMails p a {
                text-decoration: none;
                color: #000;
            }

    #footer .mapCtrl {
        position: relative;
    }

        #footer .mapCtrl .map {
            position: absolute;
            top: 17%;
            right: 0;
        }

#copyrihgt {
    background: #0C58A2;
    color: #fff;
    padding: 1rem 0;
}

    #copyrihgt .copyrightText {
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
    }

@media screen and (min-width: 992px) and (max-width: 1400px) {

    #banner .bannerSliderCtrl {
        height: 47.2rem !important;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 47.2rem !important;
            max-height: 47.2rem !important;
        }

    html {
        font-size: 8px;
    }

    .container {
        max-width: 90%;
    }

    #header .nav-item {
        margin-top: 0.75rem;
        font-size: 1.53rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 0.75rem;
        border-left: 0.1rem solid #000;
        padding-right: 0.75rem;
    }

    .mid {
        margin: 0 4rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    #banner .bannerSliderCtrl {
        height: 47.2rem !important;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: 47.2rem !important;
            max-height: 47.2rem !important;
        }

    html {
        font-size: 7.5px;
    }

    .container {
        max-width: 90%;
    }

    #header .nav-item {
        border: none;
    }

    #banner .noticeBoardSlider .singleSlider .card .card-footer {
        max-width: 85%;
    }

    .mid {
        margin: 0 4rem;
    }
}

@media screen and (max-width: 768px) {

    section#innerNav.mobile {
        display: block !important;
    }

    .help .pe-3 {
        width: 50% !important;
        margin: 0 20%;
    }

    .about {
        margin: 1rem !important;
    }

    .about2 {
        margin: 2rem !important;
    }

    #happyBirthDay .slick-next:before {
        display: none;
    }

    #happyBirthDay .slick-prev:before {
        display: none;
    }

    .container {
        overflow: hidden;
    }

    #header .nav-item {
        padding: 0;
        border: none;
        margin-bottom: .75rem;
    }

    #banner .slick-prev,
    #banner .slick-arrow {
        top: 50%;
    }

    #banner .bannerSliderCtrl {
        padding-bottom: 1rem;
        height: auto;
    }

        #banner .bannerSliderCtrl .singleSlider img {
            min-height: auto !important;
        }

    #messages .card .card-header .cardHeaderTitle {
        font-size: 2rem;
    }

    #insideSchool .insideTitle {
        font-size: 2.5rem;
    }

    #happyBirthDay .happyBirthDayTitle {
        font-size: 2.5rem;
    }

    #photos .sectionTitle {
        font-size: 2.5rem;
    }

    #footer .mapCtrl .map {
        position: static;
        margin-top: 2rem;
    }

    #photos .slick-dots li button::before {
        font-size: 45px;
    }

    #insideSchool .card {
        border-right: none;
    }

        #insideSchool .card img {
            width: 100%;
        }

    #insideSchool .insideTabs .nav-pills .nav-item {
        width: auto;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        margin: 0 4% !important;
    }
    #innerNav .borderRight .bigTitle {
        font-size: 2.4rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 1.3rem !important;
    }
}


.dateAndDownload img.img-fluid.newTag {
    position: absolute;
    right: 31.5%;
    transform: rotate(0deg);
    max-width: 5.0rem;
    margin-bottom: 10px;
}

.dateAndDownload.d-flex.align-items-center {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: #e2dbfc;
    max-width: 65%;
    margin: 1rem 0;
}

h3.me-3 {
    color: #fff;
    padding: 0.5rem;
}

.fa {
    padding: 13px;
    font-size: 20px !important;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.h-100 {
    height: auto !important;
}

.flex-caption {
    width: 100%;
    padding: 1%;
    left: 0;
    bottom: 0;
    background: #b39ef3;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

#happyBirthDay .col .card:hover {
    background: #eee !important;
}

.help h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.footerLeft a:hover {
    color: #eee !important;
}

.help .pe-3 {
    width: 70%;
    margin: 0 20%;
}

.mobile h2.smlTitle {
    font-size: 1.4rem;
}

section#innerNav.mobile {
    display: none;
}
/*about page */
.about p {
    font-size: 1.6rem;
    padding: 1rem 2rem;
}

.about {
    margin: 6rem;
    border: 1px solid;
}

    .about h1 {
        padding: 2rem;
        font-size: 4rem;
    }

.about2 {
    margin: 0 6rem 4rem;
}

    .about2 p {
        font-size: 1.6rem;
        padding: 1rem;
        text-align: justify;
    }

    .about2 .col-md-2.px-md-0 {
        text-align: center;
    }

.message {
    margin: 6rem 2rem;
    border: 1px solid;
    padding-bottom: 6rem;
}

    .message h1 {
        padding: 2rem;
        font-size: 4rem;
    }

    .message p {
        font-size: 1.4rem;
        padding: 1rem 2rem;
        text-align: justify;
    }

    .message h3 {
        font-size: 2.4rem;
        font-weight: bold;
        padding: 0 2rem;
        width: 330px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius:5px;
}

.ms-3 {
    margin-left: 1rem !important;
}

.MI-table-th {
    background-image: -webkit-linear-gradient(top, #64b3b4 0%, #ffffff 100%) !important;
}

.MI-button {
    background-color: #5cceaf;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 7px;
}

@media screen and (max-width:1370px) {
    #messages .card .card-text {
        font-size: 1.5rem !important;
    }

    #insideSchool .card .card-text {
        font-size: 1.5rem !important;
    }

    #insideSchool .card .card-title {
        font-size: 2.3rem !important;
    }

    #happyBirthDay .col .card .card-text {
        font-size: 1.3rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 600px) {
    #innerNav .borderRight .bigTitle {
        font-size: 1.4rem !important;
    }

    #innerNav .borderRight .smlTitle {
        font-size: 0.9rem !important;
    }
}
