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

@media only screen and (max-width: 767px) {
  .mt-50, .mt-55, .mt-60, .mt-65, .mt-70, .mt-75, .mt-80, .mt-85, .mt-90, .mt-95, .mt-100 {
    margin-top: 40px;
  }
  .mb-50, .mb-55, .mb-60, .mb-65, .mb-70, .mb-75, .mb-80, .mb-85, .mb-90, .mb-95, .mb-100 {
    margin-bottom: 40px;
  }
  .pt-50, .pt-55, .pt-60, .pt-65, .pt-70, .pt-75, .pt-80, .pt-85, .pt-90, .pt-95, .pt-100 {
    padding-top: 40px;
  }
  .pb-50, .pb-55, .pb-60, .pb-65, .pb-70, .pb-75, .pb-80, .pb-85, .pb-90, .pb-95, .pb-100 {
    padding-bottom: 40px;
  }
}
body {
  font-family: "Benne", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Judson", sans-serif;
  margin-top: 0px;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 82px;
  line-height: 82px;
  color: #000000;
  font-weight: 400;
}
h1.white, .h1.white {
  color: #ffffff;
}
@media only screen and (max-width: 1700px) {
  h1, .h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1299px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2, .h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 400;
}
h2.white, .h2.white {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3, .h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 400;
}
h3.white, .h3.white {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  color: #1664ad;
}
a:hover {
  color: #1664ad;
}

p {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 31px;
}

.subheading {
  font-size: 24px;
  color: #1664ad;
  display: block;
  margin-bottom: 15px;
}

.btn {
  font-family: "Judson", sans-serif;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  min-width: 233px;
}
.btn.btn-primary {
  background-color: transparent;
  color: #ffffff;
  outline: none;
  border: solid 1px #ffffff;
}
.btn.btn-primary:hover {
  background-color: #ffffff;
  color: #2f2d2e;
}
.btn.btn-secondary {
  background-color: #03a64a;
  color: #ffffff;
  outline: none;
  border: solid 1px #03a64a;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  color: #03a64a;
}

@font-face {
  font-family: "Benne";
  src: url("../fonts/Benne-Regular.woff2") format("woff2"), url("../fonts/Benne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Judson";
  src: url("../fonts/Judson-Bold.woff2") format("woff2"), url("../fonts/Judson-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Judson";
  src: url("../fonts/Judson-Regular.woff2") format("woff2"), url("../fonts/Judson-Regular.woff") format("woff");
  font-weight: normal;
  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;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
  font-weight: 600;
}

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

.header {
  z-index: 9999;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  font-family: "Marcellus", serif;
}
.header.sticky {
  background-color: #ffffff;
}
.header.sticky .topbar {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .header.sticky .topbar {
    margin-top: -98px;
  }
}
.header .topbar {
  background-color: #1664ad;
  width: 100%;
  padding: 15px 0;
  transition: all 0.3s;
}
.header .topbar .inner {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
.header .topbar .inner a {
  color: #ffffff;
  font-size: 16px;
}
.header .topbar .inner a:hover {
  text-decoration: underline;
}
.header .topbar .inner span {
  font-size: 16px;
  color: #ffffff;
}
.header .topbar .inner svg {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.header .topbar .inner svg path {
  fill: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .header .topbar .inner {
    display: block;
    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 {
  position: relative;
}
.header .navigation .inner {
  display: grid;
  grid-template-columns: 250px 1fr 270px;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: auto;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner {
    grid-template-columns: 1fr 266px 50px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner {
    display: flex;
    gap: 40px;
  }
}
.header .navigation .inner .logo {
  max-width: 230px;
  padding: 6px 0;
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .logo {
    max-width: 140px;
  }
}
.header .navigation .inner .hamburger {
  border: transparent;
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .hamburger {
    display: flex;
    order: 3;
    justify-content: flex-end;
  }
}
.header .navigation .inner .hamburger svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #2f2d2e;
}
.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 .btn {
    display: none;
  }
}
.header .navigation .inner .custom-button .mobile-btn {
  display: block;
  background-color: #1664ad;
  padding: 5px 6px 0px;
}
@media only screen and (min-width: 767px) {
  .header .navigation .inner .custom-button .mobile-btn {
    display: none;
  }
}
.header .navigation .inner .custom-button .mobile-btn svg path {
  fill: #ffffff !important;
}
.header .navigation .inner .header-right .main-nav {
  height: 100%;
}
.header .navigation .inner .header-right .main-nav #main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
  align-items: center;
}
.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: 18px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  position: relative;
  color: #2f2d2e;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 40px 0;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover {
  color: #1664ad;
}
@media only screen and (max-width: 1400px) {
  .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: -22px;
  top: -10px;
  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-color: #1664ad;
  padding: 0;
  width: 290px;
  left: 150px;
  transform: translateX(-50%);
  z-index: 999;
  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 #1664ad;
  }
}
.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: #ffffff;
  text-align: left;
  text-transform: capitalize;
  padding: 12px 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover {
  background-color: #03a64a;
  color: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li.current_page_item a {
  background-color: #1664ad;
  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: 1299px) {
  .header .navigation .inner .header-right {
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transform-origin: top center;
    padding: 0;
    display: none;
    background-color: #1664ad;
    height: calc(100vh - 145px);
    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 .nav-icon-container svg path {
    fill: #ffffff;
  }
  .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: 63px;
    height: calc(100vh - 63px);
  }
}
.header.sticky .navigation .container-fluid {
  background-color: #F0EAF0;
}

.footer {
  position: relative;
}
.footer .upper-footer {
  position: relative;
  padding: 150px 0 70px;
}
@media only screen and (max-width: 991px) {
  .footer .upper-footer {
    padding: 70px 0 50px;
  }
}
.footer .upper-footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.footer .upper-footer .inner .upper-footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media only screen and (max-width: 991px) {
  .footer .upper-footer .inner .upper-footer-wrapper {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.footer .upper-footer .inner .upper-footer-wrapper h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.footer .upper-footer .inner .upper-footer-wrapper .socials {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: -150px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .upper-footer .inner .upper-footer-wrapper .socials {
    margin: -103px auto;
    z-index: 10;
    gap: 15px;
  }
}
.footer .upper-footer .inner .upper-footer-wrapper .socials a {
  margin-bottom: 20px;
}
.footer .upper-footer .inner .upper-footer-wrapper .socials svg {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .inner .upper-footer-wrapper .socials svg {
    height: 40px;
  }
}
.footer .upper-footer .inner .upper-footer-wrapper .socials svg path {
  fill: #03a64a;
}
.footer .upper-footer .inner .upper-footer-wrapper .menu {
  position: relative;
}
.footer .upper-footer .inner .upper-footer-wrapper .menu:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  height: 90%;
  width: 1px;
  background-color: #1664ad;
}
@media only screen and (max-width: 991px) {
  .footer .upper-footer .inner .upper-footer-wrapper .menu:after {
    left: 0;
    right: 0;
    width: 70%;
    height: 2px;
    bottom: -50px;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .inner .upper-footer-wrapper .menu li {
    text-align: center;
  }
}
.footer .upper-footer .inner .upper-footer-wrapper .menu li a {
  font-size: 20px;
  line-height: 30px;
  color: #03a64a;
  font-weight: 500;
  text-decoration: none;
}
.footer .upper-footer .inner .upper-footer-wrapper .menu li a:hover {
  text-decoration: underline;
}
.footer .upper-footer .inner .upper-footer-wrapper .info .info-block {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 250px;
  margin: 0 auto;
  align-items: start;
}
.footer .upper-footer .inner .upper-footer-wrapper .info .info-block a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #2f2d2e;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}
.footer .upper-footer .inner .upper-footer-wrapper .info .info-block a:hover {
  text-decoration: underline;
}
.footer .upper-footer .inner .upper-footer-wrapper .info .info-block svg {
  width: 24px;
  height: auto;
}
.footer .upper-footer .inner .upper-footer-wrapper .info .info-block svg path {
  fill: #03a64a;
}
.footer .upper-footer .inner ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .inner ul {
    grid-template-columns: 1fr;
  }
}
.footer .upper-footer .inner ul li {
  list-style: none;
}
.footer .upper-footer .inner ul li a {
  font-size: 20px;
  line-height: 28px;
  display: block;
}
.footer .upper-footer .inner ul li a:hover {
  text-decoration: underline;
}
.footer .mid-footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-position-x: 500px;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer {
    background-position-x: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer {
    padding: 70px 0;
  }
}
.footer .mid-footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1664ad;
  width: 38%;
  height: 100%;
}
@media only screen and (max-width: 1299px) {
  .footer .mid-footer:before {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer:before {
    display: none;
  }
}
.footer .mid-footer:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 41, 55, 0.38);
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer:after {
    background-color: rgba(31, 41, 55, 0.75);
  }
}
.footer .mid-footer .vector {
  position: absolute;
  content: "";
  top: 0;
  left: -2%;
  transform: rotate(-12deg);
  transform-origin: top right;
  background-color: #1664ad;
  width: 40%;
  height: 110%;
}
@media only screen and (max-width: 1299px) {
  .footer .mid-footer .vector {
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer .vector {
    display: none;
  }
}
.footer .mid-footer .footer-grid {
  position: relative;
  z-index: 99;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 600px;
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer .mid-footer .footer-grid .info {
  max-width: 600px;
}
.footer .mid-footer .footer-grid .info h2 {
  color: #ffffff;
  margin-top: 40px;
  font-size: 75px;
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer .footer-grid .info h2 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer .footer-grid .info {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
  }
  .footer .mid-footer .footer-grid .info h2 {
    margin-bottom: 50px;
  }
  .footer .mid-footer .footer-grid .info img {
    margin: 0 auto;
  }
}
.footer .mid-footer .footer-grid .get-in-touch {
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer .mid-footer .footer-grid .get-in-touch {
    padding: 0;
  }
}
.footer .mid-footer .footer-grid .get-in-touch .caption {
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.footer .mid-footer .footer-grid .get-in-touch .caption p {
  margin: 0;
  line-height: 28px;
}
.footer .mid-footer .footer-grid .get-in-touch form {
  position: relative;
}
.footer .mid-footer .footer-grid .get-in-touch form p {
  margin: 0;
}
.footer .mid-footer .footer-grid .get-in-touch form .full {
  width: 100%;
}
.footer .mid-footer .footer-grid .get-in-touch form .two-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .footer .mid-footer .footer-grid .get-in-touch form .two-half {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (min-width: 767px) {
  .footer .mid-footer .footer-grid .get-in-touch form .desktop-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .mid-footer .footer-grid .get-in-touch form .mobile-hide {
    display: none;
  }
}
.footer .mid-footer .footer-grid .get-in-touch form input {
  width: calc(100% - 40px);
  background-color: #ffffff;
  height: 53px;
  font-size: 16px;
  border: 1px solid rgba(58, 80, 107, 0.7);
  padding: 0 20px;
  outline: none;
  margin-bottom: 15px;
}
.footer .mid-footer .footer-grid .get-in-touch form textarea {
  width: calc(100% - 40px);
  background-color: #ffffff;
  height: 150px;
  font-size: 16px;
  border: 1px solid rgba(58, 80, 107, 0.7);
  padding: 20px;
  outline: none;
}
.footer .mid-footer .footer-grid .get-in-touch form .wpcf7-submit {
  background-color: #1664ad;
  width: 100%;
  color: #ffffff;
}
.footer .mid-footer .footer-grid .get-in-touch form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #1664ad;
}
.footer .mid-footer .footer-grid .get-in-touch form .wpcf7-spinner {
  position: absolute;
  left: 0;
}
.footer .lower-footer {
  background-color: #03a64a;
  padding: 20px 0;
}
.footer .lower-footer .lower-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .lower-footer .lower-footer-grid .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}
.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 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.footer .lower-footer .lower-footer-grid .menu ul li a:hover {
  text-decoration: underline;
}
.footer .lower-footer .lower-footer-grid .copyrights {
  text-align: center;
}
.footer .lower-footer .lower-footer-grid .copyrights span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  display: block;
}
.footer .lower-footer .lower-footer-grid .designed-by span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  display: block;
}
.footer .lower-footer .lower-footer-grid .designed-by {
  display: flex;
  align-items: center;
  justify-content: end;
}
@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;
  overflow: hidden;
}
.hero > .container {
  padding: 0;
}
.hero .wrapper {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .hero .wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .wrapper {
    gap: 15px;
  }
}
.hero .hero-image {
  position: relative;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 1199px) {
  .hero .hero-image {
    clip-path: none;
  }
}
.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 {
  max-width: 650px;
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .hero .hero-caption {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-caption {
    padding: 0 20px;
  }
}
.hero .hero-caption .tagline {
  margin: 10px 0 0;
  padding: 8px 20px;
  display: inline-block;
  font-family: "Judson", sans-serif;
  text-decoration: none;
  padding: 12px 15px;
  border-radius: 0px;
  text-align: center;
  min-width: 233px;
  background-color: #1664ad;
  transition: all 0.3s ease;
  /* layered glow */
}
.hero .hero-caption .tagline span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.bottom-area {
  position: relative;
  overflow: hidden;
}
.bottom-area > .container {
  padding: 0;
}
.bottom-area .vector {
  position: absolute;
  content: "";
  top: 0;
  right: -5%;
  transform: rotate(16deg);
  transform-origin: top left;
  background-color: #1664ad;
  width: 60%;
  height: 110%;
}
@media only screen and (max-width: 1199px) {
  .bottom-area .vector {
    display: none;
  }
}
.bottom-area .wrapper {
  display: grid;
  grid-template-columns: auto 52%;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper {
    grid-template-columns: 1fr;
    padding: 30px 0 0;
  }
}
.bottom-area .wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #1664ad;
  width: 55%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper:after {
    width: 100%;
    z-index: -1;
  }
}
.bottom-area .wrapper .caption {
  position: relative;
  z-index: 99;
  padding-top: 50px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper .caption {
    order: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
}
.bottom-area .wrapper .caption:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper .caption:before {
    display: none;
  }
}
.bottom-area .wrapper .caption:after {
  position: absolute;
  content: "";
  bottom: 25px;
  left: -14%;
  width: 80%;
  height: 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1794px) {
  .bottom-area .wrapper .caption:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper .caption:after {
    display: none;
  }
}
.bottom-area .wrapper .caption.no-after:after {
  display: none;
}
.bottom-area .wrapper .caption h2, .bottom-area .wrapper .caption p {
  color: #ffffff;
}
.bottom-area .wrapper .caption p {
  line-height: 28px;
}
.bottom-area .wrapper .caption .btn {
  float: right;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bottom-area .wrapper .caption .btn {
    float: none;
  }
}
@media only screen and (max-width: 1199px) {
  .bottom-area .wrapper .image {
    order: 2;
  }
}
.bottom-area .wrapper .image img {
  width: 100%;
}

.grid-section {
  position: relative;
  background-color: #ffffff;
}
.grid-section .grid.col-1 {
  display: grid;
  grid-template-columns: 1fr;
}
.grid-section .grid.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .grid-section .grid.col-2 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.grid-section .grid iframe {
  width: 100%;
  min-height: 800px;
  max-width: 1000px;
  margin: 0 auto;
}
.grid-section .grid .grid-item.short {
  max-width: 1000px;
  margin: 0 auto;
}
.grid-section .grid .grid-item .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: flex-start;
}
.grid-section .grid .grid-item .images.count-1 {
  grid-template-columns: 1fr;
}
.grid-section .grid .grid-item .images .image-item {
  position: relative;
}
.grid-section .grid .grid-item .images .image-item:nth-child(2) {
  margin-top: 70px;
}
.grid-section .grid .grid-item .images .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.grid-section .grid.left .grid-item:nth-child(1) {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .grid-section .grid.left .grid-item:nth-child(1) {
    order: 1;
  }
}
.grid-section .grid.left .grid-item:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .grid-section .grid.left .grid-item:nth-child(2) {
    order: 2;
  }
}

.accordion {
  position: relative;
}
.accordion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background-color: #1664ad;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .accordion:before {
    clip-path: none;
    width: 100%;
  }
}
.accordion .container {
  padding: 0 0 0 70px;
}
@media only screen and (max-width: 1199px) {
  .accordion .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .container {
    padding: 0 20px;
  }
}
.accordion .container .reviews-wrapper {
  padding-bottom: 60px;
}
.accordion .container .reviews-wrapper .pre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .reviews-wrapper .pre {
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
}
.accordion .container .reviews-wrapper .pre .left {
  max-width: 600px;
}
.accordion .container .reviews-wrapper .pre .left h2 {
  text-align: left;
}
.accordion .container .reviews-wrapper .pre .right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.accordion .container .reviews-wrapper .pre .right .number {
  font-size: 250px;
  line-height: 230px;
  color: #1664ad;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .reviews-wrapper .pre .right .number {
    color: #ffffff;
  }
}
.accordion .container .reviews-wrapper .pre .right .number small {
  font-size: 100px;
  line-height: 90px;
}
.accordion .container .reviews-wrapper .pre .right .text {
  font-size: 24px;
  line-height: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .reviews-wrapper .pre .right .text {
    color: #ffffff;
  }
}
.accordion .container .reviews-wrapper .pre h2, .accordion .container .reviews-wrapper .pre p {
  color: #ffffff;
}
.accordion .container .pre.half {
  max-width: 500px;
}
.accordion .container .pre.half2 {
  max-width: 650px;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .pre.half2 p {
    color: #ffffff;
  }
}
.accordion .container .pre h2 {
  color: #ffffff;
}
.accordion .container .bottom-content {
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .bottom-content {
    max-width: 100%;
  }
  .accordion .container .bottom-content p {
    color: #ffffff;
  }
}
.accordion .container .icons-list-wrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 100px;
  margin: 70px 0;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.accordion .container .icons-list-wrapper .list-area {
  margin-right: -160px;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area {
    margin-right: 0px;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: solid 1px rgba(31, 41, 55, 0.4);
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block.col-2 {
  grid-template-columns: 70px 1fr;
}
@media only screen and (max-width: 767px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block.col-2 {
    grid-template-columns: 1fr;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:last-child {
  border-bottom: none;
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(1) {
  width: 88%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(1) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(2) {
  width: 78%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(2) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(3) {
  width: 68%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(3) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(4) {
  width: 58%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(4) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(5) {
  width: 48%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(5) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(6) {
  width: 38%;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block:nth-child(6) {
    width: 100%;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block h3 {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1199px) {
  .accordion .container .icons-list-wrapper .list-area .listing-container .list-block p {
    color: #ffffff;
  }
}
.accordion .container .icons-list-wrapper .list-area .listing-container .list-block .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #03a64a;
}
.accordion .container .icons-list-wrapper .image {
  z-index: -1;
}
.accordion .container .accordion-wrapper {
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 100px;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .accordion-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 70px;
  }
}
.accordion .container .accordion-wrapper .accordion-bottom-content {
  margin: 40px 0 50px;
}
.accordion .container .accordion-wrapper .accordion-bottom-content h2, .accordion .container .accordion-wrapper .accordion-bottom-content h3, .accordion .container .accordion-wrapper .accordion-bottom-content p {
  color: #ffffff;
}
.accordion .container .accordion-wrapper .accordion-container {
  margin-bottom: 70px;
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop {
  background-color: #ffffff;
  border-radius: 0px;
  margin: 0 0 20px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .question {
  padding: 22px 35px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .accordion-wrapper .accordion-container .accordion-loop .question {
    padding: 22px 20px;
  }
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .question strong {
  font-family: "Judson", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .question svg {
  width: 35px;
  transition: all 0.3s;
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .question svg path {
  fill: #03a64a;
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .answer {
  padding: 0 35px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .accordion .container .accordion-wrapper .accordion-container .accordion-loop .answer {
    padding: 0 20px;
  }
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop .answer p {
  font-size: 20px;
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop.expand .question svg {
  transform: rotate(180deg);
}
.accordion .container .accordion-wrapper .accordion-container .accordion-loop.expand .answer {
  height: auto;
  overflow: auto;
  visibility: visible;
}
.accordion .container .accordion-wrapper .image {
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .accordion .container .accordion-wrapper .image img {
    width: 100%;
  }
}
.accordion.left .icons-area h3, .accordion.left .icons-area p {
  color: #ffffff;
}
.accordion.right:before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 70%;
  background-color: #1664ad;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1299px) {
  .accordion.right:before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 1199px) {
  .accordion.right:before {
    clip-path: none;
    width: 100%;
  }
}
.accordion.right .pre h2 {
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .accordion.right .pre h2 {
    color: #ffffff;
  }
}
.accordion.right .icons-area {
  position: relative;
  z-index: 2;
}
.accordion.right .icons-list-wrapper .image {
  margin-left: -200px;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 1199px) {
  .accordion.right .icons-list-wrapper .image {
    margin-left: 0px;
    clip-path: none;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.right .icons-list-wrapper .image img {
    width: 100%;
  }
}
.accordion.right .accordion-wrapper {
  margin-left: -70px;
  padding-right: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .accordion.right .accordion-wrapper {
    margin-left: 0px;
    padding-right: 0px;
  }
}
.accordion.right .accordion-wrapper .loop-area {
  order: 2;
}
.accordion.right .accordion-wrapper .image {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .accordion.right .accordion-wrapper .image img {
    width: 100%;
  }
}

.icons-list {
  position: relative;
  background-color: #1664ad;
}
.icons-list .pre {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .icons-list .pre {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.icons-list .pre h2, .icons-list .pre p {
  color: #ffffff;
}
.icons-list .pre span {
  color: #2f2d2e;
}
.icons-list .listing-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .icons-list .listing-wrapper {
    margin-top: 40px;
  }
}
.icons-list .listing-wrapper .list-block {
  display: grid;
  grid-template-columns: 5% 60% 32%;
  gap: 15px;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .icons-list .listing-wrapper .list-block {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.icons-list .listing-wrapper .list-block .image {
  position: relative;
}
.icons-list .listing-wrapper .list-block .image:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f2d2e;
  opacity: 0.3;
  border-radius: 11px;
}
.icons-list .listing-wrapper .list-block .image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 11px;
}
.icons-list .listing-wrapper .list-block .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #2f2d2e;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .icons-list .listing-wrapper .list-block .icon {
    margin: 0 auto -100px;
  }
}
.icons-list .listing-wrapper .list-block .icon img {
  margin: 40px auto;
}
.icons-list .listing-wrapper .list-block .content {
  background-color: #ffffff;
  padding: 20px 35px 20px 130px;
  border-radius: 11px;
}
@media only screen and (max-width: 991px) {
  .icons-list .listing-wrapper .list-block .content {
    padding: 120px 35px 35px;
    text-align: center;
  }
}
.icons-list .listing-wrapper .list-block .content h3 {
  color: #000000;
  margin-bottom: 15px;
  font-weight: 400;
}
.icons-list .listing-wrapper .list-block .content p {
  font-size: 20px;
  margin-bottom: 0px;
  color: #000000;
}

.slider h2 {
  text-align: center;
}
.slider .swiper {
  position: relative;
}
.slider .swiper .swiper-wrapper {
  align-items: center;
}
.slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: auto;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .slider .swiper .swiper-wrapper .swiper-slide img {
    margin: 0 auto;
  }
}
.slider .static-slider {
  position: relative;
}
.slider .static-slider .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .slider .static-slider .swiper-wrapper {
    margin-left: 0px;
    justify-content: start;
  }
}
.slider .static-slider .swiper-wrapper .block {
  position: relative;
  width: 100%;
  height: 390px;
}
.slider .static-slider .swiper-wrapper .block a {
  width: 100%;
}
.slider .static-slider .swiper-wrapper .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .static-slider .swiper-wrapper .block .content {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(22, 100, 173, 0.88);
  opacity: 0.9;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.slider .static-slider .swiper-wrapper .block .content img {
  width: auto;
  height: auto;
  max-width: 150px;
}
.slider .static-slider .swiper-wrapper .block .content h3 {
  font-size: 28px;
  margin: 10px 0 20px;
  color: #ffffff;
}
.slider .static-slider .swiper-wrapper .block .content p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.slider .static-slider .swiper-wrapper .block:hover .content {
  background-color: rgba(22, 100, 173, 0.95);
}
.slider .navigation-enabled .static-slider .swiper-wrapper {
  justify-content: start;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: #2f2d2e;
}
.slider .static-arrows {
  margin-top: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.slider .static-arrows .static-prev, .slider .static-arrows .static-next {
  position: relative;
  left: 0;
  right: 0;
}
.slider .static-arrows .static-prev:after, .slider .static-arrows .static-next:after {
  font-size: 35px;
  color: #03a64a;
}
.slider .static-arrows .swiper-pagination {
  position: relative;
  width: auto;
  height: auto;
  top: -10px;
  bottom: 0;
  transform: none;
  opacity: 1;
}
.slider .static-arrows .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: solid 1px #03a64a;
  opacity: 1;
}
.slider .static-arrows .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #03a64a;
}

.posts.bg {
  background-image: url("../assets/images/bg.webp");
}
.posts .post-wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 70px;
  align-items: center;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 1199px) {
  .posts .post-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .posts .post-wrapper .pre {
    order: 1;
  }
}
.posts .post-wrapper .pre .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .posts .post-wrapper .post-area {
    order: 2;
  }
}
.posts .post-wrapper .post-area .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .posts .post-wrapper .post-area .posts-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.posts .post-wrapper .post-area .posts-grid .post-block {
  border-radius: 0px;
  background-color: #1664ad;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.posts .post-wrapper .post-area .posts-grid .post-block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption {
  padding: 25px;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption span {
  font-family: "Judson", sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption h3 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #ffffff;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption p {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption .simple-btn {
  text-align: right;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption .simple-btn a {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: end;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption .simple-btn svg {
  vertical-align: middle;
  margin-left: 15px;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption .simple-btn svg path {
  fill: #ffffff;
}
.posts .post-wrapper .post-area .posts-grid .post-block .caption .simple-btn:hover svg {
  animation: move-arrow 1s infinite;
}
@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.posts .post-wrapper.full-width {
  grid-template-columns: 1fr;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .posts .post-wrapper.full-width .pre {
    order: 1;
  }
  .posts .post-wrapper.full-width .post-area {
    order: 2;
  }
}
.posts .post-wrapper.full-width .pre {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .posts .post-wrapper.full-width .pre {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.posts .post-wrapper.full-width .post-area .posts-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .posts .post-wrapper.full-width .post-area .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .posts .post-wrapper.full-width .post-area .posts-grid {
    grid-template-columns: 1fr;
  }
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block {
  border: none;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .icon {
  padding: 15px 15px 0;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .icon img {
  width: auto;
  height: auto;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .caption {
  padding-bottom: 60px;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .caption p {
  font-size: 16px;
  line-height: 24px;
  color: #03a64a;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .caption .simple-btn {
  text-align: left;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .caption .simple-btn a {
  width: 58px;
  height: 58px;
  border: solid 1px #03a64a;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 58px;
  font-weight: 600;
  display: inline-block;
}
.posts .post-wrapper.full-width .post-area .posts-grid .post-block .caption .simple-btn a:hover {
  background-color: #03a64a;
  color: #ffffff;
}
.posts .post-wrapper.full-width .post-area .posts-grid.static .post-block .image {
  margin-top: 25px;
}
.posts .post-wrapper.full-width .post-area .posts-grid.static .post-block .image img {
  width: 187px;
  height: 187px;
  border-radius: 50%;
  margin: 0 auto;
}

.team .pre .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .team .pre .inner-wrapper {
    gap: 0px;
    margin-bottom: 20px;
  }
}
.team .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.team .members .block {
  background-color: #1664ad;
  width: 400px;
  height: auto;
}
.team .members .block img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.team .members .block .caption {
  background-color: #1664ad;
  padding: 25px;
  text-align: center;
}
.team .members .block .caption span {
  font-size: 18px;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.team .members .block .caption strong {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .team .members .block .caption strong {
    font-size: 24px;
    line-height: 28px;
  }
}
.team .members .block .caption p {
  line-height: 24px;
}

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

.contact .wpcf7-turnstile {
  display: none;
}
.contact .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .contact .wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact .wrapper .contact-info .contact-item {
  padding: 20px 0 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact .wrapper .contact-info .contact-item {
    padding: 10px 0;
  }
}
.contact .wrapper .contact-info .contact-item svg path {
  fill: #1664ad;
}
.contact .wrapper .contact-info .contact-item a {
  font-size: 20px;
  line-height: 28px;
  padding-left: 20px;
  font-weight: 600;
}
.contact .wrapper .contact-info .contact-item a:hover {
  text-decoration: underline;
}
.contact .wrapper .contact-info .hours {
  margin-top: 50px;
}
.contact .wrapper .contact-info .hours p {
  font-size: 20px;
}
.contact .wrapper .contact-info .hours p strong {
  color: #1664ad;
}
.contact .wrapper .contact-info .hours ul {
  padding-left: 20px;
}
.contact .wrapper .form-wrapper h2 {
  margin-bottom: 50px;
}
.contact .wrapper .form-wrapper p {
  margin-bottom: 0px;
}
.contact .wrapper .form-wrapper label {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: -999;
}
.contact .wrapper .form-wrapper input:not([type=submit]) {
  width: calc(100% - 30px);
  height: 35px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #A29E9E;
  border: solid 1px #000000;
  outline: none;
  margin-bottom: 20px;
}
.contact .wrapper .form-wrapper textarea {
  width: calc(100% - 30px);
  height: 200px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #A29E9E;
  border: solid 1px #000000;
  outline: none;
}
.contact .wrapper .form-wrapper input[type=submit] {
  margin-top: 20px;
}

.gallery .pre {
  max-width: 1000px;
  margin: 0 auto 70px;
  text-align: center;
}
.gallery .gallery-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .gallery .gallery-images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .gallery .gallery-images {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .gallery-images {
    grid-template-columns: 1fr;
  }
}
.gallery .gallery-images .block img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.reviews h2 {
  text-align: center;
}
.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: #1664ad;
  padding: 25px 40px;
}
.reviews .custom-reviews .list h3 {
  color: #ffffff;
}
.reviews .custom-reviews .list p {
  color: #ffffff;
}

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