﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primaryColor: #2d3194;
    --secondaryColor: #A85828;
    --thirdColor: #2285F5;
    --forthColor: #A88F07;
    --textColor: #2e2e2e;
    --titleColor: #202020;
    --ts: .35s all ease-in-out;
}

body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Rubik', sans-serif !important;
}

body {
    overflow-x: hidden;
    background: rgba(252, 252, 249, 1);
}



body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

    a, a:hover, a:active, a:focus {
        text-decoration: none;
    }

.affix {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    top: 0;
    animation-name: slideInDown;
    transition: var(--ts);
}

.p_lr {
    padding-left: 10px;
    padding-right: 10px;
}

.p_tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p_tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Layer2 {
    width: 100%;
    display: inline-block;
}

#ms_view {
    display: none;
}

#ds_view {
    display: block !important;
}

.Header {
    width: 100%;
    height: auto;
    display: inline-block;
    min-height: 100px;
}


.header-Layer1 {
    width: 100%;
    height: auto;
    display: inline-block;
}

.Header_links {
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    border: 2px solid white;
    background-image: linear-gradient(to right top, #003399, #005bbc, #0081d7, #00a7ed, #00ccff);
    BORDER-RADIUS: 30PX;
    font-size: 13px;
    MARGIN: 3PX;
}

    .Header_links > i {
        display: inline-block;
        font-size: 15px;
        padding: 7px;
        width: 30px;
        border-radius: 50%;
        height: 30px;
        background-color: #444756;
        text-align: center;
    }

    .Header_links:hover {
        color: Orange;
    }

        .Header_links:hover > i {
            background-color: Orange;
            color: #444756;
        }

.header-Layer2 {
    width: 100%;
    height: auto;
    display: inline-block;
}

.Logo, .Logo_Icon {
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

    .Logo_Icon img {
        width: 130px;
        padding-top: 15px;
    }

    .Logo img {
        width: 80%;
        height: auto;
    }

.Logo_Address {
    text-align: right;
    padding: 10px;
    width: 50%;
    margin-left: auto;
    height: auto;
}

    .Logo_Address p {
        text-align: right;
    }

.header-Layer3 {
    width: 100%;
    display: inline-block;
    position: relative;
}


/*header-contant*/
.header-contant {
    width: 100%;
    height: auto;
    display: inline-block;
}

.Header-row {
    width: 100%;
    display: inline-block;
}

@media only screen and (min-width:1200px) and (max-width:1400px) {


    .navbar_header > ul > li > a {
        padding: 10px 11px !important;
        display: inline-block;
        font-size: 12px !important
    }
}

@media (min-width: 1200px) {
    .navbar_header > ul {
        display: flex;
    }

    .navbar_header {
        width: 100% !important;
        display: inline-block !important;
        display: flex;
        justify-content: center;
    }

    .Header-row .container {
        width: 1250px;
    }

    .navbar_header > ul > li > ul > li > ul {
        right: -179px;
        background: white;
        top: 4px;
        border-radius: 11px;
    }

    .carousel-inner iframe {
        height: 600px;
    }
}

.Contact li {
    list-style: none !important;
}

    .Contact li i {
        margin-right: 10px;
    }

.header-links {
    width: 100%;
    display: inline-block;
    height: auto;
}

.float-right {
    float: right;
}

    .float-right > a {
        float: right;
    }

.bg_header_blue {
    background-color: #e1c242;
}

.header-links > a {
    width: auto;
    padding: 5px;
    font-size: 11px;
    display: inline-block;
    color: #000;
    font-weight: bold;
}

.font-size18 {
    font-size: 18px;
}

.header-links > a:after {
    content: '|';
    padding-left: 5px;
}

.header-links > a:nth-last-child(1):after, .header-links > a.parentlogin:nth-last-child(1):after {
    content: '';
    padding-left: 5px;
}

.header-links > a.parentlogin {
    background-color: red;
    font-weight: bold;
}

.header-links > a:hover {
    color: Orange;
}

.Header_logo {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #002863;
}

.div_Logo {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .div_Logo > a > img {
        width: auto;
        height: 123px;
        margin-top: 5px;
    }

.Img_icon_header {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
}

    .Img_icon_header a {
        display: inline-block;
        width: 100%;
    }

    .Img_icon_header > img, .Img_icon_header > a > img {
        width: 92%;
        height: auto;
        margin-top: 7px;
        margin-left: 38px;
    }

    .Img_icon_header > img {
        width: auto;
        height: auto;
        margin-top: 24px;
    }

.AffiliationDiv {
    width: 100%;
    padding: 14px 0px;
    height: auto;
    float: right;
    display: inline-block;
}

    .AffiliationDiv img {
        width: auto;
        float: right.;
        height: 100px;
    }

.Header_add_name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #e1c242;
}

p.Header_add_name {
    text-align: right;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.Header_address {
    padding: 0px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0px;
    text-shadow: 1px 1px 0px #bfbfbf;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

    .Header_address > i {
        font-weight: bold;
        font-size: 20px;
        color: #abaaad;
    }





.bg_theme_Color {
    /*     background-color: #FF5838;*/
    background-color: #536a86;
}

.bg_white {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg_iMage {
    background: url('Img/Bg_theme.jpg');
    background-size: cover;
}

.widget1 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.min_height500 {
    min-height: 500px;
}

.min_height400 {
    min-height: 400px;
}

.InnerContent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.color_white {
    color: #fff;
}

.parag {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 28px;
    text-align: justify;
    color: var(--textColor);
}

a.ReadMore {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    background-color: Green;
    color: #fff;
    text-decoration: none;
}

/*---btn-yellow----------*/
.f_widget {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 5px;
}

    .f_widget > .get_bg_btn {
        display: inline-block;
        padding: 0px 35px;
        border: 2px solid #ffcd00;
        line-height: 50px;
        font-size: 20px;
        text-transform: uppercase;
        color: #31353d;
        font-weight: bold;
        position: relative;
        z-index: 2;
        overflow: hidden;
        -webkit-transition: color .5s;
        -o-transition: color .5s;
        transition: color .5s;
    }

        .f_widget > .get_bg_btn:before {
            content: "";
            position: absolute;
            z-index: -1;
            background: #ffcd00;
            height: 250px;
            width: 300px;
            border-radius: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -50px;
            -webkit-transition: all .7s;
            -o-transition: all .7s;
            transition: all .7s;
        }

        .f_widget > .get_bg_btn:hover {
            color: #ffcd00;
        }

            .f_widget > .get_bg_btn:hover:before {
                bottom: 100%;
            }
/*---btn-bg-white----------*/

.f_widget_white > .get_bg_btn {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 50px !important;
    border: 2px solid #444756;
    line-height: 35px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

    .f_widget_white > .get_bg_btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #444756;
        height: 250px;
        width: 300px;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
    }

    .f_widget_white > .get_bg_btn:hover {
        color: #444756;
    }

        .f_widget_white > .get_bg_btn:hover:before {
            bottom: 100%;
        }

.ImpPerson {
    box-shadow: 0px 4px 6px #ccc;
    min-height: 400px;
    width: 100%;
    display: inline-block;
    background-color: #f9f393;
    padding: 5px;
    margin-bottom: 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top: 10px solid #fed142;
}

.NewsEvnts {
    width: 100%;
    background: rgb(59 89 152);
    border-radius: 0 0 10px 10px;
    position: relative;
    border-top: 10px solid #fed142;
}

.line {
    position: absolute;
    width: 31px;
    height: 5px;
    display: none;
    margin-left: 128px;
    margin-bottom: 10px;
    top: 10%;
    left: 45%;
}

.bg_red {
    background-color: #444756;
}

.bg_white {
    background-color: #fff;
}

.color_white, a.color_white {
    color: #fff;
}

.color_red, a.color_red {
    color: #444756;
}

.newsContent {
    padding: 0 20px;
    width: 100%;
    height: 36rem;
    display: inline-block;
}

    .newsContent marquee {
        height: 300px;
    }

    .newsContent a {
        width: 100%;
        padding-bottom: 10px;
        color: #e3e3e3;
        background: url(../Images/news-div.png) no-repeat scroll 84px bottom rgba(0, 0, 0, 0);
        display: block;
        margin-bottom: 10px;
    }


        .newsContent a i {
            padding-right: 10px;
        }

        .newsContent a:hover {
            transition: 0.5s;
            padding-left: 15px;
            color: #fff;
        }

.impContent > img div {
    text-align: center;
}

.impImg {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 3px #67a3c9a3;
}

.impContent h3 {
    color: #0f509db3;
    background: url(../Images/news-div.png) no-repeat scroll -2px bottom rgba(0, 0, 0, 0);
    padding-bottom: .8rem;
    width: 9%;
    font-weight: bolder;
}

.impContent p {
    color: #57585f;
    text-align: justify;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: -17px;
}
/*---------widget2-------------*/
.widget2 {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 10px;
}

.blankDiv {
    width: 100%;
    height: 50px;
    display: inline-block;
}

.box-Shadow {
    background: url('Img/Left-shadow.jpg') no-repeat;
    height: 50px;
    display: inline-block;
    width: 100%;
}

.Facility {
    width: 100%;
    height: auto;
    display: inline-block;
}

.bg_Lightgray {
    background-color: #f8f8f8;
}

.widget2 h2 {
    color: #444756;
}

.VissionItem1 {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}


.Counterouter {
    width: 100%;
    min-height: 200px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 6px;
    background: #EEE;
    BORDER: 2PX SOLID #e8e1e1;
    transition: .6 all ease-in-out;
    margin-bottom: 1rem;
}

.Counter {
    width: 100%;
    min-height: 180px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    transition: .6 all ease-in-out;
}

.Counterouter:hover {
    background: #0d325c;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.Counter img, .Counter1 img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.Counterouter1 {
    width: 100%;
    min-height: 200px;
    background: linear-gradient(180deg,white 35%,#444756 100%);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.Counter1 {
    width: 100%;
    min-height: 200px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.Counterouter1:hover {
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    background: linear-gradient(180deg,white 0%,#444756 10%);
}


/*---------------*/
.bg_widget3 {
    height: auto;
    background: #55acee;
    display: inline-block;
}

.widget3 {
    height: auto;
    background: #444756;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(90deg,#fff 35%,#003e8a 20%);
}

.widget4 {
    height: auto;
    background: #444756;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(90deg,#003e8a 60%,#fff 10%);
}

.widget3Img {
    width: 100%;
    padding: 20px 0px 20px 0px;
    min-height: 230px;
    display: inline-block;
}

.widget4Img {
    display: inline-block;
    background-color: #003e8a;
    width: 100%;
}

.widget3Img img {
    border: 15px solid #232329;
}

.widget5 {
    width: 100%;
    height: auto;
    background-color: #444756;
    display: inline-block;
}

.GoogleMap {
    height: 310px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.getInTouch, .FooterWidget {
    width: 100%;
    height: auto;
    color: #fff;
    display: inline-block;
    text-align: justify;
    font-weight: normal;
    font-size: 14px;
}

    .FooterWidget i {
        font-size: 15px;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: inline-block;
        text-align: center;
        text-align: center;
        color: #ff5538;
        background-color: #ffffff;
        padding: 5px;
        margin-right: 10px;
    }

    .FooterWidget p {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 6px;
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .FooterWidget a {
        color: #fff;
        display: inline-block;
        width: 100%;
        text-transform: capitalize;
        padding: 6px;
        border-bottom: 1px dotted gray;
    }

.Infrastructure i {
    background: #dfd6a424;
    padding: 0 5px;
    border-radius: 15px;
    color: var(--textColor);
}

.gallery-div_1_title {
    margin-bottom: 10px;
}

.RPSGroup i, #myCarousel i, #myModal i {
    background: #ffffff8f;
    padding: 0 5px;
    border-radius: 15px;
    color: var(--textColor);
}

.our_topper_div i {
    color: var(--textColor);
}

.FooterWidget a:hover {
    color: #f8f8f8;
}

.FooterWidget a:hover {
    color: #232329;
}

.FooterSocial, .Copyright {
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
}

    .FooterSocial a {
        display: inline-block;
        padding: 15px 10px;
        color: #fff;
        font-size: 25px;
        margin: 10px;
        width: 50px;
        height: 50px;
    }


.Copyright {
    padding: 6px 0;
    font-size: 15px;
    background-color: #1c5d80;
    display: inline-block;
    color: #fff;
    letter-spacing: .5px;
    transition: var(--ts);
}

    .Copyright a:hover {
        color: #fff;
    }


@media screen and (min-width: 320px) {

    .impContent {
        background-color: #f9f393;
    }

    .impContent {
        width: 80%;
        background: #f9f393;
        display: flex;
        padding: 5px;
        min-height: 215px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .Achievementsgrid {
        grid-template-columns: 1fr !important;
    }

    .about h3, .wings_div h3, .visionmission h3, .facilities h3, .whychoose h3, .gallery h3, .AdmissionOpen h3, .RPSGroup h3 {
        font-size: 41px !important;
    }

    .Toppers_div .stuimage {
        width: 180px !important;
    }

    .toppersdesc > h4 {
        width: 180px !important;
    }

    .toppersdesc {
        width: 177px !important;
        margin: 0px !important;
    }

    .achmedia .d-flex {
        justify-content: center
    }

    .achmedia span {
        padding: 14px 17px !important;
        border-radius: 31px !important;
        font-family: Rubik;
        font-size: 15px !important;
    }

    .Infrastructure_cnt_mbl {
        display: block !important;
    }

    .vision_mission_div {
        margin-top: 25px;
    }

    .mx-text-center {
        width: 110px;
        margin: 0 auto;
    }


    .our_topper_div .paaten-background + div.col-sm-4.col-md-4.col-lg-6.col-xs-12, .our_topper_div .container-fluid, .SocialWidget .container-fluid, .SocialWidget .p_lr, .rpsGroup_cnt .col-md-3 {
        padding: 0 !important;
    }

    .FooterC ul > li {
        font-size: 14px !important;
    }

    .FooterC > .FooterT {
        font-size: 18px !important;
    }

    .rpsGroup_cnt .col-md-3 a.thumbnail {
        margin-bottom: 2px;
    }

    .vision_mission_div_cnt p {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    .Facility_Slider p {
        font-size: 15px;
    }


    .Infrastructure_cnt {
        display: none !Important;
    }

    .gallery_div_img {
        width: calc(100%/2.1) !important;
        margin: 2px !important;
    }

    .counter-div_1_title {
        margin-top: 20px;
    }

    .wings_div .wing_div_cnt {
        margin: 10px 0px;
    }

    .btnB {
        padding: 2px 12px;
        font-size: 14px !important;
        letter-spacing: .5px;
        float: right;
    }

    .milestone-counter i {
        font-size: 50px !important;
    }

    .milestone-counter {
        padding-top: 2px;
        margin: 3px !important;
        width: calc(100%/ 2.1) !important;
        min-height: 145px !important;
    }

    .milestone-details {
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .milestone-counter .highlight {
        font-size: 25px !important;
    }

    .wing_div_cnt .btnB, .gallery-div_1_title .btnB {
        float: none;
    }


    html {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .header-links > a {
        width: auto;
        padding: 5px;
        font-size: 10px;
        color: #fff;
    }

    .InnerContent {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .div_Logo > a > img {
        width: auto;
        height: 123px;
        margin-left: 44px;
        margin-top: 5px;
    }

    .Img_icon_header > a > img {
        width: 100%;
        height: auto;
        margin-top: 21px;
        margin-left: 38px;
    }
}


.navtab_div {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.page_inner_div {
    margin-top: 30px;
    margin-left: 8px;
    display: block;
}

#recentLink {
    background: var(--thirdColor);
}

.navtab_div > a {
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    background: #F44336;
}

    .navtab_div > a i {
        margin-right: 4px;
    }

.bg_inner {
    background-color: #fff;
}

.bg_inner {
    width: 100%;
    display: inline-block;
}

    .bg_inner > .bg_inner_color {
        background-color: #fff;
    }

.parents_icon {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px;
    position: fixed;
    left: auto;
    right: 0px;
    bottom: 20px;
    z-index: 999;
}

    .parents_icon > a > img {
        display: inline-block;
        width: auto;
        height: 114px;
    }


.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
}

.modal-body {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

    .modal-body .Model_header {
        font-size: 15px;
        font-weight: 600;
        background-color: var(--primaryColor);
        color: #fff;
        padding: 10px;
    }

.Layer3 {
    width: 100%;
    display: inline-block;
    background-color: #121250;
}

.Layer4 {
    width: 100%;
    padding: 5px;
    display: inline-block;
}

.Header-hightghts h5 {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin: 4px 0;
    padding: 7px 0 0;
    color: #fff;
    z-index: 2;
    letter-spacing: .5px;
}

    .Header-hightghts h5::before {
        content: '';
        position: absolute;
        top: -4px;
        left: -46px;
        background: var(--primaryColor);
        width: 220px;
        height: 40px;
        z-index: -1;
    }


.img_log {
}

    .img_log img {
        width: auto;
        max-width: 100%;
        display: inline-block;
    }

.Div_Admission {
    display: inline-block;
    position: relative;
    text-align: right;
    padding-left: 20px;
}

    .Div_Admission img {
        position: absolute;
        z-index: 999;
        width: 100px;
    }

.scholar {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    text-align: center;
}

    .scholar > a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
    }

        .scholar > a > img {
            margin-top: -34px;
            width: 90%;
            height: 175px;
        }



.prospectus {
    display: inline-block;
    width: 47%;
}

.nnlCampus {
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #b71b1b;
    font-size: 22px;
    margin-bottom: 5px;
}

.Hightlights {
    display: inline-block;
    background-color: #ff9a30;
    padding: 5px;
    width: 100%;
}

    .Hightlights h2 {
        margin: 0px;
        font-size: 25px;
        background-color: Gray;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
        color: #fff;
    }

.Hightlights_Content {
    display: inline-block;
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}

.Hightlights_Content a {
    LINE-HEIGHT: 40px;
    display: inline-block;
    font-size: 15px;
    color: var(--titleColor);
    FONT-WEIGHT: 500;
    letter-spacing: .5px;
    margin-left: 20px;
    transition: .3s all ease-in-out;
}

    .Hightlights_Content a:hover {
        color: #fff;
    }


.twitter.Socail_frame {
    overflow: auto;
    width: 100%;
    display: inline-block;
    height: 492px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.Socail_frame h2 {
    font-size: 20px;
    background: var(--primaryColor);
    margin: 0px;
    padding: 10px;
    text-align: center;
    color: #fff;
}



/*-------------------*/
.header_New_Main {
    width: 100%;
    display: inline-block;
}

.div_Icon {
    width: 100%;
    display: inline-block;
}

.imgicons {
    padding: 10px 12px;
    width: 100%;
    display: inline-block;
    background-color: #003e8a;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .imgicons i {
        font-size: 30px;
        padding: 5px;
    }

    .imgicons span {
        float: right;
        font-size: 15px;
        text-transform: uppercase;
        padding: 10px;
    }

    .imgicons:hover, .imgicons:active {
        color: Orange;
        opacity: 0.8;
    }

.Parents_Img:after {
    position: absolute;
    content: '';
    background: url('../Images/Parents.png') no-repeat;
    background-size: cover;
    background-position: left;
    height: 50px;
    width: 50px;
}

.our_topper_div {
    background: #2285f540;
}

.Toppers_div {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

    .Toppers_div .stuimage {
        margin: auto;
        display: inline-block;
        width: 200px;
        /* border-radius: 10px; */
        height: 200px;
        background: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.toppersdesc {
    position: relative;
}

.arrowright {
    left: 50%;
    position: absolute;
    bottom: -9px;
    transform: translate(-50%);
    width: 22px;
}

.achmedia .slick-dots {
    bottom: -3px !important;
}

.toppersdesc {
    display: inline-block;
    width: 200px;
    padding: 11px 0px;
    background: #1678A1;
    margin: 0px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .toppersdesc > h4 {
        letter-spacing: .5px;
        font-size: 16px;
        color: white;
        /*background: #1678A1;*/
        margin: 0px 10px;
        /*padding: 20px 0px;*/
        max-width: 200px;
        margin: auto;
    }

.Results h3 {
    background-color: var(--thirdColor);
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    letter-spacing: .5px;
}

.toppersdesc p {
    color: white;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 669px) {

    .RPSDream {
        width: 100%;
    }

    .Div_Admission {
        display: none;
    }

    .imgicons i {
        font-size: 25px;
    }

    .imgicons span {
        font-size: 13px;
        padding: 3px;
    }

    .Parents_Img:after {
        height: 35px;
        width: 35px;
    }

    .Parents_Img span {
        padding-top: 14px;
    }
}

.Facility_Slider {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
}

.Facility_img {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .Facility_img img {
        width: 100%;
        max-width: 100%;
        height: 330px;
        object-fit: cover;
        object-position: center center;
    }


.Infrastructure {
    position: relative;
    background-color: #a88f075e;
}

.Facility_Slider h4 {
    color: var(--titleColor);
}



.Facility_Slider p {
    color: var(--textColor);
    margin: 0px 0px 5px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.modal-footer {
    padding: 0px;
    border: NONE;
}


/*------Floting btn--------*/
.float-sm {
    display: none;
}

.fl-fl {
    background: #FF5722;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
}

.float-tw {
    top: 215px;
}

.float-gp {
    top: 270px;
}

.float-ig {
    top: 325px;
}

.Gotogallery {
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em auto;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    border: 2px solid;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button--wayra {
    padding: 14px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

    .button--wayra:hover {
        color: #fff;
        background: #121250;
    }



.Counter_bg {
    display: inline-block;
    width: 100%;
    height: auto;
    background: url('IMG/slide-inner.jpg');
    background-size: cover;
}

.Counter_bg_color {
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #808080c4;
    display: inline-block;
    width: 100%;
    height: auto;
}

.counterItems {
    background-color: #fff;
    height: auto;
    padding: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #0a6fb0;
    margin-bottom: 10px;
}

    .counterItems i {
        font-size: 25px;
        color: #000;
        padding: 20px;
    }

    .counterItems p {
        text-align: center;
        font-size: 45px;
        padding: 10px;
        font-weight: bold;
    }

    .counterItems span {
        text-transform: uppercase;
        font-size: 15px;
    }

/* ==  RESPONSIVE == */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .navbar_header > ul > li > ul > li > ul {
        right: -179px;
        background: white;
        top: 4px;
        border-radius: 11px;
    }

    .prospectus {
        display: inline-block;
        width: auto;
        height: 85px;
        margin-left: 20px;
    }

    .carousel-inner iframe {
        height: 200px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .news_div {
        height: 58px !important;
    }

    .Header-hightghts h5::before {
        top: -4px;
        left: -45%;
        width: 163%;
        height: 31px;
    }

    .wel_div, .our_topper_div, .wings_div, .Infrastructure, .gallery-div_1, .SocialWidget, .RPSGroup {
        padding: 20px 10px !important;
    }

    .title {
        font-size: 20px;
    }

    .prospectus {
        margin-left: 0;
    }

    #menuD {
        width: auto;
        margin: 0 !important;
    }
}

/* == Footer == */
.FooterI .fa {
    background: #03A9F4;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    padding-left: 10px;
    margin-bottom: 20px;
    padding-top: 1px;
}

.btnB {
    padding: 7px 15px;
    display: inline-block;
    letter-spacing: .5px;
    color: #303C6C;
    font-size: 16px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    z-index: 1;
    transition: var(--ts);
}

    /* .btnB::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0752a8;
        transform: scaleX(0);
        z-index: -1;
        transition: var(--ts);
    }

    .btnB::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #0752a8;
        transform: scaleY(0);
        z-index: -1;
        transition: var(--ts);
    }*/

    .btnB:hover::after {
        transform: scaleY(1);
    }

    .btnB:hover::before {
        transform: scaleX(1);
    }

.Socail_frame {
    margin-bottom: 10px;
}

.SocialWidget .row {
    display: flex;
    flex-wrap: wrap;
}

.Results a:hover {
    color: #4078bd;
}

.buttonC:hover {
    border-color: var(--primaryColor);
    color: red;
}


/* counter start */

#lblLitralCounter {
    padding: 3px 4px 0px;
    cursor: pointer;
    background: #0e2756;
    border: 1px solid #f5d787;
    display: block;
    width: 180px;
    margin: 0 auto 0;
}



    #lblLitralCounter span {
        padding: 0 4px;
        position: relative;
        color: #ffffff;
        margin: 0;
        font-size: 18px;
        letter-spacing: 0;
        text-shadow: 1px 1px 12px #0e2756;
    }

span.counter_bottom:last-child::before {
    display: none
}


/* top start */
.bg-top {
    position: relative;
}

/*  .bg-top::before
  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-image: url(../Images/top_bg.png);
    background-repeat: repeat-x;
    background-size: 650px;
} */
/* top end */

/* header social media */
.media i {
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    padding: 3px;
}

.media .ri-facebook-line {
    background: #0C55A8;
}

.media .ri-twitter-line {
    background: #2285F5;
}

.media .ri-instagram-line {
    background: linear-gradient(45deg, #6951c0, #cd2e82, #f07227, #f7c364);
}

.address {
    line-height: 26px;
}

    .address a {
        font-weight: 600;
        font-family: 'Exo 2', sans-serif !important;
    }

.media:first-child {
    margin-top: 5px;
}

/* header social media */


/* header start */
.admission_open_img_cnt {
    width: 205px;
    margin: 0 auto;
}

.years_cnt {
    width: 100px;
    margin: 0 auto;
}

.years_cntt {
    width: 70%;
    margin: 0 auto;
}

.award_div_cnt {
    width: 150px;
    margin: 0 auto;
}
/* header end */

.middle-cont > .container {
    align-items: center;
}

.carousel-inner iframe {
    width: 100%;
}

#MenuItems ul {
    margin-bottom: 0;
    padding-left: 0;
}

.rig_div_icn > i {
    color: #fff;
    font-size: 24px;
}

.rig_div_icn {
    cursor: pointer;
    margin-top: 3px;
}


/* @media 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-inner iframe {
        height: 600px;
    }

    .admission_open_img_cnt {
        width: 180px;
    }

    .years_cnt {
        width: 110px;
    }

    .award_div_cnt {
        width: 80px;
    }


    .Facility_img img {
        height: 290px !important;
    }
}

@media only screen and (max-width: 567px) {
    .carousel-inner iframe {
        height: 200px;
    }

    .Facility_img img {
        height: 180px !important;
    }

    .Socail_frame {
        height: 375px !important;
    }

    Layer2 {
        width: 100%;
        display: block;
        z-index: 9999;
        background: var(--primaryColor);
        position: relative;
        height: 40px;
    }

    .middle-cont > .container {
        flex-wrap: wrap;
    }

    #ds_view {
        display: none !important;
    }





    #ms_view {
        display: block !important;
    }


    .admission_open_img_cnt {
        width: 290px;
        margin: 8px auto;
    }

    .years_cnt {
        width: 120px;
    }

    .award_div_cnt {
        width: 80px;
    }

    .logo_div_cnt {
        width: 280px;
        margin: 0 auto;
    }

    .btn-ceo, .btn-parent, .btn-tour {
        padding: 3px 9px 5px 9px !important;
        margin: 0 2px 4px !important;
    }

        .btn-parent p, .btn-ceo p, .btn-tour p {
            padding-left: 4px !important;
            font-size: 13px !important;
        }

    .bg-top {
        padding: 5px 1px 55px !important;
    }



    .address p {
        text-align: right;
    }

    .bg-top > .container > .d-flex {
        justify-content: end !important;
    }

    .media {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-right: 5px;
        margin-bottom: -31px;
        text-align: right;
        justify-content: end !important;
    }

    .rig_div_icn {
        display: none;
    }

    .mobileMenu {
        display: block !important;
    }

    .Navbartoggle svg {
        fill: #fff;
        float: right;
        height: 40px;
        margin-right: 5px;
    }
}

/* gallery start */
div#gallery-div_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}

.gallery_div_img {
    width: calc(100%/2.3);
    margin: 4px;
    border-radius: 5px;
    overflow: hidden;
}

    .gallery_div_img > a > img {
        width: 100%;
    }

    .gallery_div_img
    /* gallery end */
    .Infrastructure_cnt_mbl {
        display: none;
    }

/* animate start */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
/* animate end */

/* form start */

.myslider_div_admission {
    position: relative;
}

#admissionEnquiry_close i {
    color: var(--primaryColor);
    font-weight: 100;
    font-size: 24px;
    position: absolute;
    top: 0;
    border: none;
    right: 15px;
    opacity: .3;
    cursor: pointer;
    transition: var(--ts);
}

    #admissionEnquiry_close i:hover {
        opacity: 1;
    }

.admissionEnquiry_div {
    width: 320px;
    position: fixed;
    top: 230px;
    z-index: 997;
    right: 20px;
    background: #e6f3ff;
    padding: 20px 20px;
    border-radius: 10px;
}

    .admissionEnquiry_div > span {
        display: block;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: .5px;
        margin-bottom: 12px;
    }

.admissionEnquiry_name, .admissionEnquiry_parent, .admissionEnquiry_email, .admissionEnquiry_phone, .admissionEnquiry_campus, .admissionEnquiry_Grade, .admissionEnquiry_enquiry {
    width: 100%;
    margin: 10px 3px;
    border: 1px solid #0752a8;
    box-shadow: -4px 0px 0px #0752a8;
    border-radius: 3px;
}

.ri-send-plane-2-line {
    margin-left: 3px;
    transform: rotate(118deg);
    display: -webkit-inline-box;
    font-size: 14px;
}


button#admissionEnquiryBtn {
    padding: 4px;
    background: #0d325c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    box-shadow: none;
    border: none;
    border-radius: 27px;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admissionEnquiry_div_box input, .admissionEnquiry_div_box select, .admissionEnquiry_enquiry > textarea {
    box-shadow: none !important;
    border: none !important;
    border-radius: 1px;
}

.admissionEnquiry_enquiry > textarea {
    width: 100%;
}

    .admissionEnquiry_enquiry > textarea:focus, .admissionEnquiry_enquiry > textarea:focus-visible {
        box-shadow: none !important;
        outline: none !important;
    }

/* form end */



.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

/*.content {
    margin-left: 75px;
    font-size: 30px;
}*/

.Instagram {
    background: #dd4b39;
}

@media only screen and (max-width: 992px) {
    .award_div_cnt {
        display: none;
    }
}

.Admission {
    position: fixed;
    top: 25%;
    z-index: 9;
    left: 10px;
    width: 100px;
    animation: zoom-animation 2s infinite;
}

    .Admission img {
        width: 150px;
    }

@media only screen and (max-width: 768px) {
    .Admission {
        width: 120px !important;
        top: 75%;
    }

        .Admission img {
            width: 120px !important;
            top: 75%;
        }
}

@keyframes zoom-animation {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }

    50% {
        transform: scale(1.2); /* Scaled up size */
    }
}

.about
.about h5 {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.96px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0693AB;
    margin-bottom: 15px;
}

.about h3, .wings_div h3, .visionmission h3, .facilities h3, .whychoose h3, .gallery h3, .AdmissionOpen h3, .RPSGroup h3 {
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 49.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.wings_div h3, .AdmissionOpen h3 {
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.visionmission h3, .facilities h3, .whychoose h3, .gallery h3, .RPSGroup h3 {
    text-align: center;
    padding-bottom: 20px;
}

.about {
    background-image: url(../Images/Aboutbg.png);
    padding: 33px 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

.activi .d-flex {
    margin: 10px 0px;
}

.about p, .about span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about .activi p {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 2px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}

.activi img {
    width: 28px;
    height: 29px;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.about span, .visionmission span {
    background: #303C6C;
    color: white;
    padding: 8px 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.readmore {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 21px;
}

.wings_div {
    background-image: url('../Images/ourwingsbg.png');
}

    .wings_div .bg-g {
        background: white;
    }

.visionmission {
    background-image: url(../Images/visionbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 20px;
}

.wing_div_cnt {
    overflow: hidden;
    transform: scale(1.07);
    transition: 0.4sease-in-out;
}

.wings_div .wing_div_cnt img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}

.visionmission p {
    color: #000000b8;
    font-size: 15px;
    text-align: justify;
}

.achmedia {
    background-image: url(../Images/achmediabg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 52px 10px;
}

    .achmedia span {
        background: #1678A1;
        color: white;
        padding: 14px 42px;
        border-radius: 31px;
        font-family: Rubik;
        font-size: 24px;
        font-weight: 500;
        line-height: 28.44px;
        letter-spacing: 0.04em;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .achmedia .headlines {
        text-align: right;
        margin-bottom: 59px;
    }

    .achmedia .headline2 {
        text-align: left;
        margin-bottom: 59px;
    }

    .achmedia .slick-dots li button:before {
        color: white !important;
    }

    .achmedia .slick-list {
        overflow: visible !important;
    }

.facilities {
    background-image: url(../Images/facilitiesbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

.whyusboxes {
    background: #2F3A69;
    border-radius: 17px;
    position: relative;
    z-index: 99;
    margin-top: 16px;
    margin: 10px;
}

.imgcontent {
    position: relative;
}

.imgconimage {
    position: absolute;
    bottom: -30px;
    left: 49%;
    transform: translate(-50%);
}

.content {
    padding: 17px 10px 2px 11px;
    min-height: 185px;
    display: grid;
}

.slick-slide img {
    display: inline !important;
}

.whyusboxes .content h6 {
    color: #29BBD3;
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.whyusboxes .content p {
    color: white;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.whyusboxes img {
    width: 100%;
    max-height: 166px;
    object-fit: cover;
}

.whyusboxes {
    position: relative;
}

    .whyusboxes .content img {
        position: absolute;
        width: 18px;
        margin-left: 14px;
        margin-top: 2px;
    }

    .whyusboxes .content .readmoree p {
        font-family: Rubik;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.96px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

.content .readmoree a {
    color: white;
}

.whychoose {
    background-image: url('../Images/whychoosebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

    .whychoose .whychooseus {
        background: white;
        text-align: center;
        padding: 19px 10px 10px 10px;
        border-radius: 10px;
        min-height: 180px;
        margin: 10px 0px;
    }

        .whychoose .whychooseus h4 {
            font-family: Rubik;
            font-size: 26px;
            font-weight: 500;
            line-height: 23.42px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            margin-top: 20px;
        }

    .whychoose h3 {
        color: white;
    }

.whychooseus p {
    font-size: 17px;
}

.whychooseus img {
    width: 20%;
}

.gallery {
    background-image: url('../Images/gallerybg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

.gallerytext {
    text-align: center;
}

    .gallerytext span {
        background: #303C6C;
        color: white;
        padding: 10px 20px;
    }

.gallerybox img {
    border-radius: 100%;
    border: 12px solid #303C6C;
    width: 100%;
}

.gallerybox {
    margin: 10px 0px;
}

.AdmissionOpen {
    background-image: url('../Images/Admissionope.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

    .AdmissionOpen p {
        color: white;
        text-align: center;
    }

    .AdmissionOpen .ApplyNow span {
        background: #1678A1;
        color: white;
        padding: 10px 16px;
        border-radius: 16px;
    }

    .AdmissionOpen .ApplyNow {
        margin-top: 26px;
    }

.thumbnail .rightarow {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}

.thumbnail {
    position: relative;
}

.RPSGroup {
    background-image: url('../Images/branchesbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

.FooterD {
    background-image: url('../Images/footerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 10px 50px 10px;
}

.FooterC p {
    color: white;
}

.FooterD .logo {
    background: white;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.about h5 {
    font-size: 20px;
}

.mediacov {
    display: none;
}

#achievement, #mediacov {
    cursor: pointer;
}

.mediacov img {
    max-height: 263PX;
    /* min-height: 326px; */
    object-fit: cover;
    border: 6px solid #8ccce7;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navbar_header .list-unstyled li i {
    margin-right: 14px;
}

.show {
    display: block;
}

.WebBtn {
    background: #f07c02;
    border: 1px solid #c1791f;
    padding: 10px 17px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    border-radius: 15px 1px 15px 1px;
}

.HeroSection .heroGrid {
    display: grid;
    grid-template-columns: 800px;
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center; /* centers the grid horizontally */
    align-items: center; /* centers grid items vertically */
}

.heroGrid h1 {
    font-size: 50px;
    color: #1c5d80;
}

/*.HeroSection {
    background: linear-gradient( rgb(251 246 246 / 0.39), 
    rgb(251 249 249 / 0.38) ), url('../Images/mblmimages/bg.jpeg') no-repeat center center;
    background-size: cover;
   
}*/
.HeroSection {
    background: linear-gradient(to bottom, rgb(255 255 255 / 83%), rgb(255 255 255 / 68%)), url(../Images/mblmimages/bg.jpeg) center / cover no-repeat;
}

.Holisticgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
    justify-content: center; /* centers the grid horizontally */
    align-items: center; /* centers grid items vertically */
}

.flip-card {
    perspective: 1000px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100% 362.656px;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner, .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) -3px 2px 15px;
    border: 1px solid #80808038;
}

.flip-card-back {
    background: rgba(33, 128, 141, 1);
    transform: rotateY(180deg);
}

.card-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

    .card-icon img {
        width: 100px;
        min-height: 100px;
        border-radius: 100px;
        object-fit: cover;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.card-title {
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    line-height: 1.3;
}

.flip-card-front {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .flip-card-front img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: -1;
        filter: brightness(0.6);
    }

.HolisticApproach {
    padding: 60px 0px;
}

.card-content {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    padding: 0px 30px;
    color: white;
}

.SliderGrid {
    display: grid;
    grid-template-columns: 1000px;
    justify-content: center;
}

.carouselbox {
    background: #2d31941c;
}

#slIDERmAIN img {
    border-radius: 10px;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.carouselbox .carousel-control-prev-icon, .carouselbox .carousel-control-next-icon {
    background-color: #fff; /* White background */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; /* Optional: make it circular */
    background-size: 20px;
}

.carouselbox .carousel-control-next-icon {
    background-color: #fff; /* White background */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 50%; /* Optional: make it circular */
}

.carouselbox .carousel-control-next, .carouselbox .carousel-control-prev {
    opacity: 1;
}

.carouselbox .carousel-control-next {
    right: -12%;
}

.carouselbox .carousel-control-prev {
    left: -12%;
}

.curriculumGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.Currbox1 {
    border: 1px solid #60a5fa;
    padding: 15px 29px;
    border-radius: 13px;
    background: rgba(59, 130, 246, 0.05);
}

    .Currbox1 h4 {
        color: var(--primaryColor);
    }

.Currbox2 {
    border: 1px solid #4ade80;
    padding: 15px 29px;
    border-radius: 13px;
    background: #f1fff66b;
}

    .Currbox2 h4 {
        color: #4ade80;
    }

.Currbox3 {
    border: 1px solid #fb923c;
    padding: 15px 29px;
    border-radius: 13px;
    background: #fff5ed75;
}

    .Currbox3 h4 {
        color: #fb923c;
    }

.Currbox4 {
    border: 1px solid #a78bfa;
    padding: 15px 29px;
    border-radius: 13px;
    background: #f6f2ff57;
}

    .Currbox4 h4 {
        color: #a78bfa;
    }

.BoxPadding {
    padding: 50px 10px;
}

#carouselExampleAutoplaying {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(181 181 181 / 35%) 0px 5px 15px;
}

.video-placeholder {
    /*background: rgba(255, 255, 253, 1);*/
    border: 2px solid var(--color-card-border);
    border-radius: var(--radius-lg);
    padding: var(--space-64) var(--space-32);
    text-align: center;
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-standard);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    /*border: 1px solid #e5e5e5;*/
    border-radius: 10px;
}

.VoiceGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.Community {
    background: rgba(245, 158, 11, 0.08)
}

.FacilitiesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.facility-column {
    background: rgba(255, 255, 253, 1);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
}

.facility-column-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(33, 128, 141, 1);
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.facility-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(19, 52, 59, 1);
    line-height: 3.6;
}

.BlogGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.news-image {
    background: rgba(239, 68, 68, 0.08);
    text-align: center;
}

.news-content {
    padding: 24px;
    background: white;
}

.news-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(19, 52, 59, 1);
    margin-bottom: 12px;
    line-height: 1.4;
}



.news-image-placeholder img {
    width: 100%;
}

.news-image img {
    border-radius: 25px 25px 0px 0px;
    min-height: 230px;
    object-fit: cover;
}

.Blogs {
    background: rgba(34, 197, 94, 0.08);
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.footer-logo-text {
    font-size: 18px;
    font-weight: 600;
    color: rgba(33, 128, 141, 1);
}

.footer-title {
    font-size: 14px;
    font-weight: 550;
    color: rgba(19, 52, 59, 1);
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(98, 108, 113, 1);
    font-size: 14px;
    text-decoration: none;
}

.footer-links li, .footer-contact li {
    line-height: 30px;
}

.footer-links, .footer-contact {
    padding-left: 0px;
}

footer {
    background: #2d31941c;
}

    footer p {
        color: rgba(98, 108, 113, 1);
        font-size: 12px;
    }

.footer-contact li {
    color: rgba(98, 108, 113, 1);
    font-size: 14px;
}

.Achievements img {
    width: 50px;
}

.Achievementsgrid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.AchievBox1 {
    background: #f0f0f0;
    padding: 40px 21px;
    text-align: center;
    border-radius: 12px;
    height: 100%;
}



    .AchievBox1 h3 {
        margin: 10px 0px;
        color: #1c5d80;
    }

.news-card {
    height: 100%;
    background: white;
}


#myModal .modal-body {
    padding: .8rem;
    background: #fff;
}

#myModal .modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#myModal .Model_header {
    text-align: center;
    color: #757575;
    font-family: 'Lato', sans-serif;
    padding: 0.6rem 0 0rem;
    /*font-weight: 600;*/
    font-size: 1.6rem;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#myModal .carousel-inner img {
    width: 100%;
}

.modal-footer1 > button {
    color: #757575;
    background-color: #fff;
    /* border-color: #ccc; */
    border-radius: 50%;
    font-size: 1.6rem;
    padding: 0.07rem .7rem;
    position: ABSOLUTE;
    font-family: 'Lato', Sans-Serif;
    FONT-WEIGHT: 700;
    RIGHT: 0rem;
    BOTTOM: 0rem;
}

.show {
    opacity: 1;
}

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

.modal-header {
    background: #1c5d80;
    padding: 15px 25px;
}

    .modal-header .modal-title {
        color: #fff;
    }

.modal .modal-body {
    padding: 25px;
}

.modal-xlg {
    width: 1000px;
}

.popUpcontainer{
    border-radius:6px !important;
}
