@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&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);
  }
}
:root {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

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

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

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

h1,
.h1 {
  font-size: 90px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}

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

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

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: 25px;
  }
}

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

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

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

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

hr {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  margin: 3rem 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;
  }
}

/*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: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.largeParagraph p {
  font-size: 24px;
}
@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;
  }
}

/*Heading Text*/
.headingText h2, .headingText h3 {
  font-weight: 300;
}
.headingText h4, .headingText h5, .headingText h6 {
  font-weight: 700;
}
.headingText.light h2, .headingText.light h3, .headingText.light h4, .headingText.light h5, .headingText.light h6 {
  font-weight: 300;
}
.headingText.medium h2, .headingText.medium h3, .headingText.medium h4, .headingText.medium h5, .headingText.medium h6 {
  font-weight: 500;
}

/*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: #DC2627;
}
.link-btn.uppercase {
  text-transform: uppercase;
}
.link-btn:hover {
  color: #DC2627;
}

/*Common Button*/
.buttonOuter {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .buttonOuter {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .buttonOuter {
    margin-top: 20px;
  }
}
.buttonOuter.flexStyle {
  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.flexStyle {
    gap: 8px 12px;
  }
}

.btn {
  font-family: "Anek Latin", sans-serif;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  padding: 12px 22px;
  border-radius: 50px;
  border: 1px solid #DC2627;
  cursor: pointer;
}
.btn:hover {
  background-color: #DC2627;
  color: #ffffff;
}
.btn i {
  font-size: 16px;
}
.btn img {
  width: 24px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .btn img {
    width: 15px;
    margin-left: 8px;
  }
}
.btn.wide {
  min-width: 140px;
}
.btn.large {
  font-size: 22px;
  padding: 18px 30px;
}
@media (max-width: 991px) {
  .btn.large {
    font-size: 20px;
    padding: 16px 25px;
  }
}
@media (max-width: 767px) {
  .btn.large {
    font-size: 16px;
    padding: 14px 20px;
  }
}

.btn-primary {
  background-color: #DC2627;
  color: #002617;
}
.btn-primary:hover {
  background-color: transparent;
  border-color: #DC2627;
  color: #DC2627;
}

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

/*Click Arrow*/
.clickArrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-family: "Anek Latin", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .clickArrow {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .clickArrow {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .clickArrow {
    font-size: 16px;
  }
}
.clickArrow__icon {
  position: relative;
  left: 0;
  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 dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .clickArrow__icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .clickArrow__icon {
    width: 50px;
    height: 50px;
  }
}
.clickArrow__icon img {
  max-width: 30px;
}
@media (max-width: 991px) {
  .clickArrow__icon img {
    max-width: 25px;
  }
}
@media (max-width: 767px) {
  .clickArrow__icon img {
    max-width: 20px;
  }
}
.clickArrow--whiteBg {
  background-color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
}
.clickArrow:hover .clickArrow__icon {
  left: 5px;
}

/*Arrow Button*/
.arrow-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;
  gap: 15px;
  font-family: "Anek Latin", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  border: 0;
  padding: 0;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .arrow-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .arrow-btn {
    font-size: 16px;
  }
}
.arrow-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  background-image: url("../images/icons/wide-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  margin: auto 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: 991px) {
  .arrow-btn::before {
    height: 17px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .arrow-btn::before {
    height: 14px;
    right: 10px;
  }
}
.arrow-btn::after {
  content: "";
  position: relative;
  left: 0;
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .arrow-btn::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .arrow-btn::after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .arrow-btn:hover::after {
    left: 5px;
  }
  .arrow-btn:hover::before {
    right: 22px;
  }
}

/*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: 18px;
  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: "Anek Latin", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .form-group .form-control {
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .form-group .form-control {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control {
    height: 40px;
  }
}
.form-group .form-control::placeholder {
  opacity: 1;
  color: #000000;
}
.form-group .form-control.form-control-line {
  background-color: transparent;
  padding-inline: 0;
  border-width: 0 0 1px;
}
.form-group .form-control.form-control-line::placeholder {
  color: #000000;
}
.form-group input[type=search].form-control,
.form-group input.search-control {
  background-image: url("../images/icons/search-icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
}
@media (max-width: 767px) {
  .form-group input[type=search].form-control,
  .form-group input.search-control {
    background-size: 18px;
  }
}
.form-group select.form-control {
  cursor: pointer;
}
.form-group select.form-control option {
  color: #000000;
}
.form-group textarea.form-control {
  height: 140px;
  padding-top: 20px;
  resize: none;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    height: 120px;
  }
}
.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: #DC2627;
  border-color: #DC2627;
}
.form-group .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
  opacity: 1;
}
.form-group .checkbox-text {
  font-family: "Anek Latin", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

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

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

/*Select2 Style*/
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  font-family: "Anek Latin", sans-serif;
  font-size: 16px;
  color: #002617;
  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: #002617;
  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: "Anek Latin", sans-serif;
  font-size: 16px;
  color: #002617;
  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: #DC2627;
  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: "Anek Latin", sans-serif;
  font-weight: 300;
  height: 35px;
  border-color: #ffffff;
  padding-inline: 15px;
}
.select2-container .select2-results {
  padding: 0;
}
.select2-container .select2-results ul {
  background: #ffffff;
  border: inherit;
}
.select2-container .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*Bamboo HR settings */
.BambooHR-ATS-board h2 {
  color: #fff !important;
}

.BambooHR-ATS-Location {
  color: #fff;
}

.BambooHR-ATS-Department-Header {
  color: #fff;
}

/*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: #00160E;
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header__inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header__inner {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header__inner {
    padding-block: 10px;
  }
}
.header .logo {
  position: relative;
  width: 200px;
  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: block;
}
.header .logo img {
  max-width: 100%;
  max-height: 74px;
}
@media (max-width: 1199px) {
  .header .logo img {
    max-height: 70px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 65px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 60px;
  }
}
.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: 80px;
}
@media (max-width: 1199px) {
  .navigation__inner {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .navigation__inner {
    background-color: #002617;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 2px 0 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 2px 0 10px 0 rgba(255, 255, 255, 0.1);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation__inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 40px;
  }
  .navigation__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
.navigation__inner .buttonOuter .linkText {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .navigation__inner .buttonOuter .linkText {
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter .linkText {
    font-size: 20px;
  }
}
.navigation__inner .buttonOuter .linkText span {
  background-color: #DC2627;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navigation__inner .buttonOuter .linkText:hover {
  color: #DC2627;
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter {
    padding-inline: 15px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar {
    height: calc(100vh - 200px);
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 20px 15px;
    overflow-y: auto;
  }
}
.navigation #navbar > ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
  margin: 0;
}
@media (max-width: 1199px) {
  .navigation #navbar > ul {
    gap: 18px;
  }
}
@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;
  }
}
.navigation #navbar > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navigation #navbar > ul > li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.navigation #navbar li {
  position: relative;
  margin: 0;
}
.navigation #navbar li > a {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 1200px) {
  .navigation #navbar li > a {
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li > a {
    display: block;
    font-size: 20px;
  }
}
.navigation #navbar li .dropdownMenu {
  padding: 15px;
  border-top: 5px solid #DC2627;
  -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: 16px;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu.megaMenu .container {
    padding-inline: 0;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 25%;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 33.3333%;
  }
}
@media (max-width: 767px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 50%;
  }
}
@media (max-width: 479px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 100%;
  }
}
.navigation #navbar li .dropdownMenu .menuTitle {
  min-height: 60px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #DC2627;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.navigation #navbar li .dropdownMenu .menuTitle h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu .menuTitle h4 {
    font-size: 14px;
    color: #ffffff;
  }
}
.navigation #navbar li:hover > a, .navigation #navbar li.active > a {
  color: #DC2627;
}
@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: #DC2627;
  }
}
.navigation #navbar li.megaMenuHolder {
  position: inherit;
}
.navigation #navbar li.dropdownHolder > a:after {
  content: "";
  border-top: #DC2627 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: #DC2627;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@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: #00160E;
  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;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .staffInfo .informationData__image img {
    max-width: 250px;
  }
}
@media (max-width: 479px) {
  .staffInfo .informationData__image img {
    max-width: 220px;
  }
}
.staffInfo .informationData__bio {
  padding-top: 20px;
}
.staffInfo .informationData__bio h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.staffInfo .informationData__bio h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.3rem;
}
.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 .logo img {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 991px) {
  .footer .logo img {
    max-width: 180px;
  }
}
.footer__content {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .footer__content {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .footer__content .clickArrow {
    margin-left: auto;
  }
}
.footer__content h5 {
  font-size: 24px;
  font-weight: 400;
}
.footer__content h5 a {
  text-decoration: underline;
}
.footer__content p, .footer__content li {
  font-size: 14px;
  line-height: 1.4;
}
.footer__bottom {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer ul, .footer ol {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding-left: 0;
}
.footer .copyRight {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 60px;
}
@media (max-width: 479px) {
  .footer .copyRight {
    gap: 15px 30px;
  }
}
.footer .copyRight small {
  font-size: 12px;
  font-weight: 400;
}
.footer .copyRight a:hover {
  color: #DC2627;
}
.footer .socialMedia {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer .socialMedia {
    width: 100%;
  }
}
.footer .socialMedia a {
  font-size: 18px;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .socialMedia a:hover {
  color: #DC2627;
}

/*Bg Color*/
.blueBg {
  background-color: #002617;
}

.whiteBg {
  background-color: #ffffff;
}

.whiteText p,
.whiteText li {
  color: #ffffff;
}

/*Hero Section*/
.heroBanner {
  position: relative;
  background-color: #000000;
  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;
  overflow-x: visible;
}
@media (max-width: 1199px) {
  .heroBanner {
    height: 80dvh;
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .heroBanner {
    height: 100%;
    min-height: 650px;
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .heroBanner {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .heroBanner {
    min-height: 450px;
  }
}
.heroBanner--inner {
  height: auto;
}
.heroBanner video,
.heroBanner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0.8;
  vertical-align: middle;
}
.heroBanner .placeholderImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.heroBanner .z-index {
  position: relative;
  z-index: 4;
}
.heroBanner__bgImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner.gradient::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.heroBanner__content {
  position: relative;
  gap: 30px;
}
.heroBanner__content h1 {
  font-size: 120px;
  color: #ffffff;
  font-weight: 200;
  margin: 0;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  .heroBanner__content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content h1 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content h1 {
    font-size: 12vw;
  }
}

/*Intro*/
.intro {
  /*Intro-cards*/
}
.intro__inner {
  padding-bottom: 50px;
}
.intro__titleElement {
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro__titleElement .diagonalsImg {
  margin-top: auto;
}
@media (max-width: 991px) {
  .intro__titleElement .diagonalsImg {
    display: none;
  }
}
.intro .introCards {
  padding-top: 45px;
  padding-bottom: 50px;
}
.intro .introCards .row {
  --bs-gutter-y: 2rem;
}
@media (max-width: 767px) {
  .intro .introCards {
    padding-bottom: 0px;
  }
}
.intro .introCards__icon {
  width: 170px;
  height: 170px;
  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 dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .intro .introCards__icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .intro .introCards__icon {
    width: 80px;
    height: 80px;
  }
}
.intro .introCards__icon img {
  max-width: 70px;
}
@media (max-width: 991px) {
  .intro .introCards__icon img {
    max-width: 34px;
  }
}
.intro .introCards figure {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro .introCards figure figcaption {
  max-width: 252px;
  margin-top: 11px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .intro .introCards figure figcaption {
    padding-inline: 15px;
    margin-bottom: 21px;
  }
}

/*Checkmarks*/
.checkmarks {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}
@media (max-width: 1199px) {
  .checkmarks {
    gap: 30px 0;
  }
}
@media (max-width: 991px) {
  .checkmarks {
    gap: 20px 0;
  }
}
.checkmarks .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.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 rgba(255, 255, 255, 0.3);
  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);
  }
}
.checkmarks .checkText h6 {
  font-size: 24px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .checkmarks .checkText h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .checkmarks .checkText h6 {
    font-size: 20px;
  }
}

/*Services Slider*/
.servicesShuffle {
  position: relative;
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.servicesShuffle .serviceCard {
  position: relative;
  left: 0;
  width: 100%;
  flex: 0 0 40%;
  color: #ffffff;
  padding: 40px;
  transform-origin: center;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.servicesShuffle .serviceCard:not(.active) {
  background-image: none !important;
}
.servicesShuffle .serviceCard:not(.active) .content {
  opacity: 0.3;
}
.servicesShuffle .serviceCard:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
  transition: background 0.6s ease;
  z-index: 0;
}
.servicesShuffle .serviceCard.card-1:not(.active):before {
  background-color: #002214;
  z-index: 2;
}
.servicesShuffle .serviceCard.card-2 {
  left: -10%;
  z-index: 2;
}
@media (max-width: 767px) {
  .servicesShuffle .serviceCard.card-2 {
    left: -55%;
  }
}
.servicesShuffle .serviceCard.card-2:not(.active):before {
  background-color: #001c11;
  z-index: 2;
}
.servicesShuffle .serviceCard.card-3 {
  left: -20%;
  z-index: 1;
}
@media (max-width: 767px) {
  .servicesShuffle .serviceCard.card-3 {
    left: -110%;
  }
}
.servicesShuffle .serviceCard.card-3:not(.active):before {
  background-color: #002214;
  z-index: 2;
}
.servicesShuffle .serviceCard.active {
  z-index: 4;
}
.servicesShuffle .serviceCard .content {
  position: relative;
  z-index: 2;
  transition: opacity 0.6s ease;
}
.servicesShuffle .serviceCard .count {
  font-size: 40px;
  font-weight: 100;
}
.servicesShuffle .serviceCard .clickArrow {
  margin: 0;
}
@media (max-width: 991px) {
  .servicesShuffle .serviceCard {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .servicesShuffle .serviceCard {
    flex: 0 0 70%;
    padding: 20px;
  }
}

/*Large Image Block*/
.largeImageBlock {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .largeImageBlock {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .largeImageBlock {
    height: 400px;
  }
}
.largeImageBlock__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.largeImageBlock__img:hover {
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.largeImageBlock__img:hover h2 {
  color: #DC2627;
}
.largeImageBlock__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 23, 15, 0.4);
  width: 100%;
  height: 100%;
}
.largeImageBlock__inner {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
  margin-top: auto;
}
.largeImageBlock__inner h2 {
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.largeImageBlock__inner .clickArrow {
  margin-top: 0;
  margin-left: auto;
}

/*Gallery Swiper*/
.gallerySwiper .swiper-slide .glightbox {
  width: 100%;
}
.gallerySwiper .swiper-slide .glightbox img {
  width: 100%;
}
.gallerySwiper .swiper-button-next::after,
.gallerySwiper .swiper-button-prev::after {
  display: none;
}

/*Reviews*/
.reviews {
  overflow: hidden;
}
.reviews .row {
  --bs-gutter-x: 2rem;
}
.reviews .reviewsSlider {
  width: 100vw;
  overflow: hidden;
  padding-block: 15px;
}
.reviews .reviewsSlider:after {
  content: "";
  box-shadow: inset #002617 20px 0px 15px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .reviews .reviewsSlider {
    margin-top: 50px;
  }
}
.reviews .review-card {
  background-color: #ffffff;
  width: 370px;
  color: #000000;
  border-radius: 12px;
  padding: 20px;
  white-space: normal;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.reviews .review-card .review-header {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.reviews .review-card .review-header h3 {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 600;
  margin: 0;
}
.reviews .review-card .review-header .date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.reviews .review-card .review-header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews .review-card .review-header .google-logo {
  width: 22px;
  margin-left: auto;
}
.reviews .review-card .stars {
  font-size: 30px;
  color: #FFC107;
  line-height: 100%;
  margin: 0 0 15px;
}
.reviews .review-card p {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .reviews .review-card p {
    font-size: 14px;
  }
}

/*Marquee*/
.marquee-container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.marquee-container .marquee-track {
  display: inline-flex;
  will-change: transform;
}
.marquee-container .marquee-track .review-slide {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

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

.contentBlockAlter .contentBlockInner:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .contentBlockAlter .contentBlockInner:nth-child(odd) .contentBlockContent {
    padding-left: 0;
    padding-right: 2rem;
  }
}
.contentBlockAlter .contentBlockInner:nth-child(even) .row {
  flex-direction: initial;
}
@media (min-width: 992px) {
  .contentBlockAlter .contentBlockInner:nth-child(even) .contentBlockContent {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.iconListing {
  padding: 30px 0px;
}
.iconListing ul li {
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .iconListing ul li {
    padding-left: 30px;
  }
}
.iconListing ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/icons/check_circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .iconListing ul li::before {
    width: 20px;
    height: 20px;
  }
}

/*Block images*/
.blockImages {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 991px) {
  .blockImages {
    margin-top: 25px;
  }
}
.blockImages img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.blockImages img.big {
  max-width: 58%;
  animation-delay: 0.5s;
}
.blockImages img.medium {
  max-width: 39%;
  margin-top: auto;
  top: 0;
  animation-delay: 1s;
}
.blockImages img.small {
  max-width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  animation-delay: 1.5s;
}

/*Supporting*/
.supporting {
  position: relative;
}
.supporting__text {
  max-width: 660px;
  margin: auto;
  padding: 25px 20px 90px;
}
.supporting .slider-wrapper {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .supporting .slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.supporting .slider-wrapper .swiper-slide {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.supporting .slider-wrapper .imageSlider,
.supporting .slider-wrapper .textSlider {
  width: 50%;
}
@media (max-width: 767px) {
  .supporting .slider-wrapper .imageSlider,
  .supporting .slider-wrapper .textSlider {
    width: 100%;
  }
}
.supporting .slider-wrapper .imageSlider img {
  width: 100%;
  height: 675px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .supporting .slider-wrapper .imageSlider img {
    height: auto;
  }
}
.supporting .slider-wrapper .textSlider {
  background-color: #163D2E;
}
.supporting .slider-wrapper .textSlider .swiper-pagination {
  position: absolute;
  bottom: 30px;
}
.supporting .slider-wrapper .textSlider .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 60px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
}
.supporting .slider-wrapper .textSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: #d64045;
  opacity: 1;
}
@media (max-width: 767px) {
  .supporting .slider-wrapper .textSlider .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}

/*History Timeline*/
.history-timeline .timeline-ind {
  padding-top: 24px;
}
.history-timeline__text {
  padding-right: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .history-timeline__text {
    padding-top: 0;
  }
}
.history-timeline .timeline {
  position: relative;
  right: 28px;
}
@media (max-width: 991px) {
  .history-timeline .timeline {
    right: 0;
    margin-top: 54px;
  }
}
.history-timeline .timeline::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 31px;
  width: 1px;
  height: 150%;
  background: linear-gradient(180deg, #002617 0%, #447B47 50%, #447B47 70%, #002617 100%);
}
.history-timeline .timeline .timeline-item {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 38px;
  padding-bottom: 28px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .history-timeline .timeline .timeline-item {
    gap: 16px;
  }
}
.history-timeline .timeline .timeline-item .timeline-icon {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  width: 32px;
  height: 32px;
  flex: 1 0 auto;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.history-timeline .timeline .timeline-item .timeline-icon::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #DC2627;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-timeline .timeline .timeline-item .timeline-content {
  width: calc(100% - 32px);
}
.history-timeline .timeline .timeline-item .timeline-content h3 {
  font-size: 22px;
  margin: 0 0 8px;
}
.history-timeline .timeline .timeline-item .timeline-content h3 a:hover {
  color: #DC2627;
}
.history-timeline .timeline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 38, 23, 0) 60%, #002617 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/*Company Logos Swiper*/
.companyLogos__inner {
  background-color: #ffffff;
  position: relative;
  padding-inline: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.companyLogosSwiper .swiper-wrapper .swiper-slide {
  color: #000000;
  text-align: center;
}
.companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg {
  padding: 0 15px;
}
.companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg a {
  display: inline-block;
}
.companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg img {
  width: 100%;
  height: 90px;
  max-width: 200px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg img {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .companyLogosSwiper .swiper-wrapper .swiper-slide .companyLogoImg img {
    height: 50px;
  }
}
.companyLogosSwiper .swiper-button-prev,
.companyLogosSwiper .swiper-button-next {
  width: 40px;
}
.companyLogosSwiper .swiper-button-prev::after,
.companyLogosSwiper .swiper-button-next::after {
  display: none;
}

/*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;
}

/*faq*/
.faq.faqinner {
  background-color: #163D2E;
}
.faq__accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-block: 20px;
}
.faq__accordion:first-child {
  border-top: 0;
}
@media (max-width: 575px) {
  .faq__accordion:first-child {
    padding-top: 20px;
  }
}
.faq__accordion:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .faq__accordion {
    padding-block: 40px;
  }
}
@media (max-width: 991px) {
  .faq__accordion {
    padding-block: 30px;
  }
}
@media (max-width: 767px) {
  .faq__accordion {
    padding-block: 10px;
  }
}
.faq .accordion-btn {
  width: 100%;
  font-family: "Anek Latin", sans-serif;
  color: #ffffff;
  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 {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq .accordion-btn h4 {
    font-size: 20px;
  }
}
.faq .accordion-btn .icon {
  position: relative;
  width: 60px;
  height: 60px;
  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-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1299px) {
  .faq .accordion-btn .icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .faq .accordion-btn .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon {
    width: 40px;
    height: 40px;
  }
}
.faq .accordion-btn .icon::before {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .faq .accordion-btn .icon::before {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon::before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-btn .icon::before {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-btn .icon::before {
    font-size: 14px;
  }
}
.faq .accordion-btn.active .icon {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .accordion-content {
  padding-block: 20px;
}
.faq .accordion-content .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq .accordion-content p,
.faq .accordion-content li {
  color: #ffffff;
}
.faq .faqBlockImage img {
  width: 100%;
}
@media (min-width: 992px) {
  .faq .faqBlockContent {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .faq .faqBlockContent {
    padding-top: 30px;
  }
  .faq .faqBlockContent .clickArrow {
    margin-top: 0;
  }
}

/*Big Stats*/
.bigStats {
  padding-top: 50px;
}
.bigStats__block {
  text-align: center;
}
@media (max-width: 991px) {
  .bigStats__block {
    padding-top: 10px;
  }
}
.bigStats__block h3 {
  font-size: 95px;
  font-weight: 800;
  line-height: 72px;
}
@media (max-width: 1299px) {
  .bigStats__block h3 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .bigStats__block h3 {
    font-size: 68px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .bigStats__block h3 {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .bigStats__block h3 {
    font-size: 46px;
  }
}
.bigStats__block p {
  line-height: 1.4;
  max-width: 220px;
  margin: auto;
}
@media (max-width: 360px) {
  .bigStats .col-6 {
    width: 100%;
  }
}

/*Full Slider*/
.full_imgslider .swiper-slide a {
  width: 100%;
  display: block;
}
.full_imgslider .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.full_imgslider .swiper-button-next,
.full_imgslider .swiper-button-prev {
  max-width: 46px;
  width: 100%;
}
.full_imgslider .swiper-button-next::after,
.full_imgslider .swiper-button-prev::after {
  display: none;
}
@media (max-width: 750px) {
  .full_imgslider .swiper-button-next,
  .full_imgslider .swiper-button-prev {
    max-width: 30px;
  }
}
.full_imgslider .swiper-button-next {
  right: 30px;
}
.full_imgslider .swiper-button-prev {
  left: 30px;
}

/*Open Position*/
.openposition {
  background-color: #163D2E;
}
.openposition__text {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 27px;
}
.openposition__text:last-child {
  padding-bottom: 0;
}
.openposition__text .sub-heading {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 13px;
  display: block;
}
.openposition__textdetails > div {
  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: 12px;
  margin-bottom: 13px;
}
.openposition__textdetails > div p {
  margin: 0;
}
.openposition__textdetails > div p:first-child {
  width: 70%;
}
@media (max-width: 479px) {
  .openposition__textdetails > div p:first-child {
    width: 60%;
  }
}

/*lettalk*/
.lettalk {
  padding-block: 90px;
  background-color: #00160E;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: contain;
}
@media (max-width: 1199px) {
  .lettalk {
    padding-block: 40px;
  }
}
@media (max-width: 991px) {
  .lettalk {
    padding-block: 30px;
  }
}
@media (max-width: 991px) {
  .lettalk__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
  }
}
.lettalk__inner h2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .lettalk__inner h2 {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .lettalk__inner h2 {
    font-size: 22px;
  }
}
.lettalk__inner .clickArrow {
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  .lettalk__inner .clickArrow {
    margin-left: 0px;
  }
}

/*Leadership*/
.leadership .openBio {
  cursor: pointer;
}
.leadership__inner + * {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .leadership__inner + * {
    margin-top: 40px;
  }
}
.leadership__inner .row > * {
  margin-top: 20px;
}
.leadership__image {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
@media (max-width: 399px) {
  .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 h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .leadership__bio h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .leadership__bio h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .leadership__bio h4 {
    font-size: 20px;
  }
}
.leadership__bio h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
@media (max-width: 1199px) {
  .leadership__bio h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .leadership__bio h5 {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .leadership .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

/*Prayer*/
.prayerForm {
  background-color: #163D2E;
}
.prayerForm__inner .row {
  --bs-gutter-y: 20px;
}
.prayerForm .checkboxItem + .checkboxItem {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .prayerForm .clickArrow {
    margin-top: 0;
  }
}

/*Contact*/
.map {
  margin-top: 36px;
}
.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  vertical-align: middle;
}

.locationInfo {
  margin-top: 30px;
}
.locationInfo h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .locationInfo h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .locationInfo h4 {
    font-size: 22px;
  }
}
.locationInfo__list .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: normal;
  gap: 15px;
}
.locationInfo__list .item img {
  max-height: 25px;
}
.locationInfo__list .item a:hover {
  text-decoration: underline;
}

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