#hs_cos_wrapper_widget_1710448281021 .header__container {
  background: #ffffff;
  box-shadow: 15px 25px 60px rgba(0, 0, 0, 0%);
  --border-size: 2px;
}

#hs_cos_wrapper_widget_1710448281021 .header__top {
  background-color: #0c63ff;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.hero-slider .swiper-pagination {
  align-items: center;
  bottom: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: 1;
}

@media only screen and (max-width: 479px) {
  .hero-slider .swiper-pagination {
    bottom: 20px;
  }
}

.hero-slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #ffffff;
  height: 12px;
  margin: 0 !important;
  opacity: 0.75;
  width: 12px;
}

.hero-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  margin: 0 !important;
  transform: translateY(-50%);
  transition: var(--transition);
}

@media only screen and (max-width: 767px) {
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next {
  right: 30px;
}

.hero-item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .hero-item {
    min-height: 770px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    min-height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    min-height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-item {
    min-height: 400px;
  }
}

.hero-item-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero-item-bg img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero-item-content {
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .hero-item-content {
    padding: 15px;
  }
}

.hero-item-content > span {
  display: block;
  line-height: 1.5;
  margin-bottom: 3px;
}

.hero-item-content h1 {
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item-content h1 {
    font-size: 44px !important;
  }
}

.hero-item-content h1:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-content h1 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item-content h1 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 575px) {
  .hero-item-content h1 {
    font-size: 32px !important;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-item-content h1 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
}

.hero-item-content p {
  font-weight: 600;
  margin-bottom: 55px;
}

.hero-item-content p.text-primary-blue {
  font-size: 24px !important;
}

.hero-item-content p.text-accent-orange-italic {
  font-size: 18px !important;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item-content p {
    margin-bottom: 40px;
  }

  .hero-item-content p.text-primary-blue {
    font-size: 22px !important;
  }

  .hero-item-content p.text-accent-orange-italic {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 575px) {
  .hero-item-content p {
    margin-bottom: 30px;
  }

  .hero-item-content p.text-primary-blue {
    font-size: 20px !important;
  }
}

.hero-item-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hero-item-buttons a svg {
  height: 10px;
  width: 10px;
}

.hero-item-buttons a svg path {
  stroke: currentColor;
  fill: currentColor;
}

@media (max-width: 768px) {
  .hero-item-content {
    padding: 40px 20px;
  }

  .hero-item-content.text-left {
    padding-left: 20px;
  }

  .hero-item-content.text-right {
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 27px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}

/* Text color styling - hero sections */
.hero-subtitle {
  color: #f38b00;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.hero-heading {
  font-family: 'Gotham', Arial, sans-serif !important;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.hero-body-text {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  color: #27518c;
  font-size: 24px;
}

.hero-body-text-italic {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  color: #27518c;
  font-style: italic;
}

.hero-emphasis {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  color: #f38b00;
  font-style: italic;
  font-size: 18px;
}

.carousel-subtitle {
  color: #f38b00;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
  font-style: italic;
}

.carousel-heading-primary {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  color: #1e345d;
}

.swiper-slide .hero-item-content > * {
  opacity: 0;
  transform: translateY(50px);
  transition: var(--transition);
  visibility: hidden;
}

.swiper-slide-active .hero-item-content > * {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.swiper-slide-active .hero-item-content > :first-child {
  transition-delay: 0.6s;
}

.swiper-slide-active .hero-item-content > :nth-child(2) {
  transition-delay: 0.9s;
}

.swiper-slide-active .hero-item-content > :nth-child(3) {
  transition-delay: 1.2s;
}

.hero-item {
  background-color: rgba(255, 255, 255, 1);
}

.hero-item-content.text-left .hero-item-buttons {
  justify-content: start;
}

.hero-item-content.text-center .hero-item-buttons {
  justify-content: center;
}

.hero-item-content.text-right .hero-item-buttons {
  justify-content: end;
}

.hero-item-buttons .btn {
  background-color: rgba(0, 130, 203, 1);
  border: 2px solid rgba(0, 130, 203, 1);
  color: rgba(255, 255, 255, 1);
}

.hero-item-buttons .btn:focus,
.hero-item-buttons .btn:hover {
  background-color: rgba(243, 139, 0, 1);
  border-color: rgba(243, 139, 0, 1);
  color: rgba(255, 255, 255, 1);
}

.hero-item-buttons .btn-light {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(30, 52, 93, 1);
  color: rgba(30, 52, 93, 1) !important;
}

.hero-item-buttons .btn-primary {
  background-color: rgba(0, 130, 203, 1);
  border-color: rgba(0, 130, 203, 1);
  color: rgba(255, 255, 255, 1);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  color: rgba(243, 139, 0, 1);
  width: 75px;
  height: 75px;
}

.hero-slider .swiper-button-prev:focus,
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:focus,
.hero-slider .swiper-button-next:hover {
  color: rgba(9, 107, 216, 1);
}

.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg {
  width: 75px;
  height: 75px;
  stroke-width: 1;
}

.our-history-thumbnail {
  border-radius: 10px;
  display: flex;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.our-history-thumbnail img {
  width: 100%;
}

.our-history-thumbnail-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.our-history h3 {
  bottom: 30px;
  font-weight: 500;
  left: 0;
  margin: 0;
  position: absolute;
  text-transform: capitalize;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-history.text-center p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .our-history h3 {
    bottom: 20px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .our-history h3 {
    font-size: 24px;
  }
}

.our-history-thumbnail-overlay {
  background-image: linear-gradient(to bottom, rgba(255, 206, 113, 0.3), rgba(30, 52, 93, 0.4), rgba(30, 52, 93, 0.75));
}

.our-history.text-left h3 {
  text-align: left;
}

.our-history.text-center h3 {
  text-align: center;
}

.our-history.text-right h3 {
  text-align: right;
}

.our-history.text-left p {
  margin: auto;
  margin-left: 0;
  max-width: 100%;
  text-align: left;
}

.our-history.text-center p {
  margin: auto;
  max-width: 250px;
  text-align: center;
}

.our-history.text-right p {
  margin: auto;
  margin-right: 0;
  max-width: 100%;
  text-align: right;
}

.our-history-thumbnail-overlay {
  background-image: linear-gradient(to bottom, rgba(9, 107, 216, 0.5), rgba(255, 206, 113, 0.56));
}

.our-history.text-left h3 {
  text-align: left;
}

.our-history.text-center h3 {
  text-align: center;
}

.our-history.text-right h3 {
  text-align: right;
}

.our-history.text-left p {
  margin: auto;
  margin-left: 0;
  max-width: 100%;
  text-align: left;
}

.our-history.text-center p {
  margin: auto;
  max-width: 250px;
  text-align: center;
}

.our-history.text-right p {
  margin: auto;
  margin-right: 0;
  max-width: 100%;
  text-align: right;
}

.our-history-thumbnail-overlay {
  background-image: linear-gradient(to bottom, rgba(30, 52, 93, 0.4), rgba(255, 206, 113, 0.35), rgba(30, 52, 93, 0.5));
}

.our-history.text-left h3 {
  text-align: left;
}

.our-history.text-center h3 {
  text-align: center;
}

.our-history.text-right h3 {
  text-align: right;
}

.our-history.text-left p {
  margin: auto;
  margin-left: 0;
  max-width: 100%;
  text-align: left;
}

.our-history.text-center p {
  margin: auto;
  max-width: 250px;
  text-align: center;
}

.our-history.text-right p {
  margin: auto;
  margin-right: 0;
  max-width: 100%;
  text-align: right;
}

.splide__slide {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.splide__slide--nav {
  height: auto;
}

.splide__slide--nav-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none !important;
  opacity: 0.6;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  opacity: 1 !important;
}

.splide__slide__contents {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.splide__slide--image_caption__wrapper {
  height: auto;
  position: relative;
  width: auto;
}

.splide__slide--image__wrapper {
  height: 100%;
}

.splide__slide--image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.splide__pagination__page {
  background: #cccccc !important;
  opacity: 0.5 !important;
}

.splide__pagination__page.is-active {
  opacity: 1 !important;
}

.splide__slide--caption {
  align-self: flex-end;
  box-sizing: border-box;
  height: auto;
  padding: 0.5rem 1rem 0;
}

.splide__toggle {
  align-items: center;
  background: #cccccc;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  opacity: 0.7;
  padding: 1px 6px;
  transition: background-color 0.2s ease;
  width: 1.8rem;
}

.splide_toggle svg {
  fill: initial;
}

.splide__toggle:focus,
.splide__toggle:hover {
  opacity: 1;
}

.splide__controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}

.splide__controls .splide__pagination {
  bottom: auto;
  left: auto;
  padding: 0 0.5rem;
  position: relative;
  transform: none;
  width: auto;
}

.splide__toggle__play {
  margin-left: 2px;
}

.splide__nav {
  margin-top: 0.75rem;
}

button.splide__arrow {
  align-items: center;
  background: #cccccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 2em;
  z-index: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  opacity: 0.7;
  transform: translateY(-50%);
}

button.splide__arrow svg {
  fill: #000000;
  height: 1.2em;
  width: 1.2em;
}

button.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

button.splide__arrow:disabled {
  opacity: 0.3;
}

button.splide__arrow:focus-visible {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

button.splide__arrow--prev {
  left: 1em;
}

button.splide__arrow--prev svg {
  transform: scaleX(-1);
}

button.splide__arrow--next {
  right: 1em;
}

.splide__arrows--rtl button.splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl button.splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl button.splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl button.splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb button.splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb button.splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb button.splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb button.splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb button.splide__arrow--next svg {
  transform: rotate(90deg);
}