@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth !important;
}

@media (min-width: 1900px) {
  .container {
    max-width: 1760px;
  }
}

@media (min-width: 1700px) and (max-width: 1899px) {
  .container {
    max-width: 1560px;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .container {
    max-width: 1460px;
  }
}

/*  */
#navbar_nav ul li.active a {
  color: #e4031b;
  font-weight: 600;
}

.fixed-top {
  background-color: #ffffff;
}

.navbar-brand img {
  width: 260px;
  padding: 10px 0;
}

.nav-item a.nav-link {
  font-size: 14px;
  color: #010101;
}

.navbar-expand-md {
  padding: 24px 0;
}

.btn-enquire {
  background-color: #083D7A;
  color: #fff;
  padding: 4px 16px;
  font-size: 14px;
}

.btn-enquire:hover {
  background-color: #083D7A;
  color: #fff;
}

main {
  padding: 60px 0 30px;
}

/* .banner-sec */
.banner-sec {
  position: relative;
}

.banner-carousel .owl-dots {
  text-align: center;
}

.banner-carousel button.owl-dot {
  border-radius: 50%;
  width: 16px;
  border: 1px solid #093D7A;
  height: 16px;
  margin: 0px 4px;
  text-align: center;
}

.banner-carousel button.owl-dot.active {
  background-color: #E4031B;
  border: 1px solid #E4031B;
}

.banner-caption {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 32px;
  /* display: flex; */
  align-items: center;
}
.banner-caption {
  display: none !important;
}
.banner-content h4 {
  font-size: 54px;
  font-weight: 400;
  color: #F7DA34;
  text-shadow: none;
}

.banner-content h4 span {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: #F7DA34;
}

.banner-content p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.banner-content ul li {
  font-size: 20px;
}

.banner-content ul li::marker {
  color: #E4031B;
}

.banner-caption.banner-caption_mid {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.banner-content.banner2-content h4 {
  font-size: 54px;
  font-weight: 600;
  color: #F7DA34;
  text-shadow: 2px 4px #948d8d;
  line-height: 54px;
}

.banner-form {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 36px;
  color: #093d7a;
  width: auto;
}

.banner-form .form-control {
  border: 1px solid #093d7a;
  background-color: transparent;
  margin: 6px 0 0;
  color: #093d7a;
}

input::placeholder {
  color: #093d7a;
}

.banner-form .form-select {
  border: 1px solid #093d7a;
  background-color: transparent;
  margin: 6px 0 0;
  color: #093d7a;
}

/* .banner-form .form-select option {
  background-color: #093d7a;
  color: #093d7a;
} */

.form-select {
  background-image: url(../images/arrowdown.svg);
}

.form-btn .btn-enquire {
  width: 100%;
}

.btn-enquire.btn_enew {
  background-color: #093D7A;
  color: #FFF;
}

.btn-enquire.btn_enew:hover {
  background-color: #093D7A;
  color: #FFF;
  opacity: 0.9;
}

.sec_head h3 {
  margin-top: 0px;
  color: #E4031B;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_head h3::before {
  content: "";
  background-color: #000000;
  width: 40px;
  height: 2px;
  top: 0;
  bottom: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
}

.sec_head h3::after {
  content: "";
  background-color: #000000;
  width: 40px;
  height: 2px;
  top: 0;
  bottom: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 10px;
}

.sec_head p {
  font-size: 22px;
  line-height: 34px;
  color: #000000;

}

.sec_head.sec-head h3 {
  color: #093D7A;
}

/* delhi_sec */
.delhi_sec {
  padding: 60px 0;
}

.delhi_block {
  background-color: #093D7A;
  border-radius: 22px;
  padding: 40px;
}

.delhi-head h3 {
  color: #F7DA34;
  font-size: 30px;
}

.centeres {
  padding: 10px 0;
}

/* .centerAccordion .accordion */

.centerAccordion .accordion-item {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 16px;
  margin: 10px 0px;
}

.centerAccordion .accordion-button {
  background-color: transparent;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  padding: 20px 30px;
  border-radius: 20px !important;
}

.centerAccordion .accordion-body {
  color: #fff;
  font-weight: 300;
  padding: 10px 30px 26px 40px;
}

.centerAccordion .accordion-button::after {
  content: "";
  background-image: none;
}

.centerAccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}

/* curriculum_sec */
.curriculum_sec {
  padding: 60px 0;
}

.curri_sec {
  padding: 30px 0 30px;
}

.curri_wrap {
  text-align: center;
}

.curri_wrap img {
  padding: 30px;
}

.curri_wrap h6 {
  color: #1b1b20;
  font-weight: 600;
  font-size: 16px;
}

.curri_wrap p {
  margin-bottom: 0;
  padding: 0px 30px;
}

.curri_sec .col-md-3 {
  width: 20%;
}

/* faq_sec */
.faq_sec {
  padding: 60px 0 30px;
}

.FaqAccordion .accordion-item {
  border: 0;
  background: #f5f9ff;
  border-radius: 16px;
  margin: 10px 0px;
}

.FaqAccordion .accordion-button {
  background-color: #f5f9ff;
  font-weight: 600;
  padding: 30px;
  border-radius: 20px !important;
}

.FaqAccordionc .accordion-body {
  color: #1b1b20;
  font-weight: 300;
  padding: 10px 30px 26px 40px;
}

.FaqAccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #1b1b20;
  background-color: #f5f9ff;
}

.FaqAccordion .accordion-button:focus {
  box-shadow: none;
}

.FaqAccordion .accordion-button:after {
  background-image: url(../images/pluss.svg);
}

.FaqAccordion .accordion-button:not(.collapsed):after {
  transform: rotate(360deg);
  background-image: url(../images/minuss.svg);
  width: 15px;
}

/* footer */
footer {
  background-color: #093d7a;
  padding: 60px 0 0px;
  color: #fff;
}

footer .footer-row {
  padding: 0 0 30px 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.social li {
  padding: 0 4px;
}

.social li img {
  width: 44px;
}

.copyright {
  border-top: 1px solid #fff;
  padding: 20px 0 10px;
  text-align: center;
}

@media (min-width: 200px) and (max-width: 767px) {
  .banner-caption {
    display: none !important;
  }

  .delhi_block {
    padding: 20px;
  }

  .abt_txt {
    padding: 20px 16px 0;
  }

  .curri_sec .col-md-3 {
    width: 100%;
  }

  .footer-row .col-md-2 {
    width: 50%;
  }

  footer {
    padding: 30px 00 0;
  }

  .social li img {
    width: 40px;
  }

  footer .footer-row {
    padding: 0;
  }

  .banner-content {
    padding: 20px 0;
    text-align: center;
  }

  .banner-content h4 {
    font-size: 30px;
  }

  .banner-content h4 span {
    font-size: 32px;
  }

  .banner-content p {
    color: #000;
    font-size: 20px;
    margin: 10px auto;
  }

  .ban_sub-text {
    color: #fff !important;
  }

  .sec_head p {
    font-size: 16px;
    line-height: 24px;
    width: 100% !important;
  }

  .champ_card {
    margin: 10px 0;

  }


  .f-logo {
    padding: 0 0 20px 0;
  }

  .copyright {
    font-size: 14px;
  }

  .curri_sec {
    padding: 0 0 30px;
  }

  .FaqAccordion .accordion-button {
    padding: 20px;
  }

  .navbar-brand img {
    width: 220px;
  }

  .sec_head h3::after,
  .sec_head h3::before {
    width: 26px;
  }

  .centerAccordion .accordion-button {
    font-size: 20px;
    padding: 14px 20px;
  }
  .centerAccordion .accordion-body {
    padding: 10px 16px 20px 16px;
  }
  .contacts {
    display: block !important;
  }
  .contacts .d-flex {
    margin-bottom: 8px ;
  }
}

@media (min-width: 200px) and (max-width: 992px) {

  .faq_sec,
  .yt-vid-sec .learning_sec {
    padding: 30px 0;
  }

  .navbar-nav,
  .navbar-button {
    align-items: center;
    justify-content: center;
  }

  main {
    padding: 60px 0 0px;
  }

  .sec_head h3,
  .sec_headd h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .social li img {
    width: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .banner-form .form-control {
    margin: 4px 0 !important;
    padding: 4px;
    font-size: 12px;
  }

  .banner-form .form-select {
    margin: 4px 0 !important;
    padding: 4px;
    font-size: 12px;
  }

  .banner-form {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }

  .curri_sec .col-md-3 {
    width: 33%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .nav-item a.nav-link,
  .btn-enquire {
    font-size: 12px;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar-expand-md {
    padding: 10px 0;
  }

  .banner-content h4,
  .banner-content.banner2-content h4,
  .banner-content h4 span {
    font-size: 30px;
  }

  .banner-form {
    padding: 20px;
    font-size: 14px;
  }

  .banner-form .form-control {
    margin: 8px 0;
  }

}


#eligible-form .modal-content {
  border-radius: 22px;
  border: none;
}

#eligible-form .banner-form {
  padding: 16px 22px;
}

#eligible-form button.btn-close {
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 20px;
}

#eligible-form .btn-close {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0.25em;
  color: #000;
  background-image: url(../images/close_btn.svg);
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* yt-vid-sec */
.yt-vid-sec {
  padding: 60px 0 0;
  position: relative;
}

.newYtsec {
  padding: 20px 0 0;
}

.yt_card {
  border-radius: 20px;
  margin: 10px;
}

.yt-vid iframe {
  border-radius: 20px;
}

.yt_cont {
  padding: 20px;
  height: 116px;
}

.yt_cont p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.yt_cont .stud_name {
  color: #e4031b;
  font-weight: 800;
  font-size: 22px;
  /* padding: 0 0 10px; */
}

.gallery-carousel .owl-dots {
  text-align: center;
  display: block !important;
}

.gallery-carousel button.owl-dot {
  border-radius: 50%;
  width: 16px;
  border: 1px solid #707070;
  height: 16px;
  margin: 20px 4px;
}

.gallery-carousel button.owl-dot.active {
  background-color: #E4031B;
  border: 1px solid #E4031B;
}

@media (max-width: 767px) {
  #blog {
    display: none;
  }
}

@media (max-width: 991px) {
  .yt_cont .stud_name {
    font-size: 20px;
  }

  .banner-content p {
    font-size: 20px;
  }

  .yt_cont p {
    font-size: 14px;
  }
}


/* new */
.btn-submit {
  color: #fff;
  font-size: 12px;
  background-color: #e4031b;
  padding: 8px 16px;
  margin: 16px 0 0;
  width: 100%;
}

.btn-submit:hover {
  color: #fff;
  background-color: #e4031b;
}

img.loaderimg {
  width: 20px !important
}

#eligible-form_popup .modal-content {
  border-radius: 22px;
  border: none;
}

#eligible-form_popup .banner-form {
  padding: 16px 22px;
}

#eligible-form_popup button.btn-close {
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 20px;
}

#eligible-form_popup .btn-close {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0.25em;
  color: #000;
  background-image: url(../images/close_btn.svg);
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* champion_sec */
.champion_sec {
  padding: 60px 0;
}

.champion_sec .container {
  background-color: #EFF5FD;
  border-radius: 20px;
  padding: 40px 20px;
}

.champ_card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 6px 10px #00000029;
  height: 580px;
}

.chap_txt {
  padding: 20px 30px 20px;
}

.chap_txt h3 {
  color: #093D7A;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}

.know_more {
  background-color: #083D7A;
  border-radius: 0 0 20px 20px;
  padding: 12px 8px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.know_more.btn:hover {
  background-color: #083D7A;
  color: #fff;
  opacity: 0.9;
}

.btn-enquire.btn_down {
  padding: 6px 20px !important;
  background-color: #E4031B;
}

/* #LEGACY */
.legacy_sec .curri_wrap p {
  margin-bottom: 0;
  padding: 0px;
}

.legacy_sec .curri_wrap h5 {
  color: #E4031B;
  font-size: 18px;
  font-weight: 700;
}

/* learning_model */
.learning_model-sec {
  padding: 60px 0;
}

.learning_img img {
  border-radius: 20px;
}

.conquer_head h3 {
  color: #093D7A;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 16px
}

/* champions_sec */
.champions_sec {
  padding: 20px 0;
  position: relative;
}

.champions_sec .container {
  background-color: #093D7A;
  border-radius: 30px;
}

.champ_head h3 {
  color: #F7DA34;
  font-size: 30px;
  line-height: 40px;
  padding: 20px 40px;
}

.champion_card h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}

.champ_percent {
  font-weight: 600 !important;
  color: #E4031B;
}

.jee_sec {
  padding: 40px 30px 30px;
  background-color: #225DA2;
  position: relative;
  margin: 10px 0;
  border-radius: 0 20px 20px 0;
}

.jee-carousel .owl-dots {
  text-align: center;
}

.jee-carousel button.owl-dot {
  border-radius: 50%;
  width: 16px;
  border: 1px solid #fff;
  height: 16px;
  margin: 0px 4px;
  text-align: center;
}

.jee-carousel button.owl-dot.active {
  background-color: #fff;
}

.champions_sec.red_champ {
  padding: 20px 0 !important;
}

.red_champ .container {
  background-color: #E4031B;
}

.red_champ .jee_sec {
  background-color: #DD2D40;
}

@media (max-width:992px) {
  .champ_head h3 {
    font-size: 24px;
    line-height: 40px;
    padding: 10px;
  }

  .jee_sec {
    padding: 20px;
  }

  .champion_card h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width:767px) {
  .champ_head h3 {
    padding: 40px 30px 10px;
  }

  .jee_sec {
    border-radius: 20px;
  }

  .champions_sec {
    padding: 30px 0;
  }
}

/* .accordion-collapse.collapse.show {
  margin-top: -10px;
} */
.FaqAccordion .accordion-button:not(.collapsed) {
  padding: 30px 30px 10px;
}

/* about_sri */
.about_sri {
  padding: 60px 0;
}

.about_sri .container {
  background-color: #083D7A;
  border-radius: 22px;
  padding: 10px;
}

.abt_txt p {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #fff;
}

@media (max-width:1199px) {
  .chap_txt h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .chap_txt p {
    font-size: 14px;
  }

  .champ_card {
    height: 486px;
  }

  .chap_txt {
    padding: 20px;
  }

  .know_more {
    font-size: 16px;
    padding: 8px;
  }
}

@media (max-width:991px) {
  .champ_card {
    height: 100%;
  }

  .champion_sec .col-md-12 {
    margin-bottom: 20px;
  }

  .delhi_sec,
  .champion_sec,
  .curriculum_sec,
  .about_sri,
  .learning_model-sec,
  .yt-vid-sec {
    padding: 30px 00;
  }

  .learning_img {
    margin: 10px 0 0;
  }

  .conquer_head h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 16px;
  }

  .delhi-head h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .explore {
    padding: 0 16px;
  }
}



/* iit_jee_page  start css*/
/* jeemains_sec */
.jeemains_sec .sec_head p {
  font-size: 16px;
  line-height: 22px;
}

.jeemain_block {
  padding: 30px 0;
}

.jeemain_card {
  height: 380px;
  border-radius: 22px;
  margin: 10px 4px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.jeemain_img {
  position: relative;
}

.jeemain_txt {
  padding: 12px;
}

.jeemain_txt h5 {
  color: #083D7A;
  font-size: 17px;
  font-weight: 800;
}

.jeemain_txt ul {
  padding-left: 20px;
}

.jeemain_txt ul li::marker {
  color: #E4031B;
}

.jeemain_txt ul li {
  font-size: 14px;
  color: #000000;
}

.jee_img_txt {
  position: absolute;
  top: 10%;
  padding: 4px 8px 4px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #083D7A;
  border-radius: 0 12px 12px 0;
}

.jeemain_card .btn-enquire.btn_down {
  font-size: 12px;
  padding: 6px 24px !important;
}

.jeemain_txt .explore {
  bottom: 22px;
}

#jeemain_carousel .owl-dots {
  text-align: center;
  display: block !important;
}

#jeemain_carousel button.owl-dot {
  border-radius: 50%;
  width: 12px;
  border: 1px solid #707070;
  height: 12px;
  margin: 20px 4px;
}

#jeemain_carousel button.owl-dot.active {
  background-color: #E4031B;
  border: 1px solid #E4031B;
}

.jeemain_carousel2 .jeemain_card {
  height: 545px;
}


/* form group */
.form-group {
  position: relative;
  margin-bottom: 22px;
}

.form-group label {
  position: absolute;
  top: -8px;
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #093D7A;
  padding: 0 6px;
  margin: 0 0 0 12px;
}

input::placeholder {
  font-size: 12px;
}

.form-group .form-control,
.form-group .form-select {
  padding-left: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #99B7DA;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.jee-carousel .owl-stage {
  margin: auto;
}