:root {
  --primary-color: #1B144F;
  --secondary-color: #EF7614;
  --accent-color: #4bc2c4;
  --accent-color-2: #1b144f;
}

/* Common */
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  background: #FAFAFA;
}

/* body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #FAFAFA url('../images/banner-web-2.webp') no-repeat center -30px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
} */

.hero {
  /* content: ''; */
  /* display: block; */
  width: 100%;
  padding: 70px 0;
  height: auto;
  background: #FAFAFA url('../images/banner-web.webp') no-repeat center;
  background-size: cover;
  /* left: 0; */
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  padding: 0 0 0 16px;
  background: url('../images/blue-right.png') no-repeat left 5px;
  background-size: 10px;
  margin: 0 0 10px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: 200 !important;
  text-align: center;
  display: inline-block;
  background: #06182e;
  background: linear-gradient(302deg,rgba(6, 24, 46, 1) 6%, rgba(43, 100, 173, 1) 100%, rgba(54, 123, 211, 1) 100%, rgba(60, 135, 232, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
button,
input[type=submit] {
  border-radius: 10px;
  background: var(--secondary-color);
  color: #fff;
  border: 0;
  width: 100%;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  height: 48px;
  transition: all 0.3s ease-in-out;
}

/* Header */
header {
  padding: 5px 0;
  background: #fff;
  /* z-index: 2; */
  /* position: absolute; */
  width: 100%;
}
header .logo {
  width: auto;
  height: 80px;
}
/* header .logo2 {
  width: auto;
  height: 50px;
  margin: 0 0 0 5px;
} */
header .logo3 {
  width: auto;
  height:70px;
}
/* header p {
  font-size: 34px;
  font-weight: 600;
  color: #EF7614;
  margin: 0 !important;
} */
/* .header-fixed {
  position: fixed;
  top: 0;
  background: #EF7614;
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 20;
}

.header-fixed p {
  margin: 0 !important;
}
.header-fixed p strong {
  font-size: 14px !important;
} */

.text-color-secondary {
  color: var(--secondary-color);
}

.readLess {
  display: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--primary-color);
  margin: 10px 0 0 !important;
}

.readMore {
  font-weight: 500 !important;
  cursor: pointer;
  margin: 10px 0 0 !important;
  color: var(--primary-color);
}

.moreDesc {
  display: none;
}

/* Hero First Fold */
/* .hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #000;
  bottom: 0;
  background: linear-gradient(to top, #fafafa 0%, rgba(0, 0, 0, 0) 0%);
  z-index: -1;
} */

.hero h1 {
  font-size: 36px;
  line-height: 42px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 16px;
}

.hero p {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  margin: 0;
  background: linear-gradient(65deg, rgba(3, 124, 146, 1) 0%, rgba(67, 180, 186, 1) 100%);
  /* background: linear-gradient(90deg, rgba(27, 20, 79, 1) 0%, rgba(56, 126, 151, 1) 100%); */
  color: #FFF;
  padding: 12px 16px;
}

/* .card, .card-1 {
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 100%;
  border: 0;
} */

.hero .card-1 {
  border-radius: 30px;
  padding: 30px 20px 10px;
}

.primary-info {
  padding: 50px 0 0;
}
.primary-info.padding{
  padding: 80px 0 0;
}

.primary-info li,
.primary-info p {
  font-weight: 400;
}

.primary-info img {
  width: 100%;
  height: auto;
}

.primary-info .card-1 {
  padding: 32px;
}

.primary-info .card-1 p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
}

.primary-info button {
  height: 58px;
  display: inline-block;
  width: 350px;
}

form {
  background: #fff;
}

.form-control {
  border-radius: 22px;
  padding: 10px 16px;
  min-height: 43px;
  border: none;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  background: transparent;
  color: #000;
  margin: 0 0 10px;
}

.form-control:focus,
.form-control:active {
  color: #000;
  border: 1px solid #E4E4E4;
  background: transparent;
}
select.form-control {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;}

.single-input {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.single-input input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-input a {
  color: #000;
}

.apply-btn {
  color: #fff !important;
}

form.card-1 {
  padding-bottom: 20px;
}

form h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

form input[type=submit] {
  margin: 16px 0;
}

form h5 {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background: #EDF8FF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: 10px 0;
}

.form-control::placeholder {
  color: #000;
  opacity: 0.75;
}

form ul li {
  background: none;
  padding: 0;
  margin: 0 0 0 10px;
}

/* Key Points */
.key-points {
  margin: 0 auto;
}

.key-points .container {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #FFF;
  padding: 0;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.key-points.fixed .container {
  box-shadow: none;
}

.key-points img {
  margin: 0 15px 0 0;
  position: relative;
  top: -3px;
  filter: brightness(0) invert(1);
}

.key-points h4 {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 28px;
  margin: 0;
}

.key-points h4 strong {
  font-weight: 600;
}

.key-points .red {
  width: 30%;
  background: #EF7614;
  padding: 20px;
}

.key-points .blue {
background: #112F51;
background: linear-gradient(65deg,rgba(17, 47, 81, 1) 0%, rgba(25, 92, 178, 1) 100%, rgba(26, 100, 196, 1) 100%);
  width: 70%;
  padding: 20px;
}

.key-points.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(90deg, #112F51 50%, #EF7614 50%);
  /* box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05); */
}


.key-points .red button {
  display: inline-block;
  color: #EF7614;
  background: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  width: 80%;
  font-weight: 500 !important;
  text-align: center;
  box-shadow: none;
  margin: 0 auto;
}

/* key-info */
.key-info {
  padding: 20px 0;
}

.card-2 {
  background: var(--primary-color);
  padding: 16px 20px;
  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;
  filter: brightness(0) invert(1);
}

i.clock {
  background: url('../images/clock.png') no-repeat center center;
  background-size: 43px;
  filter: brightness(0) invert(1);
}

i.lecture {
  background: url('../images/lecture.png') no-repeat center center;
  background-size: 43px;
  filter: brightness(0) invert(1);
}

.key-info i {
  margin: 0 16px 0 0;
}

.key-info p {
  font-size: 18px !important;
  line-height: 26px;
  margin: 0;
}

.key-info p small {
  font-size: 18px !important;
}

.key-info button {
  width: auto;
  padding: 23px;
  height: auto;
  border-radius: 22px;
}

.card-3 {
  background: #fff;
  color: #000;
  box-shadow: 3px 3px 8px #0208164D;
}

i.experience {
  width: 32px;
  height: 32px;
  background: url('../images/experience.png') no-repeat right top;
  background-size: 32px;
  margin: 0 16px 5px 0;
  filter: brightness(0) invert(1);
}

.icon-text {
  margin: 0 0 10px;
}

.icon-text p {
  line-height: 16px;
  font-weight: 500;
}

/* highlights */
.highlights {
  padding: 30px 0 50px;
}
.highlights img {
  width: 500px;
  height: auto;
}

.card-4 {
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 10px #0208164D;
  padding: 20px;
  height: 120px;
  position: relative;
}

.card-4::before {
  content: "";
  position: absolute;
  top: 15px;
  /* distance from top */
  left: 15px;
  /* distance from left */
  width: 30px;
  /* image width */
  height: 30px;
  /* image height */
  background: url('../images/highlight-icon.png') no-repeat center center;
  background-size: contain;
  /* makes it scale properly */
}

/* .eligibility */
.eligibility {
  padding: 50px 0;
}
.eligibility .eligible-card {
  border: 1px solid rgba(17, 47, 81, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 35%;
  padding: 20px;
  height: 100px;
  margin: 0 5px;
}
.eligibility .eligible-card img {
  height: 50px;
  width: 50px;
  margin: 0 20px 0 0;
}
.eligible-card p {
  margin: 0;
  font-weight: 400;
}

/* key-highlights */
.key-highlights {
  padding: 60px 0;
  color: #fff;
  background: url('../images/fee-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.key-highlights h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.key-highlights .main-section .inner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 24%;
  position: relative;
  padding: 16px;
  min-height: 200px;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.2);
}

.key-highlights img {
  height: auto;
  margin: 0 0 15px;
}

.key-highlights p {
  text-align: start;
  /* width: 90%; */
}

.key-highlights p strong {
  font-weight: 500;
}

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

/* Course Content */
.course-content {
  padding: 70px 0;
}

.accordian_box {
  border-radius: 8px;
  margin: 0 0 10px;
  /* border: 1px solid rgba(17, 47, 81, 0.3); */
  box-shadow: 1px 1px 10px #7d7f824d;
  color: #000;
}

.accordian_head {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}

.accordian_head strong {
  font-size: 24px;
  line-height: 32px;
  margin: 0 10px 0 0;
  font-weight: 500;
}

.accordian_head.bullet {
  padding: 10px 30px 10px 40px;
}

.accordian_content {
  border-top: 1px solid rgba(17, 47, 81, 0.3);
  padding: 10px 15px;
}

.accordian_content p {
  font-weight: 400 !important;
}

.accordian_content ul {
  padding: 0;
  margin: 10px 0;
}

.accordian_content ul li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 8px;
  font-weight: 400 !important;
  color: #000;
  padding: 0 0 0 25px;
  list-style-type: none;
  background: url('../images/circle.webp') no-repeat left 3px;
  background-size: 15px;
}

.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 40%;
  width: 20px;
  height: 20px;
  background: url('../images/arrwo-right-2.webp') no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.course-content .accordian_head {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}
.course-content .accordian_box {
  border-radius: 10px;
  border-left: 4px solid #195BAF;
  margin: 0 0 10px;
  color: #000;
}



/* expand */
.expand {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.bluebox {
  border-radius: 9px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: var(--primary-color);
  font-size: 16px;
  line-height: 26px;
  padding: 20px 37px;
  font-weight: 300;
  color: #000;
}

.bluebox img {
  margin: 0 10px 0 0;
  filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}

: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: 20px 0;
  color: #000;
}

.certificate .left {
  width: 50%;
  padding: 0 5% 0 0;
}

.certificate .image {
  width: 40%;
}
.certificate .image img {
  width: 500px;
  height: auto;
}
.certificate .left > p strong{
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600;
}
.certificate p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.certificate .top-card {
  background: url('../images/certificate-left.webp') no-repeat center center;
  background-size: 100% 100%;
}
.certificate .min-card {
  width: 50%;
  padding: 20px;
}
.certificate .min-card p{
  margin: 0;
}
.certificate .min-card .d-flex{
  margin: 0 0 10px;
}
.certificate .min-card img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}


/* Ready */
.ready {
  padding: 70px 0 40px;
}

.ready .ready-box {
  width: 45%;
  border-radius: 10px;
  border-left: 5px solid #4AC1C5;
  box-shadow: 1px 1px 10px #7d7f824d;
  display: flex;
  align-items: center;
  padding: 25px;
}

.ready .ready-box p {
  font-weight: 400;
  margin: 0;
}

.text-bottom {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 30px 0 0;
  color: #1B144F;
}

/* 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 {
  padding: 50px 0 70px;
  background: linear-gradient(143deg, rgba(27, 20, 79, 1) 0%, rgba(28, 24, 82, 1) 38%, rgba(51, 107, 138, 1) 100%, rgba(56, 126, 151, 1) 100%);
}

.hail-from p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 30px 0 0;
}

.testimonials-swapper {
  padding: 0 10px;
}

.hail-from .logo-swapper {
  padding: 10px 0 0;
}

.hail-from img {
  width: auto;
  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: var(--primary-color);
}

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

.testimonials-card>p {
  height: 290px;
  padding: 50px 0 0;
}

.testimonials-card .meta p {
  margin: 0 16px 0 0;
}

.testimonials-card {
  height: 430px;
  position: relative;
  border: 1px solid #c6d1d9;
  background: #FEFEFE;
  border-radius: 20px;
  padding: 20px 25px;
}

.testimonials-card::before {
  content: "";
  position: absolute;
  top: 20px;
  /* distance from top */
  left: 25px;
  /* distance from left */
  width: 30px;
  /* image width */
  height: 30px;
  /* image height */
  background: url('../images/start.png') no-repeat center center;
  background-size: contain;
  /* makes it scale properly */
}

.testimonials-card .meta img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  margin: 0 16px 0 0;
}

.testimonials-pagination {
  margin: 30px 0 0;
}

/* directors */
.directors {
  padding: 50px 0;
}
.directors .card-1 {
  padding: 25px;
  box-shadow: 1px 1px 10px #7d7f824d;
  border-radius: 10px;
}
.directors img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
  margin: 0 16px 0 0;
}
.directors p {
  margin: 0 0 10px;
  font-weight: 300 !important;
}
.directors p small {
  font-size: 16px;
  font-weight: 500 !important;
  display: block;
}
.directors .text-content {
  margin: 20px 0 0;
}

/* about */
.about {
  padding: 50px 0;
}
.about h2 {
  text-align: left;
  display: block;
}
.about .mini{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.about img {
  width: 450px;
  height: auto;
  display: block;
}
.about p strong{
 width: 70%;
 display: block;
 font-weight: 500;
}
.about p {
  margin: 0 0 20px;
}
.about .mini img {
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
}
.about .mini p {
  margin: 0;
}

/* brochure */
.brochure {
  padding: 100px 0;
  background: url('../images/fee-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.brochure button {
  border-radius: 50px;
  height: 60px;
  width: 300px;
  font-weight: 600 !important;
}
.brochure .btn-2 {
  color: #EF7614;
  background: #fff;
}

/* footer */
footer {
  padding: 50px 0 10px;
  text-align: center;
}

footer .vl2 {
  background: var(--primary-color);
  height: 75px;
  width: 2px !important;
}

footer .iima-logo {
  height: 80px;
  width: auto;
}

footer .timespro-logo {
  width: 250px;
  height: auto;
}

footer a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
footer a, footer p {
  font-size: 14px;
}

footer a:hover {
  color: var(--secondary-color);
  cursor: pointer;
}

.modal form.card-1 {
  box-shadow: none;
  padding: 0;
}

