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

body {font-family: 'Poppins', sans-serif; color: #323232;}

img {
  max-width: 100%;
}

.container {
  padding: 0 16px;
}
p, ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}
strong {
  font-weight: 700;
}
h2 {
  color: #3059a0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
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);}

.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: #3059a0;}

.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: #e7f7fa;
  padding: 30px 0;
}
.note p, .note ul {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

/* highlights */
.highlights {
  padding: 50px 0 40px 0;
}
.highlights .highlight-card {
  border-radius: 20px;
  background: #F8F8F8;
  overflow: hidden;
  width: 32%;
  height: 120px;
  margin: 0 5px 15px 5px;
}
.highlights img, .bluebox img, .inner-circle img {
  filter: invert(12%) sepia(94%) saturate(1906%) hue-rotate(206deg) brightness(88%) contrast(91%);
}
/* .feesbox img {
  filter: invert(35%) sepia(16%) saturate(4196%) hue-rotate(144deg) brightness(60%) contrast(102%);
} */
/* eligibility */
.eligible {
  padding: 0 0 20px 0;
}
.eligible .highlight-card {
  width: 100%;
  min-height: 130px;
  height: auto;
}
.eligible .highlight-card ul li {
  margin: 0 0 0;
}
.highlights .blue {
  background: rgba(0, 35, 157, 0.10);
  width: 120px;
  padding: 0 13px;
}
.highlights .highlight-text {
  padding: 16px;
  width: 100%;
}
.highlights .highlight-text p {
  margin: 0;
  padding: 0;
}
.bold .highlight-text p {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 20px;
}

/* course-content */
.course-content {
  padding: 50px 0;
  background: #F9FBFF;
}
.course-content p {
  margin: 0 0 10px;
}
.course-content p strong {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.course-content hr {
  height: 2px;
  margin: 2px 0 15px 0;
  background: #3059a0;
  opacity: 1;
}
.course-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3059a0;
  text-transform: uppercase;
}
.course-content .notes {
  font-size: 13px;
}
.course-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

.experience {
  padding: 50px 0;
}

/* certificate */
.certificate {
  color: #FFF;
  padding: 40px 0;
}
.certificate .container {
  border-radius: 2px;
  background: #3059a0;
  padding: 30px 40px 26px 46px;
}
.certificate h2 {
  margin: 20px 0 0 0;
  color: #fff;
  padding: 0;
}
.certificate .subtitle {
  border-top: 2px solid #10316a;
  display: inline-block;
}
.certificate .left {
  width: 60%;
  padding: 0 5% 0 0;
}
.certificate .image {
  width: 40%;
  margin: 10px 0 0 0;
}
.certificate .image img {
  width: 100%;
  border: 3px #10316a solid;
}

/* schedule */
.schedule {
  padding: 30px 0;
}
.schedule h2 {
  background-size: 300px;
}
.bluebox {
  border-radius: 9px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: #F9FBFF;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
  padding: 20px 37px;
  font-weight: 300;
}
.bluebox strong {
  /* color: #3059a0; */
  font-weight: 600;
}
.bluebox img {
  margin: 0 15px 0 0 !important;
}
.bluebox ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.bluebox ul li {
  padding: 0;
  margin: 0 0 2px;
}
.graph strong {
  font-size: 18px;
}

.graph .red {
  border-radius: 5px;
  background: #3059a0;
  padding: 24px 50px;
  margin: 0 0 6px;
}
.graph .red h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.graph .head p {
  font-size: 15px !important;
  margin: 0;
  display: block;
  color: #fff;
}

.graph .head .p1 {
  background: #10316a;
  padding: 10px 20px;
  display: inline-flex;
  width: 70%;
}

.graph .head .p2 {
  background: #df8686;
  padding: 10px 20px;
  width: 30%;
  display: inline-flex;
}

.graph .p3 {
  width: 70%;
  text-align: start;
}

.graph .p3 p {
  background: #3059a0;
  margin: 1px 0 0 0;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}

.graph .p3 strong {
  color: #fff;
}

.graph .p4 {
  color: #fff;
  width: 30%;
  text-align: start;
}

.graph .p4 p {
  background: #8dc0d3;
  margin: 1px 0 0 0;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.graph .blue {
  border-radius: 5px;
  /* background: #3059a0; */
  background: rgb(18,51,71);
  background: linear-gradient(336deg, rgba(18,51,71,1) 13%, rgba(16,122,144,0.8743872549019608) 60%);
  padding: 28px 20px 10px 28px;
  color: #FFF;
  margin: 0 10px 20px;
  position: relative;
  width: 45%;
}
.graph .blue ul {
  width: 50%;
  padding: 0 0 0 20px;
}
.graph .blue ul li {
  font-size: 16px;
  margin: 10px 0 10px 20px;
}
.graph .others {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.graph .img-1 {
  width: 40%;
  height: 100%;
}
.graph .img-2 {
  width: 38%;
  height: 100%;
}
.graph .work {
  width: 370px;
  height: auto;
}
.graph .gender {
  width: 350px;
  height: auto;
}
.eligible {
  padding: 30px 0 0;
}

/* testiminials */
.testimonials {
  padding: 40px 0;
}
/* .testimonials .container {
  overflow-y: visible;
}
.scroll {
  overflow-y: scroll;
} */
/* .testimonials-card {
  border-radius: 30px 30px 10px 10px;
  background: #3059a0;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.01);
  padding: 30px 35px 80px;
  color: #FFF;
  position: relative;
  width: 45%;
  margin: 0 30px 90px 0;
}
.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 .p-height {
  height: 350px;
}
.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;
  border: 1px solid #10316a;
} */
.testimonials-card {
  border-radius: 16px;
  /* background: #00239D; */
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  position: relative;
  min-width: 18%;
  margin: 0 15px;
}
.testimonials-card img {
  border-radius: 16px;
}
.testimonials-card .playbtn {
  position: absolute;
  left: calc(50% - 21px);
  top: calc(50% - 21px);
  height: 42px;
  width: 42px;
}
.testimonials-card .playbtn .inner-circle {
  height: 36px;
  width: 36px;
}
.testimonials-card .playbtn .inner-circle img {
  width: 24px;
  left: 2px
}
.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: 30px 0;
}
.admission p strong {
  color: #3059a0;
}

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

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

/* 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: #3059a0;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3059a0;

}

.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: 60px 0 40px;
}
.faculty h5 {
  text-transform: uppercase;
}
.faculty .facultyDetails {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #10316a;
}
.faculty .facultyDetails img {
  margin: 5px 0 0;
  border-radius: 8px;
  height: 175px;
  width: 160px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #eee;
}
.faculty .facultyDetails p {
  margin: 0 0 10px;
}
.faculty .inner {
  position: relative;
}
.faculty .playbtn {
  position: absolute;
  left: calc(50% - 21px);
  top: 115px;
  height: 35px;
  width: 35px;
}
.faculty .playbtn .inner-circle {
  height: 35px;
  width: 35px;
}
.faculty .playbtn .inner-circle img {
  width: 24px;
  height: 24px;
  left: 2px;
  top: -3px;
  border: none;
}

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

.vl {
  text-align: center;
  justify-content: center;
  display: flex;
  height: 100%;
  width: 2px;
  display: inline-block;
  background: #10316a;
}
/* testimonials */

.testimonials .testimonialCard {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #10316a;
  display: flex;
}
.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;
  /* float: left; */
}

.testimonialCard small {
  font-weight: 400;
}

/* life */
.life {
  padding: 40px 0 0 0;
}
.life-card {
  display: flex;
  justify-content: center;
}
.life-card img{
  object-fit: cover;
  border-radius: 10px;
}
.life small {
  font-size: 16px;
  color: #10316a;
}

/* past-participants */
.past-participants {
  padding: 40px 0;
}
.past-participants .card {
  padding: 16px;
  margin: 0 0 16px;
  border-radius: 12px;
  border: 1px solid #3059a0;
}
.past-participants .card ul {
  padding: 0 0 0 16px;
  width: 48%;
  margin: 0;
}
.past-participants .card ul li {
  margin: 0 0 10px;
}