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

body {font-family: 'Poppins', 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%;
}
ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
h2 {
  color: #08838f;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  /* background: url('../images/underline.svg') no-repeat center bottom; */
  background-size: 210px;
}
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);}
.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: #08838f;}

.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}

.overview {
  padding: 40px 0 20px 0;
}

.note {
  background: #F9FBFF;
  padding: 20px 0;
}
.note p, .note ul {
  margin: 0;
}
.note p {
  font-size: 14px !important;
}
.highlights img, .bluebox img {
  filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(7deg) brightness(102%) contrast(101%);
}

/* course-content */
.course-content {
  padding: 40px 0;
  background: #F9FBFF;
}
.course-content p {
  margin: 0 0 30px;
}
.course-content p strong {
  color: #f47d20;
  text-transform: uppercase;
}

/* certificate */
.certificate {
  color: #FFF;
  padding: 50px 0 20px;
}
.certificate .container {
  border-radius: 2px;
  background: #08838F;
  /* background: linear-gradient(120deg, rgba(0,179,169,1) 0%, rgba(0,120,156,1) 100%); */
  padding: 46px 46px 22px 46px;
}
.certificate h5 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.certificate .subtitle {
  border-top: 2px solid #fff;
  display: inline-block;
  padding: 10px 0 0;
  margin: 30px 0 0;
}
.certificate .left {
  width: 62%;
  padding: 0 5% 0 0;
}
.certificate .image img {
  width: 100%;
}
.certificate .image  {
  width: 38%;
}

/* schedule */
.schedule {
  padding: 50px 0;
}
.schedule-2 {
  padding: 20px 0 50px 0;
}

.bluebox {
  border-radius: 9px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: #F9FBFF;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  font-weight: 300;
  min-height: 130px;
}
.bluebox strong {
  color: #f47d20;
  font-weight: 600;
}
.bluebox img {
  margin: 0 10px 0 0;
}
.bluebox p {
  font-size: 13px !important;
  line-height: 16px !important;
}
.bluebox ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.bluebox ul li {
  padding: 0;
  margin: 0 0 2px;
}

.graph .red {
  border-radius: 5px;
  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: #08838f;
  /* background: linear-gradient(120deg, rgba(0,179,169,1) 0%, rgba(0,120,156,1) 100%); */
  padding: 36px 20px 20px 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%;
  height: auto;
}
.graph .blue strong {
  font-size: 18px;
  font-weight: 500;
}

/* testiminials */
.testimonials {
  padding: 20px 0 40px;
}
.gap-1 {
  gap: 1%;
}
.testimonials-card {
  border-radius: 30px;
  background: #08838F;;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.01);
  padding: 30px 35px 25px;
  color: #FFF;
  position: relative;
  min-width: 33%;
}
.testimonials-card .top {
  font-style: italic;
  height: 180px;
}
.testimonials-card .meta {
  border-radius: 68px;
  background: #FFF;
  box-shadow: -8px 12px 36px 0px rgba(22, 63, 77, 0.06);
  padding: 8px;
  color: #000;
  position: absolute;
  width: 90%;
  margin: 0 0 0 -15px;
}
.testimonials-card .meta p {
  margin: 0 !important;
  line-height: 16px !important;
}
.testimonials-card .meta p strong {
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.testimonials-card .meta p small {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.testimonials-card .meta img {
  border-radius: 70px;
  height: 70px;
  width: 70px;
  margin: 0 5px 0 0;
  border: 1px solid #F47D21;
  object-fit: cover;
  object-position: top;
}
.video-card {
  padding: 100px 0 0;
}
.testimonialsCard {
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  color: #FFF;
  margin: 0 15px;
}
.testimonialsCard img {
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.testimonialsCard .playbtn {
  position: absolute;
  /* left: calc(50% - 21px); */
  top: calc(50% - 21px);
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  cursor: pointer;
}
.testimonialsCard .playbtn .inner-circle {
  height: 40px;
  width: 40px;
  border: 2px solid #F47D21;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.testimonialsCard .playbtn .inner-circle img {
  width: 28px;
  height: 28px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  /* top: calc(50% - 21px); */
  position: absolute;
  filter: invert(21%) sepia(109%) saturate(691%) hue-rotate(315deg) brightness(122%) contrast(102%);
}

/* admission */
.admission {
  padding: 60px 0;
}
/* participants */
.participants {
  padding: 40px 0;
  background: #F9FBFF;
}
.participants img {
  width: auto;
}

footer {
  padding: 25px 0 15px;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}
.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;
  opacity: 1 !important;
}
.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;
}

/* 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 0;
}
.faculty .facultyDetails {
  border: 1px solid #08838F;
  padding: 32px;
  border-radius: 8px;
}
.faculty .facultyDetails img {
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
  width: 170px;
  height: 170px;
}
.facultyDetails .margin {
  margin-top: 40px;
}
.faculty .facultyDetails p {
  margin: 0 0 10px;
}
.faculty h5 {
  font-weight: 500;
  text-transform: uppercase;
}

/* dropdown */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}