/*
@include respond(tablet) {
    display: none;
}
*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.fade:not(.show) {
    opacity: 1;
}
input,
select {
  outline: none;
}

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond-BoldItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("../fonts/CormorantGaramond-LightItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaProRegular.woff2") format("woff2"), url("../fonts/SofiaProRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Light.woff2") format("woff2"), url("../fonts/SofiaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 7rem;
  font-family: 'Barlow';
  position: relative;
  -webkit-box-shadow: 0 0 9px 0px #5f5f5f;
          box-shadow: 0 0 9px 0px #5f5f5f;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
}

@media (max-width: 62em) {
  .header {
    display: none;
  }
}

#menu {
  width: 5rem;
  height: 100%;
  background: #3a5dab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 100em) {
  #menu {
    width: 4.5rem;
  }
}

#menu img {
  width: 2.5rem;
}

.logo {
  margin-left: 1.5rem;
  margin-top: .6rem;
}

.logo img {
  width: 24rem;
}

@media (max-width: 100em) {
  .logo img {
    width: 18rem;
  }
}

.navigation {
  margin-left: 3rem;
}

@media (max-width: 81.25em) {
  .navigation {
    display: none;
  }
}

.navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation > ul li:not(:last-child) {
  margin-right: 3rem;
}

@media (max-width: 90.625em) {
  .navigation > ul li:not(:last-child) {
    margin-right: .8rem;
  }
}

.navigation > ul li a:link,
.navigation > ul li a:visited {
  font-size: 1.5rem;
  color: #1d2022;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
}

@media (max-width: 100em) {
  .navigation > ul li a:link,
  .navigation > ul li a:visited {
    font-size: 1.3rem;
  }
}

.navigation > ul li a:link::before,
.navigation > ul li a:visited::before {
  content: "";
  width: .8rem;
  height: .8rem;
  background: url(../images/icons/grey-arrow.png) no-repeat;
  background-size: contain;
  display: block;
  margin-right: .5rem;
}

.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  position: absolute;
  z-index: 99;
  background: #213562;
  top: 7rem;
  left: 0;
  display: none;
  padding: 2.5rem 2.5rem .5rem;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.has-submenu .submenu h4 {
  color: #9eb3e0;
  border-bottom: 1px solid #9eb3e0;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 2px;
}

.has-submenu .submenu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.has-submenu .submenu ul li {
  display: block;
  margin-right: 0;
  width: 23.5rem;
}

.has-submenu .submenu ul li a {
  color: #fff;
  height: auto;
  line-height: 2;
}

.has-submenu .submenu ul li a::before {
  background: url(../images/icons/white-arrow.png) no-repeat;
  background-size: contain;
}

.has-submenu:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
  width: 7.5rem;
}

.social img {
  height: 1.8rem;
}

.contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  font-weight: 600;
  color: #1d2022;
  font-size: 1.5rem;
  margin-right: 2.5rem;
}

.contact-number img {
  margin-right: .8rem;
}

.banner {
  height: 60rem;
  position: relative;
}

.banner__inner {
  width: 100%;
  height: 100%;
  width: 100%;
  width: calc(100% - 325px);
}

@media (max-width: 62em) {
  .banner__inner {
    width: 100%;
  }
}

.banner__programs {
  position: absolute;
  right: 0;
  top: 0;
  width: 32.5rem;
  z-index: 99;
}

@media (max-width: 62em) {
  .banner__programs {
    display: none;
  }
}

.banner__programs h2 {
  font-family: 'Cormorant Garamond';
  color: white;
  font-size: 2rem;
  background: #24282a;
  text-align: center;
  font-weight: normal;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__programs h2 span {
  font-weight: 700;
}

.banner .owl-nav {
  position: absolute;
  bottom: 4rem;
  margin: 0;
  z-index: 99;
  right: 4.5rem;
}

@media (max-width: 62em) {
  .banner .owl-nav {
    right: 0;
  }
}

@media (max-width: 37.5em) {
  .banner .owl-nav {
    bottom: 1rem;
  }
}

.banner .owl-nav button {
  width: 4rem;
  height: 4rem;
  border-radius: 0 !important;
  background: #fff !important;
  outline: none;
}

@media (max-width: 37.5em) {
  .banner .owl-nav button {
    width: 3rem;
    height: 3rem;
  }
}

.banner .owl-nav button img {
  width: 1.1rem;
}

@media (max-width: 37.5em) {
  .banner .owl-nav button img {
    width: 8px;
  }
}

.slider {
  height: 60rem;
}

.slider--1 {
  background: url(../images/banner-1.jpg) no-repeat;
  background-size: cover;
  background-position: top right;
}

.slider--2 {
  background: url(../images/banner-2.jpg) no-repeat;
  background-size: cover;
  background-position: top right;
}

.programs-single {
  position: relative;
  height: 137.5px;
  overflow: hidden;
}

.programs-single img {
  width: 100%;
}

.programs-single span {
  position: absolute;
  bottom: 37px;
  left: 0;
  background: rgba(1, 80, 145, 0.7);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px;
  color: #fff;
}

.programs-single span > a {
  color: #fff !important;
}

.programs-single > a:link,
.programs-single a > :visited {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Gotham';
  font-size: 1.5rem;
  color: #cecece;
  padding: 5px 0px;
  border-bottom: 3px solid #000;
}

.programs-single > a:link img,
.programs-single a > :visited img {
  width: auto;
  margin-right: 5px;
}

.program-ug a {
  color: #015091 !important;
  border-color: #015091 !important;
}

.program-pg span {
  background: rgba(144, 33, 86, 0.7);
}

.program-pg a {
  color: #902156 !important;
  border-color: #902156 !important;
}

.program-ss span {
  background: rgba(0, 129, 70, 0.7);
}

.program-ss a {
  color: #008146 !important;
  border-color: #008146 !important;
}

.program-pgd span {
  background: rgba(193, 70, 0, 0.7);
}

.program-pgd a {
  color: #c14600 !important;
  border-color: #c14600 !important;
}

.banner-text {
  color: #fff;
  width: 50rem;
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  padding-right: .5rem;
}

@media (max-width: 37.5em) {
  .banner-text {
    left: 1rem;
    bottom: 1rem;
    width: auto !important;
  }
}

.banner-text h1 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #fff;
  width: 100%;
  line-height: 1;
  font-size: 4.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 37.5em) {
  .banner-text h1 {
    font-size: 3rem;
  }
}

.banner-text h1 span {
  display: inline-block;
  background: #fff;
  color: #000;
  font-family: 'Sofia Pro';
  font-weight: 500;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.banner-text p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.banner-text__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-text .btn-bordered {
  margin-right: 2.5rem;
}

a.watch-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 1.4rem;
}

a.watch-video img {
  width: 2.6rem !important;
  margin-right: .5rem;
}

.btn-bordered {
  font-family: 'Gilroy';
  font-weight: 800;
  border: 1px solid #fff;
  font-family: 'Gilroy';
  font-weight: 800;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.programs-single span {
  font-family: 'Gotham';
  color: #ffffff;
  bottom: 0;
}

.banner-prgm .programs-single span {
  bottom: 37px;
}

.corm-bg {
  grid-column: 1/-1;
  color: #fff;
  background: #0e0e0e;
  padding: 5px 0;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-prgm {
  position: static;
  width: 100%;
  padding: 1rem 2rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  background: #ededed;
}

@media (max-width: 62em) {
  .banner-prgm {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  .banner-prgm {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.banner-prgm h2 {
  display: none;
}

.banner-prgm .programs-single {
  height: auto;
}

.parsons {
  background: #ededed;
}

.parsons__inner {
  max-width: 98%;
  margin: auto;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 62em) {
  .parsons__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.parsons__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem;
  width: calc(50% - 3rem);
}

@media (max-width: 62em) {
  .parsons__left {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 48em) {
  .parsons__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.parsons__left p {
  color: #fff;
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}

.parsons__left p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.parsons__left p strong {
  font-weight: 700;
}

.parsons__right {
  width: calc(50% - 5rem);
}

@media (max-width: 62em) {
  .parsons__right {
    width: 100%;
    margin: auto;
    margin-top: 25px;
  }
}

.parsons__txt {
  width: 50%;
  padding: 3rem;
  background: #ec3128;
}

@media (max-width: 48em) {
  .parsons__txt {
    width: 100%;
  }
}

.parsons__txt img {
  margin-bottom: 1rem;
}

.parsons__video {
  width: 50%;
  position: relative;
}

@media (max-width: 48em) {
  .parsons__video {
    width: 100%;
  }
}

.parsons__video > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.parsons__video a:link,
.parsons__video a:visited {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parsons__video a:link img,
.parsons__video a:visited img {
  width: 5.2rem;
}

.parsons__video::before {
  content: "";
  width: 0;
  border: 18px solid transparent;
  border-left: 18px solid #ec3128;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 48em) {
  .parsons__video::before {
    border: 18px solid transparent;
    border-top: 18px solid #ec3128;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.student-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}

@media (max-width: 62em) {
  .student-success {
    width: calc(100% - 5rem);
    margin: 2rem auto 0;
  }
}

@media (max-width: 37.5em) {
  .student-success {
    width: calc(100%);
  }
}

.student-success > *:not(:last-child) {
  margin-right: 2rem;
}

@media (max-width: 62em) {
  .student-success > *:not(:last-child) {
    margin-right: 0;
  }
}

.student-success .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.student-success .owl-nav {
  margin: 0;
  position: absolute;
  right: -5rem;
  top: -3px;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 37.5em) {
  .student-success .owl-nav {
    right: 0;
  }
}

@media (max-width: 62em) {
  .student-success .owl-nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
  }
}

.student-success .owl-nav button {
  background: #fff !important;
  height: 4.2rem;
  width: 4.5rem;
  border-radius: 0 !important;
}

@media (max-width: 62em) {
  .student-success .owl-nav button {
    height: 3.2rem;
    width: 3.5rem;
  }
}

.student-success .owl-nav button img {
  width: 1.1rem;
}

@media (max-width: 62em) {
  .student-success .owl-nav button.owl-prev {
    margin-right: 0px;
  }
}

@media (max-width: 62em) {
  .student-success .owl-nav button.owl-next {
    margin-right: -35px;
  }
}

@media (max-width: 62em) {
  .student-success .owl-nav button.owl-next {
    margin-right: 0px;
  }
}

.single-success {
  border: 2px solid #c4c4c4;
  width: 26.5rem;
  background: #fff;
  height: 100%;
}

@media (max-width: 106.25em) {
  .single-success {
    width: auto;
    max-width: 33rem;
  }
}

@media (max-width: 75em) {
  .single-success {
    margin: auto;
    width: auto;
    max-width: 33rem;
  }
}

@media (max-width: 62em) {
  .single-success {
    min-width: 26.5rem;
  }
}

.single-success > img {
  margin-bottom: 1.8rem;
}

.single-success h4 {
  color: #24282a;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Gotham';
  position: relative;
  padding: 0 .8rem;
}

.single-success h4::after {
  content: "";
  height: 1px;
  width: 11rem;
  display: block;
  margin: auto;
  background: #24282a;
  margin-top: .6rem;
}

.single-success h4 span {
  font-family: 'Gotham Book';
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
  margin-top: 2px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-success .success-footer {
  margin: 2rem 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-success .success-footer li {
  font-family: 'Gotham Book';
  text-transform: uppercase;
  text-align: center;
}

.single-success .success-footer li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #d5d5d5;
  width: 11.5rem;
  height: 4rem;
  padding: .8rem .5rem;
  margin: 1rem 0 0rem;
}

.single-success .success-footer li span img {
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-success .success-footer li:not(:last-child) {
  margin-right: 1rem;
}

.corm-h {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corm-h::before {
  content: "";
  height: 2px;
  width: 2.5rem;
  background: #666;
  margin-right: 1rem;
}

.corm-h span {
  font-weight: 700;
}

.video-gallery {
  background: url(../images/video-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.video-gallery__inner {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 65.625em) {
  .video-gallery__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2.5rem;
  }
}

.video-gallery__inner .corm-h {
  color: #fff;
}

@media (max-width: 65.625em) {
  .video-gallery__inner .corm-h {
    padding: 2.5rem 2.5rem 0;
  }
}

.video-gallery__inner .corm-h::before {
  background: #fff;
}

.video-gallery__inner p {
  font-family: 'Sofia Pro';
  color: #ffffff;
  font-size: 14px;
  padding-left: 35px;
  font-weight: 300;
}

.video-gallery__text {
  width: 35rem;
}

@media (max-width: 62em) {
  .video-gallery__text {
    width: 100%;
  }
}

.video-gallery__scroller {
  width: calc(100% - 42rem);
}

@media (max-width: 65.625em) {
  .video-gallery__scroller {
    width: calc(100% - 12rem);
    margin: auto;
    margin-left: 35px;
    margin-top: 2.5rem;
  }
}

@media (max-width: 62em) {
  .video-gallery__scroller {
    padding: 0 25px;
    width: calc(100% - 7rem);
  }
}

@media (max-width: 37.5em) {
  .video-gallery__scroller {
    padding: 0;
    width: 100%;
    margin: 2.5rem auto 0;
  }
}

.video-gallery__scroller .owl-nav {
  margin: 0;
  position: absolute;
  right: -7rem;
  top: -3px;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 62em) {
  .video-gallery__scroller .owl-nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

.video-gallery__scroller .owl-nav button {
  background: #fff !important;
  height: 4.5rem;
  width: 4.2rem;
  border-radius: 0 !important;
}

@media (max-width: 62em) {
  .video-gallery__scroller .owl-nav button {
    height: 3.5rem;
    width: 3.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.video-gallery__scroller .owl-nav button img {
  width: 1.1rem;
}

@media (max-width: 62em) {
  .video-gallery__scroller .owl-nav button.owl-prev {
    margin-left: -25px;
    left: 0;
  }
}

@media (max-width: 37.5em) {
  .video-gallery__scroller .owl-nav button.owl-prev {
    margin-left: 0;
  }
}

@media (max-width: 62em) {
  .video-gallery__scroller .owl-nav button.owl-next {
    margin-right: -25px;
    right: 0;
  }
}

@media (max-width: 37.5em) {
  .video-gallery__scroller .owl-nav button.owl-next {
    margin-right: 0;
  }
}

.burger-menu {
  cursor: pointer;
}

.burger-icon {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.single-gallery {
  position: relative;
  border-left: 5px solid #fff;
}

@media (max-width: 37.5em) {
  .single-gallery {
    width: calc(100% - 7rem);
    margin: auto;
  }
}

.single-gallery::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.single-gallery h4 {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 1.5rem;
  color: #fff;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 1.4rem;
  z-index: 9;
}

.single-gallery h4 span {
  font-family: 'Gotham';
  display: block;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

.single-gallery a:link,
.single-gallery a:visited {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.5rem;
  z-index: 9;
}

.hidden-desk {
  display: none;
}

@media (max-width: 62em) {
  .hidden-desk {
    display: block;
    width: 100%;
    position: static;
  }
}

.footer {
  display: block;
}

@media (max-width: 62em) {
  .footer {
    display: none;
  }
}

.footer-grey {
  background: #ededed;
}

.footer__inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 3.5rem 3.5rem;
  font-family: 'Barlow';
  padding-right: 0;
}

.footer__logo {
  margin-right: 9.5rem;
  margin-right: 25px;
  margin-left: auto;
}

.footer__logo img {
  height: 3.5rem;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__navigation ul {
  width: auto;
}

.footer__navigation li {
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  text-transform: uppercase;
}

.footer__navigation li a:link,
.footer__navigation li a:visited {
  font-weight: 600;
}

.footer__navigation h4 {
  font-weight: 400;
  color: #1d2022;
  display: inline-block;
  border-top: 1px solid #cecece;
  margin-top: 2.5rem;
  padding-top: 1rem;
  font-size: 1.2rem;
}

.footer .contact-number {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  margin-top: 10px;
}

.footer .social {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5rem;
  margin-top: 10px;
}

.fee {
  background: #ededed;
}

.fee__inner {
  margin: auto;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 65.625em) {
  .fee__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fee-text {
  width: 31rem;
}

.fee-text p {
  font-family: 'Sofia Pro';
  color: #24282a;
  font-size: 14px;
  padding-left: 35px;
  font-weight: 300;
}

@media (max-width: 62em) {
  .fee-text {
    width: 100%;
    padding-bottom: 20px;
  }
}

.fee-details {
  width: calc(100% - 31rem);
}

@media (max-width: 65.625em) {
  .fee-details {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.fee-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}

@media (max-width: 62em) {
  .fee-details ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 48em) {
  .fee-details ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 0 2rem;
  }
}

@media (max-width: 30em) {
  .fee-details ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.fee-details ul li {
  margin-right: 1.5rem;
  font-family: 'Gotham';
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
  padding: 15px 30px;
  display: block;
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}

.fee-details ul li::before {
  content: "";
  display: block;
  border: .6rem solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  margin-left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fee-details ul li.current {
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.fee-details ul li.current.tab-link-1 {
  background: #00bbc6;
  border: 2px solid #00bbc6;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.fee-details ul li.current.tab-link-2 {
  background: #f56c62;
  border: 2px solid #f56c62;
}

.fee-details ul li.current.tab-link-3 {
  background: #00c6af;
  border: 2px solid #00c6af;
}

.fee-details ul li.current.tab-link-4 {
  background: #ffaa02;
  border: 2px solid #ffaa02;
}

.fee-details ul li.current::before {
  border-left-color: #fff;
}

@media (max-width: 62em) {
  .fee-details ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 48em) {
  .fee-details ul li {
    margin-right: 0;
  }
}

.feeneligibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 62em) {
  .feeneligibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feeneligibility > div {
  width: 50%;
  border: 2px solid #000;
  background: #fff;
  padding: 5rem;
}

@media (max-width: 62em) {
  .feeneligibility > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

.feeneligibility > div:not(:last-child) {
  margin-right: 2.5rem;
}

@media (max-width: 62em) {
  .feeneligibility > div:not(:last-child) {
    margin-right: 0;
  }
}

.feeneligibility > div h2 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #24282a;
  font-size: 28px;
  padding-bottom: 4px;
}

.feeneligibility > div p {
  font-family: 'Sofia Pro';
  color: #24282a;
  font-weight: 400;
  font-size: 1.4rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

div.current.tab-content {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

div.current.tab-content-1 > div {
  border: 2px solid #00bbc6;
}

div.current.tab-content-1 > div h2 {
  color: #00bbc6;
}

div.current.tab-content-2 > div {
  border: 2px solid #f56c62;
}

div.current.tab-content-2 > div h2 {
  color: #f56c62;
}

div.current.tab-content-3 > div {
  border: 2px solid #00c6af;
}

div.current.tab-content-3 > div h2 {
  color: #00c6af;
}

div.current.tab-content-4 > div {
  border: 2px solid #ffaa02;
}

div.current.tab-content-4 > div h2 {
  color: #ffaa02;
}

.footer-responsive {
  display: none;
  font-family: 'Barlow';
  padding: 20px 15px 20px;
}

@media (max-width: 62em) {
  .footer-responsive {
    display: block;
  }
}

.footer-responsive__inner p {
  border-bottom: 1px solid #cecece;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 4px;
  font-size: 12px;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom .contact-number {
  margin: 0;
}

.responsive-header {
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.5rem;
}

@media (max-width: 62em) {
  .responsive-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.responsive-header .resp-logo img {
  height: 35px;
}

.responsive-header .resp-menu {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.responsive-header .resp-menu img {
  width: 3rem;
}

.menu-opened {
  height: 100vh;
  overflow: hidden;
}

.bigmenu {
  background: rgba(33, 53, 98, 0.96);
  font-family: 'Barlow';
  padding: 2.5rem 5rem;
  height: calc(100vh - 6.5rem);
  display: none;
  position: fixed;
  top: 7rem;
  left: 0;
  z-index: 99;
  right: 0;
}

.bigmenu__column:not(:last-child) {
  margin-right: 9rem;
}

.bigmenu__column h3 {
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.bigmenu__column span {
  color: #9eb3e0;
  border-bottom: 1px solid #9eb3e0;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 2px;
  font-weight: 600;
}

.bigmenu__column ul {
  margin-bottom: 2.5rem;
}

.bigmenu__column ul li a:link,
.bigmenu__column ul li a:visited {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: auto;
  line-height: 2;
}

.bigmenu__column ul li a:link::before,
.bigmenu__column ul li a:visited::before {
  content: "";
  width: .8rem;
  height: .8rem;
  display: block;
  margin-right: .5rem;
  background: url(../images/icons/white-arrow.png) no-repeat;
  background-size: contain;
}

.dropless {
  margin-top: -5px;
}

.dropless ul {
  margin-bottom: 0;
}

.dropless ul li a:link,
.dropless ul li a:visited {
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.2;
}

.dropless ul li a:link::before,
.dropless ul li a:visited::before {
  display: none;
}

.dropless .social {
  width: 9.6rem;
  margin-top: 1.5rem;
}

.dropless .social img {
  height: 20px;
}

.bigmenu {
  width: 50px;
  -webkit-transition: 1s all;
  transition: 1s all;
  z-index: 999;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* Standard syntax */
@-webkit-keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bigmenu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.responsive-menu {
  font-family: 'Barlow';
  background: #213562;
  height: calc(100vh - 75px);
  position: relative;
  z-index: 99999;
  display: none;
}

.responsive-menu > ul {
  padding-left: 4.5rem;
  padding-top: 3rem;
}

.responsive-menu a:link,
.responsive-menu a:visited {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

.responsive-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #ffffff4d;
  padding: 0 0;
  padding-top: 2.5rem;
  margin: 0 40px;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}

.responsive-menu .call-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.responsive-menu .call-now img {
  width: 3rem;
  margin-right: 1rem;
}

.responsive-menu .social {
  width: 10rem;
}

.responsive-menu .social img {
  height: 2rem;
}

.responsive-menu-open {
  display: block;
}

.resp-submenu {
  display: none;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  background: #213562;
  height: 100%;
  z-index: 9;
  padding: 2rem 5rem 5rem;
}

.resp-submenu .go-back {
  display: block;
  margin-bottom: 1rem;
}

.resp-submenu .go-back img {
  width: 3rem;
}

.resp-submenu h4 {
  color: #9eb3e0;
  border-bottom: 1px solid #9eb3e0;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 2px;
}

.resp-submenu ul {
  margin-bottom: 2rem;
}

.resp-submenu ul li a:link,
.resp-submenu ul li a:visited {
  font-size: 1.3rem;
  position: relative;
  color: #fff;
  height: auto;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resp-submenu ul li a:link::before,
.resp-submenu ul li a:visited::before {
  content: "";
  width: .8rem;
  height: .8rem;
  background: url(../images/icons/white-arrow.png) no-repeat;
  background-size: contain;
  display: block;
  margin-right: .5rem;
}

.resp-submenu-open {
  display: block;
}

.inner-banner {
  height: 45rem;
  width: 100%;
  background: #3b66c2;
  padding-top: 6rem;
}

.inner-banner__container {
  width: 50rem;
  margin: auto;
  color: #fff;
}

@media (max-width: 48em) {
  .inner-banner__container {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.inner-banner__container.cd-banner-container {
  width: 66rem;
}

@media (max-width: 48em) {
  .inner-banner__container.cd-banner-container {
    width: 100%;
  }
}

.inner-banner h1 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #fff;
  width: 100%;
  line-height: 1;
  font-size: 4.5rem;
  margin-bottom: 1.2rem;
}

@media (max-width: 62em) {
  .inner-banner h1 {
    font-size: 30px;
  }
}

.inner-banner p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.5rem;
}

.cta-btns li:not(:last-child) {
  margin-right: 1.8rem;
}

.cta-btns a:link,
.cta-btns a:visited {
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.2rem;
  padding: 0 1.5rem;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 1.3rem;
}

.cta-btns a:link img,
.cta-btns a:visited img {
  margin-right: .5rem;
  width: 2rem;
}

.btn-white {
  background: #fff;
  color: #3c5ca9;
}

.ug-banner {
  background: url(../images/ug-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inner-wrap {
  background: #ededed;
}

.inner-container, .opportunity-area {
  width: 113rem;
  max-width: 100%;
  margin: auto;
  position: relative;
  top: -7rem;
  background: #fff;
  padding: 5rem 6rem 6rem;
  -webkit-box-shadow: 0 0 10px rgba(183, 183, 183, 0.6);
          box-shadow: 0 0 10px rgba(183, 183, 183, 0.6);
  font-family: 'Sofia Pro';
}

@media (max-width: 62em) {
  .inner-container, .opportunity-area {
    padding: 5rem 1.5rem 6rem;
  }
}

.inner-container h3, .opportunity-area h3 {
  font-weight: 600;
  color: #212121;
  font-size: 26px;
  line-height: 1.3;
}

.inner-container p, .opportunity-area p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #6f6f6f;
}

.inner-container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 62em) {
  .inner-container__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner-container__top img {
  width: auto;
  margin-right: 5rem;
  width: 23.5rem;
  margin-top: .5rem;
}

@media (max-width: 62em) {
  .inner-container__top img {
    margin: 0 0 1.5rem;
  }
}

.inner-container__top p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.inner-container__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2rem;
}

@media (max-width: 62em) {
  .inner-container__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-container__rows img {
  width: 48rem;
}

@media (max-width: 62em) {
  .inner-container__rows img {
    width: 100%;
  }
}

.inner-container__rows > *:first-child {
  margin-right: 1.2rem;
}

@media (max-width: 62em) {
  .inner-container__rows:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inner-container__rows:nth-child(2) .course-cont {
  background: #3b66c3;
}

.inner-container__rows:nth-child(3) .course-cont {
  background: #d22c3b;
}

@media (max-width: 62em) {
  .inner-container__rows:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inner-container__rows:nth-child(4) .course-cont {
  background: #129653;
}

.inner-container__rows:nth-child(5) .course-cont {
  background: #bc8601;
}

@media (max-width: 62em) {
  .inner-container__rows:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inner-container__rows:nth-child(6) .course-cont {
  background: #038879;
}

.inner-container__rows:nth-child(7) .course-cont {
  background: #684a8e;
}

.course-cont {
  width: 52.5rem;
  padding: 2.5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3b66c3;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 62em) {
  .course-cont {
    width: 100%;
  }
}

@media (max-width: 48em) {
  .course-cont {
    padding: 2.5rem 2rem;
  }
}

.course-cont h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: .6rem;
}

.course-cont p {
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.stu-portfolio {
  margin-top: 3.5rem;
}

.stu-portfolio__scroller {
  width: 87.5rem;
  width: calc(100% - 135px);
  margin: 2rem auto 0;
}

.stu-portfolio__scroller img {
  border: 4px solid #e8e8e8;
}

.stu-portfolio__scroller .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.5rem;
  height: 4rem;
  background: #d4d4d4 !important;
  border-radius: 0 !important;
}

.stu-portfolio__scroller .owl-nav button img {
  border: none !important;
  height: 2rem;
}

.stu-portfolio__scroller .owl-nav .owl-next {
  right: -7rem;
}

.stu-portfolio__scroller .owl-nav .owl-prev {
  left: -7rem;
}

.interactive-guide {
  background: url(../images/interactive-guide.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  overflow: hidden;
  padding: 22px 20px 80px 0px;
  margin-top: 1.2rem;
}

.interactive-guide h2 {
  text-align: right;
  color: #212121;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.interactive-guide p {
  width: 365px;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #404040;
}

.communication-design-banner {
  background: url(../images/communication-design-banner.jpg);
  background-size: cover;
  background-position: center center;
}

.inner-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 62em) {
  .inner-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-top-wrap__text {
  width: 71.5rem;
}

@media (max-width: 62em) {
  .inner-top-wrap__text {
    width: 100%;
  }
}

.inner-sliders img {
  width: 26rem;
}

.inner-parsons {
  background: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 2.5rem;
  position: relative;
}

.inner-parsons::after, .inner-parsons::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dedede;
  display: block;
  position: absolute;
  left: 0;
}

.inner-parsons::before {
  top: -1rem;
}

.inner-parsons::after {
  bottom: -1rem;
}

.inner-parsons img {
  width: 36rem;
  margin-right: 2rem;
}

.inner-parsons p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.subtext {
  font-family: 'Sofia Pro';
  color: #24282a;
  font-size: 14px;
  font-weight: 300;
  padding-left: 3.5rem;
}

.program-curriculum {
  width: 113rem;
  max-width: 100%;
  margin: auto;
  position: relative;
  top: -7rem;
  background: #2d2d2d;
  padding: 3.7rem 6rem 3.7rem;
  font-family: 'Sofia Pro';
}

.program-curriculum .corm-h {
  color: #fff;
}

.program-curriculum .corm-h::before {
  background: #fff;
}

.program-curriculum .subtext {
  color: #fff;
}

.program-curriculum > ul {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5rem;
}

@media (max-width: 62em) {
  .program-curriculum > ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  .program-curriculum > ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.program-curriculum > ul ul {
  padding-left: 4rem;
}

.program-curriculum > ul > li {
  color: #fff;
  background: steelblue;
  padding: 1.5rem;
  outline: 2px solid steelblue;
  outline-offset: 5px;
}

.program-curriculum > ul > li:nth-child(1) {
  background: #224da9;
  outline-color: #224da9;
}

.program-curriculum > ul > li:nth-child(2) {
  background: #00753a;
  outline-color: #00753a;
}

.program-curriculum > ul > li:nth-child(3) {
  background: #996d00;
  outline-color: #996d00;
}

.program-curriculum > ul > li:nth-child(4) {
  background: #8b1f2c;
  outline-color: #8b1f2c;
}

.program-curriculum > ul > li:nth-child(5) {
  background: #542a74;
  outline-color: #542a74;
}

.program-curriculum > ul > li:nth-child(6) {
  background: #2d686f;
  outline-color: #2d686f;
}

.program-curriculum > ul > li h4 {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}

.program-curriculum > ul > li li {
  font-weight: 300;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}

.program-curriculum > ul > li li img {
  margin-right: 1rem;
}

.masters-extention {
  margin: 3.5rem 0 0;
}

.masters-extention .single-success {
  width: auto;
  margin: 0 5px;
}

.masters-extention .faculty-photo {
  position: relative;
  margin-bottom: 1.8rem;
}

.masters-extention .faculty-photo::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 20px solid transparent;
  border-bottom-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.masters-extention-inner {
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 0 3.5rem 0;
}

.emp-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  padding: 1rem 3.5rem 1rem;
}

@media (max-width: 48em) {
  .emp-logos {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.emp-logos li img {
  height: 6.5rem;
}

@media (max-width: 62em) {
  .emp-logos li img {
    height: 5rem;
  }
}

.student-work {
  margin-top: 2rem;
}

.student-work-scroller {
  margin-top: 2.5rem;
  padding: 0 3.5rem 0;
}

.student-work-scroller img {
  border: 4px solid #e8e8e8;
}

.faculty-box a.linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 0 1.6rem;
}

.faculty-box a.linkedin > img {
  width: 2.5rem;
}

.faculty-wrap-inner {
  padding: 2.5rem 3.5rem 3.2rem;
}

.opportunity-area {
  color: #fff;
  background: url(../images/fd/area-focuz-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.opportunity-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: -3rem;
  margin-left: 9rem;
}

@media (max-width: 62em) {
  .opportunity-area ul {
    margin-left: 0;
  }
}

.opportunity-area ul li {
  text-align: center;
  margin-right: 90px;
  margin-bottom: 40px;
  width: 12rem;
}

.opportunity-area ul li img {
  width: 100%;
}

.opportunity-area ul li span {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
}

.opportunity-area ul li span::after {
  content: "";
  width: 4.5rem;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: .6rem;
  background: #e1e1e1;
}

.focus-area {
  padding-top: 2.5rem;
}

.focus-area ul {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 62em) {
  .focus-area ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 5rem 1rem;
  }
}

.focus-area ul li {
  text-align: center;
  width: 20rem;
  margin-bottom: 2rem;
}

.focus-area ul li img {
  width: 12rem;
}

.focus-area ul li span {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  color: #1f1f1f;
}

.focus-area ul li span::after {
  content: "";
  width: 4.5rem;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: .6rem;
  background: #e1e1e1;
}

.inner-sliders {
  width: 27.5rem;
  position: relative;
  margin-top: .6rem;
}

@media (max-width: 62em) {
  .inner-sliders {
    margin-bottom: 265px;
  }
}

.inner-sliders img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.inner-sliders .top-slider {
  position: absolute;
  top: 0;
  left: 9.5rem;
  height: 11rem;
  width: 16rem;
  overflow: hidden;
  border-radius: 6px;
  z-index: 2;
  -webkit-box-shadow: -8px 8px 0 #fff;
          box-shadow: -8px 8px 0 #fff;
}

.inner-sliders .bottom-slider {
  border-radius: 6px;
  position: absolute;
  top: 6.7rem;
  left: 0;
  width: 21.5rem;
  height: 19rem;
  overflow: hidden;
}

.culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 62em) {
  .culture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.culture h3 {
  font-weight: 600;
  color: #212121;
  font-size: 26px;
  line-height: 1.3;
}

.culture h3 span {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 1rem 3px;
}

.culture h3 span:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.culture h3 span.slanding-higlight::before {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.culture p {
  font-size: 14px;
  line-height: 1.5;
}

.culture-slider {
  width: 44rem;
  margin-left: 3.5rem;
  margin-right: 2.5rem;
}

@media (max-width: 62em) {
  .culture-slider {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}

.culture-text {
  width: 51rem;
}

@media (max-width: 62em) {
  .culture-text {
    width: 100%;
    margin: 0;
  }
}

.social-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 9999;
  display: none;
}

@media (max-width: 62em) {
  .social-footer {
    display: block;
  }
}

.social-footer ul {
  background: orangered;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.social-footer ul li:nth-child(1) a {
  background: #34bd49;
}

.social-footer ul li:nth-child(2) a {
  background: #3f729b;
}

.social-footer ul li:nth-child(3) a {
  background: grey;
}

.social-footer ul li:nth-child(4) a {
  background: #D44638;
}

.social-footer ul li:nth-child(5) a {
  background: firebrick;
}

.social-footer ul li a {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-footer ul li a img {
  width: 20px;
}

.fashion-curriculum {
  padding: 3.5rem 0;
}

.fashion-curriculum .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2rem 0;
}

.fashion-curriculum .tabs li {
  margin-right: 1rem;
  font-family: 'Gotham';
  font-weight: 500;
  color: #24282a;
  font-size: 1.2rem;
  padding: 10px 5px;
  display: block;
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
}

.fashion-curriculum .tabs li::before {
  content: "";
  display: block;
  border: .6rem solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  margin-left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fashion-curriculum .tabs li.current {
  background: #000;
  border: 2px solid #000;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #fff;
}

.fashion-curriculum .tabs li.current::before {
  border-left-color: #fff;
}

.fprgclm.current {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.2rem;
}

@media (max-width: 62em) {
  .fprgclm.current {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.fprgclm.current > div {
  font-family: 'Sofia Pro';
  padding: 3.5rem;
  border-color: #000 !important;
}

.fprgclm.current > div h4 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 4px;
}

.fprgclm.current > div p {
  color: #24282a;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
}

.fprgclm.current > div:nth-child(1) h4 {
  color: #7537a4;
}

.fprgclm.current > div:nth-child(2) h4 {
  color: #cf3910;
}

.fprgclm.current > div:nth-child(3) h4 {
  color: #00a276;
}

.fprgclm.current > div:nth-child(4) h4 {
  color: #3495a6;
}

.contact-banner {
  background: url(../images/contact-banner.jpg);
  background-size: cover;
  background-position: center center;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62em) {
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form {
  width: 62.5rem;
  margin-right: 4.5rem;
}

@media (max-width: 62em) {
  .contact-form {
    width: 100%;
    margin: 0;
    padding-right: 3.5rem;
  }
}

.contact-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem 2rem;
  padding-left: 3.5rem;
}

@media (max-width: 37.5em) {
  .contact-form form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contact-form .corm-h {
  margin-bottom: 1.2rem;
}

.form-group > * {
  font-family: 'Cormorant Garamond';
  font-weight: 600;
  font-size: 1.9rem;
  color: #24282a;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 1rem;
  width: 100%;
  outline: none;
}

.form-group > *::-webkit-input-placeholder {
  color: #b7b7b7;
}

.form-group > *:-ms-input-placeholder {
  color: #b7b7b7;
}

.form-group > *::-ms-input-placeholder {
  color: #b7b7b7;
}

.form-group > *::placeholder {
  color: #b7b7b7;
}

.form-group input[type="button"] {
  width: 10rem;
  font-family: 'Gotham';
  color: #24282a;
  font-size: 1.4rem;
  font-weight: 500;
  border: 2px solid #24282a;
  background: transparent;
  height: 4rem;
  line-height: 3.8rem;
  padding-bottom: 0;
}

.form-group textarea {
  resize: none;
}

.form-group select {
  color: #b7b7b7;
}

.form-group select option {
  color: #24282a;
}

.contact-address {
  font-family: 'Sofia Pro';
  width: 41rem;
  padding-left: 2rem;
}

@media (max-width: 62em) {
  .contact-address {
    width: 100%;
    padding-left: 4rem;
    margin-top: 3rem;
  }
}

.contact-address .corm-h {
  margin-left: -4rem;
  margin-bottom: 5px;
}

.contact-address address,
.contact-address .address {
  font-weight: 400;
  color: #6f6f6f;
  font-size: 1.4rem;
  font-style: normal;
  margin-bottom: 2rem;
}

@media (max-width: 62em) {
  .contact-address address br,
  .contact-address .address br {
    display: none;
  }
}

.contact-address address span,
.contact-address .address span {
  font-weight: 400;
  color: #6f6f6f;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}

.contact-address address a,
.contact-address .address a {
  color: #3d3d3d;
}

.contact-address h4 {
  font-weight: 600;
  font-size: 2.7rem;
  color: #212121;
  display: block;
  padding-bottom: 5px;
}

.full-grid-width {
  grid-column: 1/-1;
}

.contact-map .corm-h {
  margin-bottom: 2rem;
}

.footer__navigation li a:link,
.footer__navigation li a:visited,
.bigmenu__column {
  text-transform: capitalize;
}

.inside-banner {
  text-align: center;
}

.inside-banner h1 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #fff;
  width: 100%;
  line-height: 1;
  font-size: 3.8rem;
  margin-bottom: .5rem;
}

.inside-banner h3 {
  font-family: 'Gilroy';
  font-weight: 300;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 5px;
}

.inside-banner p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.5;
}

.inside-banner__container {
  width: 57rem;
  margin: auto;
  padding: 13rem 0;
  max-width: 100%;
}

@media (max-width: 62em) {
  .inside-banner__container {
    padding: 5rem 1rem;
  }
}

.underg-banner {
  background: url(../images/under-graduate-banner.jpg);
  background-size: cover;
  background-position: center center;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.33);
  padding: 12px 0;
}

.bread-crumbs a:link,
.bread-crumbs a:visited {
  font-family: 'Barlow';
  color: #ffffff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 62em) {
  .bread-crumbs li {
    margin-bottom: .8rem;
  }
}

@media (max-width: 62em) and (max-width: 62em) {
  .bread-crumbs li {
    margin-bottom: 0;
  }
}

.bread-crumbs li:not(:last-child) ::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #7d88a1;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.banner-under {
  background: url(../images/under-banner-sec.jpg);
  background-size: cover;
  background-position: center center;
  font-family: 'Sofia Pro';
  border-top: 3px solid #fff;
}

.banner-under p {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.banner-under h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.2;
  padding-left: 1.3rem;
  margin-bottom: 2rem;
  border-left: 4px solid #fff;
}

.banner-under__inner {
  width: 87.5rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0;
  max-width: 100%;
}

@media (max-width: 62em) {
  .banner-under__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6rem 1.5rem;
  }
}

.banner-under__right {
  width: 40rem;
}

@media (max-width: 62em) {
  .banner-under__right {
    width: 100%;
  }
}

.banner-under__right p {
  margin-bottom: 2.5rem;
}

.banner-under__left {
  width: 43rem;
}

@media (max-width: 62em) {
  .banner-under__left {
    width: 100%;
  }
}

@media (max-width: 62em) {
  .flex-inverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.inner-section {
  background: steelblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Sofia Pro';
  border-top: 3px solid #fff;
}

@media (max-width: 62em) {
  .inner-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-section > img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 62em) {
  .inner-section > img {
    width: 100%;
  }
}

.inner-section h2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 2.7rem;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -35px;
}

.inner-section h2::before {
  content: "";
  height: 2px;
  width: 2.5rem;
  background: #fff;
  margin-right: 1rem;
}

.inner-section p {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
}

.inner-section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section__text {
  width: 50rem;
  padding: 25px 25px;
}

@media (max-width: 62em) {
  .inner-section__text {
    width: 100%;
    padding: 25px 15px 25px 40px;
  }
}

.inner-section__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7rem;
}

@media (max-width: 30em) {
  .inner-section__text ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.inner-section__text ul li:not(:last-child) {
  margin-right: 1.5rem;
}

.inner-section__text ul li a:link,
.inner-section__text ul li a:visited {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #fff;
  font-size: 1.35rem;
  border: 2px solid #fff;
  padding: 6px 11px;
}

@media (max-width: 30em) {
  .inner-section__text ul li a:link,
  .inner-section__text ul li a:visited {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
  }
}

.fd-section {
  background: #663149;
}

.cd-section {
  background: #273958;
}

.pd-section {
  background: #494469;
}

.fc-section {
  background: #234032;
}

.id-section {
  background: #575136;
}

.sd-section {
  background: #523835;
}

.alumni-grid {
  background: #ededed;
}

.alumni-grid-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(290px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 15px;
  margin: auto;
  max-width: 100%;
  padding: 3.5rem 6.5rem;
}

@media (max-width: 62em) {
  .alumni-grid-inner {
    padding: 3.5rem 1.5rem;
  }
}

.alumni-grid-inner .single-success {
  width: auto;
}

.alumni-grid-inner .single-success > img {
  width: 100%;
}

.alumni-grid-header {
  text-align: center;
  background: #fff;
}

.alumni-grid-header ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: auto;
  padding: 2.5rem 0;
}

@media (max-width: 37.5em) {
  .alumni-grid-header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.alumni-grid-header ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 37.5em) {
  .alumni-grid-header ul::after {
    display: none;
  }
}

.alumni-grid-header ul li {
  background: #fff;
  z-index: 9;
  position: relative;
  border: 4px solid #fff;
}

.alumni-grid-header ul li:not(:last-child) {
  margin-right: 5.8rem;
}

@media (max-width: 62em) {
  .alumni-grid-header ul li:not(:last-child) {
    margin-right: 1rem;
  }
}

@media (max-width: 37.5em) {
  .alumni-grid-header ul li:not(:last-child) {
    margin-right: 0;
  }
}

.alumni-grid-header ul li a:link,
.alumni-grid-header ul li a:visited {
  font-family: 'Gotham';
  font-weight: 500;
  color: #9f9f9f;
  border: 2px solid #9f9f9f;
  font-size: 1.4rem;
  padding: 2px 4px;
  border-radius: 6px;
  display: block;
}

.alumni-grid-header ul li.year-active a:link,
.alumni-grid-header ul li.year-active a:active {
  color: #1faee7 !important;
  border-color: #1faee7 !important;
}

.alumni-grid-header form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 2rem;
  color: #a3a3a3;
  padding-bottom: 2.5rem;
}

@media (max-width: 37.5em) {
  .alumni-grid-header form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.alumni-grid-header form .select-box {
  margin-right: 4rem;
}

@media (max-width: 37.5em) {
  .alumni-grid-header form .select-box {
    margin-right: 0rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.alumni-grid-header form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font: inherit;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: .5rem;
  color: inherit;
}

@media (max-width: 37.5em) {
  .alumni-grid-header form select {
    width: calc(100% - 50px);
  }
}

.alumni-grid-header form select option {
  font-weight: 300;
  padding: 5px 10px;
}

@media (max-width: 37.5em) {
  .alumni-grid-header form .search-box {
    width: 100%;
  }
}

.alumni-grid-header form .search-box img {
  margin-top: -4px;
  margin-right: 5px;
}

.alumni-grid-header form input {
  font: inherit;
  color: inherit;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: .5rem;
}

@media (max-width: 37.5em) {
  .alumni-grid-header form input {
    width: calc(100% - 50px);
  }
}

.alumni-grid-footer {
  padding: 1.5rem 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62em) {
  .alumni-grid-footer {
    padding: 1.5rem 1.5rem;
  }
}

@media (max-width: 37.5em) {
  .alumni-grid-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.alumni-grid-footer > a {
  font-family: 'Sofia Pro';
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d0d0d0;
  padding: 1rem 3rem;
}

.alumni-grid-footer > a.prev-page img {
  margin-right: .8rem;
}

.alumni-grid-footer > a.next-page img {
  margin-left: .8rem;
}

.alumni-grid-footer a.active-page {
  background: #1faee7;
  color: #fff !important;
}

.alumni-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 62em) {
  .alumni-pagination {
    margin: 2rem 0;
  }
}

.alumni-pagination li {
  margin-right: 1rem;
}

.alumni-pagination li a:link,
.alumni-pagination li a:visited {
  font-family: 'Gotham';
  color: #616161;
  font-size: 1.4rem;
  padding: 6px 10px;
  border-radius: 50%;
}

.alumni-pagination li:last-child a:link,
.alumni-pagination li:last-child a:visited {
  color: #1faee7;
}

.stusuccess {
  background: #000;
  color: #fff;
  font-family: 'Gotham Book';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 4px 10px;
  margin-right: -50px;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-size: 3rem;
}

.stusuccess::before {
  content: "";
  height: 2px;
  width: 2.5rem;
  background: #666;
  margin-right: 1rem;
}

.stusuccess span {
  font-weight: 700;
}

@media (max-width: 62em) {
  .stusuccess {
    margin-right: 0px;
  }
}

.stusuccess a {
  font-family: 'Sofia Pro';
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.stusuccess a img {
  margin-left: 8px;
  width: 15px;
}

.cl-exp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  padding: 0 2rem;
  background: #ededed;
  padding-bottom: 1rem;
}

.cl-exp .corm-h {
  margin-bottom: 1rem;
}

.cl-expr {
  background: #111111;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 33.33%;
}

.cl-vd {
  position: relative;
}

.cl-expr h4 {
  font-family: 'Gotham';
  color: #ffffff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 13px;
  font-size: 1.8rem;
}

.cl-expr h4 > img {
  margin-right: 10px;
}

.cl-vd > img {
  width: 100%;
}

.cl-vd a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Gotham Book';
}

.cl-expr p {
  font-family: 'Gotham Book';
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  color: #cccccc;
}

.cl-text-header {
  width: 100%;
  background: #0e0e0e;
  padding: 2.5rem 30px 0;
}

.cl-text-header p {
  font-family: 'Gilroy';
  font-weight: 300;
  color: #fff;
  font-size: 1.7rem;
  margin-top: 5px;
}

.cl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 62em) {
  .cl-text {
    grid-column: -1/1;
  }
}

.cl-text .stusuccess {
  width: 100%;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-size: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #0e0e0e;
  padding: 0;
}

.cl-text .stusuccess span {
  font-weight: 700;
}

.cl-text .stusuccess a {
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .cl-rand {
    grid-gap: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .cl-txt_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 15px;
  }
  .cl-vd {
    grid-column: 1/-1;
  }
  .cl-exp {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .cl-expr {
    padding: 25px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .vid-thum {
    position: relative;
    width: 858px;
  }
  .vid-txt {
    left: -10px;
  }
  .cl-rand {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
  }
  .cl-zones ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .cl-vids {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 0 0;
  }
  .vid-thum {
    width: 100%;
  }
  .vid-thum > img {
    width: 100%;
  }
  .vid-txt {
    position: static;
  }
  .cl-rand {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .cl-exp {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.industry-connect {
  padding: 1rem 2rem 2.5rem;
}

.industry-connect-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 30rem 30rem;
      grid-template-rows: 30rem 30rem;
  min-height: 5rem;
  grid-gap: 2rem;
  padding: 2.5rem 2rem;
  padding: 1rem 0 0;
}

@media (max-width: 62em) {
  .industry-connect-inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.industry-connect .owl-nav {
  margin: 0;
  position: absolute;
  right: -7.5rem;
  top: 5px;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 62em) {
  .industry-connect .owl-nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    position: relative;
    transform: none;
    top: 0;
    margin-top: 15px;
  }
}

.industry-connect .owl-nav button {
  background: #eaeaea !important;
  height: 4.5rem;
  width: 4.2rem;
  border-radius: 0 !important;
}

@media (max-width: 62em) {
  .industry-connect .owl-nav button {
    height: 3.5rem;
    width: 3.2rem;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.industry-connect .owl-nav button img {
  width: 1.1rem;
}

@media (max-width: 62em) {
  .industry-connect .owl-nav button.owl-prev {
    margin-left: 0;
    left: 0;
  }
}

@media (max-width: 37.5em) {
  .industry-connect .owl-nav button.owl-prev {
    margin-left: 0;
  }
}

@media (max-width: 62em) {
  .industry-connect .owl-nav button.owl-next {
    margin-right: 0px;
    right: 0;
  }
}

@media (max-width: 37.5em) {
  .industry-connect .owl-nav button.owl-next {
    margin-right: 0;
  }
}

.industry-connects {
  width: calc(100% - 7.5rem);
}

@media (max-width: 62em) {
  .industry-connects {
    width: 100%;
  }
}

.connect-txt {
  position: absolute;
  z-index: 99;
  left: 2rem;
  right: 2rem;
  bottom: 1.5rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 62em) {
  .connect-txt {
    position: static;
    background: #000;
    margin-top: -2px;
    padding: 4px 12px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.single-connect {
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 62em) {
  .single-connect {
    pointer-events: none;
  }
}

.single-connect::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(transparent, black);
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 62em) {
  .single-connect::after {
    background: transparent;
  }
}

.single-connect h3 {
  font-family: 'Gilroy';
  font-weight: 900;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 4px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 62em) {
  .single-connect h3 {
    font-size: 2rem;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.single-connect p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  display: none;
}

@media (max-width: 62em) {
  .single-connect p {
    display: none !important;
  }
}

.single-connect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-connect:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

.single-connect:hover .connect-txt p {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.single-connect:hover .connect-txt h3 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.full-height {
  grid-row: 1/-1;
}

.happening {
  padding: 20px 0 30px;
}

.happening .corm-h {
  margin-bottom: 20px;
  padding-left: 25px;
}

.happening .owl-nav {
  margin: 0;
  position: absolute;
  right: -4.5rem;
  top: -3px;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 62em) {
  .happening .owl-nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    right: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
    top: 0;
    display: none;
  }
}

.happening .owl-nav button {
  background: #d4d4d4 !important;
  height: 4.5rem;
  width: 4.2rem;
  border-radius: 0 !important;
}

@media (max-width: 62em) {
  .happening .owl-nav button {
    height: 3.5rem;
    width: 3.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.happening .owl-nav button img {
  width: 1.1rem;
}

@media (max-width: 62em) {
  .happening .owl-nav button.owl-prev {
    margin-left: -25px;
    left: 0;
  }
}

@media (max-width: 37.5em) {
  .happening .owl-nav button.owl-prev {
    margin-left: 0;
  }
}

@media (max-width: 62em) {
  .happening .owl-nav button.owl-next {
    margin-right: -25px;
    right: 0;
  }
}

@media (max-width: 37.5em) {
  .happening .owl-nav button.owl-next {
    margin-right: 0;
  }
}

.happening-inner {
  padding: 0 20px;
  width: calc(100% - 70px);
}

@media (max-width: 62em) {
  .happening-inner {
    width: calc(100%);
  }
}

.happening-single {
  position: relative;
  border-bottom: .6rem solid;
}

.happening-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -2px;
}

.happening-single span {
  font-family: 'Sofia Pro';
  font-weight: 500;
  color: #515151;
  background: #fff;
  font-size: 1.2rem;
  padding: 2px 5px;
}

.happening-single h4 {
  font-family: 'Gilroy';
  font-weight: 900;
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 4px;
  margin-top: 1rem;
}

.happening-single p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
}

.happening-single .happening-text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.border-1 {
  border-color: #ff5a36;
}

.border-2 {
  border-color: #0099a0;
}

.border-3 {
  border-color: #db80b1;
}

.border-4 {
  border-color: #e69c51;
}

.fee-banner {
  background: url(../images/fee-banner.jpg) no-repeat;
  background-size: cover;
}

h1.boxed-title {
  border: 2px solid #fff;
  border: 2px solid #fff;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
}

.fee-body {
  background: url(../images/fee-bg.jpg);
  background-size: cover;
  border-top: 3px solid #fff;
}

.fee-body-inner {
  width: 63rem;
  max-width: 100%;
  margin: auto;
  padding: 2.5rem 0;
}

.fee-body-inner > * {
  margin-bottom: 3rem;
}

.fee-body h3 {
  font-family: 'Gotham';
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 37.5em) {
  .fee-body h3 {
    font-size: 1.4rem;
  }
}

.terms-table {
  background: #fff;
}

.terms-table h3 {
  background: #c14600;
  padding: 15px 0;
}

.terms-table ul {
  padding: 1.5rem 2rem;
}

.terms-table li {
  font-family: 'Gotham Book';
  font-weight: normal;
  color: #1e1e1e;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2.5rem;
  position: relative;
}

.terms-table li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/icons/fee-tick.png) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

.terms-table li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.onetime-table {
  background: #fff;
}

.onetime-table-header {
  background: #902156;
  padding: 9px 0;
}

.onetime-table-header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.onetime-table ul {
  padding: 2rem 2rem 1px;
}

.onetime-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

@media (max-width: 37.5em) {
  .onetime-table ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.onetime-table ul li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.onetime-table ul li h4 {
  font-family: 'Gotham';
  font-weight: 500;
  color: #1e1e1e;
  font-size: 1.7rem;
}

@media (max-width: 37.5em) {
  .onetime-table ul li h4 {
    margin-bottom: .8rem;
  }
}

.onetime-table ul li h4:nth-child(2) {
  text-align: right;
}

@media (max-width: 37.5em) {
  .onetime-table ul li h4:nth-child(2) {
    text-align: left;
  }
}

.onetime-table ul li h4 .under-text {
  font-weight: 300;
  color: #858585;
  font-size: 1.3rem;
  display: block;
  margin-top: 2px;
}

.onetime-table ul li.li-bottom h4 {
  color: #ed202e;
}

.semfee-table {
  background: #fff;
}

.semfee-table-header {
  background: #008146;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .7rem 2.5rem;
}

.semfee-table-header h3 {
  text-align: left;
}

.semfee-table-header h3 span {
  display: block;
  text-align: right;
  font-family: 'Gotham Book';
  font-size: 1.3rem;
}

@media (max-width: 37.5em) {
  .semfee-table-header h3 span {
    font-size: 1.1rem;
  }
}

.semfee-table ul {
  padding: 2rem 2rem 1px;
}

.semfee-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.semfee-table ul li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.semfee-table ul li h4 {
  font-family: 'Gotham';
  font-weight: 500;
  color: #1e1e1e;
  font-size: 1.7rem;
}

@media (max-width: 37.5em) {
  .semfee-table ul li h4 {
    font-size: 1.4rem;
  }
}

.semfee-table ul li h4:nth-child(2) {
  text-align: right;
}

.semfee-table ul li h4 .under-text {
  font-weight: 300;
  color: #858585;
  font-size: 1.3rem;
  display: block;
  margin-top: 2px;
}

.semfee-table ul li.li-bottom h4 {
  color: #ed202e;
}

.sem-col-1 {
  width: 44%;
}

.sem-col-2 {
  width: 33%;
  text-align: right;
}

.sem-col-2 h3,
.sem-col-2 h4 {
  text-align: right;
}

.event-grid-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(290px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 5rem;
  margin: auto;
  max-width: 100%;
  padding: 3.5rem 6.5rem;
}

@media (max-width: 62em) {
  .event-grid-inner {
    padding: 3.5rem 1.5rem;
  }
}

.global-connect-banner {
  background: url(../images/globall-connect-banner.jpg);
  background-size: cover;
  background-position: center center;
}

.international-faculty__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
  background: #000;
  padding: 8px 0;
  margin: 0 0 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}

@media (max-width: 62em) {
  .international-faculty__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 62em) {
  .international-faculty__header > img {
    margin: 0 0 20px;
  }
}

.international-faculty__header h2 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #2c2c2c;
  font-size: 2.5rem;
  padding: .6rem 0px;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #d0d0d0;
  color: #ffffff;
}

@media (max-width: 62em) {
  .international-faculty__header h2 {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
}

@media (max-width: 37.5em) {
  .international-faculty__header h2 {
    font-size: 1.8rem;
  }
}

.international-faculty__header h2 span {
  display: block;
  font-weight: 300;
  color: #fff;
}

.international-faculty__header--1 h2 {
  padding: 0;
  margin-left: 0;
  text-align: center;
  border: none;
}

.international-faculty__inner {
  margin: 0 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 2.5rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 3rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 48em) {
  .international-faculty__inner {
    display: none !important;
  }
}

.international-faculty__inner--resp {
  padding: 2.5rem 2.5rem;
  display: none !important;
}

@media (max-width: 48em) {
  .international-faculty__inner--resp {
    display: block !important;
    padding: 2.5rem 1.5rem;
  }
}

.international-faculty__inner--resp .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 2rem;
  padding: 4px;
}

.international-faculty__inner--resp .item img {
  width: 9rem;
  margin: 0 auto 10px;
}

.faculty-single {
  background: #fff;
  text-align: center;
  font-family: 'Sofia Pro';
  -webkit-box-shadow: -1px -1px 0px #e4e4e4;
          box-shadow: -1px -1px 0px #e4e4e4;
  width: 100%;
  padding: 2.5rem .5rem;
  border-radius: 7px;
  position: relative;
  width: 201px;
  margin-right: 26px;
  margin-bottom: 26px;
}

@media (max-width: 62em) {
  .faculty-single {
    margin: auto;
    margin-bottom: 26px;
    width: 150px;
    height: 100%;
    height: 210px;
  }
}

.faculty-single::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 3px 3px 0 #d6d6d6;
          box-shadow: 3px 3px 0 #d6d6d6;
}

.faculty-single .faculty-face {
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty-single .uct {
  width: auto;
  max-height: 2.5rem;
  display: block;
  margin: auto;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  padding: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faculty-single h4 {
  font-weight: 600;
  color: #3a5dab;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  padding-bottom: .5rem;
}

.faculty-single h4::after {
  content: "";
  width: 4.5rem;
  height: 1px;
  background: #bdbdbd;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.faculty-single span {
  font-weight: 300;
  font-size: 1.2rem;
  color: #7d7d7d;
  display: block;
}

.international-transfers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem;
  border-bottom: 1px solid #ececec;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62em) {
  .international-transfers__inner {
    display: none;
  }
}

.international-transfers h2 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #ffffff;
  background: #000;
  padding: 8px 0;
  margin: 0 0 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 37.5em) {
  .international-transfers h2 {
    font-size: 1.8rem;
  }
}

.international-transfers h2 span {
  font-weight: 300;
  color: #fff;
  display: block;
}

.transfer-column {
  width: 100%;
}

.transfer-column:not(:last-child) {
  margin-right: 1.5rem;
}

.transfer-column:last-child {
  width: 75%;
}

@media (max-width: 62em) {
  .transfer-column:last-child {
    width: 100%;
  }
}

.transfer-single {
  background: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #949494;
          box-shadow: 0 0 3px #949494;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: -1px -1px 0px #e4e4e4;
          box-shadow: -1px -1px 0px #e4e4e4;
}

.transfer-single::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 3px 3px 0 #d6d6d6;
  box-shadow: 3px 3px 0 #d6d6d6;
}

.transfer-single h4 {
  color: #fff;
  font-family: 'Sofia Pro';
  font-weight: 600;
  font-size: 2rem;
  position: absolute;
  bottom: 2px;
  text-align: center;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.52);
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}

.transfer-single h4::after {
  content: "";
  height: 1px;
  width: 11rem;
  display: block;
  margin: auto;
  background: #fff;
  margin-top: .6rem;
}

.transfer-single h4 span {
  display: block;
  font-size: 1.6rem;
}

.transfer-single-img {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.transfer-single-img > img {
  width: 100%;
  border-radius: 10px;
}

.transfer-single__footer {
  text-align: center;
  padding: 0 20px;
}

.transfer-single__footer img {
  height: 3rem;
  width: auto !important;
  margin: auto;
}

.masters-progression .transfer-column:last-child {
  width: 100%;
}

.global-study {
  padding: 3.5rem 2.5rem;
  background: #050608;
}

.global-study .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-study h2 {
  font-family: 'Gilroy';
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 37.5em) {
  .global-study h2 {
    font-size: 1.8rem;
  }
}

.global-study h2 span {
  font-weight: 300;
  color: #fff;
  display: block;
}

.global-study__inner {
  width: calc(100% - 14rem);
  margin: auto;
}

@media (max-width: 62em) {
  .global-study__inner {
    width: calc(100% - 1.5rem);
  }
}

.global-study__inner .owl-nav button {
  background: #d4d4d4 !important;
  height: 4.5rem;
  width: 4.2rem;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  margin: 0;
}

@media (max-width: 62em) {
  .global-study__inner .owl-nav button {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.global-study__inner .owl-nav .owl-next {
  right: -70px;
}

.global-study__inner .owl-nav .owl-prev {
  left: -70px;
}

.single-project {
  position: relative;
  height: 100%;
}

.single-project img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project span {
  font-family: 'Sofia Pro';
  color: #ffffff;
  font-size: 1.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.random-study {
  background: #fff;
}

.random-study h2 {
  color: #ffffff;
  background: #000;
  padding: 8px 0;
  margin: 0 -25px 2.5rem;
}

.random-study h2 span {
  color: #fff;
}

.global-slider {
  position: relative;
  height: 42rem;
  overflow: hidden;
}

@media (max-width: 62em) {
  .global-slider {
    display: none;
  }
}

#sync1 {
  width: calc(100% - 60rem);
}

#sync1 .owl-item img {
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#sync2 {
  position: absolute;
  bottom: 0;
  left: calc(100% - 600px);
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 600px;
}

#sync2 .owl-stage-outer {
  overflow: visible;
}

#sync2 .current .item {
  background: #ed202e;
  margin: 0;
  padding: 20px 0;
  position: relative;
}

#sync2 .current .item::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #ed202e;
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
  z-index: 9;
}

#sync2 .current .item h2 {
  color: #fff;
}

#sync2 .current .item h2 span {
  color: #fff;
}

#sync2 .owl-item {
  width: 7rem !important;
}

.slider-text-single {
  width: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60rem;
  padding: 20px 0;
  background: #fff;
  border-right: 1px solid #bebebe;
}

.slider-text-single h2 {
  font-family: 'Gotham';
  font-weight: 500;
  color: #292929;
  font-size: 1.7rem;
  text-align: left;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}

.slider-text-single h2 span {
  display: block;
  font-family: 'Sofia Pro';
  color: #787777;
  font-weight: 300;
  font-size: 1.2rem;
}

.uct {
  padding-bottom: 5rem;
}

.uct h2 {
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
  background: #000;
  padding: 8px 0;
  margin: 0 0 2.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 37.5em) {
  .uct h2 {
    font-size: 1.8rem;
  }
}

.uct h2 span {
  font-weight: 300;
  color: #fff;
  display: block;
}

.uct__inner {
  padding: 0 5rem;
}

@media (max-width: 62em) {
  .uct__inner {
    display: none;
  }
}

.uct__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.uct__inner ul li:not(:last-child) {
  margin-right: 2rem;
}

.uct__inner--resp {
  display: none !important;
}

@media (max-width: 62em) {
  .uct__inner--resp {
    display: block !important;
  }
}

.global-slider-sm {
  display: none;
}

@media (max-width: 62em) {
  .global-slider-sm {
    display: block;
  }
}

.global-slider-sm__inner img {
  width: 100%;
  margin-bottom: -2px;
}

.global-slider-sm .owl-nav {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.global-slider-sm .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.global-slider-sm .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.slider-text-single--sm {
  width: 100%;
  background: #ed202e;
  margin: 0;
  padding: 20px 0;
  position: relative;
  height: auto;
}

.slider-text-single--sm::before {
  content: "";
  border: 1.4rem solid transparent;
  border-bottom-color: #ed202e;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.slider-text-single--sm h2 {
  -webkit-writing-mode: lr;
      -ms-writing-mode: lr;
          writing-mode: lr;
  color: #fff;
  text-align: center;
}

.slider-text-single--sm h2 span {
  color: #fff;
}

@media (max-width: 62em) {
  .faculty-with-img .faculty-single {
    height: 245px;
  }
}

.global-slider-sm__inner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-slider-sm__inner .item {
  height: 100%;
  background: #ed202e;
}

.corporate-slider {
  height: 49rem;
}

.corporate-logos img {
  max-width: 145px;
  height: auto;
}

.corporate-connect-banner {
  background: url(../images/corporate-connect-banner.jpg);
  background-size: cover;
  background-position: center center;
}

.corporate-faculty .faculty-single {
  width: 30rem;
}

.red-btn a {
  background: #ec3128;
  color: #fff !important;
  height: auto !important;
  padding: 10px 8px;
}

.red-btn a::before {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */