/*
 Theme Name:   Twenty Twenty Child
 Template:     twentytwenty
 Version:      1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

:root {
  --primary-color: #5bc2e7;
  --primary-dark-color: #0c71ac;
  --primary-light-color: #eff9fd;
  --primary-medium-color: #8cd5ef;
  --black-color: #000000;
  --black-85-color: #4d4d4f;
  --black-55-color: #8a8c8e;
  --white-color: #ffffff;
  --aubergine-color: #1e1248;
  --aubergine-75-color: #544b73;
  --grey-secondary-color: #ececec;
  --yellow-color: #fed76f;
  --melon-color: #ed6b5e;
  --melon-85-color: #f6958a;
  --grape-color: #b49ad2;
  --tango-color: #f79554;
  --grey-dark-color: #494949;
  --grey-medium-color: #b7b7b7;
  --grey-light-on-light-color: #6e6e6e;
  --grey-light-color: #eeeeee;
  --grey-extra-light-color: #f7f7f7;
  --negative-color: #d6001d;
  --positive-color: #498406;
  --main-text-color: #262626;
  --transparent: transparent;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  background-color: var(--white-color);
  scroll-behavior: smooth;
  color: var(--main-text-color);
}

.body-no-scroll {
  overflow: hidden;
  position: relative;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.container-xxl {
  margin: 0 auto;
  max-width: 94rem;
  width: 100%;
}

@media screen and (min-width: 0) {
  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 576px) {
  .container-xxl {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .container-xxl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .container-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1264px) {
  .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 2560px) {
  .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}

p {
  margin: 0px;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

/* common css */
.primary-bg {
  background-color: var(--primary-color);
}

.white-bg {
  background-color: var(--white-color);
}

.transition-all,
.default-btn,
.program-card .card-body,
.news-events-card,
.news-events-card .card-body {
  transition: all 0.2s linear;
}

.material-symbols-outlined {
  display: inline-block !important;
  text-decoration: none !important;
}
.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1;
}

.default-btn {
  display: inline-flex;
  justify-content: center;
  padding: 16px 40px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 64px !important;
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  background-color: var(--melon-color);
  color: var(--aubergine-color);
  min-height: 64px;
}
.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: var(--melon-85-color) !important;
  color: var(--aubergine-color) !important;
}
.default-btn:hover .btn-label,
.default-btn:focus .btn-label,
.default-btn:active .btn-label {
  text-decoration: none;
}
.default-btn:hover .material-symbols-outlined,
.default-btn:focus .material-symbols-outlined,
.default-btn:active .material-symbols-outlined {
  text-decoration: none !important;
  border: none !important;
}
.default-btn.btn-outline {
  background-color: var(--transparent);
  border: 2px solid var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--primary-color) !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.default-btn.btn-outline:hover,
.default-btn.btn-outline:focus,
.default-btn.btn-outline:active {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--black-color) !important;
}
.default-btn.btn-outline:hover .btn-label,
.default-btn.btn-outline:focus .btn-label,
.default-btn.btn-outline:active .btn-label {
  text-decoration: none;
}
.default-btn.btn-outline:hover .material-symbols-outlined,
.default-btn.btn-outline:focus .material-symbols-outlined,
.default-btn.btn-outline:active .material-symbols-outlined {
  text-decoration: none !important;
  border: none !important;
}
.default-btn.default-btn-primary {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--black-color) !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.default-btn.default-btn-primary:hover,
.default-btn.default-btn-primary:focus,
.default-btn.default-btn-primary:active {
  background-color: var(--primary-medium-color) !important;
  border: 2px solid var(--primary-medium-color);
  outline-color: var(--primary-medium-color);
  color: var(--aubergine-color) !important;
}
.default-btn.default-btn-primary:hover .btn-label,
.default-btn.default-btn-primary:focus .btn-label,
.default-btn.default-btn-primary:active .btn-label {
  text-decoration: none;
}
.default-btn.default-btn-primary:hover .material-symbols-outlined,
.default-btn.default-btn-primary:focus .material-symbols-outlined,
.default-btn.default-btn-primary:active .material-symbols-outlined {
  text-decoration: none !important;
  border: none !important;
}
.default-btn.default-btn-secondary {
  background-color: var(--aubergine-color);
  border: 2px solid var(--aubergine-color);
  outline-color: var(--aubergine-color);
  color: var(--white-color) !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.default-btn.default-btn-secondary:hover,
.default-btn.default-btn-secondary:focus,
.default-btn.default-btn-secondary:active {
  background-color: var(--aubergine-75-color) !important;
  border: 2px solid var(--aubergine-75-color);
  outline-color: var(--aubergine-75-color);
}
.default-btn.default-btn-secondary:hover .btn-label,
.default-btn.default-btn-secondary:focus .btn-label,
.default-btn.default-btn-secondary:active .btn-label {
  text-decoration: none;
}
.default-btn.default-btn-secondary:hover .material-symbols-outlined,
.default-btn.default-btn-secondary:focus .material-symbols-outlined,
.default-btn.default-btn-secondary:active .material-symbols-outlined {
  text-decoration: none !important;
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .default-btn {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}

.text-link {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  display: inline-block;
  text-decoration: underline;
}

.text-link.primary-link {
  color: var(--primary-color);
}

.text-link.white-link {
  color: var(--white-color);
}

/* text colors */
.text-primary {
  color: var(--primary-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

.main-text-color {
  color: var(--main-text-color) !important;
}

.text-red {
  color: var(--negative-color) !important;
}

.error-text {
  color: var(--negative-color) !important;
}

/* common paddings */
.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-48 {
  padding: 48px;
}

.pb-4px {
  padding-bottom: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-8-16 {
  padding-bottom: 8px;
}

.pb-16-24 {
  padding-bottom: 16px;
}

.pb-32-24 {
  padding-bottom: 32px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-8-16 {
  padding-top: 8px;
}

.pt-16-24 {
  padding-top: 16px;
}

.pt-pb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pt-pb-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt-pb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pt-32-24 {
  padding-top: 32px;
}

.pt-24-32 {
  padding-top: 24px;
}

.pt-32-48 {
  padding-top: 32px;
}

@media only screen and (min-width: 992px) {
  .pb-8-16 {
    padding-bottom: 16px;
  }
  .pb-16-24 {
    padding-bottom: 24px;
  }
  .pt-8-16 {
    padding-top: 16px;
  }
  .pb-32-24 {
    padding-bottom: 24px;
  }
  .pt-32-24 {
    padding-top: 24px;
  }
  .pt-24-32 {
    padding-top: 32px;
  }
  .pt-16-24 {
    padding-top: 24px;
  }
  .pt-32-48 {
    padding-top: 48px;
  }
}
.section-w-bg {
  background-color: var(--grey-light-color);
}

/* headings and texts */
.section-heading {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  letter-spacing: 0.5px !important;
}

@media only screen and (min-width: 992px) {
  .section-heading {
    font-size: 48px !important;
    line-height: 60px !important;
  }
}

/* Header section CSS */
.main-header {
  background-color: var(--white-color);
  height: 50px;
  color: var(--main-text-color);
}
@media only screen and (min-width: 992px) {
  .main-header {
    background-color: var(--grey-light-color);
  }
}
.bg-sub-header-logo {
  flex-grow: 1;
  height: 100px;
}
.sub-header-logo {
  width: auto !important;
  padding: 25.39px 0;
}
.sub-header-logo img {
  max-height: 50px;
}
.header-campus-name {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  padding-left: 32px;
}
.header-titles-wrapper {
  margin: 0;
  padding: 12px 0;
  text-align: left;
  justify-content: left;
}
.section-inner {
  width: calc(100% - 0rem);
}
ul.primary-menu {
  margin: 0;
}
.primary-menu > li {
  margin: 0;
}
.header-inner .toggle {
  width: auto;
  padding: 0 16px;
}
.nav-toggle .toggle-inner {
  padding-top: 0px;
  height: auto;
}
.nav-toggle .toggle-inner img {
  width: 24px;
}
button.close-nav-toggle {
  padding: 10px 0;
}
.menu-modal nav * {
  border-color: var(--grey-medium-color);
}
body:not(.overlay-header) .primary-menu > li a {
  padding: 13px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0 !important;
}
body:not(.overlay-header) .primary-menu > li:hover {
  background: var(--white-color) !important;
  color: var(--aubergine-color);
}
body:not(.overlay-header) .primary-menu > li > a:hover {
  text-decoration: none;
  background: var(--white-color) !important;
  color: var(--aubergine-color);
  padding: 13px 20px;
  margin: 0;
}
body:not(.overlay-header) .primary-menu > li > a {
  color: var(--main-text-color);
}

.header-inner .toggle {
  background: transparent;
  border: none;
}

.header-apply-btn {
  background: #1e1248 !important;
}
body:not(.overlay-header) .primary-menu > li.header-apply-btn:hover {
  background: #544b73 !important;
}

.header-apply-btn a {
  color: #ffffff !important;
}
body:not(.overlay-header) .primary-menu > li.header-apply-btn:hover a {
  color: #ffffff !important;
  background: #544b73 !important;
}

@media (max-width: 991px) {
  .menu-wrapper {
    background-color: var(--grey-light-color);
  }
  .menu-modal-inner {
    width: calc(100% - 0px);
    margin-left: 20%;
  }
  .menu-modal.active {
    transition: opacity 0.15s linear;
    background: rgb(0, 0, 0, 0.72);
  }
  .modal-menu {
    width: 100%;
    left: 0;
  }
  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    font-size: 16px;
    line-height: 28px;
    padding: 22px 24px;
    font-style: normal;
    font-weight: 400;
    color: var(--main-text-color);
    background: var(--white-color);
  }

  .nav-header-logo img {
    height: 24px;
  }

  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a:hover {
    text-decoration: none;
    color: var(--secondary-color);
  }
  .fill-children-current-color,
  .fill-children-current-color * {
    fill: var(--white-color);
  }
  button.close-nav-toggle {
    background-color: var(--black-color);
  }
  button.close-nav-toggle svg {
    margin-right: 24px;
    height: 1rem;
    width: 1rem;
  }

  @media (min-width: 700px) {
    button.close-nav-toggle svg {
      height: 1rem;
      width: 1rem;
    }
  }

  .header-apply-btn {
    background: #1e1248 !important;
  }
  .header-apply-btn:hover {
    background: #544b73 !important;
  }
  .header-apply-btn .ancestor-wrapper > a {
    color: #ffffff !important;
    background: #1e1248 !important;
  }

  .header-apply-btn:hover .ancestor-wrapper > a {
    color: #ffffff !important;
    background: #544b73 !important;
  }
  .header-campus-name-mobile {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 24px 16px;
    background-color: var(--primary-color);
    color: var(--aubergine-color);
  }
}
@media (min-width: 1000px) {
  .header-titles {
    margin: 0;
  }
}
/* End Header section CSS */
/* Footer section CSS */
.footer--py {
  padding: 40px 0;
}
.sub-footer--py {
  padding: 0 0 48px 0;
}
.bg-body-footer {
  background-color: var(--black-color);
  color: var(--white-color);
}
.sub-footer-sec {
  width: auto;
  /* border-top: solid 1px var(--grey-medium-color); */
  position: relative;
}
.sub-footer-sec:before {
  content: "";
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: var(--grey-medium-color);
  position: absolute;
  left: 0.75rem;
  top: 0;
}

.text-footer.small-head {
  font-size: 14px;
}

.victoria-footer-logo img {
  display: block;
  max-height: 56px;
}

.footer-nav {
  list-style: none;
  padding-top: 20px !important;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.footer-nav li {
  position: relative;
  margin: 0;
}
.footer-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  color: var(--grey-medium-color);
}
.footer-nav a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--grey-medium-color) !important;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: none;
  color: var(--grey-extra-light-color) !important;
}
.social_media_link .btn.btn-social {
  margin-right: 2px;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: 0.3s;
  border: none;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 0px !important;
}
.social_media_link .btn-social {
  background: var(--main-text-color);
  color: var(--white-color);
}
.social_media_link .btn-social:hover {
  background: var(--white-color);
  color: var(--main-text-color);
}
@media screen and (max-width: 767px) {
  .sub-footer-sec {
    text-align: center;
  }
  .mob-column-reverse {
    flex-direction: column-reverse;
  }
  .footer-nav {
    padding-top: 24px !important;
  }
  .victoria-footer-logo {
    margin-bottom: 32px !important;
    margin: auto;
  }
  .victoria-footer-logo img {
    margin: 0 auto;
    max-height: 125px;
  }
}
/* End Footer section CSS */

/* Hero section start */
.hero-section .hero-banner-inner {
  position: relative;
  overflow: hidden;
}
.hero-section .hero-banner-inner .hero-banner-picture {
  width: 100%;
  min-height: 211px;
  display: block;
  position: relative;
}
.hero-section .hero-banner-inner .hero-banner-picture img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  height: 100% !important;
  width: 100%;
  position: absolute;
}

.hero-section .hero-banner-heading {
  padding-bottom: 40px;
}
.hero-section .hero-banner-heading .hero-title {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: 0.5px;
}
.hero-section .hero-banner-heading .hero-desc {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
  .hero-section .hero-banner-inner {
    min-height: 580px;
  }
  .hero-section .hero-banner-inner .hero-banner-picture {
    min-height: 0;
    height: 100%;
    position: static;
  }
  .hero-section .hero-banner-inner .hero-banner-picture img {
    -o-object-position: left top;
    object-position: left top;
  }
  .hero-banner-picture::after {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 39.27%,
      rgba(0, 0, 0, 0.3) 63.25%,
      rgba(0, 0, 0, 0.6) 81.68%,
      rgba(0, 0, 0, 0.7) 100%
    );
    pointer-events: none;
  }
  .hero-section .hero-banner-heading {
    position: relative;
  }
  .hero-section .hero-banner-heading {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero-section .hero-banner-heading .hero-title {
    font-size: 60px !important;
    line-height: 72px !important;
    color: var(--white-color);
  }
  .hero-section .hero-banner-heading .hero-desc {
    color: var(--white-color);
    padding-bottom: 0px;
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
/* Hero section end */
/* Stats sectiom start */
.stats-section {
  padding-top: 16px;
  padding-bottom: 2px;
}
.stats-section .stats-col .stats-slide-wrapper {
  padding: 0 0 16px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.stats-section .stats-col .stats-wrapper {
  background-color: var(--white-color);
  padding: 0;
  align-content: baseline;
  align-items: center;
  display: flex;
  flex: 0 0 304px;
  scroll-snap-align: start;
  cursor: pointer;
}
.stats-section .stats-col .stats-wrapper:hover .stats-inner {
  background-color: var(--primary-color);
}
.stats-section .stats-col .stats-inner {
  background-color: var(--white-color);
  height: 100%;
  align-content: baseline;
  align-items: center;
  display: flex;
  flex: 0 0 304px;
  scroll-snap-align: start;
  padding: 8px 16px 8px 0px;
}
.stats-section .stats-col .stats-card-front {
  align-items: center;
  display: flex;
  width: 100%;
}
.stats-section .stats-col .stats-card-image-block {
  flex: 0 0 80px;
  margin: auto;
  padding: 16px;
  height: 80px;
  width: 80px;
}
.stats-section .stats-col .stats-card-image-block img {
  height: 48px;
  width: 48px;
}
.stats-section .stats-col .stats-card-title-block {
  color: var(--aubergine-color);
  width: 100%;
}
.stats-section .stats-col .stats-card-title-block .stats-head {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: var(--grey-dark-color);
}
.stats-section
  .stats-col
  .stats-card-title-block
  .stats-card-mobile-description {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--aubergine-color);
}
.stats-section .stats-col .stats-card-back {
  display: none;
}
.stats-section .stats-col .stats-card-description {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--aubergine-color);
}

@media only screen and (min-width: 992px) {
  .stats-section {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .stats-section .stats-col .stats-slide-wrapper {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
    flex-wrap: wrap;
    overflow-x: inherit;
    padding-bottom: 0px;
  }
  .stats-section .stats-col .stats-wrapper.hover-flip {
    background-color: var(--transparent) !important;
    perspective: 500px;
    transition: all 0.5s;
    align-items: baseline;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .stats-section .stats-col .stats-inner {
    transform-style: preserve-3d;
    transition: transform 0.5s;
    align-items: baseline;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 20px 8px 12px;
  }
  .stats-section .stats-col .stats-wrapper:hover .stats-inner {
    background-color: var(--white-color);
    transform: rotateY(180deg);
  }
  .stats-section .stats-col .stats-card-image-block {
    flex: 0 0 100%;
    padding: 0;
    height: 68px;
    width: 68px;
  }
  .stats-section .stats-col .stats-card-image-block img {
    height: 68px;
    width: 68px;
  }
  .stats-section .stats-col .stats-card-title-block .stats-head {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px !important;
  }

  .stats-section
    .stats-col
    .stats-card-title-block
    .stats-card-mobile-description {
    display: none;
  }
  .stats-section .stats-col .stats-card-front {
    backface-visibility: hidden;
    display: block;
  }
  .stats-section .stats-col .stats-card-back {
    background: var(--primary-color);
    display: block;
    padding: 20px 12px;
    position: absolute;
    text-align: left;
    align-content: start;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    backface-visibility: hidden;
  }
  .stats-section .stats-col .stats-card-description {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: var(--aubergine-color);
    padding: 8px 0px;
  }
}
/* Stats sectiom End */
/* Discover Section */
.discover-section {
  padding-top: 24px;
  padding-bottom: 32px;
}
.discover-section.extra-section {
  padding-top: 40px;
}

.discover-section .discover-col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.discover-section .discover-col .discover-image-wrapper {
  width: 100%;
}
.discover-section .discover-col .discover-content-wrapper {
  width: 100%;
  background-color: var(--black-color);
  padding: 16px 16px 0px;
}
.discover-section .discover-col .discover-head {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: 0.5px;
  color: var(--white-color);
}
.discover-section .discover-col .discover-para {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--white-color);
}

@media only screen and (min-width: 768px) {
  .discover-section .discover-col .discover-para {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .discover-section .discover-col .discover-image-wrapper picture {
    position: relative;
    display: block;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
  }
  .discover-section .discover-col .discover-image-wrapper picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}

@media only screen and (min-width: 1200px) {
  .discover-section {
    padding-top: 16px;
  }
  .discover-section.extra-section {
    padding-top: 40px;
  }
  .discover-section .discover-col {
    flex-wrap: nowrap;
    min-height: 520px;
  }
  .discover-section .discover-col .discover-image-wrapper {
    width: 66.66%;
    height: 100%;
  }
  .discover-section .discover-col .discover-image-wrapper picture {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
  }
  .discover-section .discover-col .discover-image-wrapper picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
  .discover-section .discover-col .discover-content-wrapper {
    width: 33.33%;
    padding: 24px;
    min-height: 520px;
  }
  .discover-section .discover-col .discover-head {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .discover-section .discover-col .discover-para {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
/* Discover Section End */
/* Why choose Section */
.why-choose-section {
  padding-top: 40px;
  padding-bottom: 32px;
}
.why-choose-section .why-choose-card-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
}
.why-choose-section .why-choose-card-col .why-choose-card {
  width: 100%;
  background-color: var(--grey-extra-light-color);
  padding: 16px 16px 24px;
  border: none;
  border-radius: 0px;
}
.why-choose-section
  .why-choose-card-col
  .why-choose-card
  .why-choose-card-head {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: var(--main-text-color);
}
.why-choose-section
  .why-choose-card-col
  .why-choose-card
  .why-choose-card-para {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--grey-dark-color);
}

@media only screen and (min-width: 768px) {
  .why-choose-section .why-choose-card-col {
    flex-direction: row;
    align-items: stretch;
  }
  .why-choose-section .why-choose-card-col .why-choose-card {
    width: calc(50% - 8px);
  }
  .why-choose-section
    .why-choose-card-col
    .why-choose-card
    .why-choose-card-head {
    font-size: 20px !important;
  }
  .why-choose-section
    .why-choose-card-col
    .why-choose-card
    .why-choose-card-para {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .why-choose-section .why-choose-card-col {
    gap: 32px;
  }
  .why-choose-section .why-choose-card-col .why-choose-card {
    width: calc(25% - 24px);
    padding: 24px 24px 32px;
  }
  .why-choose-section
    .why-choose-card-col
    .why-choose-card
    .why-choose-card-para {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
/* Why choose Section End */
/* Program cards section */
.program-card-section {
  padding-top: 40px;
  padding-bottom: 32px;
}
.program-card-section > .container {
  padding-top: 24px;
}
.program-card-section .program-cards-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
}
.program-card-section .program-cards-col .program-card {
  width: 100%;
  background-color: var(--grey-extra-light-color);
  padding: 0px;
  border: none;
  border-radius: 0px;
}
.program-card-section .program-cards-col .program-card picture {
  position: relative;
  width: 100%;
  aspect-ratio: 15/7;
}
.program-card-section .program-cards-col .program-card picture img {
  position: absolute;
  aspect-ratio: 15/7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.program-card-section .program-cards-col .program-card .card-body {
  padding: 16px 16px 24px;
  background-color: var(--white-color);
}
.program-card-section .program-cards-col .program-card:hover .card-body {
  background-color: var(--primary-color);
}
.program-card-section .program-cards-col .program-card .program-head {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: var(--main-text-color);
  padding-top: 4px;
  padding-bottom: 4px;
}
.program-card-section .program-cards-col .program-card:hover .program-head {
  text-decoration: underline;
  color: var(--aubergine-color);
}
.program-card-section .program-cards-col .program-card .program-card-desc {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--grey-dark-color);
}
.program-card-section
  .program-cards-col
  .program-card:hover
  .program-card-desc {
  color: var(--aubergine-color);
}

.program-card-section .program-cards-col .program-card .program-card-desc span {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  color: var(--grey-light-on-light-color);
}

.program-card-section
  .program-cards-col
  .program-card:hover
  .program-card-desc
  span {
  color: var(--aubergine-color);
}

@media only screen and (min-width: 768px) {
  .program-card-section .program-cards-col {
    flex-direction: row;
    align-items: stretch;
  }
  .program-card-section .program-cards-col .program-card {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1200px) {
  .program-card-section .program-cards-col {
    gap: 32px;
  }
  .program-card-section .program-cards-col .program-card {
    width: calc(33.33% - 22px);
  }
  .program-card-section .program-cards-col .program-card .card-body {
    padding: 24px 24px 32px;
  }
  .program-card-section .program-cards-col .program-card .program-head {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: var(--main-text-color);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* Program cards section End */
/* News Events Section */
.news-events-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-events-section .news-events-card-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
}
.news-events-section .news-events-card-col a.news-events-card {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  color: var(--main-text-color);
  display: block;
  cursor: pointer;
}

.news-events-section .news-events-card-col a.news-events-card:hover {
  background-color: var(--primary-color);
}

.news-events-section .news-events-card-col .news-events-card picture {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  display: block;
  overflow: hidden;
}

.news-events-section .news-events-card-col .news-events-card picture img {
  position: absolute;
  aspect-ratio: 5/4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.news-events-section .news-events-card-col .news-events-card .card-body {
  padding: 16px 16px 24px;
  background-color: var(--white-color);
  position: relative;
}
.news-events-section .news-events-card-col .news-events-card .news-events-tag {
  position: absolute;
  z-index: 1;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 4px 8px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  top: -36px;
  left: 8px;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates {
  position: absolute;
  background-color: var(--primary-color);
  z-index: 1;
  display: flex;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .date-wrapper {
  background-color: var(--primary-color);
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  max-width: 50px;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .date-wrapper
  span {
  width: 100%;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .date-wrapper
  span:nth-child(1) {
  display: inline-block;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .date-wrapper
  span:nth-child(2) {
  display: inline-block;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 10px !important;
  line-height: 14px !important;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .arrow-wrapper {
  display: flex;
  align-items: center;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-dates
  .arrow-wrapper
  span.material-symbols-outlined {
  font-size: 16px !important;
  line-height: 16px !important;
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-card-date {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: var(--grey-light-on-light-color);
}
.news-events-section
  .news-events-card-col
  .news-events-card
  .news-events-card-head {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: var(--main-text-color);
}

.news-events-section .news-events-card-col .news-events-card:hover .card-body {
  background-color: var(--primary-color);
}

.news-events-section
  .news-events-card-col
  .news-events-card:hover
  .news-events-card-head {
  color: var(--aubergine-color);
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .news-events-section {
    padding-bottom: 32px;
  }
  .news-events-section .news-events-card-col {
    flex-direction: row;
    align-items: stretch;
  }
  .news-events-section .news-events-card-col a.news-events-card {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1200px) {
  .news-events-section .news-events-card-col {
    gap: 32px;
  }
  .news-events-section .news-events-card-col a.news-events-card {
    width: calc(25% - 24px);
  }
  .news-events-section .news-events-card-col .news-events-card .card-body {
    padding: 24px 24px 32px;
  }
  .news-events-section
    .news-events-card-col
    .news-events-card
    .news-events-card-date {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .news-events-section
    .news-events-card-col
    .news-events-card
    .news-events-card-head {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .news-events-section
    .news-events-card-col
    .news-events-card
    .news-events-dates
    .date-wrapper
    span:nth-child(1) {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .news-events-section
    .news-events-card-col
    .news-events-card
    .news-events-dates
    .date-wrapper
    span:nth-child(2) {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
/* News Events Section End */

/* modal starts */

#modal_dialog {
  border: none;
  padding: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  border-radius: 0px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  animation: fadeIn 0.25s ease-in-out;
  max-height: calc(100vh - 32px);
}

/* Modal content wrapper */
#modal_dialog .modal-content {
  position: relative;
  padding: 24px;
}

/* Title and text */
.modal-title {
  font-family: "program", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 44px !important;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 32px;
  margin-bottom: 16px;
  padding-right: 34px;
}

/* Close button */

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  font-size: 32px;
  line-height: 32px;
  cursor: pointer;
  color: var(--black-color);
  transition: color 0.2s;
  width: 42px;
  height: 42px;
}

/* close css and outline css*/
.modal-close:hover {
  color: var(--black-85-color);
  background: none !important;
  outline: none !important;
}

.modal-close:focus-visible {
  color: var(--black-85-color);
  background: none !important;
  outline: none !important;
}

.modal-close:hover:focus-visible {
  color: var(--black-color);
}

.register-form-section {
  padding-top: 40px;
  padding-bottom: 32px;
}

.register-form-section input:focus-visible {
  outline: none !important;
}

.register-form-section input:hover:focus-visible {
  outline: none !important;
}

/* Backdrop (native popover supports ::backdrop) */
#modal_dialog::backdrop {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
}

.success-msg-wrap .msg-box {
  border-radius: 4px;
  background: rgba(73, 132, 6, 0.16);
  width: 100%;
  margin: auto;
  padding: 16px;
  border: solid 1px var(--positive-color);
  gap: 10px !important;
  max-width: 850px;
}

.fail_msg,
.success_msg {
  width: calc(100% - 67px);
}

.msg-box .msg-title-head {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.msg-box p {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) {
  #modal_dialog .modal-content {
    position: relative;
    padding: 32px;
  }
  .modal-close {
    top: 32px;
    right: 32px;
  }
}

/* modal ends */

/* Page not found section */

.page-not-found-section {
  padding-bottom: 300px;
}

.page-not-found-section p {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.page-not-found-section .lead-paragraph {
  font-size: 18px !important;
  line-height: 26px !important;
}

.page-not-found-section ul {
  margin-left: 16px;
  padding-left: 40px;
}
.page-not-found-section ul li {
  display: table;
  margin-left: -32px;
  font-size: 16px;
  line-height: 24px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}
.page-not-found-section ul li:before {
  content: "\25B8";
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.page-not-found-section ul li a {
  color: #1e1248;
  box-shadow: inset 0 -1px 0 #1e1248;
  cursor: pointer;
  background: linear-gradient(to bottom, #5bc2e7 0%, #5bc2e7 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0 0;
  text-decoration: none;
  transition: background-size 0.2s;
}

.page-not-found-section ul li a:hover {
  box-shadow: inset 0 -1px 0 #1e1248;
  background-size: 4px 100%;
  text-decoration: none;
  color: #1e1248;
}

/* Page not found section end */
