img {
  max-width: 100%;
}

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: 25px;}
.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;}

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


/* highlights */
.highlights {
  padding: 50px 0;
}
.highlights .highlight-card {
  border-radius: 20px;
  background: #eff5ff;
  overflow: hidden;
  width: 32%;
  min-height: 100px;
}
.highlight-card .blue {
  background: rgba(11 105 241 / 17%);
  width: 120px;
  padding: 13px;
}
.highlight-card .highlight-text {
  padding: 16px;
  width: 100%;
  text-align: start;
}
.highlight-card .highlight-text p {
  margin: 0;
  padding: 0;
}
.highlight-card img {
  filter: invert(42%) sepia(63%) saturate(617%) hue-rotate(165deg) brightness(95%) contrast(96%);
}

/* course-content */
.course-content {
  padding: 50px 0;
  background: #DBE7F0;
}
.course-content p {
  margin: 0 0 10px;
}
.course-content .notes {
  font-size: 12px;
}
.course-content p strong {
  color: #000;
}
.course-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

/* certificate */
.certificate {
  color: #fff;
  padding: 30px 0 !important;
  position: relative;
  overflow: hidden;
}
/* Blur overlay */
.certificate::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.certificate .container {
  border-radius: 2px;
  background: #025797;
  padding: 40px;
}
.certificate-btn {
  display: inline-block;
  position: absolute;
  background: #045796  !important;
  color: #fff  !important;
  padding: 10px 15px;
  border-radius: 5px !important;
  font-size: 16px;
  border: 1px solid #3296e2;
  line-height: normal;
  width: 250px;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.certificate h5 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600;
}
.certificate .subtitle {
  border-top: 2px solid #fff;
  display: inline-block;
}
.certificate .left {
  width: 60%;
  padding: 0 5% 0 0;
}
.certificate .image {
  width: 40%;
  margin: 0;
}
.certificate .image img {
  width: 100%;
}

/* schedule */
.schedule {
  padding: 40px 0;
}
.bluebox {
  border-radius: 8px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: #eff5ff;
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  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;
  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: #000;
  padding: 35px 20px 10px 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 {
  padding: 40px 0 0;
}
.eligibility .highlight-card {
  border-radius: 20px;
  background: #eff5ff;
  overflow: hidden;
  width: 45%;
  height: 120px;
  margin: 0 10px 20px 0;
}

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

.testimonials-card {
  border-radius: 30px 30px 10px 10px;
  background: #025797;
  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: 18px;
}
.testimonials-card .meta p small {
  font-size: 12px;
  font-weight: 400;
}
.testimonials-card .meta img {
  height:70px;
  width: 70px;
  border-radius: 70px;
  object-fit: cover;
  object-position: top;
  margin: 0 10px 0 0;
}

/* admission */
.admission {
  padding: 40px 0;
}
.admission p strong {
  color: #000;
}

/* participants */
.participants {
  padding: 50px 0;
  background: #F9FBFF;
}

footer {
  padding: 25px 0 15px;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

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


.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;
}
.faculty h5 {
  text-transform: uppercase;
}
.faculty .facultyDetails {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #000;
}
.faculty .facultyDetails img {
  border-radius: 8px;
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: top;
}
.faculty .facultyDetails p {
  margin: 0 0 10px;
}

.modal .form_box {
  box-shadow: none;
}

.vl {
  border-left: 1px solid #CCC;
  min-height: 180px;
  height: 100%;
  width: 1px;
  margin: -10px auto 0;
}

.kits {
  padding: 40px 0;
}
.kits .kit {
  padding: 2px 5px;
  background: #025797;
  width: 40%;
  margin: 10px;
  border-radius: 50px;
  color: #fff;
  height: 80px;
  align-items: center;
}
.kits .kit p {
  width: 70%;
  font-size: 12px;
  margin: 0 10px 0 15px;
}
.kits .kit .imgbg {
  width: 30%;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgbg img{
  height: auto;
}

.accordian_box {
  background: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  margin: 0 0 10px;
  color: #000;
  border: 1px solid #ccc;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.accordian_content {
  border-top: 1px solid #045796;
  padding: 10px 15px;
}
.accordian_content p {
  font-weight: 500 !important;
}
.accordian_content ul {
  padding: 0;
  margin: 10px 0;
}
.accordian_content ul li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 8px;
  color: #000;
  padding: 0 0 0 25px;
  list-style-type: none;
  background: url('../images/check.png') no-repeat left 5px;
  background-size: 15px;
}
.accordian_head::before {content: ''; position: absolute; right: 10px; top:17px; width: 15px; height: 20px; transition: all 0.2s ease-in-out; background: url('../images/next.png') no-repeat center center; background-size: 20px;}
.accordian_head.active::before { transform: rotate(90deg); transition: all 0.2s ease-in-out;}
.inner-title {
  font-size: 16px !important;
  color: #000 !important;
  padding: 5px 0 !important;
}
section.ai {
  padding: 50px 0;
  color:#fff;
  background-image: url('../images/gen_ai.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
}
.ai .ai-card img {
  filter: invert(1) brightness(2) contrast(1);
  margin: 0 10px 0 0;
}
.ai .ai-card {
  width: 30%;
  margin: 20px;
}
.ai .ai-card p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
section.ai h3 {
  margin: 0 0 30px;
}
section.ai h3, section.ai p {
  width: 40%;
}
.sticky-top {
  box-shadow: none;
  background: transparent;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  top: 0;
}
.sticky-top .container {
  background: #F8F8F8;
  box-shadow: 0px 1px 2px 0px #CCC;
  padding: 10px 20px 5px;
  border-radius: 5px;
}
.sticky-top ul {
  padding: 10px 0;
}
.sticky-top ul li a.nav-link {
  font-size: 16px;
  color: #045796;
}
a.nav-link:focus, a.nav-link:hover {
  font-weight: 500;
}

.sticky-top::-webkit-scrollbar {
  display: none;
}
.sticky-top li {
  margin: 0;
}

.genai {
  padding: 60px 0;
  position: relative;
  color:#fff;
  background-image: url('../images/genai.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
.genai .ai-card img {
  filter: invert(1) brightness(2) contrast(1);
  margin: 0 10px 0 0;
}
.genai .ai-card {
  margin: 30px 10px 0 0;
  border: 0.5px solid #b6b6b6;
  padding: 15px;
  border-radius: 5px;
  width: 350px;
}
.genai h3, section.genai p {
  margin: 10px 0 0 !important;
}
.genai .ai-card p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;;
}
.genai-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: auto;
}
.tools {
  padding: 70px 200px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.tools .img-card {
  background: #fff;
  width: 16%;
  height: 80px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px 20px 0;
}
