h2 {
  font-size: 26px !important;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .process-card h4 {
    font-size: 14px;
  }

  .process-card p {
    font-size: 12px;
    line-height: 20px;
  }
}

.testi-flex {
  display: flex;
  background-color: #fff;
}

.testi-content {
  padding: 30px;
}

.testi-content p {
color: #000 !important;
}

.testi-flex * {
  color: #000 !important;
}

.testi-flex img {
  width: 311px;
}

.fs-38 {
  font-size: 38px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.cust-bx-style2-new2 {
  min-height: auto !important;
}

@media (min-width: 1441px) {
  .cust-bx-style2-new {
    min-height: 340px !important;
  }
}

@media (max-width: 1440px) and (min-width: 1180px) {
  .wca-sec div:nth-child(1) .cust-bx-style2-new,
  .wca-sec div:nth-child(2) .cust-bx-style2-new,
  .wca-sec div:nth-child(3) .cust-bx-style2-new {
    min-height: 425px !important;
  }

  .wca-sec div:nth-child(6) .cust-bx-style2-new,
  .wca-sec div:nth-child(5) .cust-bx-style2-new,
  .wca-sec div:nth-child(6) .cust-bx-style2-new {
    min-height: 379px !important;
  }
}

.int .points ul li i {
  margin-top: 1px !important;
}

.int .points ul li {
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  line-height: 20px;
  font-size: 14px;

  color: #545454;
}

.process-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.process-card {
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  transition: 0.3s;
  flex: 1;
  min-height: 225px;
}

.process-card:hover {
  transform: translateY(-5px);
}

.process-card:hover.process-card i {
  transform: rotateY(360deg);
}

.process-container .process-card:nth-child(1) i {
  color: rgb(14, 98, 146);
  border-color: rgb(14, 98, 146);
}

.process-container .process-card:nth-child(2) i {
  color: rgb(14, 146, 25);
  border-color: rgb(14, 146, 25);
}

.process-container .process-card:nth-child(3) i {
  color: rgb(184, 172, 14);
  border-color: rgb(184, 172, 14);
}

.process-container .process-card:nth-child(4) i {
  color: rgb(161, 82, 8);
  border-color: rgb(161, 82, 8);
}

.process-container .process-card:nth-child(5) i {
  color: rgb(8, 118, 161);
  border-color: rgb(8, 118, 161);
}

.process-container .process-card:nth-child(6) i {
  color: #562b63;
  border-color: #562b63;
}

.process-card i {
  transition: 1s;
  border: 3px solid #562b63;
  border-radius: 50%;
  padding: 20px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
}

.process-card h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.process-card p {
  font-size: 15px;
  text-align: center;
}

.aft-bg {
  position: relative;
  overflow: hidden;
}

.aft-bg h2,
.aft-bg p {
  color: #fff !important;
}

.aft-bg::after {
  content: "";
  position: absolute;
  left: -70px;
  top: -140px;
  width: 50%;
  height: 280%;
  background-color: #562b63;
  z-index: -1;
  transform: rotate(-30deg);
}

.aft-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7e528b;
  z-index: -1;
}

.bft-bg {
  position: relative;
  overflow: hidden;
}

.bft-bg::after {
  content: "";
  position: absolute;
  left: -130px;
  top: -140px;
  width: 50%;
  height: 280%;
  background-color: #ccd3dd;
  z-index: -1;
  transform: rotate(-30deg);
}

.slider-thumbnails div {
  overflow: hidden;
  margin: 10px;
  max-height: 163px !important;
}

.slider-thumbnails div img {
  width: 100%;
  object-fit: cover;
}

.slider-thumbnails .slick-current {
  border: 3px solid white !important;
}

.cust-bg-pinkish {
  background-color: #fff4fe !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.lh-36 {
  line-height: 36px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.cust-fs-16 {
  font-size: 16px !important;
}

.clr-primary {
  color: var(--updates-primary) !important;
}

.cust-h-auto {
  height: auto !important;
}

.bg-drk-purple {
  background-color: #4b284f !important;
  color: #fff !important;
  padding: 0 !important;
  padding-left: 8px !important;
  transition: 0.2s;
}

.bg-drk-purple:hover {
  background-color: #331736 !important;
}

.bg-drk-yellow:hover {
  background-color: #e0a903 !important;
}

.bg-drk-yellow {
  background-color: #ffc107 !important;
  padding: 0 !important;
  padding-left: 8px !important;
  transition: 0.2s;
}

@media (max-width: 1440px) and (min-width: 1180px) {
  .jon-thumb2 img {
    max-width: 110px;
  }

  .jon-thumb2 {
    min-height: 60px !important;
    font-size: 13px !important;
  }

  .jon-row .col-lg-6 {
    padding-inline: 5px !important;
  }

  .jon-thumb2-text {
    font-size: 14px !important;
  }
}

.lh-20 {
  line-height: 20px !important;
}

.jon-thumb2-text {
  font-size: 18px;
}

.accordion-new .toggle.ttm-style-classic {
  padding-bottom: 0;
  margin-bottom: 25px;
  border: 0;
  position: relative;
}

.accordion-new .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active {
  background-color: #c5c5c5 !important;
}

.ttm-toggle-title-bgcolor-darkgrey .toggle-title a {
  text-align: left !important;
  background-color: #e5e5e5 !important;
  color: #000 !important;
}

.accordion-new .toggle.ttm-style-classic .toggle-title {
  border: 0;
}

.accordion-new .toggle.ttm-style-classic .toggle-title a {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  padding: 22px 20px 22px;
  padding-right: 48px;
  position: relative;
  -webkit-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
  border-radius: 25px;
}

.accordion-new .toggle.ttm-style-classic .toggle-content {
  display: none;
}

.accordion-new .toggle.ttm-style-classic .toggle-content {
  padding: 14px 20px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
}

.fs-16 {
  font-size: 16px;
}

.accordion-new .toggle.ttm-style-classic .toggle-title a.active:after {
  content: "-";
}

.accordion-new .toggle.ttm-style-classic .toggle-title a:after {
  content: "+";
  top: 50%;
  right: 26px;
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  line-height: 12px;
  transform: translateY(-50%);
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .card-content {
    padding: 14px 5px !important;
  }

  .card-image-wrapper img {
    width: 100%;
    height: 230px;
    object-fit: contain;
  }

 .int .card-image-wrapper img {
    width: 100%;
    height: 230px;
    object-fit: cover !important;
  }
}

.light-txt {
  color: #949494 !important;
  font-weight: 400 !important;
}

.fs-40 {
  font-size: 40px !important;
}

.lh-30 {
  line-height: 30px;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.cta-main {
  background-color: #562b63;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 0 1 auto;
  border: 2px solid var(--primary-purple);
  box-shadow: 0 4px 10px rgba(86, 43, 99, 0.2);
  display: inline-block;
}

.cta-main:hover {
  transform: translateY(-5px);
  background-color: #3f1e49;
  box-shadow: 0 10px 20px rgba(86, 43, 99, 0.3);
  color: #fff;
}

.cust-pd-hd {
  padding: 180px 20px 160px !important;
  position: relative;
}

.cust-adjust-banner {
    margin-top: -790px;
}

/*.cust-adjust-banner {
    position: absolute;
    top: -812px;
    left: 0;
    z-index: 99999;
    transform: translateX(-63px);
}*/


.cust-adjust-banner .cust-pd-hd {
    width: 100vw !important;
    height: 705px;
    transform: translateX(-78px);
}

.cust-hd-sticky {
  z-index: 2;
  position: sticky;
}

.cust-hd-wd {
  max-width: 70%;
  margin: auto !important;
}

.cust-count {
  background: #b6b6b64a;
  backdrop-filter: blur(6px);
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .updates-slider-viewport {
    max-height: 800px;
  }
}

@media (min-width: 1441px) {
  .updates-slider-viewport {
    max-height: 1100px;
  }
}

.update-card-title {
  font-size: 16px !important;
}

.news-date {
  font-size: 14px !important;
}

.accordion-new-transparent
  .ttm-toggle-title-bgcolor-darkgrey
  .toggle-title.cust-acc-bg
  a {
  background: transparent !important;
}

.accordion-new-transparent
  .ttm-toggle-title-bgcolor-darkgrey
  .toggle-title.cust-acc-bg
  a
  h4 {
  font-size: 16px !important;
}

@media (max-width: 520px) {
  .bg-drk-purple {
    min-height: 60px !important;
  }

  .bg-drk-purple img {
    height: 60px;
  }

  .bg-drk-yellow {
    min-height: 60px !important;
  }

  .bg-drk-yellow img {
    height: 60px;
  }

  .jon-thumb2-text {
    font-size: 14px !important;
  }

  .lh-20 {
    font-size: 12px;
  }

  .fs-24 {
    font-size: 16px !important;
  }

  h1.fs-40 {
    font-size: 20px !important;
  }

  .updates-slider-viewport {
    height: auto !important;
  }

  .flex-gal .ttm-box-col-wrapper {
    flex: auto !important;
  }

  .container {
    max-width: 100% !important;
    padding-inline: 0px !important;
  }

  .testi-flex img {
    object-fit: contain !important;
    width: 100% !important;
  }
}

.new-fs {
  font-style: italic;
  color: #800080;
}

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.cc-new .card-content {
  padding: 24px 10px !important;
}

.cc-new .update-card-desc {
  margin-bottom: 0px !important;
  text-align: justify;
}

.cc-new .col-lg-4 {
  margin-bottom: 20px;
}

.cc-new .card-content .update-card-title {
  font-size: 15px !important;
}

.cc-new .cta-main {
  padding: 8px 24px !important;
}

.flex-gal {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flex-gal .ttm-box-col-wrapper {
  flex: 1;
}

.flex-gal .featured-imagebox-portfolio .ttm-box-view-overlay img,
.featured-imagebox-portfolio .ttm-box-view-overlay:before,
.ttm-box-view-overlay img,
.ttm-box-view-overlay:before {
  transform: scale(1);
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .fs-22 {
    font-size: 22px !important;
  }

  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

.fs-18 {
  font-size: 18px !important;
}

.testi-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testi-flex img {
  width: 180px !important;
  object-fit: cover;
  height: 218px;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.jon-thumb2 {
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 100px;
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}

.txt-shadow {
  position: relative;
}

.txt-shadow::after {
  content: "Office of International Affairs";
  transform: translateX(-50%);
  color: #7a7a7a08;
  position: absolute;
  left: 50%;
  font-size: 70px;
  width: 100%;
  -webkit-text-stroke: 7px;
  z-index: -1;
}

.info {
  border-left: 4px solid purple;
  padding: 20px;
  margin-bottom: 20px;
}

.font-bold {
  font-weight: 600 !important;
  font-size: 22px !important;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .jon-thumb2 {
    font-size: 15px;
  }

  h2 {
    font-size: 17px !important;
  }

  h3 {
    font-size: 15px !important;
  }

  .mou-title {
    font-size: 22px;
  }

  .container {
    max-width: 90% !important;
  }

  .process-container {
    flex-direction: column;
  }

  .process-card {
    max-width: 100% !important;
    width: 100% !important;
  }

  .testi-flex {
    flex-direction: column !important;
  }

  .testi-flex img {
    width: 295px !important;
  }

  .row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .cust-button-group {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
}

.global-map .round.bgd {
  left: 540px;
  top: 270px;
}

.global-map .round {
  display: inline-block;
  background: #ff9c00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}

.text-warning2 {
  color: orange;
}

.fs-34 {
  font-size: 34px !important;
}

.img-brd-light img {
  border: 1px solid #cbcbcb !important;
}

.cust-br {
  border: 2px solid #5f2e67;
  box-shadow: 10px 10px;
}

.map-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbTJqa21kZGU2cWt2cDg5cnhka3l6YXN1NDJwMjk4cmo5MzB3MXR0dCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l378tV67u1QQkSqFq/giphy.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  animation: mapFloat 12s ease-in-out infinite;
}

.advisory-slide-full-img {
  height: 300px !important;
}

.cust-content-tab {
  display: none;
}

.tabs:has(.cust-tab.active) + .cust-content-tab {
  display: block;
  border: 1px solid #fff !important;
  margin-top: 1px !important;
  color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: auto;
  background-color: #acacac57;
}

@media (max-width: 520px) {
  .cust-tab-btns {
    flex-direction: column;
  }

  .tabs:has(.cust-tab.active) + .cust-content-tab {
    margin: 20px;
  }
}

.cust-tab-btns .cust-tab a {
  background-color: #5f2e67;
  border: 0 !important;
  padding: 16px 40px !important;
  color: white !important;
}

.cust-tab-btns .cust-tab.active a {
  border-radius: 10px 10px 0 0;
}

.cust-aft {
  position: relative;
}

.cust-aft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}

.counter {
  text-align: center;
}

.count-up {
  border: 1px solid;
  border-radius: 12px;
  padding: 40px 10px 20px;
  transition: 0.4s ease-in-out;
}

.count-up:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 40px #33333396;
}

.counter h3 {
  font-size: 17px !important;
}

.counter p {
  color: #fff;
  position: relative;
}

.counter p::after {
  color: #fff;
  content: "+";
  font-size: 38px;
  position: absolute;
  right: -28px;
  top: -10px;
}

.counter-count {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: #000000;
  text-align: center;
  display: inline-block;
}

.featured-imagebox-portfolio.style2 .featured-title h5 a {
  line-height: 25px !important;
}

.cust-content {
  padding: 1rem !important;
  min-height: 200px !important;
}

.slick-track {
  margin-inline: inherit !important;
}

.cust-img-thumb img {
  height: auto !important;
  transform: scale(1) !important;
}

.custom-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: auto auto 40px;
  padding-block: 20px;
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px;
}

.slide-100 {
  flex: 0 0 calc(33% - 10.66px);
  text-align: center;
  font-size: 1.2rem;
  border-radius: 10px;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-controls button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.slider-counter {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .slide {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%;
  }
}

.stories-slide3 {
  background-color: transparent;
}

.stories-slide3 img {
  object-fit: contain !important;
  border: none;
 width: 100%;
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* short term page */

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.cta-main {
  background-color: #562b63;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 0 1 auto;
  border: 2px solid var(--primary-purple);
  box-shadow: 0 4px 10px rgba(86, 43, 99, 0.2);
  display: inline-block;
}

.cta-main:hover {
  transform: translateY(-5px);
  background-color: #3f1e49;
  box-shadow: 0 10px 20px rgba(86, 43, 99, 0.3);
  color: #fff;
}

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

.uni-card .card-content h3 {
  font-size: 18px !important;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }

  .uni-card .update-card-title {
    font-size: 15px !important;
  }
}

.uni-card {
  padding: 0;
}

.uni-card .update-card-title {
  font-size: 18px;
}

.uni-card .card-content {
  padding-inline: 0px !important;
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* global MBA */

.slick_slider .slick-arrow {
  visibility: visible !important;
}

@media (max-width: 1440px) and (min-width: 1180px) {
  .uni-card .card-content {
    /* min-height: 124px !important; */
    justify-content: center;
  }

  .uni-card .card-content h3 {
    font-size: 16px !important;
  }
}

.accordion-new .toggle.ttm-style-classic {
  padding-bottom: 0;
  margin-bottom: 25px;
  border: 0;
  position: relative;
}

.accordion-new .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active {
  background-color: #c5c5c5 !important;
}

.ttm-toggle-title-bgcolor-darkgrey .toggle-title a {
  text-align: left !important;
  background-color: #e5e5e5 !important;
  color: #000 !important;
}

.accordion-new .toggle.ttm-style-classic .toggle-title {
  border: 0;
}

.accordion-new .toggle.ttm-style-classic .toggle-title a {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  padding: 22px 20px 22px;
  padding-right: 48px;
  position: relative;
  -webkit-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
  border-radius: 25px;
}

.accordion-new .toggle.ttm-style-classic .toggle-content {
  display: none;
}

.accordion-new .toggle.ttm-style-classic .toggle-content {
  padding: 14px 20px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
}

.fs-24 {
  font-size: 16px !important;
  margin-bottom: 0;
}

.fs-16 {
  font-size: 16px;
}

.accordion-new .toggle.ttm-style-classic .toggle-title a.active:after {
  content: "-";
}

.accordion-new .toggle.ttm-style-classic .toggle-title a:after {
  content: "+";
  top: 50%;
  right: 26px;
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  line-height: 12px;
  transform: translateY(-50%);
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .card-content {
    padding: 14px 5px !important;
  }

  .card-image-wrapper img {
    width: 100%;
    height: 230px;
    object-fit: contain !important;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }

  .uni-card .update-card-title {
    font-size: 15px !important;
  }
}

.uni-card {
  padding: 0;
}

.uni-card .update-card-title {
  font-size: 18px;
}

.uni-card .card-content {
  padding-inline: 0px !important;
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.cta-main {
  background-color: #562b63;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 0 1 auto;
  border: 2px solid var(--primary-purple);
  box-shadow: 0 4px 10px rgba(86, 43, 99, 0.2);
  display: inline-block;
}

.cta-main:hover {
  transform: translateY(-5px);
  background-color: #3f1e49;
  box-shadow: 0 10px 20px rgba(86, 43, 99, 0.3);
  color: #fff;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* joint doctoral programme */

.slick_slider .slick-arrow {
  visibility: visible !important;
}
.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
  padding-top: 0px !important;
}

@media (min-width: 1441px) {
  .uni-card .card-content h3 {
    font-size: 18px !important;
  }
}

.uni-card .card-content .flex-gal {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flex-gal .ttm-box-col-wrapper {
  flex: 1;
}

.flex-gal .featured-imagebox-portfolio .ttm-box-view-overlay img,
.featured-imagebox-portfolio .ttm-box-view-overlay:before,
.ttm-box-view-overlay img,
.ttm-box-view-overlay:before {
  transform: scale(1);
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

.testi-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testi-flex img {
  width: 180px !important;
  object-fit: cover;
  height: 218px;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.jon-thumb2 {
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 100px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}

.txt-shadow {
  position: relative;
}

.txt-shadow::after {
  content: "Office of International Affairs";
  transform: translateX(-50%);
  color: #7a7a7a08;
  position: absolute;
  left: 50%;
  font-size: 70px;
  width: 100%;
  -webkit-text-stroke: 7px;
  z-index: -1;
}

.info {
  border-left: 4px solid purple;
  padding: 20px;
  margin-bottom: 20px;
}

.font-bold {
  font-weight: 600 !important;
  font-size: 22px !important;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .jon-thumb2 {
    font-size: 15px;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  .mou-title {
    font-size: 22px;
  }

  .container {
    max-width: 90% !important;
  }

  .process-container {
    flex-direction: column;
  }

  .process-card {
    max-width: 100% !important;
    width: 100% !important;
  }

  .testi-flex {
    flex-direction: column !important;
  }

  .testi-flex img {
    width: 295px !important;
  }

  .row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .cust-button-group {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
}

.global-map .round.bgd {
  left: 540px;
  top: 270px;
}

.global-map .round {
  display: inline-block;
  background: #ff9c00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}

.text-warning2 {
  color: orange;
}

.fs-34 {
  font-size: 34px !important;
}

.img-brd-light img {
  border: 1px solid #cbcbcb !important;
}

.cust-br {
  border: 2px solid #5f2e67;
  box-shadow: 10px 10px;
}

.map-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbTJqa21kZGU2cWt2cDg5cnhka3l6YXN1NDJwMjk4cmo5MzB3MXR0dCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l378tV67u1QQkSqFq/giphy.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  animation: mapFloat 12s ease-in-out infinite;
}

.advisory-slide-full-img {
  height: 300px !important;
}

.cust-content-tab {
  display: none;
}

/* Show content when any tab has .active */
.tabs:has(.cust-tab.active) + .cust-content-tab {
  display: block;
  border: 1px solid #fff !important;
  margin-top: 1px !important;
  color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: auto;
  background-color: #acacac57;
}

@media (max-width: 520px) {
  .cust-tab-btns {
    flex-direction: column;
  }

  .tabs:has(.cust-tab.active) + .cust-content-tab {
    margin: 20px;
  }
}

.cust-tab-btns .cust-tab a {
  background-color: #5f2e67;
  border: 0 !important;
  padding: 16px 40px !important;
  color: white !important;
}

.cust-tab-btns .cust-tab.active a {
  border-radius: 10px 10px 0 0;
}

.cust-aft {
  position: relative;
}

.cust-aft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}

.counter {
  text-align: center;
}

.counter h3 {
  font-size: 20px;
}

.counter p {
  color: #fff;
  position: relative;
}

.counter p::after {
  color: #fff;
  content: "+";
  font-size: 38px;
  position: absolute;
  right: -28px;
  top: -10px;
}

.counter-count {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: #000000;
  text-align: center;
  display: inline-block;
}

.featured-imagebox-portfolio.style2 .featured-title h5 a {
  line-height: 25px !important;
}

.cust-content {
  padding: 1rem !important;
  min-height: 200px !important;
}

.slick-track {
  margin-inline: inherit !important;
}

.cust-img-thumb img {
  height: auto !important;
  transform: scale(1) !important;
}

.custom-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: auto auto 40px;
  padding-block: 20px;
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px;
  /* space between slides */
}

.slide-100 {
  flex: 0 0 calc(33% - 10.66px);
  /* 3 slides visible */
  /* background: #eee;
      padding: 40px; */
  text-align: center;
  font-size: 1.2rem;
  border-radius: 10px;
}

/* Controls */
.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-controls button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

/* Slide counter */
.slider-counter {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
  .slide {
    flex: 0 0 calc(50% - 8px);
    /* 2 slides visible */
  }
}

@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%;
    /* 1 slide visible */
  }
}

/* .stories-slide3 {
      flex: 0 0 calc(25%);
   } */
.stories-slide3 {
  background-color: transparent;
}

.stories-slide3 img {
  object-fit: contain !important;
  border: none;
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stories-slide img {
  height: 100% !important;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }

  .md-fs-17 h3 {
    font-size: 16px !important;
  }
}
@media (min-width: 1441px) {
  .cust-bx-style2.md-fs-17 {
    min-height: 140px !important;
  }
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 18px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.cta-main {
  background-color: #562b63;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 0 1 auto;
  border: 2px solid var(--primary-purple);
  box-shadow: 0 4px 10px rgba(86, 43, 99, 0.2);
  display: inline-block;
}

.cta-main:hover {
  transform: translateY(-5px);
  background-color: #3f1e49;
  box-shadow: 0 10px 20px rgba(86, 43, 99, 0.3);
  color: #fff;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* dual degree */

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

.uni-card .card-content h3 {
  font-size: 18px !important;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

table td,
table th {
  font-size: 15px !important;
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* fully sponsored */

.info {
  border-left: 4px solid purple;
  padding: 20px;
  margin-bottom: 20px;
}

.font-bold {
  font-weight: 600 !important;
  font-size: 22px !important;
}

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

.uni-card .card-content h3 {
  font-size: 18px !important;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

table td,
table th {
  font-size: 15px !important;
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.cust-bx-style2 {
  min-height: 220px !important;
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* tuition fee */

.info {
  border-left: 4px solid purple;
  padding: 20px;
  margin-bottom: 20px;
}

.font-bold {
  font-weight: 600 !important;
  font-size: 22px !important;
}

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

.uni-card .card-content h3 {
  font-size: 18px !important;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

table td,
table th {
  font-size: 15px !important;
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.cust-bx-style2 {
  min-height: 220px !important;
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* semester abroad */

.info {
  border-left: 4px solid purple;
  padding: 20px;
  margin-bottom: 20px;
}

.stories-slide img {
  height: auto !important;
}

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

.uni-card .card-content h3 {
  font-size: 18px !important;
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.int .points ul li {
  font-size: 15px;
  color: #545454;
  margin-bottom: 12px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

/* month abroad */

.slick_slider .slick-arrow {
  visibility: visible !important;
}

.uni-card .card-content {
  min-height: 124px !important;
  justify-content: center;
}

@media (min-width: 1367px) {
  .uni-card .card-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .cust-bx-style2-new2 h3 {
    font-size: 15px !important;
  }

  .uni-card .update-card-title {
    font-size: 14px !important;
  }
}

.testi-flex img {
  width: 212px !important;
}

p {
  font-size: 15px !important;
  line-height: 26px !important;
  margin: 0 0 10px !important;
  color: #333 !important;
}

h5 {
  font-size: 16px !important;
  margin-bottom: 10px;
  line-height: 25px;
}

.modal-dialog {
  max-width: 75%;
}

.jon-thumb {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 68px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px dashed #999;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  background-color: #ecedf0;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 20px !important;
}

@media (max-width: 520px) {
  .px-xs-4 {
    padding-inline: 1.5rem !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    margin-top: 100px;
  }
}

.banner-slider::after,
.banner-slide::after {
  background-color: transparent !important;
}

.cust-bggrey-table thead th {
  background-color: #dddddd !important;
  color: #000 !important;
}

.stories-content-layout3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr !important;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-updates-slider-track .update-card {
    flex: 0 0 50% !important;
  }

  .cust-updates-slider-track {
    gap: 10px !important;
  }

  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .stories-content-layout3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }

  .grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr !important;
  }
}

.stories-slide-full {
  flex: 0 0 calc(100%);
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cust-card-image-wrapper {
  min-height: 220px !important;
  height: 100% !important;
}

.stories-slide-full img {
  height: 380px !important;
}

@media (min-width: 1600px) {
  .video-frame {
    height: 652px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .video-frame {
    height: 679px !important;
  }
}

@media (max-width: 1024px) {
  .video-frame {
    height: 380px !important;
  }
}

@media (max-width: 1024px) {
  .mega-menu-link {
    position: relative !important;
  }

  .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
  }

  .mega-menu-link::after {
    display: none !important;
  }

  .mega-submenu {
    display: none;
  }

  .mega-menu-item.open > .mega-submenu {
    display: block;
  }
}

@media (min-width: 1440px) {
    .cust-br .updates-slider-container[data-direction="vertical"] .updates-slider-viewport {
        height: 1020px !important;
    }
}

@media  (max-width: 1440px) and (min-width: 1180px) {
   .cust-adjust-banner {
    margin-top: -640px;
} 
   
.cust-adjust-banner .cust-pd-hd {
       width: 100vw !important;
       height: 705px;
       transform: translateX(-63px);
   }
}
*/@media  (max-width: 1440px) and (min-width: 1180px) {


     .cust-adjust-banner {
    position: absolute;
    top: -812px;
    left: 0;
    z-index: 99999;
    transform: translateX(-49px);
}

    .cust-adjust-banner .cust-pd-hd {
    width: 100vw !important;
    height: 718px;
}

.cust-pd-hd {
    padding: 340px 0px 20px !important;
    position: relative;
}
}*/

.ttm-bgcolor-grey .cust-bx-slideone.cc-new {
     margin-right: 0px !important;
}

@media (max-width: 520px) {
    .cust-adjust-banner {
        margin-top: -811px;
   }

     .cust-adjust-banner .cust-pd-hd {
    width: 100vw !important;
    height: 705px;
    transform: translateX(-29px);
}

}

/*@media (max-width: 520px) {
    .cust-adjust-banner {
    position: absolute;
    top: -935px;
    left: 0;
    z-index: 99999;
    transform: translateX(-14px) !important;
}*/

.int .page-title-mr {
     padding-top: 132px !important;
}

.int .featured-thumbnail img {
        height: 280px;
        object-fit: cover;
    }

}

.mou-slide {
     position: relative;
}

.mou-slide-text {
        position: absolute;
    bottom: 6px;
    left: 12px;
    background: #00000078;
    width: 210px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 13px;
}

#globalpartnerships {
    position: relative;
}

#globalpartnerships::before {
   content: ' ';
   position: absolute;
   top: 0;
   left: 0;
   background-image: url(images/worldmap-pin.jpg);
   background-attachment: fixed;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   z-index: -1;
}

#globalpartnerships::after{
   content: ' ';
   position: absolute;
   top: 0;
   right: 0;
   background-image: url(images/worldmap-pin.jpg);
   background-attachment: fixed;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   z-index: -1;
}

.int {
    margin-inline: -63px;
    overflow: hidden;
}

.min-mrt-20 {
   margin-top: -20px;
}