:root {
  --midnight-blue: #586770;
  --steel-blue-2: #2e80b6;
  --steel-blue-3: #0968ad;
  --black: #192024;
  --white-smoke-3: #edeff2;
  --dark-slate-gray-2: #404047;
  --white-smoke: #ecf0f1;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-2: #f0f0f0;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: var(--midnight-blue);
  text-decoration: underline;
}

a:active {
  color: var(--steel-blue-2);
}

.button {
  background-color: var(--steel-blue-3);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: var(--steel-blue-3);
}

.navigation-link {
  color: var(--midnight-blue);
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 30px;
  margin-right: 0;
  padding: 5px 4px;
  font-size: 15px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.navigation-link.w--current, .navigation-link.w--current:hover {
  color: var(--midnight-blue);
}

.navigation-bar {
  z-index: 10;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000003b;
}

.navigation-bar.fill {
  position: static;
}

.navigation-bar.hide, .navigation-bar.hidden {
  display: none;
}

.navigation-menu {
  order: 1;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  height: 110px;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: var(--midnight-blue);
}

.section.accent._2 {
  background-color: var(--steel-blue-3);
}

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

.section.no-padding-bottom.hidden {
  display: none;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 40px 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  border-bottom: 4px solid var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#00000045, #00000045), url('../images/Neaptide-hero-1920-700-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 195px 15px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--steel-blue-3);
  color: var(--steel-blue-3);
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: var(--steel-blue-3);
  color: var(--steel-blue-3);
}

.section-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--black);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.white.h3 {
  font-size: 20px;
}

.section-heading.left {
  text-align: left;
}

.section-heading.left.white {
  color: #fff;
}

.section-subheading.center {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.big {
  font-size: 17px;
}

.section-subheading.left {
  text-align: left;
}

.section-subheading.left.white-text {
  font-weight: 300;
}

.section-subheading.left.white-text.list-text {
  font-size: 14px;
}

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

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-top: 1px #dbdbdb;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: var(--steel-blue-3);
  width: 35%;
  color: var(--steel-blue-3);
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
  display: none;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 10px;
}

.form {
  margin-top: 40px;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.link-4 {
  color: #04242d;
  display: inline-block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-top {
  z-index: 10;
  background-color: #f0f6f8;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
  position: relative;
}

.section-top.vertical {
  flex-direction: column;
}

.html-contact-form {
  width: 100%;
  margin-top: 29px;
  margin-bottom: 0;
}

.html-map {
  width: 100%;
}

.text-large {
  text-transform: uppercase;
  font-size: 18px;
}

.text-large.blue {
  color: var(--black);
  margin-bottom: 4px;
}

.icon {
  margin-bottom: 0;
  font-style: normal;
  transition: color .35s linear;
}

.icon._4x {
  font-size: 62px;
}

.footer-icon {
  background-color: var(--midnight-blue);
  width: 100px;
  height: 100px;
  color: var(--midnight-blue);
  border: 5px solid #2b3a44;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-reverse {
  flex-wrap: nowrap;
  align-content: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.row-reverse.mt-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.row-reverse.mt-60._2-col {
  grid-template-columns: 1fr 1fr;
}

.col {
  flex: 1;
  height: auto;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.col.contact-info {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-black80 {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

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

.contact-icons {
  width: 70px;
  padding-left: 18px;
  padding-right: 18px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
}

.container.top-nav {
  background-color: var(--midnight-blue);
  width: 100%;
  max-width: 100%;
  height: 40px;
}

.anchor-section {
  height: 0;
  position: relative;
  top: -64px;
}

.nav-logo {
  width: 278px;
}

.columns {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.column {
  display: flex;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2, .heading {
  color: var(--black);
}

.heading.top-nav {
  color: var(--white-smoke-3);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.heading-2, .paragraph-3, .heading-3 {
  color: var(--black);
}

.heading-3.videos {
  text-align: center;
  font-size: 11px;
}

.paragraph-4, .heading-4 {
  color: var(--black);
}

.other-service-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
}

.service-image {
  width: 100%;
  margin-bottom: 18px;
}

.rics-logo-white {
  width: 200px;
  margin-bottom: 23px;
}

.other-services-div-holder {
  display: flex;
}

.other-serive-div-50 {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}

.other-service-heading {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.section-2 {
  position: fixed;
}

.top-nav-bar-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-nav-bar-number-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-bar-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-bar-phone-icon-image {
  width: 30px;
}

.top-nav-bar {
  background-color: var(--midnight-blue);
  padding-top: 6px;
  padding-bottom: 6px;
}

.top-nav-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
}

.top-nav-icon {
  width: 20px;
  margin-right: 8px;
}

.top-nav-icon.padding-left {
  margin-left: 20px;
}

.image {
  width: 96%;
}

.top-nav-link {
  text-decoration: none;
}

.contact-50-div-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 33px;
  display: grid;
}

.contact-50-div {
  flex: 0 auto;
  order: -1;
  width: 100%;
}

.contact-50-div.map-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-50-div.form-flex {
  display: flex;
}

.main-container {
  max-width: 1200px;
}

.project-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-gallery {
  object-fit: cover;
  width: 100%;
  height: 22vw;
}

.main-button {
  background-color: var(--midnight-blue);
  margin-top: 10px;
  padding: 14px 30px;
}

.main-button:hover {
  background-color: #4e565a;
}

.main-button._2 {
  border: 2px solid var(--white-smoke-3);
}

.main-button._2.same-size {
  width: 320px;
}

.grid-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  display: grid;
}

.serviceimage {
  width: 100%;
}

.service-flex-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.list {
  margin-top: 22px;
  margin-bottom: 22px;
}

.bold-text {
  font-weight: 400;
}

.footer-image-section {
  background-color: #fff;
}

.footer-image {
  margin-bottom: -1px;
}

.section-3 {
  background-color: #fff;
}

.footer-copyright-section {
  background-color: var(--midnight-blue);
  padding: 35px 14px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Clara-hero-1920-700-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Clara-hero-1920-700-05.jpg');
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Clara-hero-1920-700-02.jpg');
}

.slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Clara-hero-1920-700-04.jpg');
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
  position: relative;
}

.tabs {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 30vw;
  display: flex;
}

.text-span {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.flex-wrapper {
  color: #20272f;
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.contact-details {
  border-top: 1px #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.contact-details {
  text-align: center;
  border-right: 1px solid #e7e7e7;
  justify-content: flex-start;
  width: 50%;
  padding: 20px 10px;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  justify-content: flex-start;
  width: 50%;
  padding: 20px 10px;
}

.contact-info-icon {
  filter: hue-rotate(168deg) brightness(57%);
  margin-bottom: 15px;
}

.title-detail {
  color: #061b35;
  font-size: 20px;
  line-height: 35px;
}

.footer-link-new {
  color: #9e9e9e;
}

.contact-text {
  color: var(--dark-slate-gray-2);
  font-size: 16px;
  text-decoration: none;
}

.contact-text.top {
  color: var(--white-smoke);
}

.card_body {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.hero_back {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.tab_menu-link {
  color: color-mix(in srgb, currentColor 60%, transparent);
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
  border-radius: 0;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab_menu-link:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
  box-shadow: color-mix(in srgb, currentColor 50%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
}

.tab_menu-link.w--current {
  opacity: 100;
  color: color-mix(in srgb, currentColor 100%, transparent);
  box-shadow: color-mix(in srgb, currentColor 70%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  height: 2rem;
  color: inherit;
  filter: invert(0%);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.is-wrap.gap-xxsmall.margin-bottom_xsmall {
  justify-content: center;
  align-items: stretch;
}

.author_name {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
}

.flex-child_expand {
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.hero_front {
  z-index: 2;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.quote {
  letter-spacing: .01em;
  margin-bottom: .75em;
  font-weight: 400;
  line-height: 1.5em;
}

.margin_top-auto {
  margin-top: auto !important;
}

.overlay_opacity-middle {
  z-index: 1;
  opacity: .6;
  pointer-events: none;
  background-color: #1e1e1f;
  position: absolute;
  inset: 0%;
}

.author_info {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 60%, transparent);
  font-size: .88rem;
  line-height: 1.6em;
}

.avatar {
  object-fit: cover;
  background-color: #1032cf;
  border-radius: 100rem;
  flex: none;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

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

.hero {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: clip;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .5rem;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.card {
  color: #1e1e1f;
  background-color: #fff;
  background-image: none;
  border: 0 solid #1e1e1f33;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #1e1e1f33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card.on-inverse {
  color: #1e1e1f;
  background-color: #fff;
  background-image: none;
  border-color: #1e1e1f1a;
  box-shadow: inset 0 0 0 1px #fff3, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.is-x-center {
  justify-content: flex-start;
  align-items: center;
}

.tabs_content {
  overflow: visible;
}

.flex_horizontal {
  flex-flow: row;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.lightbox-link {
  height: 250px;
  transition-property: none;
  position: relative;
}

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

.black-overlay {
  z-index: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plus-image {
  width: 28px;
  height: 28px;
}

.video {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .black-overlay {
    padding: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .lightbox-link {
    height: 300px;
  }

  .black-overlay {
    transition: all .2s;
  }

  .plus-image {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fff;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #0000;
    width: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

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

  .hamburger-button {
    color: var(--midnight-blue);
    order: 1;
  }

  .hamburger-button.w--open {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .navigation-menu {
    z-index: 1000;
    background-color: var(--midnight-blue);
    padding: 39px 10px 20px;
  }

  .hero-section.centered {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .hero-heading {
    font-size: 43px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .white-text {
    height: auto;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-top {
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

  .text-large.blue {
    font-size: 16px;
  }

  .row-reverse {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3.videos {
    letter-spacing: 3px;
  }

  .navigtation {
    position: relative;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-image-gallery {
    height: 24vw;
  }

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

  .flex-child_expand {
    padding-left: .6em;
    padding-right: .6em;
  }

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

  .lightbox-link {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .brand-link.w--current {
    padding-left: 0;
  }

  .section {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .white-box {
    margin-bottom: 0;
  }

  .white-box.transparent {
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.centered {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 43px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .section-top {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .html-map {
    margin-top: 24px;
  }

  .row-reverse {
    flex-flow: wrap-reverse;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr 1fr;
  }

  .row-reverse.mt-60._2-col {
    grid-template-columns: 1fr;
  }

  .col.contact-info {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 29px;
  }

  .other-services-div-holder {
    flex-direction: column;
  }

  .other-serive-div-50 {
    width: 100%;
  }

  .top-nav-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-50-div-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-50-div {
    width: 100%;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-gallery {
    height: 30vw;
  }

  .tabs-menu {
    flex-wrap: wrap;
    bottom: 2%;
  }

  .slider-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 11px;
  }

  .slider-thumbnails {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.no-right-border, .flex-child_expand {
    width: 100%;
  }

  .flex_horizontal.flex_vertical_mobile-l {
    flex-flow: column;
  }

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

  .lightbox-link {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box {
    margin-bottom: 0;
  }

  .white-box.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 23px;
    line-height: 29px;
  }

  .section-heading.centered, .section-heading.centered.white {
    font-size: 20px;
    line-height: 25px;
  }

  .section-subheading.center {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .grid-image {
    width: 35%;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .section-top {
    margin-bottom: 6px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-reverse.mt-60 {
    grid-template-columns: 1fr;
  }

  .row-reverse.mt-60._2-col {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-logo {
    padding-right: 20px;
  }

  .columns {
    flex-direction: column;
  }

  .heading.top-nav.email {
    display: none;
  }

  .top-nav-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-nav-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-nav-icon.email {
    display: none;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 100%;
  }

  .project-grid-div {
    grid-template-columns: 1fr;
  }

  .project-image-gallery {
    height: 55vw;
  }

  .logo {
    color: inherit;
  }

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

#w-node-edcff8c0-355d-ef56-4344-aa58bab634ed-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab634f1-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab634f5-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab634f9-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab634fd-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63501-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63505-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63509-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab6350d-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63511-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63515-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63519-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab6351d-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63521-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63525-07f027bd, #w-node-edcff8c0-355d-ef56-4344-aa58bab63529-07f027bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fcf9ade-0ee2-c8ed-6545-6b5b8772b7e3-426f0925.w-node-ff7616ec-3b9f-9987-b75c-89faeaa8d709-07f027bd, #w-node-_3fcf9ade-0ee2-c8ed-6545-6b5b8772b7e3-426f0925.w-node-f6fe4d9c-85e2-6032-5e27-a48f9f6565cd-07f027bd, #w-node-_3fcf9ade-0ee2-c8ed-6545-6b5b8772b7e3-426f0925.w-node-_768ff1a4-7503-59ab-067b-3955236244b6-07f027bd, #w-node-_3fcf9ade-0ee2-c8ed-6545-6b5b8772b7e3-426f0925.w-node-_6f649595-5ba8-d3e1-4cba-8fe54c1857ad-07f027bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3e17029-3dbf-2b53-de16-7645f127c993-07f027bd {
  place-self: center;
}

#w-node-_3b52fecd-6e47-50f9-01ee-464d65e1b261-07f027bd {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-e3e17029-3dbf-2b53-de16-7645f127c993-07f027bd {
    place-self: center;
  }
}


