  .bottom-line {
  display: inline-block;
  border-bottom: 4px solid;
  margin: 2em 0;
}
.bottom-line.red {
  border-color: #AE485E;
}

.contact-us-block {
  position: relative;
  z-index: 1;
  padding: 51px 70px 42px 70px;
}
@media (max-width: 1200px) {
  .contact-us-block {
    padding: 51px 30px 42px 30px;
  }
}
@media (max-width: 768px) {
  .contact-us-block .contact-us-block-content {
    flex-direction: column;
  }
  .contact-us-block .contact-us-block-content .left-side {
    width: 100%;
  }
  .contact-us-block .contact-us-block-content .right-side {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .contact-us-block .contact-us-block-content .center-side {
    width: 100%;
    justify-content: center;
  }
}
.contact-us-block .title {
  font-size: 28px;
  line-height: 40px;
}
.contact-us-block .apply-now {
  z-index: 1;
  width: fit-content;
  color: white;
  padding: 12px 50px 12px 50px;
  border: 2px solid white;
  background: transparent;
}
.contact-us-block .apply-now:hover {
  background: white;
  color: #292929;
}
.contact-us-block .flex-boxes-left {
  justify-content: flex-start;
}
.contact-us-block p {
  z-index: 1;
  color: white;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 1.1px;
}
@media (max-width: 992px) {
  .contact-us-block p {
    font-size: 18px;
  }
}
.contact-us-block .main-desc {
  display: flex;
}
.contact-us-block .main-desc p {
  text-align: left;
}
.contact-us-block .contacts {
  display: flex;
  gap: 40px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .contact-us-block .contacts {
    flex-direction: column;
    gap: 0;
  }
}
.contact-us-block .contacts p {
  margin-bottom: 0;
}
.contact-us-block .contacts .email-link:hover {
  color: white;
}
.contact-us-block .right-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact-us-block .center-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.admission-process .headline {
  margin-bottom: 20px;
}
.admission-process h3 {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.64px;
}

.mt-44 {
  margin-top: 44px;
}

.school-grades-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #E5E6E7;
  background: #F7F7F7;
}
.school-grades-nav .item {
  display: inline-flex;
  padding: 17px 33px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1200px) {
  .school-grades-nav .item {
    padding: 17px 23px;
  }
}
.school-grades-nav .item.active {
  border-bottom: 4px solid #AE485E;
}
.school-grades-nav .item.active h4 {
  color: #263238;
}
.school-grades-nav .item h4 {
  color: #8A8A8A;
  text-align: center;
  margin: 0;
}

.table-style-2 {
  gap: 16px;
  display: none;
}
.table-style-2.active {
  display: block;
}
.table-style-2 .table-item {
  border-radius: 4px;
  border: 1px solid #AE485E;
  background: #FFF;
  padding: 0;
  width: 100%;
}
.table-style-2 .table-item table {
  width: 100%;
}
.table-style-2 .table-item .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  text-transform: uppercase;
}
.table-style-2 .table-item.red {
  border: 1px solid #AE485E;
  background: #FFF;
}
.table-style-2 .table-item.red .head {
  background-color: #AE485E;
}
.table-style-2 .table-item.red thead tr {
  border-bottom: 1px solid #fff !important;
}
.table-style-2 .table-item.red thead tr th {
  background-color: rgba(174, 72, 94, 0.9);
  color: #fff;
}
.table-style-2 .table-item.red tfoot tr td {
  background-color: rgba(174, 72, 94, 0.2);
  font-weight: 600;
  line-height: 130%;
  padding: 1em 1.4em;
}
.table-style-2 .table-item.blue {
  border: 1px solid #336178;
}
.table-style-2 .table-item.blue .head {
  background-color: #336178;
}
.table-style-2 .table-item.blue thead tr {
  border-bottom: 1px solid #fff !important;
}
.table-style-2 .table-item.blue thead tr th {
  background-color: rgba(51, 97, 120, 0.85);
  color: #fff;
}
.table-style-2 .table-item.blue tfoot tr td {
  background-color: rgba(51, 97, 120, 0.2);
  font-weight: 600;
  line-height: 130%;
  padding: 1em 1.4em;
}
.table-style-2 .table-item table {
  border-spacing: 0;
}
.table-style-2 .table-item table thead tr th {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  padding: 1em 1.4em;
}
.table-style-2 .table-item table tr {
  border-bottom: 1px solid #e6e6e6;
}
.table-style-2 .table-item table tr:last-child {
  border-bottom: none;
}
.table-style-2 .table-item table tr td {
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  padding: 0.7em 1.4em;
  border-right: 1px solid #e6e6e6;
}
.table-style-2 .table-item table tr td:last-child {
  border-right: none;
}
.table-style-2.table-small .table-item .head {
  font-size: 15px;
}
.table-style-2.table-small .table-item table thead tr th {
  font-size: 12px;
}
.table-style-2.table-small .table-item table tr td {
  font-size: 12px;
}

.school-affairs .image-bg-box:before {
  background: rgba(244, 244, 244, 0.9);
}
.school-affairs .icon.red {
  filter: invert(36%) sepia(55%) saturate(657%) hue-rotate(297deg) brightness(88%) contrast(86%);
}
.school-affairs .icon.blue {
  filter: brightness(0) saturate(100%) invert(34%) sepia(20%) saturate(1006%) hue-rotate(155deg) brightness(96%) contrast(95%);
}
.school-affairs .count.red {
  color: #AE485E;
}
.school-affairs .count.blue {
  color: #336178;
}
.school-affairs .count-head.red {
  border-color: #AE485E;
}
.school-affairs .count-head.blue {
  border-color: #336178;
}
.school-affairs .count-bottom.red {
  color: #AE485E;
}
.school-affairs .count-bottom.blue {
  color: #336178;
}
.school-affairs .counter-row {
  gap: 75px;
  align-items: center;
  justify-content: center;
}

.school-programs {
  display: flex;
  flex-direction: row;
  gap: 30px;
  color: white;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .school-programs {
    flex-direction: column;
  }
}
.school-programs .item {
  display: flex;
  flex-direction: column;
  padding: 111px 47px 111px 47px;
  position: relative;
}
@media (max-width: 768px) {
  .school-programs .item {
    width: 100%;
  }
}
.school-programs .item h4 {
  font-size: 28px;
  z-index: 2;
}
.school-programs .item a {
  z-index: 2;
  text-decoration: none;
  text-wrap: pretty;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.school-programs .item a:hover {
  color: white;
  text-decoration: underline;
}
.school-programs .back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.school-programs .back-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.school-programs .back-img.blue:before {
  background: rgba(51, 97, 120, 0.8);
}
.school-programs .back-img.red:before {
  background: rgba(174, 72, 94, 0.8);
}
.school-programs .back-img img {
  position: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comment-pic-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.comment-pic-block .comment-pic {
  width: 250px;
  height: 250px;
  border: 3px solid #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.comment-pic-block .comment-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.meet-our-faculty .head {
  margin-bottom: 40px;
}
.meet-our-faculty .title {
  color: #292929;
}
.meet-our-faculty .grid-title {
  color: #336178 !important;
}
.meet-our-faculty .grid-item-style-2 {
  margin-top: 40px;
}
.meet-our-faculty .grid-item-style-2:hover .grid-title {
  color: #AE485E !important;
}

.faculty-member-block {
  display: flex;
  flex-direction: row;
}
.faculty-member-block.member404 {
  display: none;
}
.faculty-member-block.member404 h2 {
  text-align: center;
}
.faculty-member-block .info .head {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 768px) {
  .faculty-member-block .info .head {
    flex-direction: column;
    justify-content: center;
  }
}
.faculty-member-block .info .head .profile-pic {
  width: 288px;
  height: 288px;
}
.faculty-member-block .info .head .profile-pic img {
  width: 288px;
  height: 288px;
}
.faculty-member-block .info .head .head-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.faculty-member-block .info .head .head-info h2 {
  font-size: 42px;
}
.faculty-member-block .info .head .head-info p {
  font-size: 18px;
  margin-bottom: 0;
}
.faculty-member-block .info .head .head-info .contact {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.faculty-member-block .info .head .head-info .line {
  height: 1px;
  background: #E5E6E7;
  margin-top: 22px;
  margin-bottom: 20px;
}
.faculty-member-block .info .infos h5 {
  font-size: 20px;
}
.faculty-member-block .info .infos ul {
  font-size: 18px;
  padding-left: 16px;
}
.faculty-member-block .info .publications .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.faculty-member-block .info .publications .head h5 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}
.faculty-member-block .info .publications .head .joined {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.faculty-member-block .info .publications .head .joined p {
  font-size: 14px;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0.7px;
  margin: 0;
}
.faculty-member-block .info .publications ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  font-size: 18px;
  padding-left: 16px;
}
.faculty-member-block .info .publications ul li {
  color: #292929;
}
.faculty-member-block .info .publications ul li a {
  color: #336178;
  text-decoration: none;
}
.faculty-member-block .info .publications ul li a:hover {
  text-decoration: underline;
}
.review-quote {
  background: #F7F7F7;
  padding: 28px 26px 28px 26px;
  text-align: center;
}
.review-quote .quote-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 18px;
}

.sidebar-block {
  padding-right: 0;
}
@media (max-width: 992px) {
  .sidebar-block {
    margin-top: 40px;
  }
}
.sidebar-block .head {
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #D9D9D9;
}
.sidebar-block .head .title {
  color: #336178;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 100% */
  letter-spacing: 1.4px;
  margin: 0;
}
.sidebar-block .head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195px;
  border-bottom: 3px solid #336178; /* Border style, adjust as needed */
}
.sidebar-block .btn_showmore {
  color: #336178;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.sidebar-block .btn_showmore:hover {
  text-decoration: none;
}
.sidebar-block .faculty-members-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sidebar-block .faculty-members-block .item {
  display: flex;
  flex-direction: row;
  gap: 13px;
  cursor: pointer;
  text-decoration: none;
}
.sidebar-block .faculty-members-block .item:hover .full-info h5 {
  text-decoration: underline;
}
.sidebar-block .faculty-members-block .item .profile-pic {
  width: 80px;
  height: 80px;
}
.sidebar-block .faculty-members-block .item .profile-pic img {
  width: 80px;
  height: 80px;
}
.sidebar-block .faculty-members-block .item .full-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.sidebar-block .faculty-members-block .item .full-info h5 {
  color: #336178;
  margin: 0;
  font-size: 14px;
}
.sidebar-block .faculty-members-block .item .full-info p {
  font-size: 14px;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
@media (max-width: 992px) {
  .sidebar-block .jbtn-apply .btn {
    display: none;
  }
}

.panel-in.student-life p {
  font-size: 14px;
}

.back-color-blue {
  background: #336178;
}

.color-white {
  color: white;
}
.color-white p {
  color: white;
}

.pl-40 {
  padding-left: 40px;
}

.sl-section {
  position: relative;
}
@media (max-width: 568px) {
  .sl-section {
    padding-left: 50px;
  }
}
.sl-section .video {
  min-height: 300px;
}
.sl-section .section-decor {
  display: flex;
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
}
.sl-section .section-decor span {
  display: inline-block;
  height: 100%;
  width: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.sl-section .section-decor span:first-child {
  background: rgba(0, 0, 0, 0.5);
}
.sl-section .section-decor span:last-child {
  background: #294E60;
}

.sl-contacts .sl-contact .description {
  display: flex;
  flex-direction: column;
}

.sl-panel .head-title {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #7C889B;
  color: white;
}
.sl-panel .head-title h4 {
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  line-height: normal;
}
.sl-panel .desc {
  background: #F7F7F7;
  padding: 27px;
}

.horizontal-box {
  position: relative;
}
@media (max-width: 992px) {
  .horizontal-box {
    background: #336178;
  }
}
.horizontal-box .text-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  bottom: 40px;
  color: white;
  padding: 0 44px;
}
@media (max-width: 992px) {
  .horizontal-box .text-panel {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: unset;
    background: #336178;
  }
}
.horizontal-box .text-panel .title {
  font-size: 32px;
}
@media (max-width: 992px) {
  .horizontal-box .text-panel .title {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  .horizontal-box .text-panel .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .horizontal-box .text-panel .text-container {
    height: auto;
    overflow: visible;
  }
}
.horizontal-box .text-panel .text-container p {
  color: white;
}
.horizontal-box .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #336178 3.48%, rgba(51, 97, 120, 0.37) 42.19%, rgba(51, 97, 120, 0) 50.23%);
}
.horizontal-box .image-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  max-height: 660px;
}
.horizontal-box .image-bg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.horizontal-box-slider {
  position: relative;
}
.horizontal-box-slider .slSwiperSlider {
  height: 100%;
}
.horizontal-box-slider .slSwiperSlider .item {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.horizontal-box-slider .slSwiperSlider .item .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #336178 3.48%, rgba(51, 97, 120, 0.37) 42.19%, rgba(51, 97, 120, 0) 50.23%);
  z-index: 2;
}
.horizontal-box-slider .slSwiperSlider .item .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  max-height: 660px;
}
.horizontal-box-slider .slSwiperSlider .item .image img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
.horizontal-box-slider .slSwiperSlider .item .text-panel {
  text-align: left;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  bottom: 90px;
  left: 0;
  color: white;
  z-index: 3;
  padding: 0 70px;
}
@media (max-width: 992px) {
  .horizontal-box-slider .slSwiperSlider .item .text-panel {
    bottom: 40px;
  }
}
.horizontal-box-slider .slSwiperSlider .item .text-panel .title {
  font-size: 32px;
}
@media (max-width: 992px) {
  .horizontal-box-slider .slSwiperSlider .item .text-panel .title {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 568px) {
  .horizontal-box-slider .slSwiperSlider .item .text-panel .title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .horizontal-box-slider .slSwiperSlider .item .text-panel .text-container {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.horizontal-box-slider .slSwiperSlider .item .text-panel .text-container p {
  color: white;
}
.horizontal-box-slider .slSwiperSlider .swiper-slide-active h3, .horizontal-box-slider .slSwiperSlider .swiper-slide-active p {
  animation-name: slider-text-fade-in;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.horizontal-box-slider .slSwiperSliderThumbs {
  height: 100px;
  position: absolute;
  bottom: -50px;
  z-index: 3;
}
@media (max-width: 992px) {
  .horizontal-box-slider .slSwiperSliderThumbs {
    display: none;
  }
}
.horizontal-box-slider .slSwiperSliderThumbs .swiper-slide {
  display: block;
}
.horizontal-box-slider .thumbs {
  height: 100px;
}
.horizontal-box-slider .thumbs .swiper-slide {
  width: 150px !important;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.horizontal-box-slider .thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.horizontal-box-slider .thumbs .swiper-slide img {
  width: 150px;
  height: 100px;
  border-radius: 10px;
}
.horizontal-box-slider .swiper-button-prev, .horizontal-box-slider .swiper-button-next {
  z-index: 4;
  width: 45px;
  height: 45px;
  border-radius: 90px;
  border: 2px solid white;
  color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.horizontal-box-slider .swiper-button-prev:hover, .horizontal-box-slider .swiper-button-next:hover {
  background: #7C889B;
  border-color: #7C889B;
  color: #fff;
}
.horizontal-box-slider .swiper-button-prev:after, .horizontal-box-slider .swiper-button-next:after {
  display: none;
}
.horizontal-box-slider .swiper-button-prev {
  width: 45px;
  height: 45px;
}
.horizontal-box-slider .swiper-button-next {
  width: 45px;
  height: 45px;
}

.meet-our-faculty .image img {
  object-position: top !important;
}

@keyframes slider-text-fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.plink {
  color: #336178;
  text-decoration: none;
  transition: 0.3s all ease;
}
.plink.underline {
  text-decoration: underline;
  display: flex;
}
.plink:hover {
  text-decoration: underline;
}

.ulink {
  color: #292929;
  text-decoration: underline;
}
.ulink:hover {
  color: #336178;
}

.uline {
  text-decoration: underline;
}

.td-col {
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.td-col li {
  line-height: 20px;
  height: 50px;
}

.table-responsive {
  overflow-x: auto;
}
.table-responsive table {
  width: 100%;
}

.text-center {
  text-align: center;
}

.mc-color {
  background-color: #1f3864;
  color: white;
}

.ge-color {
  background-color: #d9e2f3;
}

.fe-color {
  background-color: #8eaadb;
}

.en-color {
  background-color: #d0cece;
}

.te-color {
  background-color: #8496b0;
}

.is-color {
  background-color: #8eaadb;
}

.isi-calendar-day {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.isi-calendar-day .month {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #AE485E;
  font-size: 20px;
  color: white;
  border-radius: 15px 15px 0 0;
}
.isi-calendar-day .month .holder {
  position: absolute;
  display: flex;
  top: -15px;
  align-items: center;
  justify-content: space-between;
  left: 20px;
  right: 20px;
}
.isi-calendar-day .month .holder .item {
  width: 20px;
  height: 30px;
  border-radius: 15px;
  background-color: #292929;
  border: 3px solid white;
}
.isi-calendar-day .list-item {
  z-index: 11;
  position: relative;
  background: white;
  box-shadow: rgba(159, 159, 159, 0.57) 0px 0px 60px 0px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #c9c9c9;
  border-top: 0;
}
.isi-calendar-day .day {
  font-size: 70px;
  color: #336178;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.isi-calendar-day .year {
  text-align: center;
  font-size: 20px;
  padding-bottom: 5px;
}

.calendar-day-event {
  background: #336178;
  padding: 5px 10px 5px 10px;
}
.calendar-day-event .name {
  color: white;
}
.calendar-day-event .name i {
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .calendar-day-event {
    padding: 30px 45px 20px 45px;
  }
  .calendar-day-event .name i {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .calendar-day-event .name span {
    text-align: center;
    display: block;
  }
}

.career-service .up {
  position: relative;
}
.career-service .up .line {
  position: absolute;
  left: 41px;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  z-index: 1;
}
.career-service .up .service-head {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  gap: 24px;
}
.career-service .up .service-head .ellipse {
  width: 82px;
  min-width: 82px;
  height: 82px;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #AE485E;
  background: white;
}
.career-service .up .service-head .title {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 21px;
  color: #336178;
  font-weight: 600;
  line-height: 30px; /* 142.857% */
  letter-spacing: 1.05px;
}
.career-service .up .service-about {
  margin-left: 41px;
  padding-left: 65px;
  padding-bottom: 48px;
}
.career-service .up .service-about .about {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.8px;
}
.career-service .service-list {
  margin-left: 41px;
}
.career-service .service-list ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.career-service .service-list ul li {
  position: relative;
  padding-left: 65px;
  padding-bottom: 26px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.career-service .service-list ul li .item-text {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.career-service .service-list ul li:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #AE485E;
  background: white;
}
.career-service .service-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 1px solid #D9D9D9;
  height: 100%;
  width: 1px;
}

.career-desc-box {
  padding: 38px;
  border: 1px solid #D9D9D9;
  height: 100%;
}
.career-desc-box .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.career-desc-box .head .title {
  color: #AE485E;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 106.667% */
  letter-spacing: 1.5px;
  margin: 0;
}
@media (max-width: 992px) {
  .career-desc-box .head .title {
    font-size: 24px;
  }
}
.career-desc-box .head .icon {
  width: 76px;
  height: 76px;
}

.career-services-employment .headline {
  display: flex;
  justify-content: center;
}
.career-services-employment .headline .title {
  font-size: 30px;
}
@media (max-width: 992px) {
  .career-services-employment .headline .title {
    font-size: 24px;
    justify-content: left;
  }
}
@media (max-width: 1200px) {
  .career-services-employment .headline {
    margin-bottom: 40px;
  }
}

.rect-percent-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 668px) {
  .rect-percent-list {
    width: 100%;
  }
}

.rect-percent-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: rgba(124, 136, 155, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  gap: 1rem;
}
.rect-percent-box .name, .rect-percent-box .percent {
  display: flex;
  align-items: center;
  z-index: 2;
}
.rect-percent-box .percent-box {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #7C889B;
  z-index: 1;
}
.rect-percent-box .percent-box.p95 {
  width: 95%;
}
.rect-percent-box .percent-box.p75 {
  width: 75%;
}
.rect-percent-box .percent-box.p50 {
  width: 50%;
}
.rect-percent-box .percent-box.p40 {
  width: 40%;
}
.rect-percent-box .percent-box.p35 {
  width: 35%;
}
.rect-percent-box .percent-box.p30 {
  width: 30%;
}
.rect-percent-box .percent-box.p25 {
  width: 25%;
}
.rect-percent-box .percent-box.p20 {
  width: 20%;
}

.career-employment {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 668px) {
  .career-employment {
    flex-direction: column;
  }
}

.ellipse-statistics-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 52px;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  margin-left: 30px;
  margin-top: 30px;
}
.ellipse-statistics-list .ellipse-statistics {
  display: flex;
  padding: 12px;
  border-radius: 50%;
  width: 250px;
  min-width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .ellipse-statistics-list .ellipse-statistics {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 668px) {
  .ellipse-statistics-list .ellipse-statistics {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }
}
.ellipse-statistics-list .ellipse-statistics .ellipse {
  border-radius: 50%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ellipse-statistics-list .ellipse-statistics .ellipse .number {
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 81.081% */
  letter-spacing: 0.74px;
}
@media (max-width: 668px) {
  .ellipse-statistics-list .ellipse-statistics .ellipse .number {
    font-size: 28px;
  }
}
.ellipse-statistics-list .ellipse-statistics .ellipse .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.32px;
  margin: 0;
}
@media (max-width: 668px) {
  .ellipse-statistics-list .ellipse-statistics .ellipse .name {
    font-size: 14px;
    line-height: 16px;
  }
}
.ellipse-statistics-list .ellipse-statistics.gray {
  color: #7C889B;
  background: rgba(124, 136, 155, 0.2);
}
.ellipse-statistics-list .ellipse-statistics.gray .ellipse {
  border: 4px solid #7C889B;
}
.ellipse-statistics-list .ellipse-statistics.blue {
  color: #6179AD;
  background: rgba(97, 121, 173, 0.169);
}
.ellipse-statistics-list .ellipse-statistics.blue .ellipse {
  border: 4px solid #6179AD;
}
.ellipse-statistics-list .ellipse-statistics.red {
  color: #AE485E;
  background: rgba(174, 72, 94, 0.1882352941);
}
.ellipse-statistics-list .ellipse-statistics.red .ellipse {
  border: 4px solid #AE485E;
}
.ellipse-statistics-list .employment-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ellipse-statistics-list .employment-rate .employment-icon {
  height: 140px;
  width: 140px;
  background: #ae485e;
  border: 5px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 15px #ae485e;
}
.ellipse-statistics-list .employment-rate .employment-icon img {
  height: auto;
  width: 70px;
}
.ellipse-statistics-list .employment-rate .employment-rate-info .number {
  color: #AE485E;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.74px;
}
@media (max-width: 668px) {
  .ellipse-statistics-list .employment-rate .employment-rate-info .number {
    font-size: 40px;
  }
}
.ellipse-statistics-list .employment-rate .employment-rate-info .name {
  color: #336178;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin: 0;
}
@media (max-width: 668px) {
  .ellipse-statistics-list .employment-rate .employment-rate-info .name {
    font-size: 18px;
    line-height: 16px;
  }
}
.ellipse-statistics-list .employment-rate.gray .employment-icon {
  background: #7C889B;
  box-shadow: 0px 0px 0px 15px #7C889B;
}
.ellipse-statistics-list .employment-rate.gray .employment-rate-info .number {
  color: #7C889B;
}
.ellipse-statistics-list .employment-rate.blue .employment-icon {
  background: #336178;
  box-shadow: 0px 0px 0px 15px #336178;
}
.ellipse-statistics-list .employment-rate.blue .employment-rate-info .number {
  color: #336178;
}
.ellipse-statistics-list .employment-rate.red .employment-icon {
  background: #AE485E;
  box-shadow: 0px 0px 0px 15px #ae485e;
}
.ellipse-statistics-list .employment-rate.red .employment-rate-info .number {
  color: #AE485E;
}

.section-career-team .title {
  color: rgb(139, 106, 122);
}

.career-services-team .image {
  min-width: 290px !important;
  min-height: 310px !important;
  flex: none !important;
}

.image-bg-box.--red-overlay::before {
  background: rgba(174, 72, 94, 0.9);
}

.career-employer-guide-block {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-employer-guide-block .btn-career-employer-guide {
  align-items: center;
  display: flex;
}
.career-employer-guide-block .btn-career-employer-guide:hover img {
  filter: invert(1) hue-rotate(180deg);
}
.career-employer-guide-block .btn-career-employer-guide img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .success-stories-list {
    gap: 30px;
  }
}
.success-stories-list .item {
  border: 1px solid #E5E6E7;
  background: #FAFAFA;
  padding: 30px;
  text-align: center;
  color: #000;
  height: 100%;
}
.success-stories-list .item:hover {
  cursor: pointer;
}
.success-stories-list .item:hover .comment-name {
  text-decoration: underline;
}
.success-stories-list .item .comment-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.32px;
}
.success-stories-list .item .rects-icon {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.success-stories-list .item .pic {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin-bottom: 13px;
}
.success-stories-list .item .fullname {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.success-stories-list .item .program {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0.28px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 50000000;
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem;
  pointer-events: none;
}
.modal .modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 3.5rem);
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  outline: 0;
}
.modal .btn-close-box {
  cursor: pointer;
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: 0;
  padding: 5px;
  border-radius: 0;
  font-size: 20px;
  background: #AE485E;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 7px 0 0;
}
.modal.show {
  opacity: 1;
  transition: opacity 0.5s ease;
  visibility: visible;
}
@media (min-width: 992px) {
  .modal .modal-lg {
    width: 800px;
  }
}

.modal-container-success-story {
  margin-top: 50px;
  padding: 20px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 568px) {
  .modal-container-success-story {
    padding: 20px 20px 20px 20px;
  }
}
.modal-container-success-story .comment-name {
  color: #336178;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 568px) {
  .modal-container-success-story .comment-name {
    font-size: 18px;
  }
}
.modal-container-success-story .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.modal-container-success-story .head .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 568px) {
  .modal-container-success-story .head .pic {
    width: 70px;
    height: 70px;
  }
}
.modal-container-success-story .head .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 568px) {
  .modal-container-success-story .head .right {
    gap: 5px;
  }
}
.modal-container-success-story .head .fullname {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .modal-container-success-story .head .fullname {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .modal-container-success-story .head .program {
    font-size: 14px;
  }
}
.review-style-1-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-style-1-item .up {
  display: flex;
  flex-direction: row;
  padding: 36px;
  gap: 60px;
  border-top: 1px solid #E5E6E7;
  border-right: 1px solid #E5E6E7;
  border-left: 1px solid #E5E6E7;
  background: #F7F7F7;
}
.review-style-1-item .up .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-style-1-item .down {
  text-align: center;
  padding: 70px 76px 35px 76px;
  border: 1px solid #E5E6E7;
  background: #FFF;
  height: 100%;
}
.review-style-1-item .fullname {
  color: #292929;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  letter-spacing: 1.2px;
}
.review-style-1-item .info {
  color: #292929;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
.review-style-1-item .pic {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
.review-style-1-item .review-text {
  color: #7C889B;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 184.211% */
  letter-spacing: 0.95px;
}

.section-alumni-story {
  background: #FAFAFA;
}
.section-alumni-story .col-lg-6:first-child {
  overflow: hidden;
}
.section-alumni-story .col-lg-6:first-child .story-image {
  width: auto;
}
.section-alumni-story .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.section-alumni-story .about .story-text {
  color: #292929;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 145.833% */
  letter-spacing: 1.2px;
  margin-bottom: 36px;
}
.section-alumni-story .about .fullname {
  color: #336178;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.section-alumni-story .about .program, .section-alumni-story .about p {
  width: 400px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
  margin-bottom: 0;
}

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  overflow: auto;
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  padding-bottom: 50px;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  gap: 45px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-thumb {
  background: #336178;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-thumb:hover {
  background: #AE485E;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom:hover {
  cursor: url("/assets/img/icons/move_icon.png"), auto; /* Change cursor to PNG icon on hover */
}
.swiper-container-wrapper--timeline .swiper-pagination-custom:hover .switch-block {
  cursor: auto;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block {
  user-select: none;
  display: grid;
  grid-auto-rows: 1fr;
  height: 100%;
  cursor: url("/assets/img/icons/move_icon.png"), auto; /* Change cursor to PNG icon on hover */
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .alumn {
  order: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .line {
  order: 2;
  position: relative;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .line:before {
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% + 45px);
  height: 1px;
  background: #D9D9D9;
  padding-right: 20px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .line:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #336178;
  border-radius: 50%;
  left: calc(50% - 6px);
  position: absolute;
  top: -6px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block.down .alumn {
  order: 2;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block.down .line {
  order: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block.down .line:before {
  top: unset;
  bottom: -1px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block.down .line:after {
  top: unset;
  bottom: -6px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .pic {
  display: flex;
  overflow: hidden;
  min-width: 86px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .alumn-info {
  display: flex;
  flex-direction: column;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .alumn-info .fullname {
  color: #656565;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  width: 320px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .alumn-info .program {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .alumn-info .program p {
  margin-bottom: 0;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-block .date {
  margin-top: 72px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .pic {
  border: 2px solid #336178;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .fullname {
  color: #336178 !important;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #000;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #888;
  font-size: 16px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: #888;
}

.alumny-story-block.swiper-slide-visible {
  opacity: 0 !important;
}
.alumny-story-block.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-timeline {
  height: 530px;
  width: 100%;
}
@media (max-width: 992px) {
  .swiper-timeline {
    height: auto;
  }
}
.swiper-timeline .alumny-story-block {
  background: #FAFAFA;
}

.lang-dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 13px 16px 1px rgba(0, 0, 0, 0.2);
}
.lang-dropdown-menu .lang-link {
  padding: 5px 20px 5px 7px !important;
}
.lang-dropdown-menu .lang-link:hover {
  background: #EDF0F2;
}

.publications-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
.publications-menu a:hover {
  color: #AE485E;
}

.onoff-nav-btn {
  user-select: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.heading-yt-block {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .heading-yt-block {
    position: relative;
  }
}
.heading-yt-block #heading-yt-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}
@media (max-width: 768px) {
  .heading-yt-block #heading-yt-video {
    position: absolute;
  }
}
.heading-yt-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Preloader styles */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.preloader .spinner {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #336178;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.yt-controls-block {
  padding: 0;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .yt-controls-block {
    border-bottom: 1px solid #2b5063;
  }
}
.yt-controls-block .yt-controls {
  width: fit-content;
  padding: 0px 20px 0px 20px;
  color: #AE485E;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #336178;
  opacity: 0.9;
}
.yt-controls-block .yt-controls .togglebtn {
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .yt-controls-block .yt-controls .togglebtn {
    height: 40px;
    font-size: 22px;
  }
}
.yt-controls-block .yt-controls .togglebtn:hover {
  color: #AE485E;
}
.yt-controls-block .yt-controls .yt-video-link {
  padding: 5px;
  color: white;
  height: 42px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .yt-controls-block .yt-controls .yt-video-link {
    font-size: 14px;
    height: 32px;
  }
}
.yt-controls-block .yt-controls .yt-video-link:hover {
  color: #AE485E;
}

.page-heading-content .heading-content {
  z-index: 10;
  position: relative;
}

.continents {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.continents .item {
  display: flex;
  background: rgb(51, 97, 120);
  color: white;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 31px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.3s;
  cursor: pointer;
}

.continents .item:hover {
  box-shadow: 0px 12px 19px 1px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
  transform: scale(1.05);
  margin-top: -15px;
}

.companies {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.companies .country {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: 100%;
}

.companies .country .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  min-width: 300px;
  width: 300px;
  gap: 20px;
  margin-right: 10px;
}

.companies .country .right {
  border-left: 1px solid #b5b5b5;
  padding-left: 50px;
}

.companies .country .country_flag {
  width: 30px;
  border: 1px solid rgba(193, 193, 193, 0.6509803922);
}

.companies .country .country_name {
  font-size: 20px;
  font-weight: 500;
  color: #336178;
}

.companies .country .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.companies .country .right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
}

.companies .country .right ul li::before {
  content: "";
  background: black;
  display: inline-block;
  width: 5px;
  min-width: 5px;
  min-height: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: -1em;
}

@media (max-width: 575px) {
  .companies .country {
    flex-direction: column;
    gap: 15px;
  }
  .companies .country .right {
    border: 0;
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  .continents {
    flex-direction: column;
  }
  .continents .item {
    width: 70%;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .continents .item:hover {
    margin: 0;
  }
}
.table-vacancies td {
  font-size: 14px !important;
}

.status-dot {
  min-width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  display: flex;
  box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.status-dot.green, .status-dot.full-time {
  background: limegreen;
}
.status-dot.yellow, .status-dot.part-time {
  background: #FBAF2A;
}
.status-dot.red, .status-dot.adjunct {
  background: #AE485E;
}

.brand-assets-item .item-header .download-btn {
  color: #336178;
}

.hidden {
  display: none !important;
}

figure.table {
  margin: 0;
}

.text-content ul {
  margin-top: 1em;
}
.text-content ul li {
  margin-bottom: 1em;
}
.text-content a {
  color: #336178;
  text-decoration: underline;
  transition: 0.3s all ease;
}
.text-content a:hover {
  color: #2875e0;
  text-decoration: underline;
}
.text-content img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

blockquote cite a {
  text-decoration: none;
  font-size: 20px;
  color: #336178;
  transition: color 0.15s ease-in-out;
}
blockquote cite a:hover {
  color: #ae485e;
  transition: color 0.15s ease-in-out;
}
blockquote cite strong {
  color: #292929;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}

.large-single-item .description {
  font-size: 24px;
  line-height: 40px;
}
.large-single-item .description p {
  font-size: 24px;
  line-height: 40px;
}

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