@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.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;
}

.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: transparent;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 0;
  left: inherit;
  bottom: 0;
  border: 0;
  border: 1px solid #90CE00;
  border-radius: 50%;
  margin: auto 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 22px;
  }
}
@media (max-width: 1199px) {
  .slick-arrow {
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    background-size: 18px;
  }
}
@media (max-width: 479px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
}
.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;
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-arrow.slick-prev {
  background-image: url("../images/icons/left-arrow.svg");
  left: 20px;
}
.slick-arrow.slick-next {
  background-image: url("../images/icons/right-arrow.svg");
  right: 20px;
}
.slick-arrow:hover {
  background-color: transparent;
}
.slick-arrow:hover::before {
  color: #90CE00;
}

.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 {
  background-color: transparent;
  background-image: none;
  width: 26px;
  height: 47px;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: auto 0;
}
.slick-lightbox .slick-arrow::before {
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-prev {
  left: 20px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/icons/arrow-previous-white.svg");
}
.slick-lightbox .slick-next {
  right: 20px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/icons/arrow-next-white.svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: #081A53;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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 {
  font-weight: 500;
  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: 60px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

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

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

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

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

h6,
.h6 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 13px;
  }
}

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

section li {
  color: #222222;
}
section li strong {
  font-weight: 700;
}
section li a {
  color: #90CE00;
}
section li a:hover {
  text-decoration: underline;
}

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

hr {
  width: 205px;
  height: 1px;
  border: 0;
  background: #90CE00;
  margin: 40px auto 0;
}
@media (max-width: 991px) {
  hr {
    width: 150px;
  }
}

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

@media (max-width: 1199px) {
  section {
    overflow-x: hidden;
  }
}
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/select-arrow.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 10px;
  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: #000000;
  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%;
}

.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;
}

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

/*Title Text*/
.titleText h2, .titleText h3, .titleText h4 {
  color: #081A53;
  margin-bottom: 0;
}
.titleText--white h2, .titleText--white h3, .titleText--white h4 {
  color: #ffffff;
}
.titleText--border {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.titleText.mb-1 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .titleText.mb-1 {
    margin-bottom: 10px;
  }
}
.titleText.mb-2 {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .titleText.mb-2 {
    margin-bottom: 20px;
  }
}
.titleText.mb-3 {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .titleText.mb-3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .titleText.mb-3 {
    margin-bottom: 25px;
  }
}
.titleText.mb-4 {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .titleText.mb-4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .titleText.mb-4 {
    margin-bottom: 35px;
  }
}
.titleText.mb-5 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .titleText.mb-5 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .titleText.mb-5 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .titleButton {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .titleButton {
    margin-top: 20px;
  }
}

/*Sub Title*/
.subTitle {
  font-size: 18px;
  color: #9FC1D0;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 14px;
  }
}

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

/*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: "Work Sans", 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 #90CE00;
  cursor: pointer;
}
.btn:hover {
  background-color: #90CE00;
  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: #90CE00;
  color: #081A53;
}
.btn-primary:hover {
  background-color: transparent;
  border-color: #90CE00;
  color: #90CE00;
}

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

/*Icon Listing*/
.iconListing--two ul {
  column-count: 2;
}
@media (max-width: 360px) {
  .iconListing--two ul {
    column-count: 1;
  }
}
.iconListing--three ul {
  column-count: 3;
}
@media (max-width: 767px) {
  .iconListing--three ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--three ul {
    column-count: 1;
  }
}
.iconListing--four ul {
  column-count: 4;
}
@media (max-width: 991px) {
  .iconListing--four ul {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .iconListing--four ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--four ul {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .iconListing--largeText ul {
    column-count: 1;
  }
}
@media (max-width: 991px) {
  .iconListing--extraLargeText ul {
    column-count: 1;
  }
}
.iconListing ul,
.iconListing ol {
  margin-bottom: 30px;
}
.iconListing ul li + li,
.iconListing ol li + li {
  margin-top: 10px;
}
.iconListing ul {
  column-gap: 20px;
  padding-left: 0;
  list-style: none;
}
.iconListing ul li {
  color: #ffffff;
}
.iconListing ul li img {
  max-width: 25px;
  margin-right: 10px;
}
.iconListing ul li a {
  color: #ffffff;
  text-decoration: none;
}
.iconListing ul li a:hover {
  color: #90CE00;
}

/*Form*/
.form-group label {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .form-group label {
    font-size: 14px;
  }
}
.form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #ECF5F9;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #ECF5F9;
  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 textarea.form-control {
  height: 140px;
  padding-top: 20px;
  resize: none;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    height: 120px;
  }
}

.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: "Work Sans", sans-serif;
  font-size: 16px;
  color: #081A53;
  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: #081A53;
  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: "Work Sans", sans-serif;
  font-size: 16px;
  color: #081A53;
  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: #90CE00;
  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: "Work Sans", sans-serif;
  font-weight: 300;
  height: 35px;
  border-color: #ffffff;
  padding-inline: 15px;
}
.select2-container .select2-results {
  padding: 0;
}
.select2-container .select2-results ul {
  background: #ffffff;
  border: inherit;
}
.select2-container .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*Header*/
.header {
  background-color: #081A53;
  position: sticky;
  top: 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;
}
@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;
  gap: 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: 135px;
  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: 106px;
}
@media (max-width: 1199px) {
  .header .logo img {
    max-height: 95px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 75px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 65px;
  }
}
.header.active .logo {
  z-index: 101;
}
.header.hide {
  z-index: -1;
}
.header .topBar {
  background-color: #90CE00;
  text-align: right;
  line-height: 100%;
}
.header .topBar.hide {
  display: none;
}
.header .topBar ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  list-style: none;
  gap: 10px 30px;
}
@media (max-width: 1199px) {
  .header .topBar ul {
    gap: 10px 20px;
  }
}
@media (max-width: 575px) {
  .header .topBar ul {
    gap: 5px 15px;
  }
}
.header .topBar ul li {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header .topBar ul li {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .header .topBar ul li {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .header .topBar ul li {
    font-size: 12px;
  }
}
.header .topBar ul li a {
  display: block;
  color: #ffffff;
}
.header .topBar ul li a:hover {
  color: #081A53;
}

.navigation {
  width: calc(100% - 135px);
  margin-left: 50px;
}
@media (max-width: 1359px) {
  .navigation {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .navigation {
    margin-left: 20px;
  }
}
.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: 30px;
}
@media (max-width: 1199px) {
  .navigation__inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .navigation__inner {
    background-color: #000C31;
    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 {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .navigation__inner .buttonOuter {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter {
    padding-inline: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter .link-btn {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .navigation__inner .buttonOuter .link-btn {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navigation__inner .buttonOuter .btn {
    font-size: 18px;
    padding-block: 10px;
    padding-inline: 30px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .navigation__inner .buttonOuter .btn {
    font-size: 14px;
    padding-inline: 25px;
  }
}
@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: 20px;
  }
}
@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 {
  height: 130px;
  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: 1199px) {
  .navigation #navbar > ul > li {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar > ul > li {
    width: 100%;
    height: auto;
    -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;
  height: 100%;
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  padding: 0;
}
@media (max-width: 1359px) {
  .navigation #navbar li > a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li > a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li > a {
    display: block;
    font-size: 22px;
  }
}
.navigation #navbar li > a::before {
  content: "";
  background-color: #90CE00;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 7px;
  -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 > a.active::before, .navigation #navbar li > a:hover::before {
  width: 100%;
}
.navigation #navbar li .dropdownMenu {
  padding: 15px;
  border-top: 5px solid #90CE00;
  -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;
  }
}
@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 #90CE00;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.navigation #navbar li .dropdownMenu .menuTitle h4 {
  font-size: 16px;
  color: #031E74;
  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;
  }
}
@media (min-width: 992px) {
  .navigation #navbar li .dropdownMenu ul li {
    line-height: 100%;
  }
  .navigation #navbar li .dropdownMenu ul li + li {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .navigation #navbar li .dropdownMenu ul li:last-child {
    border-bottom: 0;
  }
}
.navigation #navbar li .dropdownMenu ul li a {
  display: inline-block;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu ul li a {
    color: #ffffff;
    padding-block: 6px;
  }
}
.navigation #navbar li .dropdownMenu ul li a:hover {
  color: #90CE00;
}
.navigation #navbar li .dropdownMenu ul li a::before {
  display: none;
}
.navigation #navbar li:hover > a {
  color: #90CE00;
}
@media (min-width: 992px) {
  .navigation #navbar li:hover .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 {
    fill: #90CE00;
  }
}
.navigation #navbar li.megaMenuHolder {
  position: inherit;
}
.navigation #navbar li.dropdownHolder > a:after {
  content: "";
  border-top: #90CE00 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: #90CE00;
  -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;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    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);
}

/*Footer*/
.footer {
  background-color: #000C31;
}
.footer__inner {
  padding: 55px 0;
}
.footer ul, .footer 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 ul, .footer ol {
    gap: 30px;
  }
}
.footer ul li, .footer ol li {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer ul li, .footer ol li {
    font-size: 12px;
  }
}
.footer__top {
  top: -50px;
}
.footer__top:after {
  content: "";
  background-color: #90CE00;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 575px) {
  .footer__top:after {
    max-width: 30%;
  }
}
.footer__top .container {
  z-index: 2;
}
.footer__top .container:after {
  content: "";
  background-color: #90CE00;
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;
  height: 100%;
  z-index: -1;
  border-radius: 0 300px 300px 0;
}
@media (max-width: 1199px) {
  .footer__top .container:after {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .footer__top .container:after {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .footer__top .container:after {
    width: 72%;
  }
}
.footer__top .footerLogo {
  text-align: right;
}
.footer__top .footerLogo a {
  max-width: 135px;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer__top .footerLogo a {
    max-width: 120px;
  }
}
@media (max-width: 479px) {
  .footer__top .ps-0 {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer .cta {
    padding-right: 3rem;
  }
}
@media (max-width: 575px) {
  .footer .cta {
    padding-right: 2rem;
  }
}
.footer .cta h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .footer .cta h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .footer .cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer .cta h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .footer .cta h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footer .cta h2 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .footer .cta h2 {
    font-size: 24px;
  }
}
.footer__bottom {
  color: #ffffff;
  padding: 40px 0;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.footer .footerLinks {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 300;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer .footerLinks {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footer .footerLinks {
    font-size: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .footer .footerLinks {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footerLinks a {
  color: #ffffff;
  display: inline-block;
}
.footer .footerLinks a:hover {
  color: #90CE00;
  text-decoration: underline;
}
.footer .copyRight {
  margin-left: auto;
}
@media (max-width: 575px) {
  .footer .copyRight {
    margin-right: auto;
  }
}
.footer .copyRight p {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}
.footer .socialMedia {
  margin-left: auto;
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .footer .socialMedia {
    gap: 20px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer .socialMedia {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer .socialMedia a {
  font-size: 20px;
  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: #90CE00;
}
@media (max-width: 991px) {
  .footer .socialMedia a {
    font-size: 18px;
  }
}

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

.whiteBg {
  background-color: #ffffff;
}

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

/*Hero Section*/
.heroBanner {
  background-color: #081A53;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: auto;
  min-height: 675px;
  padding: 3rem 0 5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .heroBanner {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .heroBanner {
    min-height: 520px;
  }
}
@media (max-width: 575px) {
  .heroBanner {
    min-height: 430px;
  }
}
.heroBanner video,
.heroBanner iframe {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
  border-top-left-radius: 50px;
  vertical-align: middle;
}
.heroBanner .placeholderImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  border-top-left-radius: 50px;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 991px) {
  .heroBanner .placeholderImg {
    border-top-left-radius: 40px;
  }
}
@media (max-width: 767px) {
  .heroBanner .placeholderImg {
    border-top-left-radius: 30px;
  }
}
.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(200deg, rgba(255, 255, 255, 0) 0%, rgb(8, 26, 83) 100%);
  width: 52%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1199px) {
  .heroBanner.gradient::before {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .heroBanner.gradient::before {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .heroBanner.gradient::before {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .heroBanner.gradient::before {
    width: 80%;
  }
}
.heroBanner__content {
  position: relative;
}
.heroBanner__content h1 {
  font-family: "EB Garamond", sans-serif;
  font-size: 90px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .heroBanner__content h1 {
    line-height: 1;
  }
}
@media (max-width: 1399px) {
  .heroBanner__content h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .heroBanner__content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .heroBanner__content h1 {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  .heroBanner__content h1 {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .heroBanner__content h1 {
    font-size: 35px;
  }
}
.heroBanner__content h1, .heroBanner__content p {
  color: #ffffff;
}
.heroBanner__content h1 span, .heroBanner__content p span {
  color: #90CE00;
  font-style: italic;
}
.heroBanner__content p {
  font-size: 24px;
}
@media (max-width: 1299px) {
  .heroBanner__content p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .heroBanner__content p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heroBanner__content p {
    font-size: 14px;
  }
}
.heroBanner__content p:first-of-type {
  margin-top: 50px;
}
@media (max-width: 1299px) {
  .heroBanner__content p:first-of-type {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .heroBanner__content p:first-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content p:first-of-type {
    margin-top: 20px;
  }
}
.heroBanner__content p:last-of-type {
  margin-bottom: 0;
}
.heroBanner__content .clickArrow {
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .heroBanner__content .clickArrow {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .heroBanner__content .clickArrow {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .heroBanner__content .clickArrow {
    margin-top: 40px;
  }
}
.heroBanner__content .clickArrow img {
  max-width: 26px;
}
@media (max-width: 767px) {
  .heroBanner__content .clickArrow img {
    max-width: 20px;
  }
}
.heroBanner .downText {
  position: absolute;
  right: 0;
  bottom: -50px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.heroBanner .downText:hover {
  color: #90CE00;
}
@media (max-width: 991px) {
  .heroBanner .downText {
    font-size: 13px;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .heroBanner .downText {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .heroBanner .downText {
    right: 10px;
  }
}
.heroBanner--inner .placeholderImg {
  width: 52%;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .heroBanner--inner .placeholderImg {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .heroBanner--inner .placeholderImg {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .heroBanner--inner .placeholderImg {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .heroBanner--inner .placeholderImg {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .heroBanner--inner h1 {
    font-size: 80px;
  }
}
.heroBanner--auto {
  min-height: 100%;
  padding-bottom: 3rem;
}

/*Shape Img*/
.shapeImg {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .shapeImg {
    border-bottom-left-radius: 70px;
  }
}
@media (max-width: 767px) {
  .shapeImg {
    border-bottom-left-radius: 50px;
  }
}
@media (max-width: 575px) {
  .shapeImg {
    border-bottom-left-radius: 30px;
  }
}
.shapeImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*Radius*/
.radius {
  border-radius: 10px;
  overflow: hidden;
}
.radius img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.radius:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Border*/
.borderY {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}

/*Section top minus*/
.topMinus {
  margin-top: -15rem;
  padding-top: 20rem;
}
@media (max-width: 991px) {
  .topMinus {
    margin-top: -10rem;
    padding-top: 15rem;
  }
}

/*Content*/
.content {
  background-color: #ffffff;
}

/*Intro*/
.intro {
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .intro__inner > .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .intro__inner > .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 1299px) {
  .intro__inner > .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (max-width: 1199px) {
  .intro__inner > .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}

/*Product*/
.tiles .row {
  --bs-gutter-y: 3rem;
}
@media (max-width: 991px) {
  .tiles .row {
    --bs-gutter-y: 1.5rem;
  }
}

.products {
  padding-top: 55px;
}
.products .productSlider .slick-list {
  margin-left: -11px;
  margin-right: -11px;
}
.products .productSlider .slick-arrow {
  top: inherit;
  border: 0;
}
.products .productSlider .slick-arrow.slick-prev {
  left: 43%;
}
@media (max-width: 991px) {
  .products .productSlider .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 575px) {
  .products .productSlider .slick-arrow.slick-prev {
    left: 38%;
  }
}
.products .productSlider .slick-arrow.slick-next {
  right: 43%;
}
@media (max-width: 991px) {
  .products .productSlider .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (max-width: 575px) {
  .products .productSlider .slick-arrow.slick-next {
    right: 38%;
  }
}
.products .productTile {
  margin: 0 12px;
}

.productTile a {
  display: block;
}
.productTile a:hover h4 {
  color: #90CE00;
}
.productTile h4 {
  font-size: 24px;
  color: #081A53;
  line-height: normal;
  margin: 15px 0 5px;
  -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) {
  .productTile h4 {
    font-size: 20px;
  }
}
.productTile h5 {
  font-size: 18px;
  color: #9FC1D0;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .productTile h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .productTile h5 {
    font-size: 14px;
  }
}
.productTile h6 {
  font-size: 12px;
  color: #1424FF;
  text-transform: uppercase;
  margin: 0;
}

/*Values*/
.values {
  background-color: #ECF5F9;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .values {
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .values {
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .values .row {
    --bs-gutter-y: 2rem;
  }
}
.values.bgColor-none {
  background-color: transparent;
  margin-inline: 0;
  border-radius: 0;
}
.values .valuesCard {
  text-align: center;
}
.values .valuesCard .valuesIcon {
  max-width: 100px;
}
@media (max-width: 1199px) {
  .values .valuesCard .valuesIcon {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .values .valuesCard .valuesIcon {
    max-width: 65px;
  }
}
.values .valuesCard h3 {
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
  color: #081A53;
  margin: 20px 0 15px;
}

/*Testimonial*/
.testimonial .container {
  padding-bottom: 50px;
}
@media (min-width: 1300px) {
  .testimonial .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .testimonial .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 1299px) {
  .testimonial .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (max-width: 1199px) {
  .testimonial .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
@media (max-width: 991px) {
  .testimonial .row {
    --bs-gutter-y: 2.5rem;
  }
}
.testimonial__quateIcon {
  max-width: 63px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .testimonial__quateIcon {
    max-width: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial__quateIcon {
    max-width: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .testimonial__quateIcon {
    max-width: 25px;
    margin-right: 10px;
  }
}
.testimonial__quateIcon svg {
  width: 100%;
}
.testimonial__quate {
  flex: 1;
}
.testimonial__quate h3 {
  font-family: "EB Garamond", sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.testimonial__info {
  font-size: 15px;
  color: #ffffff;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .testimonial__info {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .testimonial__info {
    font-size: 13px;
  }
}
.testimonial__rating {
  margin-top: 5px;
}
.testimonial__rating img {
  max-width: 100px;
}

/*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;
}
@media (min-width: 1200px) {
  .contentBlockInner .row {
    --bs-gutter-x: 2rem;
  }
}
.contentBlockInner:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockImage {
    text-align: center;
  }
}
.contentBlockInner .contentBlockImage img {
  width: 100%;
}
.contentBlockInner .contentBlockContent h2, .contentBlockInner .contentBlockContent h3, .contentBlockInner .contentBlockContent h4 {
  color: #081A53;
}
.contentBlockInner .contentBlockContent.white h2, .contentBlockInner .contentBlockContent.white h3, .contentBlockInner .contentBlockContent.white h4, .contentBlockInner .contentBlockContent.white p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockContent {
    margin-top: 30px;
  }
}

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

/*Interior Page*/
/*Bullet Section*/
@media (min-width: 1200px) {
  .bulletSection .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .bulletSection .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 1199px) {
  .bulletSection .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (max-width: 767px) {
  .bulletSection .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}

.bulletItem {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.bulletItem__icon {
  background-color: #ECF5F9;
  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-radius: 50px;
}
@media (max-width: 767px) {
  .bulletItem__icon {
    width: 60px;
    height: 60px;
  }
}
.bulletItem__icon img {
  width: 30px;
  max-height: 30px;
}
@media (max-width: 767px) {
  .bulletItem__icon img {
    width: 25px;
    max-height: 25px;
  }
}
.bulletItem__content {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media (max-width: 767px) {
  .bulletItem__content {
    width: calc(100% - 60px);
  }
}
.bulletItem__content h5 {
  font-size: 18px;
  color: #081A53;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .bulletItem__content h5 {
    font-size: 16px;
  }
}
.bulletItem__content h5 a {
  color: #081A53;
}
.bulletItem__content h5 a:hover {
  color: #90CE00;
}

/*Single CTA*/
.singleCta__inner {
  background-color: #90CE00;
  min-height: 220px;
  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;
  text-align: center;
  padding-block: 2rem;
  border-radius: 300px;
}
@media (max-width: 575px) {
  .singleCta__inner {
    min-height: 180px;
  }
}
@media (max-width: 420px) {
  .singleCta__inner {
    border-radius: 50px;
  }
}
.singleCta__inner .middle {
  width: 100%;
}
.singleCta h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .singleCta h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .singleCta h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .singleCta h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .singleCta h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .singleCta h2 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .singleCta h2 {
    font-size: 24px;
  }
}

/*Photo Gallery*/
.photoGallerySlider .slick-arrow {
  background-color: #90CE00;
  background-size: 12px;
}
@media (max-width: 1399px) {
  .photoGallerySlider .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .photoGallerySlider .slick-arrow {
    background-size: 10px;
  }
}
@media (max-width: 479px) {
  .photoGallerySlider .slick-arrow {
    background-size: 8px;
  }
}
.photoGallerySlider .slick-arrow::before {
  display: none;
}
.photoGallerySlider .slick-arrow.slick-prev {
  background-image: url("../images/icons/arrow-previous-white.svg");
  background-position: 45% center;
  left: -70px;
}
@media (max-width: 1499px) {
  .photoGallerySlider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.photoGallerySlider .slick-arrow.slick-next {
  background-image: url("../images/icons/arrow-next-white.svg");
  right: -70px;
}
@media (max-width: 1499px) {
  .photoGallerySlider .slick-arrow.slick-next {
    right: 20px;
  }
}
.photoGallerySlider .radius {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .photoGallerySlider .radius {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .photoGallerySlider .radius {
    border-radius: 30px;
  }
}
.photoGallerySlider .photoGalleryImg {
  height: 650px;
}
@media (max-width: 1199px) {
  .photoGallerySlider .photoGalleryImg {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .photoGallerySlider .photoGalleryImg {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .photoGallerySlider .photoGalleryImg {
    height: 300px;
  }
}

/*Expanded*/
@media (min-width: 1300px) {
  .expanded__inner > .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (max-width: 1299px) {
  .expanded__inner > .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (max-width: 1199px) {
  .expanded__inner > .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.expanded .iconListing ul {
  column-gap: 10px;
  margin-bottom: 0;
}

/*Linear Block*/
.linearBlock__inner {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .linearBlock__inner {
    padding-block: 40px;
  }
}
.linearBlock__inner:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .linearBlock__inner > .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1200px) {
  .linearBlock__inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.linearBlock__inner + * {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.linearBlock__content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .linearBlock__content {
    margin-top: 20px;
  }
}
.linearBlock__content h3, .linearBlock__content p {
  color: #ffffff;
}
.linearBlock__content p:last-of-type {
  margin-bottom: 0;
}

/*FAQ*/
.faq__accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-block: 50px;
}
.faq__accordion:first-child {
  border-top: 0;
}
@media (max-width: 575px) {
  .faq__accordion:first-child {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .faq__accordion {
    padding-block: 40px;
  }
}
@media (max-width: 991px) {
  .faq__accordion {
    padding-block: 30px;
  }
}
.faq .accordion-btn {
  width: 100%;
  text-align: left;
  color: #ffffff;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.faq .accordion-btn h5 {
  font-size: 24px;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .faq .accordion-btn h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-btn h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-btn h5 {
    font-size: 16px;
  }
}
.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: 1px solid rgba(255, 255, 255, 0.2);
  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: #90CE00;
  font-size: 22px;
  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-top: 20px;
}
.faq .accordion-content p, .faq .accordion-content li {
  color: #ffffff;
}

/*Blog*/
.blog .row {
  --bs-gutter-y: 2rem;
}
@media (max-width: 767px) {
  .blog .row {
    --bs-gutter-y: 1.5rem;
  }
}

.blogDetail h1,
.blogDetail .h1,
.blogDetail h2,
.blogDetail .h2,
.blogDetail h3,
.blogDetail .h3,
.blogDetail h4,
.blogDetail .h4,
.blogDetail h5,
.blogDetail .h5,
.blogDetail h6,
.blogDetail .h6 {
  color: #081A53;
}
.blogDetail__inner {
  padding-bottom: 50px;
}
.blogDetail__inner a {
  color: #90CE00;
}
.blogDetail__inner a:hover {
  text-decoration: underline;
}
.blogDetail .postDate {
  font-size: 18px;
  color: #9FC1D0;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blogDetail .postDate {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blogDetail .postDate {
    font-size: 14px;
  }
}
.blogDetail p strong {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1299px) {
  .blogDetail p strong {
    font-size: 20px;
  }
}

/*Contact*/
@media (min-width: 1200px) {
  .contact__inner > .row {
    --bs-gutter-x: 2.5rem;
  }
}

.contactService .row {
  --bs-gutter-y: 0.8rem;
}
.contactService ul, .contactService ol {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.contactService ul li, .contactService ol li {
  margin-top: 0;
}
.contactService a {
  text-decoration: underline;
}
.contactService a:hover {
  text-decoration: none;
}

.contactForm .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 1rem;
}

.contactMap {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .contactMap {
    padding-top: 50px;
  }
}
.contactMap__location {
  height: 435px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .contactMap__location {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contactMap__location {
    height: 300px;
  }
}
.contactMap__location iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}
.contactMap__address {
  margin-top: 30px;
}
.contactMap__address a {
  color: #222222;
}
.contactMap__address a:hover {
  color: #90CE00;
}

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