/*Modules*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.bg-sky-blue {
  background: #66CCFF;
}

.bg-blue {
  background: #003399;
}

.bg-gray {
  background: #f3f5f9;
}

.bg-gray-new {
  background: #F9F8FE;
}

.bg-yellow {
  background: #FFCC00;
}

.bg-light-gray {
  background: #F5F5F5;
}

.text-blue {
  color: #003399;
}

.text-yellow {
  color: #FFCC00;
}

.text-black {
  color: #191A15;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

/* 390px */
/* 390px */
/* 767px */
/* 768px */
/* 834px */
/* 562px */
/* 641px */
/* 992px */
/* 1280px */
/* 1440px */
/* 1680px */
/* 1920px */
/* 2440px */
/* 992px */
/*Partials*/
/*Modules*/
.navbar-expand-lg {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  color: #1A4087;
  background: transparent;
  font-weight: 600;
  padding: 5px 12px;
  text-transform: uppercase;
  border-radius: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #FFCC00;
}
.navbar-expand-lg .navbar-nav .nav-link.is-active {
  background: #FFCC00;
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin: 0 5px;
}
.navbar-expand-lg .navbar-nav .submenu .nav-item {
  border-bottom: none;
}
@media (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .submenu .nav-item {
    border-bottom: 1px solid #ccc;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
header.is-hidden {
  top: -100px;
}
@media (min-width: 991px) {
  header {
    height: 60px;
  }
}
@media (min-width: 991px) {
  header .navbar-collapse, header .social-block {
    margin-top: -32px;
  }
}
header .container {
  max-width: 1115px;
}
@media (min-width: 991px) {
  header nav.navbar:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15%;
    background: #fff;
    height: 35px;
    bottom: -3px;
    z-index: 0;
    border-radius: 0 0 10px 0;
  }
}
@media (min-width: 991px) {
  header nav.navbar:after {
    content: "";
    position: absolute;
    right: 0;
    width: 15%;
    background: #fff;
    height: 35px;
    bottom: -3px;
    z-index: 0;
    border-radius: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar:before, header nav.navbar:after {
    width: 18%;
  }
}
@media (min-width: 1280px) {
  header nav.navbar:before, header nav.navbar:after {
    width: 21%;
  }
}
@media (min-width: 1440px) {
  header nav.navbar:before, header nav.navbar:after {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  header nav.navbar:before, header nav.navbar:after {
    width: 30%;
  }
}
@media (min-width: 991px) {
  header .fixed-icons-row {
    position: absolute;
    bottom: -41px;
    z-index: 1;
    left: 12px;
  }
}
header .navbar-brand {
  position: relative;
}
header .navbar-brand img {
  max-width: 84px;
  width: 100%;
  height: 82px;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-width: 55px;
  }
}
header .rightbar-block {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  header .rightbar-block {
    margin-right: 100px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  header .rightbar-block {
    display: none;
  }
}
@media (min-width: 991px) {
  header .rightbar-block {
    position: relative;
    margin-left: 15px;
  }
}
@media (min-width: 991px) {
  header .rightbar-block::before {
    content: "";
    position: absolute;
    left: -6px;
    width: 150px;
    background: #fff;
    height: 35px;
    bottom: -49px;
    border-radius: 0 0 0 10px;
    z-index: 1;
  }
}
header .button-wrap {
  display: none;
}
@media (min-width: 991px) {
  header .button-wrap {
    display: block;
  }
}
@media (max-width: 991px) {
  header .navbar-collapse {
    position: fixed;
    height: calc(100% - 78px);
    background: #fff;
    top: 92px;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    padding-top: 30px;
  }
}

.social-block a {
  text-decoration: none;
  display: inline-block;
  margin: 0 2px;
}
.social-block.icons-blue img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(49%) saturate(4823%) hue-rotate(215deg) brightness(91%) contrast(106%);
}

.navbar-toggler {
  position: absolute;
  top: 24px;
  right: 15px;
}
@media (max-width: 991px) {
  .navbar-toggler {
    top: 30px;
  }
}
@media (min-width: 991px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Overlay background */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.95);
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}

/* Show when active */
.search-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Search box styling */
.search-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 12px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 65px;
  position: relative;
  top: 100px;
  width: 96%;
}
@media (min-width: 991px) {
  .search-box {
    width: 870px;
    top: 180px;
  }
}
.search-box form {
  width: 100%;
}

.search-box input {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 30px;
  min-width: 350px;
  color: rgb(0, 0, 0);
  width: 100%;
}
.search-box input::placeholder {
  color: rgb(0, 0, 0);
}

.search-submit {
  background: #003399;
  border: none;
  color: #fff;
  padding: 12px 14px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 15px;
}
.search-submit svg path {
  fill: #fff;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 65px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  transition: color 0.2s;
}
@media (min-width: 991px) {
  .close-btn {
    top: 40px;
    right: 130px;
  }
}

.close-btn:hover {
  color: #003399;
}

#search-btn {
  cursor: pointer;
  right: 75px;
  position: absolute;
  top: 21px;
}
@media (max-width: 991px) {
  #search-btn {
    top: 30px;
    right: 72px;
  }
}
@media (min-width: 991px) {
  #search-btn {
    position: relative;
    top: auto;
    right: auto;
  }
}

/* Submenu */
.submenu {
  position: relative;
  top: 125%;
  left: 0;
  background: #fff;
  border-radius: 0;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  padding: 0;
  z-index: 999;
  display: none;
  padding-left: 15px;
}
@media (min-width: 991px) {
  .submenu {
    position: absolute;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding-left: 0;
  }
}
.submenu li {
  list-style: none;
  margin: 0 !important;
}
@media (min-width: 991px) {
  .submenu li {
    border-bottom: 1px solid #ccc;
  }
}
.submenu li a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  color: #111;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  gap: 15px;
}
@media (min-width: 991px) {
  .submenu li a {
    padding: 20px 20px;
  }
}
.submenu li a:hover {
  background: rgba(221, 221, 221, 0.87);
  color: rgb(230, 42, 69);
}
.submenu li a:hover svg path {
  fill: rgb(230, 42, 69);
}
.submenu li a:hover .submenu-icon img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(38%) saturate(5380%) hue-rotate(336deg) brightness(106%) contrast(92%);
}

/* Show submenu on hover */
.nav-item.has-submenu {
  position: relative;
}
.nav-item.has-submenu .nav-link .dropdown-icon {
  position: absolute;
  right: 30px;
}
@media (min-width: 991px) {
  .nav-item.has-submenu .nav-link .dropdown-icon {
    right: -7px;
  }
}
.nav-item.has-submenu .nav-link .dropdown-icon img {
  max-width: 13px;
}
.nav-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-item.has-submenu:hover .nav-link .dropdown-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(38%) saturate(5380%) hue-rotate(336deg) brightness(106%) contrast(92%);
}
.nav-item.has-submenu.open .submenu {
  opacity: 1;
  visibility: visible;
  padding-bottom: 15px;
}
.nav-item.has-submenu.open .dropdown-icon img {
  transform: rotate(180deg);
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide {
    position: static;
  }
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide ul.submenu {
    max-width: 1345px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide ul.submenu li {
    width: 33.3%;
    display: inline-block;
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide ul.submenu li:nth-child(3), .nav-item.has-submenu.wide ul.submenu li:nth-child(6) {
    border-right: none;
  }
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide ul.submenu li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 991px) {
  .nav-item.has-submenu.wide .nav-link {
    position: relative;
  }
}

.mobile-block {
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .mobile-block {
    display: none;
  }
}
.mobile-block .col-3-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}
.mobile-block .col-3-grid .gray-box {
  height: auto;
}
.mobile-block .button-wrap {
  display: block;
}
.mobile-block .button-wrap .btn {
  border-radius: 0;
  background: rgb(0, 0, 0);
  color: #fff;
}

.toggler-icon {
  display: inline-block;
  width: 30px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}

.toggler-icon span:nth-child(1) {
  top: 0;
}

.toggler-icon span:nth-child(2) {
  top: 9px;
}

.toggler-icon span:nth-child(3) {
  top: 18px;
}

/* When expanded (apply animation) */
.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px; /* move to center */
}

.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(2) {
  opacity: 0; /* hide middle line */
}

.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px; /* move to center */
}

/*Modules*/
footer * {
  color: #F5F5F5;
}
footer .footer-menu-listing {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(102, 204, 255, 0.3);
  padding-bottom: 25px;
}
footer .footer-menu-listing h6 {
  margin: 0 25px 0 0;
}
footer .footer-menu-listing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .footer-menu-listing ul li a {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-menu-listing ul li a {
    font-size: 14px;
    text-align: left;
  }
}
footer .footer-menu-listing ul li a:hover {
  color: #FFCC00;
}
footer .container {
  max-width: 1210px;
}
footer .social-block {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .social-block {
    margin-top: 0;
  }
}
footer .social-block a {
  margin: 0 10px;
}
@media (min-width: 768px) {
  footer .social-block a {
    margin: 0 5px;
  }
}
@media (min-width: 991px) {
  footer .social-block a {
    margin: 0 10px;
  }
}
footer .social-block img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(0%) hue-rotate(267deg) brightness(104%) contrast(100%);
}
footer .small-text {
  max-width: 90%;
}
footer .Contact-block ul {
  padding: 0;
}
footer .Contact-block ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  list-style: none;
  margin: 10px 0;
}
footer .Contact-block ul li a:hover {
  color: #F5F5F5;
}
footer .footer-logo img {
  max-width: 100%;
}

/*Components*/
/*Modules*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #555555;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1, .heading-large {
  font-size: 34px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 1440px) {
  h1, .heading-large {
    font-size: 42px;
  }
}
@media (min-width: 1680px) {
  h1, .heading-large {
    font-size: 55px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 1440px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1440px) {
  h6 {
    font-size: 20px;
  }
}

.light-color * {
  color: #fff;
}

.small-text {
  font-size: 13px;
  line-height: 16px;
}

.medium-text {
  font-size: 16px;
  line-height: 110%;
}
@media (min-width: 991px) {
  .medium-text {
    font-size: 18px;
  }
}

.sub-heading {
  font-size: 32px;
  line-height: 110%;
}
@media (min-width: 1440px) {
  .sub-heading {
    font-size: 38px;
    line-height: 120%;
  }
}

.heading-22 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1440px) {
  .heading-22 {
    font-size: 22px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.light-color-scheme * {
  color: #fff;
}

/*Modules*/
.btn {
  font-size: 16px;
  border-radius: 15px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
  min-width: 180px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 991px) {
  .btn {
    font-size: 18px;
  }
}
.btn.yellow-bg {
  background: #FFCC00;
  color: #003399;
}
.btn.yellow-bg:hover {
  background: #003399;
  color: #ffffff;
}
.btn.blue-bg {
  background: #003399;
  color: #ffffff;
}
.btn.blue-bg:hover {
  background: #FFCC00;
  color: #003399;
}
.btn.outline-btn {
  border: 2px solid #003399;
  background: #ffffff;
  color: #003399;
}
.btn.outline-btn:hover {
  background: #003399;
  color: #ffffff;
}

.learn-more-link {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #003399;
  border-bottom: 1px solid #003399;
  text-decoration: none;
}
.learn-more-link:hover {
  color: #003399;
}
.learn-more-link img {
  margin-left: 10px;
}

/*Modules*/
.hero-slider {
  width: 100%;
  margin: 0 auto 40px;
}
.hero-slider .hero-slide {
  position: relative;
  height: 80vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-slider .hero-slide {
    padding-right: 25px;
    height: 65vh;
  }
}
.hero-slider .hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .hero-slide .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  margin: 0 auto;
  min-height: 100%;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .hero-slider .hero-slide .hero-content {
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .hero-slider .hero-slide .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-slider .hero-slide .hero-content h2 {
  max-width: 550px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-slider .hero-slide .hero-content .btn {
    min-width: 135px;
    min-height: 45px;
  }
}
.hero-slider .hero-slide .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-slider .slick-prev {
  left: 12px;
  z-index: 3;
}
.hero-slider .slick-next {
  right: 12px;
  z-index: 3;
  display: none;
}
.hero-slider .slick-prev, .hero-slider .slick-next {
  display: none !important;
}
.hero-slider .slick-prev:before, .hero-slider .slick-next:before {
  font-size: 28px;
}

.slick-dots {
  bottom: 18px;
}
.slick-dots li button:before {
  color: #fff;
  font-size: 40px;
  color: #FFCC00;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #003399;
  opacity: 1;
}

.bg-blue .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

.small-banner {
  margin-top: 93px;
  position: relative;
}
@media (min-width: 991px) {
  .small-banner {
    margin-top: 60px;
  }
}
.small-banner:after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 51, 153, 0) 10%, rgba(0, 51, 153, 0.7) 50%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.small-banner img {
  height: 113px;
  object-fit: cover;
  width: 100%;
}
.small-banner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .small-banner h3 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}

/*Modules*/
body .horizontally-card {
  flex-direction: row;
}
@media (max-width: 562px) {
  body .horizontally-card {
    flex-direction: column;
  }
}
body .horizontally-card .media-row {
  width: 30%;
}
@media (max-width: 562px) {
  body .horizontally-card .media-row {
    width: 100%;
  }
}
body .horizontally-card .media-row img {
  min-height: 181px;
}
@media (min-width: 991px) {
  body .horizontally-card .media-row img {
    object-fit: contain;
  }
}
@media (min-width: 1680px) {
  body .horizontally-card .media-row img {
    object-fit: cover;
  }
}
body .horizontally-card .card-body {
  width: 70%;
  padding: 1rem 2rem;
}
@media (max-width: 562px) {
  body .horizontally-card .card-body {
    width: 100%;
    padding: 1rem;
  }
}
body .horizontally-card .media-row {
  background: #f3f5f9;
}

.card {
  border-radius: 0;
  border: none;
}
.card .media-row {
  position: relative;
}
.card .media-row img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  object-position: top;
}
.card .media-row .play-icon {
  height: 50px;
  top: 50%;
  width: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.card .media-row:after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.card .media-row .arrow-icon {
  width: auto;
  height: auto;
  right: 15px;
  left: auto;
  bottom: 15px;
  top: auto;
}
.card .card-body {
  background: #f3f5f9;
}
.card .card-body .date {
  font-weight: 500;
  color: #8e8e8e;
}
.card .card-body .learn-more-link {
  font-size: 13px;
  border: none;
  display: flex;
}
.card .card-body .learn-more-link img {
  width: 15px;
}
.card.card-with-logo-media .card-body h5 {
  font-size: 20px;
  color: #191A15;
}
.card.document-card {
  background: #f3f5f9;
}
.card.document-card .media-row img {
  width: auto;
  left: 50%;
  transform: translate(-50%, -45px);
}
.card.document-card h6 {
  color: #003399;
}
@media (max-width: 767px) {
  .card.document-card {
    margin-bottom: 25px;
    height: auto !important;
  }
}
.card .category {
  font-size: 17px;
  font-weight: 500;
  color: #003399;
  line-height: 20px;
  margin-bottom: 7px;
}
.card h5 {
  font-weight: 600;
  color: #0b002f;
}
.card p {
  color: #003399;
  letter-spacing: -0.35px;
}

.cards-slider {
  padding-bottom: 100px;
}
.cards-slider .card {
  margin: 0 10px;
}

.cards-with-hover-overlay .card-item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  position: relative;
}
.cards-with-hover-overlay .card-item h6 {
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
  color: #191A15;
}
.cards-with-hover-overlay .card-item .media-wrap img {
  width: 100%;
}
.cards-with-hover-overlay .card-item .card-hover-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  padding: 25px;
}
.cards-with-hover-overlay .card-item .card-hover-block p {
  color: #fff;
  line-height: 26px;
  padding-top: 25px;
}
.cards-with-hover-overlay .card-item:hover .card-hover-block {
  transition: all ease-in-out 0.2s;
  opacity: 1;
}

.info-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.info-card h2 {
  font-size: 48px;
  color: #003399;
}
.info-card .icon {
  font-size: 32px;
  color: #0047AB;
  margin-bottom: 10px;
}

.stat-card {
  background-color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .stat-card {
    height: auto;
  }
}
.stat-card h2 {
  font-size: 64px;
  color: #003399;
}
@media (max-width: 767px) {
  .stat-card h2 {
    font-size: 45px;
  }
}

.job-card {
  background-color: #ffffff;
  position: relative;
  padding: 35px 45px 20px;
}
@media (max-width: 767px) {
  .job-card {
    padding: 20px;
  }
}
.job-card .bookmark-icon {
  position: absolute;
  top: 40px;
  right: 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .job-card .bookmark-icon {
    top: 25px;
  }
}
.job-card .job-meta {
  font-weight: 500;
}
.job-card .job-meta svg {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .job-card .job-meta .btn {
    margin-top: 15px;
  }
}
.job-card h3, .job-card p {
  color: #000;
}

.badge {
  background: rgba(0, 43, 154, 0.1);
  color: #1A4087;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  padding: 7px 10px;
}

/*Modules*/
.space-tb-50 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .space-tb-50 {
    padding: 30px 0;
  }
}

.space-tb-70 {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .space-tb-70 {
    padding: 40px 0;
  }
}

.space-tb-100 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .space-tb-100 {
    padding: 50px 0;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pb-100 {
    padding: 50px 0;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

/*Modules*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container.wide-container {
  max-width: 100%;
}
@media (min-width: 991px) {
  .container.wide-container {
    max-width: 1400px;
  }
}
.container.wide-container h5 {
  max-width: 930px;
  margin: 0 auto;
}

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-style .container {
  position: relative;
  z-index: 1;
}

.gray-overlay {
  position: relative;
}
.gray-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

.heading-block .sep {
  margin: 0 6px;
  position: relative;
  top: -3px;
}
.heading-block p {
  max-width: 650px;
  margin: 35px auto 0;
}

.icon-with-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media (max-width: 991px) {
  .icon-with-tile {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .icon-with-tile {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
}
.icon-with-tile .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.icon-with-tile .icon-item svg {
  width: 44px;
  height: 44px;
  stroke: #12308a;
}

.breadcrumbs {
  padding: 25px 0;
}
.breadcrumbs ul {
  border-bottom: 1px solid #555555;
  padding: 0 0 15px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumbs ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
  font-weight: 600;
  color: #003399;
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.breadcrumbs ul li a {
  color: #003399;
  text-decoration: none;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li:last-child:after {
  opacity: 0;
}
.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  right: -16px;
}

.plain-text-block h2 {
  margin-bottom: 20px;
}

.blockquote-block {
  border-radius: 0 70px;
}
.blockquote-block h4 {
  color: #191A15;
  max-width: 85%;
  margin: 0 auto;
}

.listing-style {
  padding: 0;
  margin-top: 25px;
}
.listing-style li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  list-style: none;
  padding-left: 45px;
  margin: 10px 0;
}
.listing-style li:before {
  content: "";
  background-image: url(../../assets/images/listing-arrow.png);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}

.media-with-buttons {
  position: relative;
  height: 600px;
}
.media-with-buttons .btn-row {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.absolute-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pdf-text {
  position: relative;
}
.pdf-text::after {
  content: "|";
  position: absolute;
  right: -29px;
}

.logo-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body .hero-block .bg-blue {
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px;
  }
}
body .hero-block .download-icon {
  margin: 6px 13px 0 0px;
  background: #FFCC00;
  border-radius: 11px;
}
@media (max-width: 767px) {
  body .hero-block .download-icon {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
body .hero-block .btn {
  margin-right: 25px;
}
@media (max-width: 767px) {
  body .hero-block .btn {
    flex: 1;
    margin-right: 0;
  }
}
body .hero-block .events-info * {
  color: #fff;
}
body .hero-block.upcoming-events-list .doc-icon {
  background: #0B002F;
  padding: 25px;
}
body .hero-block.upcoming-events-list .btn {
  min-width: 150px;
}

.bg-blue .btn:hover {
  border-color: #ffffff;
}

.media-card img {
  width: 100%;
}

.tags-wrap {
  margin-bottom: 25px;
}
.tags-wrap span {
  background: #e5eaf5;
  padding: 9px 12px;
  color: #003399;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 3px;
}

.sidebar .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.sidebar .info-item .job-info span {
  display: block;
}

.light-blue-overlay {
  position: relative;
}
.light-blue-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #66CCFF;
  opacity: 0.8;
}
.light-blue-overlay .container {
  position: relative;
  z-index: 1;
}

/*Modules*/
.stats .stats-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
  position: relative;
}
@media (max-width: 767px) {
  .stats .stats-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 562px) {
  .stats .stats-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 991px) {
  .stats .stats-wrap {
    padding: 26px 20px;
  }
}
.stats .stat {
  text-align: center;
  position: relative;
  padding: 8px 10px 14px;
}
.stats .stat:not(:last-child) {
  border-right: 1px solid rgba(11, 21, 54, 0.25);
}
@media (max-width: 767px) {
  .stats .stat:not(:last-child) {
    border: none;
  }
}
.stats .stat-num {
  color: #003399;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 6px;
}
@media (min-width: 1280px) {
  .stats .stat-num {
    font-size: 56px;
  }
}
@media (min-width: 1680px) {
  .stats .stat-num {
    font-size: 84px;
  }
}
.stats h6 {
  color: #0b002f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
}
.stats .stat-icon {
  margin-top: 12px;
}

.flags-section {
  padding: 18px 0 28px;
  position: relative;
}
.flags-section .flag-frame {
  padding: 10px;
}
.flags-section .flag-frame img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.flags-section:before, .flags-section:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  bottom: 28px;
  width: 60px;
  pointer-events: none;
  background: linear-gradient(to right, rgb(126, 208, 255), rgba(126, 208, 255, 0));
}
.flags-section:after {
  right: 0;
  transform: scaleX(-1);
  left: auto;
}
.flags-section .slick-dots {
  bottom: -60px;
}

/*Modules*/
.leaders {
  position: relative;
}
.leaders .leaders-slider {
  position: relative;
}
.leaders .leader-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  align-items: center;
  border: 2px solid #003399;
  border-radius: 0;
  position: relative;
  margin-top: 78px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 7px;
}
@media (max-width: 991px) {
  .leaders .leader-card {
    margin-top: 0;
    grid-template-columns: 230px 1fr;
  }
}
@media (max-width: 767px) {
  .leaders .leader-card {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 15px;
  }
}
.leaders .bg-word {
  position: absolute;
  font-weight: 700;
  font-size: 175px;
  color: #003399;
  opacity: 0.06;
  left: 0;
  letter-spacing: -12.02px;
  line-height: 186px;
  top: 8px;
}
@media (max-width: 767px) {
  .leaders .bg-word {
    font-size: 90px;
    line-height: 85px;
  }
}
@media (min-width: 991px) {
  .leaders .bg-word {
    font-size: 234px;
  }
}
.leaders .leader-item {
  padding: 14px;
}
.leaders .leader-photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.leaders .leader-photo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .leaders .leader-photo img {
    max-width: 250px;
    position: unset;
  }
}
.leaders .slick-dots {
  bottom: -55px;
}
.leaders .leader-body {
  padding: 46px 24px;
}
@media (max-width: 767px) {
  .leaders .leader-body {
    padding: 18px 16px;
  }
}
.leaders .leader-body h3 {
  font-size: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .leaders .leader-body h3 {
    font-size: 34px;
  }
}
.leaders .leader-role {
  margin: 0 0 16px;
  color: #0b1536;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.85;
}
.leaders .leader-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .leaders .leader-actions {
    flex-direction: column;
  }
}
.leaders .leader-actions .btn {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .leaders .leader-slider-with-circel-media {
    padding: 0 50px !important;
  }
}
@media (max-width: 991px) {
  .leaders .leader-slider-with-circel-media {
    padding: 0 20px !important;
  }
  .leaders .leader-slider-with-circel-media .slick-list {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .leaders .leader-slider-with-circel-media .slick-dots {
    bottom: 0;
    margin-left: -20px;
  }
}
.leaders .leader-slider-with-circel-media .leader-photo img {
  border-radius: 50%;
  height: 320px;
}
@media (max-width: 991px) {
  .leaders .leader-slider-with-circel-media .leader-photo img {
    max-width: 320px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .leaders .leader-slider-with-circel-media .leader-photo img {
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
  }
}
.leaders .leader-slider-with-circel-media .leader-card {
  border: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .leaders .leader-slider-with-circel-media .leader-card {
    display: block;
    padding: 0 50px;
  }
}
.leaders .leader-slider-with-circel-media .leader-body {
  max-width: 600px;
}
@media (max-width: 991px) {
  .leaders .leader-slider-with-circel-media .leader-body p {
    max-width: 350px;
  }
  .leaders .leader-slider-with-circel-media .leader-body h4 {
    max-width: 350px;
  }
}

@media (max-width: 900px) {
  .leader-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .leader-body {
    padding: 10px 16px 18px;
  }
  leader-name {
    font-size: 28px;
  }
}
.media-with-info .media-card {
  position: relative;
}
.media-with-info .media-card img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.media-with-info .media-card::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.media-with-info .media-card.height-large::after {
  padding-bottom: 70%;
}

/*Modules*/
.hero-block .bg-blue {
  padding: 20px;
  border-radius: 22px;
}
.hero-block h5 {
  color: #ffffff;
}
@media (min-width: 991px) {
  .hero-block .btn {
    min-width: 215px;
  }
}
.hero-block .doc-icon {
  background: #FFCC00;
  padding: 10px;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .hero-block .doc-icon {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .hero-block .doc-icon img {
    max-width: 40px;
  }
}

/*Modules*/
.accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #003399;
}
.accordion-button:not(.collapsed) {
  color: #003399;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):focus {
  outline: none;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #003399;
}

/*Modules*/
.team-card {
  background-color: #66CCFF;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-card img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 176px;
  margin: 0 auto;
}
.team-card .team-card-body {
  background-color: #003399;
  color: #ffffff;
  padding: 10px;
}

.team-card-body h5 {
  margin-bottom: 5px;
  font-weight: 700;
}

.team-card-body p {
  margin: 0;
  font-size: 0.9rem;
}

/*Modules*/
.profile-header {
  background-color: #FFCC00;
  max-width: 80%;
}
@media (max-width: 767px) {
  .profile-header {
    width: 100%;
    max-width: 100%;
  }
}
.profile-header .profile-inner {
  max-width: 825px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .profile-header .profile-inner {
    flex-wrap: wrap;
  }
}

.profile-header img {
  max-height: 220px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .profile-header img {
    width: 100%;
    max-height: unset;
  }
}

.profile-info {
  padding-left: 20px;
  color: #0a0a0a;
}
@media (max-width: 767px) {
  .profile-info {
    padding: 20px;
  }
}

.profile-description {
  margin-top: 15px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile-description h6 {
    margin-bottom: 20px;
    text-align: center;
  }
}

/*Modules*/
.filter-block .form-select, .filter-block .form-control {
  min-width: 150px;
  margin-bottom: 10px;
  width: auto;
  height: 41px;
  background-color: #F9F8FE;
  border-color: #F9F8FE;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
.filter-block .form-select:focus, .filter-block .form-control:focus {
  outline: none;
  box-shadow: none;
}
.filter-block .form-select::placeholder, .filter-block .form-control::placeholder {
  color: #555;
  opacity: 1;
}
@media (max-width: 767px) {
  .filter-block .form-select, .filter-block .form-control {
    width: 100%;
  }
}
.filter-block .btn {
  min-width: 100px;
  height: 41px;
  color: #ffffff;
  border-radius: 0;
  min-height: 41px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .filter-block .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter-block .filter-inner {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .filter-block .form-select,
  .filter-block .form-control,
  .filter-block .btn {
    margin-bottom: 0;
  }
}
/*Modules*/
.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}
@media (max-width: 767px) {
  .three-col {
    grid-template-columns: 1fr;
  }
}

/*Modules*/
.pagination {
  gap: 15px;
}
.pagination .page-link {
  border-radius: 50%;
  padding: 10px 20px;
  color: #003399;
}
.pagination .page-link:hover {
  background: #003399;
  color: #ffffff;
}
.pagination .page-link.prev, .pagination .page-link.next {
  background: transparent;
  border: none;
}
.pagination .page-link.prev {
  transform: rotate(180deg);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: #003399;
}

.apply-now-form input.form-control, .apply-now-form textarea.form-control {
  border-radius: 13px;
  border: none;
}
.apply-now-form input.form-control:focus, .apply-now-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.apply-now-form input.form-control {
  height: 45px;
}
.apply-now-form .input-group .input-group-text {
  background-color: #fff;
  border: none;
  border-radius: 13px;
}
.apply-now-form .input-group i {
  color: #555;
  font-size: 20px;
}
.apply-now-form .btn-submit {
  background: #fff;
  color: #003399;
}

.custom-file-label {
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  padding: 0.5rem 1rem;
}

/*Modules*/
.nav.nav-tabs {
  align-items: center;
  justify-content: center;
  border: none;
  gap: 25px;
}
.nav.nav-tabs .nav-link {
  border: none;
  background: #F5F5F5;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
  color: #555555;
  padding: 10px 25px;
  min-width: 150px;
}
.nav.nav-tabs .nav-link.active {
  background: #003399;
  color: #ffffff;
}

.tab-content p {
  font-weight: 500;
  margin: 25px 0;
}

/*Modules*/
.timeline {
  position: relative;
  margin: 60px auto;
}
.timeline .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(40%);
  font-weight: 600;
  color: #003399;
  font-size: 24px;
  min-width: 65px;
}
@media (max-width: 767px) {
  .timeline .year {
    display: none;
  }
}
.timeline .year:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url("../../assets/images/dot.png");
  right: -45%;
  position: absolute;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .timeline .timeline-item {
    margin-bottom: 35px;
  }
}
.timeline .timeline-item.left .year {
  left: 34.8%;
}
@media (min-width: 991px) {
  .timeline .timeline-item.left .year {
    left: 38.8%;
  }
}
@media (min-width: 1200px) {
  .timeline .timeline-item.left .year {
    left: 40.8%;
  }
}
.timeline .timeline-item.left .media-box {
  margin-right: 85px;
}
@media (max-width: 767px) {
  .timeline .timeline-item.left .media-box {
    margin-right: 0;
  }
}
.timeline .timeline-item.left .timeline-card {
  margin-left: 85px;
}
@media (max-width: 767px) {
  .timeline .timeline-item.left .timeline-card {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-item.left .timeline-card {
    margin-left: 30px;
  }
}
@media (min-width: 991px) {
  .timeline .timeline-item.left .timeline-card {
    margin-left: 85px;
  }
}
.timeline .timeline-item.right .media-box {
  margin-left: 85px;
}
@media (max-width: 767px) {
  .timeline .timeline-item.right .media-box {
    margin-left: 0;
  }
}
.timeline .timeline-item.right .timeline-card {
  margin-right: 85px;
}
@media (max-width: 767px) {
  .timeline .timeline-item.right .timeline-card {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-item.right .timeline-card {
    margin-right: 30px;
  }
}
@media (min-width: 991px) {
  .timeline .timeline-item.right .timeline-card {
    margin-right: 85px;
  }
}
.timeline .timeline-item.right .timeline-card:before {
  right: -11px;
  left: auto;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .timeline .timeline-item.right .timeline-card:before {
    right: auto;
    left: 5px;
    transform: rotate(90deg);
  }
}
.timeline .timeline-item.right .year:after {
  left: -66%;
  right: auto;
}
.timeline .timeline-item .media-box img {
  width: 100%;
  border-radius: 20px;
}
.timeline .timeline-item .small-text {
  color: #003399;
  font-weight: 700;
  margin-bottom: 8px;
}
.timeline .timeline-item a {
  font-weight: 600;
  color: #003399;
}
.timeline .timeline-item .timeline-card {
  background: #F5F5F5;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .timeline .timeline-item .timeline-card {
    margin-top: 15px;
  }
}
.timeline .timeline-item .timeline-card:hover {
  transform: translateY(-5px);
}
.timeline .timeline-item .timeline-card:before {
  content: "";
  height: 19px;
  width: 19px;
  background: url("../../assets/images/arrow.png");
  position: absolute;
  left: -11px;
  top: 53%;
}
@media (max-width: 767px) {
  .timeline .timeline-item .timeline-card:before {
    left: 5px;
    top: -12px;
    transform: rotate(90deg);
  }
}
.timeline .timeline-item .timeline-card .icon {
  background: #fff;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.timeline .timeline-item .row {
  align-items: center;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #FFCC00;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .timeline::before {
    display: none;
  }
}

/* timeline slider */
.timeline-slider {
  position: relative;
}
.timeline-slider .slick-arrow {
  display: none !important;
}
.timeline-slider .timeline-track {
  border-bottom: 4px solid #003399;
  position: relative;
  padding: 40px 0 0;
}
.timeline-slider .timeline-year {
  position: relative;
  text-align: center;
  color: #003c9e;
  font-weight: 700;
  font-size: 18px;
}
.timeline-slider .timeline-year::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: #003c9e;
}
.timeline-slider .slick-prev, .timeline-slider .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #003c9e;
  position: absolute;
  top: 40%;
  z-index: 2;
}
.timeline-slider .slick-prev {
  left: -35px;
}
.timeline-slider .slick-next {
  right: -35px;
}
.timeline-slider .slick-prev:hover, .timeline-slider .slick-next:hover {
  color: #0077ff;
}
.timeline-slider .slick-list {
  padding-bottom: 14px;
}

/*Modules*/
.detailing-wrap h4 {
  margin-bottom: 18px;
}
.detailing-wrap ul, .detailing-wrap p {
  margin-bottom: 40px;
}
.detailing-wrap ul li {
  position: relative;
  margin: 15px 0;
  font-weight: 500;
}

.sidebar .info-item span {
  color: #000;
}

.caption {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 15px 0;
  border-left: 3px solid #003399;
}
.caption ul {
  margin-bottom: 0;
}

ul.list-with-check-icon {
  padding-left: 0;
}
ul.list-with-check-icon li {
  position: relative;
  margin: 15px 0;
  padding-left: 45px;
  font-weight: 500;
  list-style: none;
}
ul.list-with-check-icon li:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  background: url("../../assets/images/check.png");
}
ul.list-with-check-icon li::marker {
  display: none;
}

/*Modules*/
.csme-area {
  background: #f3c623; /* Replace with gradient if needed */
  padding: 60px 0;
  text-align: center;
}

.csme-area h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #003366;
}

.area-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .area-items {
    justify-content: center;
  }
}
.area-items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .area-items .item {
    width: 33%;
    margin-bottom: 35px;
  }
}
.area-items .item .img-wrapper {
  max-height: 55px;
}
.area-items .item .img-wrapper img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}
.area-items .item p {
  margin: 5px 0 0 0;
  font-size: 16px;
  color: #003366;
  font-weight: 500;
}
