@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

:root {
  --blue: #54C3E9;
  --black-text: #555;
  --dark-text: #333;
  --grey: #d6d6d6;
  --light-grey: #E7E7E7;

  --top-padding: 7.5rem;
  --top-padding-fixed: 5rem;
}
@media (max-width: 991px) {
  :root {
    --top-padding: 5rem;
    --top-padding-fixed: 5rem;
  }
}

html, body {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}


@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1544px;
  }
}

.wrap-lg {
  max-width: 46.25rem;
}

@media (min-width: 768px) {

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 992px) {

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 1200px) {

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 1400px) {

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem;
  }
}

ul, ol {
  padding-left: 1.5rem;
}

a {
  color: var(--blue);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
}

a:hover {
  color: var(--dark-text);
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: var(--blue);
}

strong, b {
  font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.h1, h1 {
  font-size: calc(1.45rem + 1.25vw);
}
.h2, h2 {
  font-size: calc(1.125rem + 1vw);
}
.h3, h3 {
  font-size: calc(1rem + .75vw);
}
.h4, h4 {
  font-size: calc(0.875rem + .45vw);
}
.h5, h5 {
  font-size: 0.875rem;
}
.h6, h6 {
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3125rem;
  }
  .h5, h5 {
    font-size: 1.125rem;
  }
  .h6, h6 {
    font-size: 0.875rem;
  }
  section.section p {
    margin-bottom: 1.5rem;
  }
}

hr {
  border-color: var(--light-grey);
  opacity: 1;
  margin: 3.75rem 0;
}
a:focus, button:focus {
  outline: none;
  box-shadow: none;
}

a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.25rem;
  background: var(--blue); 
  border: 1px solid var(--blue);
  border-radius: 0.25rem;
  text-transform: uppercase;
  white-space: nowrap;
}
a.btn:hover, a.wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover {
  background: var(--dark-text) !important;
  border-color: var(--dark-text) !important;
  color: #fff !important;
  box-shadow: 1px 1px 5px rgb(130 130 130 / 10%);
}
a.btn.btn-alt {
  background-color: var(--dark-text);
  border-color: var(--dark-text);
}
a.btn.btn-alt:hover {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
a.btn:focus, .wpcf7-form input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  hr {
    margin: 2.5rem 0;
  }
}
@media (max-width: 991px) {
  hr {
    margin: 1.333333333333333rem 0;
  }
}
@media (max-width: 767px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"] {
    height: 2.875rem;
    line-height: 2.875rem;
    padding: 0 1.125rem;
  }
}

.text-white {
  color: #fff;
}
.text-blue {
  color: var(--blue);
}
.text-grey {
  color: var(--grey);
}

.text-large {
  font-size: 1.3125rem;
}
.text-small {
  font-size: 0.875rem;
} 

.blue-bg {
  background-color: var(--blue);
}


@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
}

section.section {
  margin: 7.5rem 0;
}
section.domestic-section {
  padding: 7.5rem 0;
}
section.section.section-with-bg {
  padding: 3.75rem 0;
}
section.entry-content {
  position: relative;
  background: #fff;
  z-index: 3;
}
section.entry-content:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: #fff;
}
section.entry-content p {
  margin-bottom: 1.5rem;
}
section.entry-content h1, section.entry-content h2 {
  margin-bottom: 1.875rem;
}
section.entry-content h3, section.entry-content h4 {
  margin-bottom: 0.8125rem;
}

section.entry-content h5, section.entry-content h6 {
  margin-bottom: 0.625rem;
}
@media (max-width: 1399px) {
  section.section {
    margin: 6.25rem 0;
  }
  section.domestic-section {
    padding: 6.25rem 0;
  }
}
@media (max-width: 1199px) {
  section.section {
    margin: 5rem 0;
  }
  section.domestic-section {
    padding: 5rem 0.5833333333333333rem;
  }
  section.section.section-with-bg {
    padding: 3rem 0.5833333333333333rem;
  }
}
@media (max-width: 991px) {
  section.section {
    margin: 4rem 0;
    padding: 0 0.5833333333333333rem;
  }
  section.domestic-section {
    padding: 4rem 0.5833333333333333rem;
  }
}
@media (max-width: 767px) {
  section.section {
    margin: 3rem 0;
  }
  section.domestic-section {
    padding: 3rem 0.5833333333333333rem;
  }
  section.section.section-with-bg {
    padding: 2rem 0.5833333333333333rem;
  }
}

.wp-block-embed {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden; 
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  border: none !important;
  background: url(../images/quote.svg) no-repeat;
  padding-left: 30px;
  padding-top: 45px;
  color: var(--black);
  font-size: 1.125rem;
}
.wp-block-quote > * {
  margin: initial !important;
}
.wp-block-quote cite {
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 1rem;
  display: block;
}

.wp-block-separator {
  border-width: 1px;
  border-color: var(--light-grey);
  margin: 1.875rem 0;
}

.wp-block-image {
  position: relative;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(19 30 37 / 80%);
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  color: #fff;
  border-top-right-radius: 2.5rem;
}

.wp-block-gallery, .wp-block-image {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-gallery .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slick-slide:focus {
  outline: none;
}



/* Footer Styles */
.footer-body p a {
  /* word-wrap: break-word; */
  color: var(--black-text);
}
.footer-body p a:hover {
  color: var(--blue);
}
.bottom-line {
  background-color: #F7F7F7;
  padding: 1.25rem 0;
}

.bottom-line p,
.bottom-line p a {
  color: #3E3E3E;
}
.bottom-line p a:hover {
  color: var(--blue);
}
.footer-body {
  padding: 5rem 0 3.75rem;
}

.footer-body p {
  margin-bottom: 1.25rem;
}
.footer-content {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 38rem;
}
.footer-body .footer-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1.6875rem;
}

ul.footer-menu {
  list-style: none;
  padding-left: 0;
}
ul.footer-menu li {
  margin-bottom: 0.625rem;
}
ul.footer-menu li a {
  color: var(--black-text);
}
ul.footer-menu li a:hover {
  color: var(--blue);
}
.footer-logo img.site-logo {
  max-width: 17.125rem;
}
@media (max-width: 1399px) {
  .bottom-line,
  .footer-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-logo img.site-logo {
      max-width: 14.5rem;
  }
}
@media (max-width: 1199px) {
  .footer-logo img.site-logo {
      max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .footer-logo img.site-logo {
      max-width: 10rem;
  }
  .bottom-line,
  .footer-body {
      padding-left: 0.5833333333333333rem;
      padding-right: 0.5833333333333333rem;
  }
  .footer-body {
    padding-top: 4rem;
    padding-bottom: 2.8rem;
  }
  .bottom-line {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-body {
    padding: 3rem 0.5833333333333333rem;
  }
  .footer-content {
    margin-top: 1.333333333333333rem;
  }
  .footer-body .footer-title {
    margin-bottom: 1.333333333333333rem;
  }
}


.separator {
  background: #E6E6E6;
  height: 4.375rem;
  width: 100%;
}
@media (max-width: 991px) {
  .separator {
    height: 3.333rem;
  }
}
@media (max-width: 767px) {
  .separator {
    height: 2.6667rem;
  }
}

ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  display: flex;
}
ul.social-links li {
  margin: 0 0.625rem;
}
ul.social-links li:first-of-type {
  margin-left: 0;
}
ul.social-links li:last-of-type {
  margin-right: 0;
}
ul.social-links li a {
  color: var(--black-text);
}
ul.social-links li a:hover {
  color: var(--blue);
}




.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.form-element,
figure.heading-icon,
h2.section-heading {
  margin-bottom: 1.875rem;
}

.form-control {
  height: 2.75rem;
  border: 1px solid #E0DDDC;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0 1rem;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--blue);
}

.form-element label {
  display: block;
  margin-bottom: 1rem;
  color: var(--dark-text);
  font-weight: 700;
  font-size: 0.875rem;
}

.wpcf7-list-item-label {
  font-weight: 400;
}

.wpcf7-list-item label {
  margin-bottom: 0;
  color: var(--dark-green);
}

.wpcf7-list-item-label span {
  margin-left: 1.25rem;
}

textarea.form-control {
  height: 8rem;
  padding: 0.75rem 1rem;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.form-element input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  border-radius: 0.25rem;
  border-color: #E0DDDC;
}
@media (min-width: 1200px) {
  .form-element input[type="checkbox"] {
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
  }
}
.wpcf7-list-item-label span a {
  color: var(--blue);
}
.wpcf7-list-item-label span a:hover {
  color: var(--dark-text);
}


.contact-form {
  background: rgb(208 221 228 / 25%);
  padding: 2.5rem;
  border-radius: 0.666rem;
}

.contact-info {
  margin: 0 0 0.625rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.contact-info .field {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info .field:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.contact-info .field a {
  color: #fff;
}
.contact-info .field a:hover {
  color: var(--blue);
}
h6.contact-info-heading {
  font-size: 1rem;
  color: #fff;
}
.address-box {
  background-color: var(--blue);
  color: #fff;
}
.no-email-box {
  background-color: var(--dark-text);
  color: #fff;
}

.contact-page-content h5 {
  margin-bottom: 3.75rem;
}

.location-map-wrapper {
  margin-top: 3.75rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#fff, #000);/* To make border radius overflow hidden in Safari */
  mask-image: radial-gradient(#fff, #000);/* To make border radius overflow hidden in Safari */
}


.contact-section-inner {
  max-width: 78.75rem;
  margin: 0 auto;
}
.contact-page-content h6 {
  margin-bottom: 3.75rem;
}
#map {
  height: 31.25rem;
}
@media (max-width: 1400px) {
  textarea.form-control {
    height: 6.5rem;
  }
}
@media (max-width: 1199px) {
  .contact-section-inner {
    max-width: 64rem;
  }
}
@media (max-width: 991px) {
  .contact-page-content h6 {
    margin-bottom: 2.6667rem;
  }
}
@media (max-width: 767px) {
  .contact-page-content h6 {
    margin-bottom: 2rem;
  }
}



.bottom-cta-section {
  background-color: #F7F7F7;
  padding: 1rem 0;
}

.bottom-cta-section p.lead {
  line-height: 1.476190476190476;
  font-weight: 400;
  color: var(--dark-text);
}
.bottom-cta-section p.lead a {
  display: inline-block;
}
.bottom-cta-section p.lead a img {
  transition: all 0.3s ease-out; 
}
.bottom-cta-section p.lead a:hover img {
  opacity: 0.7; 
}
@media (max-width: 1199px) {
  .location-map-wrapper {
    margin-top: 2.5rem;
  }
  .contact-page-content h5 {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .bottom-cta-section {
    padding: 1rem 0.5833333333333333rem;
  }
  .location-map-wrapper {
    margin-top: 1.333333333333333rem;
  }
  .contact-page-content h5 {
    margin-bottom: 1.333333333333333rem;
  }
}
@media (max-width: 767px) {
  .contact-form-container {
    margin-bottom: 1.333333333333333rem;
  }
}
@media (max-width: 575px) {
  .bottom-cta-section p.lead a {
    display: block;
  }
  .form-element,
  figure.heading-icon,
  h2.section-heading {
      margin-bottom: 1.333333333333333rem;
  }
}




/* hero banner */
.hero-banner {
  position: relative;
  overflow: hidden;
  height: 40.625rem;
  background: #333;
}
.hero-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}
.hero-banner-image {
  height: 100%;
}
.hero-banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1.125rem;
  color: #fff;
}
.hero-banner-content-inner {
  max-width: 46.25rem;
  margin: 0 auto;
}
.hero-banner-content-inner h1.title {
  margin-bottom: 1.875rem;
}
.hero-banner-content-inner h1.title span {
  color: var(--blue);
}
.hero-banner-content-inner .lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.476190476190476;
  margin-bottom: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 1699px) {
  .hero-banner {
    height: 34.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-banner-content-inner {
    max-width: 36rem;
  }
  .hero-banner-content {
      padding: 0 0.5833333333333333rem;
  }
  .hero-banner-content-inner .lead {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    height: 30rem;
  }
  .hero-banner-content-inner .lead {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    height: 28rem;
  }
  .hero-banner-content-inner {
    text-align: center;
    margin: 0 auto;
  }
  .hero-banner-content-inner .lead {
    margin-bottom: 2rem;
  }
}


/* Video background */
.videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #111; /* bg color, if video is not high enough */
}
.videobg-aspect {
  /*position: absolute;*/
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  min-height: 33.333rem;
  
}
.videobg iframe {
  box-sizing: border-box;
  height: 56.25vw;
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videobg video {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



a.slick-arrow {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
a.slick-arrow.slick-next {
  left: initial;
  right: 0;
}
a.slick-arrow:hover {
  background: var(--dark-text);
  border-color: var(--dark-text);
  color: #fff;
}
@media (max-width: 1199px) {
  a.slick-arrow {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 991px) {
  a.slick-arrow {
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem;
  }
}
@media (max-width: 767px) {
  a.slick-arrow {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}

body.home section.section.image-text-section .text-content p {
  margin-bottom: 2rem;
}
body.home section.section.image-text-section .text-content h3 {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  body.home section.section.image-text-section .text-content p {
    margin-bottom: 3.5rem;
  }
  body.home section.section.image-text-section .text-content h3 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  body.home section.section.image-text-section .text-content p {
    margin-bottom: 3rem;
  }
  body.home section.section.image-text-section .text-content h3 {
    margin-bottom: 2rem;
  }
}

/* About Page Styles */
.image-carousel a.slick-arrow {
  left: 1.5rem;
  transform: translateY(-50%);
}
.image-carousel a.slick-arrow.slick-next {
  left: initial;
  right: 1.5rem;
}
.image-carousel .slide {
  padding: 0 0.5rem;
}
.slider-img {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.slider-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 81.22%, #000 100%);
}
.slider-img img {
  height: 28.625rem;
  width: auto;
}
.slider-img figcaption {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 600;
  padding: 1.5rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out; 
}
@media (max-width: 1199px) {
  .slider-img img {
    height: 24rem;
  }
}
@media (max-width: 991px) {
  .slider-img img {
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .image-carousel .slide {
    padding: 0 0.25rem;
  }
  .slider-img img {
    height: 18rem;
  }
  .image-carousel a.slick-arrow {
    left: 1rem;
  }
  .image-carousel a.slick-arrow.slick-next {
    left: initial;
    right: 1rem;
  }
}
@media (max-width: 575px) {
  .image-carousel {
    padding: 0 1rem;
  }
  .slider-img img {
    width: 100%;
    height: auto;
  }
  .image-carousel a.slick-arrow {
    left: 0.5rem;
  }
  .image-carousel a.slick-arrow.slick-next {
    left: initial;
    right: 0.5rem;
  }
}


.testimonial-slider-section {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .testimonial-carousel {
    margin-top: 3.75rem;
  }
}
.testimonial-block {
  padding: 3.75rem;
  width: 45.625rem;
  border-radius: 0.5rem;
}
.slick-current .testimonial-block {
  background-color: #F9F9F9;
}
.testimonial-carousel a.slick-arrow {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -22.8125rem;
}
.testimonial-carousel a.slick-arrow.slick-next {
  margin-left: 22.8125rem;
}
.testimonial-block h4 {
  color: var(--blue);
}
blockquote.testi-content {
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.875rem;
  background-color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
blockquote.testi-content p {
  font-style: italic;
}
blockquote.testi-content cite {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dark-text);
  font-style: normal;
}
@media (max-width: 1199px) {
  .testimonial-block {
    width: 42rem;
    padding: 2.5rem;
  }
  .testimonial-carousel a.slick-arrow {
    margin-left: -21rem;
  }
  .testimonial-carousel a.slick-arrow.slick-next {
    margin-left: 21rem;
  }
}
@media (max-width: 991px) {
  .testimonial-block {
    width: 38rem;
    padding: 2rem;
  }
  .testimonial-carousel a.slick-arrow {
    margin-left: -19rem;
  }
  .testimonial-carousel a.slick-arrow.slick-next {
    margin-left: 19rem;
  }
  blockquote.testi-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .testimonial-block {
    width: 34rem;
    padding: 1.75rem;
  }
  .testimonial-carousel a.slick-arrow {
    margin-left: -17rem;
  }
  .testimonial-carousel a.slick-arrow.slick-next {
    margin-left: 17rem;
  }
  blockquote.testi-content {
    padding: 1.25rem;
  }
}
@media (max-width: 575px) {
  .testimonial-carousel {
    padding: 0 0.6rem;
  }
  .testimonial-block {
    width: 100%;
  }
  .testimonial-carousel a.slick-arrow {
    margin: 0;
    left: 0;
    transform: translate(0, -50%)
  }
  .testimonial-carousel a.slick-arrow.slick-next {
    left: initial;
    right: 0;
  }
}




section.domestic-section {
  background-color: #f9f9f9;
}
.domestic-section .section-heading {
  margin-bottom: 3.75rem;
}
.domestic-block { 
  background-color: var(--dark-text);
  border-radius: 0.5rem;
  height: 100%;
  overflow: hidden;
  padding: 1.25rem;
  color: #fff;
  transition: all 0.3s ease-out; 
}
.domestic-block:hover {
  background-color: var(--blue);
}
.domestic-block figure {
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 67%;
}
.domestic-block figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.domestic-block h4 {
  color: #fff;
  margin-bottom: 1.375rem;
}



.cta-content .display-5 {
  font-weight: 700;
  line-height: 1.104166666666667;
  margin-bottom: 2.5rem;
}
.cta-section {
  background-image: url('../images/logo-icon-big.svg');
  background-repeat: no-repeat;
  background-position: 5rem top;
  background-size: auto 100%;
}
.green-bg a.btn.btn-alt:hover {
  background-color: #fff !important;
  color: var(--dark-text) !important;
  border-color: #fff !important;
}
.hero-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  section.domestic-section .row > div[class*="col-"] {
    margin-top: 1.5rem;
  }
  .domestic-section .section-heading {
      margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .domestic-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-content .display-5 {
    margin-bottom: 1.333333333333333rem;
  }
}



/* Image Text Section */
.image-text-content {
  margin-top: 6.5rem;
  position: relative;
}

a.service-anchor {
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
}

.image-text-content .row .row {
  align-items: center;
}

.image-text-content:first-of-type {
  margin-top: 0;
}

.image-text-content:nth-of-type(2n) .row .row {
  flex-direction: row-reverse;
}

.text-content {
  max-width: 30rem;
}
.text-content.w-wide {
  max-width: 36rem;
}

.image-text-content:nth-of-type(2n+1) .text-content {
  margin-left: auto;
}

.image-content img {
  min-height: 28.625rem;
  object-fit: cover;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .image-text-content {
    padding: 0 0.5rem;
  }
}

@media (max-width: 991px) {
  .image-text-content {
    max-width: 49rem;
    margin: 4rem auto 0;
  }

  .text-content {
    max-width: initial;
    margin: 1.25rem 0 0;
  }
}

@media (max-width: 767px) {
  .image-text-content {
    margin: 3rem auto 0;
  }

  .image-content img {
    min-height: 24rem;
  }
}

@media (max-width: 575px) {
  .image-text-content {
    margin: 2.5rem auto 0;
  }

  .image-content img {
    min-height: 22rem;
  }
}

.in-page-image-text-section {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}





/* Gallery Styles */
.gallery-section #jtg-262 .modula-items .figc .jtg-title {
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
}
html body .modula .modula-item.effect-pufrobo .figc {
  text-align: left !important;
}

html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
  top: auto !important;
  bottom: 1.875rem !important;
  left: 1.5rem !important;
  right: 1.5rem !important;
}

@media (max-width: 767px) {
  html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
    top: auto !important;
    bottom: 1.333333333333333rem !important;
    left: 1rem !important;
    right: 1rem !important;
    font-size: 0.8rem !important;
  }
}

#jtg-262 .modula-items .modula-item:hover .figc .jtg-title {
  /* color: var(--dark-text) !important; */
}
html body .modula .modula-item.effect-pufrobo .jtg-title::after {
  background: var(--dark-text) !important;
}

html body .gallery-section .modula .modula-item.effect-pufrobo .jtg-title::after {
  content: none;
}

html body .gallery-section .modula.modula-gallery-initialized .modula-item:hover img,
html body .gallery-section .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded:hover img.pic {
  opacity: 1;
}
html body .gallery-section .modula.modula-gallery-initialized .modula-item,
html body .gallery-section .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded {
  position: relative;
}
html body .gallery-section .modula.modula-gallery-initialized .modula-item .modula-item-content:before,
html body .gallery-section .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded .modula-item-content:before {
  content: "";
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 81.22%, #000 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}



.page-banner {
  position: relative;
  height: 28.125rem;
}
.page-banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}
.page-banner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
@media (max-width: 1399px) {
  .page-banner {
    height: 24rem;
  }
}
@media (max-width: 991px) {
  .page-banner {
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .page-banner {
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .page-banner {
    height: 18rem;
  }
}

section.cta-section.blue-bg .cta-content {
  max-width: 29.375rem;
}
section.cta-section.blue-bg .cta-content h2 {
  margin-bottom: 3.75rem;
}
section.cta-section.blue-bg a.btn.btn-alt:hover,
section.cta-section.blue-bg a.btn.btn-alt:focus {
  background: var(--black-text) !important;
  border-color: var(--black-text) !important;
}
section.cta-section.blue-bg figure {
  max-width: 43.75rem;
  margin-left: auto;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.cta-section.blue-bg .cta-content h2 {
    margin-bottom: 2.66667rem;
  }
  section.cta-section.blue-bg figure {
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  section.cta-section.blue-bg .cta-content h2 {
    margin-bottom: 2rem;
  }
}