body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  color: #1D1D1D;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 13px;
  }
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #1D1D1D !important;
}

.text-secondary {
  color: #038137 !important;
}

.bg-primary-light {
  background-color: rgba(251, 191, 39, 0.05);
}

.bg-secondary-light {
  background-color: rgba(3, 129, 55, 0.05);
}

.w-100-per {
  width: 100%;
}
@media (max-width: 767.98px) {
  .w-100-per {
    margin-bottom: 20px;
  }
}

.flex-direction-reverse {
  flex-direction: row-reverse;
}

.margin-center {
  margin: 0 auto !important;
}

a {
  color: #FBBF27;
  transition: 0.3s all ease;
}
a:hover {
  color: #FBBF27;
  text-decoration: none;
}

.txt-color-white {
  color: #ffffff;
}

.txt-color-yellow {
  color: #FBBF27;
}

.txt-color-blue {
  color: #0E5BDD;
}

.txt-color-orange-gold {
  color: #FF9D0A;
}

.text-32-700 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.08px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .text-32-700 {
    font-size: 28px;
    line-height: 36px;
  }
}

.pos-relative {
  position: relative;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.font-strong {
  font-weight: 700;
}

.btn-wrap__btn {
  font-family: "Inter", sans-serif;
  background: #fff;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  padding: 8px 16px;
  color: #414141;
  outline: 0;
  transition: 0.3s ease-out;
}
.btn-wrap__btn:hover {
  background: #0055D5;
  border-color: #0055D5;
  color: #ffffff;
}
.btn-wrap__btn:focus {
  outline: 0;
}
.btn-wrap__btn--txt {
  font-family: "Inter", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  pointer-events: none;
}
.btn-wrap__btn--icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-left: 5px;
  position: relative;
  pointer-events: none;
}
.btn-wrap__btn--icon.calender {
  width: 17px;
}
.btn-wrap__btn.bg {
  background: #0055D5;
  color: #ffffff;
  border: 2px;
  border-color: #0055D5;
  position: relative;
  overflow: hidden;
  width: auto;
}
.btn-wrap__btn.bg:hover {
  background: #69A2F8;
}
.btn-wrap__btn:has(.btn-wrap__btn--icon) {
  display: flex;
  align-items: center;
}
.btn-wrap__btn .btn-wrap__btn--icon {
  height: 13px;
}
.btn-wrap__btn.center {
  margin: 0 auto;
}

.btn-transperent {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-transperent .hovereffect {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: #0055D5;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-transperent:hover {
  color: #ffffff;
}
.btn-transperent:hover .hovereffect {
  width: 225%;
  height: 562.5px;
}

figure {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #1D1D1D;
  color: #ffffff;
}

::selection {
  background: #1D1D1D;
  color: #ffffff;
}

.text-primary {
  color: #FBBF27 !important;
}

a.text-primary {
  color: #FBBF27 !important;
}
a.text-primary:hover {
  color: #FBBF27 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Space Grotesk", sans-serif;
  color: #000;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #FBBF27;
  border-color: #FBBF27;
}
.btn.btn-primary:hover {
  border-color: rgb(251.3709090909, 196.9345454545, 59.0290909091);
  background: rgb(251.3709090909, 196.9345454545, 59.0290909091);
}
.btn.btn-secondary {
  background: #038137;
  border-color: #038137;
}
.btn.btn-secondary:hover {
  border-color: rgb(3.4636363636, 148.9363636364, 63.5);
  background: rgb(3.4636363636, 148.9363636364, 63.5);
}
.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.btn-outline-primary {
  border-color: #FBBF27;
  color: #FBBF27;
}
.btn.btn-outline-primary:hover {
  background: #FBBF27;
  color: #ffffff;
}

.flex-col {
  display: flex;
  align-items: center;
}

.form-control, .custom-select {
  border: none;
  font-size: 16px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 7px;
  color: #1D1D1D;
}
.form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
  color: #1D1D1D;
  border-color: #FBBF27;
  box-shadow: none;
  background: transparent;
}
.form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(29, 29, 29, 0.5);
}
.form-control::-moz-placeholder, .custom-select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(29, 29, 29, 0.5);
}
.form-control:-ms-input-placeholder, .custom-select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(29, 29, 29, 0.5);
}
.form-control:-moz-placeholder, .custom-select:-moz-placeholder { /* Firefox 18- */
  color: rgba(29, 29, 29, 0.5);
}

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v1 > .col,
.gutter-v1 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 > .col,
  .gutter-v1 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v2 > .col,
.gutter-v2 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 > .col,
  .gutter-v2 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v3 > .col,
.gutter-v3 > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 > .col,
  .gutter-v3 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #FBBF27;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .flex-direction-reverse {
    flex-direction: row;
  }
  .block-v1.color-1 {
    display: none !important;
  }
  .pb-5, .py-5 {
    padding-bottom: 1rem !important;
  }
  .mb-5, .my-5 {
    margin-bottom: 1rem !important;
  }
  .pt-5, .py-5 {
    padding-top: 1rem !important;
  }
  .d-flex-sm {
    display: block !important;
  }
  .center-margin-sm {
    margin: 0 auto !important;
  }
  .col-img-margin {
    padding-top: 20px;
  }
  .mt-5, .my-5 {
    margin-top: 1rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px;
  }
}
.top-bar {
  border-bottom: 1px solid #DBDBDB;
  height: 25px;
  padding: 3.5px 0 3.5px;
  box-sizing: content-box;
  width: 100%;
}
.top-bar a {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.top-bar .divider {
  width: 1px;
  display: inline-block;
  height: 20px;
  background: #555555;
  vertical-align: middle;
  margin: 0 15px;
}
.top-bar .yellow-badge {
  max-width: 89px;
  min-width: 89px;
  background: #E58B0C;
  height: 25px;
  padding-right: 2px;
  padding-left: 5px;
  border-radius: 4px;
  border-width: 1px;
  display: flex;
  align-items: center;
}
.top-bar .yellow-badge__left {
  font-weight: 700;
  font-size: 9px;
  line-height: 10px;
  text-transform: uppercase;
  word-break: break-word;
  color: #ffffff;
}
.top-bar .yellow-badge__right {
  height: 21px;
  padding-right: 4px;
  padding-left: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
  font-weight: 700;
  font-size: 17.2px;
  line-height: 23px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #105CDC;
}

.logo {
  font-size: 24px;
  color: #1D1D1D;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .logo {
    left: 20px;
  }
}
.logo:hover {
  color: #5b5656;
}

.menu-absolute {
  position: absolute !important;
}

.btn-book {
  position: absolute;
  right: 15px;
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  .btn-book {
    right: 60px;
  }
}

.site-nav {
  position: relative;
  width: 100%;
  z-index: 9;
  top: 0;
}
.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.site-nav .site-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 55px;
}
.site-nav .site-navigation .header-left-col {
  width: calc(100% - 38px);
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav .site-navigation .header-left-col .logo {
  display: block;
  width: 300px;
  text-align: left;
}
.site-nav .site-navigation .header-left-col .logo img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .site-nav .site-navigation .header-left-col {
    display: block;
  }
  .site-nav .site-navigation .header-left-col .logo {
    width: 200px;
    left: 0;
  }
}
.site-nav .site-navigation .header-right-col {
  width: 38px;
}
.site-nav .site-navigation .site-menu {
  padding: 0;
  margin-bottom: 0;
}
.site-nav .site-navigation .site-menu__ul {
  background: #105CDC;
  border-radius: 100px;
  display: inline-flex;
  padding: 8px;
  margin: 0;
}
.site-nav .site-navigation .site-menu__ul > li {
  display: inline-block;
  transition: 0.5s;
  border-radius: 17px;
  height: 34px;
  margin: 0 5px;
  transition: 0.3s ease-out;
}
.site-nav .site-navigation .site-menu__ul > li.icon {
  width: 50px;
  line-height: 30px;
  text-align: center;
}
.site-nav .site-navigation .site-menu__ul > li.icon.active {
  border-radius: 17px;
}
.site-nav .site-navigation .site-menu__ul > li > a {
  font-size: 12px;
  padding: 8px;
  display: inline-block;
  text-decoration: none !important;
  color: #ffffff;
  position: relative;
}
.site-nav .site-navigation .site-menu__ul > li > a:hover {
  color: #ffffff;
}
.site-nav .site-navigation .site-menu__ul > li.cta-button a {
  padding: 5px 22px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  color: #1D1D1D;
  border-radius: 30px;
}
.site-nav .site-navigation .site-menu__ul > li.cta-button a:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.site-nav .site-navigation .site-menu__ul > li.cta-button.active a {
  color: #1D1D1D;
  background: #ffffff;
  border-color: #ffffff;
}
.site-nav .site-navigation .site-menu__ul > li.active, .site-nav .site-navigation .site-menu__ul > li:hover {
  background: #ffffff;
}
.site-nav .site-navigation .site-menu__ul > li.active > a, .site-nav .site-navigation .site-menu__ul > li:hover > a {
  color: #1D1D1D;
}
.site-nav .site-navigation .site-menu__ul .has-children {
  position: relative;
}
.site-nav .site-navigation .site-menu__ul .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-nav .site-navigation .site-menu__ul .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  transition: 0.2s 0s;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #1D1D1D;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown .active {
  color: #FBBF27 !important;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li > a:hover {
  color: #FBBF27;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.active > a {
  color: #FBBF27;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children > ul li a:hover {
  color: #FBBF27;
}
.site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu__ul .has-children .dropdown > li.has-children:focus > a {
  color: #FBBF27;
}
.site-nav .site-navigation .site-menu__ul .has-children:hover > a, .site-nav .site-navigation .site-menu__ul .has-children:focus > a, .site-nav .site-navigation .site-menu__ul .has-children:active > a {
  color: #ffffff;
}
.site-nav .site-navigation .site-menu__ul .has-children:hover, .site-nav .site-navigation .site-menu__ul .has-children:focus, .site-nav .site-navigation .site-menu__ul .has-children:active {
  cursor: pointer;
}
.site-nav .site-navigation .site-menu__ul .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu__ul .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu__ul .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-nav .site-navigation .header-right-col {
  display: flex;
  align-items: center;
}
.site-nav .site-navigation .header-right-col .burger {
  width: 38px;
  border-radius: 5px;
  padding: 10px 8px;
  background: #105CDC;
}
.site-nav .site-navigation .header-right-col .burger:before, .site-nav .site-navigation .header-right-col .burger span, .site-nav .site-navigation .header-right-col .burger:after {
  width: 22px;
  background: #ffffff;
}
.site-nav .site-navigation .header-right-col .burger:before {
  top: 7px;
}
.site-nav .site-navigation .header-right-col .burger span {
  width: 15px;
}
.site-nav .site-navigation .header-right-col .burger:after {
  top: 23px;
}
.site-nav .site-navigation .header-right-col .burger.active:before, .site-nav .site-navigation .header-right-col .burger.active:after {
  top: 45%;
}
.site-nav.dark a {
  color: #1D1D1D;
}
.site-nav.dark .site-navigation .site-menu > li > a {
  color: rgba(29, 29, 29, 0.5);
}
.site-nav.dark .site-navigation .site-menu > li > a:hover {
  color: #1D1D1D;
}
.site-nav.dark .site-navigation .site-menu > li.active > a {
  color: #1D1D1D;
}
.site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:active > a {
  color: #FBBF27;
}
.site-nav.dark .site-navigation .site-menu > li.has-children:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children:active > a {
  color: #1D1D1D;
}
@media screen and (max-width: 1251px) {
  .site-nav .site-navigation .header-left-col .logo {
    width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .site-nav .site-navigation .header-left-col {
    gap: 5px;
  }
  .site-nav .site-navigation .site-menu {
    margin: 0 10px;
  }
  .site-nav .site-navigation .site-menu__ul > li > a {
    font-size: 11px;
    padding: 8px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .site-nav .site-navigation {
    justify-content: space-between;
  }
  .site-nav .site-navigation .logo {
    text-align: left;
  }
  .site-nav .site-navigation .logo img {
    width: 220px;
  }
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}
.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #1D1D1D;
}
.site-mobile-menu-close > span:before {
  transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}
.offcanvas-menu .site-mobile-menu {
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 0 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap .site-menu__ul {
  padding-left: 0;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap .site-menu__ul li {
  border-bottom: 1px solid #ccc;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap .site-menu__ul li.icon {
  display: none;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap .site-menu__ul li a {
  padding: 5px;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap .site-menu__ul li a:hover {
  background: #0055D5;
  color: #ffffff;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #1D1D1D;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #FBBF27;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #FBBF27;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 79px !important;
  padding: 12px 0;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #1D1D1D;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #1D1D1D;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(29, 29, 29, 0.8) !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #1D1D1D !important;
}
.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
  transition: 0s all ease;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #1D1D1D;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #1D1D1D !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #1D1D1D !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #FBBF27 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #FBBF27 !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sticky-nav {
  transition: 0.3s all ease;
  background: transparent;
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  background: rgba(255, 255, 255, 0.6);
}
#sticky-wrapper.is-sticky .sticky-nav .burger:before, #sticky-wrapper.is-sticky .sticky-nav .burger span, #sticky-wrapper.is-sticky .sticky-nav .burger:after {
  transition: 0s all ease;
}
#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #1D1D1D !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a {
  color: #1D1D1D !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a:hover, #sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a.active {
  color: #FBBF27 !important;
}
#sticky-wrapper.is-sticky .sticky-nav .site-menu > li.active a {
  color: #FBBF27 !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.burger.light:before, .burger.light span, .burger.light:after {
  background: #ffffff;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
}

.burger:focus {
  outline: none;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .hero-slider .item {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .hero-slider .item .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-wrapper .hero-slider .owl-nav {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.slider-wrapper .hero-slider .owl-nav > div {
  width: 25px;
  display: block;
  height: 25px;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 12px 11px;
}
.slider-wrapper .hero-slider .owl-nav > div.owl-prev {
  background-image: url(../images/icons/home-slider-left-icon.svg);
}
.slider-wrapper .hero-slider .owl-nav > div.owl-next {
  background-image: url(../images/icons/home-slider-right-icon.svg);
  background-position: 16px 11px;
}
.slider-wrapper .container {
  position: relative;
  z-index: 2;
}
.slider-wrapper .container h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 42px;
}
.slider-wrapper .container h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 100px;
  color: #FBBF27;
  text-transform: uppercase;
}
.slider-wrapper .container h1 .highlight {
  font-size: 212px;
  line-height: 170px;
}
.slider-wrapper .container h1 .sm-txt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 68px;
}
.slider-wrapper .container h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
}
.slider-wrapper .container h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 130px;
  color: rgb(182, 208, 247);
  border-color: rgb(182, 208, 247);
  border-style: solid;
  border-width: 3px 0 3px 0;
  text-transform: uppercase;
  display: inline;
}
@media (max-width: 767.98px) {
  .slider-wrapper {
    min-height: fit-content;
    height: 100%;
    max-height: fit-content;
  }
  .slider-wrapper .hero-slider .item {
    max-height: 100%;
    margin: 0;
  }
  .slider-wrapper .hero-slider .owl-nav > div {
    width: 16px;
    height: 16px;
    padding: 6px;
    background-size: 10px;
    background-position: 8px 7px;
  }
  .slider-wrapper .hero-slider .owl-nav > div.owl-next {
    background-position: 10px 7px;
  }
  .slider-wrapper .container h5 {
    font-weight: 500;
    font-size: 25px;
    margin: 0 !important;
  }
  .slider-wrapper .container h1 {
    font-size: 40px;
  }
  .slider-wrapper .container h1 .highlight {
    font-size: 100px;
    line-height: 99px;
  }
  .slider-wrapper .container h1 .sm-txt {
    font-weight: 600;
    font-size: 48px;
  }
  .slider-wrapper .container h3 {
    font-size: 33px;
    margin-bottom: 28px;
  }
  .slider-wrapper .container h4 {
    font-size: 45px;
  }
}

.slider-wrapper, .bg-img {
  position: relative;
}
.slider-wrapper > .container, .bg-img > .container {
  position: relative;
  z-index: 2;
}
.slider-wrapper .caption, .bg-img .caption {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.slider-wrapper .heading, .bg-img .heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .slider-wrapper .heading, .bg-img .heading {
    font-size: 30px;
  }
}
.slider-wrapper .link-highlight, .bg-img .link-highlight {
  color: #ffffff;
  position: relative;
  display: inline;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  transition: 0.3s all ease;
}
.slider-wrapper .link-highlight:hover, .bg-img .link-highlight:hover {
  box-shadow: 0 2px 0 0 white;
}
.slider-wrapper .desc, .bg-img .desc {
  font-size: 18px;
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .slider-wrapper .desc, .bg-img .desc {
    margin: 0 auto;
  }
}
.slider-wrapper .cta-section, .slider-wrapper .cta-section > .container > .row, .bg-img .cta-section, .bg-img .cta-section > .container > .row {
  height: 70vh;
  min-height: 450px;
}

.content-section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 80px 0;
  position: relative;
}
.content-section .line-bottom-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #105CDC;
}
.content-section .line-bottom-heading .highlight {
  color: #FF9D0A;
}
.content-section .line-bottom-heading .line {
  display: block;
  width: 181px;
  height: 11px;
  margin-top: 10px;
  background: url(../images/icons/header-decoration.svg) no-repeat;
  background-size: 181px 11px;
}
.content-section.color-white {
  background-image: url(../images/career-developer-bg.svg);
  background-color: #ffffff;
  padding-bottom: 40px;
}
.content-section.color-aliceblue {
  background-image: url(../images/find-your-programme/section-bg.png);
  background-size: cover;
  position: relative;
}
.content-section.color-aliceblue:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 65, 170, 0.9);
}
.content-section.color-brightyellow {
  background-image: url(../images/brightyellow.svg);
  background-color: rgb(242, 227, 0);
}
.content-section.industry-internships-section {
  position: relative;
}
.content-section.industry-internships-section .position-sticky {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  z-index: 2;
}
.content-section.industry-internships-section .position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.industry-internships-section, .content-section.industry-internships-section .container, .content-section.industry-internships-section .inner-container, .content-section.industry-internships-section .row, .content-section.industry-internships-section [class^=col-], .content-section.industry-internships-section [class*=" col-"] {
  overflow: visible;
}
.content-section.industry-internships-section .internships-sticky {
  top: calc(var(--header-height) + 6.5625rem);
}
.content-section.industry-internships-section .right-col.position-sticky {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.content-section.industry-internships-section .right-col.position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.industry-internships-section .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.content-section.industry-internships-section .box-wrap .media-h {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  gap: 14px;
  padding: 16px;
  align-items: center;
}
.content-section.industry-internships-section .box-wrap .media-h i {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  color: #0E5BDD;
  line-height: 33px;
}
.content-section.industry-internships-section .box-wrap .media-h i img {
  width: auto;
  height: auto;
}
.content-section.industry-internships-section .box-wrap .media-h .media-h-body {
  padding: 0;
}
.content-section.industry-internships-section .box-wrap .media-h .media-h-body h2 {
  font-family: "Inter", sans-serif;
  color: #0E5BDD;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .content-section.industry-internships-section .right-col.position-sticky {
    position: static;
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  .content-section.industry-internships-section .right-col .top-box {
    height: auto;
    min-height: auto;
    padding: 20px 40px 40px 20px;
  }
  .content-section.industry-internships-section .right-col .top-box .dot-highlight-box {
    right: 15px;
    top: auto;
    width: 50px;
    bottom: 20px;
  }
  .content-section.industry-internships-section .right-col .top-box h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .content-section.industry-internships-section .right-col .bottom-box {
    height: auto;
    border-radius: 20px 20px 20px 70px;
  }
  .content-section.industry-internships-section .right-col .bottom-box .btn-wrap {
    padding: 40px 40px 20px 0;
  }
  .content-section.industry-internships-section .right-col .bottom-box .btn-wrap--txt {
    font-size: 15px;
    font-weight: 500;
  }
}
.content-section.tech-clubs-section {
  background-image: url(../images/tech-clubs/section-bg-img.svg);
  background-color: #ffffff;
}
.content-section.tech-clubs-section .image-club {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
  max-height: 504px;
  min-height: 504px;
}
.content-section.tech-clubs-section .image-club__li {
  position: relative;
  height: 100%;
}
.content-section.tech-clubs-section .image-club__li .figure {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-section.tech-clubs-section .image-club__li .figure.coding-competitive {
  background-image: url(../images/tech-clubs/tech-clubs-1.svg);
}
.content-section.tech-clubs-section .image-club__li .figure.data-science-club {
  background-image: url(../images/tech-clubs/tech-clubs-4.svg);
}
.content-section.tech-clubs-section .image-club__li .figure img {
  border-radius: 12px;
  height: 100%;
}
.content-section.tech-clubs-section .image-club__li h6 {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 24px;
  width: 70%;
}
.content-section.tech-clubs-section .image-club__li--image-wrap {
  margin-bottom: 24px;
  position: relative;
  max-height: 252px;
  min-height: 252px;
}
.content-section.tech-clubs-section .image-club__li--image-wrap .figure {
  max-height: 252px;
  min-height: 252px;
}
.content-section.tech-clubs-section .image-club__li--image-wrap .figure.robotics-automation {
  background-image: url(../images/tech-clubs/tech-clubs-2.svg);
}
.content-section.tech-clubs-section .image-club__li--image-wrap .figure.electronics-club {
  background-image: url(../images/tech-clubs/tech-clubs-3.svg);
}
.content-section.tech-clubs-section .image-club__li--image-wrap:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .content-section.tech-clubs-section .image-club {
    display: block;
    height: 300px;
    max-height: 100%;
    min-height: 100%;
  }
  .content-section.tech-clubs-section .image-club__li--image-wrap {
    margin-bottom: 0;
    max-height: 100%;
    min-height: 100%;
  }
  .content-section.tech-clubs-section .image-club__li--image-wrap .figure {
    max-height: 100%;
    min-height: 100%;
  }
}
.content-section.innovation-ecosystem {
  background-image: url(../images/find-your-programme/section-bg.png);
  background-size: cover;
  position: relative;
}
.content-section.innovation-ecosystem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 65, 170, 0.9);
}
.content-section.innovation-ecosystem .box-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}
.content-section.innovation-ecosystem .box-wrapper li.feature {
  background: #0C439E;
  border-radius: 4px;
  border: 1px solid #397BE9;
  padding: 1px;
  margin: 0;
}
.content-section.innovation-ecosystem .box-wrapper li.feature .feature-icon {
  text-align: center;
  margin: 0 auto;
  border: 0;
  display: block;
}
.content-section.innovation-ecosystem .box-wrapper li.feature .feature-icon:after {
  display: none;
}
.content-section.innovation-ecosystem .box-wrapper li.feature h3 {
  background: #0B3780;
  padding: 10px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  vertical-align: middle;
  color: #BDD6FF;
}
.content-section.innovation-ecosystem .btn-wrap {
  display: inline-block;
  margin-top: 17px;
}
.content-section.innovation-ecosystem .btn-wrap__btn.bg {
  background: #FBBF27;
  border-color: #0E5BDD;
  border-width: 2px;
}
.content-section.innovation-ecosystem .btn-wrap__btn.bg .btn-wrap__btn--txt {
  color: #1D1D1D;
}
.content-section.center-research .count-numbers.grid.single-flex {
  gap: 20px;
  margin-bottom: 26px;
}
.content-section.center-research .count-numbers.grid.single-flex li {
  border-right-width: 0;
  border-bottom: 1px solid #B2B2B2;
  padding: 13px 10px 16px;
}
.content-section.center-research .count-numbers.grid.single-flex li:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.content-section.center-research .count-numbers.grid.single-flex li .counter {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 6px;
}
.content-section.center-research .count-numbers.grid.single-flex li p {
  font-size: 14px;
}
.content-section.center-research .list-items {
  border-radius: 8px;
  border-width: 1px;
  padding: 16px 24px 24px 24px;
  gap: 10px;
  background: #FCE5A7;
  border: 1px solid rgba(178, 178, 178, 0.5);
  display: flex;
  align-items: center;
}
.content-section.center-research .list-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-section.center-research .list-items ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(99, 99, 99, 0.3);
  padding: 3px;
}
.content-section.center-research .btn-wrap {
  display: inline-block;
  margin-top: 20px;
}
.content-section.center-research .btn-wrap__btn:first-child {
  margin-right: 0;
}
.content-section.gate-preparation-row .left-col {
  border-radius: 24px;
  padding-right: 60px;
}
.content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex {
  gap: 20px;
  margin: 20px 0 15px;
}
.content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li {
  border-right: 0;
  border-bottom: 1px solid #508EF5;
  padding: 0 7px 16px 7px;
}
.content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
  color: #FBBF27;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  vertical-align: middle;
}
.content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #B8D3FF;
  margin-top: 8px;
}
.content-section.gate-preparation-row .bottom-section-box {
  margin-top: -40px;
}
.content-section.gate-preparation-row .bottom-section-box .box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content-section.gate-preparation-row .bottom-section-box .box-wrap .media-h {
  flex: 0 0 calc(50% - 10px);
}
.content-section.gate-preparation-row .media-h {
  background: #1E56B4;
  border: 0.73px solid #1E293B;
  border-radius: 17px;
  padding: 23px;
}
.content-section.gate-preparation-row .media-h-body {
  padding-left: 0;
}
.content-section.gate-preparation-row .media-h-body h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.42px;
  vertical-align: middle;
}
.content-section.gate-preparation-row .media-h-body p {
  color: #B6D0FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers {
  background: #245EC1;
  border: 0.73px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body {
  width: 100%;
  text-transform: uppercase;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .badge-icon {
  width: 40px;
  display: block;
  background: transparent;
  margin: 20px auto 0;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .badge-icon img {
  width: 100%;
  height: 100%;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body h2 {
  font-weight: 700;
  font-size: 70px;
  color: #FBBF27;
  line-height: 100%;
  margin: 0 !important;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body h4 {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 6px;
  margin: 6px 0 0;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body h5 {
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap {
  padding: 12px 0 0;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn {
  background: #ffffff;
  color: #105CDC;
  margin: 0;
}
.content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn--txt {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .content-section.gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn--txt {
    font-size: 16px;
  }
}
.content-section.gate-preparation-row .media-h.campus-life {
  background: #FFF8E5;
}
.content-section.gate-preparation-row .media-h.campus-life .dark-blue {
  color: #0E5BDD;
}
@media screen and (max-width: 1300px) {
  .content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
    font-size: 25px;
  }
  .content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199.33px) {
  .content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 991.33px) {
  .content-section.gate-preparation-row .left-col .count-numbers.grid.single-flex {
    grid-template-columns: 1fr 1fr;
  }
  .content-section.gate-preparation-row .bottom-section-box {
    margin-top: 0;
  }
  .content-section.gate-preparation-row .bottom-section-box .box-wrap {
    margin-top: 20px;
  }
  .content-section.gate-preparation-row .media-h.gate-qualifiers {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .content-section.gate-preparation-row .left-col, .content-section.gate-preparation-row .right-col {
    padding-right: 15px;
  }
  .content-section.gate-preparation-row .box-wrap .media-h {
    flex: 0 0 100%;
  }
}
.content-section.international-section {
  background-image: url(../images/find-your-programme/section-bg.png);
  background-size: cover;
  position: relative;
}
.content-section.international-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 65, 170, 0.8);
}
.content-section.international-section .position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.international-section .col-img-margin {
  margin-top: 60px;
}
.content-section.international-section .media-h {
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #2369E2;
  background: #093582;
  padding: 16px;
  color: #ffffff;
}
.content-section.international-section .media-h i {
  background: #1F62D7;
}
.content-section.international-section .media-h h2 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.content-section.international-section .media-h p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #C4DAFF;
  line-height: 20px;
}
.content-section.international-section .stats-row {
  display: flex;
  gap: 10px;
}
.content-section.international-section .stats-row .count-numbers.grid {
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 0;
}
.content-section.international-section .stats-row .count-numbers.grid li {
  border: 0;
  max-height: 82px;
  padding: 16px 10px;
}
.content-section.international-section .stats-row .count-numbers.grid li h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  color: #033C9B;
}
.content-section.international-section .stats-row .count-numbers.grid li p {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  vertical-align: middle;
  color: #033C9B;
}
.content-section.international-section .stats-row .count-numbers.grid li:first-child {
  background: #ff9c09;
}
.content-section.international-section .stats-row .count-numbers.grid li:nth-child(2) {
  background: #a7d42b;
}
.content-section.international-section .stats-row .count-numbers.grid li:nth-child(3) {
  background: #659dff;
}
.content-section.international-section .stats-row .count-numbers.grid li:nth-child(4) {
  background: #9492ff;
}
.content-section.international-section .stats-row .stat-box-single {
  flex: 0 0 130px;
  background: #ff92ad;
  border-radius: 4px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-section.international-section .stats-row .stat-box-single h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #033C9B;
}
.content-section.international-section .stats-row .stat-box-single p {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #033C9B;
  margin: 0;
}
.content-section.international-section .btn-wrap {
  display: inline-block;
  margin-top: 17px;
}
.content-section.international-section .btn-wrap__btn.bg {
  background: #FBBF27;
  border-color: #0E5BDD;
  border-width: 2px;
}
.content-section.international-section .btn-wrap__btn.bg .btn-wrap__btn--txt {
  color: #1D1D1D;
}
.content-section.latest-news {
  background: radial-gradient(100.04% 346.13% at 90.71% -0.06%, #E0ECFD 43.73%, #C2DAFC 97.74%);
}
.content-section.latest-news h3 figure {
  margin: 0 auto;
}
.content-section.latest-news .slider-latest-news .item .custom-media {
  border-radius: 24px;
  padding: 12px 12px 0;
}
.content-section.latest-news .slider-latest-news .item .custom-media.gradient {
  background: linear-gradient(180deg, #FBCA64 19.23%, #DA2E7A 61.54%, #5A4FC9 100%);
}
.content-section.latest-news .slider-latest-news .item .custom-media.gradient .custom-media-body h4 {
  color: #ffffff;
}
.content-section.latest-news .slider-latest-news .item .custom-media.gradient .custom-media-body .flex-items {
  color: #ffffff;
}
.content-section.latest-news .slider-latest-news .item .custom-media .img-fluid {
  border-radius: 24px 24px 0 0;
}
.content-section.latest-news .slider-latest-news .item .custom-media .custom-media-body {
  padding: 16px 16px 24px 16px;
}
.content-section.latest-news .slider-latest-news .item .custom-media .custom-media-body h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  color: #0E5BDD;
}
.content-section.latest-news .slider-latest-news .item .custom-media .custom-media-body .flex-items {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  color: #475569;
  margin: 0;
}
.content-section.latest-news .slider-latest-news .item .custom-media .custom-media-body .flex-items i {
  width: 18px;
  height: 20px;
}
.content-section.foreign-languages-section .foreign-languages-row .position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.foreign-languages-section .foreign-languages-row .feature {
  background: rgb(241, 246, 255);
  padding: 32px;
  border-radius: 12px;
}
.content-section.foreign-languages-section .foreign-languages-row .feature-icon {
  background: #ffffff;
  width: 62px;
  height: 62px;
  line-height: 54px;
  border-radius: 6px;
  padding: 2px;
}
.content-section.foreign-languages-section .foreign-languages-row .feature-icon img {
  width: 50px;
  height: 50px;
}
.content-section.foreign-languages-section .foreign-languages-row .feature h3 {
  margin-right: 0;
  padding-right: 15px;
}
.content-section.foreign-languages-section .row-styles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  flex-wrap: nowrap;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .content-section.foreign-languages-section .row-styles {
    grid-template-columns: 1fr;
  }
}
.content-section.foreign-languages-section .feature {
  border-radius: 8.77px;
  border: 1px solid rgba(14, 91, 221, 0.22);
  gap: 16px;
  padding: 32px;
  margin: 0;
}
.content-section.foreign-languages-section .feature .feature-icon {
  margin-bottom: 16px;
  background: #0E5BDD;
}
.content-section.foreign-languages-section .feature .feature-icon img {
  width: 38px;
  height: 38px;
}
.content-section.foreign-languages-section .feature h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0B2A66;
}
.content-section.foreign-languages-section .feature p {
  color: #6B7280;
  font-size: 15px;
}
@media screen and (max-width: 1199.33px) {
  .content-section.foreign-languages-section .row-styles .feature {
    gap: 13px;
    padding: 18px;
  }
  .content-section.foreign-languages-section .row-styles .feature h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 990px) {
  .content-section.foreign-languages-section .row-styles {
    grid-template-columns: 1fr 1fr;
  }
}
.content-section.center-competitions {
  background-image: url(../images/center-competition/map-bg-img.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.content-section.center-competitions:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 65, 170, 0.9);
}
.content-section.testimonials-section h3, .content-section.testimonials-section h4 {
  color: #FF9D0A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.content-section.testimonials-section h3 figure, .content-section.testimonials-section h4 figure {
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.content-section.testimonials-section h4 {
  color: #0E5BDD;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item {
  background: #ffffff;
  border-radius: 12px;
  padding: 48px;
  border-width: 1px;
  margin: 0 16px;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial {
  margin-bottom: 0;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial > p {
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 26px;
  margin-bottom: 70px;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section {
  display: flex;
  align-items: center;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figure {
  margin-right: 15px;
  width: 64px;
  height: 64px;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figure img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figcaption {
  width: calc(100% - 69px);
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figcaption h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #1D1D1D;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  color: #0E5BDD;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figcaption .position {
  font-weight: 500;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 18px;
  text-align: left;
  color: #9AA7B2;
  padding-right: 5px;
}
.content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__article--txt {
  padding: 6px 16px;
  border-radius: 100px;
  background: rgb(233, 237, 242);
  color: rgb(10, 88, 202);
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
}
@media screen and (max-width: 1300px) {
  .content-section.testimonials-section .slider-testimonial .owl-item .item {
    padding: 25px;
  }
  .content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial p {
    font-size: 13px;
  }
}
.content-section.testimonials-section .slider-testimonial .owl-dots {
  position: absolute;
  display: inline-block;
  width: auto;
  margin-top: 8px;
}
.content-section.testimonials-section .slider-testimonial .owl-dots span {
  background: rgba(0, 0, 0, 0.08);
  width: 16px;
  height: 16px;
}
.content-section.testimonials-section .slider-testimonial .owl-dots.active span {
  background: #0A58CA;
}
@media screen and (max-width: 1240px) {
  .content-section.testimonials-section .slider-testimonial .owl-item .item {
    padding: 20px;
  }
  .content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figcaption h3 {
    font-size: 13px;
    line-height: 18px;
  }
  .content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__section figcaption .position {
    font-size: 12px;
  }
  .content-section.testimonials-section .slider-testimonial .owl-item .item .block-testimonial .author__article--txt {
    padding: 6px 14px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 991.98px) {
  .content-section {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .content-section {
    padding: 25px 0;
  }
}
.content-section h2 {
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 1120px) {
  .content-section h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .content-section h2 {
    font-size: 27px;
  }
}
.content-section img {
  width: 100%;
  margin-bottom: 10px;
}
.content-section.admission-open-section {
  padding: 40px;
  background: #fff;
}
.content-section.admission-open-section .admission-open-banner {
  display: block;
  background: #0a1f44;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/admission-open-bg.png);
  background-size: cover;
  background-position: right center;
}
.content-section.admission-open-section .admission-open-banner:hover {
  text-decoration: none;
}
.content-section.admission-open-section .admission-open-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content-section.admission-open-section .admission-open-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 600px;
}
.content-section.admission-open-section .admission-open-btn {
  display: inline-flex;
  align-items: center;
  background: #0055d5;
  color: #ffffff;
  border-radius: 30px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
}
.content-section.admission-open-section .admission-open-btn .icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991.98px) {
  .content-section.admission-open-section .admission-open-banner {
    min-height: 280px;
    background-position: right -100px center;
  }
  .content-section.admission-open-section .admission-open-content {
    min-height: 280px;
    padding: 30px;
  }
  .content-section.admission-open-section .admission-open-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .content-section.admission-open-section .admission-open-banner {
    min-height: 240px;
    background-position: center;
  }
  .content-section.admission-open-section .admission-open-content {
    min-height: 240px;
    padding: 24px;
    background: rgba(10, 31, 68, 0.75);
    border-radius: 16px;
  }
  .content-section.admission-open-section .admission-open-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .content-section.admission-open-section .admission-open-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.content-section.no-bg {
  background: transparent;
}
.content-section.no-bg .competitions-slider-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.content-section.no-bg .competitions-slider-nav .competitions-prev,
.content-section.no-bg .competitions-slider-nav .competitions-next {
  white-space: nowrap;
}
.content-section.no-bg .slider-competitions .custom-media {
  height: 100%;
}
.content-section.no-bg .events-slider-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.content-section.no-bg .events-slider-nav .events-prev,
.content-section.no-bg .events-slider-nav .events-next {
  white-space: nowrap;
}
.content-section.no-bg .slider-events .custom-media {
  height: 100%;
  border-radius: 0 0 24px 24px;
}
.content-section.dark-bg {
  background: #0C4098;
  color: #ffffff;
}
.content-section.dark-bg .bg-color-wrap {
  background: url(../images/ideas-become-impact/bg-img.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  opacity: 1;
}
.content-section.dark-bg .bg-color-wrap.no-bg {
  background: transparent;
}
.content-section.dark-bg h2 {
  color: #ffffff;
  font-weight: 500;
}
.content-section.events-row .top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding-top: 2px;
  padding-right: 16px;
  padding-left: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #B8A164;
}
.content-section.events-row .top-strip h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22.75px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.content-section.events-row .top-strip .dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFCA42;
  margin-left: 4px;
}
.content-section.events-row .top-strip .dots span.active {
  background: #ffffff;
}
.content-section .bg-color-wrap {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.95;
}
.content-section .bg-color-wrap.color-lightyellow {
  background: #FFF8E5;
}
.content-section .bg-color-wrap.color-blue-gray {
  background: rgb(209, 224, 249);
}
.content-section .bg-color-wrap.color-paleblue {
  background: rgb(223, 235, 254);
}
.content-section .bg-color-wrap.color-aliceblue {
  background: rgb(238, 244, 254);
}
.content-section .bg-color-wrap.early-dawn {
  background: #FFF8E5;
}
.content-section .career-development-bg {
  background: url(../images/career-development-centre-bg.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.content-section .heading h3 {
  font-size: 35px;
  color: #1D1D1D;
}
@media (max-width: 991.98px) {
  .content-section .heading {
    font-size: 20px;
  }
}
.content-section .heading strong {
  font-weight: 700;
}
.content-section .global-company {
  margin: 40px 0 0;
  display: block;
}
.content-section .global-company h6 {
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 25px;
  color: rgb(160, 160, 160);
  margin: 0;
  font-family: "Inter", sans-serif;
}
.content-section .global-company .global-img-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.content-section .global-company .global-img-wrap__block {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #E0E0E0;
}
.content-section .global-company .global-img-wrap__block--img {
  width: 100%;
  height: 100%;
}
.content-section .global-company .global-img-wrap__block--btn {
  border: 0;
  background: #105CDC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.content-section .global-company .global-img-wrap__block--btn .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.content-section .global-company .global-img-wrap__block--btn .icon {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .content-section .global-company .global-img-wrap__img {
    width: 55px;
  }
}
@media (max-width: 767.98px) {
  .content-section .global-company .global-img-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-section .btn-wrap__btn:first-child {
  margin-right: 10px;
}
.content-section .btn-wrap__btn:nth-child(2) {
  margin-left: 10px;
}
.content-section .figure-elements {
  height: 540px;
}
.content-section .figure-elements .yellow-bg {
  position: relative;
  width: 435px;
  height: 435px;
  background: url(../images/find-your-programme/yellow-circle-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  margin: 30px auto 0;
  opacity: 0;
  transform: scale(0.1);
  transform-origin: center;
}
.content-section .figure-elements .yellow-bg .spring-circle {
  width: 124px;
  height: 124px;
  position: absolute;
  right: 0;
  z-index: 9;
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}
.content-section .figure-elements .yellow-bg .spring-circle img {
  width: 100%;
  height: 100%;
}
.content-section .figure-elements .yellow-bg .overlay-bg {
  width: 516px;
  height: 522px;
  background: url(../images/find-your-programme/overlay-border-shadow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: auto;
  left: -39px;
  opacity: 0;
  transform: scale(0.9);
}
.content-section .figure-elements .yellow-bg .overlay-bg img {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  position: relative;
  top: 41px;
  left: 70px;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}
.content-section .figure-elements .yellow-bg .banner {
  position: absolute;
  bottom: -90px;
  width: 333px;
  height: 240px;
  transform: translate(-50%, 0);
  left: 50%;
  opacity: 0;
  margin-left: 60px;
}
.content-section .figure-elements .yellow-bg .banner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .content-section .figure-elements {
    height: 370px;
  }
  .content-section .figure-elements .yellow-bg {
    width: 295px;
    height: 295px;
  }
  .content-section .figure-elements .yellow-bg .overlay-bg {
    width: 345px;
    left: -27px;
    top: 2px;
  }
  .content-section .figure-elements .yellow-bg .overlay-bg img {
    width: 260px;
    height: 260px;
    top: 28px;
    left: 43px;
  }
  .content-section .figure-elements .yellow-bg .banner {
    bottom: -80px;
    width: 225px;
  }
}
.content-section .figure-elements.is-animated .yellow-bg {
  animation: fy-yellow-zoom-in 0.7s ease-out forwards;
}
.content-section .figure-elements.is-animated .overlay-bg {
  animation: fy-overlay-zoom-in 0.55s ease-out 0.45s forwards;
}
.content-section .figure-elements.is-animated .overlay-bg img {
  animation: fy-woman-pop 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 1s forwards;
}
.content-section .figure-elements.is-animated .banner {
  animation: fy-banner-slide-in 0.55s ease-out 1.6s forwards;
}
.content-section .figure-elements.is-animated .spring-circle {
  animation: fy-spring-rotate-in 0.6s ease-out 2.2s forwards;
}
.content-section .career-development-centre .highlight-black {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.content-section .career-development-centre h6 {
  font-weight: 600;
  font-size: 20px;
  color: #105CDC;
}
.content-section .career-development-centre .list-items-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.content-section .career-development-centre .list-items-wrap ul li p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #CECECE;
  color: #0E5BDD;
  padding: 8px 0;
}
@media (max-width: 767.98px) {
  .content-section .career-development-centre .list-items-wrap ul {
    display: block;
  }
}
.content-section .career-development-centre .global-company h6 {
  background: #FFF2CF;
  padding: 4px 0;
  font-weight: 500;
  font-style: Italic;
  font-size: 11.67px;
  text-align: center;
  vertical-align: middle;
  color: #1D1D1D;
  margin-bottom: 8px;
}
.content-section .career-development-centre .global-company .global-img-wrap {
  gap: 8px;
}
@media (max-width: 1199.98px) {
  .content-section .career-development-centre .pb-5 {
    padding-bottom: 0 !important;
  }
  .content-section .career-development-centre .mb-sm-12 {
    margin-bottom: 12px;
  }
  .content-section .career-development-centre .btn-wrap {
    display: block !important;
  }
  .content-section .career-development-centre .center-margin-sm {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .content-section .career-development-centre .col-img-margin {
    padding-top: 0;
  }
}
.content-section .frame-count-details {
  background: #ffffff;
  border: 1px solid rgb(183, 189, 199);
  border-radius: 20px;
  padding: 30px 0;
}
.content-section .frame-count-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.content-section .frame-count-details ul li {
  text-align: center;
  width: 25%;
  border-right: 1px solid rgb(178, 178, 178);
}
.content-section .frame-count-details ul li:last-child {
  border: 0;
}
.content-section .frame-count-details ul li h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: rgb(0, 71, 179);
  text-align: center;
  margin: 0;
}
.content-section .frame-count-details ul li p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(32, 35, 42);
  margin: 0;
}
@media (max-width: 767.98px) {
  .content-section .frame-count-details ul {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
  }
  .content-section .frame-count-details ul li {
    width: 100%;
  }
  .content-section .frame-count-details ul li h5 {
    font-size: 40px;
  }
  .content-section .frame-count-details ul li:nth-child(2) {
    border: 0;
  }
}
.content-section .become-impact-row .count-numbers {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}
.content-section .become-impact-row .count-numbers li {
  margin-bottom: 32px;
}
.content-section .become-impact-row .count-numbers li h5 {
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}
.content-section .become-impact-row .count-numbers li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.content-section .become-impact-row .content-strip {
  background: rgba(10, 31, 68, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  min-height: 114;
  border-radius: 8px;
  padding: 32px;
  font-weight: 500;
  font-size: 20px;
  margin: 40px 0 0;
}
@media (max-width: 767.98px) {
  .content-section .become-impact-row .count-numbers {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
  .content-section .become-impact-row .count-numbers li {
    margin-bottom: 0;
    text-align: center;
  }
  .content-section .become-impact-row .count-numbers li:last-child {
    margin-top: 20px;
    grid-column: span 2;
    justify-self: center;
  }
  .content-section .become-impact-row .count-numbers li h5 {
    font-size: 30px;
    line-height: 30px;
  }
  .content-section .become-impact-row .count-numbers li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.content-section .count-numbers.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  gap: 40px;
  margin: 0 0 40px;
}
.content-section .count-numbers.grid.single-flex {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
.content-section .count-numbers.grid.single-flex li {
  border-bottom-width: 0;
  border-right: 1px solid rgb(178, 178, 178);
}
.content-section .count-numbers.grid.single-flex li:last-child {
  border: 0;
}
.content-section .count-numbers.grid li {
  border-bottom: 1px solid rgb(178, 178, 178);
  list-style: none;
  padding: 30px 10px;
}
.content-section .count-numbers.grid li h5 {
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  color: rgb(0, 71, 179);
}
.content-section .count-numbers.grid li p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767.98px) {
  .content-section .count-numbers.grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 0;
    margin: 0 0 20px;
  }
  .content-section .count-numbers.grid.single-flex {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .content-section .count-numbers.grid.single-flex li:nth-child(2) {
    border: 0;
  }
  .content-section .count-numbers.grid.single-flex li h5 {
    font-size: 30px;
  }
  .content-section .count-numbers.grid.single-flex li p {
    font-size: 12px;
  }
  .content-section .count-numbers.grid li {
    padding: 10px;
    text-align: center;
  }
  .content-section .count-numbers.grid li h5 {
    font-size: 30px;
  }
  .content-section .count-numbers.grid li p {
    font-size: 12px;
  }
}
.content-section .research-center-row p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .content-section .research-center-row p {
    font-size: 13px;
  }
  .content-section .research-center-row .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .content-section .research-center-row .media-h {
    padding: 21px;
    height: calc(100% - 20px) !important;
  }
  .content-section .research-center-row .media-h .media-h-body h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px !important;
  }
}
.content-section .campus-life-row .text-bold {
  font-weight: 500;
  font-size: 22px;
  vertical-align: middle;
}
.content-section {
  --card-top-offset: 1em;
  --outline-width: 0px;
}
.content-section .core-intelligence-pillars-row {
  display: grid;
  grid-template-columns: 1fr;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img {
  width: 100%;
  min-height: 340px;
  height: 340px;
  margin-bottom: 24px;
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}
.content-section .core-intelligence-pillars-row .pillars-bg-img .feature {
  background: rgba(255, 255, 255, 0.85);
  width: 395px;
  height: 210px;
  position: absolute;
  left: 20px;
  bottom: 0;
  padding: 20px 24px;
  margin: 0 0 20px;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.ai-Machine {
  background: url(../images/core-intelligence-pillars/core-pillars-img-1.svg);
  --index: 1;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.cybersecurity {
  background: url(../images/core-intelligence-pillars/core-pillars-img-2.svg);
  --index: 2;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.embedded-systems {
  background: url(../images/core-intelligence-pillars/core-pillars-img-3.svg);
  --index: 3;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.smart-systems {
  background: url(../images/core-intelligence-pillars/core-pillars-img-4.svg);
  --index: 4;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.additive-manufacturing {
  background: url(../images/core-intelligence-pillars/core-pillars-img-5.svg);
  --index: 5;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.data-science {
  background: url(../images/core-intelligence-pillars/core-pillars-img-6.svg);
  --index: 6;
}
@media (max-width: 767.98px) {
  .content-section .core-intelligence-pillars-row .pillars-bg-img {
    width: 96%;
    border-radius: 40px;
    margin: 0 auto 20px;
  }
  .content-section .core-intelligence-pillars-row .pillars-bg-img .feature {
    width: calc(100% - 48px);
  }
}
.content-section .custom-tabs nav .nav-tabs {
  border-color: rgb(167, 175, 189);
  padding-left: 16px;
  gap: 40px;
}
.content-section .custom-tabs nav .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(32, 32, 32);
  border-width: 0;
}
.content-section .custom-tabs nav .nav-tabs .nav-link:focus, .content-section .custom-tabs nav .nav-tabs .nav-link:hover {
  color: rgb(11, 80, 218);
  border-color: transparent;
  border-width: 0;
}
.content-section .custom-tabs nav .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: rgb(11, 80, 218);
  border-width: 0 0 3px 0;
  color: rgb(11, 80, 218);
  font-weight: 700;
}
.content-section .custom-tabs .tab-content {
  padding: 40px 0 0;
}
.content-section .custom-tabs .tab-content .programmes-list {
  padding-bottom: 50px;
}
@media screen and (max-width: 991.33px) {
  .content-section .custom-tabs .tab-content .programmes-list {
    padding-bottom: 0;
  }
}
.content-section .custom-tabs .tab-content .programmes-list h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #1D1D1D;
  border-bottom: 1px solid #BDBDBD;
  padding: 0 0 20px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-section .custom-tabs .tab-content .programmes-list ul + h5 {
  margin-top: 35px;
}
.content-section .custom-tabs .tab-content .programmes-list ul li {
  border-bottom: 1px solid #BDBDBD;
  padding: 5px 0;
  font-size: 13px;
  color: #0E5BDD;
}
.content-section .custom-tabs .tab-content .programmes-list ul li a {
  color: #0E5BDD;
  text-decoration: none;
}
.content-section .custom-tabs .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-section .custom-tabs .tab-content ul li {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs {
  border: 0;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link.active, .content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link:hover {
  color: #FBBF27;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link.active {
  border-color: #FBBF27;
}
.content-section .custom-tabs.course-offered-tabs .tab-content {
  border: 1px solid #A7AFBD;
  border-radius: 12px;
  padding: 8px;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane {
  background: #ffffff;
  backdrop-filter: blur(10px);
  border-radius: 7px;
  padding: 24px;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane h5 {
  background: #FFF5DC;
  width: 100%;
  height: 28px;
  padding: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1D1D1D;
  border: 0;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane ul {
  border-top: 1px solid #BDBDBD;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .img-position {
  left: 0px;
  width: 300px;
  position: absolute;
  bottom: -25px;
}
@media screen and (max-width: 1200px) {
  .content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .img-position {
    left: -50px;
  }
}
@media screen and (max-width: 991.33px) {
  .content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .img-position {
    display: none;
  }
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .btn-wrap {
  position: absolute;
  bottom: -74px;
  right: -9px;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .btn-wrap__btn {
  width: auto;
  height: 55px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
  background: #FBBF27;
  color: #1D1D1D;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .btn-wrap__btn--txt {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 991.33px) {
  .content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .btn-wrap {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .content-section .custom-tabs nav .nav-tabs {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .content-section .custom-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-section .custom-tabs nav .nav-tabs {
    gap: 10px;
    font-size: 12px;
  }
  .content-section .custom-tabs nav .nav-tabs .nav-link {
    padding: 5px;
  }
  .content-section .custom-tabs .tab-content {
    padding: 20px 15px 0;
  }
}
.content-section .competitions-slider-nav button, .content-section .events-slider-nav button {
  background: transparent;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 36px;
  text-align: center;
  outline: 0;
  padding: 0;
  margin: 0 3px;
}
.content-section .competitions-slider-nav button i img, .content-section .events-slider-nav button i img {
  width: 16px;
  height: 16px;
}
.content-section .competitions-slider-nav .events-btn, .content-section .events-slider-nav .events-btn {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-color: #E2E8F0;
}
.content-section .competitions-slider-nav .events-btn i img, .content-section .events-slider-nav .events-btn i img {
  width: 8px;
  height: 12px;
}

.bottom-banner {
  width: 100%;
  height: 360px;
  padding: 70px 40px 35px 80px;
  border-radius: 20px 20px 20px 100px;
  background: #0A1F44;
  margin: 100px 0 60px;
  overflow: hidden;
  position: relative;
}
.bottom-banner h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.96px;
  position: relative;
  z-index: 1;
}
.bottom-banner .btn-wrap {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.bottom-banner figure {
  position: absolute;
  right: 0;
  top: -120px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .bottom-banner {
    height: auto;
    padding: 24px 10px 25px 27px;
    border-radius: 20px 20px 20px 50px;
    margin: 20px 0 20px;
  }
  .bottom-banner h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .bottom-banner .btn-wrap {
    padding-top: 10px;
  }
  .bottom-banner figure {
    top: 0;
  }
  .bottom-banner figure img {
    height: 160px;
  }
}

.inner-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .inner-container {
    width: 100%;
  }
}

.position-relative {
  position: relative;
}

.sticky {
  position: sticky;
}

:root {
  --header-height: 110px;
}

.medium\:top-\[calc\(var\(--header-height\)\+6\.5625rem\)\] {
  top: calc(var(--header-height) + 6.5625rem);
}

.block-v1 {
  position: relative;
  padding: 30px 0;
}
.block-v1.color-1 {
  background-color: #FFF8E3;
}
.block-v1.color-2 {
  background: linear-gradient(0deg, #FFFFFF 43.97%, #B2CEFE 108.08%);
  padding: 80px 60px;
}
.block-v1.color-2 h4 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px;
}
.block-v1.color-2 p {
  font-weight: 400;
  font-size: 18px;
}
.block-v1 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-v1 .wrapper figure {
  width: 20%;
  height: auto;
  border-right: 1px solid rgb(178, 178, 178);
  text-align: center;
}
.block-v1 .wrapper figure img {
  width: auto;
  height: auto;
}
.block-v1 .wrapper figure:first-child {
  border-left: 1px solid rgb(178, 178, 178);
}
@media (max-width: 991.98px) {
  .block-v1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .block-v1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .block-v1 {
    padding: 30px 0 0;
  }
  .block-v1 .wrapper {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
  }
  .block-v1 .wrapper figure {
    width: 100%;
    margin-bottom: 30px;
  }
}

.feature {
  margin-bottom: 24px;
  border: 1px solid rgba(29, 29, 29, 0.05);
  background: #ffffff;
  padding: 41px 33px 60px 33px;
  border-radius: 10px;
  text-align: left;
}
.feature [class^=flaticon-],
.feature [class^=icon-],
.feature [class^=feature-icon] {
  position: relative;
}
.feature [class^=flaticon-]:after,
.feature [class^=icon-]:after,
.feature [class^=feature-icon]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  border: 1px solid rgba(251, 191, 39, 0.2);
}
.feature [class^=flaticon-],
.feature [class^=icon-],
.feature [class^=feature-icon] {
  margin-bottom: 24px;
  border: 1px solid rgb(201, 216, 238);
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}
.feature [class^=flaticon-] img,
.feature [class^=icon-] img,
.feature [class^=feature-icon] img {
  width: 28px;
  height: 28px;
}
.feature h3 {
  font-weight: 500;
  font-size: 24px;
  color: #1D1D1D;
  margin-bottom: 12px;
  margin-right: -33px;
}
.feature p {
  font-size: 14px;
  color: rgba(29, 29, 29, 0.5) !important;
}

.bg-1:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 70%;
  right: -100%;
  top: -40px;
  z-index: -1;
  background: rgba(251, 191, 39, 0.2);
}

.bg-2:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 70%;
  left: -50%;
  top: 0px;
  z-index: -1;
  background: rgba(236, 102, 31, 0.1);
}
@media (max-width: 991.98px) {
  .bg-2 {
    display: none;
  }
}

.line-bottom {
  position: relative;
  padding-bottom: 0px;
}
.line-bottom:before {
  display: none;
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ec661f;
  bottom: 0;
}
.line-bottom.text-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.line-bottom.text-center .line {
  margin: 10px auto 0;
}
.line-bottom .line {
  display: block;
  width: 181px;
  height: 11px;
  margin-top: 10px;
  margin-bottom: 5px;
  background: url(../images/icons/header-decoration.svg) no-repeat;
  background-size: 181px 11px;
}

.media-h {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 30px -10px rgba(29, 29, 29, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 32px;
}
.media-h i {
  background: rgb(0, 87, 184);
  border-radius: 6px;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  line-height: 43px;
}
.media-h i img {
  width: 24px;
  height: 24px;
}
.media-h .media-h-body {
  padding: 0 0 0 20px;
}
.media-h .media-h-body h2 {
  font-size: 20px;
}
.media-h:hover img {
  transform: scale(1.05);
}

.meta {
  font-size: 14px;
  color: #ccc;
}

.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  background: #FBBF27;
  color: #ffffff;
  display: inline-block;
}
.video-play-btn:before {
  width: 90px;
  height: 90px;
  border: 2px solid #FBBF27;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: -5px;
  top: -5px;
}
.video-play-btn span {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-40%, -50%);
}
.video-play-btn:hover span {
  color: #ffffff;
}

.accordion-img {
  flex: 0 0 180px;
}

.instagram-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-left: -8px;
}
.instagram-gallery li {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-left: 8px;
  padding-bottom: 8px;
}

.count-numbers .counter {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  color: #FBBF27;
}

.pricing {
  text-align: center;
  padding: 40px;
  border: 1px solid #efefef;
  border-radius: 4px;
}
.pricing .pricing-plan-title {
  color: #FBBF27;
}
@media (max-width: 991.98px) {
  .pricing {
    padding: 40px 25px;
  }
}
.pricing .pricing-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.pricing .pricing-img:before {
  position: absolute;
  content: "";
  background: rgba(251, 191, 39, 0.2);
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.pricing .pricing-img img {
  height: 90px;
}
.pricing .pricing-body .price {
  margin-bottom: 20px;
}
.pricing .pricing-body .price .fig {
  color: #FBBF27;
  font-size: 30px;
}

.staff {
  padding: 20px;
}
.staff img {
  border-radius: 40px;
  width: 200px;
}
.staff h3 {
  font-size: 20px;
  color: #FBBF27;
}
.staff .position {
  color: rgba(52, 58, 64, 0.5);
}

.custom-pagination li {
  display: inline-block;
}
.custom-pagination li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.custom-pagination li.active > a {
  background: #FBBF27;
  color: #ffffff;
  border-radius: 50%;
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #FBBF27;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
  color: #ffffff;
}
.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}
.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.item {
  border: none;
  margin-bottom: 0;
  border-radius: 4px;
  display: block;
}
.item a {
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
}
.item a img {
  position: relative;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
}
.item .item-wrap {
  display: block;
  position: relative;
}
.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.item:hover a img {
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
}

.category {
  display: inline-block;
  padding: 20px;
  background: rgba(251, 191, 39, 0.05);
  border-radius: 4px;
  text-decoration: none !important;
}
.category, .category h3, .category span {
  transition: 0.3s all ease;
}
.category h3 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #343a40;
}
.category span {
  font-size: 13px;
  color: rgba(52, 58, 64, 0.4);
}
.category .uil {
  text-align: center;
  display: inline-block;
  color: #038137;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
  background: #ffffff;
  font-size: 30px;
  line-height: 40px;
}
.category:hover {
  background: #038137;
}
.category:hover h3, .category:hover span {
  color: #ffffff;
}
.category:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.section-title .heading {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .section-title .heading {
    font-size: 20px;
  }
}

.custom-media {
  background: #ffffff;
  box-shadow: 0 15px 30px -5px rgba(29, 29, 29, 0.1);
  height: 100%;
}
.custom-media h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #1D1D1D;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-media p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #475569;
  font-size: 14px;
  font-weight: 400;
}
.custom-media .date-details {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 57px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  background: #FBBF27;
  color: #0E5BDD;
  font-family: Inter;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  z-index: 999;
  padding-top: 10px;
}
.custom-media .date-details .big {
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
}
.custom-media .review {
  color: #ffc107;
}
.custom-media .custom-media-body {
  padding: 20px;
}
.custom-media .custom-media-body .price {
  font-size: 22px;
  color: #343a40;
}
.custom-media .custom-media-body.events-body {
  border-radius: 0 0 24px 24px;
  border: 1px solid #CAB06A;
}

@keyframes fy-yellow-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fy-overlay-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fy-woman-pop {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fy-banner-slide-in {
  0% {
    opacity: 0;
    margin-left: 60px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fy-spring-rotate-in {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.form-box {
  background: #ffffff;
  padding: 40px;
  margin-top: -200px;
  border-radius: 7px;
  box-shadow: 0 15px 30px -5px rgba(29, 29, 29, 0.1);
}

.custom-block {
  margin-bottom: 30px;
}
.custom-block .section-title {
  font-size: 18px;
  font-weight: 700;
}

.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #1D1D1D;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
}
.custom-accordion .accordion-item .btn-link:before {
  font-family: "icomoon";
  content: "\f067";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item .btn-link[aria-expanded=true] {
  font-weight: 700;
  color: #ffffff !important;
  background: #FBBF27;
}
.custom-accordion .accordion-item .btn-link[aria-expanded=true]:before {
  font-family: "icomoon";
  content: "\f068";
  position: absolute;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item.active {
  z-index: 2;
}
.custom-accordion .accordion-item.active .btn-link {
  color: #1D1D1D;
  box-shadow: 0 1px 10px 0 rgba(29, 29, 29, 0.1);
}
.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control .caption {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #FBBF27;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: rgb(251.4636363636, 198.4181818182, 64.0363636364);
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 14px;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #FBBF27;
  opacity: 0.2;
}

.gal-item {
  display: block;
  margin-bottom: 8px;
}
.gal-item img {
  border-radius: 4px;
  transition: 0.3s all ease;
  opacity: 1;
}
.gal-item:hover img {
  opacity: 0.5;
}

.social-icons li {
  display: inline-block;
}
.social-icons li a {
  color: rgba(255, 255, 255, 0.005);
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #303030;
}
.social-icons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-icons li a:hover {
  color: #ffffff;
}
.social-icons li:first-child a {
  padding-left: 0;
}
.social-icons.light li a {
  color: #1D1D1D;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa;
}

.video-wrap {
  position: relative;
  display: block;
}
.video-wrap .play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(29, 29, 29, 0.2);
  border-radius: 50%;
  transition: 0.3s all ease;
}
.video-wrap .play-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.video-wrap:hover .play-wrap {
  width: 60px;
  height: 60px;
}

.owl-carousel.dots-absolute .owl-dots {
  bottom: 40px;
}
.owl-carousel.dots-absolute .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(29, 29, 29, 0.2);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #FBBF27;
}
.owl-carousel.no-dots .owl-dots {
  display: none;
}
.owl-carousel.no-nav .owl-nav {
  display: none;
}

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}
.testimonial .name {
  font-size: 18px;
  color: #1D1D1D;
}
.testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}

.list-check li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.list-check li:before {
  content: "\e5ca";
  font-family: "icomoon";
  position: absolute;
  top: -0.3rem;
  font-size: 20px;
  left: 0;
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ul-check li:before {
  position: absolute;
  left: 0;
  top: -0.2rem;
  content: "\e5ca";
  font-size: 20px;
  font-family: "icomoon";
}
.ul-check.primary li:before {
  color: #FBBF27;
}
.ul-check.white li:before {
  color: #ffffff;
}

.section-title {
  color: #1D1D1D;
  margin-bottom: 30px;
}

.site-footer {
  background: rgb(37, 37, 37);
  font-size: 14px;
  color: #E8E8E8;
  padding: 60px 0 0;
}
.site-footer a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
.site-footer .widget .footer-logo img {
  width: 260px;
}
.site-footer .widget h3 {
  font-weight: 500;
  font-size: 16.7px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.site-footer .widget address {
  margin: 20px 0 0;
  color: #E8E8E8;
  font-weight: 400;
  font-size: 15.4px;
  line-height: 26px;
}
.site-footer .widget .links li {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}
.site-footer .widget .links li a {
  color: #E8E8E8;
}
.site-footer .widget .links li a:hover {
  color: rgb(4.1590909091, 178.8409090909, 76.25);
}
.site-footer .social li {
  display: inline-block;
  margin-right: 5px;
}
.site-footer .social li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #555555;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  transition: 0.3s ease-out;
}
.site-footer .social li a:before {
  display: none;
}
.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.site-footer .social li a:hover {
  background: rgb(4.1590909091, 178.8409090909, 76.25);
  color: #1D1D1D;
}
.site-footer .copyright-bar {
  border-top: 1px solid #707070;
  padding: 30px 0;
}
.site-footer .copyright-bar p {
  margin: 0;
}
.site-footer .copyright-bar .col-left {
  text-align: left;
}
.site-footer .copyright-bar .col-left .divider {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  border-left: 1px solid #E8E8E8;
  margin: 0 11px;
}
.site-footer .copyright-bar .col-right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .site-footer .copyright-bar {
    padding: 12px 0;
  }
  .site-footer .copyright-bar .col-left {
    margin-bottom: 10px;
  }
  .site-footer .copyright-bar .col-right span {
    display: block;
  }
  .site-footer .copyright-bar .col-left, .site-footer .copyright-bar .col-right {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
