:root {
  --primary-color: #2A2A2A;
  --secondary-color: #0F0F0F;
  --color-yellow: #F3A53D;
}

/* Common */
body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* height: 100%; */
  color: #202020;
  margin: 0;
  padding: 0;
  background: #F2F2F2;
}
/* .container {
  max-width: 1320px;
} */

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

strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}

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

h2 {
  font-size: 42px;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 0 60px;
  font-weight: 500;
  text-align: start;
  color: #202020;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;   /* adjust icon size */
  height: 35px;
  background-image: url("../images/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


button,
input[type=submit] {
  border-radius: 10px;
  background: var(--color-yellow);
  color: #000;
  border: 0;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  height: 48px;
  transition: all 0.3s ease-in-out;
}

/* Header */
header {
  padding: 10px 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  background: #FFF;
}
header .logo {
  width: auto;
  height: 60px;
}
header .amba {
  width: auto;
  height: 50px;
}
/* header .logo2 {
  width: auto;
  height: 50px;
  margin: 0 20px 0 5px;
}
header .logo3 {
  width: auto;
  height: 50px;
} */
header p {
  font-size: 34px;
  font-weight: 600;
  color: #B54326;
  margin: 0 !important;
}
h1 {
  background: url('../images/top-card.webp') no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 30px;
  font-size: 34px;
  line-height: 42px;
  margin: 0;
}

/* .header-fixed {
  position: fixed;
  top: 0;
  background: #B54326;
  color: #E3E3E3;
  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;
}

/* banner */
.banner {
  position: relative;
  color: #E3E3E3;
}
.banner img {
  width: 100%;
  height: 700px;
  object-fit: cover !important;
  object-position: top !important;
}
.banner-new {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 3;
  width: 100%;
}
.banner-new .text-content {
  align-self: end;
}

.banner-new .key-main {
  margin: 90px 0 0;
}
.banner-new .key-card img {
  height: 40px;
  filter: brightness(0) invert(1); /* Turns black icons white */
  margin: 4px 10px 0 0;
}
.banner-new .key-card {
  width: 45%;
  margin: 0 0 15px;
}
.form_box {
  padding: 40px;
  border-radius: 23px;
  width: 90%;
  min-height: 479px;
  min-width: 481px;
  margin: 0 auto;
  background: url('../images/form-card.webp') no-repeat center center;
  background-size: contain;
  box-shadow: 14px 11px 23px 0 rgba(0, 0, 0, 0.37);
}

.form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}


.form_box input[type=submit] {
  margin: 10px auto 0;
}

.form_box h3, .form_box h4  {
  font-size: 18px;
  margin: 0 0 10px;
  color: #E3E3E3;
}

.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-control {
  border-radius: 22px;
  padding: 10px 16px;
  min-height: 43px;
  border: none;
  font-size: 14px;
  border: 1px solid #E3E3E3;
  background: transparent;
  color: #E3E3E3;
  margin: 0 0 10px;
}

.form-control:focus,
.form-control:active {
  color: #E3E3E3;
  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: #E3E3E3 !important;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

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

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

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

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

form input[type=submit] {
  margin: 16px 0;
}
form input::placeholder {
  color: #E3E3E3 !important;
  opacity: 1; /* ensures consistent appearance across browsers */
}
form input:focus, form select:focus, form input:active, form select:active {
  box-shadow: none !important;
}

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: #202020;
  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;
  padding: 0;
  background: #E3E3E3;
  background: linear-gradient(90deg, var(--secondary-color) 50%, #F3A53D 50%);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.key-points .container {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #E3E3E3;
  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;
}

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

.key-points .blue {
  background: var(--secondary-color);
  width: 70%;
  padding: 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%;
  background: var(--color-yellow);
  padding: 20px;
  color: #202020 !important;
}

.key-points .red button {
  display: inline-block;
  color: #202020 !important;
  background: var(--color-yellow);
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  width: 100%;
  font-weight: 600 !important;
  text-align: center;
  box-shadow: none;
}

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

/* past */
.past {
  padding: 50px 0 0;
}
.past .img-section{
  width: 50%;
  padding: 40px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.past .img-section h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 500;
  padding: 0 0 0 40px;
  text-align: start;
  color: #202020;
  /* 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; */
}
.past .img-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;   /* adjust icon size */
  height: 25px;
  background-image: url("../images/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.past .img-section img{
  width: 80%;
}
.past .vl {
  opacity: 0.2 !important;
  background: #2A2A2A;
  height: 500px;
  width: 2px;
}

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

.card-3 {
  background: #E3E3E3;
  color: #202020;
  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 p {
  margin: 0;
}

.primary-info .card-3 p {
  margin: 0 0 16px;
}

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

.highlights .col-md-3 {
  margin: 0 0 20px;
}

.card-4 {
  background: #E3E3E3;
  color: #202020;
  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 img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  filter: invert(25%) sepia(112%) saturate(472%) hue-rotate(310deg) brightness(90%) contrast(110%)
}

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

.highlights p {
  margin: 0;
}

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

.highlights .card-1 {
  min-height: 130px;
  height: auto;
  margin: 0 0 16px;
  padding: 30px 20px;
}

/* .eligibility */
.eligibility {
  padding: 60px 0 0;
}
.eligibility  img {
  width: 500px;
  height: auto;
}

/* .assess */
.assess {
  padding: 60px 0 0;
}
.assess  img {
  width: 500px;
  height: auto;
}
.assess  h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.assess  h4 span{
  color: #948473;
}

/* key-highlights */
.key-highlights {
  padding: 50px 0;
  color: #E3E3E3;
  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 {
  padding: 50px 0;
}

/* Course Content */
.course-content, .course-content2 {
  padding: 0;
}
.course-content2 li, .course-content2 p {
  color: #E3E3E3;
}
.eligibility hr, .past hr, .assess hr {
  margin: 0;
  opacity: 0.2 !important;
  background: #2A2A2A;
  height: 2px;
}
.course-content hr{
  margin: 0;
  opacity: 0.2 !important;
  height: 0.5px !important;
  background: #F2F2F2;
}
 .course-content2 hr {
  margin: 0;
  opacity: 0.2 !important;
  height: 0.5px !important;
  background: #F2F2F2;
}
.course-content button{
  background: #F4A63E;
  color: #0F0F0F !important;
  border-radius: 0px;
  width: 200px;
  margin: 40px 0 0;
}
.course-content .readMore, .course-content .readLess {
  text-align: center;
}
.course-content h2, .course-content2 h2 {
  color: #E3E3E3;
  margin: 0;
}
.course-content .title, .course-content2 .title {
  background: var(--primary-color);
  padding: 40px 0;
}
.course-content .content  {
  background: var(--secondary-color);
  padding: 40px 0;
}
.course-content2 .content  {
  background: var(--secondary-color);
}
.course-content2 ul {
  margin: 50px 0;
}
.course-content2 .vl2 {
  background: #2A2A2A;
  height: auto;
  width: 2px;
}
.accordian_box {
  background: none;
  margin: 0 0 10px;
  border-bottom: 1px solid #5b5a5a;
  color: #E3E3E3;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  height: 60px;
  display: flex;
  align-items: center;
}
.accordian_head span {
  color: #948473;
  display: inline-block;
  margin: 0 10px;
  font-weight: 700 !important;
}

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

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

.accordian_content {
  border-top: 1px solid #E3E3E3;
  padding: 10px 15px;
}

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

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

.accordian_content ul li, .course-content2 ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
  font-weight: 400 !important;
  padding: 0 0 0 35px;
  list-style-type: none;
  background: url('../images/circle.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/plus.png') no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

.accordian_head.active::before {
  /* transform: rotate(90deg); */
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  background-size: 15px;
  background: url('../images/minus.png') no-repeat center center;
}

/* certificate */
.certificate{
  padding: 0;
}
.certificate p{
  color: #E3E3E3;
  width: 60%;
}
.certificate  hr{
  margin: 0;
  opacity: 0.2 !important;
  height: 0.5px !important;
  background: #F2F2F2;
}
.certificate h2 {
  color: #E3E3E3;
  margin: 0;
}
.certificate h4 {
  color: #E3E3E3;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.certificate h4 span{
  color: #948473;
}
.certificate img {
  width: 500px;
  height: auto;
}

.certificate .title {
  background: var(--primary-color);
  padding: 40px 0;
}
.certificate .content  {
  background: var(--secondary-color) url('../images/certificate-bg.webp') no-repeat center center;
  background-size: 100% 100%;
  padding: 100px 0;
}

/* campus */
.campus {
  padding: 40px 0 0;
  background: linear-gradient(
      to right,
      var(--primary-color) 0%,
      var(--primary-color) 60%,
      var(--secondary-color) 60%,
      var(--secondary-color) 100%
    );
  color: #E3E3E3;
}
.campus .left {
  /* background: var(--primary-color); */
  width: 70%;
  padding: 0 0 20px;
}
.campus .right {
  /* background: var(--secondary-color) url('../images/schedule-bg.webp') no-repeat center center;
  background-size: 100% 100%; */
  position: relative;
  width: 30%;
}
.campus h2 {
  color: #E3E3E3;
}
.campus p {
  padding: 0;
  margin: 0 0 10px;
  width: 70%;
}
.campus .right .d-flex img {
  margin: 0 20px 0 0;
}
.campus .right .main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: auto;
}

/* new directors */
.new-dir {
  padding: 0;
}
.new-dir  hr{
  margin: 0;
  opacity: 0.2 !important;
  height: 0.5px !important;
  background: #F2F2F2;
}
.new-dir h2 {
  color: #E3E3E3;
  margin: 0;
}
.new-dir h4 {
  color: #E3E3E3;
  text-align: center;
  margin: 20px;
  font-size: 18px;
  line-height: 28px;
}
.new-dir img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.new-dir .dir-card {
    width: 250px;
    background: var(--primary-color);
    margin: 100px 20px;
}
.new-dir .vl3 {
    background: #2A2A2A;
    height: auto;
    width: 2px;
    margin: 0 20px;
}
.new-dir .title {
  background: var(--primary-color);
  padding: 40px 0;
}
.new-dir  .content  {
  background: var(--secondary-color) url('../images/dir-bg.webp') no-repeat center bottom;
  background-size: 100% 100%;
  padding: 0 0 100px;
}


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

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

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

.ready .text-bottom {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 0;
  text-align: center !important;
}

/* 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: 40px 0;
}
.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;
}
.directors p small {
  font-size: 16px;
  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 .text-content {
  margin: 20px 0 0;
}
.directors p strong {
  font-weight: 600 !important;
}

/* admission */
.admission {
  background: #E3E3E3;
  padding: 40px 0;
}

.admission img {
  height: auto;
  width: 90%;
  margin: 0 auto;
}

.admission input {
  width: 300px !important;
  margin: 20px 0 0;
}

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

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

footer .xlri-logo {
  height: 100px;
  width: auto;
}

/* footer .timespro-logo {
  width: 120px;
} */

footer a {
  text-decoration: none;
  color: #948473;
  font-weight: 400;
}
footer a:hover {
  color:#0F0F0F;
}
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;
}
.modal .form_box {
  padding: 20px;
}

/* admission */
.admission-fee {
  background: #B54326;
  color: #E3E3E3;
  padding: 40px 0;
}
.admission-fee p{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0 20px;
}

.modal .form_box {
  background: none;
  box-shadow: none;
  min-width: auto;
  min-height: auto;
  padding: 0;
}
.modal .form_box h3, .modal .form_box h4 {
  color: #000;
}
.modal .form-control {
  border: 1px solid #a9a6a6;
  color: #000;
}
.modal form input::placeholder {
  color: #a9a6a6 !important;
}
.modal .single-input {
  color: #a9a6a6 !important;
}
.modal .apply-btn {
  color: #000 !important;
}