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: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
h2 {
  color: #112D4E;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  /* background: url('../images/underline.svg') no-repeat center bottom;
  background-size: 210px; */
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
h2::before,
h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 3px;
  top: 13px;
  background: #112D4E;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}
h2.nostripe {
  padding: 0;
}
h2.nostripe::before,
h2.nostripe::after {
  display: none;
}
ul {
  padding: 0 0 0 20px;
}

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);}

/* overview */
/* .overview {
  padding: 0 0 50px;
} */
.overview.padding {
  padding: 75px 0 0;
}
.key-points {
  margin: -60px auto 30px;
  padding: 0;
}
.key-points .container {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #FFF;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  padding: 0;
}
.fixed .container {
  box-shadow: none !important;
}
.key-points.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  /* background: linear-gradient(90deg, #112D4E 50%, #fff 50%); */
  background: #112D4E;
}
.key-points .blue {
  background: #112D4E;
  width: 100%;
  padding: 18px 50px;
}
.key-points img {
  margin: 0 15px 0 0;
  position: relative;
  top: -3px;
}
.key-points h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
.key-points h4 strong {
  font-weight: 700;
}

.key-points .red {
  width: 30%;
  background: #fff;
  padding: 18px 50px;
}
.key-points .red button {
  display: inline-block;
  color: #112D4E;
  background: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  box-shadow: none;
  height: 22px;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.key-points button.white {
  color: #112D4E;
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  box-shadow: none;
}

.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: #112D4E;}

.banner_pic .swiper-slide{padding:0}.banner_pic .swiper-wrapper{z-index:0}
.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}


.note {
  background: #FEFBFB;
  padding: 30px 0;
}
.note p, .note ul {
  margin: 0;
}

/* highlights */
.highlights {
  padding: 50px 0;
}
.highlights .highlight-card {
  border-radius: 20px;
  background: #F9F7F7;
  overflow: hidden;
  width: 24%;
}
.admission .admission-card {
  border-radius: 20px;
  background: #F9F7F7;
  overflow: hidden;
  width: 30% !important;
}
.eligibility  {
  padding: 0 0 60px;
}
.eligibility .highlight-card {
  width: 32%;
  border-radius: 20px;
  background: #F9F7F7;
  overflow: hidden;
}
.eligibility .highlight-card img {
  filter: invert(61%) sepia(7%) saturate(4240%) hue-rotate(192deg) brightness(66%) contrast(70%);
}

.highlights .blue {
  background: #DBE2EF;
  width: 120px;
  padding: 13px;
}
.highlights .highlight-text {
  padding: 16px;
  width: 100%;
}
.highlights .highlight-text p {
  margin: 0;
  padding: 0;
}

/* admission */
/* highlights */
.admission {
  padding: 50px 0;
}
.admission .admission-card {
  border-radius: 20px;
  background: #F9F7F7;
  overflow: hidden;
  width: 19%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 0 0 20px 0;
}
.admission button {
  width: 70%;
  display: block;
  margin: 0 auto;
  background: #112D4E;
}

.admission .blue {
  padding: 13px;
  text-align: center;
}
.admission .highlight-text {
  padding: 16px;
  width: 100%;
  text-align: center;
}
.admission .highlight-text p {
  margin: 0;
  padding: 0;
  min-height: 140px;
}

/* course-content */
.course-content {
  padding: 40px 0 50px;
  background: #F9FBFF;
  padding: 50px 0;
}
.course-content p {
  margin: 0 0 10px;
}
.course-content p strong {
  color: #112D4E;
}

/* certificate */
.certificate {
  color: #FFF;
  padding: 40px 0 0;
}
.certificate .container {
  border-radius: 2px;
  background: #112D4E;
  padding: 22px 22px 22px 46px;
}
.certificate h5 {
  margin: 16px 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.certificate .subtitle {
    border-top: 2px solid #fff;
    display: inline-block;
    padding: 20px 0 0;
}
.certificate .left {
  width: 75%;
  padding: 0 5% 0 0;
}
.certificate .image {
  width: 18%;
}
.certificate .image img {
  width: 100%;
}


/* schedule */
.schedule {
  padding: 50px 0 20px;
}
.past {
  padding: 40px 0 20px;
}
.schedule h2 {
  background-size: 300px;
}
.bluebox {
  border-radius: 9px;
  border: 1px solid #F9F7F7;
  background: #F9F7F7;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
  padding: 20px 37px;
  font-weight: 300;
}
.bluebox strong {
  color: #112D4E;
  font-weight: 600;
}
.bluebox ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.bluebox ul li {
  padding: 0;
  margin: 0 0 2px;
}

.graph .red {
  border-radius: 5px;
  background: #112D4E;
  padding: 24px 50px;
  margin: 0 0 6px;
}
.graph .red h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.graph .blue {
  border-radius: 5px;
  background: #112D4E;
  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 .blue p strong {
  font-size: 18px;
}

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

/* eligibility */
/* .eligibility p.small {
  font-size: 12px;
  line-height: 16px;
} */

/* testiminials */
.testimonials {
  padding: 50px 0;
}
/* .testimonials .container {
  overflow-y: visible;
}
.scroll {
  overflow-y: scroll;
} */
.testimonials-card {
  border-radius: 30px 30px 10px 10px;
  background: #112D4E;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.01);
  padding: 30px 35px 80px;
  color: #FFF;
  position: relative;
  margin: 0 15px;
}
.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%;
  max-width: 400px;
}
.testimonials-card .meta p {
  margin: 0;
  line-height: 16px;
}
.testimonials-card .meta p small {
  font-size: 12px;
}
.testimonials-card .meta img {
  border-radius: 63px;
  margin: 0 5px 0 0;
}

/* admission */
.admission {
  padding: 50px 0;
}
.admission p strong {
  color: #3F72AF;
}

/* participants */
.participants {
  padding: 50px 0;
  background: #F9FBFF;
}
.participants h2 {
  background-size: 350px;
  padding: 0 0 20px;
}

footer {
  padding: 25px 0 15px;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}
footer p {
  font-size: 14px;
}
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;
  background-color: #000;
}
.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;
}

form p + p {
  margin: 30px 0 0 0;
}

.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 {
  padding: 50px 0 20px;
}
.faculty .facultyDetails {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #3F72AF;
}
.faculty .facultyDetails img {
  margin: 5px 0 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
  width: 180px;
  height: 180px;
}
.faculty .facultyDetails p {
  margin: 0 0 10px;
}

video {
  width: 100%;
  height: auto;
}
/* ai */
section.ai {
  padding: 100px 0;
  color: #FFF;
  background: url('../images/ai_bg.jpg') no-repeat center right;
  background-size: cover;
}
section.ai h3 {
  margin: 0 0 30px;
}
section.ai h3, section.ai p {
  width: 40%;
}
