/* Common */
body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #B79742;
  margin: 0;
  padding: 0;
  background: #000;
}
body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/banner-1.webp') no-repeat center top fixed;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Geologica", sans-serif;
}
header {
  padding: 20px 0;
}
header img {
  width: 250px;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  padding: 0 0 0 16px;
  background: url('../images/bullet_arrow.png') no-repeat left 5px;
  background-size: 10px;
  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;
  color: #FFF;
  text-shadow: 3px 3px #053733;
}
.hero p {
  padding: 8px 14px;
  background: #053733;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  border-radius: 6px;
}
.card-1 {
  background: #053733;
  /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 100%); */
  border-radius: 22px;
  padding: 30px 20px;
  color: #fff;
  position: relative;
}
.background-card {
  background: #073733;
}
.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: #B79742;
  border-radius: 11px;
  text-transform: uppercase;
  color: #17140E;
  border: 0;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  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: #053733;
  font-size: 18px;
  line-height: 22px;
  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%;
}
/* .stripe {
  background: url('../images/stripe.png') no-repeat center center;
  background-size: 60%;
  text-align: center;
} */


h2 {
  color: #B79742;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

/* key-info */
.key-info {
  padding: 20px 0;
}
.card-2 {
  background: #053733;
  /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 100%); */
  background-size: cover;
  padding: 16px 26px;
  box-shadow: none;
}
i {
  display: inline-block;
  width: 43px;
  height: 43px;
}
i.calendar {
  width: 43px;
  height: 47px;
  background: url('../images/calendar.png') no-repeat center center;
  background-size: 43px 47px;
}
i.clock {
  background: url('../images/clock.png') no-repeat center center;
  background-size: 43px;
}
.key-info i {
  margin: 0 16px 0 0;
}
.key-info p {
  font-size: 22px;
  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: #053733;
  /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 100%); */
  background-size: cover;
  /* display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; */
}
i.experience {
  width: 32px;
  height: 32px;
  background: url('../images/experience.png') no-repeat right top;
  background-size: 32px;
  margin: 0 16px 5px 0;
}
.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: #B79742;
}
.hide {
  display: none;
}
/* highlights */
.highlights {
  padding: 50px 0;
}
.highlights .col-md-3 {
  margin: 0 0 20px;
}
.card-4 {
  background: #053733;
  /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 100%); */
  background-size: cover;
  padding: 16px;
  box-shadow: none;
  height: 100%;
}
i.calendar-new {
  width: 50px;
  height: 50px;
  background: url('../images/calendar-new.png') no-repeat left center;
  background-size: 50px;
  filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.alumni {
  width: 55px;
  height: 55px;
  background: url('../images/06-highlight.png') no-repeat left center;
  background-size: 55px;
  filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.profession {
  width: 55px;
  height: 55px;
  background: url('../images/lecture.png') no-repeat left center;
  background-size: 55px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.campus {
  width: 50px;
  height: 50px;
  background: url('../images/8.png') no-repeat left center;
  background-size: 50px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.business {
  width: 50px;
  height: 50px;
  background: url('../images/11.png') no-repeat left center;
  background-size: 50px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.ai {
  width: 50px;
  height: 50px;
  background: url('../images/7.png') no-repeat left center;
  background-size: 50px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.tool {
  width: 55px;
  height: 55px;
  background: url('../images/project.png') no-repeat left center;
  background-size: 55px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
i.online {
  width: 50px;
  height: 50px;
  background: url('../images/online.png') no-repeat left center;
  background-size: 50px;
   filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
.highlights p {
  margin: 0;
  display: flex;
  align-items: center;
}

/* overview */
.overview {
  padding: 50px 0;
}
/* Course Content */
.course-content {
  padding: 50px 0;
}
.course-content .container {
  position: relative;
}
.accordian_box {
  height: 100% !important;
}
.accordian_box.card-1 {
  background-size: contain;
  box-shadow: none;
}
.accordian_box.card-5 {
  /* background: #053733 url('../images/card_5_bg.png') no-repeat right -30px; */
   /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 100%); */
  background-size: 105% 110%;
  background: #053733;
}
.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;
}
.bluebox {
    border-radius: 9px;
    border: 1px solid rgba(0, 35, 157, 0.06);
    background: #073733;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 37px;
    font-weight: 300;
    color: #B79742;
}
.bluebox img {
  margin: 0 10px 0 0;
  filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}
@media screen and (min-width: 1360px) {
  .accordian_box {
    min-height: 590px;
  }
}
:where(.one, .two, .three, .four) {
  transition: 300ms;
  border-radius: 22px;
  overflow: hidden;
  margin: 0 0 20px;
}

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

.card-6 {
  background: #f1f2f4;
  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_bg2.png') #053733 no-repeat center center;
  background-size: cover;
}
.certificate .subtitle {
  border-top: 2px solid #fff;
  display: inline-block;
  margin: 50px 0 0;
  padding: 10px 0 0;
}
.certificate .left {
  width: 62%;
  padding: 0 5% 0 0;
}
.certificate .image {
  width: 38%;
}
.certificate .image img {
  width: 100%;
}
.certificate .main-section img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.certificate ul li {
    list-style-type: none;
    padding: 0 0 0 25px;
    background: url('../images/checked.png') no-repeat left 5px;
    background-size: 20px;
    margin: 0 0 10px;
}
.certificate p, .certificate ul li {
  font-size: 18px !important;
  line-height: 26px !important;
  color: #fff;
}
.certificate p strong {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #B79742;
}
.certificate hr {
    height: 2px;
    opacity: 0.50;
}

/* past-participants */
.past-participants {
  padding: 50px 0;
}
.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%);
}
.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: #B79742;}

/* testimonials */
.testimonials {
  padding: 50px 0;
}
.testimonials-card > p {
  height: 240px;
}
.testimonials-card .meta p {
  margin: 0 16px 0 0;
}
.testimonials-card {
  height: 400px;
}
.testimonials-card .meta img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #B79742;
  position: relative;
  margin: 0 16px 0 0;
}
.testimonials-pagination {
  margin: 50px 0 0;
}

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

.directors .card-1 {
  padding-bottom: 10px;
}
.directors img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
  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 ul {
  margin: 0 0 20px;
}
.directors ul li {
  font-size: 14px;
  line-height: 22px;
}

/* Fee */
.fees {
  padding: 50px 0 0;
}

.fees-wrapper {
  padding: 50px 0;
  color: #FFF;
  background: #053733;
  /* background: linear-gradient(172deg,rgba(5, 55, 51, 1) 0%, rgba(39, 73, 54, 1) 42%, rgba(110, 111, 60, 1) 100%, rgba(183, 151, 66, 1) 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 img {
  margin: 20px 0;
}
footer .vl2 {
  background: #000;
  height: 75px;
  width: 2px !important;
}
footer .timespro-logo, footer .iimc-logo {
  height: 70px !important;
}
footer a {
  text-decoration: none;
}