html {
  --base-font-family: "Anderson Grotesk", sans-serif;
  --reset-rem-size: 16px;
}
.banner-sec {
  background-image: url("/wp-content/themes/parul/assets/images/png/banner-overlay-card.png"),
    url("/wp-content/themes/parul/assets/images/png/program-banner-img.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: center, center;
  background-blend-mode: multiply;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11.6875rem;
  padding-bottom: 2rem;
  min-height: 702px;
  position: relative;
}
@media only screen and (max-width: 586px) {
  .banner-sec {
    height: auto !important;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .banner-sec {
    padding-top: 9.5rem;
    padding-bottom: 3rem;
  }
}
.banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}
.banner-sec .banner-title {
  max-width: 40rem;
  padding-top: 11rem;
}
@media only screen and (max-width: 768px) {
  .banner-sec .banner-title {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 586px) {
  .banner-sec .banner-title {
    max-width: 338px;
    font-size: 2.5rem;
  }
}
.banner-sec .banner-desc {
  max-width: 40rem;
}
@media only screen and (max-width: 586px) {
  .banner-sec .banner-desc {
    max-width: 312px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner-sec-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.realted-links-area {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 586px) {
  .realted-links-area {
    padding-top: 1.5rem;
  }
}
.realted-links-area .link-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.realted-links-area .owl-carousel .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.realted-links-area .related-boxes {
  padding-top: 0.875rem;
}
.realted-links-area .related-boxes .box-img {
  max-width: 2.5rem;
  min-width: 2.5rem;
}
@media only screen and (max-width: 586px) {
  .realted-links-area .related-boxes .box-img {
    max-width: 2rem;
    min-width: 2rem;
  }
}
.realted-links-area .related-boxes .box-areas {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 0.75rem;
  padding: 1.96875rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .realted-links-area .related-boxes .box-areas {
    padding: 1rem;
  }
}
.realted-links-area .related-boxes .box-areas:hover {
  background: linear-gradient(
    90deg,
    rgba(82, 66, 216, 0.06) 21.49%,
    rgba(167, 69, 113, 0.06) 91.28%
  );
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.realted-links-area .related-boxes .box-areas:hover .box-redirection {
  --box-redirection-arrow-color: #fff;
  transform: rotate(45deg);
}
.realted-links-area .related-boxes .box-areas:hover .box-redirection::before {
  opacity: 1;
  visibility: visible;
}
.realted-links-area .related-boxes .box-areas .box-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
}
@media only screen and (max-width: 586px) {
  .realted-links-area .related-boxes .box-areas .box-data {
    gap: 0.5rem;
  }
}
.realted-links-area .related-boxes .box-areas .box-redirection {
  --box-redirection-arrow-color: #5242d8;
  position: relative;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  background-color: var(--blue-varient-1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .realted-links-area .related-boxes .box-areas .box-redirection {
    display: none;
  }
}
.realted-links-area .related-boxes .box-areas .box-redirection svg * {
  stroke: var(--box-redirection-arrow-color);
  transition: all 0.4s ease-in-out;
  will-change: transform;
}
.realted-links-area .related-boxes .box-areas .box-redirection::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 48px;
  background: linear-gradient(90deg, #5242d8 0.04%, #a74571 91.24%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.related-boxes {
  position: relative;
}
.related-boxes .item {
  height: 100%;
}
.related-boxes .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-inline: max(
    var(--layout-container-gap),
    (100% - var(--layout-container-width))/2
  ) !important;
}
.realted-links-area-row .related-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 991px) {
  .realted-links-area-row .related-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 586px) {
  .realted-links-area-row .related-boxes {
    grid-template-columns: 1fr;
  }
  .realted-links-area-row .related-boxes .box-areas .box-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.program-detail-tabs {
  background-color: #241d63;
  position: sticky;
  top: 77px;
  z-index: 5;
  transition: all 0.4s ease;
}
body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
  top: 136px;
}
@media only screen and (max-width: 768px) {
  body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
    top: 80px;
    z-index: 2;
  }
}
@media only screen and (max-width: 586px) {
  body:has(.header.scrolled:not(.hide-header)) .program-detail-tabs {
    top: 70px;
  }
}
.story-card-wrapper {
  position: relative;
}
.story-card-wrapper .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-inline: max(
    var(--layout-container-gap),
    (100% - var(--layout-container-width))/2
  ) !important;
}
.story-card-wrapper.owl-carousel .owl-nav {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: calc(
    var(--layout-container-width) + var(--layout-container-gap) * 2
  );
}
.story-card-wrapper .facility-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s all ease-in-out;
}
.story-card-wrapper .facility-card:hover .overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}
.story-card-wrapper .facility-card:hover .facility-image-card {
  transition: 0.4s all ease-in-out;
  transform: scale(1.15);
}
.story-card-wrapper .facility-card .facility-image-card {
  transition: 0.4s all ease-in-out;
}
.story-card-wrapper .facility-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    #0e0008 2.82%,
    rgba(255, 255, 255, 0) 93.44%
  );
  background-size: cover;
  background-position: center;
}
.story-card-wrapper .facility-card-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.94) 10.96%,
    rgba(0, 0, 0, 0) 99.05%
  );
  background-size: cover;
  background-position: center;
}
.story-card-wrapper .student-icon {
  max-width: 3.5rem;
  min-width: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .story-card-wrapper .student-icon {
    max-width: 2.5rem;
    min-width: 2.5rem;
  }
}
.story-card-wrapper .facility-card-content {
  position: absolute;
  width: 100%;
  padding: 32px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .story-card-wrapper .facility-card-content {
    padding: 1rem;
  }
}
.story-card-wrapper .facility-card-content .facility-card-title {
  max-width: 338px;
}
.story-card-wrapper .facility-card-content .facility-card-desc {
  max-width: 344px;
  color: var(--neutral-varient-10);
}
.story-card-wrapper .more-content-text {
  color: var(--text-yellow);
}
.launch-sec {
  background-image: url("/wp-content/themes/parul/assets/images/png/count-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.launch-sec .launch-contents .launch-title {
  max-width: 50.25rem;
}
.launch-sec .launch-contents .launch-desc {
  max-width: 45.625rem;
}
.launch-sec .point-wrap {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec .point-wrap {
    padding-top: 3.25rem;
    padding-bottom: 1.25rem;
  }
}
.launch-sec .point-wrap-2 {
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 5.4375rem;
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec .point-wrap-2 {
    padding-top: 3rem;
    padding-bottom: 1.25rem;
  }
}
.launch-sec .point-wrap-3 {
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 1rem;
}
.launch-sec .point-text {
  max-width: 25.1875rem;
}
.launch-sec .count-wrap {
  --grid-columns: 3;
  --grid-gap: 0px;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: var(--grid-gap);
  padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec .count-wrap {
    --grid-columns: 1;
    --grid-gap: 32px;
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec .count-wrap-2 {
    --grid-columns: 1;
    --grid-gap: 32px;
  }
}
.launch-sec .count-wrap-3 {
  --grid-columns: 2;
  --grid-gap: 32px;
  --launch-count-border: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.launch-sec .job-desc {
  max-width: 21.5rem;
}
.launch-sec .count {
  --launch-count-padding: 64px;
  --launch-count-border: 1px solid #c0bddb;
}
.launch-sec .count:not(:first-child) {
  border-left: var(--launch-count-border);
  padding-left: var(--launch-count-padding);
}
@media only screen and (max-width: 768px) {
  .launch-sec .count:not(:first-child) {
    --launch-count-border: none;
  }
}
.launch-sec .count:not(:last-child) {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .launch-sec .count {
    --launch-count-padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec .count {
    --launch-count-padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec .count-2 {
    --launch-count-padding: 0;
    --launch-count-border: none;
  }
}
.launch-sec .count-3 {
  --launch-count-padding: 0;
  --launch-count-border: none;
}
.launch-sec .count .blue-span-text,
.launch-sec .count .launch-sub-desc,
.launch-sec .count .more-content {
  margin-left: 2.75rem;
}
@media only screen and (max-width: 849px) {
  .launch-sec .count .blue-span-text,
  .launch-sec .count .launch-sub-desc,
  .launch-sec .count .more-content {
    margin-left: 0;
  }
}
.launch-sec .count .blue-span-text {
  background: linear-gradient(90deg, #ed93b5 21.49%, #f7b551 91.28%);
  -webkit-background-clip: text;
}
@media only screen and (max-width: 849px) {
  .launch-sec .count .blue-span-text {
    max-width: 230px;
  }
}
.launch-sec .count .blue-span-title {
  max-width: 371px;
}
.launch-sec-home .launch-desc {
  max-width: 26.625rem !important;
}
.launch-sec-home .polygon-img {
  max-width: 1.875rem;
  min-width: 1.875rem;
  max-height: 1.4375rem;
  min-height: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec-home .polygon-img {
    max-width: 0.8125rem;
    min-width: 0.8125rem;
    max-height: 0.625rem;
    min-height: 0.625rem;
  }
}
.launch-sec .company-logo-img {
  background: var(--white);
  border-radius: 50%;
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
}
.launch-sec .company-logo-img-1 {
  padding: 0.5rem 0.6875rem 0.625rem;
}
.launch-sec .company-logo-img-2 {
  padding: 0.6875rem;
}
.launch-sec .company-logo-img-3 {
  padding: 0.75rem;
}
.launch-sec .human-card-wrapper {
  position: relative;
}
.launch-sec .human-card-wrapper .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-inline: max(
    var(--layout-container-gap),
    (100% - var(--layout-container-width))/2
  ) !important;
}
.launch-sec .launch-sub-desc {
  max-width: 20.4375rem;
}
.launch-sec.launch-sec-program .blue-span-text,
.launch-sec.launch-sec-program .launch-sub-desc,
.launch-sec.launch-sec-program .more-content {
  margin-left: 0;
}
.launch-sec.launch-sec-faculty .blue-span-text,
.launch-sec.launch-sec-faculty .launch-sub-desc,
.launch-sec.launch-sec-faculty .more-content {
  margin-left: 0;
}
.launch-sec-home .launch-title {
  max-width: 61.4375rem !important;
}
@media only screen and (max-width: 768px) {
  .launch-sec-home .count-wrap-3 {
    --grid-columns: 1;
    --grid-gap: 40px;
  }
}
.launch-sec-home-2 {
  background-image: none !important;
}
@media only screen and (max-width: 768px) {
  .launch-sec-home-2 .count-wrap {
    --grid-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec-home-2 .count {
    --launch-count-padding: 0 !important;
  }
}
.launch-sec-home-3 .count-wrap {
  max-width: 1228px;
}
@media only screen and (max-width: 768px) {
  .launch-sec-home-3 .count-wrap {
    --grid-gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec-home-3 .count {
    --launch-count-padding: 0 !important;
  }
}
.launch-sec-home-3 .count .blue-span-title {
  max-width: 188px;
}
.launch-sec .launch-contents-home-2 .sub-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .launch-sec .launch-contents-home-2 .sub-title-wrapper {
    text-align: left;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.launch-sec .launch-contents-home-2 .count .blue-span-text,
.launch-sec .launch-contents-home-2 .count .launch-sub-desc,
.launch-sec .launch-contents-home-2 .count .more-content {
  margin: auto;
}
@media only screen and (max-width: 849px) {
  .launch-sec .launch-contents-home-2 .count .blue-span-text,
  .launch-sec .launch-contents-home-2 .count .launch-sub-desc,
  .launch-sec .launch-contents-home-2 .count .more-content {
    margin: 0;
  }
}
.launch-sec .launch-contents-home-2 .sub-title-lg {
  max-width: 53.125rem;
}
.launch-sec .launch-contents-home-2 .sub-title-desc {
  max-width: 33.75rem;
}
.launch-sec .launch-contents-home-2 .count {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .launch-sec .launch-contents-home-2 .count {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .launch-sec .launch-contents-home-2 .count {
    --launch-count-padding: 30px;
  }
}
@media only screen and (max-width: 586px) {
  .launch-sec .launch-contents-home-2 .count {
    --launch-count-padding: 0;
    --launch-count-border: none;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec .launch-contents-home-2 .count-2 {
    --launch-count-padding: 0;
    --launch-count-border: none;
  }
}
.launch-sec .launch-contents-home-2 .count-3 {
  --launch-count-padding: 0;
  --launch-count-border: none;
}
.employee-card {
  background: rgba(51, 41, 140, 0.5019607843);
  padding: 2rem 2rem 0rem;
  border-radius: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .employee-card {
    padding: 1.5rem 1.5rem 0rem;
  }
}
.human-card-img-wrap {
  background-image: url("/wp-content/themes/parul/assets/images/svg/popper-bg.svg");
  background-repeat: no-repeat;
  max-height: 346px;
}
.human-card-img-wrap img {
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.logo-wrapper .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-inline: max(
    var(--layout-container-gap),
    (100% - var(--layout-container-width))/2
  ) !important;
}
.logo-wrapper .owl-stage .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.logo-wrapper .company-logo-image {
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-width: 768px) {
  .logo-wrapper .company-logo-image {
    max-width: auto;
    min-width: auto;
  }
}
.card-nav-wrapper {
  position: relative;
  overflow: hidden;
}
.card-nav-wrapper .facility-card-desc {
  color: var(--neutral-varient-10);
}
@media only screen and (max-width: 768px) {
  .card-nav-wrapper .facility-card-desc {
    padding: 0.5rem 0 !important;
  }
}
.card-nav-wrapper .custom-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 87%;
  z-index: 2;
}
.card-nav-wrapper .custom-nav-wrapper .custom-nav {
  cursor: pointer;
}
.apply-sec .apply-title {
  max-width: 43.625rem;
}
.apply-sec .apply-desc {
  max-width: 42.3125rem;
}
.apply-sec .quote-svg {
  max-width: 1.5625rem;
  min-width: 1.5625rem;
}
.apply-sec .student-card {
  background: linear-gradient(
      to bottom,
      #0e0008 2.41%,
      rgba(255, 255, 255, 0) 118.4%
    ),
    var(--blue-varient-5);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  max-height: 36.25rem;
  min-height: 36.25rem;
}
@media only screen and (max-width: 768px) {
  .apply-sec .student-card {
    max-height: 30.625rem;
    min-height: 30.625rem;
  }
}
.apply-sec .student-card .watch-video-button {
  background: rgba(17, 17, 17, 0.5019607843);
}
.apply-sec .quote-content {
  padding: 2.5rem 5rem 1.5625rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .apply-sec .quote-content {
    padding: 1.5rem;
  }
}
.apply-sec .student-card-img-wrap {
  position: absolute;
  bottom: 0;
  background-image: url("/wp-content/themes/parul/assets/images/svg/popper-bg-2.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
.apply-sec .student-card-img-wrap img {
  max-height: 21.625rem;
}
.apply-sec .student-card-wrapper {
  position: relative;
}
.apply-sec .student-card-wrapper .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(
    (100% - var(--layout-container-width) + var(--layout-container-gap) * 2) / 2
  ) !important;
  padding-right: calc(
    (100% - var(--layout-container-width) + var(--layout-container-gap) * 2) / 2
  ) !important;
}
@media (max-width: 1388px) {
  .apply-sec .student-card-wrapper .owl-stage {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media only screen and (max-width: 1080px) {
  .apply-sec .student-card-wrapper .owl-stage {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
}
.apply-sec .student-card-wrapper .owl-dots {
  margin-top: 1.25rem;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-sec .student-card-wrapper .owl-dots .owl-dot {
  background: #d9d9d9;
}
.apply-sec .student-card-wrapper .owl-dots .owl-dot.active {
  background: var(--text-blue);
}
.student-card-video {
  position: absolute;
  inset: 0;
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
.video-playing .student-card-video {
  opacity: 1;
  visibility: visible;
}
.owl-nav {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: no-drop !important;
}
@media only screen and (max-width: 768px) {
  .owl-nav .disabled {
    opacity: 0.5;
    visibility: visible;
  }
}
.owl-prev,
.owl-next {
  background-color: var(--blue-varient-5) !important;
  border-radius: 50%;
  width: 2.6875rem;
  height: 2.6875rem;
  transition: all 0.3s ease;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 30%;
}
.owl-prev span {
  color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.57178 10.5234L1.0589 5.98548L5.6169 1.49129' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.owl-next span {
  color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.05859 1.48047L5.59408 5.99582L1.05859 10.5127' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-carousel .owl-dots {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.owl-carousel .owl-dots .owl-dot:hover {
  background-color: var(--white);
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--white);
}
.breadcrumb-wrap {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-links-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--neutral-varient-10);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.4s;
}
.breadcrumb-links-item:hover .breadcrumb-links-item {
  color: var(--white);
  opacity: 0.9;
}
.breadcrumb-links-item.active {
  color: var(--white);
}
.breadcrumb-links-item + .breadcrumb-links-item {
  padding-left: 6px;
}
.breadcrumb-links-item + .breadcrumb-links-item:before {
  content: url("data:image/svg+xml,%3Csvg width='6' height='17' viewBox='0 0 6 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.908L4.424 0.0919952H5.56L1.136 16.908H0Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
  padding-right: 6px;
  margin-top: 2px;
}
.detail-program .detail-title-head-set1 {
  min-width: 528px;
  max-width: 528px;
}
@media only screen and (max-width: 768px) {
  .detail-program .detail-title-head-set1 {
    min-width: 100%;
    max-width: 100%;
  }
}
.detail-program .detail-title-head-set2 {
  max-width: 859px;
}
@media only screen and (max-width: 768px) {
  .detail-program .detail-title-head-set2 {
    min-width: 100%;
    max-width: 100%;
  }
}
.detail-program .detail-title-head-set2 .sub-title-desc {
  max-width: 498px;
}
.detail-program .tab-content {
  padding-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .detail-program .tab-content {
    padding-top: 2rem;
  }
}
.detail-program .tab-content .program-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .detail-program .tab-content .program-box {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.detail-program .tab-content .program-box .tab-text {
  max-width: 484px;
}
@media only screen and (max-width: 1080px) {
  .detail-program .tab-content .program-box .tab-text {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-program .tab-content .program-box .tab-text {
    max-width: 100%;
  }
}
.detail-program .tab-content .program-box .tab-text .program-tab-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .detail-program .tab-content .program-box .tab-text .program-tab-title {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
    gap: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.detail-program .tab-content .program-box .tab-text .program-tab-title .tag {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .detail-program .tab-content .program-box .tab-text .program-tab-title .tag {
    margin-left: 0;
  }
}
.detail-program .tab-content .program-box .tab-table {
  border: 1px solid #c8c8c8;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0.75rem 0 0.75rem;
  border-radius: 0.75rem;
  max-width: 42rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .detail-program .tab-content .program-box .tab-table {
    max-width: 100%;
  }
}
.detail-program .tab-content .program-box .tab-table .table-head {
  background: linear-gradient(100.13deg, #33298c 35.97%, #5c54a3 95.01%);
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
@media only screen and (max-width: 1120px) {
  .detail-program .tab-content .program-box .tab-table .table-head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .detail-program .tab-content .program-box .tab-table .table-head {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 586px) {
  .detail-program .tab-content .program-box .tab-table .table-head {
    background: linear-gradient(101.11deg, #33298c 7.17%, #5c54a3 71.96%);
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1rem;
  }
}
.detail-program
  .tab-content
  .program-box
  .tab-table
  .table-head
  .time-duration {
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
.detail-program
  .tab-content
  .program-box
  .tab-table
  .table-head
  .time-duration
  .time-box {
  background: linear-gradient(
    180deg,
    rgba(51, 41, 140, 0.5) 0%,
    rgba(51, 41, 140, 0.2) 100%
  );
  height: 3.4375rem;
  min-width: 3rem;
  max-width: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 0.5rem;
}
.detail-program .tab-content .program-box .tab-table .table-data {
  padding: 1.5rem 0.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2rem;
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}
@media only screen and (max-width: 1120px) {
  .detail-program .tab-content .program-box .tab-table .table-data {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .detail-program .tab-content .program-box .tab-table .table-data {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .detail-program .tab-content .program-box .tab-table .table-data {
    row-gap: 1.25rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding: 1.25rem 0rem 0.75rem 0rem;
  }
}
@media only screen and (max-width: 586px) {
  .detail-program .tab-content .program-box .tab-table .table-data {
    grid-template-columns: 1fr 1fr;
  }
}
.detail-program
  .tab-content
  .program-box
  .tab-table
  .table-data
  .table-values-eligibility {
  grid-column: span 3;
}
.more-events {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .more-events {
    padding-top: 2rem;
  }
}
.more-events .event-cards {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .more-events .event-cards {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
@media only screen and (max-width: 586px) {
  .more-events .event-cards {
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    gap: 0;
  }
}
.event-cards .main-card {
  min-width: 602px;
  max-width: 602px;
  margin-right: 3.5rem;
}
@media only screen and (max-width: 1248px) {
  .event-cards .main-card {
    min-width: 500px;
    max-width: 500px;
    margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .event-cards .main-card {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 586px) {
  .event-cards .main-card {
    max-width: 285px;
    margin-right: 0.5rem;
  }
}
.event-cards .main-card .card-main-pic {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .event-cards .main-card .card-main-pic {
    height: auto;
  }
}
@media only screen and (max-width: 586px) {
  .event-cards .main-card .card-main-pic {
    height: 203px;
    margin-bottom: 0.75rem;
  }
}
.event-cards .main-card .card-main-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}
.event-cards .main-card .main-card-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 31.25rem;
}
@media only screen and (max-width: 768px) {
  .event-cards .main-card .main-card-data {
    min-width: 100%;
    max-width: 100%;
  }
}
.event-cards .list-cards {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .event-cards .list-cards {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 586px) {
  .event-cards .list-cards {
    overflow: unset;
    margin-top: 0;
  }
}
.event-cards .list-cards .sub-cards {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b0c2d4;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .event-cards .list-cards .sub-cards {
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0.5rem;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.event-cards .list-cards .sub-cards:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.event-cards .list-cards .sub-cards .card-pic {
  min-width: 242px;
  max-width: 242px;
  margin-right: 2rem;
}
@media only screen and (max-width: 1248px) {
  .event-cards .list-cards .sub-cards .card-pic {
    min-width: 200px;
    max-width: 200px;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .event-cards .list-cards .sub-cards .card-pic {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 586px) {
  .event-cards .list-cards .sub-cards .card-pic {
    height: auto;
  }
}
.event-cards .list-cards .sub-cards .card-pic img {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .event-cards .list-cards .sub-cards .card-pic img {
    width: 100%;
  }
}
.event-cards .list-cards .sub-cards .card-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .event-cards .list-cards .sub-cards .card-content {
    padding-top: 0.625rem;
  }
}
.tab-layout-1 .program-detail-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding-inline: max(0px, (100% - var(--layout-container-width))/2)
    var(--layout-container-gap);
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding: var(--layout-container-gap);
}
.tab-layout-1 .program-detail-nav > * {
  scroll-snap-align: start;
}
@media only screen and (min-width: 992px) {
  .tab-layout-1 .program-detail-nav {
    scroll-padding: max(0px, (100% - var(--layout-container-width))/2);
  }
}
.tab-layout-1 .nav-item {
  transition: all 0.4s ease-in-out;
}
.tab-layout-1 .nav-link {
  padding: 1.5rem 1.25rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .tab-layout-1 .nav-link {
    padding: 1rem;
  }
}
.tab-layout-1 .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ed93b5 21.49%, #f7b551 91.28%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.tab-layout-1 .nav-link.active,
.tab-layout-1 .nav-link:hover {
  color: var(--white);
  background: linear-gradient(90deg, #ed93b5 21.49%, #f7b551 91.28%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}
.tab-layout-1 .nav-link.active::after,
.tab-layout-1 .nav-link:hover::after {
  opacity: 1;
  visibility: visible;
}
.tab-layout-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem;
  padding-inline: max(0px, (100% - var(--layout-container-width))/2)
    var(--layout-container-gap);
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding: var(--layout-container-gap);
}
.tab-layout-2 > * {
  scroll-snap-align: start;
}
@media only screen and (min-width: 992px) {
  .tab-layout-2 {
    scroll-padding: max(0px, (100% - var(--layout-container-width))/2);
  }
}
@media only screen and (max-width: 991px) {
  .tab-layout-2 {
    padding-inline: var(--layout-container-gap);
    margin-inline: calc(var(--layout-container-gap) * -1);
  }
  .tab-layout-2 {
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .tab-layout-2 {
    padding-bottom: 0.625rem;
  }
}
.tab-layout-2 .nav-link {
  padding: 0.75rem 1.25rem;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  border-radius: 62px !important;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .tab-layout-2 .nav-link {
    padding: 0.625rem 1rem;
  }
}
.tab-layout-2 .nav-link.active {
  background-color: #ddd9f5 !important;
  border: 1px solid #a19dca;
  color: #1b1b1b !important;
}
.tab-layout-2 .nav-link:hover {
  background-color: #ddd9f5;
  border: 1px solid #a19dca;
  color: #1b1b1b !important;
}
.tab-layout-2 .nav-link:focus {
  background-color: #ddd9f5;
  border: 1px solid #a19dca;
  color: #1b1b1b !important;
}
.tab-vertical-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --common-content-gap: 20px;
  --common-content-width-left-column: min(45%, 600px);
  --common-content-width-right-column: min(52%, 650px);
}
@media only screen and (max-width: 768px) {
  .tab-vertical-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tab-vertical-wrapper .tab-layout-2 {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--common-content-gap);
  min-width: 0px;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: var(--common-content-width-left-column);
}
@media only screen and (max-width: 768px) {
  .tab-vertical-wrapper .tab-layout-2 {
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 100%;
    max-width: initial;
    --common-content-gap: 8px;
  }
}
.tab-vertical-wrapper .tab-content {
  max-width: var(--common-content-width-right-column);
}
@media only screen and (max-width: 768px) {
  .tab-vertical-wrapper .tab-content {
    margin-top: 2rem;
    min-width: 100%;
    max-width: 100%;
  }
}
.explore-area {
  --explore-area-card-min-height: 183px;
  --explore-area-card-img-column: span 2;
  --explore-box-color-bg: rgba(235, 234, 244, 0.3);
  --explore-box-color-border: rgba(129, 129, 129, 0.2);
  --explore-box-hover-color-bg: linear-gradient(
    90deg,
    rgba(82, 66, 216, 0.06) 21.49%,
    rgba(167, 69, 113, 0.06) 91.28%
  );
  --explore-box-gap: 42px;
  --explore-box-padding: 24px;
  --explore-box-border--radius: 12px;
  --grid-columns: 4;
  --grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: var(--grid-gap);
}
@media only screen and (max-width: 1120px) {
  .explore-area {
    --grid-columns: 3;
  }
}
@media only screen and (max-width: 768px) {
  .explore-area {
    --grid-columns: 2;
    --explore-area-card-min-height: auto;
  }
}
@media only screen and (max-width: 586px) {
  .explore-area {
    --grid-columns: 1;
    --grid-gap: 8px;
    --explore-area-card-min-height: 77px;
    --explore-box-padding: 16px;
  }
}
.explore-area .explore-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--explore-box-gap);
  min-height: var(--explore-area-card-min-height);
  background-color: var(--explore-box-color-bg);
  padding: var(--explore-box-padding);
  border: 1px solid var(--explore-box-color-border);
  border-radius: var(--explore-box-border--radius);
  transition: all 0.3s;
  height: 100%;
  cursor: pointer;
}
.explore-area .explore-box::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='41' viewBox='0 0 40 41' fill='none'><path d='M0 20.5C0 9.45431 8.95431 0.5 20 0.5C31.0457 0.5 40 9.45431 40 20.5C40 31.5457 31.0457 40.5 20 40.5C8.95431 40.5 0 31.5457 0 20.5Z' fill='url(%23paint0_linear_2055_2448)'/><path d='M26.4583 20.2713H13.9583' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M21.4167 15.2512L26.4584 20.2712L21.4167 25.292' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_2055_2448' x1='-2.23949e-09' y1='40.5' x2='57.7484' y2='40.5046' gradientUnits='userSpaceOnUse'><stop stop-color='%235242D8'/><stop offset='1' stop-color='%23E44623'/></linearGradient></defs></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.explore-area .explore-box img {
  min-width: 2.5rem;
  max-width: 2.5rem;
}
.explore-area .explore-box .more-icon img {
  min-width: 0.3125rem;
  max-width: 0.3125rem;
}
.explore-area .explore-box .explore-box-bg-img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  transition: 0.4s all ease-in-out;
}
.explore-area .explore-box .explore-text .text-title {
  max-width: 12.5rem;
}
.explore-area .explore-box:hover {
  background: var(--explore-box-hover-color-bg);
}
.explore-area .explore-box:hover::after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .explore-area .explore-box:hover::after {
    opacity: 0;
  }
}
.explore-area .explore-box-has-img {
  grid-column: var(--explore-area-card-img-column);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0.1%,
    rgba(0, 0, 0, 0) 103.83%
  );
  border: 0px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}
.explore-area .explore-box-has-img > * {
  position: relative;
  z-index: 1;
}
.explore-area .explore-box-has-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #7670b2;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
.explore-area .explore-box-has-img .text-title {
  color: var(--white);
}
.explore-area .explore-box-has-img:hover {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0.1%,
    rgba(0, 0, 0, 0) 103.83%
  );
}
.explore-area .explore-box-has-img:hover .explore-box-bg-img {
  transform: scale(1.1);
}
.explore-area .explore-box-has-img:hover::before {
  opacity: 1;
  visibility: visible;
}
.explore-area-bg-white {
  --explore-box-color-bg: #fff;
  --explore-box-color-border: #d4d4d4;
  --explore-box-hover-color-bg: #fff;
}
.explore-area.explore-area-two {
  --grid-columns: 3;
  --explore-area-card-min-height: 150px;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .explore-area.explore-area-two {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .explore-area.explore-area-two {
    --grid-columns: 2;
    --explore-area-card-min-height: auto;
  }
}
@media only screen and (max-width: 586px) {
  .explore-area.explore-area-two {
    --grid-columns: 1;
  }
}
.explore-area.explore-area-two .explore-box {
  height: 100%;
  display: grid;
}
@media only screen and (max-width: 586px) {
  .explore-area.explore-area-two .explore-box {
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .explore-area.explore-area-two .explore-box:last-child {
    margin-bottom: 3.4375rem;
  }
  .explore-area.explore-area-two .explore-box::after {
    opacity: 1;
    top: 1.5rem;
    right: 1.5rem;
    transform: translateY(-10px);
  }
}
.explore-area.explore-area-two .explore-box:hover::after {
  opacity: 1;
}
.explore-area.explore-area-two .explore-box .explore-text {
  min-width: 100%;
}
.event-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 586px) {
  .event-details {
    gap: 0.75rem;
  }
}
.event-details .tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.experts-list {
  position: relative;
}
.experts-list .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-inline: max(
    var(--layout-container-gap),
    (100% - var(--layout-container-width))/2
  ) !important;
}
.experts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.5rem;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .experts-list {
    margin-right: -16px;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .experts-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 2rem;
    gap: 0.5rem;
  }
}
.experts-list .experts img {
  height: 18.75rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .experts-list .experts img {
    width: 100%;
    height: auto;
  }
}
.experts-list .experts .expert-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
}
.apply-area {
  background: linear-gradient(
    90deg,
    #362b8d -13.85%,
    #9360a2 24.7%,
    #f9c474 84.1%
  );
  padding: 0.75rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-area .apply-area-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-area .apply-area-wrapper .apply-area-img {
  min-width: 40px;
  max-width: 40px;
  margin: 0 0.4375rem;
}
.apply-area .admission {
  padding-right: 1rem;
  border-right: 2px solid var(--white);
}
@media only screen and (max-width: 586px) {
  .apply-area .admission {
    padding-right: 0;
    border-right: none;
    font-size: 1rem;
  }
}
.apply-area .apply-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
  gap: 0.4375rem;
  transition: all 0.35s;
}
.apply-area .apply-content:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 586px) {
  .apply-area .apply-content {
    display: none;
  }
}
.tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  background-color: #d8eeff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #175cd3;
  font-size: 14px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .tag {
    background-color: #fef4e5;
    color: var(--primary);
    border: 1px solid #dea349;
    padding: 0.375rem 0.625rem;
  }
}
.tag-set1 {
  background-color: #dc8c43;
  color: var(--white);
  font-size: 16px;
}
.tag-set2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e4e4;
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
}
.tag-set2.active {
  background-color: #fef4e5;
  color: var(--primary);
  border: 1px solid #dea349;
}
.tag-set3 {
  background-color: #fef4e5;
  color: var(--primary);
  font-size: 16px;
  border: 1px solid #dea349;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
}
.tag-close {
  min-width: 10px;
  max-width: 10px;
  transition: all 0.35s;
  cursor: pointer;
}
.tag-close:hover {
  opacity: 0.65;
}
.excellence-area .university-pic {
  border-radius: 1rem;
  overflow: hidden;
}
.university-highlights .highlight-head {
  padding-top: 2.5rem;
  min-width: 512px;
  max-width: 512px;
}
@media only screen and (max-width: 768px) {
  .university-highlights .highlight-head {
    min-width: 100%;
    max-width: 100%;
    padding-top: 1.25rem;
  }
}
.university-highlights .highlight-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .university-highlights .highlight-content {
    gap: 1.5rem;
    padding-top: 2rem;
  }
}
.university-highlights .highlight-content .highlight-card {
  min-width: 25%;
  max-width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #d9d9d9;
  padding: 0 2.5rem;
  position: relative;
}
.university-highlights .highlight-content .highlight-card img {
  min-width: 48px;
  max-width: 48px;
}
@media only screen and (max-width: 586px) {
  .university-highlights .highlight-content .highlight-card img {
    min-width: 40px;
    max-width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .university-highlights .highlight-content .highlight-card {
    min-width: 100%;
    max-width: 100%;
    border-left: none;
    padding: 0;
  }
}
.university-highlights .highlight-content .highlight-card:first-child {
  border-left: none;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .university-highlights .highlight-content .highlight-card:first-child {
    min-width: 100%;
  }
}
.freshers-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: -1;
}
@media only screen and (max-width: 586px) {
  .freshers-img {
    position: relative;
    max-width: none;
  }
}
.get-to-know .banner-area {
  max-width: 934px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .get-to-know .banner-area {
    min-width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.get-to-know .get-content {
  background-image: url("/wp-content/themes/parul/assets/images/png/frame-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 44.0625rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content {
    height: auto;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .get-to-know .get-content {
    gap: 0.5rem;
  }
}
.get-to-know .get-content .inside-card-area {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.get-to-know .get-content .inside-card-area p {
  opacity: 0.75;
}
.get-to-know .get-content .get-card {
  padding: 2.0625rem;
  max-height: 29.375rem;
  border-radius: 0.75rem;
  min-width: calc(33.3333333333% - 16px);
  max-width: calc(33.3333333333% - 16px);
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .get-to-know .get-content .get-card {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.get-to-know .get-content .get-card .card-tag {
  height: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  background: linear-gradient(91deg, #ac4f72 0.86%, #f7b551 113.07%);
  border: 2px solid #fff;
  border-radius: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -1.6875rem;
  right: 6.25rem;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card .card-tag {
    display: none;
  }
}
.get-to-know .get-content .get-card .innovative-card-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card .innovative-card-pic .innovative-img {
    display: none;
  }
}
.get-to-know .get-content .get-card .innovative-card-pic .innovative-img-resp {
  display: none;
}
@media only screen and (max-width: 849px) {
  .get-to-know
    .get-content
    .get-card
    .innovative-card-pic
    .innovative-img-resp {
    display: block;
  }
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card {
    min-width: 100%;
    max-width: 100%;
  }
}
.get-to-know .get-content .get-card-card1 {
  background-color: #e44623;
  margin-top: 17.1875rem;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card-card1 {
    margin-top: 0;
  }
}
.get-to-know .get-content .get-card-card2 {
  background: #1b7f84;
  margin-top: 8.75rem;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card-card2 {
    margin-top: 0;
  }
}
.get-to-know .get-content .get-card-card3 {
  background-color: #675e9e;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 849px) {
  .get-to-know .get-content .get-card-card3 {
    margin-top: 0;
  }
}
.news-awards .news-head-area {
  max-width: 978px;
}
@media only screen and (max-width: 768px) {
  .news-awards .news-head-area {
    min-width: 100%;
    max-width: 100%;
  }
}
.news-awards .news-head-area p {
  max-width: 715px;
}
@media only screen and (max-width: 768px) {
  .news-awards .news-head-area p {
    min-width: 100%;
    max-width: 100%;
  }
}
.news-awards .news-cards {
  padding-top: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .news-awards .news-cards {
    padding-top: 2rem;
  }
}
.news-awards .news-cards .news-slider {
  background: linear-gradient(100.13deg, #33298c 35.97%, #5c54a3 95.01%);
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  border-radius: 0.75rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-awards .news-cards .news-slider {
    min-width: 100%;
    max-width: 100%;
  }
}
.news-awards .news-cards .news-slider .news-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-awards .news-cards .news-slider .news-carousel .owl-stage-outer,
.news-awards .news-cards .news-slider .news-carousel .owl-stage,
.news-awards .news-cards .news-slider .news-carousel .owl-item,
.news-awards .news-cards .news-slider .news-carousel .owl-item .item {
  height: 100%;
}
.news-awards .news-cards .news-slider .news-carousel .owl-dots {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.news-awards .news-cards .news-slider .news-carousel .slider-area {
  position: relative;
  height: 100%;
  min-height: 237px;
}
.news-awards .news-cards .news-slider .news-carousel .slider-area .slider-text {
  padding: 2rem 2rem 0rem 2rem;
  max-width: 352px;
}
@media only screen and (max-width: 768px) {
  .news-awards
    .news-cards
    .news-slider
    .news-carousel
    .slider-area
    .slider-text {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    max-width: 325px;
  }
}
.news-awards
  .news-cards
  .news-slider
  .news-carousel
  .slider-area
  .slider-text-title
  .small-star {
  min-width: 25px;
  max-width: 25px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -5px;
}
.news-awards
  .news-cards
  .news-slider
  .news-carousel
  .slider-area
  .slider-text
  .know-more-area {
  padding-top: 3rem;
}
@media only screen and (max-width: 586px) {
  .news-awards
    .news-cards
    .news-slider
    .news-carousel
    .slider-area
    .slider-text
    .know-more-area {
    padding-top: 1.625rem;
  }
}
.news-awards
  .news-cards
  .news-slider
  .news-carousel
  .slider-area
  .slider-text
  .know-more-area
  .more-content-text {
  color: var(--text-yellow);
}
.news-awards .news-cards .news-announcements {
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  background-color: var(--violet-varient-2);
  border: 1px solid #ead5e2;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .news-awards .news-cards .news-announcements {
    min-width: 100%;
    max-width: 100%;
  }
}
.news-awards .news-cards .news-announcements .announcement-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 586px) {
  .slider-content-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tech-events .tech-events-head {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .tech-events .tech-events-head {
    min-width: 100%;
    max-width: 100%;
    text-align: start;
  }
}
.tech-events .tech-events-head p {
  max-width: 816px;
}
@media only screen and (max-width: 768px) {
  .tech-events .tech-events-head p {
    min-width: 100%;
    max-width: 100%;
  }
}
.tech-events .program-tabs {
  padding-top: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs {
    padding-top: 1.5rem;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tech-events .program-tabs .nav-link {
  width: -moz-max-content;
  width: max-content;
}
.tech-events .program-tabs .event-detail-area {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-detail-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tech-events .program-tabs .event-detail-area .major-event {
  min-width: 32rem;
  max-width: 32rem;
  height: 36.25rem;
  margin-right: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tech-events .program-tabs .event-detail-area .major-event {
    min-width: 23.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-detail-area .major-event {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 586px) {
  .tech-events .program-tabs .event-detail-area .major-event {
    margin-bottom: 0.5rem;
  }
}
.tech-events .program-tabs .event-detail-area .major-event-video {
  display: none;
}
.tech-events .program-tabs .event-detail-area .major-event img {
  border-radius: 0.75rem;
  height: 100%;
  width: 100%;
}
.tech-events .program-tabs .event-detail-area .sub-events {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-detail-area .sub-events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: -16px;
  }
}
@media only screen and (max-width: 586px) {
  .tech-events .program-tabs .event-detail-area .sub-events {
    gap: 0.5rem;
  }
}
.tech-events .program-tabs .event-detail-area .sub-events .event-card {
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  height: 17.75rem;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-detail-area .sub-events .event-card {
    min-width: 85%;
    max-width: 85%;
  }
}
.tech-events .program-tabs .event-detail-area .sub-events .event-card img {
  height: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-detail-area .sub-events .event-card img {
    min-width: 100%;
    max-width: 100%;
  }
}
.tech-events .program-tabs .event-details {
  max-width: 754px;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .tech-events .program-tabs .event-details {
    display: none;
  }
}
.experts .expert-head-area {
  min-width: 42.3125rem;
  max-width: 42.3125rem;
}
@media only screen and (max-width: 768px) {
  .experts .expert-head-area {
    min-width: 100%;
    max-width: 100%;
  }
}
.launch-sec-faculty .launch-contents .launch-title {
  max-width: 898px;
}
.launch-sec-faculty .launch-contents .launch-desc {
  max-width: 610px;
}
.launch-sec-faculty .count-wrap {
  padding-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec-faculty .count-wrap {
    padding-top: 2rem;
  }
}
.launch-sec-faculty .count-wrap-2 {
  padding-top: 5.875rem;
}
@media only screen and (max-width: 768px) {
  .launch-sec-faculty .count-wrap-2 {
    padding-top: 2.9375rem;
    --grid-gap: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .launch-sec-faculty .count {
    --launch-count-padding: 0;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 586px) {
  .launch-sec-faculty .count {
    padding-bottom: 0;
  }
}
.facility-sec .facility-title-wrapper {
  max-width: 60.125rem;
}
.facility-sec .facility-title-wrapper .sub-title-desc {
  max-width: 47rem;
}
.apply-sec .apply-title {
  max-width: 572px;
}
@media only screen and (max-width: 586px) {
  .apply-sec .apply-title span {
    display: block;
  }
} /*# sourceMappingURL=faculty-page.min.css.map */

.study-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .study-layout {
    gap: 2rem;
  }
}
.study-layout .study-details {
  max-width: min(55%, 766px);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .study-layout .study-details {
    min-width: 100%;
    max-width: 100%;
  }
}
.study-layout .study-details .study-head p {
  min-width: auto;
  max-width: 667px;
}
@media only screen and (max-width: 586px) {
  .study-layout .study-details .study-head p {
    min-width: auto;
    max-width: 308px;
  }
}
.study-layout .study-details .study-list {
  padding: 3.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 1120px) {
  .study-layout .study-details .study-list {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .study-layout .study-details .study-list {
    padding: 1.25rem 0 1.5rem 0;
    row-gap: 1.5rem;
  }
}
@media only screen and (max-width: 586px) {
  .study-layout .study-details .study-list {
    row-gap: 1rem;
  }
}
.study-layout .study-details .study-list .study-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  max-width: 374px;
}
@media only screen and (max-width: 1120px) {
  .study-layout .study-details .study-list .study-box {
    max-width: 320px;
  }
}
.study-layout .study-details .study-list .study-box img {
  padding-top: 0.3125rem;
}
.study-layout .study-details .study-list .study-box:last-child {
  padding-bottom: 0;
}
.study-layout .study-details .study-list .study-box p {
  max-width: 303px;
}
.study-layout .study-details .study-list .study-box ul {
  list-style: disc;
  margin-left: 1rem;
}
.study-layout .study-image {
  max-width: min(38%, 478px);
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .study-layout .study-image {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .study-layout .study-image img {
    min-width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.study-layout.study-layout-two-img .study-details {
  max-width: min(50%, 472px);
}
@media only screen and (max-width: 768px) {
  .study-layout.study-layout-two-img .study-details {
    min-width: 100%;
  }
}
.study-layout.study-layout-two-img .study-image {
  min-width: 48%;
  margin-top: 4.6875rem;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media only screen and (max-width: 768px) {
  .study-layout.study-layout-two-img .study-image {
    min-width: 100%;
    margin-top: 0;
  }
}
.study-layout.study-layout-two-img .study-image > img {
  max-width: none;
  width: auto;
}
.program-studies .study-layout .study-details .study-list {
  padding: 1rem 0;
  gap: 1rem;
  list-style: disc;
  max-width: 625px;
  margin-left: 20px;
}