@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Besley:ital,wght@0,400..900;1,400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css");
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Slick Slider*/
.slick-track > * {
  outline: none;
  box-shadow: none;
}

/*Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}

.slider-progress {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
.slider-progress .progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3D86CD;
  width: 0%;
  height: 100%;
  transition: width 0.5s linear;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Arrows*/
.slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
}

.slick-arrow {
  background-color: #3D86CD;
  width: 50px;
  height: 50px;
  top: 0;
  left: inherit;
  bottom: 0;
  border: 0;
  border: 1px solid #3D86CD;
  border-radius: 50%;
  margin: auto 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick-arrow::before {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  color: #ffffff;
  font-weight: 900;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  content: "\f104";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  content: "\f105";
}
.slick-arrow:hover {
  background-color: transparent;
  border-color: #3D86CD;
}
.slick-arrow:hover::before {
  color: #3D86CD;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/*Dots*/
.slick-dots {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*Slick Lightbox*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-arrow {
  width: 26px;
  height: 47px;
  padding: 0;
  margin: auto 0;
}
.slick-lightbox .slick-arrow::before {
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-prev {
  left: 20px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/icons/arrow-previous-white.svg");
}
.slick-lightbox .slick-next {
  right: 20px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/icons/arrow-next-white.svg");
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  width: 100%;
  max-width: 80%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  width: 100%;
  max-width: 80%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: 10px auto 0;
}
@media (max-width: 991px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 12px;
  }
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "×";
  font-family: "slick";
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1360px) {
  .container-xl {
    max-width: 1420px;
  }
}

.small-container {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .small-container {
    max-width: 100%;
  }
}

.row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  .order-1 {
    order: 1;
  }
}
.g-0 {
  --bs-gutter-x: 0;
}

.g-5 {
  --bs-gutter-x: 1.8rem;
}

.col {
  -webkit-box-flex: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/*Max Style*/
@media (max-width: 575px) {
  .col-xs {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
/*Min Style*/
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
/* CSS Document */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  margin: 0;
  padding: 0;
  background-color: #001930;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1.7;
  overflow-x: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
body.scroll {
  overflow: hidden;
}
@media (max-width: 1299px) {
  body {
    line-height: 1.6;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

main,
header,
section,
footer {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 0 0 15px;
  }
}

h1,
.h1 {
  font-size: 60px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}

h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 13px;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 12px;
  }
}

p {
  margin: 0 0 25px;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: 700;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

section li strong {
  font-weight: 700;
}
section li a {
  text-decoration: underline;
}
section li a:hover {
  text-decoration: none;
}

hr {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  color: inherit;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
  margin: 0;
}

section ul,
section ol {
  margin-bottom: 15px;
}
section ul li + li,
section ol li + li {
  margin-top: 5px;
}

.no-bullets ul,
.no-bullets ol {
  list-style: none;
  padding: 0;
}

a,
button {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select {
  background-image: url("../images/icons/arrow_drop_down.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #ffffff;
  font-weight: 300 !important;
}

/*Number Field*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea:focus,
input:focus,
select:focus,
a:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.full-width {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-Bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/*Radius*/
.radius {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*Bootstrap CSS*/
.relative {
  position: relative;
}

.z-index {
  z-index: 1;
}

.d-none {
  display: none !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mt-1 {
  margin-top: 1.2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1.2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

@media (min-width: 1200px) {
  .ps-2 {
    padding-left: 2rem !important;
  }
  .pe-2 {
    padding-right: 2rem !important;
  }
  .ps-3 {
    padding-left: 3rem !important;
  }
  .pe-3 {
    padding-right: 3rem !important;
  }
  .ps-4 {
    padding-left: 4rem !important;
  }
  .pe-4 {
    padding-right: 4rem !important;
  }
  .ps-5 {
    padding-left: 5rem !important;
  }
  .pe-5 {
    padding-right: 5rem !important;
  }
}
.align-item-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-item-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.d-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*Common Padding*/
.commonPY {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .commonPY {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .commonPY {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPY {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.commonPT {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .commonPT {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .commonPT {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .commonPT {
    padding-top: 50px;
  }
}

.commonPB {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .commonPB {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .commonPB {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPB {
    padding-bottom: 50px;
  }
}

.largeParagraph p {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .largeParagraph p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .largeParagraph p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .largeParagraph p {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .largeParagraph p {
    font-size: 24px;
  }
}

/*Heading Text*/
.headingText h2, .headingText h3, .headingText h4 {
  font-family: "Besley", sans-serif;
  font-weight: 400;
}
.headingText--uppercase h2, .headingText--uppercase h3, .headingText--uppercase h4, .headingText--uppercase h5, .headingText--uppercase h6 {
  text-transform: uppercase;
}
.headingText.light h2, .headingText.light h3, .headingText.light h4, .headingText.light h5, .headingText.light h6 {
  font-weight: 300;
}
.headingText.medium h2, .headingText.medium h3, .headingText.medium h4, .headingText.medium h5, .headingText.medium h6 {
  font-weight: 500;
}

.subTitle {
  position: relative;
}
.subTitle h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.subTitle--bordered {
  position: relative;
  padding-left: 80px;
}
.subTitle--bordered::before {
  content: "";
  background-color: #3D86CD;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60px;
  margin: auto 0;
}
.subTitle.border-white::before {
  background-color: #ffffff;
}

/*Link Button*/
.link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-btn i {
  color: #3D86CD;
}
.link-btn.uppercase {
  text-transform: uppercase;
}
.link-btn:hover {
  color: #3D86CD;
}

/*Common Button*/
.buttonOuter {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .buttonOuter {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .buttonOuter {
    margin-top: 20px;
  }
}
.buttonOuter.multipleButtons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media (max-width: 767px) {
  .buttonOuter.multipleButtons {
    gap: 8px 12px;
  }
}

.btn {
  font-family: "Lato", sans-serif;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  padding: 16px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.btn:hover {
  background-color: #3D86CD;
  color: #ffffff;
}
.btn i {
  font-size: 16px;
}
.btn img {
  width: 24px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .btn img {
    width: 15px;
    margin-left: 8px;
  }
}
.btn.wide {
  min-width: 140px;
}

.btn-primary {
  background-color: #00305E;
  color: #ffffff;
  border-color: #00305E;
}
.btn-primary:hover {
  background-color: transparent;
  color: #00305E;
}

.btn-white {
  background-color: #ffffff;
  color: #00305E;
  border-color: #ffffff;
}
.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
}

/*Icon Listing*/
.iconListing--two ul {
  column-count: 2;
}
@media (max-width: 360px) {
  .iconListing--two ul {
    column-count: 1;
  }
}
.iconListing--three ul {
  column-count: 3;
}
@media (max-width: 767px) {
  .iconListing--three ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--three ul {
    column-count: 1;
  }
}
.iconListing--four ul {
  column-count: 4;
}
@media (max-width: 991px) {
  .iconListing--four ul {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .iconListing--four ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--four ul {
    column-count: 1;
  }
}

/*Form*/
.form-group {
  /*Checkbox*/
}
.form-group label {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .form-group label {
    font-size: 16px;
  }
}
.form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .form-group .form-control {
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .form-group .form-control {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control {
    height: 40px;
  }
}
.form-group .form-control::placeholder {
  opacity: 1;
  color: #000000;
}
.form-group .form-control.form-control-line {
  background-color: transparent;
  padding-inline: 0;
  border-width: 0 0 1px;
}
.form-group .form-control.form-control-line::placeholder {
  color: #000000;
}
.form-group input[type=search].form-control,
.form-group input.search-control {
  background-image: url("../images/icons/search-icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
}
@media (max-width: 767px) {
  .form-group input[type=search].form-control,
  .form-group input.search-control {
    background-size: 18px;
  }
}
.form-group select.form-control {
  cursor: pointer;
}
.form-group select.form-control option {
  color: #000000;
}
.form-group textarea.form-control {
  height: 152px;
  padding-top: 20px;
  resize: none;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    height: 130px;
  }
}
.form-group .checkbox-label {
  display: inline-flex;
  gap: 15px;
  margin: 0;
}
.form-group .checkbox-label .checkbox-input {
  display: none;
}
.form-group .checkbox-label .checkbox-input + .checkbox-icon-wrapper {
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color ease 0.3s;
}
.form-group .checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon {
  transition: opacity ease 0.3s;
  opacity: 0;
  color: #ffffff;
  font-size: 10px;
}
.form-group .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper {
  background-color: #3D86CD;
  border-color: #3D86CD;
}
.form-group .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
  opacity: 1;
}
.form-group .checkbox-text {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

.form-button {
  margin-top: 30px;
}

/*Pagination*/
.pagination {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;
}
.pagination.mb {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination__button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__button img {
  width: 100%;
}

/*Select2 Style*/
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #001930;
  font-weight: 300;
  border: none;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  width: 100%;
  color: #001930;
  line-height: 32px;
  padding: 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 55px;
  width: 55px;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background-color: #ffffff;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container .select2-selection--multiple {
  position: relative;
  height: auto;
  min-height: 55px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #001930;
  font-weight: 300;
  margin-top: 0;
  margin-left: 0;
  padding-block: 15px;
  padding-inline: 20px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 100%;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 0 5px 0 25px;
  line-height: 100%;
  z-index: 1;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #3D86CD;
  font-weight: 700;
  font-size: 16px;
  border-color: #ffffff;
}

.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ffffff;
}

/*Results Options*/
.select2-container .select2-dropdown {
  width: 100%;
  display: block;
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  left: -100000px;
  z-index: 1051;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  display: block;
  padding: 10px;
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  height: 35px;
  border-color: #ffffff;
  padding-inline: 15px;
}
.select2-container .select2-results {
  padding: 0;
}
.select2-container .select2-results ul {
  background: #ffffff;
  border: inherit;
}
.select2-container .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
}

.select2-container.select2-container--default .select2-results__option--selected {
  background-color: #ffffff;
}

/*Parallax*/
.parallax {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.parallax.show {
  opacity: 1;
  transform: translateY(0);
}

/* Delay system */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/*Bounce*/
.bounce {
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*Scroll Down*/
.scrollDown {
  width: 40px;
  margin-top: 70px;
  cursor: pointer;
  animation: bounce2 2s ease infinite;
}
@media (max-width: 1199px) {
  .scrollDown {
    width: 35px;
    margin-top: 50px;
  }
}
.scrollDown img {
  max-width: 27px;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*Header*/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(61, 134, 205, 0.5);
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.sticky {
  background-color: #00284d;
  border-bottom: none;
}
.header.sticky .buttonOuter .headButton:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3D86CD;
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .utilityNavbar {
  background-color: #001930;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .header .utilityNavbar {
    display: none;
  }
}
.header .utilityNavbar ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.header .utilityNavbar ul li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .header .utilityNavbar ul li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .header .utilityNavbar ul li {
    font-size: 10px;
    letter-spacing: normal;
  }
}
.header .utilityNavbar ul li a {
  color: #ffffff;
  padding: 18px 22px;
}
@media (max-width: 991px) {
  .header .utilityNavbar ul li a {
    padding: 14px 18px;
  }
}
@media (max-width: 767px) {
  .header .utilityNavbar ul li a {
    padding-inline: 15px;
  }
}
.header .utilityNavbar ul li a:hover {
  color: #3D86CD;
}
.header .utilityNavbar ul li a.navBtn {
  background-color: #3D86CD;
  padding-inline: 40px;
}
@media (max-width: 991px) {
  .header .utilityNavbar ul li a.navBtn {
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .header .utilityNavbar ul li a.navBtn {
    padding-inline: 15px;
  }
}
.header .utilityNavbar ul li a.navBtn:hover {
  color: #001930;
}
.header__inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header__inner {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header__inner {
    padding-block: 10px;
  }
}
.header .logo {
  position: relative;
  margin-top: -70px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header .logo {
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .header .logo {
    margin-top: 0;
  }
}
.header .logo a {
  display: block;
}
.header .logo img {
  max-width: 100%;
  max-height: 136px;
}
@media (max-width: 1199px) {
  .header .logo img {
    max-height: 125px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 85px;
  }
}
@media (max-width: 575px) {
  .header .logo img {
    max-height: 65px;
  }
}
.header.active .logo {
  z-index: 101;
}
.header.hide {
  z-index: -1;
}

.navigation__inner {
  background-color: transparent;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .navigation__inner {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .navigation__inner {
    background-color: #001930;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 2px 0 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 2px 0 10px 0 rgba(255, 255, 255, 0.1);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation__inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 40px;
  }
  .navigation__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
.navigation__inner .buttonOuter .headButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 40px;
  text-transform: uppercase;
  border: 1px solid rgb(126, 187, 245);
  letter-spacing: 1px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter .headButton {
    font-size: 16px;
  }
}
.navigation__inner .buttonOuter .headButton span {
  background-color: #3D86CD;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navigation__inner .buttonOuter .headButton:hover {
  background-color: rgb(126, 187, 245);
  color: #ffffff;
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter {
    padding-inline: 15px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar {
    height: calc(100vh - 230px);
    margin-top: 130px;
    margin-bottom: 30px;
    padding: 20px 15px;
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .navigation #navbar {
    margin-top: 100px;
  }
}
.navigation #navbar > ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  .navigation #navbar > ul {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
.navigation #navbar > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navigation #navbar > ul > li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.navigation #navbar li {
  position: relative;
  margin: 0;
}
.navigation #navbar li > a {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  padding: 0;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .navigation #navbar li > a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li > a {
    display: block;
    font-size: 20px;
  }
}
.navigation #navbar li .dropdownMenu {
  padding: 15px;
  border-top: 5px solid #6CADEC;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navigation #navbar li .dropdownMenu a {
  font-size: 16px;
  color: #000000;
  padding: 10px;
  line-height: normal;
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu a {
    font-size: 16px;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu.megaMenu .container {
    padding-inline: 0;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 25%;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 33.3333%;
  }
}
@media (max-width: 767px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 50%;
  }
}
@media (max-width: 479px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 100%;
  }
}
.navigation #navbar li .dropdownMenu .menuTitle {
  min-height: 60px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #3D86CD;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.navigation #navbar li .dropdownMenu .menuTitle h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu .menuTitle h4 {
    font-size: 14px;
    color: #ffffff;
  }
}
.navigation #navbar li.megaMenuHolder {
  position: inherit;
}
.navigation #navbar li.dropdownHolder > a:after {
  content: "";
  border-top: #ffffff 5px solid;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navigation #navbar li.dropdownHolder > a:after {
    display: none;
  }
}
.navigation #navbar li.dropdownHolder:hover > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation #navbar li .navbar_menuCarot {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 15px;
  margin-block: auto;
  display: none;
}
@media (max-width: 991px) {
  .navigation #navbar li .navbar_menuCarot {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.navigation #navbar li .navbar_menuCarot svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation #navbar li .navbar_menuCarot svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation #navbar li:hover > a, .navigation #navbar li.active > a {
  color: #6CADEC;
}
.navigation #navbar li:hover > a:after, .navigation #navbar li.active > a:after {
  border-top-color: #6CADEC;
}
@media (min-width: 992px) {
  .navigation #navbar li:hover .navbar_menuCarot svg, .navigation #navbar li.active .navbar_menuCarot svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navigation #navbar li:hover .navbar_menuCarot svg path, .navigation #navbar li.active .navbar_menuCarot svg path {
    fill: #6CADEC;
  }
}
@media (min-width: 992px) {
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    background-color: #ffffff;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu.megaMenu {
    width: 100%;
    padding: 40px 0;
  }
  .navigation #navbar li.dropdownHolder:hover .dropdownMenu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li.dropdownHolder {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot {
    top: 3px;
    right: 0;
    background-color: transparent;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-block: 0;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot svg {
    width: 10px;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot.active svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    display: none;
    width: 100%;
    padding: 0;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu::before {
    content: none;
  }
  .navigation #navbar li.dropdownHolder:hover .navbar__menuCarot svg {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*Mobile Navigation*/
.menuIcon {
  position: relative;
  width: 30px;
  height: 25px;
  display: none;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 991px) {
  .menuIcon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.menuIcon span {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuIcon span:nth-child(2) {
  width: 80%;
  margin: 8px 0;
  margin-left: auto;
}
.menuIcon.active {
  top: -30px;
  z-index: 101;
}
@media (max-width: 575px) {
  .menuIcon.active {
    top: 0;
  }
}
.menuIcon.active span:nth-child(1) {
  -moz-transform: rotate(45deg) translate(8px, 8px);
  -o-transform: rotate(45deg) translate(8px, 8px);
  -ms-transform: rotate(45deg) translate(8px, 8px);
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
}
.menuIcon.active span:nth-child(2) {
  opacity: 0;
}
.menuIcon.active span:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(7px, -7px);
  -o-transform: rotate(-45deg) translate(7px, -7px);
  -ms-transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

/*Leadership and Staff Asidebar*/
.staffInfo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: right 0.5s ease, opacity 0.5s ease;
}
.staffInfo .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.staffInfo .closeButton {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 103;
}
.staffInfo .closeButton img {
  width: 100%;
}
.staffInfo .staffInfoInner {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #3D86CD;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 100px 0 40px;
  z-index: 102;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .staffInfo .staffInfoInner {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .staffInfo .staffInfoInner {
    max-width: 480px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .staffInfo .staffInfoInner {
    max-width: 90%;
    padding-bottom: 20px;
  }
}
.staffInfo .informationData {
  height: 100%;
  padding: 0 50px;
  overflow: auto;
}
@media (max-width: 767px) {
  .staffInfo .informationData {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .staffInfo .informationData {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .staffInfo .informationData {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.staffInfo .informationData__image img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .staffInfo .informationData__image img {
    max-width: 250px;
  }
}
@media (max-width: 479px) {
  .staffInfo .informationData__image img {
    max-width: 220px;
  }
}
.staffInfo .informationData__bio {
  padding-top: 20px;
}
.staffInfo .informationData__bio h4 {
  font-family: "Besley", sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.staffInfo .informationData__bio h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
}
.staffInfo .informationData__disc {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .staffInfo .informationData__disc {
    padding-top: 10px;
  }
}
.staffInfo.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.staffInfo.active .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.staffInfo.active .staffInfoInner {
  right: 0;
}

/*Footer*/
.footer--bg {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer .bgGradient {
  position: relative;
}
.footer .bgGradient::before {
  content: "";
  background: #001930;
  background: linear-gradient(0deg, rgba(0, 25, 48, 0) 0%, rgb(0, 25, 48) 100%);
  position: absolute;
  top: 0;
  right: 0;
  height: 40%;
  width: 100%;
  pointer-events: none;
}
.footer .bgGradient > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__top {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .logo {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    margin-top: 15px;
  }
}
.footer .logo a {
  display: inline-block;
}
.footer .logo img {
  max-width: 100%;
  max-height: 136px;
}
@media (max-width: 1199px) {
  .footer .logo img {
    max-height: 125px;
  }
}
@media (max-width: 991px) {
  .footer .logo img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .footer .logo img {
    max-height: 85px;
  }
}
@media (max-width: 575px) {
  .footer .logo img {
    max-height: 65px;
  }
}
.footer .headingText h5 {
  font-family: "Besley", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}
.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footerLinks {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer .footerLinks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.footer .footerLinks a {
  display: inline-block;
}
.footer .footerLinks a:hover {
  text-decoration: underline;
}
.footer .footerLinks ul, .footer .footerLinks ol {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer .footerLinks ul, .footer .footerLinks ol {
    gap: 30px;
  }
}
.footer .footerLinks ul li, .footer .footerLinks ol li {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer .footerLinks ul li, .footer .footerLinks ol li {
    font-size: 12px;
  }
}
.footer .copyRight {
  text-align: center;
}
.footer .copyRight p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.footer .socialMedia {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer .socialMedia {
    gap: 15px;
    margin-bottom: 10px;
    margin-inline: auto;
  }
}
.footer .socialMedia a {
  font-size: 18px;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .socialMedia a:hover {
  color: #3D86CD;
}

/*Hero Section*/
.heroBanner {
  position: relative;
  background-color: #001930;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100dvh;
  min-height: 800px;
  padding-top: 10rem;
  overflow-x: visible;
}
@media (max-width: 1199px) {
  .heroBanner {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .heroBanner {
    height: 100%;
    min-height: 650px;
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  .heroBanner {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .heroBanner {
    min-height: 450px;
    padding-top: 5rem;
  }
}
.heroBanner video,
.heroBanner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  vertical-align: middle;
}
.heroBanner .placeholderImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.heroBanner .z-index {
  position: relative;
  z-index: 4;
}
.heroBanner__bgImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner.gradient::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #073657;
  background: linear-gradient(300deg, rgba(7, 54, 87, 0.7) 0%, rgba(24, 109, 170, 0.7) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.heroBanner__content {
  position: relative;
  gap: 30px;
}
.heroBanner__content h1 {
  font-family: "Lato", sans-serif;
  font-size: 65px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .heroBanner__content h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content h1 {
    font-size: 7vw;
  }
}
.heroBanner__content h1 span {
  font-family: "Besley", sans-serif;
  font-style: italic;
}
.heroBanner__content h5 {
  font-family: "Besley", sans-serif;
  color: #91B6DB;
  font-weight: 300;
  letter-spacing: 2px;
}
.heroBanner__content p {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .heroBanner__content p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .heroBanner__content p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .heroBanner__content p {
    font-size: 15px;
  }
}
.heroBanner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  background: #6CADEC;
  width: 1px;
  height: 100px;
  opacity: 0.5;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1199px) {
  .heroBanner::after {
    height: 80px;
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .heroBanner::after {
    height: 70px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .heroBanner::after {
    height: 60px;
  }
}
.heroBanner--inner {
  height: auto;
}
.heroBanner--inner::after {
  display: none;
}
.heroBanner--inner h1 {
  font-family: "Besley", sans-serif;
  font-size: 70px;
  font-weight: 300;
  text-transform: none;
  text-align: left;
  line-height: 1;
}
@media (max-width: 1199px) {
  .heroBanner--inner h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .heroBanner--inner h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .heroBanner--inner h1 {
    font-size: 35px;
  }
}
.heroBanner .bannerParagraph {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .heroBanner .bannerParagraph {
    padding-top: 3rem;
  }
}
@media (max-width: 575px) {
  .heroBanner .bannerParagraph {
    padding-top: 2rem;
  }
}

.dateText {
  display: block;
  font-size: 12px;
  color: #A7A9AC;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}

/*Common Slick Arrows*/
.slick-arrow {
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: 18px;
  }
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover::before {
  color: #ffffff;
}
.slick-arrow.slick-prev {
  background-image: url("../images/icons/left-arrow.svg");
}
.slick-arrow.slick-next {
  background-image: url("../images/icons/right-arrow.svg");
}

/*Intro*/
@media (min-width: 1200px) {
  .intro__img {
    padding-right: 3rem;
  }
}
.intro__img iframe, .intro__img video {
  height: 550px;
}
@media (max-width: 991px) {
  .intro__img iframe, .intro__img video {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .intro__img iframe, .intro__img video {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .intro__img iframe, .intro__img video {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .intro__content {
    padding-top: 30px;
  }
}
.intro__content .textIcons {
  padding-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.intro__content .textIcons__grid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.intro__content .textIcons__grid img {
  max-height: 30px;
}
.intro__content .textIcons__grid span {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .intro__content .textIcons__grid span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .intro__content .textIcons__grid span {
    font-size: 20px;
  }
}

/*Featured Event*/
.featuredEvent .bgGradient {
  position: relative;
}
.featuredEvent .bgGradient::before {
  content: "";
  background: #AFAFAB;
  background: linear-gradient(300deg, rgb(175, 175, 171) 0%, rgb(140, 139, 134) 100%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .featuredEvent .bgGradient::before {
    width: 100%;
  }
}
.featuredEvent--bg {
  background-size: 50%;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .featuredEvent--bg {
    background-size: 50% 100%;
  }
}
@media (max-width: 991px) {
  .featuredEvent--bg {
    background-image: none !important;
  }
}
.featuredEvent__cntnt {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
@media (min-width: 992px) {
  .featuredEvent__cntnt {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .featuredEvent__cntnt {
    padding-left: 100px;
  }
}
@media (max-width: 1399px) {
  .featuredEvent__cntnt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .featuredEvent__cntnt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .featuredEvent__cntnt {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .featuredEvent__cntnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.featuredEvent .mobileShow {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .featuredEvent .mobileShow {
    display: none;
  }
}
.featuredEvent .mobileShow img {
  width: 100%;
}

/*Event List*/
.eventList__inner {
  padding-top: 50px;
}
.eventList .headingText {
  padding-right: 5.5rem;
}
.eventList .eventsTile {
  padding: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .eventList .eventsTile {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .eventList .eventsTile {
    padding: 20px;
  }
}
.eventList .eventsTile .subTitle {
  margin-bottom: 15px;
}
.eventList .eventsTile .subTitle h6 {
  color: #3D86CD;
}
.eventList .eventsTile p a {
  color: #ffffff;
}
.eventList .eventsTile .dateText {
  margin-top: 0;
}
.eventList .slick-current .eventsTile {
  background-color: rgba(255, 255, 255, 0.07);
}
.eventList .slick-arrow {
  margin-top: -105px;
}
@media (max-width: 767px) {
  .eventList .slick-arrow {
    margin-top: -90px;
  }
}
.eventList .slick-arrow.slick-prev {
  left: inherit;
  right: 50px;
}
.eventList--static .headingText {
  padding-right: 0;
}
.eventList--static .eventsTile {
  padding-inline: 0;
}
.eventList--static .eventsTile p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .eventList--static .eventsTile p {
    padding-right: 4rem;
  }
}

/*Quote*/
.quote--bg {
  background-size: contain;
  background-position: 30% center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .quote--bg {
    background-size: 70%;
    background-position: center 15%;
  }
}
@media (min-width: 1200px) {
  .quote__content {
    padding-right: 3rem;
  }
}
.quote__content hr {
  width: 60px;
  margin: 25px 0;
}
.quote__content .quoteBio h5 {
  margin-bottom: 0;
  font-weight: 700;
}
.quote__content .quoteBio small {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 991px) {
  .quote__content .quoteBio small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .quote__content .quoteBio small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .quote__img {
    margin-top: 30px;
  }
}
.quote__img iframe, .quote__img video {
  height: 550px;
}
@media (max-width: 991px) {
  .quote__img iframe, .quote__img video {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .quote__img iframe, .quote__img video {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .quote__img iframe, .quote__img video {
    height: 300px;
  }
}

/*CTA*/
.cta {
  padding-bottom: 50px;
}
.cta__inner {
  background-color: #3D86CD;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .cta__inner {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .cta__inner {
    padding: 30px;
  }
}
.cta__inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta__inner .buttonOuter {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cta__inner .buttonOuter {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cta__inner .buttonOuter {
    margin-top: 30px;
  }
}

/*Table*/
.table-responsive {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table td, .table th {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding: 0.5rem 1rem;
}
.table th {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .table th {
    font-size: 16px;
  }
}
.table td {
  font-size: 16px;
}
@media (max-width: 767px) {
  .table td {
    font-size: 14px;
  }
}
.table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

/*About*/
/*Content Block*/
.contentBlockInner + .contentBlockInner {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .contentBlockInner + .contentBlockInner {
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .contentBlockInner + .contentBlockInner {
    margin-top: 2rem;
  }
}
.contentBlockInner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentBlockInner:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .contentBlockInner:nth-child(even) .contentBlockContent {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockImage {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contentBlockInner .contentBlockContent {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockContent {
    margin-top: 30px;
  }
}

/*Video*/
.video_wrapper {
  width: 100%;
  overflow: hidden;
}
.video_wrapper video,
.video_wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}

/*Paragraph Block*/
.paragraphBlock {
  padding-top: 50px;
}

/*Photo Gallery*/
.photoGallerySlider .slick-arrow {
  margin-block: auto;
}
.photoGallerySlider .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1499px) {
  .photoGallerySlider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.photoGallerySlider .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1499px) {
  .photoGallerySlider .slick-arrow.slick-next {
    right: 20px;
  }
}
.photoGallerySlider .photoGalleryImg {
  height: 650px;
  cursor: zoom-in;
}
@media (max-width: 1199px) {
  .photoGallerySlider .photoGalleryImg {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .photoGallerySlider .photoGalleryImg {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .photoGallerySlider .photoGalleryImg {
    height: 300px;
  }
}
.photoGallerySlider .photoGalleryImg .photo-gallery-img {
  width: 100%;
  height: 100%;
}

/*Linear Block*/
.linearBlock__inner {
  padding: 20px 0;
}
.linearBlock__inner:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .linearBlock__inner > .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1200px) {
  .linearBlock__inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.linearBlock__content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .linearBlock__content {
    margin-top: 20px;
  }
}
.linearBlock__content h3 {
  font-family: "Besley", sans-serif;
  font-weight: 400;
}

/*FAQ*/
.faq__accordionBlock {
  padding-top: 30px;
}
.faq__accordion {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  padding-block: 15px;
}
.faq .accordion-btn {
  width: 100%;
  text-align: left;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.faq .accordion-btn h5 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .faq .accordion-btn h5 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .faq .accordion-btn h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn h5 {
    font-size: 18px;
  }
}
.faq .accordion-btn .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #3D86CD;
  text-align: center;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1299px) {
  .faq .accordion-btn .icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .faq .accordion-btn .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-btn .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
.faq .accordion-btn .icon::before {
  content: "+";
  font-family: "Font Awesome 7 Pro";
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .faq .accordion-btn .icon::before {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-btn .icon::before {
    font-size: 32px;
  }
}
.faq .accordion-btn.active .icon {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq .accordion-content {
  padding-block-start: 10px;
}

/*Contact Form*/
.contactForm__inner .row {
  --bs-gutter-y: 20px;
}

/*Leadership*/
.leadership .openBio {
  cursor: pointer;
}
.leadership__inner {
  padding-top: 65px;
}
.leadership__inner .row {
  --bs-gutter-y: 20px;
}
.leadership__image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 399px) {
  .leadership__image {
    height: auto;
  }
}
.leadership__bio {
  padding-top: 15px;
}
.leadership__bio h4 {
  font-family: "Besley", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .leadership__bio h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .leadership__bio h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .leadership__bio h4 {
    font-size: 20px;
  }
}
.leadership__bio h5 {
  font-size: 18px;
  font-weight: 400;
  color: #7EBBF5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .leadership__bio h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .leadership__bio h5 {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .leadership .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
