@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Elite&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: #DD0C0B;
  width: 50px;
  height: 50px;
  top: 0;
  left: inherit;
  bottom: 0;
  border: 0;
  border: 1px solid #DD0C0B;
  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: #DD0C0B;
}
.slick-arrow:hover::before {
  color: #DD0C0B;
}

.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 {
  padding: 10px;
  margin: auto 0;
}
.slick-lightbox .slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-lightbox .slick-prev {
  left: 20px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/icons/left-arrow-long.svg");
}
.slick-lightbox .slick-next {
  right: 20px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/icons/right-arrow-long.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: 85%;
  display: block;
  margin: 0 auto;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  width: 100%;
  max-width: 85%;
  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: 85%;
  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;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  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: 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 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: #DD0C0B;
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 0 0 15px;
  }
}

h1,
.h1 {
  font-size: 100px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}

h2,
.h2 {
  font-size: 80px;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 50px;
}
@media (max-width: 1299px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

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

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

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

p {
  margin: 0 0 25px;
}
p:last-of-type {
  margin-bottom: 0;
}
p strong {
  font-weight: 700;
}
p a {
  color: #000000;
  text-decoration: underline;
}
p a:hover {
  color: #DD0C0B;
}

section li strong {
  font-weight: 700;
}
section li a {
  color: #000000;
  text-decoration: underline;
}
section li a:hover {
  color: #DD0C0B;
}

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-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.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.white p {
  color: #ffffff;
}
.largeParagraph p {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .largeParagraph p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .largeParagraph p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .largeParagraph p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .largeParagraph p {
    font-size: 16px;
  }
}

/*Heading Text*/
.headingText h2, .headingText h3, .headingText h4, .headingText h5, .headingText h6 {
  font-family: "Big Shoulders", sans-serif;
}
.headingText--black h2, .headingText--black h3, .headingText--black h4, .headingText--black h5, .headingText--black h6 {
  color: #000000;
}
.headingText--black h2 a, .headingText--black h3 a, .headingText--black h4 a, .headingText--black h5 a, .headingText--black h6 a {
  color: #000000;
}
.headingText--white h2, .headingText--white h3, .headingText--white h4, .headingText--white h5, .headingText--white h6 {
  color: #ffffff;
}
.headingText--white h2 a, .headingText--white h3 a, .headingText--white h4 a, .headingText--white h5 a, .headingText--white h6 a {
  color: #ffffff;
}
.headingText--ltrSpacing h2, .headingText--ltrSpacing h3, .headingText--ltrSpacing h4, .headingText--ltrSpacing h5, .headingText--ltrSpacing h6 {
  letter-spacing: 0.4rem;
}
@media (max-width: 991px) {
  .headingText--ltrSpacing h2, .headingText--ltrSpacing h3, .headingText--ltrSpacing h4, .headingText--ltrSpacing h5, .headingText--ltrSpacing h6 {
    letter-spacing: 1px;
  }
}
.headingText--extraLtrSpacing h2, .headingText--extraLtrSpacing h3, .headingText--extraLtrSpacing h4, .headingText--extraLtrSpacing h5, .headingText--extraLtrSpacing h6 {
  letter-spacing: 0.7rem;
}
@media (max-width: 991px) {
  .headingText--extraLtrSpacing h2, .headingText--extraLtrSpacing h3, .headingText--extraLtrSpacing h4, .headingText--extraLtrSpacing h5, .headingText--extraLtrSpacing h6 {
    letter-spacing: 2px;
  }
}
.headingText--uppercase h2, .headingText--uppercase h3, .headingText--uppercase h4, .headingText--uppercase h5, .headingText--uppercase h6 {
  text-transform: uppercase;
}
.headingText.line-height h2, .headingText.line-height h3, .headingText.line-height h4, .headingText.line-height h5, .headingText.line-height h6 {
  line-height: 1.3;
}
.headingText.light h2, .headingText.light h3, .headingText.light h4, .headingText.light h5, .headingText.light h6 {
  font-weight: 300;
}
.headingText.regular h2, .headingText.regular h3, .headingText.regular h4, .headingText.regular h5, .headingText.regular h6 {
  font-weight: 400;
}
.headingText.medium h2, .headingText.medium h3, .headingText.medium h4, .headingText.medium h5, .headingText.medium h6 {
  font-weight: 500;
}
.headingText.semi-bold h2, .headingText.semi-bold h3, .headingText.semi-bold h4, .headingText.semi-bold h5, .headingText.semi-bold h6 {
  font-weight: 500;
}
.headingText.bold h2, .headingText.bold h3, .headingText.bold h4, .headingText.bold h5, .headingText.bold h6 {
  font-weight: 700;
}

/*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;
  }
}
@media (min-width: 1200px) {
  .buttonOuter.align-right {
    text-align: right;
  }
}
.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 {
  position: relative;
  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-family: "Big Shoulders", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  padding: 14px 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #DD0C0B;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  -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: 575px) {
  .btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}
.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::before, .btn::after {
  content: "";
  position: absolute;
  background-color: #DD0C0B;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn::before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
}
.btn::after {
  top: -100%;
  right: 0;
  width: 1px;
  height: 100%;
}
.btn:hover {
  color: #DD0C0B;
}
.btn:hover::before {
  left: 0;
}
.btn:hover::after {
  top: 0;
}

.btn-black {
  color: #000000;
}

/*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: "Roboto", 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: 0;
  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: "Roboto", 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  padding: 55px 0;
}
@media (max-width: 1199px) {
  .pagination {
    gap: 2rem;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .pagination {
    gap: 1rem;
    padding: 30px 0;
  }
}
.pagination__counter {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.pagination__counter > * {
  font-family: "Big Shoulders", sans-serif;
  font-size: 18px;
  color: #DD0C0B;
  font-weight: 600;
  letter-spacing: 2px;
}
.pagination__arrows {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.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: "Roboto", 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: "Roboto", 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: "Roboto", 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(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-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(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-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(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@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(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/*Header*/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  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: rgba(0, 0, 0, 0.95);
}
.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: 15px 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: 10px 0;
  }
}
.header .logo {
  position: relative;
  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;
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  max-width: 100%;
  max-height: 96px;
}
@media (max-width: 1199px) {
  .header .logo img {
    max-height: 88px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 78px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 68px;
  }
}
@media (max-width: 575px) {
  .header .logo img {
    max-height: 58px;
  }
}
.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: #000000;
    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 .headButton {
    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-family: "Big Shoulders", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .navigation #navbar li > a {
    display: block;
    font-size: 20px;
  }
}
.navigation #navbar li .dropdownMenu {
  padding: 15px;
  border-top: 5px solid #DD0C0B;
  -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 li + li {
  margin-top: 12px;
}
.navigation #navbar li .dropdownMenu a {
  color: #000000;
  line-height: normal;
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu a {
    font-size: 14px;
    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.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: #DD0C0B;
}
.navigation #navbar li:hover > a:after, .navigation #navbar li.active > a:after {
  border-top-color: #DD0C0B;
}
@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: #DD0C0B;
  }
}
@media (min-width: 992px) {
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    background-color: #ffffff;
    width: 200px;
    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 {
  z-index: 101;
}
.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: #212121;
  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;
  color: #ffffff;
}
.staffInfo .informationData__bio h6 {
  font-size: 16px;
  color: #8D8D8D;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 0;
}
@media (max-width: 1199px) {
  .staffInfo .informationData__bio h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .staffInfo .informationData__bio h6 {
    font-size: 14px;
  }
}
.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 {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../images/icons/waves2.svg");
  background-position: 22% top;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer--bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer__top {
  padding: 50px 0 65px;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 30px 0;
  }
}
.footer__top .logo {
  position: relative;
  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;
}
.footer__top .logo a {
  display: inline-block;
}
.footer__top .logo img {
  max-width: 100%;
  max-height: 96px;
}
@media (max-width: 1199px) {
  .footer__top .logo img {
    max-height: 88px;
  }
}
@media (max-width: 991px) {
  .footer__top .logo img {
    max-height: 78px;
  }
}
@media (max-width: 767px) {
  .footer__top .logo img {
    max-height: 68px;
  }
}
@media (max-width: 575px) {
  .footer__top .logo img {
    max-height: 58px;
  }
}
.footer__top .footerLinks {
  position: relative;
}
@media (max-width: 767px) {
  .footer__top .footerLinks {
    padding: 30px 0;
  }
}
.footer__top .footerLinks ul, .footer__top .footerLinks ol {
  width: 100%;
  column-count: 2;
  column-gap: 20px;
  list-style: none;
  padding-left: 0;
}
.footer__top .footerLinks ul li, .footer__top .footerLinks ol li {
  font-family: "Big Shoulders", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer__top .footerLinks ul li, .footer__top .footerLinks ol li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer__top .footerLinks ul li, .footer__top .footerLinks ol li {
    font-size: 16px;
  }
}
.footer__top .footerLinks a {
  display: inline-block;
}
.footer__top .footerLinks a:hover {
  color: #DD0C0B;
}
.footer__top .socialMedia {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__top .socialMedia {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__top .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__top .socialMedia a:hover {
  color: #DD0C0B;
}
.footer__bottom {
  padding-bottom: 30px;
}
.footer__bottom .footerLinks {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
  font-size: 12px;
  font-weight: 400;
}
.footer__bottom .footerLinks a {
  display: inline-block;
  color: #8D8D8D;
}
.footer__bottom .footerLinks a:hover {
  text-decoration: underline;
}
.footer__bottom .footerLinks ul, .footer__bottom .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__bottom .footerLinks ul, .footer__bottom .footerLinks ol {
    gap: 30px;
  }
}
.footer__bottom .footerLinks ul li, .footer__bottom .footerLinks ol li {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__bottom .footerLinks ul li, .footer__bottom .footerLinks ol li {
    font-size: 12px;
  }
}
.footer__bottom .copyRight {
  margin-top: 15px;
}
.footer__bottom .copyRight p {
  font-size: 12px;
  color: #8D8D8D;
  font-weight: 400;
  margin: 0;
}

/*Bg Colors*/
.blackBg {
  background-color: #000000;
}

.whiteBg {
  background-color: #ffffff;
}

/*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;
  padding-bottom: 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;
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .heroBanner {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .heroBanner {
    min-height: 450px;
    padding-top: 5rem;
    padding-bottom: 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, .heroBanner.gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.heroBanner.gradient::before {
  background-color: #000000;
  opacity: 0.6;
}
.heroBanner.gradient::after {
  background-image: url("../images/icons/waves.svg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.heroBanner__content {
  position: relative;
}
.heroBanner__content h1 {
  font-family: "Special Elite", system-ui;
  font-size: 130px;
  color: #ffffff;
  font-weight: 400;
  line-height: 0.9;
  text-align: left;
  margin: 0;
}
@media (max-width: 1199px) {
  .heroBanner__content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content h1 {
    font-size: 8vw;
  }
}
.heroBanner__content h1 br {
  display: block;
}
.heroBanner__content h5 {
  font-family: "Special Elite", system-ui;
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.heroBanner--inner {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heroBanner--inner h1 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .heroBanner--inner h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .heroBanner--inner h1 {
    font-size: 80px;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 767px) {
  .heroBanner--inner h1 {
    font-size: 70px;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 575px) {
  .heroBanner--inner h1 {
    font-size: 8vw;
  }
}
.heroBanner--inner h5 {
  text-align: center;
}
.heroBanner .scroller {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}
.heroBanner .scroller__inner {
  padding: 0 20px;
  text-align: right;
}
@media (max-width: 991px) {
  .heroBanner .scroller__inner {
    padding: 0;
  }
}
.heroBanner .scroller__button {
  position: relative;
  width: 100%;
  max-width: 250px;
  min-height: 50px;
  display: inline-block;
  font-family: "Big Shoulders", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  padding-right: 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .heroBanner .scroller__button {
    min-height: auto;
    padding-right: 0;
    bottom: 20px;
  }
  .heroBanner .scroller__button span {
    display: none;
  }
}
.heroBanner .scroller__button::before, .heroBanner .scroller__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 5px;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.heroBanner .scroller__button::before {
  height: 100%;
  opacity: 0.1;
}
@media (max-width: 575px) {
  .heroBanner .scroller__button::before {
    height: 50px;
  }
}
.heroBanner .scroller__button::after {
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 15px;
}
.heroBanner .scroller__button:hover {
  color: #DD0C0B;
}
.heroBanner .scroller__button:hover::after {
  background-color: #DD0C0B;
}

/*Fluid Slider with Arrow Style*/
.fluidSlider {
  padding-bottom: 50px;
}
.fluidSlider::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: calc(100% - 120px);
  height: 1px;
}
.fluidSlider .slick-track {
  margin-left: inherit;
}
.fluidSlider .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  top: initial;
  bottom: 0;
}
.fluidSlider .slick-arrow.slick-prev {
  background-image: url("../images/icons/left-arrow.svg");
  left: initial;
  right: 50px;
}
.fluidSlider .slick-arrow.slick-next {
  background-image: url("../images/icons/right-arrow.svg");
  right: 0;
}
.fluidSlider .slick-arrow::before {
  display: none;
}

/*Intro*/
.intro--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro.gradient::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
}
.intro > * {
  z-index: 1;
}
@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;
  }
}
.intro__content {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #DD0C0B;
  color: #ffffff;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .intro__content {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .intro__content .buttonOuter {
    text-align: right;
    margin-top: 0;
  }
}

/*Latest News*/
.latestNews {
  overflow: hidden;
}
@media (max-width: 991px) {
  .latestNews .newsListingSlide {
    padding-top: 30px;
  }
}
.latestNews .newsListingSlide .slick-list {
  width: 100vw;
  margin-left: -15px;
}

.newsCard {
  padding: 0 15px;
}
.newsCard.px-0 {
  padding-inline: 0;
}
.newsCard__img {
  border-bottom: 5px solid #DD0C0B;
}
.newsCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsCard__text {
  padding: 15px 0 0;
}
.newsCard__text * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsCard:hover h6 {
  color: #DD0C0B;
}

/*Tabs*/
.tabSection {
  background-color: #191A1B;
}
.tabSection .tabs {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tabSection .tabs {
    margin-bottom: 0;
  }
}
.tabSection .tab-buttons {
  position: relative;
  border-bottom: 1px solid #DD0C0B;
}
@media (min-width: 992px) {
  .tabSection .tab-buttons {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    overflow-x: auto; /* enable horizontal scroll */
    white-space: nowrap; /* prevent line breaks */
    scroll-behavior: smooth; /* smooth scrolling */
    -ms-overflow-style: none; /* IE/Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tabSection .tab-buttons::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
  }
}
@media (max-width: 991px) {
  .tabSection .tab-buttons {
    display: block;
    border-bottom: 0;
  }
}
.tabSection .tab-buttons .tab-btn {
  position: relative;
  font-family: "Big Shoulders", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 25px 0;
}
.tabSection .tab-buttons .tab-btn::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
}
.tabSection .tab-buttons .tab-btn.active::before, .tabSection .tab-buttons .tab-btn:hover::before {
  width: 100%;
  -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: 1399px) {
  .tabSection .tab-buttons .tab-btn {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  .tabSection .tab-buttons .tab-btn {
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .tabSection .tab-buttons .tab-btn {
    width: 100%;
    font-size: 20px;
    text-align: left;
    letter-spacing: 2px;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #DD0C0B;
  }
  .tabSection .tab-buttons .tab-btn::before {
    display: none;
  }
  .tabSection .tab-buttons .tab-btn::after {
    content: "+";
    font-size: 38px;
    font-weight: 300;
    line-height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tabSection .tab-buttons .tab-btn.active::after {
    content: "−";
  }
}
.tabSection .tab-content {
  color: #ffffff;
}
@media (max-width: 991px) {
  .tabSection .tab-content {
    padding: 20px 0;
  }
  .tabSection .tab-content .faq__accordionBlock {
    padding-top: 10px;
  }
}
.tabSection .tab-content p a, .tabSection .tab-content li a {
  color: #ffffff;
  text-decoration: underline;
}
.tabSection .tab-content p a:hover, .tabSection .tab-content li a:hover {
  color: #DD0C0B;
}
.tabSection .tab-content .row {
  --bs-gutter-y: 30px;
}
.tabSection .tab-content-img img {
  width: 100%;
}

/*Career Cta*/
.careerCta {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 1199px) {
  .careerCta {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .careerCta {
    min-height: auto;
  }
}
.careerCta::after, .careerCta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.careerCta::after {
  background-image: url("../images/icons/waves3.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.careerCta::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.careerCta--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.careerCta > * {
  position: relative;
  z-index: 1;
}

/*Our Expert*/
.ourExpert {
  background-color: #ffffff;
}
.ourExpert--bg {
  background-size: 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1499px) {
  .ourExpert--bg {
    background-size: 50% 100%;
  }
}
@media (max-width: 991px) {
  .ourExpert--bg {
    background-image: none !important;
  }
}
.ourExpert__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: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
@media (min-width: 992px) {
  .ourExpert__cntnt {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .ourExpert__cntnt {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .ourExpert__cntnt {
    min-height: auto;
  }
}
.ourExpert .mobileShow {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .ourExpert .mobileShow {
    display: none;
  }
}
.ourExpert .mobileShow img {
  width: 100%;
}

/*Linear Block*/
.linearBlock .ourExpert {
  background-color: #F5F5F5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.linearBlock .ourExpert:hover {
  background-color: #ffffff;
}
.linearBlock .ourExpert hr {
  background-color: #DDDDDD;
  width: 50%;
  margin-block: 0;
  margin-left: auto;
}
.linearBlock .ourExpert::after, .linearBlock .ourExpert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .linearBlock .ourExpert::after, .linearBlock .ourExpert::before {
    display: none;
  }
}
.linearBlock .ourExpert::after {
  background: rgba(0, 0, 0, 0.3);
}
.linearBlock .ourExpert::before {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.linearBlock .ourExpert > * {
  position: relative;
  z-index: 1;
}
.linearBlock .ourExpert__title {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-block: 70px;
}
@media (min-width: 1300px) {
  .linearBlock .ourExpert__title {
    padding-right: 5rem;
  }
}
@media (max-width: 1199px) {
  .linearBlock .ourExpert__title {
    padding-block: 50px;
  }
}
@media (max-width: 991px) {
  .linearBlock .ourExpert__title {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.linearBlock .ourExpert__title .headingText h3, .linearBlock .ourExpert__title .headingText h5 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .linearBlock .ourExpert__title .headingText h3, .linearBlock .ourExpert__title .headingText h5 {
    color: #000000;
  }
}
.linearBlock .ourExpert__title .headingText h5 {
  font-family: "Special Elite", system-ui;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .linearBlock .ourExpert__title .headingText h5 {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 991px) {
  .linearBlock .ourExpert__cntnt {
    padding-top: 20px;
  }
}
.linearBlock__inner {
  border-bottom: 1px solid #DDDDDD;
}
.linearBlock__inner:hover {
  background-color: #F5F5F5;
}
.linearBlock__bio {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 3rem;
  padding: 55px 0;
}
.linearBlock__bio h5 a:hover {
  color: #DD0C0B;
}
@media (max-width: 1199px) {
  .linearBlock__bio {
    gap: 2rem;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .linearBlock__bio {
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

.dateText {
  font-family: "Big Shoulders", sans-serif;
  font-size: 18px;
  color: #8D8D8D;
  font-weight: 600;
  letter-spacing: 2px;
}

/*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: 5rem;
  }
}
.contentBlockInner .contentBlockImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockImage {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contentBlockInner .contentBlockContent {
    padding-left: 5rem;
  }
}
@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;
}

/*Checkmarks*/
.checkmarks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem 2rem;
}
@media (max-width: 991px) {
  .checkmarks {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 1rem;
  }
}
.checkmarks .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkmarks .checkIcon {
  width: 80px;
  height: 80px;
  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;
  border: 1px solid #DD0C0B;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .checkmarks .checkIcon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .checkmarks .checkIcon {
    width: 50px;
    height: 50px;
  }
}
.checkmarks .checkIcon img {
  max-width: 30px;
}
@media (max-width: 991px) {
  .checkmarks .checkIcon img {
    max-width: 25px;
  }
}
@media (max-width: 767px) {
  .checkmarks .checkIcon img {
    max-width: 20px;
  }
}
.checkmarks .checkText {
  width: calc(100% - 80px);
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .checkmarks .checkText {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .checkmarks .checkText {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .checkmarks .checkText {
    width: calc(100% - 50px);
  }
}

/*Photo Gallery*/
.photoGallery {
  overflow: hidden;
}
.photoGallery .photoGalleryImg {
  padding-inline: 20px;
  cursor: crosshair;
}
@media (max-width: 767px) {
  .photoGallery .photoGalleryImg {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .photoGallery .photoGalleryImg {
    padding-inline: 10px;
  }
}
.photoGallery .photoGalleryImg .photo-gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photoGallery .photoGallerySlider .slick-list {
  width: 100vw;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*FAQ*/
.faq__accordionBlock {
  padding-top: 30px;
}
.faq__accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-block: 15px;
}
.faq__fullWidth {
  border-color: rgba(0, 0, 0, 0.2);
  padding-block: 20px;
}
.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 h4, .faq .accordion-btn h5, .faq .accordion-btn h6 {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.faq .accordion-btn .icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #DD0C0B;
  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: 1199px) {
  .faq .accordion-btn .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq .accordion-btn .icon::before {
  content: "+";
  font-family: "Font Awesome 7 Free";
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon::before {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-btn .icon::before {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-btn .icon::before {
    font-size: 18px;
  }
}
.faq .accordion-btn .icon--arrow::before {
  content: "\f078";
}
.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-btn.active .icon--arrow {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .accordion-content {
  padding-block-start: 10px;
}
.faq .accordion-content ul, .faq .accordion-content ol {
  margin-top: 25px;
}
.faq .accordion-content img {
  width: 100%;
}
.faq .accordion-content p br {
  display: block;
}
.faq .faq__fullWidth .accordion-content {
  padding-block: 25px;
}

/*Leadership*/
.leadership .openBio {
  cursor: pointer;
}
.leadership__inner {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .leadership__inner {
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .leadership__inner {
    margin-top: 2rem;
  }
}
.leadership__inner:first-child {
  margin-top: 0;
}
.leadership__inner .row {
  --bs-gutter-y: 40px;
}
.leadership__image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .leadership__image {
    height: auto;
  }
}
.leadership__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leadership__bio {
  padding-top: 15px;
}
.leadership__bio h6 {
  font-size: 16px;
  color: #8D8D8D;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 0;
}
@media (max-width: 1199px) {
  .leadership__bio h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .leadership__bio h6 {
    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%;
  }
}

/*Contact Form*/
.contactForm {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .contactForm {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .contactForm {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .contactForm {
    padding-top: 30px;
  }
}
.contactForm .row {
  --bs-gutter-y: 20px;
}

.map {
  width: 100%;
  height: 350px;
}
@media (max-width: 991px) {
  .map {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .map {
    margin-top: 30px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}
