/* Common */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #424D4F;
  background: url('../images/banner.webp') no-repeat center top fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  padding: 20px 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  padding: 0 0 0 20px;
  background: url('../images/bullet_arrow.png') no-repeat left 5px;
  background-size: 15px;
  margin: 0 0 10px;
}

/* Hero First Fold */
.hero {
  position: relative;
  padding: 0 0 50px;
}
.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #00000099;
  bottom: 0;
  background-repeat: no-repeat;
  background: #a19b9b;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#85878200));
  background: -moz-linear-gradient(top, #fff, #cbccc8);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbccc8');
  z-index: -1;
}
.hero h1 {
  font-size: 45px;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0;
}
.hero p {
  padding: 8px 14px;
  background: #424D4F;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  border-radius: 6px;
}
.card-1 {
  /* background: #424D4F; */
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  /* background: rgb(30,54,94) url('../images/card_1_bg.png') no-repeat right top; */
  border-radius: 22px;
  padding: 30px 20px;
  color: #fff;
  position: relative;
}
.hero .card-1 {
  border-radius: 30px;
  box-shadow: 6px 6px 10px #0208164D;
}
.form-control {
  border-radius: 22px;
  padding: 10px 16px;
  min-height: 43px;
  border: none;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  background: transparent;
  color: #FFF;
  margin: 0 0 10px;
}
.form-control:focus, .form-control:active {
  color: #FFF;
  border: 1px solid #E4E4E4;
  background: transparent;
}
.single-input {font-size: 12px; font-weight: 300; color: #FFF; text-align: left; padding-left: 20px; position: relative;}
.single-input input[type=checkbox] {position: absolute; left: 0; top: 5px;}
.single-input a {color: #FFF;}
button, input[type=submit] {
  background: #D73E2C;
  border-radius: 11px;
  text-transform: uppercase;
  color: #17140E;
  border: 0;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  height: 48px; transition: all 0.3s ease-in-out;
}
form.card-1 {
  padding-bottom: 50px;
}
form h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
form input[type=submit] {
  margin: 16px 0;
}
form h5 {
  color: #424D4F;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background: #FFF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: 8px 0;
}
form ul li {
  background: none;
  padding: 0;
  margin: 0 0 0 10px;
}

main {
  background: #FFFFFF url('../images/primary_info_bg.png') no-repeat center 200px;
  background-size: 100%;
}

h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 20px;
}

/* key-info */
.key-info {
  padding: 20px 0;
}
.card-2 {
  /* background: rgb(30,54,94) url('../images/card_2_bg.png') no-repeat left top; */
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  background-size: cover;
  padding: 16px 26px;
  box-shadow: none;
}
i {
  display: inline-block;
  width: 43px;
  height: 43px;
}
.class {
  padding: 20px 0;
}
.card-7 {
  width: 30%;
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  border-radius: 22px;
  padding: 20px;
  color: #fff;
  text-align: left;
}
.key-info i {
  margin: 0 16px 0 0;
}
.key-info p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.key-info button {
  width: auto;
  padding: 23px;
  height: auto;
  border-radius: 22px;
}

/* primary-info */
.primary-info {
  padding: 50px 0;
}
.primary-info .card-1 {
  box-shadow: none;
}
.card-3 {
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  /* background: rgb(30,54,94) url('../images/card_3_bg.png') no-repeat right top; */
  background-size: cover;
  /* display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; */
}
.primary-info h2 {
  color: #D73E2C;
  margin: 0 0 20px;
}
.icon-text {
  margin: 0 0 20px;
}
.icon-text p {
  line-height: 16px;
  font-weight: 500;
}
.primary-info p {
  margin: 0;
}
.primary-info .card-3 p {
  margin: 0 0 16px;
}
.primary-info .card-3 p strong, .read-more {
  color: #D73E2C;
  font-weight: 500 !important;
}
.hide {
  display: none;
}

/* highlights */
.highlights {
  padding: 40px 0;
}
.hr {
  background: url('../images/hr.png') no-repeat right center;
  background-size: 80%;
}
.highlights h2 {
  background-size: 55%;
}
.highlights .col-md-3 {
  margin: 0 0 20px;
}
.card-4 {
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  /* background: rgb(30,54,94) url('../images/card_4_bg.png') no-repeat right bottom; */
  background-size: cover;
  padding: 16px;
  box-shadow: none;
  height: 100%;
}
i.project {
  width: 50px;
  height: 50px;
  background: url('../images/11.png') no-repeat left center;
  background-size: 50px;
}
i.ai {
  width: 50px;
  height: 50px;
  background: url('../images/7.png') no-repeat left center;
  background-size: 50px;
}
i.faculty {
  width: 50px;
  height: 50px;
  background: url('../images/lecture.png') no-repeat left center;
  background-size: 50px;
}
i.iim {
  width: 50px;
  height: 50px;
  background: url('../images/project.png') no-repeat left center;
  background-size: 50px;
}
i.study {
  width: 50px;
  height: 50px;
  background: url('../images/03-highlight.png') no-repeat left center;
  background-size: 50px;
}
i.class {
  width: 50px;
  height: 50px;
  background: url('../images/lecture.png') no-repeat left center;
  background-size: 50px;
}
i.online {
 width: 50px;
  height: 50px;
  background: url('../images/online.png') no-repeat left center;
  background-size: 50px;
}
.highlights p {
  margin: 0;
}

/* overview */
.overview {
  padding: 50px 0;
}
.overview h2 {
  background-size: 35%;
}

/* Course Content */
.course-content {
  padding: 50px 0;
}
.course-content h2 {
  background-size: 65%;
}
.course-content .container {
  position: relative;
}
.course-content .setmargin {
  margin: 20px 0 0;
}
.accordian_box.auto {
  min-height: auto;
}
.accordian_box.card-1 {
  background-size: contain;
  box-shadow: none;
}
.accordian_box.card-5 {
  /* background: rgb(30,54,94) url('../images/card_5_bg.png') no-repeat right -30px; */
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  background-size: 105% 110%;
}
.accordian_head {
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 700;
}
.read-more {
  cursor: pointer;
}

/* expand */
.expand {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.accordian_box {
  margin: 0 0 10px;
  height: 250px !important;
}
:where(.one, .two, .three, .four) {
  transition: 300ms;
  border-radius: 22px;
  overflow: hidden;
  margin: 0 0 20px;
}

/* schedule */
.schedule {
  padding: 10px 0 50px;
}
.schedule h2 {
  margin: 0 0 30px;
}
.card-6 {
  background: #f1f2f4;
  /* background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%); */
  padding: 18px;
  border-radius: 18px;
  text-align: center;
}
.schedule p {
  margin: 0;
}
.schedule p strong:first-child {
  text-transform: uppercase;
}

/* certificate */
.certificate {
  padding: 50px 0;
  background: url('../images/certificate_bg.webp') no-repeat center center;
  background-size: cover;
}
.certificate h2 {
  color: #D73E2C;
  margin: 0 0 40px;
}
.certificate p {
  color: #FFF;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  width: 75%;
  margin: 40px auto 0;
}

/* past-participants */
.past-participants {
  padding: 70px 0 50px;
}
.past-participants h2 {
  background-size: 45%;
  margin: 0 0 40px;
}
.past-participants .card-1 {
  padding: 20px;
  margin: 0 0 20px;
}
.past-participants ul {
  display: flex;
  flex-wrap: wrap;
}
.past-participants ul li {
  width: 49%;
}
.past-participants img {
  width: 75%;
  margin: 0 auto;
}

/* hail-from */
.hail-from-wrapper {
  padding: 50px 0;
  background: rgb(137,204,255);
  background: linear-gradient(50deg, rgba(137,204,255,0.30) 35%, rgba(255,226,116,0.30) 100%);
}
.stripe {
  background: url('../images/stripe.png') no-repeat center center;
  background-size: 60%;
  text-align: center;
}
.hail-from h2 {
  margin: 0 0 40px;
}
.hail-from img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

/* swiper */
.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto; margin-top: 15px;}
.swiper-pagination span {margin: 0 3px;}
.swiper-pagination span {opacity: 1; width: 12px; height: 12px; border-radius: 100px; padding: 0; display: block; color: transparent; background: #D9D9D9; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active {width: 12px; background: #D73E2C;}

/* testimonials */
.testimonials {
  padding: 50px 0;
}
.testimonials .stripe {
  background-size: 70%;
  margin: 0 0 30px;
}
.testimonials-card > p:nth-child(2) {
  display: none;
}
.testimonials-card > p {
  height: 150px;
}
.testimonials-card .meta {
  margin: 20px 0 0;
  height: 80px;
}
.testimonials-card .meta p {
  margin: 0 16px 0 0;
}
.testimonials-card .meta img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #D73E2C;
  position: relative;
  margin: 0 16px 0 0;
  object-fit: cover;
  object-position: top;
}
.testimonials-pagination {
  margin: 50px 0 0;
}

/* directors */
.directors {
  padding: 50px 0;
}
.directors .stripe {
  background-size: 80%;
  margin: 0 0 30px;
}
.directors .card-1 {
  padding-bottom: 10px;
}
.directors img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.directors p {
  margin: 0 0 10px;
}
.directors .d-flex {
  margin: 0 0 20px;
}
.directors .d-flex h5 {
  margin: 0;
}
.directors .d-flex p {
  margin: 0;
}
.directors h2 {
  background-size: 75%;
}
.directors ul {
  margin: 0 0 20px;
}
.directors ul li {
  font-size: 14px;
  line-height: 22px;
}

/* Fee */
.fees {
  padding: 50px 0 0;
}
.fees .stripe {
  background-size: 40%;
  margin: 0 0 30px;
}
.fees-wrapper {
  padding: 50px 0;
  color: #FFF;
  background: linear-gradient(149deg, rgba(66, 77, 79, 1) 0%, rgba(89, 75, 74, 1) 58%, rgba(125, 71, 66, 1) 100%, rgba(153, 68, 59, 1) 100%);
  /* background: rgb(21,37,63); */
  /* background: linear-gradient(6deg, rgba(21,37,63,1) 22%, rgba(21,37,63,0.7595413165266106) 56%, rgba(255,226,116,0.5102415966386555) 100%); */
}
.fees h3 {
  font-size: 45px;
  line-height: 52px;
  margin: 0;
}
.fees p {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  border-width: 0px 4px 0px 4px;
  border-style: solid;
  border-color: rgba(255, 252, 243, 0.4);
  border-radius: 75px;
  display: inline-block;
  padding: 10px 50px;
}
.fees .divider {
  width: 5px;
  height: 100px;
  background: rgba(255, 252, 243, 0.4);
  border-radius: 5px;
}

/* footer */
footer {
  padding: 50px 0 10px;
  text-align: center;
}
footer a {
  text-decoration: none;
} 
footer a, footer p {
  font-size: 14px !important;
}

i {
  filter: invert(37%) sepia(94%) saturate(515%) hue-rotate(305deg) brightness(80%) contrast(160%) !important;
} 

i.calendar {
  width: 43px;
  height: 47px;
  background: url('../images/calendar.png') no-repeat center center;
  background-size: 43px 47px;
  filter: invert(37%) sepia(70%) saturate(500%) hue-rotate(310deg) brightness(70%) contrast(190%) !important;
}
i.clock {
  background: url('../images/clock.png') no-repeat center center;
  background-size: 43px;
  filter: invert(37%) sepia(70%) saturate(500%) hue-rotate(310deg) brightness(70%) contrast(190%) !important;
}
i.experience {
  width: 32px;
  height: 32px;
  background: url('../images/experience.png') no-repeat right top;
  background-size: 32px;
  margin: 0 16px 5px 0;
  filter: invert(37%) sepia(70%) saturate(500%) hue-rotate(310deg) brightness(70%) contrast(190%) !important;
}
i.schedule {
  background: url('../images/schedule.png') no-repeat center center;
  background-size: 45px;
  filter: invert(37%) sepia(70%) saturate(500%) hue-rotate(310deg) brightness(70%) contrast(190%) !important;
}