:root {
  --primary-color: #1B144F;
  --secondary-color: #B54326;
  --accent-color: #037C92;
  --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;
} */

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* font-family: "Geologica", sans-serif; */
}

strong {
  font-weight: 700;
}

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: 42px;
  line-height: 60px;
  text-transform: capitalize;
  margin: 0 0 30px;
  font-weight: 200 !important;
  text-align: center;
  background: linear-gradient(133deg, rgba(242, 76, 34, 1) 0%, rgba(0, 0, 0, 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;
}
.container {
  position: relative;
}

/* Header */
header {
  padding: 40px 0 5px;
  /* background: var(--button-hover); */
  /* 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: 50px;
}
header p {
  font-size: 34px;
  font-weight: 600;
  color: #B54326;
  margin: 0 !important;
}
.header-fixed {
  position: fixed;
  top: 0;
  background: #B54326;
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 200;
}

.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 {
  background: url('../images/banner3.webp') no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 155px 0 70px;
  height: 700px;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  /* background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  ); */
  background: linear-gradient(0deg,rgba(27, 20, 79, 1) 25%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.hero .logo {
  width: auto;
  height: 80px;
  position: absolute;
  left: 16px;
  top: -100px;
}

.hero p, .hero h1, .hero form {
  position: relative !important;
  z-index: 20 !important;
}

.hero h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 10px;
  color: #fff;
  display: inline-block;
}

.hero p {
  color: #FFF;
  margin: 0 0 8px;
}
.hero p.title1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.hero p.title2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.hero p.title3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.hero p.title3 span {
  padding: 5px 7px;
  border-radius: 3px;
  background: var(--secondary-color);
  display: inline-block;
}

/* .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;
}
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;
}

/* .stripe {
  background: url('../images/stripe.png') no-repeat center center;
  background-size: 60%;
  text-align: center;
} */

/* Key Points */
.key-points {
  margin: 0 auto;
  position: relative;
  margin: -50px 0 auto;
  padding: 0;
}

.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: 34px;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  /* background-color: #fff; */
  background: linear-gradient(90deg, var(--secondary-color) 50%, #FFF 50%);
}

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

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

.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%;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  background: #FFF;
  padding: 20px;
}

.key-points .red button {
  display: inline-block;
  color: #B54326;
  background: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  /* height: 22px; */
  width: 100%;
  font-weight: 500 !important;
  text-align: center;
  box-shadow: none;
}

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

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

.primary-info {
  background: linear-gradient(90deg,rgba(27, 20, 79, 1) 50%, rgba(0, 0, 0, 0) 100%), url('../images/info-bg.webp') no-repeat center center;
  padding: 150px 0 100px;
  background-size: cover;
  height: auto;
  position: relative;
  top: -50px;
  color: #FFF;
}
.primary-info h2 {
  position: relative;
  text-align: left;
  color: var(--secondary-color);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--secondary-color);
}
.primary-info p {
  font-weight: 400;
  line-height: normal;
}
/* .primary-info h2::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: url('../images/vertical.webp') no-repeat center right;
  background-size: cover;
  opacity: 0.4;
}
.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;
}

/* highlights */
.highlights {
  padding: 120px 0 150px;
  background: url('../images/built-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.highlights .col-md-3 {
  margin: 0 0 20px;
}
.highlights h2.left {
  width: 70%;
  text-align: left;
}
.who-this .text img {
  margin: 0 0 10px;
}
.who-this .text {
  padding: 60px 0 80px;
}
.who-this .col-md-4:nth-child(3) .text, .who-this .col-md-4:nth-child(6) .text {
  padding: 60px 0 80px 50px;
}

.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 */
}


.highlights .arrow {
  width: 15px;
  height: 15px;
  text-align: end;
}

.highlights p {
  margin: 0;
}

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

.highlights .card-1 {
    margin: 0;
    padding: 50px 0;
}

/* eligibility */
.eligibility {
  padding: 0 0 40px;
  background: none;
}

.eligibility.highlights .card-1 {
  height: 260px;
  position: relative;
  padding: 40px 20px 0;
  box-shadow: none;
  background: none;
}
.eligibility .col-md-4 {
  position: relative;
}
.eligibility .text{
  margin: 20px 0 0;
}
.eligibility.highlights .col-md-4:nth-child(1)::before
/* .eligibility.highlights .col-md-4:nth-child(2)::before  */
{
  content: '';
  position: absolute;
  right: 0;      /* changed from left:0 */
  top: 0;
  background: url('../images/vertical.webp') no-repeat center right;
  background-size: cover;
  height: 260px;
  width: 2px;
  opacity: 0.4; /* 0.1 = very light, 1 = full dark */
}
.eligibility.highlights .card-1 .icon {
  position: absolute;
  left: 50%;
  top: -40px;
  background: #FFF;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-color-2);
}
.highlights img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  filter: invert(25%) sepia(112%) saturate(472%) hue-rotate(310deg) brightness(90%) contrast(110%)
}
.eligibility img {
  object-fit: contain;
  /* margin: 0 auto; */
  filter: none !important;
}
.eligibility.highlights ul {
  padding: 0 0 0 20px;
}
.eligibility.highlights ul li {
  padding: 0;
  list-style-type: disc;
}
.eligibility.highlights img {
  width: 50px;
  height: 50px;
}

/* key-highlights */
.key-highlights {
  color: #fff;
}
.key-highlights .bg-wrap {
  padding: 50px 0;
  padding: 50px 0;
  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%);
}

.key-highlights .main-section .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 25%;
  position: relative;
  padding: 16px;
  min-height: 220px;
}

.key-highlights .main-section .inner:nth-child(4) {
  width: 250px;
}

.key-highlights .main-section .inner::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  background: url('../images/key-line.png') no-repeat center right;
  background-size: cover;
}

.key-highlights .main-section .inner:nth-child(4):after {
  background: none;
}

.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 {
  position: relative;
  /* top: -50px; */
  padding: 100px 0 350px;
  background: #FFF url('../images/banner-web-2.webp') no-repeat center 50px;
  background-size: cover;
  color: #fff;
}
.overview p {
  width: 55%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.overview h2 {
  -webkit-text-fill-color: #fff;
}

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

.course-content .container {
  position: relative;
}

.accordian_box {
  background: #fff;
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 7px;
  margin: 0 0 10px;
  border: 1px solid rgba(74, 193, 197, 0.3);
  ;
  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: 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 #fff;
  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/check-mark.png') no-repeat left 3px;
  background-size: 15px;
}

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

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

.outcomes {
  font-size: 16px !important;
  color: #fff !important;
  padding: 5px 0 !important;
}

.course-content input {
  width: 300px !important;
  margin: 15px 0 0;
}

.course-content .accordian_box .accordian_box {
  border: none;
}

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

.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%;
  /* force fit */
}

.certificate .subtitle {
  border-top: 2px solid #fff;
  display: inline-block;
  margin: 50px 0 0;
  padding: 10px 0 0;
}

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

.certificate .image {
  width: 40%;
}

.certificate .image img {
  width: 100%;
  border-radius: 16px;
}

.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;
  filter: brightness(0) invert(1);
}

.certificate p strong {
  font-size: 20px !important;
  line-height: 28px !important;
}

.certificate p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff;
}

.certificate hr {
  height: 2px;
  opacity: 0.50;
}

.certificate .main-section img {
  filter: brightness(0) invert(1);
}

/* 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: 60px 0 0;
  color: #fff;
  background: url('../images/director-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.directors h2 {
  text-align: start;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.directors .card-1 {
  padding: 25px;
}
/* .directors img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  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 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/blue-right.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;
}
/* .directors p strong {
  font-weight: 600 !important;
} */

/* admission */
.admission {
  background: #FFF;
  padding: 40px 0;
}
.admission .img-container {
  position: relative;
}
.admission img.divider {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.admission .text img {
  width: auto;
  height: 150px;
}
.admission .text {
  margin: 0 90px 0 0;
}
.admission .text p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  width: 280px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.row2 {
  margin: 0 0 0 120px;
}

/* 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: 120px;
}

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

/* admission */
.admission-fee {
  /* background: #B54326; */
  color: #fff;
  padding: 60px 0;
  background: url('../images/fees-bg.webp') no-repeat center center;
  background-size: 100 100%;
}
.admission-fee p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}
.admission-fee p strong{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.admission-fee .vl3 {
  height: 150px;
  background: url('../images/fees-vertitical.webp') no-repeat center center;
  width: 4px;
  background-size: contain;
  margin: 0 20px;
}
.fee-img {
  width: 60px;
}
.admission-fee .p-text {
  width: 60%;
}
