@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
    url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"),
    url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/font-awesome/fa-light-300.woff2") format("woff2"),
    url("../fonts/font-awesome/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"),
    url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype");
}
html {
  font-size: 10px;
}
body {
  font-family: "Inter", "Helvetica-Nue", "helvetica", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #121416;
  background: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
a {
  color: #ffd504;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #a82020;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  margin: 0 0 1.5rem;
  position: relative;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 2rem;
  }
}
h1 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1rem;
}
p {
  line-height: 2.7rem;
  margin: 0 0 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 2.5rem;
    line-height: 3rem;
  }
}
p:empty {
  display: none;
}

ul,
ol,
figure,
address {
  margin: 0;
  padding: 0;
}
.form-label {
  font-size: 1.6rem;
  font-weight: 500;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.thumbnail-img {
  overflow: hidden;
  position: relative;
}
.thumbnail-img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}
.form-control {
  background: none;
  border: none;
  border-bottom: 0.2rem solid #cfd6da;
  border-radius: 0;
  box-shadow: none;
  height: 5rem;
  font-size: 1.6rem;
  padding: 0.6rem 0;
  position: relative;
  font-weight: 500;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  outline-offset: 0;
  border-color: #ffd504;
}
.form-control::-webkit-input-placeholder {
  color: rgba(18, 20, 22, 0.7);
}
.select-appearance {
  position: relative;
}
.select-appearance select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
.select-appearance::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  color: #121416;
  margin-top: -1.2rem;
}
textarea.form-control {
  height: 16rem;
  padding: 1rem 0;
  resize: none;
}
.site-btn {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: none;
  border: none;
  font-family: "Poppins";
  background: none;
  color: #a82020;
  padding: 0 0 0.3rem;
  box-shadow: none;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.site-btn i {
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  text-align: left;
}
.site-btn span {
  color: #121416;
  letter-spacing: 0.12rem;
}
.site-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 0.2rem solid #a82020;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.site-btn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  border-bottom: 0.2rem solid #ffd504;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.site-btn:hover,
.site-btn:focus,
.site-btn:not(:disabled):not(.disabled):active:focus {
  background: none;
  color: #ffd504;
  box-shadow: none;
}
.site-btn:hover::after,
.site-btn:focus::after,
.site-btn:not(:disabled):not(.disabled):active:focus::after {
  width: 100%;
}
.site-btn.white i {
  color: #ffd504;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.site-btn.white span {
  color: #fff;
}
.site-btn.white::before {
  border-color: #ffd504;
}
.site-btn.white::after {
  border-color: #a82020;
}
.site-btn.white:hover i {
  color: #a82020;
}
.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
.md-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .md-flex {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .container-large {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .container-large {
    padding: 0 5rem;
  }
}
@media (min-width: 1440px) {
  .container-large {
    max-width: 153rem;
    padding: 0 1.5rem;
  }
}
.content-area-lg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chairperson.content-area-lg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
     display: flex;
     flex-direction:column;
}
@media (min-width: 768px) {
  .content-area-lg {
    padding: 0 8rem;
  }
.chairperson.content-area-lg {
    padding: 0 8rem;
    display: flex;
    flex-direction: row;
}
}
@media (min-width: 1200px) {
  .content-area-lg {
    max-width: 101rem;
    padding: 0;
  }
}
.site-main {
  padding: 4rem 0;
  min-height: 50rem;
}
@media (min-width: 768px) {
  .site-main {
    padding: 15rem 0;
  }
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 1.5rem 3rem;
  }
}
.modal-header .modal-title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .modal-header .modal-title {
    font-size: 1.8rem;
  }
}
.modal-header .btn-close {
  width: 1rem;
  height: 1rem;
  opacity: 0.2;
  padding: 0.2rem;
  margin: 0;
}
.modal-body {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 1.5rem 3rem;
  }
}
.modal-body p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .modal-body p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.modal-footer {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .modal-footer {
    padding: 1.5rem 3rem;
  }
}
.ol-listing,
.ul-listing {
  margin: 0 0 1.5rem;
  font-weight: 500;
  padding: 0 0 0 2rem;
}
@media (min-width: 768px) {
  .ol-listing,
  .ul-listing {
    margin: 0 0 2.5rem;
  }
}
.ol-listing li:not(:last-child),
.ul-listing li:not(:last-child) {
  margin: 0 0 0.8rem;
}
.content-area-lg {
  max-width: 101rem;
  margin: 0 auto;
}
.card-block {
  background: #fff;
  border-radius: 0;
  padding: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .card-block {
    padding: 4rem;
  }
}
.card-block .thumbnail-img {
  height: 25rem;
  margin: 0 0 1.5rem;
}
.card-block .thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-block .card-content {
  padding: 0 1rem;
}
.card-block .card-content h3 {
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.card-block .card-content h3 a {
  color: #000;
}
.card-block .card-content h3 a:hover {
  color: #a82020;
}
.card-block .card-content h5 {
  font-weight: 500;
  color: #e1e5e8;
}
.section-title-block {
  position: relative;
}
@media (min-width: 768px) {
  .section-title-block .heading-title {
    position: absolute;
    top: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .section-title-block .heading-title {
    position: absolute;
    top: 5rem;
  }
}
.heading-bg-title {
  margin: 0;
  color: #e1e5e8;
  font-weight: 800;
}
@media (min-width: 768px) {
  .heading-bg-title {
    font-size: 12.5rem;
    line-height: 10rem;
  }
}
@media (max-width: 1200px) {
  .heading-bg-title {
    font-size: 11rem;
    line-height: 9rem;
  }
}
@media (min-width: 1440px) {
  .heading-bg-title {
    font-size: 14.8rem;
    line-height: 12.3rem;
  }
}
.heading-title {
  color: #121416;
  margin: 0 0 2rem;
  position: relative;
  padding: 0 0 0 5rem;
  font-weight: 800;
}
.heading-title .title-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.heading-title i {
  font-size: 2.2rem;
  color: #a82020;
}
@media (min-width: 768px) {
  .heading-title i {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .heading-title {
    margin: 0 0 3.6rem;
    padding: 0 0 0 6rem;
  }
}
.heading-title.white {
  color: #fff;
}
.heading-title.white i {
  color: #ffd504;
}
.large-heading-title {
  font-size: 12rem;
}
@media (min-width: 768px) {
  .large-heading-title {
    font-size: 20rem;
  }
}
.large-heading-title span {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .large-heading-title span {
    font-size: 3.2rem;
  }
}
.parallax-section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .parallax-section {
    padding: 15rem 0;
  }
}
.inner-parallax-section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .inner-parallax-section {
    padding: 10rem 0;
  }
}
.info-social-media {
  list-style-type: none;
}
.info-social-media li {
  display: inline-block;
  margin: 0 0.75rem;
}
@media (min-width: 768px) {
  .info-social-media li {
    margin: 0 0 0 1.5rem;
  }
}
.info-social-media li a {
  font-size: 1.8rem;
  color: #121416;
}
.info-social-media li a:hover {
  color: #a82020;
}
.icon-box {
  margin: 0 0 2rem;
}
.icon-box i {
  font-size: 3.6rem;
  color: #a82020;
}
@media (min-width: 768px) {
  .icon-box i {
    font-size: 4.2rem;
  }
}
.thumb-img-grid {
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .thumb-img-grid {
    margin: 0 0 5rem;
  }
}
@media (min-width: 768px) {
  .thumb-img-grid::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    width: 30rem;
    height: 20rem;
    background: #ffd504;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .thumb-img-grid::before {
    bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .thumb-img-grid.left {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .thumb-img-grid.left {
    padding-left: 3rem;
  }
}
.thumb-img-grid.left::before {
  left: 0;
}
@media (min-width: 768px) {
  .thumb-img-grid.right {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .thumb-img-grid.right {
    padding-right: 3rem;
  }
}
.thumb-img-grid.right::before {
  right: 0;
}
.thumb-img-grid .thumbnail-img {
  height: 30rem;
}
@media (min-width: 768px) {
  .thumb-img-grid .thumbnail-img {
    height: 52rem;
  }
}
@media (min-width: 1440px) {
  .thumb-img-grid .thumbnail-img {
    height: 65rem;
  }
}
.thumb-img-grid .thumbnail-img img {
  height: 30rem;
}
@media (min-width: 768px) {
  .thumb-img-grid .thumbnail-img img {
    height: 52rem;
  }
}
@media (min-width: 1440px) {
  .thumb-img-grid .thumbnail-img img {
    height: 65rem;
  }
}
@media (min-width: 1200px) {
  .thumb-content-grid.right {
    padding-left: 6rem;
  }
}
@media (min-width: 1440px) {
  .thumb-content-grid.right {
    padding-left: 10rem;
  }
}
@media (min-width: 1200px) {
  .thumb-content-grid.left {
    padding-right: 6rem;
  }
}
@media (min-width: 1440px) {
  .thumb-content-grid.left {
    padding-right: 10rem;
  }
}
.search-form-container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-100%);
}
.search-form-expand .search-form-container {
  transform: translateY(0%);
}
.search-form-expand .navbar-search {
  position: relative;
  z-index: 9999;
}
.search-form-expand .navbar-search .fa-magnifying-glass {
  width: 2.2rem;
}
.search-form-expand .navbar-search .fa-magnifying-glass::before {
  content: "\f00d";
}
.uc-mega-navigation {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-100%);
}
.mega-navigation-expand {
  overflow: hidden;
}
.mega-navigation-expand .site-header {
  background: #ffd504;
}
.mega-navigation-expand .uc-mega-navigation {
  transform: translateY(6.5rem);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mega-navigation-expand .uc-mega-navigation {
    transform: translateY(8rem);
  }
}
.page-header {
  padding: 10rem 0 4rem;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .page-header {
    padding: 14rem 0 11rem;
  }
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/banner-gradient-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.3);
  z-index: 2;
}
.page-header .page-content-block {
  position: relative;
  z-index: 3;
}
.page-header .page-content-block .breadcrumb {
  margin: 0 0 3rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-header .page-content-block .breadcrumb {
    margin: 0 0 6rem;
    font-size: 1.5rem;
  }
}
.page-header .page-content-block .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-header .page-content-block .breadcrumb .breadcrumb-item a:hover {
  color: #ffd504;
}
.page-header .page-content-block .breadcrumb .breadcrumb-item.active {
  color: #ffd504;
}
.page-header
  .page-content-block
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item {
  padding-left: 1rem;
}
.page-header
  .page-content-block
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  content: "\f105";
  color: #878c98;
  padding-right: 1rem;
  font-family: "Font Awesome 6 Pro";
}
.page-header .page-content-block .page-title {
  font-size: 4.2rem;
  font-weight: 800;
  color: #fafafa;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header .page-content-block .page-title {
    font-size: 5.6rem;
  }
}
.chairmain-profile .thumbnail-img {
  height: 40rem;
}
.chairmain-profile .thumbnail-img img {
  height: 40rem;
}
.chairmain-profile h3 {
  margin: 0;
}
.chairmain-profile h3 span {
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
}
.programs-list {
  list-style-type: none;
}
.programs-list li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.programs-list li a {
  color: #121416;
  font-family: "Poppins";
  font-weight: 600;
  position: relative;
}
.programs-list li a i {
  margin-left: 1rem;
}
.programs-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-bottom: 0.1rem solid #a82020;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.programs-list li a:hover {
  color: #a82020;
}
.programs-list li a:hover::before {
  opacity: 1;
}
.programme-table {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .programme-table {
    font-size: 1.6rem;
  }
}
.programme-table thead tr th {
  border: none;
  padding: 1rem 2rem;
  background: #e6e6e6;
}
@media (min-width: 768px) {
  .programme-table thead tr th {
    padding: 1.5rem 2rem;
  }
}
.programme-table tbody tr td {
  border-color: #e6e6e6;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .programme-table tbody tr td {
    padding: 1.5rem 2rem;
  }
}
.programme-table tbody tr:last-child td {
  border: none;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header .navbar-brand {
  padding: 1.5rem 0;
  width: 11rem;
  margin: 0 0 0 1.5rem;
}
@media (min-width: 768px) {
  .site-header .navbar-brand {
    width: auto;
    margin: 0 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar-brand {
    margin: 0;
  }
}
.site-header .main-navigation {
  padding: 0;
}
@media (min-width: 768px) {
  .site-header .site-navigation {
    justify-content: flex-end;
  }
}
.site-header .site-navigation .navbar-nav {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .site-header .site-navigation .navbar-nav {
    padding: 1.59rem 0 1.59rem 1.5rem;
  }
}
.site-header .site-navigation .navbar-nav > .nav-item {
  position: relative;
}
.site-header .site-navigation .navbar-nav > .nav-item > .nav-link {
  font-size: 1.5rem;
  font-weight: 600;
  color: #121416;
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-navigation .navbar-nav > .nav-item > .nav-link {
    padding: 1.275rem 2rem;
  }
}
.site-header .site-navigation .navbar-nav > .nav-item > .nav-link .sub-toggle {
  font-size: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd504;
}
@media (min-width: 992px) {
  .site-header
    .site-navigation
    .navbar-nav
    > .nav-item
    > .nav-link
    .sub-toggle {
    position: static;
    margin: 0 0 0 1rem;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
  }
}
.site-header .site-navigation .navbar-nav > .nav-item > .sub-menu {
  background: #f0f3f6;
  list-style-type: none;
  display: none;
  padding: 1rem 1.5rem;
  /* max-width: 500px;
  width: 100%; */
}
@media (min-width: 992px) {
  .site-header .site-navigation .navbar-nav > .nav-item > .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 22rem;
    margin-left: -11rem;
    background: #fff;
    border-top: 0.2rem solid #ffd504;
    padding: 1.5rem 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
.site-header
  .site-navigation
  .navbar-nav
  > .nav-item
  > .sub-menu
  > .nav-item
  > .nav-link {
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
  color: #121416;
  font-weight: 500;
}
@media (min-width: 992px) {
  .site-header
    .site-navigation
    .navbar-nav
    > .nav-item
    > .sub-menu
    > .nav-item
    > .nav-link {
    padding: 1rem 2.5rem;
  }
}
.site-header
  .site-navigation
  .navbar-nav
  > .nav-item
  > .sub-menu
  > .nav-item:hover
  > .nav-link,
.site-header
  .site-navigation
  .navbar-nav
  > .nav-item
  > .sub-menu
  > .nav-item.current-menu-item
  > .nav-link {
  background: #121416;
  color: #fff;
}
.site-header .site-navigation .navbar-nav > .nav-item:hover > .nav-link {
  background: #ffd504;
}
.site-header .site-navigation .navbar-nav > .nav-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header
  .site-navigation
  .navbar-nav
  > .nav-item.current-menu-item
  > .nav-link {
  background: #ffd504;
}
.site-header .navbar-mega-toggler,
.site-header .navbar-search {
  background: #fff;
  padding: 2.05rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .site-header .navbar-mega-toggler,
  .site-header .navbar-search {
    padding: 2.62rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .site-header .navbar-mega-toggler,
  .site-header .navbar-search {
    position: static;
  }
}
.site-header .navbar-mega-toggler button,
.site-header .navbar-search button {
  background: none;
  border: none;
  padding: 0;
  line-height: initial;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.site-header .navbar-mega-toggler button:hover,
.site-header .navbar-search button:hover {
  color: #ffd504;
}
@media (min-width: 768px) {
  .site-header .navbar-mega-toggler button,
  .site-header .navbar-search button {
    font-size: 2.2rem;
  }
}
.site-header .navbar-mega-toggler {
  right: 3.8rem;
}
@media (min-width: 768px) {
  .site-header .navbar-mega-toggler {
    right: 6.75rem;
  }
}
.site-header .navbar-search {
  padding: 2.05rem 1rem;
}
@media (min-width: 768px) {
  .site-header .navbar-search {
    padding: 2.62rem 3rem 2.62rem 1.5rem;
  }
}
.site-header .navbar-toggler {
  position: absolute;
  top: 14px;
  right: 7.4rem;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #fff;
  color: #121416;
  font-size: 1.8rem;
  padding: 2.35rem 1rem 2.35rem 1.5rem;
  box-shadow: none;
}
.site-header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.site-header .navbar-toggler:hover {
  color: #ffd504;
}
@media (min-width: 768px) {
  .site-header .navbar-toggler {
    font-size: 2.2rem;
    right: 11.75rem;
    padding: 2.85rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1213.98px) {
  .site-header .navbar-expand-lg {
    position: relative;
  }
  .site-header .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .site-header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .site-header .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    position: absolute;
    top: 100%;
    right: 2rem;
    width: 320px;
    max-width: calc(100vw - 4rem);
    max-height: 75vh;
    overflow-y: auto;
    background: #fff;
    border-top: 0.2rem solid #ffd504;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    z-index: 1000;
  }
  .site-header .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .site-header .site-navigation .navbar-nav {
    padding: 0.5rem 0;
  }
  .site-header .site-navigation .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .site-header .site-navigation .navbar-nav > .nav-item:last-child {
    border-bottom: none;
  }
  .site-header .site-navigation .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.5rem;
  }
  .site-header
    .site-navigation
    .navbar-nav
    > .nav-item
    > .nav-link
    .sub-toggle {
    position: static;
    margin: 0 0 0 0.5rem;
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
    background: none;
  }
  .site-header .site-navigation .navbar-nav > .nav-item > .sub-menu {
    position: static;
    width: 100%;
    margin-left: 0;
    background: #f7f8fa;
    border-top: none;
    padding: 0.5rem 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .site-header
    .site-navigation
    .navbar-nav
    > .nav-item
    > .sub-menu
    > .nav-item
    > .nav-link {
    padding: 0.7rem 1.5rem 0.7rem 2.25rem;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 1440px) {
  .site-header {
    padding: 0 0 0 6rem;
  }
}
.site-header .search-form-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 999;
  padding: 1.5rem 3.5rem 1.5rem 4.5rem;
}
@media (min-width: 768px) {
  .site-header .search-form-container {
    height: 8rem;
    padding: 2rem 6rem;
  }
}
.site-header .search-form-container form {
  height: 100%;
  width: 100%;
}
.site-header .search-form-container button {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
  margin-top: -1.2rem;
}
.site-header .search-form-container button i {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .site-header .search-form-container button i {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .site-header .search-form-container button {
    left: 2rem;
    margin-top: -1.35rem;
  }
}
.site-header .search-form-container .form-control {
  height: 100%;
  border: none;
  padding: 0;
  background: none;
}
.site-header .uc-mega-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 6.5rem);
  z-index: -1;
  padding: 1.5rem 2.5rem;
  background: #fafafa;
}
@media (min-width: 768px) {
  .site-header .uc-mega-navigation {
    height: calc(100vh - 8rem);
    padding: 6rem 8rem;
  }
}
@media (min-width: 768px) {
  .site-header .uc-mega-navigation .megaMenuNav {
    max-width: 101rem;
    margin: 0 auto;
  }
}
.site-header .uc-mega-navigation .megaMenuNav .navbar-nav .nav-item .nav-link {
  font-size: 1.8rem;
  font-family: "Poppins";
  font-weight: 700;
  color: #121416;
  padding: 0.7rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .site-header
    .uc-mega-navigation
    .megaMenuNav
    .navbar-nav
    .nav-item
    .nav-link {
    padding: 1rem 0;
    font-size: 3.2rem;
    font-weight: 800;
  }
}
.site-header
  .uc-mega-navigation
  .megaMenuNav
  .navbar-nav
  .nav-item
  .nav-link
  span {
  position: relative;
}
.site-header
  .uc-mega-navigation
  .megaMenuNav
  .navbar-nav
  .nav-item
  .nav-link
  span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.3rem solid transparent;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .site-header
    .uc-mega-navigation
    .megaMenuNav
    .navbar-nav
    .nav-item
    .nav-link
    span::before {
    border-bottom: 0.6rem solid transparent;
  }
}
.site-header
  .uc-mega-navigation
  .megaMenuNav
  .navbar-nav
  .nav-item:hover
  .nav-link
  span::before,
.site-header
  .uc-mega-navigation
  .megaMenuNav
  .navbar-nav
  .nav-item.current-menu-item
  .nav-link
  span::before {
  border-color: #ffd504;
}
.site-footer {
  font-size: 1.6rem;
  border-top: 0.1rem solid #e6e6e6;
  padding: 4rem 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 8rem 0 0;
  }
}
.site-footer .footer-block .footer-logo {
  width: 14rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-footer .footer-block .footer-logo {
    width: 16rem;
  }
}
.site-footer .footer-block ul {
  list-style-type: none;
}
.site-footer .footer-block ul li:not(:last-child) {
  margin: 0 0 1rem;
}
.site-footer .footer-block ul li a {
  color: #121416;
}
.site-footer .footer-block ul li a:hover {
  color: #a82020;
}
.site-footer .footer-block address ul {
  margin: 0 0 2.5rem;
}
.site-footer .footer-block address ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}
.site-footer .footer-block address .maps-direction {
  color: #121416;
  position: relative;
  padding: 0 0 0.3rem;
}
.site-footer .footer-block address .maps-direction::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid #a82020;
}
.site-footer .footer-block address .maps-direction:hover {
  color: #a82020;
}
.site-footer .footer-block address .maps-direction i {
  font-size: 1.4rem;
  margin: 0 0 0 0.3rem;
}
.site-footer .site-info {
  font-size: 1.4rem;
  border-top: 0.1rem solid #e6e6e6;
  margin: 4rem 0 0;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .site-footer .site-info {
    margin: 8rem 0 0;
    padding: 2.45rem 0;
  }
}
.site-footer .site-info p {
  margin: 0 0 1.5rem;
  line-height: inherit;
}
@media (min-width: 768px) {
  .site-footer .site-info p {
    margin: 0;
  }
}
.site-footer .site-info p a {
  color: #121416;
}
.site-footer .site-info p a:hover {
  color: #a82020;
}
.site-footer .scroll-top {
  position: absolute;
  top: 4rem;
  right: 3rem;
  text-align: center;
  text-transform: uppercase;
  color: #121416;
}
@media (min-width: 1440px) {
  .site-footer .scroll-top {
    top: 4rem;
    right: 6rem;
  }
}
.site-footer .scroll-top i {
  font-size: 2.4rem;
}
.site-footer .scroll-top span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.site-footer .scroll-top:hover {
  color: #a82020;
}
.site-main-banner {
  height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .site-main-banner {
    height: 100vh;
  }
}
.site-main-banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.site-main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/banner-gradient-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.site-main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.3);
  z-index: 2;
}
.site-main-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.site-main-banner .banner-content .inner-banner-content {
  color: #fff;
}
.site-main-banner .banner-content .inner-banner-content h5 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .site-main-banner .banner-content .inner-banner-content h5 {
    letter-spacing: 0.3rem;
  }
}
.site-main-banner .banner-content .inner-banner-content h1,
.hero-carousel .testimonial-item {
  font-size: 3.2rem;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .site-main-banner .banner-content .inner-banner-content h1,
  .hero-carousel .testimonial-item {
    font-size: 5.2rem;
    line-height: 7.2rem;
  }
}
.site-main-banner .banner-content .inner-banner-content a i {
  margin-left: 1rem;
}
.site-main-banner .banner-content .inner-banner-content a:hover {
  color: #fff;
}
.site-main-banner .user-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.site-main-banner .user-control-bar .social-media-control {
  background: #fff;
  padding: 0.9rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .site-main-banner .user-control-bar .social-media-control {
    padding: 2.35rem 6rem 2.35rem 0;
  }
  .site-main-banner .user-control-bar .social-media-control::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    border-bottom: 0.1rem solid #ffd504;
  }
}
@media (min-width: 992px) {
  .site-main-banner .user-control-bar .social-media-control {
    padding: 2.35rem 10rem 2.35rem 0;
  }
  .site-main-banner .user-control-bar .social-media-control::after {
    width: 5.5rem;
  }
}
.site-main-banner .user-control-bar .social-media-control h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .site-main-banner
    .user-control-bar
    .social-media-control
    .info-social-media
    li
    a {
    font-size: 2.2rem;
  }
}
.site-main-banner .user-control-bar .social-media-control::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100vw;
  background: #fff;
  z-index: -9;
}
.site-main-banner .user-control-bar .scroll-down {
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .site-main-banner .user-control-bar .scroll-down {
    padding-left: 2rem;
  }
  .site-main-banner .user-control-bar .scroll-down::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3rem;
    width: 3rem;
    border-bottom: 0.1rem solid #fff;
  }
}
@media (min-width: 992px) {
  .site-main-banner .user-control-bar .scroll-down {
    padding-left: 6rem;
  }
  .site-main-banner .user-control-bar .scroll-down::before {
    width: 5.5rem;
  }
}
.site-main-banner .user-control-bar .scroll-down a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .site-main-banner .user-control-bar .scroll-down a {
    font-size: 1.6rem;
  }
}
.site-main-banner .user-control-bar .scroll-down a .mousey {
  width: 1.8rem;
  height: 2.5rem;
  border: 0.2rem solid #fff;
  border-radius: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .site-main-banner .user-control-bar .scroll-down a .mousey {
    width: 2.2rem;
    height: 3rem;
  }
}
.site-main-banner .user-control-bar .scroll-down a .scroller {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  margin-left: -0.1rem;
  width: 0.2rem;
  height: 0.6rem;
  background: #fff;
  animation: scroll 1.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
  -webkit-animation: scroll 1.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
  -moz-animation: scroll 1.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@media (min-width: 768px) {
  .site-main-banner .user-control-bar .scroll-down a .scroller {
    top: 0.6rem;
  }
}
.site-main-banner .user-control-bar .scroll-down a:hover {
  color: #ffd504;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0.9rem);
    opacity: 0;
  }
}
.program-academics-section {
  background: #121416;
  color: #fff;
}
.program-academics-section .section-title-wrap {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .program-academics-section .section-title-wrap {
    margin: 0 0 6rem;
  }
}
.program-academics-section .section-title-block .heading-bg-title {
  color: rgba(254, 254, 254, 0.03);
}
.program-academics-section .section-title-block .heading-title {
  color: #fff;
}
@media (min-width: 768px) {
  .program-academics-section .section-title-block .heading-title {
    top: 1rem;
    font-size: 3.8rem;
  }
}
@media (min-width: 1440px) {
  .program-academics-section .section-title-block .heading-title {
    top: 2rem;
    font-size: 4.2rem;
  }
}
.program-academics-section .section-title-block .heading-title i {
  color: #ffd504;
}
.program-academics-section .programs-block {
  background: #fff;
  color: #121416;
  padding: 3rem;
}
@media (min-width: 768px) {
  .program-academics-section .programs-block {
    padding: 5rem;
  }
}
.program-academics-section .programs-block.graduate-program {
  background: #ffd504;
}
.program-academics-section .programs-block.graduate-program .site-btn:hover i {
  color: #fff;
}
.program-academics-section
  .programs-block.graduate-program
  .site-btn:hover::after {
  border-color: #fff;
}
@media (min-width: 768px) {
  .program-academics-section .programs-block h2 {
    font-size: 2.8rem;
  }
}
.program-academics-section .programs-block p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.program-academics-section .programs-block ul {
  list-style-type: none;
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .program-academics-section .programs-block ul {
    min-height: 9.7rem;
    margin: 0 0 4rem;
  }
}
.program-academics-section .programs-block ul li a {
  color: #121416;
  font-family: "Poppins";
  font-weight: 600;
  position: relative;
}
.program-academics-section .programs-block ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid #a82020;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.program-academics-section .programs-block ul li a:hover {
  color: #a82020;
}
.program-academics-section .programs-block ul li a:hover::before {
  opacity: 1;
}
.program-academics-section .programs-block ul li a i {
  margin-left: 1rem;
}
.program-academics-section .programs-block ul li:not(:last-child) {
  margin: 0 0 0.8rem;
}
.our-values-section {
  position: relative;
}
@media (min-width: 1200px) {
  .our-values-section .our-values-block-wrap {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1440px) {
  .our-values-section .our-values-block-wrap {
    padding: 0 0 0 6rem;
  }
}
.our-values-section .our-values-block-wrap .our-values-block {
  background: #fafafa;
  padding: 3rem;
}
@media (min-width: 768px) {
  .our-values-section .our-values-block-wrap .our-values-block {
    padding: 6rem 4rem;
  }
}
@media (min-width: 1200px) {
  .our-values-section .our-values-block-wrap .our-values-block {
    min-height: 45rem;
  }
}
@media (min-width: 768px) {
  .our-values-section .our-values-block-wrap .our-values-block .icon-box {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 768px) {
  .our-values-section .our-values-block-wrap .our-values-block h3 {
    margin: 0 0 3rem;
  }
}
.our-values-section .our-values-block-wrap .our-values-block p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.our-values-section
  .our-values-block-wrap
  [class^="col-"]:nth-of-type(2)
  .our-values-block {
  background: #f1f1f1;
}
.our-values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffd504;
  z-index: -1;
}
@media (min-width: 1200px) {
  .our-values-section::before {
    height: 100%;
    width: 43vw;
  }
}
@media (min-width: 1200px) {
  .sports-activities-section .sports-activities-block {
    padding-right: 6rem;
  }
}
@media (min-width: 1440px) {
  .sports-activities-section .sports-activities-block {
    padding-right: 8.5rem;
  }
}
.sports-activities-section .sports-activities-block p {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .sports-activities-section .sports-activities-block p {
    margin: 0 0 5rem;
  }
}
.sports-activities-section .sports-activities-block ul {
  list-style-type: none;
}
.sports-activities-section .sports-activities-block ul li span {
  position: relative;
  padding: 0 0 0 4rem;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  .sports-activities-section .sports-activities-block ul li span {
    margin: 0 0 2rem;
  }
}
.sports-activities-section .sports-activities-block ul li span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
}
.sports-activities-section .thumbnail-img {
  height: 30rem;
}
@media (min-width: 768px) {
  .sports-activities-section .thumbnail-img {
    height: 50rem;
  }
}
@media (min-width: 1200px) {
  .sports-activities-section .thumbnail-img {
    margin: -21rem 0 0;
    height: 68.7rem;
  }
}
.sports-activities-section .thumbnail-img img {
  height: 30rem;
}
@media (min-width: 768px) {
  .sports-activities-section .thumbnail-img img {
    height: 50rem;
  }
}
@media (min-width: 1200px) {
  .sports-activities-section .thumbnail-img img {
    height: 68.7rem;
  }
}
.count-section .section-title-block {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .count-section .section-title-block {
    max-width: 101rem;
    margin: 0 auto 4rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .count-section .section-title-block .heading-title {
    text-align: left;
    left: 50%;
    margin-left: -30rem;
    top: 5rem;
  }
}
@media (min-width: 1440px) {
  .count-section .section-title-block .heading-title {
    top: 7.5rem;
  }
}
.count-section .count-block {
  text-align: center;
}
.count-section .count-block h2 {
  margin: 0;
  font-size: 5.8rem;
}
@media (min-width: 768px) {
  .count-section .count-block h2 {
    font-size: 9.2rem;
  }
}
.count-section .count-block h2 span {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}
.count-section [class^="col-"]:not(:last-child) .count-block {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .count-section [class^="col-"]:not(:last-child) .count-block {
    margin: 0;
  }
}
.count-section .thumbnail-img {
  margin: 3rem 0 0;
  height: 20rem;
}
@media (min-width: 768px) {
  .count-section .thumbnail-img {
    margin: 15rem auto -27rem;
    height: 35rem;
    max-width: 127rem;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .count-section .thumbnail-img {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  .count-section .thumbnail-img {
    height: 55rem;
  }
}
.count-section .thumbnail-img img {
  height: 20rem;
}
@media (min-width: 768px) {
  .count-section .thumbnail-img img {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .count-section .thumbnail-img img {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  .count-section .thumbnail-img img {
    height: 55rem;
  }
}
.count-section .thumbnail-img .heading-bg-title {
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
}
@media (min-width: 1200px) {
  .count-section .thumbnail-img .heading-bg-title {
    left: 12rem;
  }
}
.student-life-section {
  background: #121416;
  color: #fff;
}
@media (min-width: 768px) {
  .student-life-section {
    padding-top: 31rem;
  }
}
.testimonial-wrap {
  max-width: 127rem;
  margin: 0 auto;
}
.testimonial-wrap .testimonial-profile {
  max-width: 30rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-profile {
    max-width: 37rem;
    padding: 0 2rem 2rem 0;
  }
}
@media (min-width: 992px) {
  .testimonial-wrap .testimonial-profile {
    max-width: 39rem;
    padding: 0 3rem 3rem 0;
  }
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-profile::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20rem;
    height: 13rem;
    background: #ffd504;
    z-index: -1;
  }
}
.testimonial-wrap .testimonial-profile .thumbnail-img {
  height: 30rem;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-profile .thumbnail-img {
    height: 45rem;
  }
}
.testimonial-wrap .testimonial-profile .thumbnail-img img {
  height: 30rem;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-profile .thumbnail-img img {
    height: 45rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-wrap .testimonial-content {
    padding: 0 5rem 0 5rem;
  }
}
@media (min-width: 1440px) {
  .testimonial-wrap .testimonial-content {
    padding: 0 8rem 0 10rem;
  }
}
.testimonial-wrap .testimonial-content p {
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .testimonial-wrap .testimonial-content p {
    margin: 0 0 3.5rem;
  }
}
.testimonial-wrap .testimonial-content h3 {
  line-height: 2.4rem;
  margin: 0;
}
.testimonial-wrap .testimonial-content h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.testimonial-wrap .custom-testi-nav {
  position: relative;
  z-index: 1;
  padding: 3rem 0 0;
}
@media (min-width: 992px) {
  .testimonial-wrap .custom-testi-nav {
    margin: -2rem 0 0;
    padding: 0;
  }
}
.testimonial-wrap .custom-testi-nav .btn {
  padding: 0;
  border: none;
  font-size: 2rem;
  margin: 0 1rem;
  box-shadow: none;
  line-height: 0;
}
@media (min-width: 768px) {
  .testimonial-wrap .custom-testi-nav .btn {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .testimonial-wrap .custom-testi-nav .btn {
    margin: 0 1rem;
  }
}
.testimonial-wrap .custom-testi-nav .btn:hover {
  color: #ffd504;
}
.news-events-section .news-event-block {
  background: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(18, 20, 22, 0.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-events-section .news-event-block .thumbnail-img {
  height: 25rem;
}
@media (min-width: 1440px) {
  .news-events-section .news-event-block .thumbnail-img {
    height: 35rem;
  }
}
.news-events-section .news-event-block .thumbnail-img img {
  height: 25rem;
}
@media (min-width: 1440px) {
  .news-events-section .news-event-block .thumbnail-img img {
    height: 35rem;
  }
}
.news-events-section .news-event-block a {
  color: #121416;
}
.news-events-section .news-event-block .news-event-text {
  padding: 2.5rem 3rem;
}
@media (min-width: 768px) {
  .news-events-section .news-event-block .news-event-text {
    padding: 4rem;
  }
}
.news-events-section .news-event-block .news-event-text h2 {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .news-events-section .news-event-block .news-event-text h2 {
    margin: 0 0 1.5rem;
  }
}
.news-events-section .news-event-block .news-event-text p {
  margin: 0;
  font-size: 1.4rem;
}
.news-events-section .news-event-block:hover {
  background: #ffd504;
}
.news-events-section .news-event-block:hover .thumbnail-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.campus-experience-banner {
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: -8rem 0 0 0;
}
@media (min-width: 768px) {
  .campus-experience-banner {
    height: 50rem;
    /* height: 65rem; */
  }
}
@media (min-width: 1440px) {
  .campus-experience-banner {
    /* height: 75rem; */
    height: 60rem;
  }
}
.campus-experience-banner a {
  color: #fff;
  font-size: 6.2rem;
}
@media (min-width: 768px) {
  .campus-experience-banner a {
    font-size: 9.2rem;
  }
}
.campus-experience-banner a:hover {
  color: #ffd504;
}
.campus-experience {
  margin: -5rem 0 0 0;
  background: #fff;
}
@media (min-width: 768px) {
  .campus-experience {
    margin: -15rem 0 0 0;
    background: none;
  }
}
.campus-experience .campus-experience-content {
  max-width: 127rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .campus-experience .campus-experience-content {
    padding: 10rem 0 0;
    background: #fff;
  }
}
.our-partners .partners-wrap {
  margin: 0 -1.5rem;
}
.our-partners .partners-block {
  padding: 0 1.5rem;
}
.our-partners .partners-block:not(:last-child) {
  margin: 0 0 3rem;
}
@media (min-width: 576px) {
  .our-partners .partners-block:not(:last-child) {
    margin: 0;
  }
}
.our-partners .partners-block a {
  filter: grayscale(100%);
}
.our-partners .partners-block a:hover {
  filter: grayscale(0%);
}
.our-partners .partners-block img {
  max-width: 15rem;
}
@media (min-width: 992px) {
  .our-partners .partners-block img {
    max-width: inherit;
  }
}
.about-photos .about-photos-grid-wrap {
  margin: 0 -1.5rem;
}
.about-photos .about-photos-grid-wrap .about-photos-grid {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .about-photos .about-photos-grid-wrap .about-photos-grid:first-child {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  .about-photos .about-photos-grid-wrap .about-photos-grid:nth-of-type(2) {
    margin-top: 30rem;
  }
}
.about-photos .about-photos-grid-wrap .about-photos-grid .thumbnail-img {
  max-width: 36rem;
  height: 40rem;
}
@media (min-width: 1200px) {
  .about-photos .about-photos-grid-wrap .about-photos-grid .thumbnail-img {
    height: 50rem;
  }
}
.about-photos .about-photos-grid-wrap .about-photos-grid .thumbnail-img img {
  height: 40rem;
}
@media (min-width: 1200px) {
  .about-photos .about-photos-grid-wrap .about-photos-grid .thumbnail-img img {
    height: 50rem;
  }
}
.campus-culture {
  background: #ffd504;
}
@media (min-width: 768px) {
  .campus-culture {
    margin-top: -10rem;
    padding-top: 20rem;
  }
}
.campus-culture .campus-culture-block h2 {
  color: #a82020;
}
.career-developement h1 {
  margin: 0;
}
.career-developement h1 span {
  font-size: 12rem;
  display: block;
  line-height: 8rem;
  padding: 0 0 2rem;
}
@media (min-width: 768px) {
  .career-developement h1 span {
    font-size: 20rem;
    line-height: 16rem;
  }
}
.college-hours ul {
  list-style-type: none;
}
.college-hours ul li {
  font-size: 1.5rem;
}
.college-hours ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}
@media (min-width: 1200px) {
  .contact-details-section .contact-list {
    padding: 0 4.5rem 0 0;
  }
}
.contact-details-section .contact-list .email-us {
  font-size: 2.2rem;
  font-weight: 700;
  color: #a82020;
  position: relative;
  padding: 0 0 0.5rem;
  font-family: "Poppins";
}
@media (min-width: 768px) {
  .contact-details-section .contact-list .email-us {
    font-size: 2.4rem;
  }
}
.contact-details-section .contact-list .email-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  border-bottom: 0.2rem solid #a82020;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-details-section .contact-list .email-us:hover {
  color: #ffd504;
}
.contact-details-section .contact-list .email-us:hover::before {
  border-bottom-color: #ffd504;
}
.contact-details-section .contact-list ul {
  list-style-type: none;
  border-bottom: 0.1rem solid #e6e6e6;
  padding: 3rem 0;
  margin: 0 0 1rem;
}
.contact-details-section .contact-list ul li i {
  font-size: 2.2rem;
  width: 3.5rem;
  color: #a82020;
}
.contact-details-section .contact-list ul li a {
  color: #121416;
  font-weight: 600;
}
.contact-details-section .contact-list ul li a:hover {
  color: #ffd504;
}
.contact-details-section .contact-list ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}
.contact-details-section .contact-list p {
  font-size: 1.4rem;
  margin: 0;
}
.sr-mng-block {
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .sr-mng-block {
    margin: 0 0 5rem;
  }
}
.teacher-name-block {
  padding: 0 2rem 0 5rem;
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.04);
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
  min-height: 6rem;
}
@media (min-width: 768px) {
  .teacher-name-block {
    min-height: 7rem;
    margin: 0 0 2rem;
    padding: 0 2rem 0 5.5rem;
  }
}
.teacher-name-block i {
  position: absolute;
  left: 2rem;
  color: #a82020;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .teacher-name-block i {
    font-size: 2.2rem;
  }
}
.stu-life-section1 {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .stu-life-section1 {
    padding: 5rem 0;
  }
}
.stu-life-section1 .thumbnail-img {
  height: 30rem;
}
@media (min-width: 768px) {
  .stu-life-section1 .thumbnail-img {
    height: 40rem;
  }
}
@media (min-width: 992px) {
  .stu-life-section1 .thumbnail-img {
    height: 50rem;
  }
}
.stu-life-section1 .thumbnail-img img {
  height: 30rem;
}
@media (min-width: 768px) {
  .stu-life-section1 .thumbnail-img img {
    height: 40rem;
  }
}
@media (min-width: 992px) {
  .stu-life-section1 .thumbnail-img img {
    height: 50rem;
  }
}
.calendar-content {
  background: #fff;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.04);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 3rem;
  min-height: 6.5rem;
}
@media (min-width: 768px) {
  .calendar-content {
    margin: 0 0 2rem !important;
    min-height: 8.5rem;
  }
}
.calendar-content h1 {
  margin: 0;
  text-align: center;
  margin: 0 2rem 0 0;
  width: 4rem;
}
.calendar-content h1 span {
  display: block;
  font-size: 1.5rem;
  color: #ffd504;
  font-weight: 500;
}
.calendar-content h5 {
  margin: 0;
  font-weight: 400;
}
.calendar-content.holiday h1 {
  color: #d21313;
}
.card-block.activities-block {
  padding: 0;
}
.card-block.activities-block .thumbnail-img {
  height: 20rem;
}
@media (min-width: 576px) {
  .card-block.activities-block .thumbnail-img {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .card-block.activities-block .thumbnail-img {
    height: 40rem;
  }
}
.download-content {
  background: #fff;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.04);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 3rem;
  min-height: 6.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .download-content {
    margin: 0 0 2rem !important;
    min-height: 8.5rem;
  }
}
.download-content h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .download-content h4 {
    font-size: 1.6rem;
  }
}
.download-content .download-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd504;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.download-content .download-link a {
  color: #ffd504;
  font-size: 1.6rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .download-content .download-link a {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.download-content .download-link a:hover {
  background: #121416;
  color: #ffd504;
}
.download-content:hover .download-link {
  opacity: 1;
  visibility: visible;
}
.facilities-block {
  margin: 0 0 3rem;
  padding: 0;
}
@media (min-width: 768px) {
  .facilities-block {
    margin: 0 0 4rem;
  }
}
.facilities-block .thumbnail-img {
  height: 20rem;
  margin: 0 0 2rem;
}
@media (min-width: 576px) {
  .facilities-block .thumbnail-img {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .facilities-block .thumbnail-img {
    height: 40rem;
  }
}
.facilities-block .thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facilities-block h2 {
  font-weight: 600;
}
.facilities-block p:last-child {
  margin: 0;
}
.faq-accordion .accordion-item .accordion-button {
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  color: #ffd504;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 1rem 0 2rem;
}
.faq-accordion .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.card-block.gallery-block {
  padding: 0;
}
.card-block.single-gallery-block {
  padding: 0;
  cursor: pointer;
}
.card-block.single-gallery-block .thumbnail-img {
  margin: 0;
}
@media (min-width: 1440px) {
  .card-block.single-gallery-block .thumbnail-img {
    height: 30rem;
  }
}
@media (min-width: 1440px) {
  .card-block.single-gallery-block .thumbnail-img img {
    height: 30rem;
  }
}
@media (min-width: 1440px) {
  .gallery-block .thumbnail-img {
    height: 30rem;
  }
}
@media (min-width: 1440px) {
  .gallery-block .thumbnail-img img {
    height: 30rem;
  }
}
.gallery-block .gallery-content {
  padding: 0;
}
.gallery-block .gallery-content h4 {
  font-weight: 600;
  margin: 0 0 1rem;
}
.gallery-block .gallery-content h4 a {
  color: #121416;
}
.gallery-block .gallery-content h4 a:hover {
  color: #ffd504;
}
.gallery-block .gallery-content h5 {
  margin: 0;
  color: #121416;
  font-weight: 400;
}
.gallery-block:hover .thumbnail-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.all-news-event-block {
  width: 100%;
  background: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(18, 20, 22, 0.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.all-news-event-block .thumbnail-img {
  height: 25rem;
}
@media (min-width: 1440px) {
  .all-news-event-block .thumbnail-img {
    height: 35rem;
  }
}
.all-news-event-block .thumbnail-img img {
  height: 25rem;
}
@media (min-width: 1440px) {
  .all-news-event-block .thumbnail-img img {
    height: 35rem;
  }
}
.all-news-event-block a {
  color: #121416;
}
.all-news-event-block .news-event-text {
  padding: 2.5rem 3rem;
}
@media (min-width: 768px) {
  .all-news-event-block .news-event-text {
    padding: 4rem;
  }
}
.all-news-event-block .news-event-text h2 {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .all-news-event-block .news-event-text h2 {
    margin: 0 0 1.5rem;
  }
}
.all-news-event-block .news-event-text p {
  margin: 0;
  font-size: 1.4rem;
}
.all-news-event-block:hover {
  background: #ffd504;
}
.all-news-event-block:hover .thumbnail-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.card-block.single-news-block {
  padding: 0;
}
.card-block.single-news-block .thumbnail-img {
  height: 25rem;
}
@media (min-width: 576px) {
  .card-block.single-news-block .thumbnail-img {
    height: 30rem;
  }
}
@media (min-width: 768px) {
  .card-block.single-news-block .thumbnail-img {
    height: 50rem;
  }
}
.card-block.single-news-block .thumbnail-img img {
  height: 25rem;
}
@media (min-width: 576px) {
  .card-block.single-news-block .thumbnail-img img {
    height: 30rem;
  }
}
@media (min-width: 768px) {
  .card-block.single-news-block .thumbnail-img img {
    height: 50rem;
  }
}
@media (min-width: 992px) {
  .news-header h1 {
    padding-right: 20rem;
  }
}
.news-header h5 {
  font-weight: 400;
}
.notification-block {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.04);
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
}
.notification-block h3 {
  margin: 0 0 1.5rem;
}
.notification-block p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.notification-block h5 {
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.modal-date {
  font-weight: 400;
}
.routineTab-wrapper .nav-tabs {
  border-bottom: 0.1rem solid #e6e6e6;
}
.routineTab-wrapper .nav-tabs .nav-link {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 1.5rem 0;
  color: #121416;
  font-weight: 500;
  background: none;
  position: relative;
}
.routineTab-wrapper .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.3rem solid transparent;
}
.routineTab-wrapper .nav-tabs .nav-link:hover {
  color: #ffd504;
}
.routineTab-wrapper .nav-tabs .nav-link.active {
  color: #121416;
}
.routineTab-wrapper .nav-tabs .nav-link.active:before {
  border-bottom-color: #ffd504;
}
.routineView-wrapper .nav-tabs {
  border: none;
  gap: 0 !important;
}
.routineView-wrapper .nav-tabs .nav-link {
  margin: 0;
  border: none;
  padding: 1.35rem 2rem 1.35rem 4.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  background: none;
  color: #121416;
  position: relative;
}
@media (min-width: 992px) {
  .routineView-wrapper .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
  }
}
.routineView-wrapper .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.2rem;
  border-left: 0.2rem solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.routineView-wrapper .nav-tabs .nav-link span {
  position: absolute;
  left: 2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.routineView-wrapper .nav-tabs .nav-link.active {
  background: rgba(255, 213, 4, 0.08);
  color: #121416;
}
.routineView-wrapper .nav-tabs .nav-link.active span {
  color: #ffd504;
}
.routineView-wrapper .nav-tabs .nav-link.active::before {
  border-color: #ffd504;
}
.routineView-wrapper .table {
  font-size: 1.4rem;
  border: #e5e5e5;
}
.routineView-wrapper .table th {
  font-weight: 500;
  color: #000;
}
.routineView-wrapper .table th,
.routineView-wrapper .table td {
  padding: 0.8rem 1.5rem;
}
.testimonial-items-wrap {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .testimonial-items-wrap {
    margin: 0 0 5rem;
  }
}
.testimonial-items-wrap .custom-testi-nav .btn {
  box-shadow: none;
  padding: 0.5rem;
  border: none;
  font-size: 1.8rem;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .testimonial-items-wrap .custom-testi-nav .btn {
    font-size: 2.4rem;
    padding: 1rem;
  }
}
.testimonial-items-wrap .custom-testi-nav .btn:hover {
  color: #ffd504;
}
.innerTestimonial-block {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.04);
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .innerTestimonial-block {
    min-height: 59.5rem;
  }
}
@media (min-width: 1200px) {
  .innerTestimonial-block {
    min-height: 57rem;
  }
}
@media (min-width: 1440px) {
  .innerTestimonial-block {
    min-height: 53rem;
  }
}
.innerTestimonial-block .testimonial-profile {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.innerTestimonial-block .testimonial-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerTestimonial-block p {
  font-size: 1.6rem;
}
.innerTestimonial-block h4 {
  margin: 0;
}
.innerTestimonial-block h4 span {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0 0;
  font-weight: 400;
}

/* new part */
.facility_each {
  width: 100%;
  height: 50rem;
}

.facility_each-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.facility_each-container h1, .facility_each-container h2 {
  font-size: 1.8em;
  color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  z-index: 8;
  color: #fff;
}

.facility_each-container .facility_each-description {
  opacity: 0;
  padding: 2rem;
  color: #fff;
  font-size: 1.8rem;
  transform: translateY(10px);
}

.facility_each-container:hover {
  background-color: #343a4080 !important;
  cursor: pointer;
  overflow-y: hidden;
  transition: all 0.4s;
}

.facility_each-container:hover .facility_each-description {
  opacity: 1;
  transition: all 0.4s;
  transform: translateY(0px);
}

.facility_each-container:hover h1 {
  opacity: 0;
  transition: all 0.4s;
}

/* new part close */

.landing-heading {
  font-size: 2.6rem;
  line-height: 1.2 !important;
}

@media (min-width: 768px) {
  .landing-heading {
    font-size: 3.2rem;
  }
}
