body {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #191919;
  font-family: brandon-grotesque, sans-serif;
}

h1 {
  font-family: freight-big-pro, serif;
  font-size: 45px;
  line-height: 1.2;
}

h2 {
  font-size: 35px;
  font-family: freight-big-pro, serif;
  margin-bottom: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: freight-big-pro, serif;
}

h4 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.2;
}

a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 20px;
  overflow: hidden;
}

section:not(.background-primary) h2 {
  color: #3f3f3f;
}

section:not(.background-primary) .link {
  display: inline-block;
  color: #01a0ab;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  margin-bottom: 2px;
  min-width: 50px;
}

section:not(.background-primary) .link svg {
  width: 11px;
  height: 35px;
  fill: #01a0ab;
  margin-left: 15px;
  margin-bottom: 2px;
}

section:not(.background-primary) .link::before {
  content: "";
  width: 50px;
  height: 1.5px;
  background-color: #01a0ab;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

section:not(.background-primary) .link:hover::before {
  left: calc(100% - 50px);
}

section:not(.background-primary) .title-line-l {
  position: relative;
  padding-bottom: 24px;
}

section:not(.background-primary) .title-line-l:after {
  content: "";
  width: calc(100vw - 32px);
  height: 3px;
  background-color: #01a0ab;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  section:not(.background-primary) .title-line-l:after {
    width: calc(50vw + 50%);
  }
}

section:not(.background-primary) .title-line-s,
section:not(.background-primary) .title-wrap h2,
section:not(.background-primary).text-section h2 {
  position: relative;
  padding-bottom: 24px;
}

section:not(.background-primary) .title-line-s:after,
section:not(.background-primary) .title-wrap h2:after,
section:not(.accordions-section) .title-wrap h2:after,
section:not(.background-primary).text-section h2:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #01a0ab;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  section:not(.background-primary) .title-line-s:after,
  section:not(.background-primary) .title-wrap h2:after,
  section:not(.background-primary).text-section h2:after {
    left: calc(50% - 35px);
    transform: translate(0, 50%);
  }
}

section.background-primary h2 {
  color: #ffffff;
}

section.background-primary .link {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  margin-bottom: 2px;
  min-width: 50px;
}

section.background-primary .link svg {
  width: 11px;
  height: 35px;
  fill: #ffffff;
  margin-left: 15px;
  margin-bottom: 2px;
}

section.background-primary .link::before {
  content: "";
  width: 50px;
  height: 1.5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

section.background-primary .link:hover::before {
  left: calc(100% - 50px);
}

section.background-primary .title-line-l {
  position: relative;
  padding-bottom: 24px;
}

section.background-primary .title-line-l:after {
  content: "";
  width: calc(100vw - 32px);
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  section.background-primary .title-line-l:after {
    width: calc(50vw + 50%);
  }
}

section.background-primary .title-line-s,
section.background-primary .title-wrap h2,
section.background-primary.text-section h2 {
  position: relative;
  padding-bottom: 24px;
}

section.background-primary .title-line-s:after,
section.background-primary .title-wrap h2:after,
section.background-primary.text-section h2:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  section.background-primary .title-line-s:after,
  section.background-primary .title-wrap h2:after,
  section.background-primary.text-section h2:after {
    left: calc(50% - 35px);
    transform: translate(0, 50%);
  }
}

.text-section .link {
  margin-top: 20px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-wrap > *:last-child {
  margin-bottom: 0;
}

.text-wrap > *:not(:last-child):not(h2) {
  margin-bottom: 24px;
}

.text-wrap:not(:last-child) {
  margin-bottom: 40px;
}

.text-wrap.text-center h2:after {
  left: calc(50% - 35px) !important;
  transform: translate(0, 50%);
}

.container-fluid {
  padding: 0;
}

.container-fluid .row {
  margin: 0;
}

.container-fluid .row > * {
  padding: 0;
}

.no-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.background-primary {
  background-color: #01a0ab;
  color: #ffffff;
}

.background-light-grey {
  background-color: #dedede;
  color: #6b6b6b;
}

.title-wrap {
  margin-bottom: 60px;
}

.icons-section .title-wrap {
  margin-bottom: 10px;
}

.icons-section .text-wrap {
  text-align: center;
}

.icons-section .text-wrap h2:after {
  left: calc(50% - 35px) !important;
  transform: translate(0, 50%);
}

.social-wrap {
  display: flex;
  margin-top: 10px;
}

.social-wrap a {
  margin: 0 16px 0 0;
  border: 0;
}

.social-wrap a:hover {
  text-decoration: none;
}

.social-wrap a:hover svg {
  fill: #191919;
}

.social-wrap svg {
  height: 30px;
  fill: #6b6b6b;
  transition: 0.5s;
}

.centered {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-width-full,
iframe {
  width: 100%;
}

.image-width {
  width: 100vw;
  max-width: none;
  margin-left: -32px;
}

.icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase;
  font-weight: 18px;
}

.icons-wrap .icon-wrap {
  width: 50%;
  margin-top: 48px;
  padding: 0 10px;
}

.icons-wrap .icon {
  max-width: 80px;
  height: 70px;
  object-fit: contain;
}

.icons-wrap .icon-text {
  margin-top: 48px;
}

@media only screen and (min-width: 576px) {
  .container-fluid .row > * {
    padding: 0 5px;
  }
  .social-wrap {
    justify-content: flex-end;
  }
  .social-wrap a {
    margin: 0 0 0 16px;
  }
  .icons-wrap .icon-wrap {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
  section:not(.margin-m) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  section.margin-m:not(:last-child):not(:first-child) {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  section.margin-m:first-child {
    margin-bottom: -20px;
    margin-top: 60px;
  }
  section.margin-m:last-child {
    margin-top: -20px;
    margin-bottom: 60px;
  }
  section:not(.icons-section):not(.services-section):not(.accordions-section) .title-wrap {
    margin-bottom: 80px;
  }
  nav > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  section {
    padding: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .pe-xxl-6 {
    padding-right: 70px !important;
  }
  .contact-section .text-wrap {
    padding-right: 16%;
  }
}

.header-main {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-main .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px 20px 20px;
  height: 100px;
  position: relative;
}

.header-main .logo-wrap img {
  width: 210px;
  height: auto;
}

.header-main .menu-btn {
  margin-left: 24px;
  width: 25px;
}

.header-main .menu-btn svg {
  fill: #ffffff;
}

.header-main .main-menu-wrap {
  background-color: #01a0ab;
  color: #ffffff;
  height: 0;
  overflow: auto;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  position: relative;
}

.header-main .main-menu {
  padding: 0 48px 48px 0;
  text-align: right;
  text-transform: uppercase;
}

.header-main .main-menu a {
  text-decoration: none;
  display: block;
}

.header-main .main-menu > li {
  padding-top: 12px;
}

.header-main .main-menu > li > a {
  padding: 12px 0;
  position: relative;
  margin-right: 65px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
}

.header-main .main-menu > li > ul {
  padding: 12px 65px 8px 0;
  display: none;
}

.header-main .main-menu > li.menu-item-has-children {
  position: relative;
}

.header-main .main-menu > li.menu-item-has-children::after,
.header-main .main-menu > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.5s;
}

.header-main .main-menu > li.menu-item-has-children:not(.open-item)::after {
  transform: rotate(90deg);
}

.header-main .main-menu ul ul {
  padding-right: 16px;
}

.header-main .main-menu ul li {
  padding: 12px 0 4px;
}

.header-main .main-menu ul a {
  font-weight: 400;
  margin-right: 20px;
}

.open-menu {
  overflow: hidden;
}

.open-menu .header-main .main-menu-wrap {
  opacity: 1;
  pointer-events: all;
  height: calc(100vh - 100px);
}

@media only screen and (min-width: 768px) {
  .header-main .logo-wrap img {
    width: 316px;
  }
}

@media only screen and (min-width: 992px) {
  .open-menu {
    overflow: auto;
  }
  .open-menu .header-main .main-menu-wrap {
    height: auto;
  }
  .header-main .header-wrap {
    justify-content: center;
    height: auto;
    padding: 24px 0 48px;
  }
  .header-main .menu-btn-wrap {
    display: none;
  }
  .header-main .main-menu-wrap {
    background-color: transparent;
    opacity: 1;
    height: auto;
    pointer-events: all;
    overflow: visible;
  }
  .header-main .main-menu {
    justify-content: center;
    padding: 0;
    text-align: left;
  }
  .header-main .main-menu > li {
    padding: 0;
    position: relative;
  }
  .header-main .main-menu > li:not(:last-child) {
    margin-right: 80px;
  }
  .header-main .main-menu > li > a {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .header-main .main-menu > li > a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
  }
  .header-main .main-menu > li.current-menu-item > a:not(:hover)::before,
  .header-main .main-menu > li:not(.current-menu-item) > a:hover::before {
    width: 20px;
  }
  .header-main .main-menu > li.menu-item-has-children {
    margin-right: 60px;
  }
  .header-main .main-menu > li.menu-item-has-children::before,
  .header-main .main-menu > li.menu-item-has-children::after {
    display: none;
  }
  .header-main .main-menu > li.menu-item-has-children > ul {
    display: block;
    background-color: #ffffff;
    color: #191919;
    padding: 20px 20px 10px;
    position: absolute;
    min-width: 170px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 2px solid #01a0ab;
  }
  .header-main .main-menu > li.menu-item-has-children > ul ul {
    padding: 16px 0 0 16px;
  }
  .header-main .main-menu > li.menu-item-has-children > ul li {
    padding: 0 0 8px;
  }
  .header-main
    .main-menu
    > li.menu-item-has-children
    > ul
    > li:not(:last-child) {
    padding: 0 0 16px;
  }
  .header-main .main-menu > li.menu-item-has-children > ul a {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid transparent;
    padding-bottom: 8px;
    transition: 0.5s;
  }
  .header-main .main-menu > li.menu-item-has-children > ul a:hover,
  .header-main .main-menu > li.menu-item-has-children > ul a:focus {
    border-color: #01a0ab;
  }
  .header-main .main-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }
  .header-main .main-menu > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url("../img/chevron-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
  }
  .header-main .main-menu > li.menu-item-has-children:hover ul,
  .header-main .main-menu > li.menu-item-has-children > ul:focus-within {
    opacity: 1;
    pointer-events: all;
  }
}

.footer-main {
  padding: 55px 20px 40px;
  line-height: 1.4;
  overflow: hidden;
}

.footer-main a {
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}

.footer-main a:hover {
  text-decoration: none;
  border-color: #6b6b6b;
}

.footer-main .footer-wrap-top {
  font-size: 18px;
}

.footer-main .footer-wrap-top .footer-item a {
  margin-bottom: 5px;
}

.footer-main .footer-wrap-top .footer-item > *:last-child {
  margin-bottom: 0;
}

.footer-main .footer-wrap-top .footer-item:nth-child(3) {
  order: 4;
}

.footer-main .footer-wrap-bottom {
  position: relative;
  margin-top: 36px;
}

.footer-main .footer-wrap-bottom::before {
  content: "";
  width: calc(100vw - 32px);
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 12px;
}

.footer-main .footer-wrap-bottom ul {
  padding: 20px 0 0;
}

.footer-main .footer-wrap-bottom li {
  padding: 0 35px 10px 0;
}

.footer-main .footer-wrap-bottom li:last-child {
  padding-bottom: 0;
}

.footer-main .footer-wrap-bottom .copyrights {
  padding-top: 20px;
}

@media only screen and (min-width: 576px) {
  .footer-main .footer-wrap-top .footer-item:nth-child(3) {
    order: 0;
  }
  .footer-main .footer-wrap-bottom ul {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .footer-main {
    padding: 24px 20px 16px;
  }
  .footer-main .footer-wrap-bottom {
    margin-top: 16px;
  }
  .footer-main .footer-wrap-bottom::before {
    width: calc(100% - 24px);
  }
}

@media only screen and (min-width: 1200px) {
  .footer-main {
    padding: 24px 0 16px;
  }
}

.hero-section {
  height: calc(100vh - 100px);
  margin: 0 !important;
  position: relative;
  color: #ffffff;
  min-height: 400px;
}

.hero-section picture::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.65) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-section .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section .text-wrap {
  padding: 0 24px;
}

.hero-section .hero-wrap {
  position: relative;
  z-index: 1;
}

.hero-section .hero-wrap h2 {
  color: #fff;
  margin-bottom: 16px;
}

.hero-section .hero-wrap h2 + h1 {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .hero-section {
    padding: 0;
    height: 100vh;
  }
  .hero-section::before,
  .hero-section::after {
    content: "";
    position: absolute;
    top: 74px;
    background-color: #ffffff;
    width: calc(50% - 160px);
    height: 1px;
    z-index: 1;
    pointer-events: none;
    animation: half-width-animate 1s linear 1.5s both;
    z-index: 2;
  }
  .hero-section::before {
    left: 30px;
  }
  .hero-section::after {
    right: 30px;
  }
  .hero-section .hero-wrap {
    padding: 100px;
  }
  .hero-section .hero-wrap::before,
  .hero-section .hero-wrap:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 60px);
    height: calc(100% - 104px);
    border: 1px solid #ffffff;
    z-index: 1;
    pointer-events: none;
    transform: translate(-50%, 0);
  }
  .hero-section .hero-wrap::before {
    border-width: 0 1px;
    animation: height-animate 0.8s linear 0.7s both;
  }
  .hero-section .hero-wrap::after {
    border-width: 0 0 1px 0;
    animation: width-animate 0.7s linear both;
  }
  .hero-section .text-wrap {
    max-width: 1000px;
    margin: auto;
  }
}

@keyframes half-width-animate {
  0% {
    width: 0;
  }
  100% {
    width: calc(50% - 160px);
  }
}

@keyframes width-animate {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 60px);
  }
}

@keyframes height-animate {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 104px);
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section::before,
  .hero-section::after {
    width: calc(50% - 210px);
  }
  .hero-section::before {
    left: 80px;
  }
  .hero-section::after {
    right: 80px;
  }
  .hero-section .hero-wrap::before,
  .hero-section .hero-wrap::after {
    width: calc(100% - 160px);
    height: calc(100% - 154px);
    bottom: 80px;
  }
  @keyframes half-width-animate {
    0% {
      width: 0;
    }
    100% {
      width: calc(50% - 210px);
    }
  }
  @keyframes width-animate {
    0% {
      width: 0;
    }
    100% {
      width: calc(100% - 160px);
    }
  }
  @keyframes height-animate {
    0% {
      height: 0;
    }
    100% {
      height: calc(100% - 154px);
    }
  }
}

.cards-section .row > div:not(.title-wrap) {
  margin: 4px 0;
}

.cards-section .title-wrap .text-wrap {
  padding: 0 20px;
}

.cards-section .card-wrap {
  padding: 24px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cards-section .card-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s;
}

.cards-section .card-wrap .card-tlt {
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 250px;
}

.cards-section .card-wrap .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-section .card-wrap:hover {
  text-decoration: none;
}

.cards-section .card-wrap:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cards-section .col-lg-4:first-child:nth-last-child(3) {
    width: 100%;
    aspect-ratio: 2/1;
  }
}

@media only screen and (min-width: 992px) {
  .cards-section + .contact-section {
    margin-top: 120px !important;
  }
  .cards-section .title-wrap .text-wrap {
    padding: 0;
  }
  .cards-section .col-lg-4:first-child:nth-last-child(4) {
    width: 100%;
    aspect-ratio: 3/1;
  }
}

.text-and-image-section .content-wrap > .col-12:first-child .image-wrapper {
  margin-bottom: 10px;
}

.text-and-image-section .content-wrap > .col-12:first-child .text-wrapper {
  margin-bottom: 60px;
}

.text-and-image-section:not(.text-and-half-image-section) .text-wrapper {
  margin-bottom: 60px;
}

.text-and-image-section a {
  text-decoration: underline;
}

.text-and-image-section a:hover,
.text-and-image-section a:focus {
  text-decoration: none;
}

.text-and-half-image-section .text-wrapper {
  padding-top: 40px;
  padding-left: 30px;
}

.text-and-half-image-section h2 {
  position: relative;
  margin-bottom: 40px;
}

.text-and-half-image-section h2:before {
  content: "";
  width: 2px;
  height: 135px;
  position: absolute;
  left: -30px;
  top: -102px;
  background: #01a0ab;
}

.text-and-half-image-section.background-primary .text-wrapper {
  padding: 40px 0 55px;
}

.text-and-half-image-section.background-primary .text-wrapper h2 {
  padding-bottom: 32px;
}

.text-and-half-image-section.background-primary .text-wrapper h2:before {
  background: #ffffff;
  width: calc(100% + 34px);
  left: -32px;
  height: 2px;
  top: unset;
  bottom: 0;
}

.text-and-half-image-section.background-primary .link {
  margin-top: 20px;
}

.text-and-half-image-section.background-primary + .testimonial-section {
  padding-top: 5px;
}

.text-and-half-image-section:not(.background-primary) + .testimonial-section {
  margin-top: 90px;
}

.text-and-half-image-section .contact-info-wrap {
  list-style: none;
  padding: 0;
}

.text-and-half-image-section .contact-info-wrap .contact-info:not(:last-child) {
  margin-bottom: 40px;
}

.text-and-half-image-section .contact-info-wrap .contact-link {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}

.text-and-half-image-section .contact-info-wrap .contact-icon {
  height: 30px;
  width: 40px;
  object-fit: contain;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .text-and-image-section .content-wrap > .col-12:first-child .image-wrapper,
  .text-and-image-section .content-wrap > .col-12:first-child .text-wrapper {
    margin-bottom: 0;
  }
  .text-and-image-section .image-width-auto {
    width: 100%;
    margin: 0;
  }
  .text-and-image-section .image-width-large {
    margin-left: 16px;
    width: calc(100% + 16px);
  }
  .text-and-image-section .image-width-half,
  .text-and-image-section iframe {
    width: calc(50vw - 12px);
    max-width: none;
    margin: 0;
  }
  .text-and-half-image-section h2 {
    padding-bottom: 32px;
  }
  .text-and-half-image-section h2:before {
    content: "";
    width: calc(100% + 72px) !important;
    height: 2px;
    top: unset;
    bottom: 0;
    background: #01a0ab;
  }
  .text-and-half-image-section:not(.text-and-half-image-section-reversed)
    .image-width-half,
  .text-and-half-image-section:not(.text-and-half-image-section-reversed)
    iframe {
    margin-left: calc(100% - 50vw + 12px);
  }
  .text-and-half-image-section:not(.text-and-half-image-section-reversed)
    .text-wrapper {
    padding-left: 48px;
  }
  .text-and-half-image-section:not(.text-and-half-image-section-reversed)
    h2:before {
    left: -72px !important;
  }
  .text-and-half-image-section.text-and-half-image-section-reversed .row {
    flex-direction: row-reverse;
  }
  .text-and-half-image-section.text-and-half-image-section-reversed
    .text-wrapper {
    padding-right: 48px;
    padding-left: 0;
  }
  .text-and-half-image-section.text-and-half-image-section-reversed h2:before {
    left: unset !important;
    right: -72px !important;
  }
}

@media only screen and (min-width: 992px) {
  .text-and-half-image-section .link {
    margin-top: 20px;
  }
  .text-and-half-image-section:not(.background-primary)
    + .text-and-half-image-section:not(.background-primary) {
    margin-top: 120px;
  }
  .text-and-half-image-section:not(.background-primary) + .testimonial-section {
    margin-top: -80px;
    padding-top: 5px;
  }
  .text-and-half-image-section:not(.background-primary) + .cards-section {
    margin-top: 150px;
  }
  .text-and-half-image-section
    + .text-and-half-image-section
    + .text-and-half-image-section
    + .text-and-half-image-section
    + .testimonial-section {
    margin-top: 140px;
    padding-top: 80px;
  }
  .text-and-large-image-section + .text-and-half-image-section {
    margin-top: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .text-and-image-section .image-width-large {
    margin-left: 16px;
    width: calc(25% + 50vw - 22px);
  }
}

@media only screen and (min-width: 1400px) {
  .text-and-image-section .content-wrap {
    justify-content: center;
  }
  .text-and-image-section .image-width-large {
    margin-left: 16px;
    width: calc(31.43% + 50vw - 22px);
  }
  .text-and-image-section .image-width-large .col-xxl-3:first-child {
    padding-right: 0;
  }
  .text-and-image-section
    .image-width-large
    .col-xxl-8:last-child
    .image-width-large {
    margin-left: 30px;
    width: calc(31.43% + 50vw - 36px);
  }
}

.testimonial-section {
  margin-bottom: 90px;
  padding-top: 60px;
}

.testimonial-section .testimonial-wrap {
  position: relative;
  padding: 100px 0 50px 30px;
  margin: 60px 0 0;
}

.testimonial-section .testimonial-wrap:before,
.testimonial-section .testimonial-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.testimonial-section .testimonial-wrap:before {
  width: calc(100% + 32px);
  height: 100%;
  border: 2px solid #01a0ab;
  border-width: 2px 0 2px 2px;
  top: 0;
  left: 0;
}

.testimonial-section .testimonial-wrap:after {
  height: 180px;
  width: 3px;
  top: -120px;
  left: 60px;
  background-color: #01a0ab;
}

.testimonial-section.no-mt.no-pt .testimonial-wrap:after {
  height: 120px;
  top: -80px;
}

.testimonial-section .testimonial-text {
  font-family: freight-big-pro, serif;
  font-size: 30px;
  line-height: 1.6;
}

.testimonial-section .testimonial-author {
  position: relative;
  margin-top: 24px;
  padding-top: 35px;
}

.testimonial-section .testimonial-author::before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #01a0ab;
}

.text-and-half-image-section.background-primary + .testimonial-section {
  margin-top: -60px;
}

@media only screen and (min-width: 992px) {
  .testimonial-section .testimonial-text {
    font-size: 35px;
    line-height: 1.4;
  }
  .testimonial-section .testimonial-wrap {
    margin-top: 75px;
    padding: 60px 60px 60px 120px;
  }
  .text-and-half-image-section.background-primary + .testimonial-section {
    margin-top: -80px;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonial-section {
    padding-top: 80px;
  }
  .testimonial-section .testimonial-wrap:before {
    border-width: 2px;
    width: 100%;
    left: 0;
  }
  .testimonial-section .testimonial-wrap:after {
    left: 60px;
    height: 245px;
    top: -155px;
  }

  .testimonial-section.no-mt.no-pt .testimonial-wrap:after {
    left: 60px;
    height: 165px;
    top: -75px;
  }
}

@media only screen and (min-width: 1400px) {
  .testimonial-section .testimonial-wrap {
    padding-left: 180px;
  }
  .testimonial-section .testimonial-wrap:after {
    left: 120px;
  }
}

.media-section .image-width {
  margin-bottom: 20px;
}

.media-section .image-wrapper:last-child .image-width:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .media-section .image-width {
    width: 100%;
    margin-left: 0;
  }
  .media-section .media-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .media-section .image-wrapper:first-child {
    width: calc(38% - 15px);
  }
  .media-section .image-wrapper:last-child {
    width: calc(62% - 15px);
  }
  .media-section .image-wrapper:last-child .image-width:last-child {
    padding-right: 60px;
  }
  .media-section .image-width:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .media-section .image-wrapper:first-child {
    width: calc(38% - 35px);
  }
  .media-section .image-wrapper:last-child {
    width: calc(62% - 35px);
  }
  .media-section .image-width:not(:last-child) {
    margin-bottom: 75px;
  }
}

section.accordions-section .title-wrap {
  margin-bottom: 20px;
}

section.accordions-section .accordions-wrap {
  /* width: calc(100% + 64px); */
  border-top: 2px solid #01a0ab;
  /* margin-left: -32px; */
}

section.accordions-section .accordion-item {
  border: 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #01a0ab;
  font-size: 22px;
}

section.accordions-section .accordion-item .accordion-button {
  font-size: 22px;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000000;
  font-family: brandon-grotesque, sans-serif;
  padding: 16px 0 16px 32px;
  background: #FFFFFF;
  line-height: 1.3;
  justify-content: space-between;
}
section.accordions-section .accordion-item .accordion-button:not(.collapsed) {
  font-weight: 600;
  color: #01a0ab;
}


section.accordions-section .accordion-item .accordion-button:after {
  background-image: url("../img/minus.png");
  width: 33px;
  height: 3px;
  background-size: contain;
  margin: 0 16px;
}

section.accordions-section .accordion-item .accordion-button.collapsed:after {
  background-image: url("../img/plus.png");
  width: 33px;
  height: 33px;
  background-size: contain;
  margin: 0 16px;
}

section.accordions-section .accordion-item .accordion-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

section.accordions-section .accordion-body {
  padding: 20px 32px;
}

section.accordions-section .accordion-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  section.accordions-section .accordions-wrap {
    width: 100%;
    margin-left: 0;
  }
  section.accordions-section .accordion-item .accordion-button {
    padding-left: 40px;
  }
  section.accordions-section .accordion-body {
    padding: 40px 60px 60px 40px;
  }
}

.mfp-wrap .mfp-img {
  padding: 0 !important;
}

.mfp-wrap .mfp-figure:after {
  display: none;
}

.mfp-wrap .mfp-image-holder .mfp-close {
  color: transparent;
  opacity: 1;
  width: 40px;
  padding: 0px;
  right: 30px;
  top: 30px;
}

.mfp-wrap .mfp-image-holder .mfp-close:after {
  content: "";
  background-image: url(../img/xmark-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.mfp-wrap button.mfp-arrow {
  height: 90px;
  background: rgba(1, 160, 171, 0.65);
  opacity: 1;
}

.mfp-wrap .mfp-bottom-bar {
  display: none;
}

.mfp-wrap .mfp-arrow-right:before,
.mfp-wrap .mfp-arrow-left:before {
  display: none;
}

.mfp-wrap .mfp-arrow-right:after,
.mfp-wrap .mfp-arrow-left:after {
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
}

.mfp-wrap .mfp-arrow-right {
  right: 20px;
}

.mfp-wrap .mfp-arrow-right::after {
  background-image: url(../img/chevron-right-light-white.svg);
}

.mfp-wrap .mfp-arrow-left {
  left: 20px;
}

.mfp-wrap .mfp-arrow-left::after {
  background-image: url(../img/chevron-left-light-white.svg);
}

.mfp-wrap .mfp-container {
  padding: 0 20px;
}

.mfp-bg {
  background-color: #000000;
  opacity: 0.45;
}

@media only screen and (min-width: 992px) {
  .mfp-wrap .mfp-container {
    padding: 0 100px;
  }
  .mfp-wrap .mfp-arrow-right {
    right: 100px;
  }
  .mfp-wrap .mfp-arrow-left {
    left: 100px;
  }
}

.clients-section {
  padding: 0;
}

.clients-section .text-wrap {
  padding: 0 20px;
}

.clients-section .swiper {
  width: 100%;
  max-width: 100%;
  height: calc(150vw + 48px);
  padding-bottom: 60px;
}

.clients-section .swiper-slide {
  border: 1px solid #dedede;
  height: calc((100% - 48px) / 3) !important;
  width: calc(50vw - 40px) !important;
  margin: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.clients-section .swiper-slide img {
  max-height: 100%;
}

.footer-logo-text {
  font-size: 0.85rem;
  line-height: 1.3;
}

.clients-section .swiper-button-next,
.clients-section .swiper-button-prev {
  display: none;
}

.clients-section .swiper-pagination .swiper-pagination-bullet {
  width: 65px;
  height: 2px;
  border-radius: 0;
  margin: 30px 15px 0 !important;
}

.clients-section .swiper-pagination-bullet-active {
  background: #01a0ab;
}

@media only screen and (min-width: 768px) {
  .clients-section .clients-slider {
    padding: 80px 50px;
    position: relative;
  }
  .clients-section .swiper {
    padding-bottom: 0;
    height: 110px;
  }
  .clients-section .swiper-slide {
    height: 110px !important;
    width: 25% !important;
    padding: 0 16px;
    margin: 0 !important;
    border: 0;
  }
  .clients-section .swiper-button-next {
    right: 30px;
    text-align: right;
  }
  .clients-section .swiper-button-prev {
    left: 30px;
  }
  .clients-section .swiper-button-next,
  .clients-section .swiper-button-prev {
    display: block;
    height: 22px;
    top: calc(50% + 11px);
  }
  .clients-section .swiper-button-next:after,
  .clients-section .swiper-button-prev:after {
    color: #01a0ab;
    font-size: 22px;
  }
  .clients-section .swiper-button-next.swiper-button-disabled,
  .clients-section .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .clients-section .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .clients-section .swiper-slide {
    width: calc(50vw - 28px) !important;
  }
}

.form-section .gform_wrapper.gravity-theme {
  text-align: center;
}

.form-section .gform_wrapper.gravity-theme .gform_title {
  display: none;
}

.form-section .gform_wrapper.gravity-theme .gform_heading {
  text-align: center;
  margin-bottom: 60px;
}

.form-section .gform_wrapper.gravity-theme .gform_description {
  max-width: 830px;
  margin: auto;
  display: block;
}

.form-section
  .gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [type="file"]
  ):not([type="submit"]),
.form-section .gform_wrapper.gravity-theme textarea {
  padding: 6px 16px;
  font-size: 20px;
  color: #191919;
  border: 2px solid #01a0ab;
  line-height: 2;
}

.form-section .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.form-section .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(1) {
  grid-column: 1/5;
}

.form-section .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(2) {
  grid-column: span 12;
}

.form-section .gform_wrapper.gravity-theme input.gform_button {
  display: inline-block;
  color: #01a0ab;
  font-size: 22px;
  line-height: 1.1 !important;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  min-width: 50px;
  background-color: transparent;
  border: 0;
  padding: 4px 28px 10px 0;
  margin-bottom: 0 !important;
}

.form-section .gform_wrapper.gravity-theme .gform_footer {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 20px 0 2px;
}

.form-section .gform_wrapper.gravity-theme .gform_footer::before {
  content: "";
  width: 50px;
  height: 1.5px;
  background-color: #01a0ab;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: 0.5s;
}

.form-section .gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  background-image: url("../img/chevron-right-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

.form-section .gform_wrapper.gravity-theme .gform_footer:hover::before {
  left: calc(100% - 50px);
}

.form-section .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
}

.form-section .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 40px;
  box-shadow: none;
  border-radius: 0;
}

.form-section .gform_wrapper.gravity-theme form {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .form-section .gform_wrapper.gravity-theme .gform_heading {
    margin-bottom: 80px;
  }
  .form-section .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 30px;
  }
  .form-section .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px;
  }
  .form-section
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:nth-child(1) {
    grid-column: 1/3 !important;
  }
  .form-section
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:nth-child(2) {
    grid-column: span 2 !important;
  }
  .form-section
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:nth-child(3) {
    grid-column: span 5 !important;
  }
  .form-section
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:nth-child(4) {
    grid-column: span 5 !important;
  }
  .form-section
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:nth-child(5) {
    grid-column: span 6 !important;
  }
  .form-section .gform_wrapper.gravity-theme form {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .form-section .gform_wrapper.gravity-theme .gform_heading {
    margin-bottom: 80px;
  }
}

.gform_wrapper.gravity-theme .general-enquiries select {
  height: 56px;
  padding: 6px 16px;
  font-size: 20px;
  color: #191919;
  border: 2px solid #01a0ab;
  line-height: 2;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.acf-map img {
  max-width: inherit !important;
}

.t-alignleft {
  text-align: left;
}

.t-aligncenter {
  text-align: center;
}

.t-alignright {
  text-align: right;
}


 /* NEWS START */

 .archive-sec .archive-grid {
  margin-bottom: 20px;
}

 .archive-sec .title {
  margin: 30px 0 80px;
}

.archive-sec .archive-card {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  margin: auto;
  height: 100%;
}

.archive-sec .archive-card p {
  letter-spacing: 0.5px;
}

.archive-sec .archive-card-image {
  margin-bottom: 20px;
  display: block;
}

.archive-sec .archive-card-image img {
  width: 100%;
  height: auto;
}

.archive-sec .archive-card-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.archive-sec .archive-card-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 26px;
  font-weight: 600;
}

.archive-sec .archive-card-date {
  font-size: 12px;
  text-transform: uppercase;
}

.archive-sec .link {
  margin: 30px 0 30px;
  display: block;
}

.archive-sec .archive-card > *:last-child {
  margin-bottom: 35px;
}

.f-post-author {
  text-align: center;
  border-radius:50%; 
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  align-items: center;
}

.f-post-author .f-author-img {
  height: 100px;
  display: block;
  width: 100px;
  margin-bottom: 10px;
}

.f-post-author .f-author-img img{
  height: 100px;
  width: auto;
  display: block;
}

.f-post-author .f-author {
  text-align: center;
}


.prev-next {
  display: flex;
  width: 100%;
  align-items: space-between;
}

.link.f-prev {
  margin-left: auto;
  display: block;
}

.link.f-next{
  display: block;
  margin-right: auto;
}

/* // Pagination */
.pagination {
  text-align: center;
  width: 100%;
  display: block;
}

.pagination a, 
.pagination span {
  font-size: rem-calc(18px);
  color: inherit;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  border: none;
}

.pagination a.current, 
.pagination span.current {
  font-weight: bold;
}
/* PAGINATION END  */

/* CATEGORIES START  */

ul.cat-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none !important;
  font-size: rem-calc(18px);
  display: flex;
  flex-direction: column;
  flex-direction: row;
  margin: 30px 0 80px;
  justify-content: center;
}

ul.cat-list li a {
  color: inherit;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

ul.cat-list li a::after {
  content: '|';
  padding: 10px;
  top: -1px;
  position: relative;
}

ul.cat-list li.current-cat {
  text-decoration: underline;
}


@media only screen and (min-width: 1024px) {
  ul.cat-list {
    justify-content: start;
  }
}


/* CATEGORIES END  */

.article-title {
  span  {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.article-copy {
  margin-top: 100px;
}

@media only screen and (max-width: 1439px) {
  
}

@media only screen and (max-width: 1023px) {
  .article-copy {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {

}


 /* NEWS END */


 /*Footer Logos*/
.footer-logos {
  background: #eee;
  padding: 40px 0;
  margin-bottom: 0 !important;
}
/* Swiper Container styles for hiding overflow and relative positioning */
.swiper-container {
  overflow: hidden;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.swiper-container .swiper-slide img {
  display: block;
  margin: 0 auto 10px;
}
.logo-swiper-button-next,
.logo-swiper-button-prev {
  display: none;
}
@media screen and (min-width: 400px) {
  .logo-swiper-button-next,
  .logo-swiper-button-prev {
    color: #01a0ab;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
} 
.logo-swiper-button-prev {
    left: 1px;
}
.logo-swiper-button-next {
    right: 0;
}
.logo-swiper-button-next::after,
.logo-swiper-button-prev::after {
    font-size: 20px !important; /* Adjust icon size */
    font-weight: bold;
}
.logo-swiper-button-prev:after, .logo-swiper-button-next:after {
  font-family: swiper-icons;
}
.logo-swiper-button-prev:after {
    content: 'prev';
}
.logo-swiper-button-next:after {
    content: 'next';
}

section.no-mt {
  margin-top: 0;
}

section.no-mb {
  margin-bottom: 0;
}

section.no-pt {
  padding-top: 0;
}

section.no-pb {
  padding-bottom: 0;
}

/* Directions Section START */

section.directions-section {
  margin: 0;
  padding: 40px 0;


  hr {
    border-top: 2px solid white;
    margin: 30px 0;
    opacity: 1;
  }

  h4 {
    color: #FFF;
    font-family: brandon-grotesque,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .col-12 {
    padding: 0 20px;
  }
}



section.directions-section h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  section.directions-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {

}

/* Directions Section END */


/* Services Section START */
.services-section {
  margin: 0;

  .title-wrap {
    margin-bottom: 20px;
  }
  
  .services-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    .service-list-item {
      text-align: center;
      width: 20%;
      color: #000;
      padding: 0 10px;
      text-align: center;
      min-width: 250px;
    
      h5 {
        font-family: brandon-grotesque, sans-serif;
        font-size: 22px;
        margin-bottom: 30px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
      }

      .img-box {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 30px;
      }

      img {
        width: inherit;
      }
    }
  }
} 


@media screen and (max-width: 1024px) {
  section.directions-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .services-section {
    margin: 0;
    padding: 0;

    .services-list {
      .service-list-item {
        text-align: center;
        width: 50%;
        color: #000;
        padding: 0 10px;
        text-align: center;
        min-width: 200px;

        .img-box {
          height: 50px;
          margin-bottom: 15px;
        }
      
        h5 {
          font-size: 18px;
        }
      }
    }
  }
}


/* Services Section END */

/* global styles start */
.title-blue {
  color: #01a0ab !important;
}

.no-underline:after {
  content: none !important;
}
/* global styles end */