@font-face {
  font-family: "Sharp 300";
  src: url('../fonts/Sharp-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1a1a1a;
  --white: white;
  --red: #ff3b23;
  --white-smoke: #dfdfdf;
  --gainsboro: #f1f1f1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.top-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.top-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.left-div {
  align-items: center;
  display: flex;
}

.image {
  margin-right: 10px;
}

.no-line-white {
  color: #fff;
  text-decoration: none;
}

.left-div-copy {
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: var(--black);
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.dropdown-toggle {
  border-bottom: 3px solid var(--white);
  transition: all .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.co-logo {
  max-width: 120px;
}

.icon-2 {
  padding-bottom: 30px;
}

.contact-div {
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1300px;
  display: flex;
}

.dropdown-list {
  background-color: #01477c;
}

.dropdown-list.w--open {
  background-color: var(--gainsboro);
}

.logo-link {
  width: 25%;
}

.logo-link.w--current {
  width: auto;
}

.header {
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 3px 0 3px #1a1a1a33;
}

.nav-link {
  border-bottom: 3px solid var(--white);
  background-color: #0000;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.nav-link.w--current {
  color: #01477c;
  border-bottom-color: #01477c;
}

.nav-link.w--current:hover {
  color: #01477c;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.banner {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.banner-div {
  z-index: 2;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.large-image-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.large-image-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  max-width: 510px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.button-div {
  justify-content: space-between;
  display: flex;
}

.more-info-button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  width: 190px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 20px;
  font-weight: 500;
}

.more-info-button:hover {
  background-color: var(--black);
  box-shadow: 0 0 10px #000;
}

.contact-us-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin-top: 20px;
  padding: 0 20px;
  font-weight: 500;
  display: flex;
}

.contact-us-button:hover {
  border-color: var(--white);
  background-color: var(--black);
  box-shadow: 0 0 10px #000;
}

.contact-us-button.black {
  background-color: var(--black);
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.content-div._1 {
  padding-top: 40px;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 42px;
}

.h1._1 {
  margin-bottom: 0;
}

.h1-smaller {
  color: var(--red);
  margin-top: 0;
  padding-top: 10px;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.p {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.p._2 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.p._1 {
  padding-top: 40px;
}

._3-services-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.grey-section {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.servies-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
}

.service-1 {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.services-heading {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.icon3, .icon1 {
  padding-bottom: 30px;
}

.bullet-grid-4-boxes {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.bullet-grid-4-boxes._1 {
  padding-top: 40px;
}

.bullet-grid-4-boxes._1._2 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 40px;
}

.h2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}

.h2.white {
  color: var(--white);
  text-transform: uppercase;
}

.h2.white.centre {
  text-align: center;
}

.h2.grey {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 32px;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.list._1 {
  padding-left: 40px;
}

.list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list.number {
  list-style-type: decimal;
}

.list.white {
  color: var(--gainsboro);
}

.image-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner-3_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-banner._1 {
  justify-content: center;
}

.large-image-div {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.large-image-div._1 {
  flex-direction: row;
}

.white-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.p-white-banner {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.p-white-banner.centre {
  text-align: center;
}

.h3 {
  color: var(--red);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.h3._1050 {
  width: 100%;
  max-width: 1050px;
}

.h3._1 {
  margin-top: 40px;
}

.image-2 {
  padding-bottom: 10px;
}

.icon-4 {
  color: #000;
}

.testimonials-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.testominals-section {
  background-color: #dfdfdf;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: 350px;
}

.testmonials-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.testimonials-p {
  text-align: center;
  margin-bottom: 40px;
}

.bottom-section {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.bottom-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-logo {
  max-width: 150px;
}

.footer-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

.footer-div {
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.slider {
  height: 100%;
}

.slide1 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/banner-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide2 {
  background-image: url('../images/banner-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider {
  color: #fff;
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
}

.divider.black {
  color: var(--black);
}

.dropdown {
  background-color: #0000;
  font-weight: 600;
}

.dropdown:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.dropdown.w--current {
  color: #01477c;
  border-bottom-color: #01477c;
}

.dropdown.w--current:hover {
  color: #01477c;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.top-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.npors {
  max-width: 200px;
}

.npors.small {
  max-width: 190px;
  margin-top: 10px;
}

.body-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.fb-code {
  display: none;
}

.fb-feed {
  float: right;
  width: 300px;
  height: 385px;
}

.about-div {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.banner-arrow {
  width: 60px;
  transition: all .2s;
}

.banner-arrow:hover {
  background-color: #fff6;
}

._3x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3x1._2 {
  padding-bottom: 16px;
}

._3x1.no-gutter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu {
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 3px 0 3px #1a1a1a33;
}

.services-toggle {
  border-bottom: 3px solid var(--black);
  transition: all .2s;
}

.services-toggle:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.list-group.hzl {
  display: flex;
}

.int-link {
  color: var(--black);
  font-weight: 700;
}

.int-link.white {
  color: var(--white);
}

.grid-content {
  background-color: var(--gainsboro);
  padding: 20px;
}

._4x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.map-section {
  height: 600px;
}

.map-html.tablet, .map-html.mobile {
  display: none;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-group {
  align-items: center;
  display: flex;
}

.link-black {
  color: var(--black);
  text-decoration: none;
}

.form-html {
  width: 100%;
}

.grid, .grid-2, .grid-3, .grid-4 {
  grid-template-rows: auto;
}

.grid-5, .grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.nav-link-home {
  border-bottom: 3px solid var(--black);
  background-color: #0000;
  font-weight: 600;
  transition: all .2s;
}

.nav-link-home:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.nav-link-home.w--current {
  color: #01477c;
  border-bottom-color: #01477c;
}

.nav-link-home.w--current:hover {
  color: #01477c;
}

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.grid-7 {
  grid-template-rows: auto;
}

.grid-7._20 {
  margin-top: 20px;
}

.grid-7._1 {
  grid-template-columns: 1fr;
}

.grid-7.low {
  margin-bottom: 32px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.gallery {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.background-video {
  width: 30%;
}

.background-video-2 {
  width: 50%;
}

.xmas {
  background-color: var(--red);
  width: 100%;
  padding: 10px 40px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

._4x1-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block {
  width: 100%;
  height: 300px;
  display: flex;
}

.code-embed {
  width: 300px;
}

.mobile-scrolly-thing {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c0131e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 43px;
  display: flex;
  overflow: hidden;
}

.mob-foot-button {
  background-color: var(--red);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mob-foot-button:hover {
  background-color: #1a1a1a;
  margin-top: 0;
}

.mob-foot-button.right-line {
  background-color: var(--red);
  border-right: 1px solid #fff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.mob-foot-linktext {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sticky-icon {
  margin-right: 0;
  font-family: "Sharp 400", Georgia, sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.sticky-icon:hover {
  color: var(--white);
}

.sticky-icon.brand {
  min-width: auto;
  min-height: auto;
  max-height: none;
  font-weight: 400;
}

.div-block-23 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0 auto;
}

.sticky-socials-2 {
  z-index: 100;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.footer-social-link {
  background-color: var(--red);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  border: 1px solid var(--red);
  color: var(--white);
  background-color: #0000;
}

.google-review {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .top-container {
    flex-direction: column;
  }

  .dropdown-link {
    color: var(--red);
    transition: all .2s;
  }

  .dropdown-link:hover {
    color: var(--red);
  }

  .dropdown-link.w--current {
    background-color: var(--red);
    color: var(--white);
  }

  .menu-button {
    border-top: 1px solid var(--white-smoke);
    color: var(--red);
    text-align: center;
    background-color: #0000;
    width: 100%;
    transition: all .2s;
  }

  .menu-button:hover {
    background-color: var(--gainsboro);
  }

  .menu-button.w--open {
    color: var(--red);
    background-color: #0000;
  }

  .dropdown-toggle {
    border-bottom-width: 0;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s;
  }

  .dropdown-toggle:hover {
    background-color: var(--red);
    color: #fff;
    width: 100%;
  }

  .dropdown-toggle.w--open {
    background-color: var(--red);
    color: var(--white);
  }

  .icon-2 {
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
  }

  .contact-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: var(--gainsboro);
  }

  .logo-link {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .header {
    padding-bottom: 0;
  }

  .nav-link {
    border-bottom-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s;
  }

  .nav-link:hover {
    background-color: var(--red);
    color: #fff;
    border-bottom-width: 0;
    width: 100%;
  }

  .nav-link.w--current {
    background-color: var(--red);
    color: var(--white);
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .navbar {
    justify-content: center;
    width: 100%;
  }

  .banner-div {
    padding-right: 0;
  }

  .large-image-heading {
    width: 80%;
    font-size: 36px;
    line-height: 50px;
  }

  .content-div {
    width: 90%;
  }

  ._3-services-div {
    flex-direction: column;
  }

  .service-1 {
    width: 100%;
    padding-bottom: 30px;
  }

  .bullet-grid-4-boxes._1._2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .large-image-div {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .white-title, .p-white-banner {
    text-align: center;
  }

  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .bottom-div {
    align-items: center;
  }

  .dropdown {
    border-bottom-width: 0;
    width: 100%;
  }

  .dropdown:hover {
    color: #fff;
    background-color: #0086eb;
    border-bottom-width: 0;
  }

  .dropdown.w--current {
    color: #01477c;
  }

  .dropdown.w--current:hover {
    color: #fff;
  }

  .top-div {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .npors {
    margin-bottom: 20px;
  }

  .fb-feed {
    margin-right: 20px;
  }

  .services-menu {
    padding-bottom: 0;
  }

  .services-toggle {
    background-color: var(--red);
    color: var(--white);
    border-bottom-width: 0;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s;
  }

  .services-toggle:hover {
    background-color: var(--red);
    color: #fff;
    width: 100%;
  }

  .services-toggle.w--open {
    background-color: var(--red);
    color: var(--white);
  }

  ._4x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .map-section {
    height: 450px;
  }

  .map-html {
    display: none;
  }

  .map-html.tablet {
    display: block;
  }

  .nav-link-home {
    border-bottom-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s;
  }

  .nav-link-home:hover {
    background-color: var(--red);
    color: #fff;
    border-bottom-width: 0;
    width: 100%;
  }

  .nav-link-home.w--current {
    background-color: var(--red);
    color: var(--white);
  }

  .nav-link-home.w--current:hover {
    color: #fff;
  }

  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._4x1-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-scrolly-thing {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .mob-foot-button {
    flex-flow: column;
  }

  .mob-foot-linktext {
    text-align: center;
    width: 100%;
  }

  .sticky-icon.brand {
    margin-right: 5px;
    padding-left: 0%;
  }

  .sticky-socials-2 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .left-div {
    padding-bottom: 10px;
  }

  .large-image-heading {
    line-height: 34px;
  }

  .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .list._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .large-image-div._1 {
    flex-direction: column;
  }

  .h3, .h3._1050 {
    font-size: 20px;
    line-height: 26px;
  }

  .left-arrow {
    display: none;
  }

  .testimonials-div {
    padding: 20px;
  }

  .testmonials-h2 {
    text-align: center;
  }

  .testimonials-p {
    width: 100%;
  }

  .right-arrow {
    display: none;
  }

  .fb-feed {
    margin-right: 0;
  }

  .about-div {
    width: auto;
    padding-top: 60px;
  }

  .banner-arrow {
    width: 30px;
    font-size: 30px;
  }

  ._3x1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3x1.no-gutter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .map-section {
    height: 300px;
  }

  .map-html.tablet {
    display: none;
  }

  .map-html.mobile {
    display: block;
  }

  .gallery-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mob-foot-linktext {
    font-size: 14px;
  }

  .sticky-icon {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    flex-direction: column;
  }

  .top-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-div, .left-div-copy {
    text-align: center;
    justify-content: center;
    width: 90%;
  }

  .dropdown-link {
    text-align: center;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .icon-2 {
    margin-bottom: 10px;
  }

  .text-block {
    text-align: center;
  }

  .contact-div {
    flex-direction: column;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .header {
    padding-top: 10px;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
  }

  .navbar {
    display: flex;
  }

  .banner {
    height: auto;
  }

  .banner-div {
    justify-content: flex-start;
    padding: 20px;
  }

  .large-image-heading {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .large-image-copy {
    max-width: 280px;
    font-size: 14px;
    line-height: 22px;
  }

  .button-div {
    flex-direction: column;
    align-items: center;
  }

  .more-info-button {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us-button {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-div {
    width: 90%;
    max-width: 100%;
  }

  .h1 {
    font-size: 28px;
  }

  .h1-smaller {
    text-align: center;
  }

  .p {
    font-size: 15px;
  }

  ._3-services-div {
    flex-direction: column;
    margin-top: 20px;
  }

  .servies-paragraph {
    text-align: center;
  }

  .service-1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .service-1.bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .services-heading {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .icon3, .icon1 {
    padding-bottom: 10px;
  }

  .bullet-grid-4-boxes._1._2 {
    grid-template-columns: 1fr;
  }

  .h2 {
    text-align: center;
  }

  .h2.white.centre {
    font-size: 20px;
    line-height: 26px;
  }

  .h2.grey {
    font-size: 26px;
    line-height: 32px;
  }

  .list._1 {
    padding-left: 20px;
  }

  .list._3-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .image-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .large-image-div {
    padding: 20px;
  }

  .white-title {
    margin-top: 0;
    font-size: 24px;
  }

  .testimonials-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-title {
    font-size: 24px;
  }

  .testominals-section {
    padding-top: 30px;
  }

  .testimonials-slider {
    height: 500px;
  }

  .slider {
    height: auto;
  }

  .divider.black {
    display: none;
  }

  .dropdown, .dropdown.w--current {
    text-align: center;
  }

  .npors {
    max-width: 200px;
    margin-bottom: 0;
  }

  .about-div {
    padding-top: 20px;
  }

  .banner-arrow {
    display: none;
  }

  .services-menu {
    padding-top: 30px;
  }

  .services-toggle {
    padding-right: 20px;
  }

  .list-group.hzl {
    flex-direction: column;
  }

  ._4x1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-image-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-group {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    display: flex;
  }

  .banner-mask {
    height: 65vh;
  }

  .nav-link-home, .nav-link-home.w--current {
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .background-video-2 {
    width: 90%;
  }

  .text-block-2 {
    line-height: 21px;
  }

  ._4x1-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-3 {
    object-fit: cover;
    height: 200px;
  }

  .heading {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #c0131e;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    background-color: var(--red);
    text-align: center;
    border-left: 1px solid #5d0099;
    border-right: 1px solid #9003eb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: var(--red);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: #5d0099;
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mob-foot-button.right-line:hover {
    background-color: var(--red);
    background-image: none;
  }

  .mob-foot-button.right-line.hide {
    display: none;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }

  .sticky-icon {
    font-size: 17px;
  }

  .sticky-socials-2 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 10px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }
}

#w-node-_91fb36f0-a1e4-5249-b8f8-7544b15574d9-8a4005bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b37ed40-b945-7f97-ec9e-da02073b200d-457e5424 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9fd31b9-ec82-c59f-d9d3-07ff874d4146-9db31198, #w-node-_6f829f1a-fc64-7515-0a80-5424703bc421-9db31198, #w-node-c4a1e590-b3bd-a4fc-fa78-e5f9f784434e-9db31198, #w-node-_760cf13a-dc8b-3543-fe8d-a2d02b3ad92a-9db31198, #w-node-c00bcd19-7521-e941-d3e3-bf81d9b35bf6-9db31198, #w-node-fdb00402-c6e9-0494-ecbd-8674ff39ea0f-9db31198, #w-node-_2c04deb2-7a60-e37a-ad34-704cdedfe02d-9db31198, #w-node-_426bba50-c36a-b97d-ac6f-7f8b26cf8e98-9db31198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9a91368d-bee0-7c0b-b15a-b99aca0ae472-ca0ae46f, #w-node-_9a91368d-bee0-7c0b-b15a-b99aca0ae47f-ca0ae46f {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ffbf8681-d600-ee34-1195-494adc5eacbb-2976b26b, #w-node-_166a5f7f-95e5-768d-4bfa-9b1e906b8b2a-2976b26b, #w-node-_17dee626-fbce-8489-7bc3-ba402420cf24-1a75fa2e, #w-node-_1e46e9b2-c022-af5c-1d05-fd849aff78ce-1a75fa2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ee867b0-ff22-0c95-895e-e56666cd86b4-8a4005bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}