body {
    overflow-x: hidden;
    margin: 0px auto;
    font-family: "Montserrat", sans-serif;
}

/* navbar starts*/
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}

/* navbar ends*/
/* header nav */
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #c42c40 !important;
    font-weight: 500;
    /* border-bottom: 1px solid #C42C40; */
}

a,
a:hover {
    text-decoration: none !important;
}

/*Scroll button starts*/
.scroll6 {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
}

/*Scroll button ends*/
:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}

.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}

/* New css  */
.logo-wd {
    width: 100%;
}

.banner_top {
    margin-top: 7rem;
}

.mb_top {
    margin-top: 6rem;
}

.head {
    font-size: 3rem;
}

.text_upper {
    text-transform: uppercase;
}

.bg1 {
    background-image: url("../images/Frame.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10rem;
}

.learn {
    background-image: url("../images/learn.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40rem;
}

.col_pd {
    padding-left: 10rem !important;
    padding-right: 94px !important;
}

.ch_img {
    position: relative;
    left: 9rem;
}

.text_yellow {
    color: #edaf0d;
}

.key_benifits {
    background-color: #f4f4f4;
}

.choose_section {
    background-color: #f4f4f4;
}

.Globally {
    background-color: #f4f4f4;
}

/* Tabs start */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border-radius: 99px;
    background: #eed3db;
    padding: 14px;
    color: #980028;
}

.nav-link {
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    font-weight: 600;
    padding: 0.8rem 0.8rem;
    font-size: 1.2rem;
    color: #000;
}

/* Tab end */
.bg_grey {
    padding: 80px;
    background-color: #f6f6f6;
    border-radius: 22px;
}

.edge {
    background-image: url("../images/edge_bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40rem;
}

.why {
    background-image: url("../images/why.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 37rem;
}

.brd_right {
    border-right: 2px solid #e2e2e2;
}

li::marker {
    color: #9a0028;
    font-size: 21px;
    position: absolute;
}

.ftp {
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
}


.signature {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.signature a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #0cb9d8;
    text-decoration: none;
}

.box-area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    width: 200px;
    height: 400px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: all linear 0.6s;
}

.box:last-child {
    margin-right: 0;
}

.box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 20px;
}

.box:nth-child(1) i {
    color: #ff5200;
}

.box:nth-child(2) i {
    color: #ca470a;
}

.box:nth-child(3) i {
    color: #00d9ff;
}

.box:nth-child(4) i {
    color: #0077ff;
}

.box h2 {
    position: absolute;
    bottom: 30px;
    left: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #f6f6f6;
    font-weight: 600;
    opacity: 0;
    transition: all linear 0.3s;
}

.box p {
    position: absolute;
    bottom: 10px;
    left: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #f6f6f6;
    opacity: 0;
    transition: all linear 0.3s;
}

.box.active h2 {
    opacity: 1;
}

.box.active p {
    opacity: 1;
}

.box.active {
    transition: all linear 0.6s;
    width: 51rem;
}

.nav-pills.nav-link.active:after {
    background-image: url("../images/arrow.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg_choose {
    background-image: url("../images/choose1.png");
    background-repeat: no-repeat;
    background-size: 100% 92%;
    /*height: 20rem;*/
}



.Life {
    background-image: url("../images/life.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 37rem;
}

.banner_form {
    position: absolute;
    top: 9rem;
    right: 3%;
    width: 387px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
}

input#submit_btn {
    background-color: #254c9a;
    width: 100%;
    color: #ffff;
    font-weight: bold;
}

form#enquiry_form {
    padding: 23px;
}



.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
}

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    color: #ee202d;
}

a.card-link.accordion-title {
    color: #000 !important;
    font-weight: 700;
}

.card-body {
    text-align: justify;
    padding: 17px 27px 37px 0px !important;
}

/*  */


.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    /* background: #f7f7f7; */

    margin: 20px auto 0;

    font-size: 14px;
    line-height: 1.5;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    /* background: #fff; */
    transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    font-size: 1.2em;
    color: #3f3f3f;
    text-decoration: none;
    margin: 0 0 1px 0;
    border: 1px solid #dadada;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    color: #fff;
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;

    margin-bottom: 2px;
    border-bottom: 1px solid #dadada;
}


.bggrey {
    background: #f0f0f0;
}

.active,
.open {
    display: block;
}

.arrow {
    border-top: 6px solid #7d7d7d;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    float: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}

.accordion-section-title.active .arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -10px;
}

.edge_mb {
    background-color: #bfe3ff;
}

#rec_slide1.owl-carousel .owl-item img {
    display: block;
    width: 7rem !important;
}

.bgred {
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 1px solid #ced4da;
}

.btn_apply {
    color: #ffff;
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
    border: none;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 51px;
    padding: 14px 32px 16px 38px;
}

.btn_apply:hover {
    background: linear-gradient(to bottom, #EDAF0D 0%, #f44336 100%);
    box-shadow: 0 0 10px #cecece;
}

.btn_apply1 {
    color: #ffff;
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
    border: none;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 32px 12px 34px;
    width: 18rem;
}

.btn_apply1:hover {
    background: linear-gradient(to bottom, #EDAF0D 0%, #f44336 100%);
    box-shadow: 0 0 10px #cecece;
}

.nav-pills .nav-link {
    border-radius: none !important;
}

/* .nav-pills .nav-link.active, .nav-pills .show > .nav-link::before {
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: auto;
} */


.bg_white {
    border-radius: 67px;
    background: #FFF;
    box-shadow: 0px -9.191px 33.422px 0px rgba(0, 0, 0, 0.05), 0px -22px 80px 0px rgba(0, 0, 0, 0.07);
    padding: 39px;
    min-height: 35rem;
}

.bg_white_mb {
    border-radius: 67px;
    background: #FFF;
    border: 1px solid #00000026;
    padding: 39px;
    min-height: 32rem;
    margin: 15px;
}

#mou_slider.owl-carousel .owl-item img {
    display: block;
    width: 99% !important;
}

/*  */

.productImage {
    img#largeImage {
        box-shadow:
            0px 2px 5px rgba(0, 0, 0, 0.5),
            0px -2px 5px rgba(0, 0, 0, 0.5);
        background-color: #FFFAE7;
    }
}

#description {
    padding: 5px;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

#thumbs {
    img {
        height: 12rem;
        cursor: pointer;
        background-color: #FFFAE7;
    }

    ;
    background-color: #FFFAE7;
}


.autoscroller {
    height: 500px;
    width: 668px;
    max-width: calc(100% - 9px);
    overflow: auto;
    background-color: #FFFFFF;

}

.autoscroller pre {
    word-break: break-word
}

.auto_scroler {
    height: 500px;
    width: 100%;
    overflow: auto;
    background-color: #FFFFFF;
}

.auto_scroler pre {
    word-break: break-word
}

#myDivId::-webkit-scrollbar {
    width: 4px;

}

#myDivId::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 5px;

}

#myDivId::-webkit-scrollbar-thumb {
    border-radius: 5px;


}

#myDivId {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

#myDivId::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

/* other styling */
#myDivId {
    height: 500px;
    width: 100%;
    padding: 10px;
    background-color: #FFFAE7;
}

.live {
    background-color: #FFFAE7;
}

.achivements-section {
    background: url(../images/achivements-bg.jpg) center/cover;
    margin-top: 35px;
    padding-top: 27px;
    padding-bottom: 30px;
}

.achivements-section .main-title {
    color: #fff;
    margin-bottom: 25px;
}

.achivements-section img {
    margin-bottom: 25px;
}

/* Achivements Section E*/
.admission-section {
    background-image: url('../images/last-img.png');
    background-size: cover;
    padding: 5rem;
}

.counters {
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
    color: #fff;
    padding: 40px 20px;
    border-top: 3px lightskyblue solid;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}


@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container>div:nth-of-type(1),
    .counters .container>div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

.orange-head {
    color: #ED6600;
    font-weight: 600;
    font-size: 2rem;
    padding-top: 2rem;
    height: 10rem;
}

.orange-section {
    background-color: #FFEBDC;
    padding: 2rem;
}

.blue-head {
    color: #134797;
    font-weight: 600;
    font-size: 2rem;
    padding-top: 2rem;
    height: 10rem;
}

.blue-section {
    background-color: #E0ECFF;
    padding: 2rem;
}

*/ .blue_brd p {
    color: #134797 !important;
}

.about .col-lg-6 {

    padding: 3rem 2rem;
}

.orange-section-1 {
    background-image: url('../images/img1sec.png');
    background-size: contain;
}

.blue-section-1 {
    background-image: url('../images/img2sec.png');
    background-size: contain;
}

.blue-section-2 {
    background-image: url('../images/img3sec.png');
    background-size: contain;
}

.orange-section-2 {
    background-image: url('../images/img4sec.png');
    background-size: contain;
}

.mar-top {
    margin-top: -1.4rem;
}

.btn-primary {
    background: linear-gradient(to bottom, #EDAF0D 0%, #f44336 100%);
    box-shadow: 0 0 10px #cecece;
}

.btn-primary {
    color: #ffff;
    background: linear-gradient(99deg, #254c9a 11.4%, #269ed8 61.8%);
    border: none;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 32px 12px 34px;
    width: 18rem;
}

.btn-primary:hover {
    background: linear-gradient(to bottom, #EDAF0D 0%, #f44336 100%);
    box-shadow: 0 0 10px #cecece;
}