/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap'); */

body {font-family: "Open Sans", sans-serif; color: #323232;}

select {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px;}

img {
  max-width: 100%;
}

.container {
  padding: 0 16px;
}
p, ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
h2 {
  color: #d90404;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
h2::before,
h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 3px;
  top: 13px;
  background: #d90404;
}
.wh h2::before,
.wh h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 3px;
  top: 13px;
  background: #fff;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}
h2.nostripe {
  padding: 0;
}
h2.nostripe::before,
h2.nostripe::after {
  display: none;
}
.pink {
  color: #0d0d0d !important;
}
strong {
  font-size: 600 !important;
}

button.close {position: absolute; right: 15px; top: 18px; padding: 0; width: 20px; height: 20px; opacity: 1; background: none; border: 0;}
button.close::before {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(45deg);}
button.close::after {content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transform: rotate(-45deg);}

.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto; margin-top: 15px;}
.swiper-pagination span {margin: 0 3px;}
.swiper-pagination span {width: 7px; height: 7px; border-radius: 100px; padding: 0; display: block; color: transparent; background: #707070; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active {width: 7px; background: #000;}
.swiper-pagination.banner-pagination{position:absolute;bottom:-15px;left:10px;z-index:100}
.swiper-pagination.mobile-pagination{position:absolute;bottom:10px;left:10px;z-index:100}


/* highlights */
.highlights {
  margin: 50px 0 0;
  padding: 50px 0;
  background: #F6EEFF;
}
.highlights h2 {
  margin: 0 0 20px;
}
.highlights .highlight-card {
  border-radius: 18px;
  background: #FFF;
  overflow: hidden;
  width: 23%;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 10px 20px 10px;
  height: 130px;
}
.highlight-card .blue {
  width: 120px;
  padding: 13px;
  background: transparent linear-gradient(180deg, #0d0d0d 0%, #d90404 53%, #a60303 100%) 0% 0% no-repeat padding-box;
}
.highlight-card .highlight-text {
  padding: 16px;
  width: 100%;
  text-align: start;
}
.highlight-card .highlight-text p {
  margin: 0;
  padding: 0;
}

/* course-content */
.course-content {
  padding: 50px 0;
  background: #F9FBFF;
}
.accordian_box {
  background: #d90404;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  margin: 0 0 15px;
  color: #FFF;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.accordian_content {
  border-top: 1px solid #fff;
  padding: 15px 20px;
}
.accordian_content ul {
  padding: 0;
  margin: 0 0 20px;
}
.accordian_content ul li {
  margin: 0 0 10px;
  color: #FFF;
  padding: 0 0 0 28px;
  list-style-type: none;
  background: url('../images/bullet-white.png') no-repeat left 5px;
  background-size: 17px;
}
.accordian_content ol li {
  list-style-type: disc;
  background: none;
  padding: 0;
}

.accordian_head::before {content: ''; position: absolute; right: 10px; top: 15px; width: 25px; height: 25px; transition: all 0.2s ease-in-out; background: url('../images/minus.svg') no-repeat center center;background-size: 25px; }
.accordian_head.active::before { background: url('../images/plus.svg') no-repeat center center; transition: all 0.2s ease-in-out;}


/* certificate */
.certificate {
  color: #fff;
  background: #0d0d0d;
}
.certificate .container {
  border-radius: 2px;
  padding: 0 22px 0 46px;
}
.certificate h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0;
}
.certificate .subtitle {
  border-top: 2px solid #fff;
  display: block;
  margin: 40px 0 0 0;
}
.certificate .left {
  width: 60%;
  padding: 40px 10px 10px 0;
}
.certificate p small em {
  opacity: 0.7;
}
ul.bullets {
  padding: 0;
}
ul.bullets li {
  padding: 0 0 0 20px;
  list-style-type: none;
  background: url('../images/bullet-white.png') no-repeat left 5px;
  background-size: 15px;
}
.certificate ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.certificate .image {
  width: 50%;
}
.certificate .image img {
  width: 90%;
  position: relative;
  bottom: -50px;
}
.pinkBg {
  background:#71797e;
  height: 70px;
  width: 100%;
}

/* schedule */
.schedule {
  padding: 50px 0;
}
.bluebox {
  border-radius: 9px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: #e0e4e9;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
  padding: 20px 37px;
  font-weight: 300;
}
.bluebox strong {
  color: #000;
  font-weight: 600;
}
.bluebox ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.bluebox ul li {
  padding: 0;
  margin: 0 0 2px;
}
.bluebox img {
  margin: 0 10px 0 0;
  width: 42px;
}

.graph .red {
  border-radius: 5px;
  background: #2a7a8c;
  padding: 24px 50px;
  margin: 0 0 6px;
}
.graph .red h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.graph .blue {
  border-radius: 5px;
  background: #021226;
  padding: 36px 20px 36px 50px;
  color: #FFF;
  margin: 0 0 6px;
  position: relative;
}
.graph .blue ul {
  width: 50%;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.graph .others {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.graph img {
  width: 100%;
}


/* eligibility */
.eligibility .highlight-card {
  border-radius: 20px;
  background: #e0e4e9;
  overflow: hidden;
  width:45%;
  height: 170px;
  margin: 0 10px 20px 0;
}

/* testimonials */
.testimonials {
  padding: 50px 0;
}

.testimonials-card {
  border-radius: 30px 30px 10px 10px;
  background: #021226;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.01);
  padding: 30px 35px 80px;
  color: #fff;
  position: relative;
  margin: 0 50px 30px 50px
}
.testimonials-card .meta {
  border-radius: 68px;
  background: #FFF;
  box-shadow: -8px 12px 36px 0px rgba(22, 63, 77, 0.06);
  padding: 8px 5px 10px 10px;
  color: #000;
  position: relative;
  margin: 0 auto -130px;
  width: 100%;
}
.testimonials-card .meta p {
  margin: 0;
  line-height: 16px;
}
.testimonials-card .meta p small {
  font-size: 12px;
}
.testimonials-card .meta img {
  height: 63px;
  width: 63px;
  border-radius: 63px;
  object-fit: cover;
  object-position: top;
  margin: 0 10px 0 0;
}

/* admission */
.admission {
  padding: 20px 0 40px;
  background: url('../images/eligibility.webp') no-repeat left center;
  background-size: 50%;
}
.admission p strong {
  color: #000;
}
.admission .robot {
  margin: 0 0 0 80px;
}

/* participants */
.participants2 {
  padding: 20px 0 40px 0;
  background: #F9FBFF;
}
.participants2 .img-card {
  background: #fff;
  width: 165px;
  height: 90px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px 20px;
}
.participants {
  padding: 50px 0;
}
.participants h3 {
  font-size: 23px;
  margin: 50px 0 30px;
}
.participants img {
  width: 85%;
}
.participants ul {
  width: 45%;
  display: inline-block;
  margin: 0;
}
.text-right {
  text-align: right;
  width: 63%;
}
.graph {
  padding: 40px 0;
  background: #fff;
}
.graph img {
  width: 60%;
}

footer {
  padding: 30px 0 15px;
  color: #000;
  text-align: center;
  /* margin: 50px 0 0; */
  background: #F4F4F4;
}
footer p, footer a {
  font-size: 13px;
}
footer img {
  margin: 0 auto;
}
.sticky {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
  padding: 10px 0;
  box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11);
}
.sticky button {
  margin: 0 5px;
  font-size: 12px;
}

.video-content{
  background: transparent !important;
  border: none  !important;
}
.modal-content iframe{
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.video-content button{
  margin-left: auto;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.show .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* autocomplete */
.tt-menu,
.gist {
  text-align: left;
}

.table-of-contents li {
  display: inline-block;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion strong {
  font-weight: 300;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion {
  color: #292f33;
}
.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

/* faculty */
.faculty-2 {
  padding: 60px 0 40px 0;
}
.faculty-2 .facultyDetails {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #0d0d0d;
}
.faculty-2 .facultyDetails img {
  margin: 5px 0 0;
  border-radius: 8px;
  height: 130px;
  width: auto;
  object-fit: cover;
  object-position: top;
  border: 1px solid #0d0d0d;
  border-radius: 50%;
}
.faculty-2 h5 {
  color: #d90404;
  font-size: 18px;
}
.faculty-2 h6 {
  color: #d90404;
  font-size: 14px;
}
.faculty-2 .facultyDetails p {
  margin: 0 0 8px;
  font-size: 15px;
}

.faculty {
  padding: 50px 0;
}
.faculty h2 {
  margin: 0 0 20px;
}
.faculty h2::before,
.faculty h2::after {
  background: #FFF;
}
.faculty .profileBG {
  width: 183px;
  height: 150px;
  background: #71797e;
  border-radius: 20px;
  margin: 50px 0 0 0;
}
.margin-director {
  margin: 75px 0 0 0;
}
.faculty img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 235px;
  position: relative;
  top: -85px;
  border-radius: 8px;
}
.pl-4 {
  padding-left: 20px;
}
.faculty h6 {
  color: #0d0d0d;
  font-weight: 600;
}
.faculty h5 {
  font-weight: 600;
}
.faculty p {
  margin: 10px 0;
}
.faculty li {
  font-size: 15px;
}
.faculty .margin-left {
  margin: 0 0 0 20px;
}
.modal .form_box {
  box-shadow: none;
}
.vl {
  border-left: 1px solid #CCC;
  min-height: 180px;
  height: 100%;
  width: 1px;
  margin: -10px auto 0;
}
.vertical {
  height: 100%;
  width: 1px;
  background: #008080;
}

/* fees */
.fees {
  padding: 30px 0 40px;
  background: #71797e;
  color: #fff;
}
.fees input {
  width: 25%;
}
.fees h4 {
  font-size: 25px;
  font-weight: 500;
}
.fees p {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.fees p strong {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  margin: 7px 0 0 0;
}
.fees p small {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: normal;
}

/* testimonials */
.testimonials .testimonialCard {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #0d0d0d;
}
.testimonials .testimonialCard p {
  margin: 0 0 5px;
}
.testimonials .testimonialCard img {
  border-radius: 4px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
  margin: 3px 20px 0 0;
  border: 1px solid #CCC;
}

.admission-2 {
  padding: 50px 0;
}
