@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .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 {
  width: 40px;
  height: 40px;
  top: 50%;
  left: inherit;
  bottom: inherit;
  border: 0;
  border: 1px solid transparent;
  margin: 0;
  padding: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow::before {
  width: 19px;
  height: 36px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .slick-arrow::before {
    height: 20px;
  }
}
.slick-arrow.slick-prev {
  left: 25px;
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-arrow.slick-prev::before {
  background-image: url("../images/prev-arrow.svg");
}
.slick-arrow.slick-next {
  right: 25px;
}
@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow.slick-next::before {
  background-image: url("../images/next-arrow.svg");
}

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

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

/*Dots*/
.slick-dots {
  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 button {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/*Slick Lightbox*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-arrow {
  width: 26px;
  height: 47px;
  padding: 0;
}
.slick-lightbox .slick-arrow::before {
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-prev {
  left: 20px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/arrow-previous-white.svg");
}
.slick-lightbox .slick-next {
  right: 20px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/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;
  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: #fff;
  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: #fff;
  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: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}

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

.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: 1199px) {
  .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: 1499px) {
  .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;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  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;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.scroll {
  overflow: hidden;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  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 {
  color: #073566;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 0 0 10px;
  }
}

h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}

h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 34px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  p {
    margin: 0 0 10px;
  }
}

b,
strong {
  font-family: var(--bodyFont);
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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] {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  /* use animation hack, if you have hard styled input */
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  /* if input has one color, and didn't have bg-image use shadow */
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  /* text color */
  -webkit-text-fill-color: #000;
  /* font weight */
  font-weight: 400 !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;
}

main {
  -webkit-box-flex: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fullImg {
  width: 100%;
}

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

.extraLight {
  font-weight: 200;
}

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

.small-container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

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

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

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

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

.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: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .commonPY {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .commonPY {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

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

.text-white {
  color: #fff;
}

/*Common Button*/
.buttonOuter {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .buttonOuter {
    margin-top: 20px;
  }
}

.btn {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 18px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background-color: #FC6147;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fff;
  color: #FC6147;
  border-color: #FC6147;
}

.btn-wide {
  font-size: 20px;
  padding: 9px 32px;
}
@media (max-width: 767px) {
  .btn-wide {
    font-size: 18px;
    padding: 9px 28px;
  }
}
@media (max-width: 575px) {
  .btn-wide {
    font-size: 16px;
  }
}

.btn-sm {
  padding: 7px 15px;
}

/*Form*/
.form-group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group .subLabel {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.form-group .form-control {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  border: none;
  border-bottom: 1px solid #CCC8BE;
  border-radius: 0;
  padding: 10px 0;
  height: 50px;
}
.form-group .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.form-group .form-control::-ms-input-placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .form-group .form-control {
    padding: 8px 0;
    height: 45px;
  }
}
.form-group textarea.form-control {
  height: 50px;
  resize: none;
}

/*Select2 Style*/
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  width: 100%;
  height: 50px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2;
  border: none;
  border-bottom: 1px solid #CCC8BE;
  border-radius: 0;
  padding: 10px 0;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  width: 100%;
  color: #000;
  line-height: 2;
  padding: 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
@media (max-width: 767px) {
  .select2.select2-container .select2-selection .select2-selection__arrow {
    height: 45px;
  }
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 767px) {
  .select2.select2-container .select2-selection {
    height: 45px;
    padding: 8px 0;
  }
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background-color: transparent;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  border-radius: 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

/*Results Options*/
.select2-container .select2-dropdown {
  width: 100%;
  display: block;
  background: #fff;
  border-color: #FAF3E4;
  border-top: 0;
  border-radius: 0;
  box-sizing: border-box;
  position: absolute;
  left: -100000px;
  z-index: 1051;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container .select2-results {
  padding: 0;
}
.select2-container .select2-results ul {
  background: #fff;
  border: inherit;
}
.select2-container .select2-results ul .select2-results__option {
  font-size: 12px;
  padding-inline: 15px;
}
.select2-container .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #FC6147;
}

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

/*Header*/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.sticky .header__inner {
  padding-block: 20px;
}
@media (max-width: 991px) {
  .header.sticky .header__inner {
    padding-block: 15px;
  }
}
.header.sticky .logo {
  width: 200px;
}
@media (max-width: 991px) {
  .header.sticky .logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .header.sticky .logo {
    width: 130px;
  }
}
.header.sticky, .header.fixed {
  background-color: #063C43;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header__inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-block: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header__inner {
    padding-block: 20px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding-block: 15px;
  }
}
.header .logo {
  position: relative;
  width: 245px;
  -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 .logo {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 140px;
  }
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.active .logo {
  z-index: 101;
}

.navigation {
  margin-left: auto;
}
.navigation__inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navigation__inner {
    background-color: #063C43;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    padding: 20px 15px;
    overflow-y: auto;
    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;
  }
}
@media (max-width: 991px) {
  .navigation #navbar {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.navigation #navbar > ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .navigation #navbar > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
.navigation #navbar li {
  position: relative;
  padding: 0 18px;
}
.navigation #navbar li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
  border-bottom: transparent 1px solid;
}
@media (max-width: 991px) {
  .navigation #navbar li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding-inline: 0;
  }
}
.navigation #navbar li a.active, .navigation #navbar li a:hover {
  color: #FDBD1F;
  border-color: #FDBD1F;
}
.navigation #navbar li a.active svg, .navigation #navbar li a:hover svg {
  fill: #FDBD1F;
}
.navigation #navbar li .navbar_menuCarot {
  position: absolute;
  top: 0;
  right: 0;
  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;
  cursor: pointer;
}
.navigation #navbar li .navbar_menuCarot svg {
  width: 10px;
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .navigation #navbar li.dropdownHolder {
    position: relative;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 100%;
    left: 0;
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -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 li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li a {
    color: #000;
    padding: 6px 15px;
    display: block;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li:hover a {
    color: #000;
  }
  .navigation #navbar li.dropdownHolder: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.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 {
    width: 100%;
  }
  .navigation #navbar .navbar__link {
    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;
    position: relative;
  }
  .navigation #navbar li.dropdownHolder {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot {
    position: relative;
    top: 0;
    right: -15px;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-block: 0;
  }
  .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;
    text-align: center;
    padding: 0;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li {
    margin: 5px 0;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li:first-child {
    margin-top: 10px;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li:last-child {
    margin-bottom: 10px;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu li a:hover {
    color: #000;
  }
  .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);
  }
}
.navigation .buttonOuter {
  text-align: center;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .navigation .buttonOuter {
    margin-left: 0;
  }
}
.navigation .buttonOuter .btn {
  padding-block: 5px;
  height: 40px;
}
@media (max-width: 991px) {
  .navigation .buttonOuter .btn:hover {
    background-color: #fff;
    color: #000;
  }
}

/*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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menuIcon span {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuIcon span:nth-child(2) {
  margin: 6px 0;
}
.menuIcon.active {
  z-index: 101;
}
.menuIcon.active span:nth-child(1) {
  -moz-transform: rotate(45deg) translate(5px, 6px);
  -o-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.menuIcon.active span:nth-child(2) {
  opacity: 0;
}
.menuIcon.active span:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(5px, -6px);
  -o-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}

.header_height {
  min-height: 99px;
}

@media (min-width: 992px) {
  .innerPage_header:not(.sticky) .navigation__inner {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .innerPage_header:not(.sticky) .menuIcon span {
    background-color: #000;
  }
}
.innerPage_header:not(.sticky) .innerPage_logo {
  display: block !important;
}
.innerPage_header:not(.sticky) .default_logo {
  display: none;
}

@media (max-width: 991px) {
  .innerPage_header.active .menuIcon span {
    background-color: #fff;
  }
  .innerPage_header.active .default_logo {
    display: none;
  }
  .innerPage_header.active .innerPage_logo {
    display: none !important;
  }
  .innerPage_header.active .default_logo {
    display: block;
  }
}
footer {
  background-color: #032327;
}
footer .footer_top {
  position: relative;
  padding: 70px 0 40px;
  color: #fff;
}
@media (max-width: 991px) {
  footer .footer_top {
    padding: 30px 0 30px;
  }
}
footer .footer_top .get_news_update {
  position: absolute;
  bottom: 0;
  left: 15px;
  background-color: #FC6147;
  padding: 60px;
  z-index: 99;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (max-width: 1399px) {
  footer .footer_top .get_news_update {
    padding: 45px;
  }
}
@media (max-width: 991px) {
  footer .footer_top .get_news_update {
    position: static;
    margin-bottom: 20px;
    padding: 30px;
  }
}
footer .footer_top h2 {
  color: #fff;
}
footer .footer_top p {
  font-size: 16px;
  line-height: 1.8;
}
footer .footer_top .footer_address_block {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
footer .footer_bottom {
  padding-block: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  footer .footer_bottom {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .footer_bottom .footer_logo img {
    max-width: 220px;
    margin-bottom: 10PX;
  }
}
footer .footer_bottom .footer_copyRight {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer_bottom .footer_copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 6px;
  }
}
footer .footer_bottom .footer_copyRight p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
footer .footer_bottom .footer_copyRight .socialMedia {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: #fff;
}
footer .footer_bottom .footer_copyRight .socialMedia a:hover {
  color: #FC6147 !important;
}
footer .signup_btn {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  color: #fff;
}
footer .signup_btn:hover {
  color: #FC6147;
  border-color: #fff;
  background-color: #fff;
}
@media (max-width: 991px) {
  footer .signup_btn {
    font-size: 16px;
    padding: 30px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .signup_btn {
    font-size: 15px;
    padding: 20px;
    margin-top: 10px;
  }
}

.heroBanner {
  position: relative;
  height: 100dvh;
  min-height: 550px;
}
.heroBanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #032327;
  background: linear-gradient(180deg, rgba(3, 35, 39, 0.6) 3%, rgba(0, 0, 0, 0) 34%);
}
.heroBanner__image {
  width: 100%;
  height: 100%;
}
.heroBanner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.heroBanner__caption {
  position: absolute;
  right: 0;
  bottom: 137px;
  left: 0;
  max-width: 890px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media (max-width: 767px) {
  .heroBanner__caption {
    bottom: 105px;
  }
}
.heroBanner__caption h1 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .heroBanner__caption h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .heroBanner__caption h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .heroBanner__caption h1 {
    font-size: 26px;
  }
}

.bottomBorder,
.topBorder {
  position: relative;
}
.bottomBorder::after,
.topBorder::after {
  content: "";
  background-image: url(../images/torn-bottom-border.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 43px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.topBorder::after {
  background-position: center top;
  top: 0;
  bottom: auto;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.commonContent .row-reverse .commonContent__block {
  padding-left: 0;
  padding-right: 40px;
}
.commonContent__block {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .commonContent__block {
    padding-left: 0;
    padding-top: 25px;
  }
}
.commonContent__block li {
  margin-bottom: 6px;
}
.commonContent__block a:not(.btn) {
  color: #FC6147;
}
.commonContent__block a:not(.btn):hover {
  text-decoration: underline;
}
.commonContent p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .commonContent p {
    margin-bottom: 15px;
  }
}
.commonContent h2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .commonContent h2 {
    margin-bottom: 15px;
  }
}
.commonContent a:not(.btn) {
  color: #FC6147;
}
.commonContent a:not(.btn):hover {
  text-decoration: underline;
}
.commonContent ul:not(.orange_listing) {
  list-style: none;
  padding-left: 10px;
}
.commonContent ul:not(.orange_listing) li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}
.commonContent ul:not(.orange_listing) li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -5px;
  font-weight: 700;
}

.subTitle {
  color: #FC6147;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 18px;
  }
}

.orange_listing {
  list-style: square;
}
@media (min-width: 576px) {
  .orange_listing {
    column-count: 2;
  }
}
.orange_listing li {
  color: #FC6147;
}

.outline {
  outline: 1px solid #FDBD1F;
  outline-offset: -18px;
}
.outline_white {
  outline: 1px solid #fff;
}

.outline2 {
  position: relative;
}
.outline2:before {
  content: "";
  border: 1px solid #FDBD1F;
  position: absolute;
  top: 18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .outline2:before {
    position: absolute;
    top: 12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }
}
@media (max-width: 575px) {
  .outline2:before {
    position: absolute;
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }
}

.headingWrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .headingWrap {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .whatweDo .col-md-4 {
    margin-top: 15px;
  }
  .whatweDo .col-md-4:first-child {
    margin-top: 0;
  }
}
.whatweDo .outline-3 {
  position: relative;
}
.whatweDo .outline-3::before {
  content: "";
  outline: 1px solid #FDBD1F;
  position: absolute;
  inset: 18px;
  pointer-events: none;
  z-index: 1;
}
.whatweDo__block {
  position: relative;
  height: 100%;
  display: block;
  z-index: 0;
}
@media (min-width: 768px) {
  .whatweDo__block {
    padding-right: 1px;
  }
}
.whatweDo__block:hover .whatweDo__title {
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.whatweDo__block:hover .whatweDo__image img {
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.whatweDo__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.whatweDo__image:before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.whatweDo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.whatweDo__title {
  position: absolute;
  right: 0;
  bottom: 56px;
  left: 0;
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .whatweDo__title {
    bottom: 40px;
  }
}
.whatweDo__title h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
  .whatweDo__title h3 {
    font-size: 24px;
  }
}

.testimonials {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 220px 0 150px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials.outline,
.testimonials .outline {
  outline-offset: -30px;
}
@media (max-width: 767px) {
  .testimonials.outline,
  .testimonials .outline {
    outline-offset: -15px;
  }
}
.testimonials::after {
  content: "";
  background-color: rgba(3, 35, 39, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .testimonials::after {
    background-color: rgba(3, 35, 39, 0.6);
  }
}
@media (max-width: 767px) {
  .testimonials {
    min-height: auto;
    padding: 150px 0 80px;
  }
}
.testimonials__block {
  color: #fff;
  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;
  position: relative;
  z-index: 1;
}
.testimonials__block p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .testimonials__block p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonials__block p {
    font-size: 16px;
  }
}
.testimonials__block .auther {
  font-weight: 500;
  font-size: 14px;
}
.testimonials__block .auther:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin: 25px auto;
}
@media (max-width: 767px) {
  .testimonials__block .auther:before {
    margin: 15px auto;
  }
}
.testimonials__block .small-container {
  position: relative;
}
.testimonials__block .small-container::before {
  content: "“";
  color: #fff;
  font-size: 170px;
  font-weight: 500;
  width: 70px;
  height: 70px;
  line-height: 150px;
  position: absolute;
  top: -95px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .testimonials__block .small-container::before {
    font-size: 150px;
    width: 60px;
    height: 60px;
    line-height: 135px;
    top: -72px;
  }
}

.whereWeWork {
  background-image: url(../images/map.svg);
  background-repeat: no-repeat;
  background-position: 52vw 40%;
  padding: 40px 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .whereWeWork {
    background-image: none;
    min-height: auto;
    padding-block: 40px;
  }
}
.whereWeWork .commonContent__block {
  padding: 0;
}
.whereWeWork .empty_block {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .whereWeWork .empty_block {
    display: none;
  }
}

.innerPageBanner {
  background-color: #063C43;
  position: relative;
  padding: 160px 0 100px;
}
@media (max-width: 991px) {
  .innerPageBanner {
    padding: 140px 0 80px;
  }
}
.innerPageBanner h1 {
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .innerPageBanner h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .innerPageBanner h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .innerPageBanner h1 {
    font-size: 32px;
  }
}

.innerPageBanner__inner.headingText h2 {
  margin-bottom: 31px;
  padding-bottom: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .innerPageBanner__inner.headingText h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.innerPageBanner__inner.headingText h2::after {
  content: "";
  background-color: #FDBD1F;
  width: 100px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.innerPageBanner__inner.headingText p {
  font-size: 26px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .innerPageBanner__inner.headingText p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .innerPageBanner__inner.headingText p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .innerPageBanner__inner.headingText p {
    font-size: 16px;
  }
}

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

.commonPy {
  padding-block: 80px;
}
@media (max-width: 1199px) {
  .commonPy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .commonPy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content_slider .slick-arrow {
  width: auto;
  height: auto;
}
.content_slider .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 575px) {
  .content_slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.content_slider .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 575px) {
  .content_slider .slick-arrow.slick-next {
    right: -10px;
  }
}
.content_slider .slick-arrow:before {
  width: 35px;
  height: 40px;
}

.two_column_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .two_column_content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.where_we_work {
  margin: 50px 0 70px;
}
@media (max-width: 991px) {
  .where_we_work {
    margin: 30px 0 30px;
  }
}
.where_we_work:last-child {
  margin-bottom: 0;
}

.event_block {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .event_block {
    padding-top: 20px;
  }
}
.event_block .event_header {
  margin-bottom: 25px;
}
.event_block .event_header > div {
  font-size: 14px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.commonContent__accordion {
  border-top: #DFDCD7 1px solid;
  padding-block: 40px;
}
.commonContent__accordion:first-child {
  border-top: none;
}
.commonContent__accordion:last-child {
  border-block-end: 0;
}
@media (max-width: 991px) {
  .commonContent__accordion {
    padding-block: 25px;
  }
}
@media (max-width: 575px) {
  .commonContent__accordion {
    padding-block: 20px;
  }
}
.commonContent__accordion .accordion-btn {
  font-size: 24px;
  color: #073566;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  padding: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 120px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .commonContent__accordion .accordion-btn {
    font-size: 20px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .commonContent__accordion .accordion-btn {
    font-size: 16px;
    gap: 15px;
  }
}
.commonContent__accordion .accordion-btn .accordion_icon {
  background-color: #FDBD1F;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .commonContent__accordion .accordion-btn .accordion_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .commonContent__accordion .accordion-btn .accordion_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.commonContent__accordion .accordion-btn.active .accordion_icon {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.commonContent__accordion .accordion-content {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .commonContent__accordion .accordion-content {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .commonContent__accordion .accordion-content {
    padding-top: 15px;
  }
}

.partnering_block {
  background-color: #063C43;
  padding-block: 50px;
  min-height: 600px;
  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;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .partnering_block {
    min-height: 500px;
    padding-block-end: 0;
  }
}
@media (max-width: 767px) {
  .partnering_block {
    min-height: 350px;
  }
}
.partnering_block h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .partnering_block h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .partnering_block h2 {
    margin-bottom: 20px;
  }
}

.updates_block {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .updates_block {
    margin-bottom: 15px;
  }
}
.updates_block:hover .commonContent h4 {
  color: #FC6147;
}
.updates_block .commonContent {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .updates_block .commonContent {
    padding-top: 15px;
  }
}
.updates_block .commonContent h4 {
  font-size: 24px;
  display: inline-block;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0;
}
@media (max-width: 991px) {
  .updates_block .commonContent h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .updates_block .commonContent h4 {
    font-size: 16px;
  }
}

.updates_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: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .updates_pagination {
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .updates_pagination a img {
    width: 40px;
    height: 40px;
  }
}
.updates_pagination a:hover {
  opacity: 0.7;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
@media (max-width: 991px) {
  .g-5,
  .gx-5 {
    --bs-gutter-x: 1.5rem;
  }
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (max-width: 991px) {
  .g-5,
  .gy-5 {
    --bs-gutter-y: 1.5rem;
  }
}

.contactform {
  background-color: #FAF3E4;
}
@media (min-width: 1200px) {
  .contactform {
    padding-block-start: 84px;
    padding-block-end: 78px;
  }
}
@media (min-width: 992px) {
  .contactform .headingWrap {
    margin-bottom: 70px;
  }
}
.contactform .small-container {
  padding-left: 15px;
  padding-right: 15px;
}
.contactform .btn-wide {
  padding-block-start: 13px;
  padding-block-end: 13px;
}

@media (min-width: 992px) {
  main > section:last-child {
    padding-bottom: 200px;
  }
}
