:root {
  --primary-color: #AC1E39;
  --secondary-color: #FFF4F6;
}

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

img {
  max-width: 100%;
}

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

strong {
  font-weight: 500;
}

ul {
  padding: 0;
  margin: 0;
}

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

h2 {
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: 600 !important;
  background: linear-gradient(99deg,rgba(172, 30, 57, 1) 0%, rgba(46, 46, 46, 1) 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

button,
input[type=submit] {
  border-radius: 10px;
  background: var(--primary-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;
  box-shadow: none;
}
button:hover, input[type=submit]:hover{
  transform: scale(1.05);
}

/* Header */
header {
  /* padding: 10px 0 15px; */
  /* background: var(--button-hover); */
  /* z-index: 2; */
  /* position: absolute; */
  width: 100%;
}
header .logo {
  width: auto;
  height: 50px;
  margin: 10px 0;
}

.text-color-secondary {
  color: var(--primary-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 {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/banner-web.webp') no-repeat center;
  background-size: cover;
  position: relative;
  padding: 90px 0;
}
.hero p, .hero h1, .hero form {
  position: relative !important;
  z-index: 20 !important;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}

.hero .logo {
  width: auto;
  height: 100px;
  position: absolute;
  left: 16px;
  top: -30px;
}
.hero h1 {
  font-size: 40x;
  line-height: 48px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.hero p {
  color: #FFF;
  margin: 0 0 8px;
  font-weight: 300;
}
.hero p.title3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
}

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

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

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: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background: #FFF4F6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: 10px 0;
  text-transform: uppercase;
}

.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;
  position: relative;
  margin: -50px 0 auto;
  padding: 0;
  color: #fff;
}

.key-points .container {
  /* border-radius: 10px; */
  border-radius: 0px;
  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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  /* background-color: #fff; */
  background: linear-gradient(90deg, var(--primary-color) 50%, #FFF 50%);
}

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

.key-points .blue {
  background: var(--secondary-color);
  width: 70%;
  padding: 18px;
  color: #000;
  /* border-bottom-left-radius: 18px;
  border-top-left-radius: 18px; */
}

.key-points .red {
  width: 30%;
  /* border-bottom-right-radius: 18px;
  border-top-right-radius: 18px; */
  background: var(--primary-color);
  padding: 20px;
}

.key-points .red button {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  font-weight: 500 !important;
  text-align: center;
  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;
  text-align: center;
}

.key-points .vertical{
  width: 2px;             
  height: 80px;           
  background: url("../images/vertical.png") no-repeat center center;
}

.floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 80px;
  color: #fff;
  width: 80px;
  background: #B54326;
  border-radius: 50%;
  text-align: center;
  padding: 18px 16px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

/* new eligibility */
.new-eligibility {
  padding: 50px 0;
}
.new-eligibility.padding {
  padding: 80px 0 50px;
}
.new-eligibility img {
  margin: 0 60px 0 0;
  width: auto;
  height: 400px;
  border-radius: 10px;
  border: 5px solid var(--secondary-color);
}
.new-eligibility ul {
  margin: 10px 0 20px;
}
.new-eligibility h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

/* overview */
.overview {
  position: relative;
  background: #fffcfc;
}
.overview img {
  height: 550px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 60px;
}
.overview .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 550px;
  width: 60%;
}

/* .keys */
.keys {
  padding: 50px 0;
}
.keys .min-card {
  box-shadow: 1px 1px 10px #7d7f824d;
  width: 31%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100px;
  margin: 0 10px 20px;
}
.keys .min-card p {
  margin: 0;
}

/* programme */
.programme {
  background: var(--primary-color) url('../images/highlight-bg.webp') no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
  padding: 50px 0;
  color: #fff;
  height: 100%;
}

.programme .main-txt {
  background: url('../images/highlight-line.webp') no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 0;
}
.programme .text {
  width: 33%;
  display: flex;
  font-weight: 300;
  height: 120px;
  padding: 40px;
}
.programme .text p {
  margin: 0;
  width: 60%;
  font-weight: 500;
  opacity: 0.9;
}
.programme .text img {
  height: auto;
  margin: 0 15px 0 0;
}
.programme h2 {
  background: none;
  -webkit-text-fill-color: #fff;
}

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

.accordian_box {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  margin: 0 0 10px;
  color: #000;
}

.accordian_head {
  cursor: pointer;
  padding: 15px 20px;
  /* background: url('../images/box-header.png') no-repeat center center; */
  background-size: 100% 100%;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  display: flex;
  align-items: center;
}

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

.accordian_content {
  padding: 0 10px 10px 25px;
}

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

.accordian_content ul {
  padding: 0;
  margin: 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/check.png') no-repeat left 3px;
  background-size: 16px;
}

.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 40%;
  width: 15px;
  height: 15px;
  background: url('../images/arrow.png') 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 input {
  width: 300px !important;
  margin: 15px 0 0;
}
.course-content h3 {
  margin: 20px 0;
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.course-content p strong {
  font-size: 16px;
  margin: 0 0 30px !important;
  display: block;
  font-weight: 500 !important;
}

.course-content .accordian_box .accordian_box {
  box-shadow: none;
  border: 1px solid var(--secondary-color);
}

.course-content .accordian_box .accordian_head {
  background: none;
  font-weight: 400;
}

.course-content .open:before {
  background: none;
}

.course-content .open::before {
  background: none;
}

/* 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: 100px 0;
  background: url('../images/certificate-bg.webp') no-repeat center center;
  background-size: 100% 85%;
  color: #fff;
}
.certificate ul li {
  list-style-type: none;
  padding: 0 0 0 25px;
  background: url('../images/check-wh.png') no-repeat left 5px;
  background-size: 15px;
  margin: 0 0 10px;
}
.certificate h2 {
  background: none;
  -webkit-text-fill-color: #fff;
}
.certificate .left {
  width: 50%;
  padding: 0 5% 0 0;
}
.certificate .image {
  width: 40%;
}
.certificate .image img {
  width: 100%;
}

/* faculty */
.faculty {
  padding: 50px 0;
}
.faculty p {
  font-weight: 400;
}
.faculty img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0 0;
}
/* .faculty .swiper {
  padding: 20px 0;
}
.faculty .swiper-slide-active {
  transform: scale(1.10);
  zoom: 1.10;
} */
.faculty .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}
.faculty .swiper-pagination {
  margin: 40px 0 10px !important;
}
.faculty .main-section {
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}
.faculty .left-section {
  width: 25%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.faculty .left-section h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.faculty .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* background visible but image still shows */
  background: rgb(255 67 67 / 45%);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  padding: 5px 10px;
}
.faculty h3 {
  font-size: 18px;
}
.faculty .right-section {
  width: 75%;
  margin: 0 0 0 40px;
}

/* learning */
.learning {
  padding: 50px 0;
}
.learning img {
  width: 400px;
  height: auto;
  margin: 0 0 0 60px;
}

/* brochure */
.brochure {
  padding: 100px 0;
  background: var(--primary-color) url('../images/brochure-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.brochure .btn-1, .brochure .btn-2 {
  padding: 0 40px;
  border-radius: 60px;
  width: auto;
  height: 55px;
  color: #fff;
}
.brochure .btn-1 {
  background: var(--secondary-color);
}
.brochure .btn-2 {
  background: transparent;
  border: 1px solid var(--secondary-color);
}

/* 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: 60px 0 0;
  color: #fff;
  background: url('../images/director-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.directors .card-1 {
  padding: 25px;
}
.directors p {
  margin: 0 0 10px;
  font-weight: 300 !important;
}
.directors p small {
  font-size: 16px;
  font-weight: 500 !important;
  display: block;
}
.directors h5 {
  font-weight: 500;
}
.directors ul {
  margin: 25px 0 0 25px;
}
.directors ul li {
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  padding: 0 0 0 16px;
  background: url('../images/check.png') no-repeat left 5px;
  background-size: 10px;
  margin: 0 0 10px;
}
.directors img {
  width: 400px;
  height: auto;
}
.directors .text-content {
  margin: 20px 0 0;
}


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

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

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

footer .timespro-logo {
  width: 100px;
}

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

.vertical {
  background: url('../images/vertical-white.png') no-repeat center center;
  height: 100%;
  width: 2px;
}

/* tools */
.tools {
  padding: 30px 0;
}
.tools .img-card {
  background: #fff;
  width: 20%;
  height: 90px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px;
}

