:root {
  --head-font: "Raleway", sans-serif;
  --body-font: "Source Sans 3", sans-serif;
  --main-color: #44997A;
  --sub-color: #2E515E;
  --smooth: all 0.3s ease-in-out;
}

a,
a:hover {
  text-decoration: none !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  /* color: #333; */
  /* margin: 0; */
  /* padding: 0; */
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px;
}

.font-42 {
  font-size: 42px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.section-padding-lg {
  padding: 100px 0;
}

.section-padding-medium {
  padding: 70px 0;
}

.section-padding-small {
  padding: 40px 0;
}

.color-white {
  color: #fff;
}

.color-primary {
  color: var(--main-color);
}

.color-secondary {
  color: var(--sub-color);
}

.color-fade-text {
  color: #606060;
}

strong {
  color: #32b787;
}

.font-italic {
  font-style: italic !important;
}

.display-text {
  font-family: var(--head-font);
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -2px;
}

.section-title {
  font-family: var(--head-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
}

.section-type {
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.head-m {
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.head-lg {
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.para-l {
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.para-m {
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.para-sm {
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.para-xs {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-primary {
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: 1px solid var(--main-color);
  color: #fff;
  padding: 0.8rem 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %232E515E %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: var(--main-color) !important;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 7px;
}

.btn-primary:hover {
  border: 1px solid var(--sub-color);
  color: white;
  background-position: 40%;
  transform: scale(1.05);
  box-shadow: 0 0 15px 4px rgba(0, 255, 162, 0.1294117647);
}

.btn-primary::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.35rem;
  height: 0.35rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.btn-primary:hover:before {
  background-color: white;
}

.btn-primary:hover:after {
  background-color: white;
}

.btn-primary:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.shape {
  fill: #0E1822;
}

.btn-tertiary {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 7px;
  background-color: #252525;
  border-bottom: 2px solid #00e994 !important;
  border: 2px solid #252525;
  transition: all 0.3s ease-in-out;
}
.btn-tertiary:hover {
  border-radius: 0;
  color: var(--main-color);
  background-color: #fff;
  border: 2px dashed rgba(68, 153, 122, 0.4509803922);
  border-bottom: unset;
}

/* ------------------------------------------------- */
.home-banner {
  height: 80vh;
  padding: 35px 0;
  background-image: url("../images/main-banner-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: relative;
}
.home-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.7;
}
.home-banner .banner-content {
  padding-top: 75px;
}
.home-banner .affiliated-logo {
    position: absolute;
    bottom: 25px;
    right: 35px;
    width: 230px;
    height: auto;
}

.program-card {
  padding: 24px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.program-card h1 {
  color: #000;
}

.banner-cards .banner-card {
  min-height: 186px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  background-color: #f3f3f3;
  transition: var(--smooth);
}
.banner-cards .banner-card:hover .banner-card-icon {
  transform: scale(1.1);
}
.banner-cards .banner-card-icon {
  color: #439a7a;
  transition: var(--smooth);
}
.banner-cards .banner-card-icon svg {
  width: auto;
  height: 70px;
}

.about-sub-cards {
  padding: 16px;
  border-radius: 1px;
  border-left: 4px solid var(--main-color);
  background-color: #fdfaf4;
  border-radius: 15px;
}

.about-section {
  padding: 110px 0 110px 0;
  /* Rotation animation */
}
.about-section .circle-logo {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(0deg);
}

.home-program-section {
  background-image: url("../images/program-bg.jpg");
  background-size: cover;
}

.program-select-card {
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 16.2px 0px rgba(0, 0, 0, 0.08);
}
.program-select-card:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: -4px 11px 16.2px 0px rgba(0, 0, 0, 0.2);
}
.program-select-card .program-select-card-content {
  background-color: #fff;
  padding: 16px;
}
.program-select-card .program-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enrol-btn {
  padding: 3px 8px;
  border-radius: 5px;
  background: var(--main-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 10.2px 0px rgba(0, 0, 0, 0.25) inset;
  color: #FFF;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.why-card {
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(300deg, #3B9977 0.85%, #32795F 99.49%);
  position: relative;
  overflow: hidden;
  min-height: 242px;
}
.why-card svg {
  transition: all 0.3s ease-in-out;
}
.why-card:hover {
  background: var(--sub-color);
}
.why-card:hover svg {
  width: 60px;
  height: 60px;
}
.why-card:hover .why-icon {
  padding: 0;
}
.why-card:hover::before {
  top: 14px;
  left: 150px;
  width: 150px;
  height: 150px;
  background-size: contain;
}
.why-card .why-icon {
  background-color: #2E515E;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.why-card::before {
  content: "";
  background-image: url(../images/graduate-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 17px;
  left: 101px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}

.faculty-section-box {
  background-image: url("../images/faculty-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px;
  border-radius: 30px;
  position: relative;
}
.faculty-section-box .faculty-img {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 472px;
}

.blog-card .blog-img {
  border-radius: 20px;
}
.blog-card .blog-card-content .blog-date {
  color: var(--sub-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.blog-card .blog-card-content .blog-tag {
  color: #7D7D7D;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.footer {
  padding-top: 70px;
  background-color: #0b2129;
}
.footer .footer-cta-head {
  color: #fff;
  font-family: var(--head-font);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer .footer-btn {
  min-height: 56px;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #5CC49E;
  color: #5CC49E;
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.footer .footer-btn:hover {
  background-color: #5CC49E;
  color: #fff;
}
.footer .footer-cta {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 40px;
}
.footer .footer-copyright {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFF;
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.footer .footer-head {
  color: #FFF;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.banner-btn::before,
.banner-btn::after {
  display: none;
}

/* back to top */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--main-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black;
  /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--main-color);
  /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* back to top end */
.page-banner {
  padding: 0 16px;
  height: 300px;
}
.page-banner .page-sub-banner {
  background-color: var(--sub-color);
  display: flex;
  align-items: center;
  border-radius: 6px;
  height: 100%;
}

.about-us-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  animation: floating 3s ease-in-out infinite both;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.stat-box {
  text-align: center;
  padding: 24px;
  background-color: #fff0dc;
  border-radius: 10px;
}
.stat-box .stat-main {
  font-family: var(--head-font);
  font-size: 70px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  color: var(--sub-color);
}

.about-stat-icon {
  height: 120px;
}

.experts-left {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experts-right {
  width: 50%;
  background-color: var(--sub-color);
  padding: 64px calc(50vw - 660px) 64px 100px;
}

.arrow-points {
  height: 35px;
}

.course-main-card {
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  overflow: hidden;
  border-radius: 10px;
}
.course-main-card .course-main-card-content {
  padding: 30px;
}
.course-main-card .course-main-card-content .para-m {
  font-weight: 600;
}
.course-main-card .course-main-card-content .course-ans {
  color: #7a7a7a;
}
.course-main-card .course-main-card-content .content-part {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.course-main-card .course-main-card-content .content-part:last-of-type {
  border: none;
}

.course-sub-head {
  position: relative;
}
.course-sub-head::before {
  content: "";
  height: 3px;
  background-color: #26d595;
  width: 50px;
  position: absolute;
  bottom: -6px;
}

.tick-icon {
  width: 30px;
  flex-shrink: 0;
}

.course-eligibility-card {
  overflow: hidden;
  border-radius: 10px;
  padding: 24px;
  background-color: #fffaeb;
}
.course-eligibility-card svg {
  flex-shrink: 0;
}
.course-eligibility-card .content-part {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.course-eligibility-card .content-part:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta-banner {
  padding: 64px;
  background-image: url(../images/cta-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.cta-banner .cta-head {
  font-family: var(--head-font);
  font-size: 42px;
  line-height: normal;
}
.cta-banner .btn-tertiary {
  color: #1ddb96;
  border-bottom: 2px dashed #1ddb96;
}

.sticky-wrapper {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.dropdown-toggle::after {
  vertical-align: 3px;
}

.page-pointer {
  padding: 16px;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--sub-color);
  line-height: normal;
  background-color: #fdf3f1;
}

.eligibilty-points li {
  font-family: var(--body-font);
  margin-bottom: 0.5rem;
}

.enrol-process {
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 24px;
}
.enrol-process:last-of-type {
  border-bottom: none;
  margin-bottom: none;
  padding-bottom: none;
}
.enrol-process .para-m {
  color: #797979;
}

.contact-label {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: normal;
  color: #939393;
  font-weight: 600;
}

.contact-inputs {
  width: 100%;
  border-radius: 3px !important;
  border: 1px solid rgba(68, 153, 122, 0.3098039216) !important;
  height: 60px;
  padding-left: 15px;
  color: #252525;
  transition: all 0.3s ease-in-out;
}
.contact-inputs:focus {
  border-color: var(--main-color) !important;
  outline: none !important;
}

textarea.contact-inputs {
  padding: 16px;
  min-height: 100px;
}

.adress-txt {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #7a7a7a;
}

.admission-process-section {
  position: relative;
}
.admission-process-section::before {
  content: "";
  border-bottom: 1px dashed #d5d5d5;
  z-index: -1;
  width: 100%;
  height: 0;
  position: absolute;
  top: 264px;
  transform: translateY(-50%);
}
.admission-process-section .head-m {
  font-size: 20px;
  font-weight: 700;
}
.admission-process-section .step-box {
  text-align: center;
  padding: 2px 16px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 700;
  border: 1px solid #dddddd;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.admission-process-section .step-box::before {
  content: "";
  border-right: 1px dashed #d5d5d5;
  z-index: -1;
  /* width: 100%; */
  height: 190px;
  position: absolute;
  top: 0;
  left: 50%;
}
.admission-process-section .admission-card {
  padding: 24px;
  border-radius: 15px;
  background-color: #fbfbfb;
  border: 1px solid #d0e3dc;
}
.admission-process-section .admission-card.card2 {
  margin-top: 30px;
}
.admission-process-section .admission-card.card3 {
  margin-top: 60px;
}
.admission-process-section .admission-card.card4 {
  margin-top: 90px;
}

.program-sequence {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.program-sequence > div {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 8px;
}
.program-sequence > div:hover {
  background-color: rgba(var(--main-color-rgb), 0.1);
}
.program-sequence > div.active-program {
  background-color: rgba(var(--main-color-rgb), 0.15);
}
.program-sequence > div.active-program .program-count {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.program-sequence > div.active-program h3 {
  color: var(--main-color);
}
.program-sequence .program-count {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  transition: all 0.3s ease;
}

.program-details {
  padding: 32px;
  border-radius: 15px;
  position: relative;
  background-color: var(--sub-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-image 0.3s ease;
}
.program-details::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #092f3d;
  opacity: 0.85;
}
.program-details .btn-primary:after,
.program-details .btn-primary:before {
  display: none;
}
.program-details .btn-primary:hover {
  border: 1px solid var(--main-color);
}
.program-details.pgdmc-bg {
  background-image: url("../images/pgdmc-img.jpg");
}
.program-details.dfbm-bg {
  background-image: url("../images/dfbm-img.jpg");
}
.program-details .pgdmc,
.program-details .dfbm {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.program-details .pgdmc.active,
.program-details .dfbm.active {
  opacity: 1;
  transform: translateY(0);
}
.program-details .program-parameter {
  padding: 8px 16px;
  background-color: var(--main-color);
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.program-details .program-get .para-xs {
  color: #fff;
}
.program-details .program-get img {
  width: 30px;
  height: auto;
}

.pgdmc.active .program-details {
  background-color: var(--sub-color);
}

.dfbm.active .program-details {
  background-color: #000 !important;
}

.mission-vision-card {
  padding: 24px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  position: relative;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  min-height: 176px;
  align-content: center;
  transition: var(--smooth);
}
.mission-vision-card .head-m {
  padding: 3px 16px;
  background-color: var(--main-color);
  color: #fff;
  position: absolute;
  top: -16px;
  left: -20px;
  border-radius: 30px;
}

.teaching-philosophy-content img {
  width: 30px;
  height: auto;
}

.teaching-model-steps .model-step {
  color: #fff;
  background-color: var(--main-color);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.model-step1 {
  position: relative;
}
.model-step1::before {
  content: "";
  border-right: 2px dashed rgb(235, 235, 235);
  height: 412px;
  position: absolute;
  top: 7px;
  left: 50%;
}

.methodology {
  background-color: #fff0dc;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.methodology .btn-primary::before {
  content: "";
  background-color: #fff0dc;
}
.methodology .btn-primary::after {
  content: "";
  background-color: #fff0dc;
}

.program-points {
  height: 80px;
  flex-shrink: 0;
}

.program-page-relavance {
  padding: 24px 16px;
  border-radius: 15px;
}

.program-page-initial {
  position: relative;
}
.program-page-initial::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/program-page-patterns.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.06;
}

.learn-infographics {
  position: relative;
  margin-top: -100px;
}
.learn-infographics svg {
  width: 100%;
  height: auto;
}
.learn-infographics .info-milestone {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: absolute;
}
.learn-infographics .info-milestone .info-circle {
  border-radius: 50%;
  background-color: #C3AD62;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0px 6px #fbedbf;
}
.learn-infographics .info-milestone .milestone-icon svg {
  width: auto;
  height: 90px;
  transition: var(--smooth);
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    color: #439A7A;
  }
  50% {
    transform: translateY(-12px);
    color: #58b996;
  }
  100% {
    transform: translateY(0px);
    color: #439A7A;
  }
}
.learn-infographics .info-milestone.learn {
  bottom: 8px;
  left: 100px;
}
.learn-infographics .info-milestone.apply {
  bottom: 169px;
  left: 440px;
}
.learn-infographics .info-milestone.reflect {
  top: 162px;
  right: 300px;
}
.learn-infographics .info-milestone.demonstrate {
  top: -108px;
  right: 0;
}

.loop-section .loop-section-content {
  position: relative;
  top: 50px;
}

.curriculum-section .curriculum-box {
  padding: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}
.curriculum-section .boxy2 .ninety {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}
.curriculum-section .boxy3,
.curriculum-section .boxy4 {
  min-height: 240px;
}
.curriculum-section .boxy5 {
  background-color: #e6fff6;
}
.curriculum-section .boxy5 .para-lg {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
.curriculum-section .boxy6 {
  background-color: #fffdf6;
}
.curriculum-section .boxy6 .para-lg {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}

.programs-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px 16px;
  border: 1px solid #efefef;
  min-height: 260px;
  width: 100%;
  box-shadow: 0 0 12px 3px rgba(43, 43, 43, 0.0705882353);
  transition: var(--smooth);
}
.programs-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 12px 3px rgba(43, 43, 43, 0.24);
}
.programs-card:hover .programs-card-img {
  transform: translateY(-40px);
}
.programs-card .programs-head {
  font-family: var(--head-font);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.programs-card .point-icon {
  color: #D0C39C;
}
.programs-card .point-icon svg {
  height: 20px;
  width: 20px;
}
.programs-card .programs-card-img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  transition: var(--smooth);
}

.single-program-section .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-program-section .product-info .info-icon {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: #FFFAEB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-program-section .product-info .info-icon svg {
  height: 50px;
  width: 50px;
}
.single-program-section .single-tertiary-btn {
  min-height: 56px;
}
.single-program-section .sub-heads {
  font-family: var(--head-font);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.single-program-section .ideal-card {
  padding: 24px;
  color: #fff;
  background: linear-gradient(108deg, #2E515E -1.4%, #5F9CB2 101.58%);
  border-radius: 15px;
}
.single-program-section .ideal-card svg {
  color: var(--main-color);
  height: 25px;
  width: auto;
}

.single-program-head {
  padding-bottom: 8px;
  border-bottom: 2px solid #f5f5f5;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.single-program-main-head {
  font-family: var(--head-font);
  font-size: 32px;
  font-weight: 700;
}

.eligibility-point svg {
  width: 40px;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
.eligibility-point .e-list {
  padding-left: 24px;
}

.program-highlight-card {
  padding: 24px;
  background-color: #FFFAEB;
  border-radius: 20px;
}
.program-highlight-card img {
  width: 30px;
  height: -moz-fit-content;
  height: fit-content;
}

.e-list {
  padding-left: 24px !important;
}

.curriculum-accordian .accordion-item:first-of-type > .accordion-header .accordion-button {
  background: #ffffff !important;
  padding: 24px;
}
.curriculum-accordian button:not(:hover):not(:active):not(.has-background) {
  background-color: #fff;
  color: #000;
  padding: 24px;
}
.curriculum-accordian button:hover {
  background-color: #fff;
  color: #000;
  padding: 24px;
}
.curriculum-accordian .accordion-button:focus {
  box-shadow: none;
}
.curriculum-accordian .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.curriculum-accordian .accordion-body {
  background-color: #f9fffd;
  border-left: 3px solid var(--main-color);
  padding: 24px 32px 24px 48px;
}
.curriculum-accordian .accordion-body svg {
  width: 20px;
  height: auto;
}
.curriculum-accordian .accordion-button {
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 700;
  color: #44997a !important;
}
.curriculum-accordian .accordion-item:first-of-type > .accordion-header .accordion-button,
.curriculum-accordian .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.curriculum-accordian .accordion-item:last-of-type > .accordion-header .accordion-button,
.curriculum-accordian .accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.evaluation-card {
  padding: 44px 24px 24px 25px;
  border-radius: 15px;
  position: relative;
}
.evaluation-card.ecard1 {
  border: 2px dashed var(--main-color);
  margin-top: -30px;
}
.evaluation-card.ecard2 {
  border: 2px dashed #d3b560;
  margin-top: 30px;
}
.evaluation-card ul {
  padding-left: 20px;
}
.evaluation-card .seventy-percent {
  font-size: 66px;
  font-weight: 900;
  line-height: normal;
  color: var(--main-color);
  position: absolute;
  top: -53px;
  left: 9px;
  background: #fff;
  padding: 0 8px;
}
.evaluation-card .thirty-percent {
  font-size: 66px;
  font-weight: 900;
  line-height: normal;
  color: #d3b560;
  position: absolute;
  top: -53px;
  left: 9px;
  background: #fff;
  padding: 0 8px;
}

.single-cta-banner {
  border-radius: 20px;
  padding: 64px;
  background-color: #fffaed;
  overflow: hidden;
  min-height: 440px;
  align-content: center;
}
.single-cta-banner .single-tertiary-btn {
  min-height: 56px;
}
.single-cta-banner .section-title {
  line-height: 52px;
  letter-spacing: -1px;
}
.single-cta-banner .cta-person {
  position: absolute;
  bottom: -140px;
  width: 520px;
  /* left: 10%; */
  height: auto;
  z-index: 4;
}
.single-cta-banner .cta-illus {
  position: absolute;
  top: 0;
  width: 150px;
  left: 20%;
  height: auto;
  z-index: 1;
}
.single-cta-banner .cta-circle {
  position: absolute;
  left: 14%;
  top: 70px;
  width: 478px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.3;
  background: #FDE7AF;
  z-index: 0;
}

.chairman-section .chairman-box {
  background: #fffcf5;
  padding: 0 0 0 85px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.chairman-section .line {
  width: 100px;
  height: 5px;
  border-radius: 20px;
  background: #FDE7AF;
}
.chairman-section .chairman-name {
  font-family: var(--head-font);
  font-size: 41px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.chairman-section .chairman-designation {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  color: #be9e69;
}
.chairman-section .quotes {
  position: absolute;
  top: 40px;
  left: 40px;
}
.chairman-section .quotes svg {
  color: #332400;
  width: 90px;
  height: auto;
  opacity: 0.1;
}
.chairman-section .para-l {
  line-height: 34px;
}

.board-member-section .board-member {
  border-radius: 20px;
  overflow: hidden;
  height: 372px;
  position: relative;
}
.board-member-section .board-member:hover img {
  transform: scale(1.1);
}
.board-member-section .board-member:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(185, 183, 174, 0) 8.17%, rgba(0, 0, 0, 0.37) 41.26% 41.26%, #1f1e1a 100%);
  opacity: 0.95;
  z-index: 1;
}
.board-member-section .board-member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: var(--smooth);
}
.board-member-section .board-member .board-member-info {
  padding: 24px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.board-member-section .board-member .board-member-info .head-m {
  font-size: 24px;
  letter-spacing: -1px;
}
.board-member-section .board-member .board-member-info .para-m {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.faculty-member {
  border-radius: 20px;
  overflow: hidden;
  height: 372px;
  position: relative;
}
.faculty-member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: var(--smooth);
}
.faculty-member .faculty-member-info {
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.faculty-member .faculty-member-info div {
  padding: 8px 16px;
  color: #000000;
  background-color: #fff;
  border-radius: 14px;
}
.faculty-member .faculty-member-info div .head-m {
  font-size: 22px;
  letter-spacing: -1px;
}
.faculty-member .faculty-member-info div .para-m {
  font-weight: 600;
  color: #939393;
}

.apply-label {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: normal;
  color: #939393;
  font-weight: 600;
}

.apply-inputs {
  width: 100%;
  border-radius: 3px !important;
  border: 1px solid rgba(68, 153, 122, 0.3098039216) !important;
  height: 60px;
  padding-left: 15px;
  color: #252525;
  transition: all 0.3s ease-in-out;
}
.apply-inputs:focus {
  border-color: var(--main-color) !important;
  outline: none !important;
}/*# sourceMappingURL=boudhik.css.map */