
.text__font {
    font-size: 18px;
    text-align: justify;
}

.img-round {
    width: 100%;
    height: 180px;
    border: 2px solid white;
}

.padding__card {
    padding: 1px 9rem;
}

.card__bg {
    background-color: #fd4a5f;
}

.btn__text {
    color: black;
    background-color: white;
    font-weight: 500;
}

.card__rad {
    border-radius: 42px 5px 42px 5px;
    border: 1px solid gray;
    box-shadow: 0px 0px 11px 0px grey;
}

.card__rad2 {
    border-radius: 5px 42px 5px 42px;
    border: 1px solid gray;
    box-shadow: 0px 0px 11px 0px grey;
}

.card-text {
    text-align: justify;
}

.col_changes {
    border-top-left-radius: 22px;
    padding: 0;
    margin-left: -4px;
    margin-top: -17px;
}

.col_changes__2 {
    border-top-left-radius: 22px;
    padding: 0;
    margin-left: -4px;
    margin-top: -17px;
}

    .col_changes__2 > img {
        border-top-right-radius: 40px;
        margin-left: 8px;
    }

.col_changes > img {
    border-top-left-radius: 40px;
}

/* start event-section */
.back__img {
    /*  background-image: url('../Images/download_school-bg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

/* principle section */
.card___shadow {
    box-shadow: 0px 0px 20px 0px;
}

.back__color {
    background-color: #008c99;
    color: white;
}

/*end  principle section */


#notification-btn {
    all: unset;
    position: relative;
}

    #notification-btn::before {
        content: attr(data-notification-count);
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        display: grid;
        place-items: center;
        color: white;
        font-weight: 600;
        font-size: 14px;
        border-radius: 999px;
        background-color: red;
        top: -4px;
        right: 452px;
    }


.increase-notification {
    background-color: #44c767;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 0px 26px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}


#scroll-container {
    border-radius: 5px;
    overflow: hidden;
    color: white;
    font-size: 20px;
    background-color: #203a8f;
}



#scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}


/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.img__W {
    width: 100%;
}








/* about schol */
.st-school {
    color: #203a8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}


.bot-line {
    margin: 23px auto;
    width: 113px;
    height: 2px;
    background: #203a8f;
}

.top-img {
    margin-top: 111px;
}
/* banner code start */
.banner__mob {
    position: relative;
}

.inner-text {
    position: absolute;
    bottom: 50%;
    left: 190px;
    color: white;
    top: 80px;
}


.section__margin {
    margin-top: 30px;
}

.blue__color {
    color: #203a8f;
}

.shadow-about {
    box-shadow: 0px 0px 15px 0px gray;
}



.card-mission {
    box-shadow: 0px 0px 15px 0px #203a8f;
}

.mission-blue {
    color: #203a8f;
}

.img-height {
    height: 220px;
}

.infra-head {
    color: #203a8f;
}

.img_lab {
    height: 15rem;
}



.lab-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #203a8f;
}

.text-lab-bg {
    background-color: #dfdddd;
    border-top: 3px solid #fd4a5f;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.table-content {
    font-weight: 600;
    text-align: center;
}
/* megha cod csss */

.card_property {
    box-shadow: 0px 0px 10px grey;
    border: 0px !important;
}

.color_heading {
    color: #203a8f;
}

.margin_top {
    margin-top: 2rem;
}

.sports {
    margin: 0 auto;
    width: 100%;
}

.image_facilities {
    transition: transform .2s;
}

    .image_facilities:hover {
        -ms-transform: scale(0.8);
        /*IE9*/ -webkit-transform: scale(0.8);
        /*Safari3-8*/ transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

.bot-line {
    margin: 23px auto;
    width: 113px;
    height: 2px;
    background: #203a8f;
}

.infra-head {
    color: #203a8f;
}

.btn-info_color {
    background-color: #203a8f;
    color: white;
}

.line_bottom {
    width: 62px;
    height: 2px;
    background: #203a8f;
}

.img_gallery {
    width: 100%;
    height: 250px;
}

    .img_gallery:hover {
        border: 2px solid #203a8f;
    }


.submenu:hover + .submenu-list {
    display: block !important;
}

.submenu-list {
    display: none;
}

@media (min-width:990px) {
    .submenu-list {
        position: absolute;
        top: 0;
        right: -137px;
        background: black;
        min-width: 133px;
    }
}

/* timetable code */


.heading__time-table {
    background-color: #074284;
    color: white;
}

table {
    border: 1px solid #ddd;
    text-align: left;
    width: 100%;
}

.border--bg {
    background-color: #074284;
    color: white;
}

.table-top-head {
    color: #074284;
}

.font-table {
    font-size: 18px;
    font-weight: 500;
}

/* ----------------------------------------- aboutus -------------------------------------- */

.blue__color {
    color: #203a8f;
}


.about__container {
    padding: 0px 150px;
}

.principle_Para {
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
}


.card-mission {
    box-shadow: 0px 0px 15px 0px #203a8f;
}

.mission-blue {
    color: #203a8f;
}

.img-height {
    height: 220px;
}

.teacher-card {
    border: none;
    border: 1px solid #203a8f;
}

.techr-name {
    background-color: #f7f7f7;
}

/*--------------------------------------contactus----------------------------------*/
.contact-time {
    justify-content: space-around;
}

.admission-bg {
    background-color: #e9e8e8;
}


/*---------------------------------------infrastructure-----------------------------*/
.infra-head {
    color: #203a8f;
}


.table-content {
    font-weight: 600;
    text-align: center;
}

/*--------------------------------------------result----------------------------------*/

.img-result {
    height: 174px;
}

.result-bg {
    color: #203a8f;
}

.bot-line {
    margin: 23px auto;
    width: 113px;
    height: 2px;
    background: #203a8f;
}

.student-name {
    color: #203a8f;
}

/*-----------------------------school info----------------------------------*/
.heading__color {
    color: #203a8f;
}

.sub-heading {
    color: black;
}

.object_card {
    border: none;
    box-shadow: 0px 0px 15px 0px gray;
}

.para__alignment {
    text-align: justify;
}

.img__bdr {
    border: 2px solid #fd4a5f;
}



.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.drop-position {
    color: #203a8f;
}

dropdown-item:hover {
    color: #203a8f !important;
    background-color: white !important;
}


/*banner --------*/
.banner__mob {
    position: relative;
}

.inner-text {
    position: absolute;
    left: 0px;
    color: white;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #00000061;
}

.banner-para {
    font-size: 26px;
    font-weight: 500;
    color: white;
    width: 39%;
    padding-left: 70px;
}

/*new css start 14-12-2022*/


@media (max-width: 999px) {
    .mob-header {
        display: none;
    }

    .banner-para {
        font-size: 19px;
        font-weight: 500;
        color: white;
        padding: 0px 6px;
    }

    .mobile-view-nav {
        display: none;
    }

    .carousel_btn {
        display: none;
    }
}






.time-table-img {
    border: 1px solid #1c388b;
    width: 100%;
}

.anchor-top {
    color: white;
    text-decoration: none;
}

    .anchor-top:hover {
        color: white;
    }

.height_banner {
    height: 555px;
}

.banner_title {
    padding-left: 125px;
}

/*@media (max-width: 768px) and (min-width: 425px) {
    banner_title {
        height: 270px;
    }

    .banner-para {
        width: 80%;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        text-align: justify;
    }

    .banner_title {
        padding-left: 58px;
    }

    .nav-link:hover {
        color: black !important;
    }
}*/

.text-ellipsis--2 p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.toggle__btn {
    border: 1px solid #fff;
}

.fa-bars {
    padding: 5px 2px !important;
}



.btn-close {
    text-align: left;
}

.dync--txt {
    font-size: 14px;
    height: 220px;
    overflow: auto;
    overflow-x: hidden;
}

    .dync--txt::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .dync--txt::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.nav-link:hover {
    color: white;
}








.table-mob::-webkit-scrollbar {
    display: none !important;
}


.sub-head-all::before {
    content: '';
    background-color: #000000bf;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.color__white {
    color: white;
}

.img-achivement {
    box-shadow: 0px 0px 15px 0px gray;
}

.text-achive {
    text-align: justify;
}

.table-smc {
    background-color: rgb(12, 70, 141);
    color: white;
}

.table > thead {
    vertical-align: middle;
}

.anchor-footer {
    text-decoration: none;
    color: #043368;
}

    .anchor-footer:hover {
        color: white;
    }



.fb-hover:hover {
    color: #4064ac;
}

.twitter-hover:hover {
    color: #01a3e7;
}

.whatup-hover:hover {
    color: #44c054;
}

.insta-hover:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*6/1/2023*/

/* topper student */
.img__student {
    width: 150px !important;
    height: 150px;
    margin: 10px 0px 5px 0px;
    border: 1px solid #6a4386;
    border-radius: 50%;
    transition: transform 250ms;
}

    .img__student:hover {
        transform: translateY(-10px);
        box-shadow: 0px 0px 20px 0px gray;
    }

.card__bg {
    border: none;
}

.student_name {
    color: white;
    margin-top: 15px;
    background-color: #074284;
    padding: 4px 0px;
    border-radius: 4px;
}

.student_space {
    padding: 1px 32px;
}

.marks_font {
    color: #6a4386;
    font-weight: 700;
}

.percent__color {
    color: #074284;
    font-weight: bold;
}

.blog__padding {
    width: 100%;
}

.img__border {
    height: 18rem;
}

@media (max-width: 425px) {
    .content__side {
        padding: 0px 20px;
    }

    .blog__padding {
        padding: 12px 14px;
    }
}

/*11-1-2022 start code*/
.sub-head-all {
    background: url('../Images/bredcrum-sc.png') center/cover no-repeat;
    width: 100%;
    height: 240px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
}

.color-bredcrum {
    color: #fd4a5f;
    font-weight: 500;
}
/*onlineform-css-12-1-2023*/

.radio-space {
    justify-content: space-between;
}

.border {
    border: px solid #203a8f !important;
}

.back-online {
    background: linear-gradient(225.35deg,#fd4a5f 0,#203a8f 100%);
    background-color: #1f3c66;
}

.bg-online {
    background-color: white;
    opacity: 0.8;
    height: 39rem;
    overflow: scroll;
}

.font-label {
    font-weight: 500;
    color: black;
}

.form-head {
    color: #203a8f;
}


/*new section*/
.new-card {
    background: white;
    height: 15rem;
    border: none;
    box-shadow: 0px 0px 15px 0px grey;
}
/*-------------------------*/
.text-new {
    color: #203a8f;
    font-weight: 600;
    font-size: 18px;
}

.img-alignn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-blue {
    color: #203a8f;
}

.top-carousel {
    border: 1px solid #203a8f;
}

/*1-17-20233*/
@media (max-width: 768px) {
    .mission-bg {
        background-image: url(/img/blue1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }
}




.border-bottom {
    position: relative;
}
/*new modal box design css*/
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .myImg:hover {
        opacity: 0.7;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 49%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 80%;
    }

    .modal-content {
        height: 15rem;
    }
}

/*.img__height {
    height: 16rem;
}*/
.modal-content {
    height: 25rem;
}

.maps {
    text-decoration: none;
}

.icon_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .logo-padding {
        padding: 0px;
    }

    .head-btn-1 {
        background-color: #043368 !important;
        color: white;
        font-size: 13px !important;
        font-weight: 600 !important;
        border: 1px solid white !important;
        text-transform: uppercase;
    }

    .head-btn-2 {
        background-color: #f6b71e !important;
        color: white !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        border: 1px solid white;
        text-transform: uppercase;
    }

    .head-btn-3 {
        background-color: #ff8700 !important;
        color: white !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        border: 1px solid white;
        text-transform: uppercase;
    }

    .li-space {
        padding: 8px 6px !important;
        font-size: 14px !important;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }
}

.padding_mission {
    padding: 10px 50px;
}



/*19-1-2023 changes*/
.infra_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 425px) {
    .table-mob {
        overflow-x: scroll;
    }
}

.submit__btn {
    background-color: green;
    color: white;
}

.press-height {
    height: 20rem;
}

@media (max-width: 425px) {
    .press-height {
        height: 15rem;
    }
}

/*rewrite classes*/
.submit__btn {
    padding: 6px 40px;
    color: white;
    font-size: 19px;
}

/*new changes 2-3-2022*/

.form-heading {
    font-size: 18px;
    font-weight: 500;
    color: #074284;
}

.online_bgg {
    background-color: #043368;
}



.btn__admission {
    background-color: forestgreen;
    color: white;
    font-weight: 500;
}

    .btn__admission:hover {
        background-color: white;
        color: forestgreen;
        border: 2px solid forestgreen;
        font-weight: 500;
    }


.bg-mobview {
    background-color: #e9e9e9;
    border: 2px solid #203a8f;
}

.offcanvas-end {
    border-left: 1px solid  white !important;
}


/*13-3-2022 code*/

.font_about {
    font-size: 18px;
}

.auditorium_hall {
    height: 25rem;
}

@media (max-width: 425px) {
    .auditorium_hall {
        height: auto;
    }
}

.heigh_banner{
    width: 100%;
    height: 48rem;
}


.bg__new_header {
    background-color: #043368;
}
.fot__text {
    color: #043368;
    text-decoration: none;
    font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
    color: white !important;
}
.font_school {
    color:black;
    font-size: 18px;
}

@media (max-width:990px){
    .display_property{
        display:none;
    }
    .second_head {
        background: white !important;
      
    }
    .border-bottom-color {
        border-bottom: 2px solid #203a8f !important;
    }
    .px-sm-1{
        padding:0px 1rem !important;
    }
    .padding-remove{
        padding:1rem !important;
    }
    .margin_top {
        margin-top: 5rem !important;
    }
    .img-principle{
        height:auto !important;
    }

 

    .
}