/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
@font-face {
  font-family: hk;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Black.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Black.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: hk;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Bold.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: hk;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Medium.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: hk;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Regular.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: hk;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Italic.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/HKGrotesk-Italic.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: Butler;
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/Butler_Regular.woff2") format("woff2");
  src: url("https://cdn.jsdelivr.net/gh/ryansxt/foreseeable/Butler_Regular.woff") format("woff");
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #14212E;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "Butler", serif;
  font-weight: 500;
  font-style: normal;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
  margin: 1rem 0;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-size: 1.1rem;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}
p:last-of-type {
  margin: 0;
}

a {
  font-size: 1.1rem;
  color: #000;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #000;
}

ul {
  padding: 0 0 0 1.5rem;
}

li {
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

strong {
  letter-spacing: 0.5px;
  color: #14212E;
}

.wp-block-media-text {
  margin: 2rem 0;
}
@media (min-width: 1000px) {
  .wp-block-media-text {
    margin: 4rem 0;
  }
}
.wp-block-media-text:first-of-type {
  margin: 0 0 2rem 0;
}
@media (min-width: 1000px) {
  .wp-block-media-text:first-of-type {
    margin: 0 0 4rem 0;
  }
}
.wp-block-media-text:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 2rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 500px !important;
}
@media (min-width: 1000px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 2rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 500px !important;
}
@media (min-width: 1000px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 2rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 1000px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
}
@media (min-width: 1000px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 1rem 0;
}

.home-video {
  width: 100%;
  height: 100svh;
  position: relative;
}
.home-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.home-video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.home-video .overlay .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.3s;
}
.home-video .overlay .container .title {
  font-size: 1.3rem;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Butler", serif;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(30, 29, 39, 0.19), 1px 2px 4px rgba(54, 64, 147, 0.18);
}
@media (min-width: 1000px) {
  .home-video .overlay .container .title {
    font-size: 2rem;
  }
}
.home-video .overlay .container .title span {
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  padding: 1.5rem 0 0 0;
}
@media (min-width: 1000px) {
  .home-video .overlay .container .title span {
    font-size: 2.5rem;
  }
}
.home-video .overlay .container .video-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}
@media (min-width: 435px) {
  .home-video .overlay .container .video-links {
    flex-direction: row;
    gap: 2rem;
  }
}
.home-video .overlay .container .video-links .btn {
  font-size: 1.2rem;
  width: 170px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.introduction-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.3s;
  padding-top: 4rem;
}
@media (min-width: 1000px) {
  .introduction-wrap .introduction {
    max-width: 80%;
    margin: 0 auto;
  }
}
.introduction-wrap .introduction p {
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding-top: 0;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.5s;
}
@media (min-width: 575px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.services-grid .services-box {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.services-grid .services-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  transition: 0.3s;
}
.services-grid .services-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(15, 10, 1, 0.7) 10%, rgba(0, 0, 0, 0.1) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.services-grid .services-box .overlay h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
.services-grid .services-box:hover img, .services-grid .services-box:focus img {
  transform: scale(1.1);
}

.quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: static;
  background-position: right 50% top 50%;
  height: 350px;
}
@media (min-width: 1000px) {
  .quote {
    background-attachment: fixed;
  }
}
.quote .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote .overlay .quote-box {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .quote .overlay .quote-box {
    width: 50%;
  }
}
.quote .overlay .quote-box h2 {
  color: #fff;
}
.quote .overlay .quote-box p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.testimonial-wrap {
  width: 100%;
  background: #14212E;
  margin: 0 0 4rem 0;
}
.testimonial-wrap .testimonial {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
}
.testimonial-wrap .testimonial h2 {
  text-align: center;
  color: #fff;
}
.testimonial-wrap .testimonial p {
  color: #fff;
  text-align: center;
  margin: 0 0 2rem 0;
}
.testimonial-wrap .testimonial .slick-track {
  display: flex;
  gap: 1rem;
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card {
  display: flex !important;
  flex-direction: column;
  padding: 2rem;
  background: #fff;
}
@media (min-width: 1200px) {
  .testimonial-wrap .testimonial .testimonial-slider .testimonial-card {
    height: 400px;
  }
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card .iconify {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  color: #000;
  text-align: center;
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card p {
  color: #000;
  text-align: left;
  margin: 0;
}
.testimonial-wrap .testimonial .testimonial-slider .testimonial-card .name {
  font-family: "Butler", serif;
  font-weight: 500;
  color: #14212E;
  margin: 1rem 0 0 0;
}
.testimonial-wrap .testimonial .arrows-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1000px) {
  .testimonial-wrap .testimonial .arrows-container {
    bottom: 0.25rem;
  }
}
.testimonial-wrap .testimonial .slick-prev,
.testimonial-wrap .testimonial .slick-next {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.testimonial-wrap .testimonial .slick-prev .iconify,
.testimonial-wrap .testimonial .slick-next .iconify {
  font-size: inherit;
}
.testimonial-wrap .testimonial .slick-prev {
  margin-right: 5px;
}
.testimonial-wrap .testimonial .slick-next {
  margin-left: 5px;
}

.contact-box {
  position: relative;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
}
@media (min-width: 1063px) {
  .contact-box {
    flex-direction: row;
  }
}
.contact-box .contact-form {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 1063px) {
  .contact-box .contact-form {
    width: 60%;
  }
}
.contact-box .contact-form h2 {
  margin: 0 0 1rem 0;
}
.contact-box .contact-form p {
  margin: 0 0 1rem 0;
}
.contact-box .contact-form p a {
  font-size: 1rem;
}
.contact-box .contact-form p a:hover, .contact-box .contact-form p a:focus {
  color: #eee;
}
.contact-box .contact-form .gfield_consent_label a {
  color: #14212E;
  text-decoration: none;
  font-size: 0.9rem;
}
.contact-box .contact-form .gfield_consent_label a:focus, .contact-box .contact-form .gfield_consent_label a:hover {
  color: #14212E;
}
.contact-box .contact-form .gform_footer.top_label {
  padding: 1rem 0 0 0;
}
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=color],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=date],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=datetime-local],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=datetime],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=email],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=month],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=number],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=password],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=search],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=tel],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=text],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=time],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=url],
.contact-box .contact-form .gform_wrapper.gravity-theme input[type=week],
.contact-box .contact-form .gform_wrapper.gravity-theme select,
.contact-box .contact-form .gform_wrapper.gravity-theme textarea {
  background: #eee;
  border: none;
  border-radius: 10px;
}
.contact-box .contact-form .gform_required_legend {
  display: none;
}
.contact-box .contact-side-bar {
  width: 100%;
  padding: 2rem;
  background: #eee;
}
.contact-box .contact-side-bar p {
  margin: 2rem 0;
}
@media (min-width: 1063px) {
  .contact-box .contact-side-bar {
    width: 40%;
  }
}
.contact-box .contact-side-bar .details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 2rem 0;
  gap: 0.5rem;
}
.contact-box .contact-side-bar .details .iconify {
  color: #14212E;
}
.contact-box .contact-side-bar .details a,
.contact-box .contact-side-bar .details p {
  margin: 0;
}
.contact-box .contact-side-bar .details a {
  position: relative;
}
.contact-box .contact-side-bar .details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.contact-box .contact-side-bar .details a:hover {
  color: #000;
}
.contact-box .contact-side-bar .details a:hover::before {
  width: 100%;
}

.error {
  width: 100%;
  background: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 1000px) {
  .error .overlay {
    margin: 0;
  }
}
.error .content {
  text-align: center;
}

.blog-header {
  width: 100%;
  background: #14212E;
  padding: 2rem;
  text-align: center;
}
.blog-header h1 {
  color: #fff;
}
.blog-header h3 {
  margin: 0;
  color: #fff;
}

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .blog-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1063px) {
  .blog-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 576px) {
  .blog-post {
    width: 48%;
    margin: 0 1%;
  }
  @supports (display: grid) {
    .blog-post {
      width: 100%;
      margin: 0;
    }
  }
}
.blog-post .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post .meta {
  color: #000;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 87.5rem;
  padding: 4rem 1rem;
  margin: 0 auto;
}

.share-buttons {
  margin: 1rem 0 0 0;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.share-buttons a {
  display: block;
  text-align: center;
  color: White;
}
.share-buttons a .iconify {
  font-size: 1.5rem;
  color: #14212E;
  transition: 0.3s;
  margin: 0 1rem 0 0;
}
.share-buttons a:hover .iconify, .share-buttons a:focus .iconify {
  color: #14212E;
}

.page-layout .page-split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .page-layout .page-split {
    flex-direction: row;
  }
}
.page-layout .page-split .main-layout {
  width: 100%;
}
@media (min-width: 1000px) {
  .page-layout .page-split .main-layout {
    width: 70%;
    margin: 0;
  }
}
.page-layout .page-split .side-bar {
  width: 100%;
}
@media (min-width: 1000px) {
  .page-layout .page-split .side-bar {
    width: 30%;
  }
}
.page-layout .page-split .side-bar .more-news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 1000px) {
  .news-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  text-align: center;
  margin: 2rem 0 0 0;
}
.pagination .page-numbers {
  color: #14212E;
  font-weight: 700;
  padding: 0 0.5rem;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #B78512;
}
.pagination .current {
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .pagination .current {
    color: #B78512;
  }
}

.full-width-bullet-wrap {
  width: 100%;
  background: #14212E;
}
.full-width-bullet-wrap .full-width-bullet {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-intro h2 {
  color: #fff;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-intro h3 {
  color: #fff;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-intro p {
  color: #fff;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 1000px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 1000px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
    justify-content: flex-start;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box .iconify {
  font-size: 3rem;
  color: #14212E;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box h3 {
  margin: 0;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box p {
  text-align: center;
}

.process-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.process-layout .process {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  gap: 2rem;
}
@media (min-width: 1000px) {
  .process-layout .process {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.process-layout .process .process-box {
  background: #14212E;
  padding: 1.5rem;
  border-radius: 20px;
}
.process-layout .process .process-box h3 {
  color: #fff;
  margin-top: 0;
}
.process-layout .process .process-box p {
  color: #fff;
}
.process-layout .process :nth-of-type(6) {
  display: none;
}
.process-layout .process :nth-of-type(6) .btn {
  font-size: 1.2rem;
  width: 170px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (min-width: 1000px) {
  .process-layout .process :nth-of-type(5) {
    grid-area: 2/3/3/4;
  }
  .process-layout .process :nth-of-type(6) {
    grid-area: 2/2/3/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #fff;
  }
  .process-layout .process :nth-of-type(6) .btn {
    font-size: 1.2rem;
    width: 170px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}

.btn, .wp-block-button__link, #gform_submit_button_1 {
  position: relative;
  display: inline-flex;
  color: #14212E;
  padding: 0.5rem 1rem;
  margin: 2rem 0 0 0;
  background: #B78512;
  transition: 0.3s;
  border: none;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  font-size: 1.4rem;
}
.btn:before, .wp-block-button__link:before, #gform_submit_button_1:before {
  display: none;
}
.btn:hover, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, #gform_submit_button_1:hover, #gform_submit_button_1:focus {
  background: #a07410;
  color: #fff;
  box-shadow: none;
}

#gform_submit_button_1 {
  margin: 0;
  font-size: 1.1rem;
}

.footer {
  width: 100%;
  background: #14212E;
}
.footer .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.footer .container .contact-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 0 0 2rem 0;
}
@media (min-width: 1000px) {
  .footer .container .contact-details {
    display: block;
    width: 35%;
    padding: 0 2rem 0 0;
  }
}
.footer .container .contact-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .contact-details p,
.footer .container .contact-details a {
  color: #fff;
  word-break: break-all;
}
.footer .container .contact-details p .iconify,
.footer .container .contact-details a .iconify {
  display: none;
}
@media (min-width: 1000px) {
  .footer .container .contact-details p .iconify,
  .footer .container .contact-details a .iconify {
    display: inline-block;
    margin: 0 0.5rem -0.2rem 0;
  }
}
.footer .container .contact-details a {
  position: relative;
}
.footer .container .contact-details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer .container .contact-details a:hover {
  color: #fff;
}
.footer .container .contact-details a:hover::before {
  width: 100%;
}
.footer .container .contact-details .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.footer .container .contact-details .address .iconify {
  display: none;
}
@media (min-width: 1000px) {
  .footer .container .contact-details .address .iconify {
    display: block;
    margin: 0 0.5rem 0 0;
    color: #fff;
  }
}
.footer .container .contact-details .address p {
  text-align: center;
}
@media (min-width: 1000px) {
  .footer .container .contact-details .address p {
    text-align: left;
    margin: -0.4rem 0 0 0;
  }
}
.footer .container .service-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3;
  padding: 0 0 2rem 0;
}
@media (min-width: 1000px) {
  .footer .container .service-details {
    width: 30%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 2;
  }
}
.footer .container .service-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .service-details a {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0 0 1rem 0;
}
.footer .container .service-details a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer .container .service-details a:hover {
  color: #fff;
}
.footer .container .service-details a:hover::before {
  width: 100%;
}
.footer .container .social-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 4;
  padding: 0 0 2rem 0;
}
@media (min-width: 1000px) {
  .footer .container .social-details {
    width: 20%;
    align-items: flex-start;
    padding: 0 2rem 0 0;
    order: 3;
  }
}
.footer .container .social-details h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.footer .container .social-details .social-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.footer .container .social-details .social-wrap a .iconify {
  color: #fff;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.footer .container .social-details .social-wrap a:hover, .footer .container .social-details .social-wrap a:focus {
  transform: translateY(-0.2rem);
}
.footer .container .logo {
  width: 100%;
  padding: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer .container .logo {
    width: 20%;
    text-align: right;
    padding: 0;
    order: 4;
    margin-left: auto;
  }
}
.footer .container .logo a {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Butler", serif;
  font-weight: 500;
  background: #fff;
  color: #14212E;
  padding: 0.75rem 0.5rem 0.25rem 0.5rem;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 1px;
}
.footer .container .logo img {
  max-width: 8rem;
  height: auto;
}

.bottom-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 1000px) {
  .bottom-footer {
    padding: 0 1rem 1rem 1rem;
  }
}
.bottom-footer .bottom-container {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0 0;
}
@media (min-width: 1000px) {
  .bottom-footer .bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.bottom-footer .bottom-container .policies {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 1000px) {
  .bottom-footer .bottom-container .policies {
    margin: 0;
  }
}
.bottom-footer .bottom-container .policies p,
.bottom-footer .bottom-container .policies a {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
}
.bottom-footer .bottom-container .policies a {
  position: relative;
}
.bottom-footer .bottom-container .policies a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .policies a:hover {
  color: #fff;
}
.bottom-footer .bottom-container .policies a:hover::before {
  width: 100%;
}
.bottom-footer .bottom-container .copyright p,
.bottom-footer .bottom-container .copyright a {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 1000px) {
  .bottom-footer .bottom-container .copyright p,
  .bottom-footer .bottom-container .copyright a {
    text-align: left;
  }
}
.bottom-footer .bottom-container .copyright a {
  position: relative;
}
.bottom-footer .bottom-container .copyright a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.bottom-footer .bottom-container .copyright a:hover {
  color: #fff;
}
.bottom-footer .bottom-container .copyright a:hover::before {
  width: 100%;
}

.home.active {
  height: 100%;
  overflow: hidden !important;
}

.site-header {
  background: rgba(20, 33, 46, 0.9);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.site-header.other-header {
  position: unset;
  top: unset;
  left: unset;
  background: #14212E;
  z-index: unset;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem 1rem 1rem;
}
.site-header .desktop-contact-details {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1320px) {
  .site-header .desktop-contact-details {
    width: 20%;
    display: flex;
  }
}
.site-header .desktop-contact-details .icon .iconify {
  margin: 0 0.2rem 0 0;
  color: #fff;
}
.site-header .desktop-contact-details .icon a {
  position: relative;
  font-size: 1rem;
  color: #fff;
}
.site-header .desktop-contact-details .icon a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.site-header .desktop-contact-details .icon a:hover {
  color: #fff;
}
.site-header .desktop-contact-details .icon a:hover::before {
  width: 100%;
}
.site-header .logo a {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Butler", serif;
  font-weight: 500;
  background: #fff;
  color: #14212E;
  padding: 0.75rem 0.5rem 0.25rem 0.5rem;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 1px;
}
.site-header .logo img {
  max-width: 6rem;
  height: auto;
}
@media (min-width: 1320px) {
  .site-header .logo {
    width: 20%;
  }
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.site-header #mobile-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #B78512;
}
@media (min-width: 1000px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 50px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #fff;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:white, .site-header #close-button .iconify:focus {
  color: #B78512;
}
.site-header #back-button {
  display: none;
  position: absolute;
  top: 40px;
  right: 0.5rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
  color: #fff;
}
.site-header #back-button.active {
  display: block;
}
@media (min-width: 1000px) {
  .site-header #back-button.active {
    display: none;
  }
}
.site-header #back-button .iconify {
  width: 40px;
  height: 40px;
  transition: 0.3s;
  color: #fff;
}
.site-header #back-button .iconify:focus, .site-header #back-button .iconify:white {
  color: #B78512;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #14212E;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
  margin: 20px 0;
}
#mobile-menu .menu li a {
  display: inline-block;
  margin: 0.5rem 0;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
@media (min-width: 1000px) {
  #mobile-menu .sub-menu {
    padding: 2rem 0 0;
  }
}
#mobile-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
}
#mobile-menu .sub-menu li {
  padding: 0.5rem 0;
}
@media (min-width: 1000px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
#mobile-menu .contact-details .icon .iconify {
  margin: 0 0.2rem 0 0;
  color: #fff;
}
#mobile-menu .contact-details .icon a {
  position: relative;
  font-size: 1rem;
  color: #fff;
}
#mobile-menu .contact-details .icon a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
#mobile-menu .contact-details .icon a:hover {
  color: #fff;
}
#mobile-menu .contact-details .icon a:hover::before {
  width: 100%;
}

#main-menu {
  display: none;
}
@media (min-width: 1000px) {
  #main-menu {
    display: flex;
  }
}
@media (min-width: 1320px) {
  #main-menu {
    width: 60%;
    justify-content: center;
  }
}
#main-menu .menu {
  position: relative;
}
#main-menu .menu li {
  position: relative;
}
#main-menu .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#main-menu .menu li:white .sub-menu {
  opacity: 1;
  visibility: visible;
}
#main-menu .sub-menu {
  position: absolute;
  top: 35px;
  left: -2rem;
  padding-left: 0;
  max-width: 500px;
  min-width: 225px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 200;
}
#main-menu .sub-menu li {
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
#main-menu .sub-menu li a {
  display: inline-block;
  padding: 0.5rem 0 0 0;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 1000px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  font-family: "myriad-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #fff;
}
.menu a:hover::before {
  width: 100%;
}

.page-header {
  width: 100%;
  height: 200px;
  position: relative;
}
.page-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.page-header .overlay h1 {
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}
@media (min-width: 1000px) {
  .page-header .overlay h1 {
    font-size: 2.4rem;
  }
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

.slide-img {
  width: 100%;
  height: 400px;
  position: relative;
}
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
.slide-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slide-img .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem;
}
.slide-img .container h1 {
  color: #fff;
  margin: 0;
}
.slide-img .container p {
  color: #fff;
}
.accreditation-container {
  width: 100%;
}
.accreditation-container .accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 2rem;
}
.accreditation-container .accreditation .accreditation-img img {
  margin: 0 auto;
  height: 100px;
}

.contact-bar-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  padding: 0 1rem;
}
.contact-bar-wrap .contact-bar {
  background: #14212E;
  padding: 2rem;
}
.contact-bar-wrap .contact-bar h2 {
  color: #fff;
}
.contact-bar-wrap .contact-bar p {
  color: #fff;
}
.contact-bar-wrap .contact-bar p:last-of-type {
  margin: 0;
}

.left-section {
  width: 100%;
  background: #eee;
  padding: 2rem;
}
@media (min-width: 1000px) {
  .left-section {
    position: sticky;
    top: 1rem;
    width: 40%;
  }
}
.left-section .faq-nav {
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.left-section .faq-nav a {
  color: #14212E;
  font-size: 1.8rem;
  font-family: "Butler", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
}
.left-section .faq-nav a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #14212E;
  transition: width 0.3s ease;
}
.left-section .faq-nav a:hover {
  color: #14212E;
}
.left-section .faq-nav a:hover::before {
  width: 100%;
}

.right-section {
  width: 100;
}
@media (min-width: 1000px) {
  .right-section {
    width: 60%;
  }
}
.right-section .accordion {
  margin: 2rem 0;
}
.right-section .accordion:last-child {
  margin-bottom: 0;
}
.right-section .accordion:first-child {
  margin-top: 0;
}
.right-section .accordion .accordion-box {
  margin-bottom: 1rem;
  width: 100%;
}
.right-section .accordion .accordion-box:last-child {
  margin-bottom: 0;
}
.right-section .accordion .accordion-box .accordion-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  transition: all 0.3s;
  border: 1px solid #14212E;
}
.right-section .accordion .accordion-box .accordion-question h3 {
  color: #14212E;
  padding: 0.5rem 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
.right-section .accordion .accordion-box .accordion-question .iconify {
  font-size: 2rem;
  color: #14212E;
  transition: 0.3s;
  transform: rotate(270deg) !important;
}
.right-section .accordion .accordion-box .active .iconify {
  transform: rotate(360deg) !important;
}
.right-section .accordion .accordion-box .accordion-answer {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.right-section .accordion .accordion-box .accordion-answer p {
  margin: 1rem 1rem 0 1rem;
}
.right-section .accordion .accordion-box .accordion-answer a {
  position: relative;
}
.right-section .accordion .accordion-box .accordion-answer a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.right-section .accordion .accordion-box .accordion-answer a:hover {
  color: #000;
}
.right-section .accordion .accordion-box .accordion-answer a:hover::before {
  width: 100%;
}

.excerpt-card {
  width: 100%;
  height: 100%;
  background: #14212E;
  display: flex;
  flex-direction: column;
}
.excerpt-card .card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.excerpt-card .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  align-items: flex-start;
}
.excerpt-card .content h2 {
  color: #fff;
  font-size: 1.5rem;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .split-content {
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
  .split-content.split-content-image-left {
    flex-direction: row-reverse;
  }
  .split-content.split-content-image-left:nth-child(odd) {
    flex-direction: row;
  }
  .split-content.split-content-image-right {
    flex-direction: row;
  }
  .split-content.split-content-image-right:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.split-content .split-content-text {
  width: 100%;
}
@media (min-width: 1000px) {
  .split-content .split-content-text {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.split-content .split-content-text h2 {
  margin: 0;
  line-height: 3rem;
}
.split-content .split-content-image {
  width: 100%;
  display: flex;
  height: 300px;
}
.split-content .split-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .split-content .split-content-image {
    flex: 1;
    width: 50%;
    height: 500px;
  }
}

html {
  box-sizing: border-box;
  font-family: "hk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 1000px;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-layout {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}

.split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .split {
    flex-direction: row;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */