@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.c-white {
  color: #ffffff;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #D9D9D9;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 55px;
  color: #212121;
}
h1 span, .h1 span {
  color: #00747D;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2, .h2 {
  position: relative;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #212121;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h2:after, .h2:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #00BBCA;
  bottom: 0;
  left: 0;
}
h2.text-center, .h2.text-center {
  text-align: center;
}
h2.text-center:after, .h2.text-center:after {
  right: 0;
  margin: 0 auto;
}
h2.white, .h2.white {
  color: #ffffff;
}
h2 span, .h2 span {
  color: #00747D;
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  color: #00747D;
}
a:hover {
  color: #00747D;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 15px 0;
}

.btn {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-align: center;
}
.btn.btn-primary {
  background-color: #00BBCA;
  color: #ffffff;
  outline: none;
  border: solid 1px #00BBCA;
}
.btn.small {
  padding: 12px 24px;
}
.btn.large {
  padding: 12px 40px;
}
.btn:hover {
  background-color: transparent;
  color: #00BBCA;
}
.btn.btn-secondary {
  padding: 0;
  color: #00BBCA;
  text-align: right;
  margin-top: 20px;
}
.btn.btn-secondary:hover {
  color: #00747D;
}
.btn.btn-secondary span {
  display: block;
  padding-bottom: 5px;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Medium.woff2") format("woff2"), url("../fonts/SourceSans3-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-ExtraBold.woff2") format("woff2"), url("../fonts/SourceSans3-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Black.woff2") format("woff2"), url("../fonts/SourceSans3-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Light.woff2") format("woff2"), url("../fonts/SourceSans3-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2"), url("../fonts/SourceSans3-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2"), url("../fonts/SourceSans3-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-SemiBold.woff2") format("woff2"), url("../fonts/SourceSans3-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
}
@media only screen and (max-width: 1025px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 70px;
}
@media only screen and (max-width: 1025px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

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

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}

.wpcf7-response-output {
  margin: 0;
  border: none !important;
  color: #ff0000;
  text-align: center;
  padding: 21px 24px;
  border-radius: 10px;
  font-size: 18px;
}

.screen-reader-response {
  display: none;
}

span .wpcf7-not-valid {
  border-bottom: 3px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700 !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  text-align: center !important;
}

.invalid div.wpcf7-response-output {
  margin-top: 10px;
  text-align: center;
  padding: 10px !important;
  color: #ff0000;
  background: #ffffff;
  font-weight: 700;
  border-radius: 0px;
  border-color: #ff0000 !important;
}

.failed div.wpcf7-response-output {
  margin-top: 110px;
  text-align: center;
  padding: 10px !important;
  color: #ff0000;
  background: #ffffff;
  font-weight: 700;
  border-radius: 0.25rem;
}

.reveal-bottom {
  opacity: 0;
  transition: 1s;
  transform: translateY(200px);
}
.reveal-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.single-post {
  margin: 0 auto;
}
.single-post .wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .single-post .wrapper {
    grid-template-columns: 1fr;
  }
}
.single-post .post-content .post-thumbnail {
  margin-bottom: 20px;
  padding-top: 70px;
}
.single-post .post-content .post-thumbnail .featured-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .single-post .post-content .post-thumbnail .featured-image {
    height: 300px;
  }
}
.single-post .post-content h1 {
  color: #212121;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .single-post .post-content h1 {
    font-size: 28px;
  }
}
.single-post .post-content .post-meta {
  color: #00747D;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-post .post-content .post-meta .post-date, .single-post .post-content .post-meta .post-author {
  margin-right: 10px;
}
.single-post .post-content .post-body {
  color: #212121;
  font-size: 16px;
  line-height: 1.6;
}
.single-post .post-content .post-body h2 {
  margin-top: 40px;
}
.single-post .post-content .post-body a {
  color: #00747D;
}
.single-post .post-content .post-body a:hover {
  color: #00BBCA;
}
.single-post .post-content .post-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.category h1 {
  text-align: center;
}
.category .wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .category .wrapper {
    grid-template-columns: 1fr;
  }
}

.sidebar h2 {
  font-size: 32px;
  text-align: left !important;
}
.sidebar h2:after {
  right: auto !important;
}
.sidebar ul {
  padding-left: 15px;
  margin-bottom: 40px;
}
.sidebar ul li {
  list-style: disc;
}
.sidebar ul li a {
  font-size: 20px;
}
.sidebar ul li a:hover {
  text-decoration: underline;
}
.sidebar ul li ul {
  position: relative;
  margin-bottom: 0px;
}
.sidebar ul li ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #AEAEAE;
}
.sidebar ul li ul li {
  list-style: disc;
}

.header {
  background: #ffffff;
  z-index: 998;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
.header.sticky {
  top: -50px;
}
@media only screen and (max-width: 1299px) {
  .header.sticky {
    top: -123px;
  }
}
@media only screen and (max-width: 767px) {
  .header.sticky {
    top: -136px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.sticky .header-right {
    height: calc(100vh - 95px) !important;
  }
}
.header .topbar {
  background-color: #00747D;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1299px) {
  .header .topbar {
    padding: 15px 0 10px;
  }
}
.header .topbar .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1299px) {
  .header .topbar .wrapper {
    grid-template-columns: 1fr;
  }
}
.header .topbar .inner {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.header .topbar .inner:first-child {
  justify-content: flex-start;
}
@media only screen and (max-width: 1299px) {
  .header .topbar .inner {
    text-align: center;
    justify-content: center;
  }
  .header .topbar .inner:first-child {
    justify-content: center;
  }
}
.header .topbar .inner a {
  color: #ffffff;
  padding-right: 40px;
}
.header .topbar .inner span {
  color: #ffffff;
}
.header .topbar .inner .title {
  padding-right: 30px;
}
@media only screen and (max-width: 1299px) {
  .header .topbar .inner .title {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  .header .topbar .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .header .topbar .inner .phone {
    order: 3;
  }
  .header .topbar .inner .address {
    order: 2;
  }
}
.header .topbar .inner svg {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.header .topbar .inner svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header .topbar .inner {
    text-align: center;
  }
  .header .topbar .inner .phone {
    margin-bottom: 7px;
  }
  .header .topbar .inner a {
    padding-right: 0px;
    font-size: 14px;
  }
  .header .topbar .inner span {
    font-size: 14px;
  }
}
.header .navigation .inner {
  display: grid;
  grid-template-columns: 200px auto 205px;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner {
    display: flex;
  }
}
.header .navigation .inner .logo {
  margin-right: 20px;
  max-width: 180px;
  padding: 6px 0;
}
.header .navigation .inner .hamburger {
  border: transparent;
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner .hamburger {
    display: flex;
  }
}
.header .navigation .inner .hamburger svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #000000;
}
.header .navigation .inner .hamburger .line {
  -webkit-transition: -webkit-transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  height: 6px;
}
.header .navigation .inner .hamburger[aria-expanded=true] .line {
  -webkit-transition: -webkit-transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
}
.header .navigation .inner .hamburger[aria-expanded=true] :is(.top, .bottom) {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .top {
  -webkit-transform: rotate(45deg) translateY(20px);
  transform: rotate(45deg) translateY(20px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .middle {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .bottom {
  -webkit-transform: rotate(-45deg) translateY(-20px);
  transform: rotate(-45deg) translateY(-20px);
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .custom-button {
    display: none;
  }
}
.header .navigation .inner .header-right {
  height: 100%;
}
.header .navigation .inner .header-right .main-nav {
  height: 100%;
}
.header .navigation .inner .header-right .main-nav #main-menu {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 25px;
  align-items: center;
  height: 100%;
}
.header .navigation .inner .header-right .main-nav #main-menu > li {
  position: relative;
  padding: 0 5px;
  height: 100%;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .header .navigation .inner .header-right .main-nav #main-menu {
    gap: 15px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu > li a {
    font-size: 15px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children {
  cursor: pointer;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children > a {
  padding-right: 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container {
  position: relative;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container svg {
  position: absolute;
  cursor: pointer;
  width: 20px;
  right: -24px;
  top: -12px;
  transition: 0.2s;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .menu-item-has-children .nav-icon-container svg {
  transform: rotate(-90deg);
  right: -5px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  transition: visibility 0s, opacity 0.3s;
  position: absolute;
  top: auto;
  background: #ffffff;
  padding: 0;
  width: 290px;
  left: 150px;
  transform: translateX(-50%);
  z-index: -1;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  display: none;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
@keyframes growDown {
  0% {
    transform: scaleY(0) translateX(-50%);
  }
  80% {
    transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    transform: scaleY(1) translateX(-50%);
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu {
  left: calc(100% + 144px);
  top: 0;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
  list-style: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
    border-bottom: solid 1px #00747D;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  padding: 10px 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover {
  background-color: #00747D;
  color: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li.current_page_item a {
  background-color: #00747D;
  color: #ffffff;
}
@media only screen and (max-width: 1025px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu li a:hover {
    background-color: #ffffff;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .nav-icon-container svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner .header-right {
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 234px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transform-origin: top center;
    padding: 0;
    display: none;
    background-color: #00747D;
    height: calc(100vh - 165px);
    overflow-y: scroll;
  }
  .header .navigation .inner .header-right.show {
    z-index: 999;
    display: block;
    animation: growDown 300ms ease-in-out;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .header .navigation .inner .header-right .main-nav #main-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li {
    padding: 0;
    height: auto;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a {
    font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    padding: 5px 20px;
    border-bottom: solid 1px #ffffff;
    height: auto;
    display: block;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a:hover {
    color: #ffffff;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children a:after {
    display: none;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .nav-icon-container svg {
    width: 28px;
    right: 0;
    top: -40px;
    transform: rotate(-90deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .menu-item-has-children .nav-icon-container svg {
    width: 20px;
    top: -22px;
    right: 0px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open > a .nav-icon-container svg {
    transform: rotate(-180deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .header-right {
    top: 249px;
    height: calc(100vh - 249px);
  }
}

.footer {
  background-color: #212121;
  padding: 100px 0 0;
  position: relative;
  content-visibility: unset !important;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer:before {
  position: absolute;
  content: "";
  top: -295px;
  left: 0;
  right: 0;
  background-image: url("../assets/images/footer-wave.webp");
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1920px) {
  .footer:before {
    background-size: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .footer:before {
    top: -250px;
  }
}
@media only screen and (max-width: 991px) {
  .footer:before {
    top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .footer:before {
    top: -210px;
  }
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 35% 1fr 15%;
  gap: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer .footer-grid strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.footer .footer-grid strong.second-title {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-grid strong.second-title {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-grid strong.second-title {
    margin-top: 30px;
  }
}
.footer .footer-grid .menu {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-grid .menu {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-grid .menu {
    margin-bottom: 30px;
  }
}
.footer .footer-grid .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-grid .menu ul li {
  list-style: none;
  padding: 0;
  flex-basis: 50%;
}
.footer .footer-grid .menu ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #D9D9D9;
}
.footer .footer-grid .menu ul li a:hover {
  color: #00BBCA;
}
.footer .footer-grid .menu ul li.current-menu-item a {
  color: #00BBCA;
}
@media only screen and (max-width: 575px) {
  .footer .footer-grid .menu ul {
    display: block;
  }
}
.footer .footer-grid .info .phone, .footer .footer-grid .info .email, .footer .footer-grid .info .address {
  padding-bottom: 10px;
}
.footer .footer-grid .info svg {
  width: 20px;
  vertical-align: middle;
  padding-right: 7px;
}
.footer .footer-grid .info svg path {
  fill: #00BBCA;
}
.footer .footer-grid .info a {
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
}
.footer .footer-grid .info a:hover {
  color: #00BBCA;
}
.footer .footer-grid .signup form label {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -9999;
}
.footer .footer-grid .signup form input[type=text], .footer .footer-grid .signup form input[type=email] {
  width: calc(100% - 60px);
  height: 45px;
  outline: none;
  font-size: 20px;
  line-height: 25px;
  color: #403F3F;
  border-radius: 0px;
  background-color: #D9D9D9;
  border: solid 1px #D9D9D9;
  margin-bottom: 10px;
  padding: 0 25px;
}
.footer .footer-grid .social {
  display: flex;
  gap: 20px;
}
.footer .footer-grid .social svg {
  width: 50px;
  opacity: 0.7;
}
.footer .footer-grid .social svg:hover {
  opacity: 1;
}
.footer .footer-grid .social svg:hover path {
  fill: #00BBCA;
}
.footer .lower-footer {
  background-color: #00747D;
  padding: 20px 0;
}
.footer .lower-footer .lower-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .lower-footer .lower-footer-grid .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
.footer .lower-footer .lower-footer-grid .menu ul li {
  list-style: none;
  position: relative;
}
.footer .lower-footer .lower-footer-grid .menu ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
.footer .lower-footer .lower-footer-grid .menu ul li a {
  color: #ffffff;
  font-weight: 400;
}
.footer .lower-footer .lower-footer-grid .menu ul li a:hover {
  text-decoration: underline;
}
.footer .lower-footer .lower-footer-grid .copyrights span {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
.footer .lower-footer .lower-footer-grid .designed-by {
  align-items: center;
  display: flex;
}
.footer .lower-footer .lower-footer-grid .designed-by span {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .lower-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: center;
  }
  .footer .lower-footer .lower-footer-grid .menu ul {
    justify-content: center;
  }
  .footer .lower-footer .lower-footer-grid .copyrights {
    text-align: center;
  }
  .footer .lower-footer .lower-footer-grid .designed-by {
    justify-content: center;
  }
}

.hero {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1920px) {
  .hero {
    max-width: 1920px;
  }
}
.hero .hero-image {
  position: relative;
}
.hero .hero-image:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero .hero-image:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  background-image: url("../assets/images/hero-curve.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .hero .hero-image:after {
    background-size: 100% 100%;
    height: 70px;
  }
}
.hero .hero-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: bottom;
}
@media only screen and (max-width: 991px) {
  .hero .hero-image img {
    height: 400px;
  }
}
.hero .hero-caption .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 710px;
}
@media only screen and (max-width: 991px) {
  .hero .hero-caption .inner {
    margin-top: 30px;
    position: relative;
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-caption .inner {
    margin-top: 20px;
  }
}
.hero .hero-caption .inner h1 {
  color: #ffffff;
}
.hero .hero-caption .inner h1 span {
  color: #00BBCA;
}
@media only screen and (max-width: 1025px) {
  .hero .hero-caption .inner h1 {
    color: #212121;
  }
}

.home .hero .hero-image:before, .home .hero .hero-image:after {
  display: none;
}
.home .hero .hero-caption .inner {
  max-width: 550px;
}
.home .hero .hero-caption .inner h1 {
  color: #212121;
}
.home .hero .hero-caption .inner h1 span {
  color: #00747D;
}

.grid-content .grid {
  display: grid;
  align-items: center;
}
.grid-content .grid.col-1 {
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.grid-content .grid.col-2 {
  grid-template-columns: 1fr 520px;
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .grid-content .grid.col-2 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .grid-content .grid.col-2 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.grid-content .grid .grid-item .single-image img {
  margin: 0 auto;
  border-radius: 16px;
}
.grid-content .grid .grid-item h3 {
  color: #212121;
  text-align: left;
}
.grid-content .grid .grid-item ul {
  text-align: left;
  padding-left: 25px;
  margin: 0 0 40px;
}
.grid-content .grid .grid-item ul li {
  list-style: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  position: relative;
}
.grid-content .grid .grid-item ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  background-image: url("../assets/images/check.svg");
  width: 16px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-content .grid .grid-item ul li ul {
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.grid-content .grid .grid-item ul li ul li {
  font-weight: 400;
}
.grid-content .grid .grid-item ul li ul li ul {
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 0;
}
.grid-content .grid .grid-item ul li ul li ul li:last-child {
  margin-bottom: 0;
}
.grid-content .grid .grid-item .columns-block {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
.grid-content .grid .grid-item .columns-block.col-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .grid-content .grid .grid-item .columns-block.col-2 {
    grid-template-columns: 1fr;
  }
}
.grid-content .grid .grid-item .columns-block.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .grid-content .grid .grid-item .columns-block.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-content .grid .grid-item .columns-block.col-3 {
    grid-template-columns: 1fr;
  }
}
.grid-content .grid .grid-item .columns-block.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .grid-content .grid .grid-item .columns-block.col-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .grid-content .grid .grid-item .columns-block.col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-content .grid .grid-item .columns-block.col-4 {
    grid-template-columns: 1fr;
  }
}
.grid-content .grid .grid-item .columns-block .column {
  background-color: #00747D;
  padding: 25px 25px 15px;
}
.grid-content .grid .grid-item .columns-block .column h2, .grid-content .grid .grid-item .columns-block .column h3, .grid-content .grid .grid-item .columns-block .column strong, .grid-content .grid .grid-item .columns-block .column p {
  color: #ffffff;
  text-align: left;
}
.grid-content .grid .grid-item .columns-block .column h3 {
  margin-bottom: 15px;
}
.grid-content .grid .grid-item.enable-caption {
  position: relative;
  width: fit-content;
}
.grid-content .grid .grid-item.enable-caption:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 516px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 17px 4px 23px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.grid-content .grid .grid-item.enable-caption .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 30px;
}
.grid-content .grid .grid-item.enable-caption .caption h3 {
  color: #ffffff;
  text-align: center;
}
.grid-content .grid .grid-item.enable-caption .caption p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #ffffff;
}
.grid-content .grid .grid-item .grid-image {
  position: relative;
}
.grid-content .grid .grid-item .grid-image img {
  border-radius: 50%;
}
.grid-content .grid.both-content {
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media only screen and (max-width: 1025px) {
  .grid-content .grid.both-content {
    grid-template-columns: 1fr;
  }
}
.grid-content .grid.both-content .grid-item {
  padding: 50px 30px 25px;
  height: calc(100% - 75px);
}
.grid-content .grid.both-content .grid-item:nth-child(odd) {
  background-color: #00BBCA;
}
.grid-content .grid.both-content .grid-item:nth-child(even) {
  background-color: #00747D;
}
.grid-content .grid.both-content .grid-item h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #ffffff;
}
.grid-content .grid.both-content .grid-item p {
  color: #ffffff;
}
.grid-content.bluebg:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FFF 31.73%, #DEF6F4 65.87%, #CFF3F0 100%) !important;
  z-index: -1; /* Ensure it stays behind content */
}

.accordion {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .accordion {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 150px;
  }
}
.accordion:before {
  position: absolute;
  content: "";
  bottom: 0;
  background: linear-gradient(180deg, #FFF 31.73%, #DEF6F4 65.87%, #CFF3F0 100%);
  left: 0;
  right: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.accordion .accordion-container {
  max-width: 1000px;
  margin: 0 auto;
}
.accordion .accordion-container .accordion-loop {
  background-color: #ffffff;
  border-radius: 8px;
  margin: 15px 0;
}
.accordion .accordion-container .accordion-loop .question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-container .accordion-loop .question strong {
  font-size: 24px;
  font-weight: 600;
  color: #00747D;
}
.accordion .accordion-container .accordion-loop .question svg {
  width: 24px;
  transition: all 0.3s;
}
.accordion .accordion-container .accordion-loop .answer {
  padding: 0 20px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s;
}
.accordion .accordion-container .accordion-loop.expand .question svg {
  transform: rotate(180deg);
}
.accordion .accordion-container .accordion-loop.expand .answer {
  height: auto;
  overflow: auto;
  visibility: visible;
}
.accordion .below-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accordion .below-content p {
  font-size: 24px;
  margin-bottom: 30px;
}

.reviews .custom-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.reviews .custom-reviews.col-1 {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 991px) {
  .reviews .custom-reviews {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.reviews .custom-reviews .list {
  background-color: #00747D;
  padding: 25px 40px;
}
.reviews .custom-reviews .list h3 {
  color: #ffffff;
}
.reviews .custom-reviews .list p {
  color: #ffffff;
}

.video {
  text-align: center;
}
.video iframe, .video video {
  width: 100%;
  max-width: 1000px;
  min-height: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .video iframe, .video video {
    height: auto;
  }
}
.video video {
  max-width: 650px;
}

.icons-list {
  position: relative;
}
.icons-list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, #FFF 31.73%, #DEF6F4 65.87%, #CFF3F0 100%);
  transform: rotate(180deg);
  height: 100%;
}
.icons-list .listing-wrapper {
  position: relative;
  max-width: 985px;
  margin: 0 auto;
  background-color: #00747D;
}
.icons-list .listing-wrapper .list-block {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 60px;
  align-items: center;
  border-bottom: solid 1px #ffffff;
  padding: 25px 40px;
}
@media only screen and (max-width: 1199px) {
  .icons-list .listing-wrapper .list-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .icons-list .listing-wrapper .list-block {
    padding: 25px;
  }
}
.icons-list .listing-wrapper .list-block .icon-wrapper {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-list .listing-wrapper .list-block .icon-wrapper:before {
  position: absolute;
  content: "";
  border: solid 5px #00BBCA;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 50%;
}
.icons-list .listing-wrapper .list-block p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #ffffff;
}
.icons-list .content-area {
  position: relative;
  max-width: 985px;
  margin: 60px auto 0;
  text-align: center;
}
.icons-list .content-area p {
  font-weight: 600;
}

.slider-block {
  position: relative;
}
.slider-block.bg-color {
  background-color: #00747D;
}
.slider-block .pre {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.slider-block .swiper-slider {
  position: relative;
}
.slider-block .swiper-slider .swiper-wrapper {
  margin-bottom: 70px;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all 0.7s;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .slide-caption {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .slide-caption img {
  margin: 0 auto 20px;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .slide-caption strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .slide-caption p {
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .link {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .link svg {
  padding-top: 18px;
  transition: transform 0.5s ease-in-out;
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .link:hover {
  transform: translateY(-5px);
}
.slider-block .swiper-slider.dynamic-content .swiper-slide .link:hover svg {
  animation: arrow-bounce 2s ease-in-out infinite;
  animation-timing-function: cubic-bezier(0.5, 0.05, 0.5, 0.95);
}
@keyframes arrow-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slider-block .swiper-slider.static-content {
  width: 85%;
  margin: 0 auto;
}
.slider-block .swiper-slider.static-content .swiper-slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #00747D;
  min-height: 600px;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner {
  padding: 25px 25px 60px;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner img {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.7s;
  height: 223px;
  object-fit: cover;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner p {
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner .button {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  content: "";
  bottom: 25px;
}
.slider-block .swiper-slider.static-content .swiper-slide .inner .button:hover {
  text-decoration: underline;
}
.slider-block .swiper-slider .swiper-scrollbar {
  background-color: #D9D9D9;
  height: 10px;
  border-radius: 10px;
  opacity: 1;
}
.slider-block .swiper-slider .swiper-scrollbar.white {
  background-color: #ffffff;
}
.slider-block .swiper-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #000000;
  border-radius: 10px;
}
.slider-block .slider-arrows {
  max-width: 1440px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-block .slider-arrows .swiper-button-prev,
.slider-block .slider-arrows .swiper-button-next {
  width: 70px;
  height: 70px;
  padding: 0px;
  background: transparent;
}
.slider-block .slider-arrows .swiper-button-prev:after,
.slider-block .slider-arrows .swiper-button-next:after {
  display: none;
}
.slider-block .slider-arrows .swiper-button-prev.swiper-button-disabled,
.slider-block .slider-arrows .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.grid-block {
  position: relative;
}
.grid-block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-179.726deg);
  background: #FFF;
}
.grid-block.bluebg:before {
  background: linear-gradient(180deg, #FFF 31.73%, #DEF6F4 65.87%, #CFF3F0 100%) !important;
}
.grid-block .block-container {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}
.grid-block .block-container .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  padding: 15px 0;
}
.grid-block .block-container .block:nth-child(even) .asset {
  order: 1;
}
.grid-block .block-container .block:nth-child(even) .content {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .grid-block .block-container .block {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 0;
  }
  .grid-block .block-container .block:nth-child(even) .asset {
    order: 2;
  }
  .grid-block .block-container .block:nth-child(even) .content {
    order: 1;
  }
}
.grid-block .block-container .block .content h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #212121;
}
.grid-block .block-container .block .content ul {
  padding-left: 25px;
}
.grid-block .block-container .block .content ul li {
  list-style: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.grid-block .block-container .block .content ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -25px;
  background-image: url("../assets/images/check.svg");
  width: 16px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-block .block-container .block .asset {
  width: 100%;
  overflow: hidden;
}
.grid-block .block-container .block .asset img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grid-block .block-container .block .asset video {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-block .block-container .block .asset .swiper-slider {
  position: relative;
}
.grid-block .block-container .block .asset .swiper-slider .swiper-wrapper {
  margin-bottom: 70px;
}
.grid-block .block-container .block .asset .swiper-slider .swiper-slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.grid-block .block-container.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .grid-block .block-container.cards {
    grid-template-columns: 1fr;
    justify-content: center; /* Centers the single column */
  }
}
.grid-block .block-container.cards .block {
  grid-template-columns: 1fr;
  padding: 0px;
}
.grid-block .block-container.cards .block .asset {
  order: 1;
}
.grid-block .block-container.cards .block .asset .swiper-slider .swiper-wrapper {
  margin-bottom: 0px;
}
.grid-block .block-container.cards .block .content {
  order: 2;
}
.grid-block .block-container.cards .block .content h3 {
  padding-bottom: 20px;
}
.grid-block .block-container.cards .block h3 {
  padding-bottom: 20px;
}
.grid-block .block-container.cards .block:nth-child(even) .asset {
  order: 1;
}
.grid-block .block-container.cards .block:nth-child(even) .content {
  order: 2;
}
.grid-block .block-container.cards .block:nth-child(even) .content h3 {
  padding-bottom: 20px;
}

.team .team-block-container .team-block {
  display: grid;
  grid-template-columns: 480px 1fr;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}
.team .team-block-container .team-block:nth-child(even) {
  grid-template-columns: 1fr 480px;
}
.team .team-block-container .team-block:nth-child(even) .image {
  order: 2;
}
.team .team-block-container .team-block:nth-child(even) .content {
  order: 1;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 1025px) {
  .team .team-block-container .team-block:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .team .team-block-container .team-block:nth-child(even) .image {
    order: 1;
  }
  .team .team-block-container .team-block:nth-child(even) .content {
    order: 2;
    border-radius: 0px 0px 16px 16px;
  }
}
.team .team-block-container .team-block .content {
  background-color: #00747D;
  border-radius: 0px 16px 16px 0px;
  padding: 25px;
}
.team .team-block-container .team-block .content strong {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  font-size: 32px;
}
.team .team-block-container .team-block .content p {
  color: #ffffff;
}
.team .team-block-container .team-block .content ol {
  padding-left: 15px;
}
.team .team-block-container .team-block .content ol li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 1025px) {
  .team .team-block-container .team-block {
    grid-template-columns: 1fr;
  }
  .team .team-block-container .team-block .content {
    border-radius: 0px 0px 16px 16px;
  }
}

.contact .grid {
  display: grid;
  gap: 50px;
  margin-bottom: 70px;
}
.contact .grid.col-1 {
  grid-template-columns: 1fr;
}
.contact .grid.col-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .contact .grid.col-2 {
    grid-template-columns: 1fr;
  }
}
.contact .grid .column h2 {
  margin-bottom: 50px;
}
.contact .grid .column h3 {
  color: #212121;
}
.contact .grid .column p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #00747D;
}
.contact .grid .column .hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1299px) {
  .contact .grid .column .hours-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .contact .grid .column .hours-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .contact .grid .column .hours-grid {
    grid-template-columns: 1fr;
  }
}
.contact .grid .column .form {
  margin: 0;
}
.contact .grid .column .form .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 30px);
}
.contact .grid .column .form label {
  position: absolute;
  content: "";
  top: -9999px;
  left: -9999px;
  z-index: -9999;
}
.contact .grid .column .form input:not([type=submit]), .contact .grid .column .form textarea, .contact .grid .column .form select {
  width: calc(100% - 30px);
  height: 45px;
  background-color: #D7F5F2;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  border: none;
  outline: none;
  color: #00747D;
  margin-bottom: 20px;
}
.contact .grid .column .form ::placeholder {
  color: #00747D;
}
.contact .grid .column .form select {
  width: 100%;
  height: 100%;
}
.contact .grid .column .form textarea {
  height: 210px;
}
.contact .map iframe {
  width: 100%;
  height: 600px;
}

.links .links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1299px) {
  .links .links-grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .links .links-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .links .links-grid {
    grid-template-columns: 1fr;
  }
}
.links .links-grid .link a {
  width: 292px;
  height: 74px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .links .links-grid .link a {
    width: calc(100% - 56px);
  }
}

.grid-items .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .grid-items .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-items .items {
    grid-template-columns: 1fr;
  }
}
.grid-items .items .item {
  min-width: calc(100% - 50px);
  min-height: 150px;
  background-color: #00BBCA;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 25px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.grid-items .items .item strong {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}
.grid-items .items .item p {
  color: #ffffff;
  margin-bottom: 0px;
}

.posts-section h2 {
  text-align: center;
}
.posts-section h2:after {
  right: 0;
  margin: 0 auto;
}
.posts-section .wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .posts-section .wrapper {
    grid-template-columns: 1fr;
  }
}
.posts-section .posts-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .posts-section .posts-block {
    grid-template-columns: 1fr;
  }
}
.posts-section .posts-block .block {
  position: relative;
  padding-bottom: 40px;
}
.posts-section .posts-block .block:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #AEAEAE;
  width: 100%;
  height: 1px;
}
.posts-section .posts-block .block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.posts-section .posts-block .block .caption {
  margin-top: 10px;
}
.posts-section .posts-block .block .caption span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
  color: #00747D;
}
.posts-section .posts-block .block .caption h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #212121;
  display: block;
  margin-bottom: 15px;
}
.posts-section .posts-block .block .caption h3 a {
  color: #212121;
}
.posts-section .posts-block .block .caption h3 a:hover {
  color: #00747D;
}
.posts-section .posts-block .block .caption p {
  font-size: 20px;
  color: #212121;
}
.posts-section .posts-block .block .caption a {
  display: block;
}
.posts-section .posts-block .block .caption a span {
  font-size: 20px;
  font-weight: 400;
  color: #00747D;
  padding-bottom: 0px;
  padding-right: 5px;
  display: inline-block;
}
.posts-section .posts-block .block .caption a svg {
  display: inline-block;
}
.posts-section .posts-block .block .caption a svg path {
  fill: #00747D;
}
.posts-section .posts-block .block .caption a:hover svg {
  animation: move 0.5s infinite;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.posts-section .blog-pagination {
  margin-top: 70px;
  text-align: center;
}
.posts-section .blog-pagination .page-numbers {
  width: 30px;
  height: 30px;
  border: solid 1px #00747D;
  color: #00747D;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}
.posts-section .blog-pagination .page-numbers.current {
  background-color: #00747D;
  color: #ffffff;
}
.posts-section .blog-pagination .page-numbers.dots {
  border: none;
}

.sitemap .listing h2 {
  color: #000000;
}
.sitemap .listing ul {
  padding-left: 25px;
  margin-bottom: 50px;
}
.sitemap .listing ul li {
  line-height: 30px;
  list-style: none;
  position: relative;
}
.sitemap .listing ul li:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00747D;
}
.sitemap .listing ul li a {
  font-size: 18px;
  font-weight: 600;
}
.sitemap .listing ul li a:hover {
  text-decoration: underline;
}

.services-area .services-listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .services-area .services-listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .services-area .services-listing {
    grid-template-columns: 1fr;
  }
}
.services-area .services-listing .list {
  font-size: 24px;
  font-weight: 600;
  line-height: 53px;
  color: #00BBCA;
  border-bottom: solid 5px #00BBCA;
}

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