@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway: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);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-lightbox-slick-item-inner {
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  width: 100%;
  max-width: 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: #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;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1499px) {
  .container-fluid {
    max-width: 1800px;
  }
}
@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;
  }
}

.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(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

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

@media (min-width: 768px) {
  .order-1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .g-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 991px) {
  .g-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  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: 1199px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  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;
}

h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@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: 1199px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 35px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

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

h5,
.h5 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  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: 20px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  line-height: 1.7;
}
p a {
  color: #00BD70;
}
p a:hover {
  text-decoration: underline;
}

section ul, section ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
section li {
  line-height: 1.7;
}
@media (max-width: 1199px) {
  section li {
    line-height: 1.6;
  }
}
section li + li {
  margin-top: 10px;
}
section li a {
  color: #00BD70;
}
section li a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.outline {
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: -20px;
}
@media (max-width: 575px) {
  img.outline {
    outline-offset: -10px;
  }
}

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;
}
a:hover {
  color: #00BD70;
}

ul {
  list-style: disc;
}

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

section ul, section ol {
  padding-left: 15px;
}

.no-bullets ul,
.no-bullets ol {
  list-style: none;
  padding: 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;
}

select {
  background-image: url("../images/icons/arrow_drop_down.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 30px;
  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: #111111;
  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*/
.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;
}

@media (min-width: 992px) {
  .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;
}

.relative {
  position: relative;
}

/*Common Padding*/
.commonPadding {
  padding: 85px;
}
@media (max-width: 1199px) {
  .commonPadding {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .commonPadding {
    padding: 50px;
  }
}

.commonPY {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 1199px) {
  .commonPY {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPY {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.commonPYExtra {
  padding-top: 85px;
  padding-bottom: 85px;
  margin-bottom: 85px;
}
@media (max-width: 1199px) {
  .commonPYExtra {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPYExtra {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

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

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

/*Heading Text*/
.headingText h2, .headingText h3, .headingText h4 {
  color: #002F87;
  font-weight: 700;
}
.headingText h2 span, .headingText h3 span, .headingText h4 span {
  color: #00BD70;
}
.headingText h2 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .headingText h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .headingText h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .headingText h2 {
    font-size: 40px;
  }
}
.headingText h3 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .headingText h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .headingText h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .headingText h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .headingText h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.headingText h4 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .headingText h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .headingText h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .headingText h4 {
    font-size: 26px;
  }
}
.headingText p strong {
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}
@media (max-width: 991px) {
  .headingText p strong {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .headingText p strong {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .headingText p strong {
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .headingText p strong {
    line-height: 28px;
  }
}
.headingText--small-mb {
  margin-bottom: 10px;
}
.headingText--mb {
  margin-bottom: 30px;
}
.headingText--white * {
  color: #ffffff !important;
}

/*Title Text*/
.titleText h2, .titleText h3, .titleText h4 {
  color: #002F87;
}
.titleText--white h2, .titleText--white h3, .titleText--white h4 {
  color: #ffffff;
}
.titleText.center {
  text-align: center;
}
.titleText.mb-2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .titleText.mb-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .titleText.mb-2 {
    margin-bottom: 20px;
  }
}
.titleText.mb {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .titleText.mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .titleText.mb {
    margin-bottom: 30px;
  }
}

/*Badge*/
.badge {
  background-color: #00BD70;
  width: auto;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
}
.badge--white {
  background-color: #ffffff;
  color: #00BD70;
}

/*Link Button*/
.linkButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #002F87;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.linkButton i {
  font-size: 18px;
}
.linkButton:hover {
  color: #00BD70;
  gap: 20px;
  text-decoration: none;
}

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

.btn {
  background-color: #00BD70;
  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: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px;
  border: 1px solid #00BD70;
  cursor: pointer;
}
.btn:hover {
  background-color: #00DC82;
  border-color: #00DC82;
  color: #ffffff;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}
@media (max-width: 479px) {
  .btn {
    font-size: 14px;
  }
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.smallWide {
  min-width: 165px;
}
.btn.wide {
  min-width: 240px;
}
.btn.rounded {
  border-radius: 50px;
}
.btn.outline {
  background-color: transparent;
  color: #00BD70;
}
.btn.outline:hover {
  background-color: #00BD70;
  color: #ffffff;
}

/*Column Listing*/
.commonListing ul li, .commonListing ol li {
  font-size: 16px;
}
@media (max-width: 991px) {
  .commonListing ul li, .commonListing ol li {
    font-size: 15px;
  }
}
.commonListing--two ul, .commonListing--two ol {
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 575px) {
  .commonListing--two ul, .commonListing--two ol {
    column-count: 1;
    column-gap: 0;
  }
}

/*Tick Listing*/
.tickListing ul {
  list-style: none;
  padding-left: 0;
}
.tickListing ul li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.tickListing ul li::before {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #00BD70;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #ffffff;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .tickListing ul li::before {
    top: 3px;
  }
}
.tickListing ol {
  list-style: decimal;
}
.tickListing ol li {
  font-size: 14px;
  padding-left: 5px;
}
.tickListing ol li::before {
  display: none;
}
.tickListing.colCount ul, .tickListing.colCount ol {
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 575px) {
  .tickListing.colCount ul, .tickListing.colCount ol {
    column-count: 1;
  }
}

/*Head Filters*/
.headFilters {
  margin-top: 15px;
  margin-bottom: 50px;
}

/*Form*/
.form-group .subLabel {
  display: block;
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px;
}
.form-group .form-control {
  width: 100%;
  height: 55px;
  background-color: #F6FBFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #DDEFFF;
  border-radius: 0;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .form-group .form-control {
    height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control {
    height: 45px;
    font-size: 14px;
  }
}
.form-group .form-control::placeholder {
  opacity: 1;
  color: #111111;
}
.form-group .form-control.form-control-line {
  background-color: transparent;
  font-size: 18px;
  border-width: 0 0 1px;
  border-color: #D3D3D3;
}
@media (max-width: 991px) {
  .form-group .form-control.form-control-line {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control.form-control-line {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .form-group .form-control.form-control-line {
    font-size: 14px;
  }
}
.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;
  padding-left: 35px;
}
@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;
  padding-left: 30px;
}
.form-group textarea.form-control {
  height: 170px;
  padding-top: 20px;
  resize: none;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    height: 130px;
  }
}

.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: 10px;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination__button {
  background-color: #E7F3FF;
  width: 100px;
  height: 100px;
  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;
}
@media (max-width: 1199px) {
  .pagination__button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .pagination__button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .pagination__button {
    width: 50px;
    height: 50px;
  }
}
.pagination__button:hover {
  background-color: #002F87;
}
.pagination__button img {
  width: 28px;
}
@media (max-width: 1199px) {
  .pagination__button img {
    width: 25px;
  }
}
@media (max-width: 991px) {
  .pagination__button img {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .pagination__button img {
    width: 18px;
  }
}

/*Select2 Style*/
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  width: 100%;
  height: 48px;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 0;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  width: 100%;
  color: #111111;
  line-height: 42px;
  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: 48px;
  width: 48px;
}
.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 {
  -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: 48px;
}
.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: "Raleway", sans-serif;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  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: #F4F7F9;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  border: 1px solid #E4E8EC;
  -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: 40px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #0084FF;
  font-weight: 700;
  font-size: 16px;
  border-color: #E4E8EC;
}

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

/*Results Options*/
.select2-container .select2-dropdown {
  width: 100%;
  display: block;
  background: #002F87;
  border: 0;
  border-radius: 0;
  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: "Raleway", sans-serif;
  font-weight: 400;
  height: 43px;
  border-color: #E4E8EC;
  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 {
  font-size: 18px;
  padding-inline: 15px;
}
.select2-container .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #00BD70;
}

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

/*Lightbox*/
.lightbox-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 80%;
  margin: 20px;
}
.lightbox-overlay .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  color: #ffffff;
  padding: 10px;
  user-select: none;
  cursor: pointer;
}
.lightbox-overlay .prev, .lightbox-overlay .next {
  position: absolute;
  top: 50%;
  font-size: 35px;
  color: #ffffff;
  padding: 10px;
  user-select: none;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lightbox-overlay .prev {
  left: 30px;
}
.lightbox-overlay .next {
  right: 30px;
}

/*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);
  }
}
/*Header*/
.header {
  background-color: #002F87;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.transparent {
  background-color: transparent;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header.sticky {
  background-color: #002F87;
  border-bottom: 0;
}
.header.sticky .navbar > ul > li > a {
  padding-block: 30px;
}
.header.sticky .navbar > ul > li > a.headerButton {
  padding-block: 10px;
}
@media (max-width: 991px) {
  .header.sticky .navbar > ul > li > a {
    padding-block: 0;
  }
}
.header .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  height: 55px;
}
@media (max-width: 1199px) {
  .header .logo img {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .header .logo.mobileHide {
    display: none;
  }
}
.header .mobileLogo {
  position: relative;
  display: none;
  z-index: 1001;
}
@media (max-width: 991px) {
  .header .mobileLogo {
    display: inline-block;
  }
}
.header .navbar {
  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;
}
.header .navbar ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  list-style: none;
}
@media (max-width: 1199px) {
  .header .navbar ul {
    gap: 20px;
  }
}
.header .navbar ul li {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.header .navbar ul li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.header .navbar > ul > li > a {
  font-weight: 400;
  padding: 45px 0;
}
.header .navbar > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #0084FF;
  width: 0;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .navbar > ul > li > a:hover::before, .header .navbar > ul > li > a.active::before {
  width: 100%;
}
.header .navbar .headerButton {
  background: #00BD70;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #00BD70;
}
@media (max-width: 991px) {
  .header .navbar .headerButton {
    font-size: 18px;
  }
}
.header .navbar .headerButton::before {
  display: none;
}
.header .navbar .headerButton:hover {
  background-color: #00DC82;
  border-color: #00DC82;
  color: #ffffff;
}
.header .dropdown-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 580px;
  height: 100%;
  background: rgba(0, 111, 215, 0.9);
  padding: 40px;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 2000;
}
@media (max-width: 991px) {
  .header .dropdown-panel {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
    transition: none;
    overflow: inherit;
  }
  .header .dropdown-panel::before {
    content: "";
    background-color: #0084FF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 1px;
  }
}
.header .dropdown-panel h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  padding-right: 50px;
  text-transform: uppercase;
}
.header .dropdown-panel h3 a {
  color: #ffffff;
}
.header .dropdown-panel h3 a:hover {
  color: #00BD70;
}
@media (max-width: 991px) {
  .header .dropdown-panel h3 {
    display: none;
  }
}
.header .dropdown-panel ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .header .dropdown-panel ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.header .dropdown-panel ul li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header .dropdown-panel ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header .dropdown-panel ul li a {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
}
@media (max-width: 991px) {
  .header .dropdown-panel ul li a {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .dropdown-panel ul li a:hover {
  color: #00DC82;
  text-decoration: underline;
}
.header .dropdown-panel .close-panel {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  font-size: 24px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.header .dropdown-panel .close-panel img {
  width: 22px;
}
@media (max-width: 991px) {
  .header .dropdown-panel .close-panel {
    display: none;
  }
}
.header .dropdown-panel.open {
  left: 0;
}

/*Navigation*/
@media (max-width: 991px) {
  .navigation {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 15px;
  }
  .navigation__inner {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002F87;
    padding: 20px;
    transition: top 0.3s ease;
    overflow-y: auto;
    z-index: 1000;
  }
  .navigation__inner.toggle {
    top: 0;
  }
  .navigation__inner .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
    margin-top: 100px;
  }
  .navigation__inner .navbar > ul {
    width: 100%;
    -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;
    gap: 20px;
  }
  .navigation__inner .navbar > ul > li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 22px;
  }
  .navigation__inner .navbar > ul > li > a {
    padding: 0;
  }
  .navigation__inner .navbar .navbar_arrowBtn {
    position: absolute;
    top: 6px;
    right: 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;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
  }
  .navigation__inner .navbar .navbar_arrowBtn img, .navigation__inner .navbar .navbar_arrowBtn svg {
    transition: all 0.3s ease-in-out;
  }
  .navigation__inner .navbar .navbar_arrowBtn.active img, .navigation__inner .navbar .navbar_arrowBtn.active svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
/*Mobile Navigation*/
.menuIcon {
  position: relative;
  width: 30px;
  height: 25px;
  display: none;
  z-index: 2001;
  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 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: #002F87;
  position: relative;
}
.footer__top {
  gap: 20px 50px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .footer__top {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding: 20px 0;
  }
}
.footer__bottom {
  color: #ffffff;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .footer .footerLogo {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer .footerLogo a {
  width: 248px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .footer .footerLogo a {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer .footerLogo a {
    width: 170px;
  }
}
.footer .footerLogo a img {
  width: 100%;
}
.footer .footerText {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .footer .footerText {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer .footerText {
    font-size: 16px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer .footerText {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .footer .footerText {
    text-align: center;
  }
}
.footer .footerLinks {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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;
  }
}
@media (max-width: 575px) {
  .footer .footerLinks {
    margin-left: 0;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footerLinks a {
  color: #ffffff;
  display: inline-block;
}
.footer .footerLinks a:hover {
  color: #00BD70;
  text-decoration: underline;
}
.footer .footerLinks ul, .footer .footerLinks ol {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer .footerLinks ul, .footer .footerLinks ol {
    gap: 30px;
  }
}
.footer .footerLinks ul li, .footer .footerLinks ol li {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer .footerLinks ul li, .footer .footerLinks ol li {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer .copyRight {
    text-align: center;
  }
}
.footer .copyRight p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.footer .footerButton {
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer .footerButton {
    margin-right: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .footerButton .btn {
    min-width: 100%;
  }
}
.footer .socialMedia {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer .socialMedia {
    margin-right: auto;
    margin-top: 20px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer .socialMedia {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .socialMedia a {
  font-size: 18px;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .socialMedia a:hover {
  color: #00BD70;
}

.freeform-row input, .freeform-row textarea, .freeform-row select {
  width: 100% !important;
  height: 55px !important;
  background-color: #F5F5F5 !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000000;
  font-weight: 400;
  border: 0;
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
  border-left: #CECECE 2px solid !important;
  padding: 10px 20px;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
  border-radius: 0px !important;
}

.freeform-input {
  width: 100% !important;
  height: 55px !important;
  background-color: #F5F5F5 !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 400;
  border: 0;
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
  border-left: #CECECE 2px solid !important;
  padding: 10px 20px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
}

.freeform-label {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.freeform-form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  gap: 15px !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 15px !important;
  background-color: #EA1D2D !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding-inline: 35px !important;
  height: 50px !important;
  border-radius: 0px !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.freeform-form button:hover {
  background-color: #EA1D2D !important;
}

.freeform-row [class*=freeform-col-] select:not(select[multiple]) {
  background-image: linear-gradient(45deg, transparent 50%, #6c757d 50%), linear-gradient(135deg, #6c757d 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em !important;
}

/*Hero Slider*/
.hero {
  position: relative;
  background-color: #002F87;
  height: 100%;
  min-height: 450px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 110px;
  padding-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
.hero--homeHero {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 1199px) {
  .hero--homeHero {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .hero--homeHero {
    height: 650px;
  }
}
@media (max-width: 575px) {
  .hero--homeHero {
    height: 550px;
    min-height: 100%;
  }
}
@media (max-width: 479px) {
  .hero--homeHero {
    height: 500px;
  }
}
.hero--homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002F87;
  background: linear-gradient(0deg, rgba(0, 47, 135, 0) 0%, rgba(0, 47, 135, 0.7) 100%);
  pointer-events: none;
}
.hero .heroContent {
  position: relative;
  width: 100%;
  max-width: 52%;
  padding-top: 30px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero .heroContent {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .hero .heroContent {
    max-width: 100%;
  }
}
.hero .heroContent h1 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .hero .heroContent h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .hero .heroContent h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero .heroContent h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero .heroContent h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero .heroContent h1 {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  .hero .heroContent h1 {
    font-size: 38px;
  }
}
.hero .heroContent hr {
  background-color: #0084FF;
  height: 3px;
  width: 100%;
  max-width: 200px;
  margin: 35px 0;
  padding: 0;
  border: 0;
}
@media (max-width: 1399px) {
  .hero .heroContent hr {
    margin: 30px 0;
  }
}
@media (max-width: 1199px) {
  .hero .heroContent hr {
    margin: 25px 0;
  }
}
@media (max-width: 991px) {
  .hero .heroContent hr {
    max-width: 160px;
    height: 2px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .hero .heroContent hr {
    max-width: 100px;
  }
}
.hero .heroContent p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .hero .heroContent p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .hero .heroContent p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hero .heroContent p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero .heroContent p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero .heroContent p {
    font-size: 15px;
  }
}
.hero .patternImg img {
  width: 85%;
}
.hero .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero--innerHero {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .hero--innerHero {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .hero--innerHero {
    min-height: 320px;
  }
}
.hero--innerHero .heroContent {
  max-width: 70%;
}
@media (max-width: 991px) {
  .hero--innerHero .heroContent {
    max-width: 90%;
  }
}
.hero.single-post {
  min-height: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero.single-post {
    min-height: 260px;
  }
}
@media (max-width: 575px) {
  .hero.single-post {
    min-height: 200px;
  }
}

/*Triangle Shape*/
.triangle {
  background-color: #002F87;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 250px;
  height: 250px;
  padding: 50px;
}
.triangle--white {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .triangle {
    width: 200px;
    height: 200px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .triangle {
    width: 150px;
    height: 150px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .triangle {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .triangle {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}
.triangle.right {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.triangle.left {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.triangle img {
  width: 28px;
}
@media (max-width: 991px) {
  .triangle img {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .triangle img {
    width: 22px;
  }
}
@media (max-width: 575px) {
  .triangle img {
    width: 18px;
  }
}

/*Intro*/
.intro {
  background-color: #002F87;
}
@media (min-width: 992px) {
  .intro .row {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 991px) {
  .intro .row {
    --bs-gutter-y: 2rem;
  }
}
.intro .stats {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.intro .stats__grid {
  max-width: 100%;
  width: 50%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .intro .stats__grid {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .intro .stats__grid {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .intro .stats__grid {
    padding: 10px;
  }
}
.intro .stats__grid h2 {
  font-weight: 400;
  color: #002F87;
}
.intro .stats__grid p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 400px) {
  .intro .stats__grid p {
    font-size: 13px;
  }
}
.intro .stats__grid:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.45);
}
.intro .stats__grid:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.3);
}
.intro .stats__grid:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.6);
}
.intro .stats__grid:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.45);
}
.intro__heading {
  position: relative;
  padding-right: 5rem;
}
@media (max-width: 1399px) {
  .intro__heading {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .intro__heading {
    padding-left: 3rem;
  }
}
@media (max-width: 479px) {
  .intro__heading {
    padding-right: 0;
  }
}
.intro__heading h6 {
  font-size: 14px;
  color: #00BD70;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .intro__heading h6 {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .intro__heading h6 {
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .intro__heading h6 {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.intro__heading hr {
  background-color: #0084FF;
  height: 3px;
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
  padding: 0;
  border: 0;
}
@media (max-width: 1199px) {
  .intro__heading hr {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .intro__heading hr {
    max-width: 160px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .intro__heading hr {
    max-width: 100px;
    margin: 15px 0;
  }
}
.intro__content {
  position: relative;
}
.intro__content p {
  color: #ffffff;
}
.intro--whiteBg {
  background-color: #ffffff;
}
.intro--whiteBg h4 {
  color: #002F87;
  line-height: 1.3;
}
.intro--whiteBg p {
  color: #111111;
  margin-bottom: 0;
}
.intro--whiteBg p:first-child {
  margin-top: 0;
}
.intro__logos {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (max-width: 575px) {
  .intro__logos {
    gap: 15px 20px;
  }
}
.intro__logos img {
  max-width: 280px;
  max-height: 135px;
}
@media (max-width: 1399px) {
  .intro__logos img {
    max-width: 250px;
    max-height: 120px;
  }
}
@media (max-width: 1299px) {
  .intro__logos img {
    max-width: 220px;
    max-height: 100px;
  }
}
@media (max-width: 1199px) {
  .intro__logos img {
    max-width: 170px;
    max-height: 90px;
  }
}
@media (max-width: 575px) {
  .intro__logos img {
    max-width: 150px;
    max-height: 80px;
  }
}

/*Single Post Content*/
.postContent {
  position: relative;
}
.postContent--inlineSpacing {
  padding-inline: 8rem;
}
@media (max-width: 1399px) {
  .postContent--inlineSpacing {
    padding-inline: 6rem;
  }
}
@media (max-width: 1199px) {
  .postContent--inlineSpacing {
    padding-inline: 4rem;
  }
}
@media (max-width: 991px) {
  .postContent--inlineSpacing {
    padding-inline: 2rem;
  }
}
@media (max-width: 767px) {
  .postContent--inlineSpacing {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .postContent .smallShape {
    top: -25px;
  }
}
.postContent__heading h6 {
  font-size: 14px;
  color: #00BD70;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .postContent__heading h6 {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .postContent__heading h6 {
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .postContent__heading h6 {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.postContent__heading hr {
  background-color: #0084FF;
  height: 3px;
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
  padding: 0;
  border: 0;
}
@media (max-width: 1199px) {
  .postContent__heading hr {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .postContent__heading hr {
    max-width: 160px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .postContent__heading hr {
    max-width: 100px;
    margin: 15px 0;
  }
}
.postContent__text.mt-2 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .postContent__text {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .postContent .commonShapeImg img.full-img {
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
  }
}

.postDate {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.postDate i {
  color: #EDAA00;
}

/*Common Shape Image*/
.commonShapeImg {
  position: relative;
}
.commonShapeImg::before {
  content: "";
  background-color: #E7F3FF;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
@media (max-width: 1499px) {
  .commonShapeImg::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 1024px) {
  .commonShapeImg::before {
    right: -12px;
    bottom: -12px;
  }
}
.commonShapeImg img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  -o-object-fit: cover;
  object-fit: cover;
}
.commonShapeImg .mediumShape {
  position: absolute;
  right: -80px;
  bottom: 10px;
  background-color: #EDAA00;
  width: 120px;
  height: 120px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
}
.commonShapeImg .mediumShape.inset {
  right: -40px;
  bottom: -40px;
}
@media (max-width: 575px) {
  .commonShapeImg .mediumShape.inset {
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 1499px) {
  .commonShapeImg .mediumShape {
    width: 80px;
    height: 80px;
    right: -50px;
  }
}
@media (max-width: 1399px) {
  .commonShapeImg .mediumShape {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .commonShapeImg .mediumShape {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: -35px;
  }
}
@media (max-width: 575px) {
  .commonShapeImg .mediumShape {
    width: 40px;
    height: 40px;
    bottom: -25px;
  }
}
.commonShapeImg.mb-3 {
  margin-bottom: 30px;
}
.commonShapeImg.mb-4 {
  margin-bottom: 40px;
}
.commonShapeImg.mb-5 {
  margin-bottom: 50px;
}

.smallShape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00BD70;
  width: 60px;
  height: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
}
.smallShape--size40 {
  width: 40px;
  height: 40px;
}
@media (max-width: 1499px) {
  .smallShape {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1399px) {
  .smallShape {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .smallShape {
    width: 20px;
    height: 20px;
  }
}

/*Section Corner Shape*/
.cornerShape {
  position: absolute;
  width: 250px;
  height: 250px;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .cornerShape {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .cornerShape {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1024px) {
  .cornerShape {
    width: 100px;
    height: 100px;
  }
}
.cornerShape::before, .cornerShape::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.cornerShape::before {
  z-index: 1;
}
.cornerShape::after {
  z-index: 2;
}
.cornerShape--left {
  top: 0;
  left: 0;
}
.cornerShape--left::before {
  top: 0;
  left: 0;
  border-top: 250px solid #E7F3FF;
  border-right: 250px solid transparent;
}
@media (max-width: 1499px) {
  .cornerShape--left::before {
    border-top-width: 160px;
    border-right-width: 160px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--left::before {
    border-top-width: 130px;
    border-right-width: 130px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--left::before {
    border-top-width: 100px;
    border-right-width: 100px;
  }
}
.cornerShape--left::after {
  top: 0;
  left: 0;
  border-top: 175px solid #002F87;
  border-right: 175px solid transparent;
}
@media (max-width: 1499px) {
  .cornerShape--left::after {
    border-top-width: 120px;
    border-right-width: 120px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--left::after {
    border-top-width: 90px;
    border-right-width: 90px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--left::after {
    border-top-width: 70px;
    border-right-width: 70px;
  }
}
.cornerShape--right {
  bottom: 0;
  right: 0;
}
.cornerShape--right::before {
  bottom: 0;
  right: 0;
  border-bottom: 250px solid #E7F3FF;
  border-left: 250px solid transparent;
}
@media (max-width: 1499px) {
  .cornerShape--right::before {
    border-bottom-width: 160px;
    border-left-width: 160px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--right::before {
    border-bottom-width: 130px;
    border-left-width: 130px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--right::before {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }
}
.cornerShape--right::after {
  bottom: 0;
  right: 0;
  border-bottom: 175px solid #002F87;
  border-left: 175px solid transparent;
}
@media (max-width: 1499px) {
  .cornerShape--right::after {
    border-bottom-width: 120px;
    border-left-width: 120px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--right::after {
    border-bottom-width: 90px;
    border-left-width: 90px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--right::after {
    border-bottom-width: 70px;
    border-left-width: 70px;
  }
}
.cornerShape--darkBlue.cornerShape--left::after {
  border-top-color: #001A4A;
}
.cornerShape--darkBlue.cornerShape--right::after {
  border-bottom-color: #001A4A;
}
.cornerShape .smallShape {
  top: 30px;
  right: 0;
  left: initial;
}
@media (max-width: 1499px) {
  .cornerShape .smallShape {
    right: 10px;
  }
}
@media (max-width: 1399px) {
  .cornerShape .smallShape {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .cornerShape .smallShape {
    right: 22px;
  }
}
.cornerShape--topRight {
  bottom: inherit;
  top: -250px;
}
@media (max-width: 1499px) {
  .cornerShape--topRight {
    top: -160px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--topRight {
    top: -130px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--topRight {
    top: -100px;
  }
}
.cornerShape--bottomLeft {
  top: inherit;
  bottom: -250px;
}
@media (max-width: 1499px) {
  .cornerShape--bottomLeft {
    bottom: -160px;
  }
}
@media (max-width: 1399px) {
  .cornerShape--bottomLeft {
    bottom: -130px;
  }
}
@media (max-width: 1024px) {
  .cornerShape--bottomLeft {
    bottom: -100px;
  }
}

/*Services*/
.services {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .services .row {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1024px) {
  .services .row {
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 650px) {
  .services__content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .services__image {
    margin-top: 30px;
  }
}

/*Featured Projects*/
.featuredProjects {
  position: relative;
  background-color: #002F87;
}
.featuredProjects::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 250px solid #0084FF;
  border-left: 250px solid transparent;
  z-index: 1;
}
@media (max-width: 1499px) {
  .featuredProjects::before {
    border-bottom-width: 160px;
    border-left-width: 160px;
  }
}
@media (max-width: 1399px) {
  .featuredProjects::before {
    border-bottom-width: 130px;
    border-left-width: 130px;
  }
}
.featuredProjects .featuredProjectsData .row {
  margin: 0;
}
.featuredProjects .featuredProjectsData .row > * {
  padding: 0;
}
.featuredProjects .featuredProjectsData__img {
  height: 650px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .featuredProjects .featuredProjectsData__img {
    height: 550px;
  }
}
.featuredProjects .featuredProjectsData__img a {
  display: block;
  height: 100%;
}
.featuredProjects .featuredProjectsData__img a: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);
}
.featuredProjects .featuredProjectsData__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.featuredProjects .featuredProjectsData__content h3 {
  color: #ffffff;
  font-weight: 600;
}
.featuredProjects .featuredProjectsData__content p {
  color: #ffffff;
  margin: 0;
}
.featuredProjects .featuredProjectsData__box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
  height: 100%;
  padding: 3rem 10rem;
  text-align: left;
}
.featuredProjects .featuredProjectsData__box > * {
  width: 100%;
}
@media (max-width: 1499px) {
  .featuredProjects .featuredProjectsData__box {
    padding-inline: 6rem;
  }
}
@media (max-width: 1299px) {
  .featuredProjects .featuredProjectsData__box {
    padding-inline: 2rem;
  }
}
@media (max-width: 991px) {
  .featuredProjects .featuredProjectsData__box {
    padding: 3rem 5rem 8rem;
  }
}
@media (max-width: 575px) {
  .featuredProjects .featuredProjectsData__box {
    padding-inline: 3rem;
  }
}
@media (max-width: 479px) {
  .featuredProjects .featuredProjectsData__box {
    padding-inline: 2rem;
  }
}
.featuredProjects .featuredProjectsData__top {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 575px) {
  .featuredProjects .featuredProjectsData__top {
    gap: 15px;
  }
}
.featuredProjects .featuredProjectsData__top span {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
.featuredProjects .slick-arrow {
  top: inherit;
  bottom: 50px;
}
@media (max-width: 1499px) {
  .featuredProjects .slick-arrow {
    bottom: 35px;
  }
}
@media (max-width: 1399px) {
  .featuredProjects .slick-arrow {
    bottom: 25px;
  }
}
.featuredProjects .slick-arrow.slick-prev {
  left: inherit;
  right: 70px;
}
@media (max-width: 1499px) {
  .featuredProjects .slick-arrow.slick-prev {
    right: 55px;
  }
}
@media (max-width: 1399px) {
  .featuredProjects .slick-arrow.slick-prev {
    right: 45px;
  }
}
@media (max-width: 1399px) {
  .featuredProjects .slick-arrow.slick-next {
    right: 15px;
  }
}

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

/*News*/
.news {
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgb(231, 243, 255) 80%);
}
.news .featuredNews {
  position: relative;
}
.news .featuredNews::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -35px;
  width: 750px;
  height: 750px;
  background-color: #E1EDF9;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .news .featuredNews::before {
    width: 650px;
    height: 650px;
    top: -25px;
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .news .featuredNews::before {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .news .featuredNews::before {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .news .featuredNews::before {
    width: 400px;
    height: 400px;
    top: -15px;
    left: -15px;
  }
}
@media (max-width: 575px) {
  .news .featuredNews::before {
    width: 80%;
    height: 350px;
  }
}
.news .featuredNews > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .news .newsPost .row {
    --bs-gutter-x: 3rem;
  }
}
.news .newsPost__img {
  height: 420px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .news .newsPost__img {
    height: auto;
  }
}
.news .newsPost__img a {
  display: block;
  height: 100%;
}
.news .newsPost__img a: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);
}
.news .newsPost__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .newsPost__content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .news .newsPost__content {
    margin-top: 30px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .news .newsPost__content {
    margin-top: 20px;
    gap: 10px;
  }
}
.news .newsPost__content h2 {
  color: #002F87;
}
.news .newsPost__content p {
  color: #111111;
  margin: 0;
}
@media (min-width: 992px) {
  .news .newsCards .row {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 991px) {
  .news .newsCards {
    margin-top: 30px;
  }
}
.news .newsCards__grid {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .news .newsCards__grid {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .news .newsCards__grid {
    margin-top: 30px;
  }
}
.news .newsCards__card {
  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) {
  .news .newsCards__card {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .news .newsCards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
.news .newsCards__img {
  width: 240px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .news .newsCards__img {
    width: 100%;
  }
}
.news .newsCards__img a {
  display: block;
  height: 100%;
}
.news .newsCards__img a: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);
}
.news .newsCards__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .newsCards__text {
  width: calc(100% - 240px);
}
@media (max-width: 575px) {
  .news .newsCards__text {
    width: 100%;
  }
}
.news .newsCards h6 {
  color: #002F87;
}
.news .newsCards h6 a {
  color: #002F87;
}
.news .newsCards h6 a:hover {
  color: #00BD70;
}
.news .newsCards .dateText {
  font-size: 12px;
  color: #555555;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .news .newsCards .dateText {
    margin-top: 10px;
  }
}

/*Construction CTA*/
.constructionCta .constructionCtaInner {
  background-color: #002F87;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0% 50%);
}
@media (max-width: 991px) {
  .constructionCta .constructionCtaInner {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 50%);
  }
}
.constructionCta .row {
  margin: 0;
}
.constructionCta .row > * {
  padding: 0;
}
.constructionCta__image {
  height: 100%;
}
@media (max-width: 991px) {
  .constructionCta__image {
    height: auto;
  }
}
.constructionCta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.constructionCta__content {
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
  padding: 2rem 5rem;
}
@media (max-width: 1199px) {
  .constructionCta__content {
    padding-inline: 2rem;
  }
}
.constructionCta__content .constructionLogo {
  width: 100%;
}
.constructionCta__content .constructionLogo img {
  height: 70px;
}
@media (max-width: 991px) {
  .constructionCta__content .constructionLogo img {
    height: 60px;
  }
}
.constructionCta__content p {
  color: #ffffff;
  margin: 0;
}
.constructionCta__content .btn {
  margin-top: 10px;
}

/*Testimonial*/
.testimonial {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .testimonial {
    padding-block: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial {
    padding-block: 0;
  }
}
.testimonial__quateIcon {
  max-width: 63px;
}
@media (max-width: 1199px) {
  .testimonial__quateIcon {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial__quateIcon {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial__quateIcon {
    max-width: 25px;
  }
}
.testimonial__quateIcon svg {
  width: 100%;
}
.testimonial__quate {
  position: relative;
  padding: 0 5rem;
}
@media (max-width: 1199px) {
  .testimonial__quate {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .testimonial__quate {
    padding: 0 3.5rem;
  }
}
@media (max-width: 575px) {
  .testimonial__quate {
    padding: 0 2.3rem;
  }
}
.testimonial__quate::before, .testimonial__quate::after {
  content: "";
  width: 46px;
  height: 35px;
  position: absolute;
  top: 0;
  display: inline-block;
  background-image: url(../images/icons/quotes.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .testimonial__quate::before, .testimonial__quate::after {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial__quate::before, .testimonial__quate::after {
    width: 25px;
  }
}
.testimonial__quate::before {
  left: 0;
}
.testimonial__quate::after {
  right: 0;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial__quate h2 {
  color: #002F87;
  font-weight: 500;
}
@media (max-width: 767px) {
  .testimonial__quate h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial__quate h2 {
    font-size: 20px;
  }
}
.testimonial__info {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-top: 25px;
}

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

/*Paragraph Title*/
.paragraphTitle {
  margin-bottom: 40px;
}
.paragraphTitle h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .paragraphTitle h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .paragraphTitle h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .paragraphTitle h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .paragraphTitle h4 {
    font-size: 20px;
  }
}

/*Block with Image*/
.commonContentBlock .infoListing ul li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 0;
}
.commonContentBlock .infoListing ul li::before {
  display: none;
}
@media (min-width: 1200px) {
  .commonContentBlock .commonShapeImg img.full-img {
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
  }
}
.commonContentBlock img {
  max-width: 100%;
}
.commonContentBlock img.full-img {
  width: 100%;
}
@media (min-width: 1200px) {
  .commonContentBlock .align-left {
    float: left;
    margin-right: 30px;
  }
  .commonContentBlock .align-right {
    float: right;
    margin-left: 30px;
  }
}
.commonContentBlock a {
  color: #00BD70;
}
.commonContentBlock a:hover {
  text-decoration: underline;
}
.commonContentBlock p:first-of-type {
  margin-top: 0;
}
.commonContentBlock ul, .commonContentBlock ol {
  margin-top: 30px;
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .commonContentBlock ul, .commonContentBlock ol {
    column-count: 1;
  }
}
.commonContentBlock ul {
  padding-left: 0;
}
.commonContentBlock ul li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.commonContentBlock ul li::before {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #00BD70;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #ffffff;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .commonContentBlock ul li::before {
    top: 3px;
  }
}

/*Team Bio*/
.bioListing.mt-2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .bioListing__col {
    margin-top: 30px;
  }
  .bioListing__col:first-child {
    margin-top: 0;
  }
}
.bioListing .titleText {
  margin-bottom: 15px;
}
.bioListing ul, .bioListing ol {
  margin-top: 0;
  margin-bottom: 0;
  column-count: 1;
  column-gap: 0;
}

@media (min-width: 992px) {
  .contactTeam {
    margin-bottom: 40px;
  }
}
.contactTeam__link {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.contactTeam__link > * {
  display: inline-block;
  vertical-align: middle;
}
.contactTeam__link img, .contactTeam__link i {
  position: relative;
  top: 3px;
  width: 100%;
  max-width: 18px;
  color: #EDAA00;
  margin-right: 10px;
}
.contactTeam__link span {
  word-break: break-all;
}
.contactTeam__link a:hover {
  color: #00BD70;
}
.contactTeam--white a {
  color: #ffffff;
}
.contactTeam--white a:hover {
  color: #00BD70;
}

/*Markets We Serve*/
.marketsWeServe {
  background-color: #001A4A;
}
@media (min-width: 992px) {
  .marketsWeServe .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 991px) {
  .marketsWeServe .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media (max-width: 575px) {
  .marketsWeServe .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.marketsWeServe h4, .marketsWeServe h6 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.marketsWeServe .marketServeCard {
  position: relative;
  bottom: 0;
  height: 100%;
  min-height: 320px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0084FF;
}
@media (max-width: 767px) {
  .marketsWeServe .marketServeCard {
    min-height: auto;
    height: auto;
  }
}
.marketsWeServe .marketServeCard a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .marketsWeServe .marketServeCard a {
    gap: 30px;
  }
}
.marketsWeServe .marketServeCard h6 {
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.marketsWeServe .marketServeCard__bottom {
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 767px) {
  .marketsWeServe .marketServeCard__bottom {
    gap: 30px;
  }
}
.marketsWeServe .marketServeCard__bottom h4 {
  position: relative;
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 15px;
}
.marketsWeServe .marketServeCard__bottom .arrow-button {
  position: relative;
  left: 0;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.marketsWeServe .marketServeCard:hover {
  bottom: 5px;
}
.marketsWeServe .marketServeCard:hover h4 {
  color: #00BD70;
  bottom: 5px;
}
.marketsWeServe .marketServeCard:hover .arrow-button {
  left: 5px;
}

/*Content Block*/
.contentBlockInner + .contentBlockInner {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .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 (max-width: 1199px) {
  .contentBlockInner .row {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1200px) {
  .contentBlockInner .row {
    --bs-gutter-x: 5rem;
  }
}
.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: 767px) {
  .contentBlockInner .contentBlockImage {
    text-align: center;
  }
}
.contentBlockInner .contentBlockImage img {
  width: 100%;
}
@media (max-width: 767px) {
  .contentBlockInner .contentBlockContent {
    margin-top: 30px;
  }
}
.contentBlockInner .contentBlockContent h4 {
  color: #002F87;
}

/*Work Gallery*/
.workGallery {
  background-color: #001A4A;
  /*Slider Style*/
}
.workGallery__inner h4 {
  color: #ffffff;
}
.workGallery .gallerySlider {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .workGallery .gallerySlider {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .workGallery .gallerySlider {
    padding-top: 0;
  }
}
.workGallery .gallerySlider .gallerySliderImage {
  width: 100%;
  display: inline-block;
  padding-inline: 10px;
  cursor: all-scroll;
}
.workGallery .gallerySlider .gallerySliderImage img {
  width: 100%;
}

/*Fluid Slider with Arrow Style*/
.fluidSlider::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  background-color: #ffffff;
  width: calc(100% - 120px);
  height: 1px;
}
.fluidSlider .slick-list {
  width: 100vw;
  margin-left: -10px;
  padding-block: 15px;
}
@media (max-width: 767px) {
  .fluidSlider .slick-list {
    margin-left: -5px;
  }
}
@media (max-width: 519px) {
  .fluidSlider .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.fluidSlider .slick-arrow {
  width: 30px;
  height: 30px;
  top: initial;
  bottom: 0;
}
.fluidSlider .slick-arrow.slick-prev {
  left: 0;
}
.fluidSlider .slick-arrow.slick-next {
  left: 50px;
  right: initial;
}

/*Shape Image*/
.shapeImage {
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shapeImage > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 80%, 75% 100%, 0 100%, 0% 60%, 0 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shapeImage .arrow-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.shapeImage .arrow-button img {
  max-width: 28px;
}
@media (max-width: 1199px) {
  .shapeImage .arrow-button img {
    max-width: 26px;
  }
}
@media (max-width: 991px) {
  .shapeImage .arrow-button img {
    max-width: 22px;
  }
}

/*Team Member Profile*/
@media (min-width: 992px) {
  .teamMemberProfile .row {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1299px) {
  .teamMemberProfile .row {
    --bs-gutter-x: 5rem;
  }
}
.teamMemberProfile__img a {
  height: 100%;
  display: block;
}
.teamMemberProfile__img a:hover .shapeImage > img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .teamMemberProfile__img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .teamMemberProfile__content {
    margin-top: 30px;
  }
}
.teamMemberProfile__content h4, .teamMemberProfile__content h5 {
  color: #002F87;
}
.teamMemberProfile__content h6 {
  font-size: 14px;
  color: #00BD70;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.teamMemberProfile__content .profileInfo {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .teamMemberProfile__content .profileInfo {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.teamMemberProfile__content .profileInfo p {
  color: #111111;
  margin-bottom: 0;
}

/*Content Columns*/
@media (min-width: 992px) {
  .contentColumns .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 991px) {
  .contentColumns .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1rem;
  }
}
@media (max-width: 575px) {
  .contentColumns .row {
    --bs-gutter-x: 1.5rem;
  }
}
.contentColumns h4, .contentColumns h5 {
  color: #002F87;
}
@media (max-width: 991px) {
  .contentColumns h4 {
    margin-bottom: 15px;
  }
}
.contentColumns h5 {
  margin-bottom: 5px;
}
.contentColumns p {
  margin-top: 0;
}
.contentColumns p:last-child {
  margin-bottom: 0;
}

/*Our Timeline*/
.ourTimeline {
  background-color: #001A4A;
  /*Slider Style*/
}
.ourTimeline__inner h4 {
  color: #ffffff;
}
.ourTimeline .timelineContent {
  padding-inline: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ourTimeline .timelineContent {
    padding-inline: 0;
  }
}
.ourTimeline .timelineContent .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ourTimeline .timelineContent .commonShapeImg {
  max-width: 370px;
  height: 265px;
  margin-right: 20px;
}
@media (max-width: 1499px) {
  .ourTimeline .timelineContent .commonShapeImg {
    max-width: 340px;
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .ourTimeline .timelineContent .commonShapeImg {
    max-width: 320px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .ourTimeline .timelineContent .commonShapeImg {
    max-width: 300px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .ourTimeline .timelineContent .commonShapeImg {
    height: 200px;
    margin-right: 0;
    margin-left: -50px;
  }
}
@media (max-width: 575px) {
  .ourTimeline .timelineContent .commonShapeImg {
    max-width: 90%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .ourTimeline .timelineContent .commonShapeImg {
    height: 150px;
  }
}
.ourTimeline .timelineContent .commonShapeImg::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.ourTimeline .timelineContent h2, .ourTimeline .timelineContent p {
  color: #ffffff;
}
.ourTimeline .timelineContent h6 {
  font-size: 14px;
  color: #00BD70;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1199px) {
  .ourTimeline .timelineContent h6 {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .ourTimeline .timelineContent h6 {
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .ourTimeline .timelineContent h6 {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.ourTimeline .timelineContent h2 {
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 1499px) {
  .ourTimeline .timelineContent h2 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .ourTimeline .timelineContent h2 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .ourTimeline .timelineContent h2 {
    font-size: 55px;
  }
}
@media (max-width: 400px) {
  .ourTimeline .timelineContent h2 {
    font-size: 38px;
  }
}
.ourTimeline .timelineContent p {
  width: 100%;
  max-width: 85%;
  margin: 40px auto 0;
}
@media (max-width: 1399px) {
  .ourTimeline .timelineContent p {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .ourTimeline .timelineContent p {
    max-width: 100%;
  }
}
.ourTimeline .ourTimelineSlider {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .ourTimeline .ourTimelineSlider {
    padding-bottom: 70px;
  }
}
.ourTimeline .ourTimelineSlider .slick-list {
  width: 82vw;
  margin-left: -10px;
  padding-block: 0;
}
@media (max-width: 1499px) {
  .ourTimeline .ourTimelineSlider .slick-list {
    width: 90vw;
  }
}
@media (max-width: 1399px) {
  .ourTimeline .ourTimelineSlider .slick-list {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .ourTimeline .ourTimelineSlider .slick-list {
    width: 100%;
    margin-left: 0;
  }
}

/*Our Values*/
@media (min-width: 992px) {
  .ourValues .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 5rem;
  }
}
@media (max-width: 991px) {
  .ourValues .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 575px) {
  .ourValues .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}

.ourValuesCard {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 12px;
}
.ourValuesCard h4 {
  color: #002F87;
}
.ourValuesCard p {
  margin: 0;
}

/*Our Team*/
.ourTeam .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 3rem;
}
.ourTeam__card a {
  position: relative;
  display: block;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ourTeam__card a:hover {
  bottom: 5px;
}
.ourTeam .shapeImage {
  height: 320px;
}
@media (max-width: 991px) {
  .ourTeam .shapeImage {
    height: auto;
  }
}
.ourTeam .profileInfo {
  padding-top: 10px;
}
.ourTeam .profileInfo h5 {
  color: #002F87;
}
.ourTeam .profileInfo h6 {
  font-size: 14px;
  color: #00BD70;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1199px) {
  .ourTeam .profileInfo h6 {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .ourTeam .profileInfo h6 {
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .ourTeam .profileInfo h6 {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.ourTeam .profileInfo p {
  color: #111111;
  margin: 0;
}

/*Featured Services*/
@media (min-width: 992px) {
  .featuredServices__inner .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 991px) {
  .featuredServices__inner .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.featuredServices__inner .shapeImage {
  height: 280px;
}
@media (max-width: 1199px) {
  .featuredServices__inner .shapeImage {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .featuredServices__inner .shapeImage {
    height: auto;
  }
}
.featuredServices__inner .shapeImage img {
  clip-path: polygon(50% 0%, 100% 0, 100% 72%, 75% 100%, 0 100%, 0% 60%, 0 0);
}
.featuredServices__inner h5 {
  color: #002F87;
  margin-top: 15px;
}
.featuredServices__inner h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 12px;
}
.featuredServices__inner a {
  position: relative;
  display: block;
  bottom: 0;
}
.featuredServices__inner a:hover {
  bottom: 5px;
}
.featuredServices__inner a:hover .shapeImage > img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.featuredServices__inner a:hover h5 {
  color: #00BD70;
}

/*CTA*/
.cta {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%, 0 150px);
}
@media (max-width: 1199px) {
  .cta {
    min-height: 600px;
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
  }
}
@media (max-width: 991px) {
  .cta {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .cta {
    min-height: 450px;
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 35, 99, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta > * {
  position: relative;
  z-index: 1;
}
.cta__inner {
  text-align: center;
}
.cta__inner h3 {
  font-weight: 600;
}
.cta__inner p {
  color: #ffffff;
  padding-inline: 8rem;
}
@media (max-width: 1299px) {
  .cta__inner p {
    padding-inline: 6rem;
  }
}
@media (max-width: 1199px) {
  .cta__inner p {
    padding-inline: 4rem;
  }
}
@media (max-width: 991px) {
  .cta__inner p {
    padding-inline: 2rem;
  }
}
@media (max-width: 767px) {
  .cta__inner p {
    padding-inline: 0;
  }
}
.cta.transparent {
  clip-path: none;
}
.cta.transparent::before {
  display: none;
}
.cta.transparent .cornerShape {
  position: absolute;
}
.cta.transparent p {
  color: #002F87;
}

/*Contact*/
.contact .intro__heading {
  padding-left: 7rem;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .contact .intro__heading {
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .contact .intro__heading {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .contact .intro__heading {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact .intro__heading .smallShape {
    position: relative;
  }
}
@media (max-width: 767px) {
  .contact .intro__content {
    padding-left: 0;
  }
}
.contact .contactForm {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .contact .contactForm {
    margin-top: 30px;
  }
}
.contact .contactForm .form-group {
  margin-top: 10px;
}
.contact .contactForm .form-group:first-child {
  margin-top: 0;
}

/*Our Office*/
.ourOffice {
  background-color: #001A4A;
}
@media (min-width: 1200px) {
  .ourOffice .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .ourOffice .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1.5rem;
  }
}
@media (max-width: 991px) {
  .ourOffice .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (max-width: 991px) {
  .ourOffice .row .row {
    --bs-gutter-y: 0.5rem;
  }
}
.ourOffice .locationMap {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ourOffice .locationMap {
    height: auto;
  }
}
.ourOffice .locationMap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}
@media (max-width: 991px) {
  .ourOffice .locationMap iframe {
    aspect-ratio: 16/9;
  }
}
.ourOffice .locationInfo {
  color: #ffffff;
  line-height: 1.5;
}
.ourOffice .locationInfo h5 {
  margin-bottom: 5px;
}

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