body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 14px;
  color: #1D1D1D;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 13px;
  }
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
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: #2D9646 !important;
}

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

.bg-secondary-light {
  background-color: rgba(45, 150, 70, 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: #0055D5;
}

.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;
  }
}

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

.pos-relative {
  position: relative;
}

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

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

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

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

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

.btn-wrap__btn {
  font-family: "Inter", sans-serif;
  background: #fff;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
  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.yellow {
  background: linear-gradient(92.26deg, #FFCC00 0%, #FFC100 103.95%);
  color: #1D1D1D;
  border: 0;
  position: relative;
  overflow: hidden;
  width: auto;
}
.btn-wrap__btn.yellow:hover {
  background: linear-gradient(92.26deg, #ffdb4a 0%, #ffd75d 103.95%);
}
.btn-wrap__btn.yellow .btn-wrap__btn--txt {
  font-weight: 600;
}
.btn-wrap__btn.white-opacity {
  background: rgba(255, 255, 255, 0.8);
}
.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: "Inter", 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: #2D9646;
  border-color: #2D9646;
}
.btn.btn-secondary:hover {
  border-color: rgb(49.7076923077, 165.6923076923, 77.3230769231);
  background: rgb(49.7076923077, 165.6923076923, 77.3230769231);
}
.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 {
  height: 34px;
  padding: 0;
  box-sizing: content-box;
  width: 100%;
  background: #0055D5;
}
.top-bar a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.top-bar .top-links {
  height: 34px;
}
.top-bar .top-links .divider {
  width: 1px;
  display: inline-block;
  height: 20px;
  background: #ffffff;
  vertical-align: middle;
  margin: 0 15px;
}
.top-bar .yellow-badge {
  max-width: 120px;
  min-width: 120px;
  background: url(../images/tnea-code-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 34px;
  padding-right: 2px;
  padding-left: 5px;
  border-radius: 0;
  border-width: 1px;
  display: flex;
  align-items: center;
}
.top-bar .yellow-badge__left {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  word-break: break-word;
  color: #2D9646;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}
.top-bar .yellow-badge__right {
  height: 21px;
  padding-right: 10px;
  padding-left: 8px;
  font-weight: 700;
  font-size: 17.2px;
  line-height: 23px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0B409C;
}

.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;
  }
}

.sticky-wrapper .site-secondary-menu {
  display: none;
}
.sticky-wrapper .site-secondary-menu__ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.sticky-wrapper.is-sticky .site-secondary-menu {
  display: block;
  border: 1px solid #DDDDDD;
  backdrop-filter: blur(0.5rem);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 12px;
  padding: 4px 0;
}
@media screen and (max-width: 776px) {
  .sticky-wrapper.is-sticky .site-secondary-menu {
    display: none;
  }
}
.sticky-wrapper.is-sticky .site-secondary-menu__ul li {
  padding: 5px 10px;
  margin: 0 5px;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .sticky-wrapper.is-sticky .site-secondary-menu__ul li {
    overflow: hidden;
  }
}
.sticky-wrapper.is-sticky .site-secondary-menu__ul li a {
  color: #1D1D1D;
}
@media screen and (max-width: 1100px) {
  .sticky-wrapper.is-sticky .site-secondary-menu__ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.sticky-wrapper.is-sticky .site-secondary-menu__ul li.active, .sticky-wrapper.is-sticky .site-secondary-menu__ul li:hover {
  background: #0055D5;
  border-radius: 6px;
}
.sticky-wrapper.is-sticky .site-secondary-menu__ul li.active a, .sticky-wrapper.is-sticky .site-secondary-menu__ul li:hover a {
  color: #ffffff;
}

.site-nav {
  position: relative;
  width: 100%;
  z-index: 9;
  top: 0;
}
.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
  font-size: 13px;
}
.site-nav a .icon-phone, .site-nav a .icon-envelope {
  float: left;
  margin-right: 4px;
}
.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: 200px;
  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 {
  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 > a {
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 34px;
  display: inline-block;
  text-decoration: none !important;
  color: #000000;
  position: relative;
}
.site-nav .site-navigation .site-menu__ul > li > a:hover {
  color: #0055D5;
}
.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:hover > a {
  color: #0055D5;
}
.site-nav .site-navigation .site-menu__ul > li.active > a {
  color: #0055D5;
  font-weight: 600;
}
.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: 60px !important;
  padding: 5px 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.9);
}
#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 {
  border-top: 1px solid #DDDDDD;
  position: relative;
  overflow: hidden;
}
.slider-wrapper .hero-slider .item {
  position: relative;
  overflow: hidden;
  background: #040404;
  padding-bottom: 40px;
}
.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 .item .text-wrap {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 776px) {
  .slider-wrapper .hero-slider .item .text-wrap {
    bottom: -30px;
  }
}
.slider-wrapper .hero-slider .item .text-wrap .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (max-width: 776px) {
  .slider-wrapper .hero-slider .item .text-wrap .title {
    font-size: 15px;
    line-height: 21px;
  }
}
.slider-wrapper .hero-slider .item .text-wrap .btn-wrap {
  margin: 20px 0 0;
}
.slider-wrapper .hero-slider .item .text-wrap .btn-wrap fieldset {
  margin-right: 20px;
}
.slider-wrapper .hero-slider .item .text-wrap .btn-wrap fieldset button {
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid rgb(255, 255, 255);
}
.slider-wrapper .hero-slider .item .text-wrap .btn-wrap fieldset button span {
  color: #ffffff;
}
.slider-wrapper .hero-slider .item .text-wrap .note-txt {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.56px;
  vertical-align: middle;
  padding: 11px 0 0;
}
.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/dynamic/icons/10.svg);
}
.slider-wrapper .hero-slider .owl-nav > div.owl-next {
  background-image: url(../images/dynamic/icons/11.svg);
  background-position: 16px 11px;
}
.slider-wrapper .hero-slider.owl-carousel .owl-dots {
  transform: translateX(0);
  z-index: 9999;
  bottom: 10px;
  width: auto;
  height: 30px;
  padding: 0 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid rgba(255, 255, 255, 0.38);
  left: auto;
  right: 50px;
}
@media screen and (max-width: 776px) {
  .slider-wrapper .hero-slider.owl-carousel .owl-dots {
    right: 8px;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrapper .hero-slider.owl-carousel .owl-dots {
    display: none;
  }
}
.slider-wrapper .hero-slider.owl-carousel .owl-dots .owl-dot {
  margin: 3px 5px 0;
}
.slider-wrapper .hero-slider.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.31);
}
.slider-wrapper .hero-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider-wrapper .hero-slider .owl-nav {
  display: none;
}
.slider-wrapper .hero-slider .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  height: 320px;
  background: linear-gradient(0deg, #040404 25%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 776px) {
  .slider-wrapper .hero-slider .item:after {
    height: 200px;
    background: linear-gradient(0deg, #040404 10%, rgba(255, 255, 255, 0) 60%);
  }
}
.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: #383838;
}
.content-section .line-bottom-heading .highlight {
  color: #0055D5;
}
.content-section .line-bottom-heading .line {
  display: block;
  width: 181px;
  height: 11px;
  margin-top: 10px;
  background: url(../images/dynamic/icons/08.svg) no-repeat;
  background-size: 181px 11px;
}
.content-section.color-white {
  background: #ffffff;
  padding-bottom: 40px;
}
.content-section.color-white.center-competitions {
  padding: 50px 0 20px;
  position: relative;
}
.content-section.color-white.center-competitions h3.line-bottom-heading {
  color: #0055D5;
  font-size: 40px;
}
@media screen and (max-width: 776px) {
  .content-section.color-white.center-competitions h3.line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
}
.content-section.color-white.center-competitions .bottom-section-box {
  margin-top: 15px;
  display: flex;
}
.content-section.color-white.center-competitions .bottom-section-box .box-wrap {
  display: block;
  width: 100%;
}
.content-section.color-white.center-competitions .bottom-section-box .pad-0 {
  padding: 0;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers {
  gap: 10px;
  margin: 0;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers li {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(120.16deg, #0055D5 6.19%, #0B3780 100.01%);
  padding: 24px;
  border-radius: 30px;
  color: #ffffff;
  width: 100%;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers li h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FCFF00;
  margin: 0;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers li p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0 0;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers li.tall-card {
  grid-column: 1/-1;
  max-width: 100%;
  margin: 0 auto;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers.flex-items {
  margin: 0;
  padding: 0;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-section.color-white.center-competitions .bottom-section-box .count-numbers.flex-items li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 776px) {
  .content-section.color-white.center-competitions {
    padding: 0 0 5px;
  }
}
.content-section.color-white.latest-news__testimonials-section {
  padding: 30px 0 0;
}
.content-section.color-white.latest-news__testimonials-section h3.line-bottom-heading {
  color: #0055D5;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 776px) {
  .content-section.color-white.latest-news__testimonials-section h3.line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
}
.content-section.color-white.latest-news__testimonials-section .latest-news .slider-latest-news .item {
  height: 100%;
}
.content-section.color-white.latest-news__testimonials-section .latest-news .slider-latest-news .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-section.color-white.latest-news__testimonials-section .testimonials {
  padding-left: 0;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .slider-testimonials-home .owl-stage-outer {
  overflow: hidden;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .slider-testimonials-home .slide-group {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .vertical-slider-testimonials {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .vertical-slider-testimonials .slider-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .vertical-slider-testimonials .group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  flex-shrink: 0;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.41);
  padding: 15px;
  position: relative;
  margin: 0 0 13px;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__img {
  width: 45px;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__img img {
  margin: 0;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__title {
  width: calc(100% - 145px);
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__title h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0055D5;
  margin: 0;
  line-height: 16px;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9AA7B2;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .header__details {
  width: 100px;
  height: 28px;
  border-radius: 100px;
  background: #E9EDF2;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  vertical-align: middle;
  padding: 6px 16px;
  color: #0A58CA;
  text-align: center;
}
.content-section.color-white.latest-news__testimonials-section .testimonials .box .comma-img {
  position: absolute;
  right: 20px;
  bottom: -24px;
  width: 70px;
}
@media screen and (max-width: 776px) {
  .content-section.color-white.latest-news__testimonials-section .testimonials {
    padding-left: 15px;
  }
}
.content-section.color-white.faq-section {
  padding: 30px 0 0;
}
.content-section.color-white.faq-section h3 {
  color: #0055D5;
}
.content-section.color-white.faq-section h3 span {
  display: block;
  color: #383838;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item {
  border-radius: 16px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: transparent;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item .card-header .btn-link[aria-expanded=true] {
  color: #1D1D1D !important;
  background: transparent;
  padding-left: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item .card-header .btn-link:before {
  display: none;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item .card-header figure {
  padding: 15px 15px 0;
  box-sizing: content-box;
  margin: 0;
  width: 49px;
  height: 49px;
  background-image: url(../images/dynamic/icons/accordion-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item .accordion-body {
  padding: 0 20px 20px 30px;
}
.content-section.color-white.faq-section .custom-accordion .accordion-item.active .card-header figure {
  background-image: url(../images/dynamic/icons/accordion-minus.svg);
}
.content-section.course-offered {
  background: linear-gradient(180deg, #043580 0%, #0055D5 100%);
}
.content-section.course-offered h3 {
  color: #FCFF00;
}
@media screen and (max-width: 776px) {
  .content-section.course-offered {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
.content-section.color-brightyellow {
  background-image: url(../images/dynamic/backgrounds/03.svg);
  background-color: rgb(242, 227, 0);
}
.content-section.info-round-corner-box {
  background: #000000;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 150px;
  width: 100%;
}
.content-section.info-round-corner-box .mobile-list {
  display: none;
}
.content-section.info-round-corner-box .left-panel, .content-section.info-round-corner-box .right-panel {
  background: #ffffff;
  padding: 0 40px;
  width: calc(50% - 80px);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 21px;
}
.content-section.info-round-corner-box .left-panel .box, .content-section.info-round-corner-box .right-panel .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 128px;
  padding: 10px 20px;
  margin-top: 22px;
  gap: 4px;
  border: 2px solid transparent;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
}
.content-section.info-round-corner-box .left-panel .box .counter, .content-section.info-round-corner-box .right-panel .box .counter {
  color: #0055D5;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}
.content-section.info-round-corner-box .left-panel .box p, .content-section.info-round-corner-box .right-panel .box p {
  margin: 0;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
}
.content-section.info-round-corner-box .left-panel {
  border-radius: 0 40px 0 0;
  justify-content: end;
}
.content-section.info-round-corner-box .right-panel {
  border-radius: 40px 0 0 0;
  justify-content: start;
}
.content-section.info-round-corner-box .center-butterfly {
  height: 150px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.content-section.info-round-corner-box .center-butterfly svg {
  width: 200px;
  height: 150px;
  background: #000;
  border-radius: 0 0 30px 30px;
}
.content-section.info-round-corner-box .center-butterfly .wing {
  transform-box: fill-box;
}
.content-section.info-round-corner-box .center-butterfly {
  /* LEFT WING */
}
.content-section.info-round-corner-box .center-butterfly .wing-left {
  transform-origin: right center;
  animation: flap-left 0.9s infinite ease-in-out;
}
.content-section.info-round-corner-box .center-butterfly {
  /* RIGHT WING */
}
.content-section.info-round-corner-box .center-butterfly .wing-right {
  transform-origin: left center;
  animation: flap-right 0.9s infinite ease-in-out;
}
@keyframes flap-left {
  0%, 100% {
    transform: rotate(0deg) scaleY(1);
  }
  50% {
    transform: rotate(-30deg) scaleY(0.85);
  }
}
@keyframes flap-right {
  0%, 100% {
    transform: rotate(0deg) scaleY(1);
  }
  50% {
    transform: rotate(30deg) scaleY(0.85);
  }
}
@media screen and (max-width: 1100px) {
  .content-section.info-round-corner-box {
    background: #ffffff;
    display: block;
    height: 100%;
  }
  .content-section.info-round-corner-box li.left-panel, .content-section.info-round-corner-box li.right-panel {
    width: 100%;
    padding: 0;
  }
  .content-section.info-round-corner-box li.left-panel .box, .content-section.info-round-corner-box li.right-panel .box {
    width: 100%;
  }
  .content-section.info-round-corner-box li.center-butterfly {
    display: none;
  }
}
@media screen and (max-width: 776px) {
  .content-section.info-round-corner-box .left-panel, .content-section.info-round-corner-box .right-panel {
    display: none;
  }
  .content-section.info-round-corner-box .mobile-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 10px 15px 0;
  }
  .content-section.info-round-corner-box .mobile-list .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 0;
    gap: 4px;
    border: 2px solid transparent;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
  }
  .content-section.info-round-corner-box .mobile-list .box .counter {
    color: #0055D5;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .content-section.info-round-corner-box .mobile-list .box p {
    margin: 0;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
  }
}
.content-section.horizontal-scroll-bar {
  background: #0055D5;
  width: 100%;
  height: 60px;
  padding: 0;
  list-style: none;
  margin: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.content-section.horizontal-scroll-bar.yellow-bg {
  background: #FCFF00;
  color: #1D1D1D;
}
.content-section.horizontal-scroll-bar.yellow-bg li .items:before {
  background: #1D1D1D;
}
.content-section.horizontal-scroll-bar.yellow-bg:after {
  background: linear-gradient(90deg, #FCFF00 0%, rgba(252, 255, 0, 0) 26.44%, rgba(252, 255, 0, 0) 83.17%, #FCFF00 100%);
}
.content-section.horizontal-scroll-bar li {
  display: flex;
  align-items: center;
  height: 60px;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
}
.content-section.horizontal-scroll-bar li .items {
  position: relative;
  margin: 0 24px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 15px;
}
.content-section.horizontal-scroll-bar li .items span {
  font-weight: 600;
  font-size: 24px;
}
.content-section.horizontal-scroll-bar li .items:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}
.content-section.horizontal-scroll-bar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(90deg, #0055D5 0%, rgba(0, 85, 213, 0) 26.44%, rgba(0, 85, 213, 0) 83.17%, #0055D5 100%);
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.content-section.blue-gradient-bg {
  background: linear-gradient(180deg, #0948A6 30.29%, #FFFFFF 91.83%);
  color: #ffffff;
  padding: 50px 0 20px;
}
@media screen and (max-width: 776px) {
  .content-section.blue-gradient-bg {
    padding: 20px 0 10px;
  }
}
.content-section.blue-gradient-bg .line-bottom-heading {
  color: #FCFF00;
  font-size: 40px;
}
.content-section.blue-gradient-bg .line-bottom-heading .highlight {
  color: #FCFF00;
  font-size: 32px;
}
@media screen and (max-width: 776px) {
  .content-section.blue-gradient-bg .line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 5px !important;
  }
  .content-section.blue-gradient-bg .line-bottom-heading .highlight {
    font-size: 19px;
    line-height: 100%;
  }
}
.content-section.blue-gradient-bg .career-development-centre .highlight-txt {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.content-section.blue-gradient-bg .career-development-centre h6 {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers {
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  gap: 0;
  padding-left: 0;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li {
  padding: 17px 10px 10px 34px;
  border-width: 0 0 1px 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  height: 83px;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li:first-child, .content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(4) {
  border-width: 0 0 1px 0;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(n+4):nth-child(-n+6) {
  border-width: 0 0 0 1px;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(4) {
  border-width: 0 !important;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li .counter {
  color: #FCFF00;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li .item-icon {
  display: block;
  height: 32px;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  margin-bottom: 0;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
}
.content-section.blue-gradient-bg .career-development-centre .count-numbers li p.single-line {
  white-space: nowrap;
}
@media screen and (max-width: 776px) {
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li {
    padding: 17px 0 10px 0;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li:first-child, .content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(4) {
    border-width: 0 0 1px 0 !important;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(n+4):nth-child(-n+6) {
    border-width: 0 0 1px 1px !important;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li:nth-child(4) {
    border-width: 0 !important;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li .counter {
    font-size: 21px;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li .item-icon {
    height: 32px;
    width: 32px;
    max-width: 32px;
    max-height: 32px;
    margin: 0 auto 4px;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li p {
    font-size: 12px;
  }
  .content-section.blue-gradient-bg .career-development-centre .count-numbers li p.single-line {
    white-space: normal;
  }
}
@media screen and (max-width: 776px) {
  .content-section.blue-gradient-bg .career-development-centre .count-numbers {
    grid-template-columns: 1fr 1fr;
  }
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(82.6999969482px);
  border-radius: 20px;
  gap: 12px;
  padding: 20px;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap__scrolling {
  overflow-y: auto;
  height: 332px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap__scrolling::-webkit-scrollbar {
  display: none;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap__scrolling ul {
  padding: 0 0 0 20px;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap__scrolling ul li {
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .content-section.blue-gradient-bg .career-development-centre .list-items-wrap ul {
    display: block;
  }
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap .scroll-button {
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 6px;
  outline: 0;
}
.content-section.blue-gradient-bg .career-development-centre .list-items-wrap .scroll-button img {
  width: 15px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .content-section.blue-gradient-bg .career-development-centre .pb-5 {
    padding-bottom: 0 !important;
  }
  .content-section.blue-gradient-bg .career-development-centre .mb-sm-12 {
    margin-bottom: 12px;
  }
  .content-section.blue-gradient-bg .career-development-centre .btn-wrap {
    display: block !important;
  }
  .content-section.blue-gradient-bg .career-development-centre .center-margin-sm {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .content-section.blue-gradient-bg .career-development-centre .col-img-margin {
    padding-top: 0;
  }
}
.content-section.blue-gradient-bg .global-company {
  background: #ffffff;
  padding: 20px 40px 30px 40px;
  margin: 40px 0 0;
  gap: 10px;
  border-radius: 30px;
  box-shadow: 4px 4px 12.3px 0px rgba(0, 0, 0, 0.25);
}
.content-section.blue-gradient-bg .global-company h6 {
  padding: 0 0 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 11px;
  line-height: 18.59px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #6E6E6E;
  margin: 0;
}
.content-section.blue-gradient-bg .global-company .global-img-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px 80px;
}
.content-section.blue-gradient-bg .global-company .global-img-wrap__block {
  width: 100%;
  height: 100%;
  display: block;
}
.content-section.blue-gradient-bg .global-company .global-img-wrap__block--img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 5px;
  max-height: 70px;
  object-fit: contain;
}
.content-section.blue-gradient-bg .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.blue-gradient-bg .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.blue-gradient-bg .global-company .global-img-wrap__block--btn .icon {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .content-section.blue-gradient-bg .global-company .global-img-wrap__img {
    width: 55px;
  }
}
@media (max-width: 767.98px) {
  .content-section.blue-gradient-bg .global-company .global-img-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 10px;
  }
  .content-section.blue-gradient-bg .global-company .global-img-wrap__block--img {
    padding: 15px 5px 0;
  }
}
.content-section.dark-blue-gradient-bg {
  background: linear-gradient(180deg, #042D6F 0%, #0154D2 49.52%, #FFFFFF 100%);
  color: #ffffff;
  padding: 50px 0 20px;
}
.content-section.dark-blue-gradient-bg .line-bottom-heading {
  color: #FCFF00;
  font-size: 40px;
}
.content-section.dark-blue-gradient-bg .line-bottom-heading .highlight {
  color: #FCFF00;
  font-size: 32px;
}
@media screen and (max-width: 776px) {
  .content-section.dark-blue-gradient-bg .line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
  .content-section.dark-blue-gradient-bg .line-bottom-heading .highlight {
    font-size: 19px;
    line-height: 19px;
  }
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .left-col {
  border-radius: 24px;
  padding-right: 60px;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex {
  gap: 20px;
  margin: 20px 0 15px;
}
.content-section.dark-blue-gradient-bg .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.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
  color: #FCFF00;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  vertical-align: middle;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 8px;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .gate-list-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .gate-list-images img {
  height: 120px;
  object-fit: contain !important;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .bottom-section-box {
  margin-top: 15px;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .bottom-section-box .box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .bottom-section-box .box-wrap .media-h {
  flex: 0 0 calc(50% - 10px);
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h {
  background: linear-gradient(#0065FD, #0065FD) padding-box, linear-gradient(137.01deg, rgba(12, 100, 233, 0.8) 28.26%, rgba(252, 255, 0, 0.8) 95.41%) border-box;
  padding: 30px 23px;
  border-radius: 30px;
  border: 1px solid transparent;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h-body {
  padding-left: 0;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h-body h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  vertical-align: middle;
  color: #ffffff;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h-body p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.content-section.dark-blue-gradient-bg .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.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body {
  width: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .badge-icon {
  width: 40px;
  display: block;
  background: transparent;
  margin: 20px auto 0;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .badge-icon img {
  width: 100%;
  height: 100%;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body h2 {
  font-weight: 700;
  font-size: 70px;
  color: #FCFF00;
  line-height: 100%;
  margin: 0 !important;
}
.content-section.dark-blue-gradient-bg .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.dark-blue-gradient-bg .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.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap {
  padding: 12px 0 0;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn {
  background: #ffffff;
  color: #105CDC;
  margin: 0;
  width: 100%;
}
.content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn--txt {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers .media-h-body .btn-wrap__btn--txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
    font-size: 25px;
  }
  .content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199.33px) {
  .content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex li h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 991.33px) {
  .content-section.dark-blue-gradient-bg .gate-preparation-row .left-col .count-numbers.grid.single-flex {
    grid-template-columns: 1fr 1fr;
  }
  .content-section.dark-blue-gradient-bg .gate-preparation-row .bottom-section-box {
    margin-top: 0;
  }
  .content-section.dark-blue-gradient-bg .gate-preparation-row .bottom-section-box .box-wrap {
    margin-top: 20px;
  }
  .content-section.dark-blue-gradient-bg .gate-preparation-row .media-h.gate-qualifiers {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .content-section.dark-blue-gradient-bg .gate-preparation-row .left-col, .content-section.dark-blue-gradient-bg .gate-preparation-row .right-col {
    padding-right: 15px;
  }
  .content-section.dark-blue-gradient-bg .gate-preparation-row .box-wrap .media-h {
    flex: 0 0 100%;
  }
}
.content-section.dark-blue-gradient-bg .foreign-languages-section {
  padding: 50px 0 0;
  text-align: center;
  position: relative;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .globe-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  opacity: 0.15;
  animation: globeRotate 12s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 776px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .globe-spin {
    width: 120px;
    height: 120px;
  }
}
@keyframes globeRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .col-12 {
  position: relative;
  z-index: 1;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .line-bottom-heading {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .line-bottom-heading .highlight {
  display: block;
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 776px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
  .content-section.dark-blue-gradient-bg .foreign-languages-section .line-bottom-heading .highlight {
    font-size: 19px;
    line-height: 100%;
  }
}
.content-section.dark-blue-gradient-bg .foreign-languages-section p {
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
  color: #ffffff !important;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .row-styles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  flex-wrap: nowrap;
  margin: 85px 0 30px;
}
@media (max-width: 767.98px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .row-styles {
    grid-template-columns: 1fr;
    margin: 20px 0 10px;
  }
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .feature {
  border-radius: 20px;
  border: 1px solid rgba(14, 91, 221, 0.22);
  gap: 16px;
  padding: 0;
  margin: 0;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .feature .feature-icon {
  border: 0;
  margin: 0 auto;
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .feature .feature-icon::after {
  display: none;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .feature .feature-icon img {
  width: 124px;
  height: 124px;
}
.content-section.dark-blue-gradient-bg .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;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
.content-section.dark-blue-gradient-bg .foreign-languages-section .feature p {
  color: #6B7280 !important;
  font-size: 15px;
  padding: 0 30px 30px;
  text-align: center;
}
@media screen and (max-width: 776px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .feature .feature-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .content-section.dark-blue-gradient-bg .foreign-languages-section .feature h3 {
    margin-top: 5px;
  }
  .content-section.dark-blue-gradient-bg .foreign-languages-section .feature p {
    padding: 0;
  }
}
@media screen and (max-width: 1199.33px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .row-styles .feature {
    gap: 13px;
    padding: 18px;
  }
  .content-section.dark-blue-gradient-bg .foreign-languages-section .row-styles .feature h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 990px) {
  .content-section.dark-blue-gradient-bg .foreign-languages-section .row-styles {
    grid-template-columns: 1fr 1fr;
  }
}
.content-section.innovation-ecosystem {
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 776px) {
  .content-section.innovation-ecosystem {
    padding: 0 !important;
  }
}
.content-section.innovation-ecosystem h3.line-bottom {
  color: #0055D5;
  font-size: 40px;
}
.content-section.innovation-ecosystem h3.line-bottom span.txt-highlight {
  color: #383838;
  display: block;
  font-size: 32px;
}
.content-section.innovation-ecosystem .count-numbers.grid.single-flex {
  grid-template-columns: 1fr 1fr 1fr;
}
.content-section.innovation-ecosystem .count-numbers.grid.single-flex li {
  padding: 0 0 0 34px;
}
.content-section.innovation-ecosystem .count-numbers.grid.single-flex li h5 {
  font-size: 36px;
  font-weight: 700;
  padding: 5px 0 5px 10px;
}
.content-section.innovation-ecosystem .count-numbers.grid.single-flex li p {
  margin: 8px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 776px) {
  .content-section.innovation-ecosystem .count-numbers.grid.single-flex li {
    padding: 0;
  }
  .content-section.innovation-ecosystem .count-numbers.grid.single-flex li:nth-child(2) {
    border-right: 1px solid rgb(178, 178, 178);
  }
  .content-section.innovation-ecosystem .count-numbers.grid.single-flex li h5 {
    font-size: 21px;
  }
  .content-section.innovation-ecosystem .count-numbers.grid.single-flex li p {
    margin: 0;
    font-size: 12px;
  }
}
.content-section.innovation-ecosystem .box-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 476px) {
  .content-section.innovation-ecosystem .box-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.content-section.innovation-ecosystem .box-wrapper li.feature {
  background: linear-gradient(120.16deg, #0055D5 6.19%, #0B3780 100.01%);
  padding: 10px 16px;
  border-radius: 24px;
  margin-bottom: 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 img {
  width: 44px;
  height: auto;
}
.content-section.innovation-ecosystem .box-wrapper li.feature .feature-icon:after {
  display: none;
}
.content-section.innovation-ecosystem .box-wrapper li.feature h3 {
  padding: 10px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.content-section.innovation-ecosystem .btn-wrap {
  display: inline-block;
  margin-top: 17px;
}
.content-section.center-research h3.line-bottom-heading {
  font-size: 40px;
  text-transform: uppercase;
  color: #0055D5;
}
@media screen and (max-width: 776px) {
  .content-section.center-research h3.line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
}
.content-section.center-research .content-col {
  padding-left: 40px;
}
@media (max-width: 767.98px) {
  .content-section.center-research .content-col {
    padding-left: 15px;
  }
}
.content-section.center-research .count-numbers.grid.single-flex {
  gap: 20px;
  margin-bottom: 20px;
}
.content-section.center-research .count-numbers.grid.single-flex li {
  border-right-width: 0;
  border-right: 1px solid #B2B2B2;
  padding: 13px 10px 16px;
}
.content-section.center-research .count-numbers.grid.single-flex li:last-child {
  border: 0;
}
.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 {
  padding: 12px 20px 16px 20px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
  display: flex;
  align-items: center;
  gap: 4px;
}
.content-section.center-research .list-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
}
.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: 10px 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.international-internships-section {
  background: linear-gradient(180deg, #0055D5 0%, #011C47 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.content-section.international-internships-section > .globe-spin {
  position: absolute;
  right: -650px;
  top: -20px;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  opacity: 0.4;
  animation: globeRotate 24s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section > .globe-spin {
    width: 150px;
    height: 150px;
  }
}
.content-section.international-internships-section > .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .content-section.international-internships-section .internships-sticky {
    margin-bottom: 30px;
  }
}
.content-section.international-internships-section .line-bottom-heading {
  font-size: 40px;
  color: #FCFF00;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section .line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
}
.content-section.international-internships-section .position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.international-internships-section .col-img-margin {
  margin-top: 60px;
}
.content-section.international-internships-section .center-profile-image {
  left: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section .center-profile-image {
    display: none;
  }
}
.content-section.international-internships-section .media-h {
  border-radius: 20px;
  padding: 20px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #076AFF 0%, #FCFF00 100%) border-box;
  color: #1D1D1D;
  margin-bottom: 10px;
}
.content-section.international-internships-section .media-h i {
  background: #0055D5;
}
.content-section.international-internships-section .media-h h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #014ABA;
}
.content-section.international-internships-section .media-h p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #1D1D1D;
  line-height: 20px;
}
.content-section.international-internships-section .stats-row {
  display: flex;
  gap: 10px;
}
.content-section.international-internships-section .stats-row .count-numbers.grid.single-flex {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  flex: 1;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section .stats-row .count-numbers.grid.single-flex {
    grid-template-columns: 1fr 1fr;
  }
  .content-section.international-internships-section .stats-row .count-numbers.grid.single-flex li:last-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.content-section.international-internships-section .stats-row .count-numbers.grid.single-flex li {
  height: 114px;
  padding: 16px 20px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
}
.content-section.international-internships-section .stats-row .count-numbers.grid.single-flex li h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  color: #0055D5;
}
.content-section.international-internships-section .stats-row .count-numbers.grid.single-flex li p {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  vertical-align: middle;
  color: #1D1D1D;
  margin-top: 4px;
  padding: 11px 0;
}
.content-section.international-internships-section .btn-wrap {
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section .btn-wrap {
    margin-top: 0;
  }
}
.content-section.international-internships-section .industry-internships-section {
  position: relative;
  margin: 40px 0 0;
  color: #ffffff;
}
.content-section.international-internships-section .industry-internships-section .line-bottom-heading .highlight {
  font-size: 32px;
  display: block;
  color: #FCFF00;
}
@media screen and (max-width: 776px) {
  .content-section.international-internships-section .industry-internships-section .line-bottom-heading {
    font-size: 27px;
    line-height: 27px;
  }
  .content-section.international-internships-section .industry-internships-section .line-bottom-heading .highlight {
    font-size: 19px;
    line-height: 100%;
  }
}
.content-section.international-internships-section .industry-internships-section .position-sticky {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  z-index: 2;
}
.content-section.international-internships-section .industry-internships-section .position-sticky.is-fixed {
  padding-right: 30px;
}
.content-section.international-internships-section .industry-internships-section, .content-section.international-internships-section .industry-internships-section .container, .content-section.international-internships-section .industry-internships-section .inner-container, .content-section.international-internships-section .industry-internships-section .row, .content-section.international-internships-section .industry-internships-section [class^=col-], .content-section.international-internships-section .industry-internships-section [class*=" col-"] {
  overflow: visible;
}
.content-section.international-internships-section .industry-internships-section .right-col .count-numbers.grid li {
  height: 212px;
  padding: 12px 20px;
  position: relative;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-section.international-internships-section .industry-internships-section .right-col .count-numbers.grid li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(137.01deg, #0C64E9 28.26%, #FCFF00 95.41%) border-box;
  /* This makes inside transparent */
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.content-section.international-internships-section .industry-internships-section .right-col .count-numbers.grid li .counter {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
.content-section.international-internships-section .industry-internships-section .right-col .count-numbers.grid li p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
.content-section.international-internships-section .industry-internships-section .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h {
  background: transparent;
  height: 54px;
  padding: 17px 16px;
  border-radius: 0;
  border: 0;
  align-items: center;
  position: relative;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(271.98deg, #238D90 0.35%, #0055D5 99.99%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h i {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  color: #0E5BDD;
  line-height: 33px;
  border-radius: 14px;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h i img {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h .media-h-body {
  padding: 0;
}
.content-section.international-internships-section .industry-internships-section .box-wrap .media-h .media-h-body h2 {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .content-section.international-internships-section .industry-internships-section .right-col.position-sticky {
    position: static;
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .top-box {
    height: auto;
    min-height: auto;
    padding: 20px 40px 40px 20px;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .top-box .dot-highlight-box {
    right: 15px;
    top: auto;
    width: 50px;
    bottom: 20px;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .top-box h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .bottom-box {
    height: auto;
    border-radius: 20px 20px 20px 70px;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .bottom-box .btn-wrap {
    padding: 40px 40px 20px 0;
  }
  .content-section.international-internships-section .industry-internships-section .right-col .bottom-box .btn-wrap--txt {
    font-size: 15px;
    font-weight: 500;
  }
}
.content-section.campus-life {
  background: linear-gradient(180deg, #043F97 0%, #0055D5 100%);
  color: #ffffff;
}
.content-section.campus-life .line-bottom-heading {
  color: #FCFF00;
}
.content-section.campus-life .line-bottom-heading + p {
  margin: 0;
}
.content-section.campus-life .dark-blue {
  color: #0E5BDD;
}
.content-section.campus-life .campus-life-row .text-bold {
  font-weight: 500;
  font-size: 22px;
  vertical-align: middle;
}
.content-section.campus-life .campus-life-row .custom-tabs .nav-tabs {
  padding: 0;
  border: 0;
  margin: 20px 0 0;
  gap: 12px;
}
.content-section.campus-life .campus-life-row .custom-tabs .nav-tabs .nav-link {
  height: 36px;
  padding: 8px 30px;
  border-radius: 10px;
  background: rgba(50, 119, 237, 0.3);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: #ffffff;
}
.content-section.campus-life .campus-life-row .custom-tabs .nav-tabs .nav-link.active, .content-section.campus-life .campus-life-row .custom-tabs .nav-tabs .nav-link:hover {
  border: 0;
  background: #1766DD;
}
.content-section.campus-life .campus-life-row .custom-tabs .nav-tabs .nav-link.active {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.content-section.campus-life .campus-life-row .custom-tabs .tab-content {
  padding: 11px 0 0;
}
@media screen and (max-width: 776px) {
  .content-section.campus-life .campus-life-row .custom-tabs {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 776px) {
  .content-section.campus-life {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.content-section {
  /* Old class names */
}
.content-section.tech-clubs-section {
  background-image: url(../images/dynamic/tech-clubs/01.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/dynamic/tech-clubs/02.svg);
}
.content-section.tech-clubs-section .image-club__li .figure.data-science-club {
  background-image: url(../images/dynamic/tech-clubs/05.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/dynamic/tech-clubs/03.svg);
}
.content-section.tech-clubs-section .image-club__li--image-wrap .figure.electronics-club {
  background-image: url(../images/dynamic/tech-clubs/04.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%;
  }
}
@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;
    line-height: 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/dynamic/backgrounds/01.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.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 .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 .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/dynamic/find-your-programme/08.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/dynamic/find-your-programme/03.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 .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: 20px;
  margin: 0 0 10px;
}
.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: 15px;
    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 {
  --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/dynamic/core-intelligence-pillars/01.svg);
  --index: 1;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.cybersecurity {
  background: url(../images/dynamic/core-intelligence-pillars/02.svg);
  --index: 2;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.embedded-systems {
  background: url(../images/dynamic/core-intelligence-pillars/03.svg);
  --index: 3;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.smart-systems {
  background: url(../images/dynamic/core-intelligence-pillars/04.svg);
  --index: 4;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.additive-manufacturing {
  background: url(../images/dynamic/core-intelligence-pillars/05.svg);
  --index: 5;
}
.content-section .core-intelligence-pillars-row .pillars-bg-img.data-science {
  background: url(../images/dynamic/core-intelligence-pillars/06.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: 12px;
}
.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: 0;
}
@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;
  margin: 0 0 8px;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link {
  height: 36px;
  border-radius: 10px;
  padding: 8px 30px 8px 30px;
  background: rgba(50, 119, 237, 0.3);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: Medium;
  color: #E6F0FE;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  vertical-align: middle;
}
.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 {
  background: #1766DD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  border: 0;
}
.content-section .custom-tabs.course-offered-tabs nav .nav-tabs .nav-link.active {
  font-weight: 600;
}
.content-section .custom-tabs.course-offered-tabs .tab-content {
  border-radius: 0;
  padding: 0;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane {
  background: #ffffff;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 24px;
}
@media screen and (max-width: 765px) {
  .content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane {
    margin: 0 15px;
  }
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane h5 {
  width: 100%;
  height: 28px;
  padding: 0 0 0 8px;
  border-radius: 0;
  border-bottom: 1px solid #B2B2B2;
  margin: 0 0 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1D1D1D;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .programmes-list ul {
  padding: 0 0 0 24px;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .programmes-list ul li {
  padding: 2px 0 0 0;
  border-bottom: 0;
  list-style: disc;
}
.content-section .custom-tabs.course-offered-tabs .tab-content .tab-pane .programmes-list ul li::marker {
  margin-left: 0 !important;
}
.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;
  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;
  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: 20px 0 10px;
}
.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;
  text-align: center;
}
.block-v1 .wrapper figure img {
  width: auto;
  height: auto;
  margin: 0;
}
@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;
}

.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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-h i img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.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: #2D9646;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
  background: #ffffff;
  font-size: 30px;
  line-height: 40px;
}
.category:hover {
  background: #2D9646;
}
.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);
  }
}
#rum_sst_tab {
  top: auto !important;
  bottom: 150px !important;
  background-color: #072f75;
  color: #ffffff;
  border: 1px solid #87afff;
  border-bottom-width: 0px;
  transform: rotate(-90deg);
  right: -1px;
  cursor: pointer;
  -webkit-transform-origin: 100% 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#rum_sst_tab:hover {
  background-color: #0055d4;
}

.rum_sst_contents {
  position: fixed;
  margin: 0;
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  display: block;
  z-index: 100000;
}

.form-box {
  background: #ffffff;
  padding: 40px;
  margin-top: -200px;
  border-radius: 7px;
  box-shadow: 0 15px 30px -5px rgba(29, 29, 29, 0.1);
}

#sec-toppers .career-development-centre {
  align-items: stretch;
}
#sec-toppers .career-development-centre .col-img-margin {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 0;
  overflow: hidden;
}
#sec-toppers .career-development-centre .col-img-margin img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  object-position: bottom center;
}
@media screen and (max-width: 776px) {
  #sec-toppers .career-development-centre .col-img-margin {
    display: none;
  }
}

.slider-wrapper {
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  .slider-wrapper {
    min-height: 380px;
  }
}
@media screen and (max-width: 576px) {
  .slider-wrapper {
    min-height: 200px;
  }
}

.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(56.7692307692, 189.2307692308, 88.3076923077);
}
.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;
  padding: 12px 12px;
}
.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(56.7692307692, 189.2307692308, 88.3076923077);
  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;
  }
}

body.placement-page .placement-section-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 16px;
}
body.placement-page .placement-section-heading .placement-section-heading__top {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #0055D5;
  text-transform: uppercase;
  letter-spacing: 0;
}
body.placement-page .placement-section-heading .placement-section-heading__bottom {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  color: #0055D5;
  letter-spacing: -0.5px;
}
body.placement-page .placement-section-heading--yellow .placement-section-heading__top,
body.placement-page .placement-section-heading--yellow .placement-section-heading__bottom {
  color: #FCFF00;
  text-transform: uppercase;
}
body.placement-page .placement-section-heading--mixed .placement-section-heading__top {
  color: #FCFF00;
  text-transform: uppercase;
}
body.placement-page .placement-section-heading--mixed .placement-section-heading__bottom {
  color: #F0F0F0;
  text-transform: uppercase;
}
body.placement-page .placement-section-heading--center {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-section-heading .placement-section-heading__top {
    font-size: 28px;
  }
  body.placement-page .placement-section-heading .placement-section-heading__bottom {
    font-size: 22px;
  }
}
body.placement-page .placement-hero {
  position: relative;
  padding: 40px 0 0px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../images/dynamic/placement-page/hero_banner_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.placement-page .placement-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body.placement-page .placement-hero__base {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #02306F 0%, #075BD5 100%);
}
body.placement-page .placement-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  opacity: 0.1;
  display: block;
}
body.placement-page .placement-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(112.5deg, rgb(9, 72, 166) 0%, rgba(10, 72, 166, 0) 100%);
}
body.placement-page .placement-hero .position-relative {
  z-index: 2;
}
body.placement-page .placement-hero .placement-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100px;
  text-decoration: none;
  margin-bottom: 20px;
  color: #ffffff;
}
body.placement-page .placement-hero .placement-breadcrumb:hover {
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
}
body.placement-page .placement-hero .placement-breadcrumb__home, body.placement-page .placement-hero .placement-breadcrumb__chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.placement-page .placement-hero .placement-breadcrumb__home {
  width: 16px;
  height: 16px;
}
body.placement-page .placement-hero .placement-breadcrumb__chev {
  width: 8px;
  height: 16px;
}
body.placement-page .placement-hero .placement-breadcrumb__txt {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: capitalize;
  white-space: nowrap;
}
body.placement-page .placement-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 18px;
  max-width: 720px;
}
@media screen and (max-width: 992px) {
  body.placement-page .placement-hero__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .placement-hero__title {
    font-size: 26px;
  }
}
body.placement-page .placement-hero__sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 660px;
  margin-bottom: 22px;
}
body.placement-page .placement-hero__kpis {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 4px;
}
body.placement-page .placement-hero__kpi {
  position: relative;
  border: 0;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: transparent;
}
body.placement-page .placement-hero__kpi::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(137.01deg, #0C64E9 28.26%, #FCFF00 95.41%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
body.placement-page .placement-hero__kpi .num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #F7FB04;
}
body.placement-page .placement-hero__kpi .lbl {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ECECEC;
  text-transform: lowercase;
}
body.placement-page .placement-hero__ctas {
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0 0;
}
body.placement-page .placement-hero__btn {
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
}
body.placement-page .placement-hero__btn .btn-wrap__btn--txt {
  font-weight: 600;
}
body.placement-page .placement-hero__btn--gold {
  background: #F5B700;
  border-color: #F5B700;
}
body.placement-page .placement-hero__btn--gold .btn-wrap__btn--txt {
  color: #101010;
}
body.placement-page .placement-hero__btn--gold:hover {
  background: rgb(214.4, 160.1436734694, 0);
  border-color: rgb(214.4, 160.1436734694, 0);
}
body.placement-page .placement-hero__btn--white {
  background: #ffffff;
  border-color: #ffffff;
}
body.placement-page .placement-hero__btn--white .btn-wrap__btn--txt {
  color: #0055D5;
}
body.placement-page .placement-hero__btn--white:hover {
  background: rgba(255, 255, 255, 0.9);
}
body.placement-page .placement-hero__photo {
  width: 100%;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
}
body.placement-page .placement-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
body.placement-page .placement-ecosystem {
  background: #ffffff;
  padding: 60px 0 60px;
}
body.placement-page .placement-ecosystem .placement-ecosystem__body {
  margin-top: 8px;
}
body.placement-page .placement-ecosystem .placement-ecosystem__body p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1f1f1f;
  margin-bottom: 18px;
}
body.placement-page .placement-ecosystem__media {
  border-radius: 18px;
  overflow: hidden;
}
body.placement-page .placement-ecosystem__media img {
  width: 100%;
  height: 309px;
  object-fit: cover;
  display: block;
}
body.placement-page .placement-pillars {
  margin-top: 32px;
}
body.placement-page .placement-pillar {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.placement-page .placement-pillar__tag {
  display: inline-flex;
  align-items: center;
  background: #E8F0FE;
  color: #0055D5;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
body.placement-page .placement-pillar h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #0055D5;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2;
}
body.placement-page .placement-pillar p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #1f1f1f;
  margin: 0;
}
body.placement-page .placement-overview {
  background: linear-gradient(180deg, #0948A6 0%, #0948A6 35%, #fff 100%);
  padding: 50px 0 50px;
  color: #ffffff;
}
body.placement-page .placement-overview .placement-section-heading--yellow .placement-section-heading__top {
  letter-spacing: 0;
}
body.placement-page .placement-overview .placement-section-heading--yellow .placement-section-heading__bottom {
  letter-spacing: -0.5px;
}
body.placement-page .placement-overview__top {
  margin-bottom: 24px;
}
body.placement-page .placement-overview__divider {
  margin: 16px 0 24px;
}
body.placement-page .placement-overview__divider .placement-section-heading {
  margin-bottom: 0;
}
body.placement-page .placement-overview__divider .placement-section-heading .placement-section-heading__bottom {
  font-size: 32px;
  letter-spacing: -0.5px;
}
body.placement-page .placement-stats-board {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  margin-top: 28px;
}
body.placement-page .placement-stats-row {
  display: grid;
  border-top: 1px solid #426fb5;
  grid-template-columns: repeat(4, 1fr);
}
body.placement-page .placement-stats-row + body.placement-page .placement-stats-row {
  border-top: 1px solid rgba(240, 240, 240, 0.3);
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.placement-page .placement-stat {
  padding: 18px 22px;
  border-right: 1px solid rgba(240, 240, 240, 0.3);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.placement-page .placement-stat:last-child {
  border-right: 0;
}
body.placement-page .placement-stat .num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #FCFF00;
}
body.placement-page .placement-stat .lbl {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  text-transform: capitalize;
}
body.placement-page .placement-collage {
  width: 100%;
}
body.placement-page .placement-collage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
body.placement-page .placement-overview .recruiter-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 32px 22px;
  margin-top: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.placement-page .placement-overview .recruiter-block__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  color: #1D1D1D;
  background: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 0;
  display: block;
}
body.placement-page .placement-overview .recruiter-block__grid {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 24px;
  box-shadow: none;
}
body.placement-page .placement-overview .recruiter-block__grid figure {
  margin: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
}
body.placement-page .placement-overview .recruiter-block__grid figure img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 15px;
  max-height: 70px;
}
@media screen and (max-width: 576px) {
  body.placement-page .placement-overview .recruiter-block__grid figure img {
    padding: 0 2px;
  }
}
body.placement-page .placement-overview .recruiter-block__grid .is-extra {
  display: none;
}
@media screen and (max-width: 992px) {
  body.placement-page .placement-overview .recruiter-block__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .placement-overview .recruiter-block__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.placement-page .placement-overview .recruiter-block.is-expanded .recruiter-block__grid .is-extra {
  display: flex;
}
body.placement-page .placement-overview .recruiter-block__more {
  align-self: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid #C8D6F1;
  color: #0055D5;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 24px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.placement-page .placement-overview .recruiter-block__more .arrow {
  font-size: 14px;
  line-height: 1;
}
body.placement-page .placement-overview .recruiter-block__more:hover {
  background: #F4F8FF;
  border-color: #0055D5;
}
body.placement-page .placement-overview .recruiter-block__more:focus {
  outline: 2px solid rgba(0, 85, 213, 0.3);
  outline-offset: 2px;
}
body.placement-page .placement-students {
  background: linear-gradient(180deg, #0055D5 0%, #011C47 100%);
  padding: 50px 0;
  color: #ffffff;
}
body.placement-page .placement-students__head {
  margin-bottom: 28px;
}
body.placement-page .placement-students__head p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: #ECECEC;
  max-width: 1100px;
}
body.placement-page .placement-students__card {
  background: #ffffff;
  border: 1px solid #F1F5F9;
  border-radius: 22px;
  padding: 24px 24px 8px;
  height: 100%;
  color: #0f172a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.placement-page .placement-students__card--image {
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.placement-page .placement-students__card--image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
body.placement-page .placement-students__card .kicker {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2563EB;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body.placement-page .placement-students__card .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0F172A;
  margin: 0 0 10px;
}
body.placement-page .placement-students__card .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #64748B;
  margin: 0 0 12px;
}
body.placement-page .placement-students__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
body.placement-page .placement-students__card-title {
  flex: 1;
  min-width: 0;
}
body.placement-page .placement-students__big-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 140px;
}
body.placement-page .placement-students__big-stat .num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  color: #2563EB;
  line-height: 1;
}
body.placement-page .placement-students__big-stat small {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #64748B;
  margin-top: 6px;
}
body.placement-page .placement-students__card-media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.placement-page .placement-students__card-media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  display: block;
}
body.placement-page .placement-students__card-body {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  margin-top: 12px;
}
body.placement-page .placement-students__card-body .map-img {
  flex: 1;
  max-width: 280px;
  height: 240px;
  object-fit: contain;
}
body.placement-page .placement-students__card-body .gender-card {
  width: 215px;
  background: #ffffff;
  padding: 16px 14px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.placement-page .placement-students__card-body .gender-card h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #014FC7;
  text-transform: uppercase;
  margin: 0;
}
body.placement-page .placement-students__card-body .gender-card > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #312A2A;
  margin: 0;
  line-height: 1.4;
}
body.placement-page .placement-students__card-body .gender-card > p strong {
  font-weight: 700;
}
body.placement-page .placement-students .gender-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563EB 0%, #1E3A8A 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
body.placement-page .placement-students .gender-circle__ratio {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
body.placement-page .placement-students .gender-circle__lbl {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
body.placement-page .placement-students .gender-bars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.placement-page .placement-students .gender-bars li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #555D68;
}
body.placement-page .placement-students .gender-bars li .bar {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 2px;
}
body.placement-page .placement-students .gender-bars li .bar--blue {
  background: #1E40AF;
  width: 18px;
}
body.placement-page .placement-students .gender-bars li .bar--grey {
  background: #CBD5E1;
  width: 18px;
}
body.placement-page .placement-students .tnea-chart {
  position: relative;
  margin-top: 20px;
  height: 260px;
  padding: 10px 16px 30px 48px;
  border-bottom: 1px solid #E2E8F0;
}
body.placement-page .placement-students .tnea-chart__yaxis {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  color: #94A3B8;
}
body.placement-page .placement-students .tnea-chart__grid {
  display: none;
}
body.placement-page .placement-students .tnea-chart__bars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 100%;
  gap: 18px;
}
body.placement-page .placement-students .tnea-chart__bars li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  justify-content: flex-end;
}
body.placement-page .placement-students .tnea-chart__bars li .bar {
  width: 60px;
  background: linear-gradient(180deg, #2563EB 0%, #1E40AF 100%);
  border-radius: 6px 6px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
}
body.placement-page .placement-students .tnea-chart__bars li .bar em {
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
}
body.placement-page .placement-students .tnea-chart__bars li b {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #64748B;
}
body.placement-page .placement-students__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 28px;
}
body.placement-page .placement-students__stats .stat-card {
  position: relative;
  border: 0;
  border-radius: 24px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
}
body.placement-page .placement-students__stats .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(137.01deg, #0C64E9 28.26%, #FCFF00 95.41%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
body.placement-page .placement-students__stats .stat-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #0155D5;
  color: #FCFF00;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.placement-page .placement-students__stats .stat-card:first-child .stat-card__icon {
  background: #2164CC;
  font-size: 18px;
}
body.placement-page .placement-students__stats .stat-card__num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #FCFF00;
}
body.placement-page .placement-students__stats .stat-card__lbl {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  body.placement-page .placement-students__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .placement-students__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-students__card-body {
    flex-direction: column;
    align-items: stretch;
  }
}
body.placement-page .placement-training {
  background: linear-gradient(180deg, #042D6F 0%, #0154D2 49.5%, #FFFFFF 100%);
  padding: 50px 0 50px;
  color: #ffffff;
}
body.placement-page .placement-training .placement-section-heading--center {
  align-items: flex-start;
  text-align: left;
}
body.placement-page .placement-training .placement-section-heading__top {
  color: #FCFF00;
}
body.placement-page .placement-training .placement-section-heading__bottom {
  color: #EBEBEB;
  text-transform: uppercase;
}
body.placement-page .placement-training > .container > .inner-container > .text-center {
  text-align: left !important;
}
body.placement-page .placement-training > .container > .inner-container > .text-center > p {
  color: #E1E1E1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  max-width: 1100px;
}
body.placement-page .training-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 22px;
  box-shadow: 4px 4px 12.3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: 24px;
  min-height: 540px;
}
@media screen and (max-width: 1199.98px) {
  body.placement-page .training-shell {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (max-width: 992px) {
  body.placement-page .training-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
body.placement-page .training-shell__nav {
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 16px;
  border-right: 1px solid #D0DFF7;
  gap: 4px;
  max-height: 540px;
  overflow-y: auto;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-shell__nav {
    border-right: 0;
    border-bottom: 1px solid #D0DFF7;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 10px 12px;
    gap: 8px;
    max-height: none;
    scroll-snap-type: x proximity;
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .training-shell__nav {
    padding: 8px 10px;
    gap: 6px;
  }
}
body.placement-page .training-nav-item {
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
body.placement-page .training-nav-item__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex-shrink: 0;
}
body.placement-page .training-nav-item__icon i {
  font-size: 22px;
  line-height: 1;
}
body.placement-page .training-nav-item__label {
  white-space: normal;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-nav-item__label {
    white-space: nowrap;
  }
}
body.placement-page .training-nav-item:hover {
  background: #F4F7FB;
  color: #014ABA;
}
body.placement-page .training-nav-item.is-active {
  background: #E0EDFF;
  color: #014ABA;
  padding-left: 20px;
  border-radius: 0 8px 8px 0;
  box-shadow: inset 4px 0 0 #014ABA;
}
body.placement-page .training-nav-item:focus-visible {
  outline: 2px solid #0055D5;
  outline-offset: 2px;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-nav-item {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #D0DFF7;
    gap: 8px;
    scroll-snap-align: start;
    background: #F8FAFD;
  }
  body.placement-page .training-nav-item__icon {
    width: 18px;
    height: 18px;
  }
  body.placement-page .training-nav-item__icon i {
    font-size: 16px;
  }
  body.placement-page .training-nav-item.is-active {
    padding-left: 16px;
    border-radius: 999px;
    background: #014ABA;
    color: #ffffff;
    border-color: #014ABA;
    box-shadow: 0 4px 10px rgba(1, 74, 186, 0.25);
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .training-nav-item {
    padding: 8px 14px;
    font-size: 13px;
    gap: 6px;
  }
}
body.placement-page .training-shell__panels {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
}
body.placement-page .training-panel {
  display: none;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
body.placement-page .training-panel.is-active {
  display: flex;
}
body.placement-page .training-panel__media {
  width: 100%;
  height: 304px;
  overflow: hidden;
  background: #ffffff;
}
body.placement-page .training-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-panel__media {
    height: 240px;
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .training-panel__media {
    height: 180px;
  }
}
body.placement-page .training-panel__body {
  padding: 20px 56px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-panel__body {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .training-panel__body {
    padding: 16px 18px;
  }
}
body.placement-page .training-panel__body h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #014ABA;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 576px) {
  body.placement-page .training-panel__body h3 {
    font-size: 22px;
  }
}
body.placement-page .training-panel__body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: #121212;
  margin: 0;
}
body.placement-page .training-panel__cta {
  align-self: flex-start;
  margin: 10px 30px 24px;
  background: #ffffff;
  border: 1px solid #0055D5;
  color: #0055D5;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 992px) {
  body.placement-page .training-panel__cta {
    margin: 4px 24px 24px;
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .training-panel__cta {
    margin: 4px 18px 20px;
    font-size: 14px;
    padding: 7px 14px;
  }
}
body.placement-page .training-panel__cta i {
  font-size: 14px;
  line-height: 1;
}
body.placement-page .training-panel__cta:hover {
  background: #0055D5;
  color: #ffffff;
}
body.placement-page .placement-why {
  background: #ffffff;
  padding: 20px 0 40px;
}
body.placement-page .placement-why__heading {
  margin-bottom: 24px;
}
body.placement-page .placement-why__heading .placement-section-heading__top {
  color: #0055D5;
}
body.placement-page .placement-why__heading .placement-section-heading__bottom {
  color: #1B1B1B;
  text-transform: uppercase;
}
body.placement-page .placement-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 992px) {
  body.placement-page .placement-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  body.placement-page .placement-why__grid {
    grid-template-columns: 1fr;
  }
}
body.placement-page .placement-why__card {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
}
body.placement-page .placement-why__num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0055D5;
  line-height: 1;
}
body.placement-page .placement-why__card h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #1D1D1D;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.3;
}
body.placement-page .placement-why__card p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #242424;
  line-height: 1.6;
  margin: 0;
}
body.placement-page .placement-why__article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 429px;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 1199.98px) {
  body.placement-page .placement-why__article {
    grid-template-columns: 1fr;
  }
}
body.placement-page .placement-dean {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(137.01deg, #0055D5 28.26%, #FCFF00 95.41%) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 504px;
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-dean {
    flex-direction: column;
    min-height: 0;
  }
}
body.placement-page .placement-dean__photo {
  flex: 0 0 auto;
  width: 320px;
  align-self: stretch;
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-dean__photo {
    width: 100%;
    height: 280px;
  }
}
body.placement-page .placement-dean__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.placement-page .placement-dean__body {
  flex: 1;
  padding: 24px 32px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  body.placement-page .placement-dean__body {
    padding: 0 24px 24px;
  }
}
body.placement-page .placement-dean__role {
  display: inline-flex;
  align-items: center;
  background: #C5DAFF;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 5px 10px;
  border-radius: 4px;
  align-self: flex-start;
}
body.placement-page .placement-dean h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0055D5;
  margin: 0;
  line-height: 1.1;
}
body.placement-page .placement-dean p {
  color: #1D1D1D;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  margin: 0;
  max-width: 345px;
}
body.placement-page .placement-dean__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
body.placement-page .placement-dean__contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0055D5;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
body.placement-page .placement-dean__contact a .ic {
  font-size: 16px;
  line-height: 1;
}
body.placement-page .placement-dean__contact a:hover {
  text-decoration: underline;
}
body.placement-page .placement-testimonials.testimonials {
  padding-left: 0;
  min-width: 0;
}
body.placement-page .placement-testimonials.testimonials .vertical-slider-testimonials {
  height: 504px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.placement-page .placement-testimonials.testimonials .vertical-slider-testimonials .slider-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
body.placement-page .placement-testimonials.testimonials .vertical-slider-testimonials .group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  flex-shrink: 0;
}
body.placement-page .placement-testimonials.testimonials .box {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.41);
  padding: 15px;
  position: relative;
  margin: 0 0 13px;
  background: #ffffff;
}
body.placement-page .placement-testimonials.testimonials .box .header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
body.placement-page .placement-testimonials.testimonials .box .header__img {
  width: 45px;
  height: auto;
  flex: 0 0 45px;
  object-fit: contain;
}
body.placement-page .placement-testimonials.testimonials .box .header__title {
  width: calc(100% - 145px);
  min-width: 0;
}
body.placement-page .placement-testimonials.testimonials .box .header__title h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0055D5;
  margin: 0;
}
body.placement-page .placement-testimonials.testimonials .box .header__title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9AA7B2;
  margin: 4px 0 0;
}
body.placement-page .placement-testimonials.testimonials .box .header__details {
  width: 100px;
  height: 28px;
  border-radius: 100px;
  background: #E9EDF2;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  vertical-align: middle;
  padding: 6px 16px;
  color: #0A58CA;
  text-align: center;
}
body.placement-page .placement-testimonials.testimonials .box > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  margin: 12px 0 0;
  padding-right: 80px;
}
body.placement-page .placement-testimonials.testimonials .box .comma-img {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 70px;
  height: auto;
}

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