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;
}
.slider_banner img {
    height: 700px;
    object-fit: cover;
}

/*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%;height: 70px;object-fit: contain;
}

.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: 81px !important;
}

.ch_img {
    position: relative;
    left: 9rem;
}

.text_yellow {
    color: #edaf0d;
}

.key_benifits {
    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;
}
.bg {
    background: #ffffff96;
    padding: 2em;
    border-radius: 15px;
}

.edge {
    background-image: url("../images/edge_bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40rem;
}

.why {
    background-image: url("../images/classroom.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-color: #9a0028;
}

* {
    /* margin: 0; */
    /* padding: 0; */
    /* padding: 10px; */
}

.signature {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.signature a {
    font-family: "Montserrat", 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;
}
.bg-primary {
    background-color: #ddd !important;
}

.box h2 {
    position: absolute;
    bottom: 30px;
    left: 60px;
    font-family: "Montserrat", 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: "Montserrat", 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/Student.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}



.Life {
    background-image: url("../images/life.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 37rem;
}

.banner_form {
  position: relative;
  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: #b4002f;
    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, #B4002F 11.4%, #6A001C 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, #B4002F 11.4%, #6A001C 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, #B4002F 11.4%, #6A001C 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, #B4002F 11.4%, #6A001C 61.8%);
    border: none;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 32px 12px 34px;
    width: 15rem;
}
.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;
} */



.choose_section{
    background-color: #fff;
}
#mou_slider.owl-carousel .owl-item img {
    display: block;
    width: 99% !important;
}

/*  */

.productImage{
    img#largeImage{
      height:500px;
      box-shadow: 
          0px 2px 5px rgba(0,0,0,0.5),
          0px -2px 5px rgba(0,0,0,0.5);
          background-color: #FFFAE7;
        border-radius: 30px;
    }
  }
  #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;
}