.body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.navigation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4a4a4a;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 31px;
  padding-left: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #4a4a4a;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.nav-link:hover {
  color: #39c6d9;
}

.nav-link.w--current {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #4a4a4a;
  color: #39c6d9;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #192949;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.co-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.contact-tel-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.location-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.large-image {
  width: 100%;
  height: 600px;
  background-image: url('../images/office.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link-left {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #4a4a4a;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.nav-link-left:hover {
  color: #39c6d9;
}

.nav-link-left.w--current {
  margin-right: 0px;
  margin-left: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: #4a4a4a;
  color: #39c6d9;
}

.co-name-line-1 {
  margin-top: -10px;
  font-family: 'Great Vibes', cursive;
  color: #000;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
}

.co-name-line-2 {
  padding-left: 2px;
  color: #000;
  font-weight: 300;
}

.image {
  width: 15%;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}

.address {
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.address-swirly {
  margin-bottom: 2px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-us-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #39c6d9;
  box-shadow: inset -4px -4px 5px 0 rgba(74, 74, 74, 0.3);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
}

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

.large-image-cover-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.large-image-grey-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 40vh;
  min-width: 900px;
  margin-left: 50px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.4);
}

.grey-box-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
}

.small-slider-text {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 14px;
  background-color: #39c6d9;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
}

.contact-header-button:hover {
  background-color: #4a4a4a;
}

.grey-section-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 14px;
  background-color: #39c6d9;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
}

.grey-section-button:hover {
  background-color: #4a4a4a;
}

.cta-mob-sticky {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.floating-tel-icon {
  max-width: 70px;
  min-width: 70px;
}

.telephone-link {
  margin-bottom: 10px;
}

.body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-container {
  min-height: 200px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.3);
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}

.paragraph-1 {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
  line-height: 24px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 0px;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #39c6d9;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #39c6d9;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.blue-button:hover {
  background-color: #39c6d9;
  color: #fff;
}

.medium-heading {
  color: #288a97;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.blue-body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39c6d9;
}

.vertical-image {
  width: 50%;
}

.body-container-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  max-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-blue-div {
  position: relative;
  margin-right: -60px;
  padding: 60px 50px;
  border: 1px solid #fff;
  background-color: #288a97;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.75);
}

.blue-box-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.blue-box-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #39c6d9;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}

.paragraph-3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
  color: #4a4a4a;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}

.h2.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.dark-blue-body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a4a4a;
}

._3-boxes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #39c6d9;
  color: #fff;
  font-weight: 400;
}

.box:hover {
  background-color: #288a97;
}

.learn-more {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text {
  font-size: 15px;
  letter-spacing: 0px;
}

.box-image {
  margin-bottom: 10px;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 240px;
  background-color: #288a97;
}

.area-icon {
  width: 50%;
}

.area-icon.email {
  width: 40%;
}

.address-text {
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.left-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  width: 100%;
  margin-bottom: 0px;
  color: #39c6d9;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.body-container-top-padding {
  width: 940px;
  max-width: 90%;
  margin-top: 60px;
}

.side-text {
  width: 70%;
  margin-right: 50px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #39c6d9;
  box-shadow: 7px 7px 20px 0 rgba(74, 74, 74, 0.5);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.side-image {
  width: 60%;
  margin-right: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-4 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.light-blue-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39c6d9;
}

.light-blue-container {
  width: 940px;
  max-width: 90%;
}

.blue-body-section-less-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39c6d9;
}

.paragraph-5 {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.blue-box-text-bot-pad {
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.blue-box-text-top-pad {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.full-image {
  width: 100%;
  background-image: url('../images/office.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-image.hursp-img {
  background-image: none;
}

.full-image.burgess-img {
  background-image: url('../images/office.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation-section-mobile {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4a4a4a;
}

.small-slider-text-mobile {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-link {
  color: #fff;
  text-decoration: none;
}

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

.container {
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.container.hero-container-1400 {
  max-width: 1400px;
}

.container.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.container-fluid-1400 {
  max-width: 1400px;
}

.container.container-fluid-95 {
  max-width: none;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  border-right-color: hsla(0, 0%, 80%, 0.2);
  background-color: #192949;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #b07f49;
  color: #fff;
}

.nav-link.w--current {
  border-right-color: hsla(0, 0%, 80%, 0.2);
  background-color: #b07f49;
  color: #fff;
}

.nav-link.dropdown-toggle {
  padding-right: 40px;
  background-color: #192949;
}

.nav-link.dropdown-toggle:hover {
  background-color: #b07f49;
}

.nav-link.dropdown-toggle.services-active {
  background-color: #b07f49;
}

.nav-menu {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-dropdown {
  text-align: left;
}

.nav-dropdown.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.announcement-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.announcement-wrapper.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  width: 15%;
  max-height: 250px;
  margin-left: -83px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-logo {
  max-width: 230%;
  -o-object-fit: contain;
  object-fit: contain;
}

.announcement-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.announcement-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement-font-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-family: 'Fa solid 900', sans-serif;
  color: #b07f49;
  font-size: 2em;
}

.announcement-contact-block-details.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.announcement-contact-title {
  color: #192949;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 900;
}

.announcement-contact-link {
  color: #222;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
}

.announcement-btn {
  width: 15%;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #39c6d9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.announcement-btn:hover {
  border-radius: 15px 0px;
}

.announcement-btn.display-none {
  display: none;
  width: auto;
}

.announcement-btn.display-block {
  width: auto;
  background-color: #b07f49;
  text-transform: uppercase;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #b07f49;
}

.dropdown-link.w--current {
  background-color: #b07f49;
  color: #fff;
}

.dropdown-menu.w--open {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #192949;
}

.footer-links {
  color: #ccc;
  font-size: 1em;
  line-height: 1.95;
}

.footer-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-title {
  color: #fff;
  font-size: 1.25em;
}

.footer-contact-link {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.footer-contact-link.margin-top-5px {
  margin-top: 5px;
}

.footer-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-top-contact-details {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #192949;
}

.footer-copy-links {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4a4a4a;
}

.hero-section {
  min-height: 70vh;
  margin-top: 0px;
  background-image: url('../images/Home-image--2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 300px;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero-heading-text {
  color: #fff;
  font-size: 1em;
}

.hero-heading-text.text-lg {
  font-size: 3em;
  line-height: 1.9;
  font-weight: 300;
}

.hero-button {
  padding: 15px 40px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #b07f49;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button:hover {
  border-radius: 15px 0px;
}

.section-1-heading-1-text-text-btn {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-1 {
  margin-top: 0px;
  font-size: 3.5em;
  line-height: 1.3;
}

.heading-1.no-margin {
  margin-bottom: 0px;
}

.heading-1.no-margin.text-center {
  text-align: left;
}

.heading-1.no-margin.text-center.center {
  text-align: center;
}

.colored-heading {
  color: #b07f49;
  font-weight: 400;
}

.heading-thin {
  color: #192949;
  font-weight: 300;
}

.heading-under-line {
  height: 3px;
  border-radius: 20px;
  background-color: #b07f49;
}

.heading-under-line.heading-underline-white {
  background-color: #fff;
}

.heading-under-line.heading-underline-white.margin-bottom-20 {
  margin-bottom: 20px;
}

.heading-under-line.width-50 {
  width: 50%;
}

.heading-under-line.width-50.margin-bottom-30 {
  margin-bottom: 40px;
}

.heading-under-line.width-15 {
  width: 15%;
  margin-right: auto;
  margin-left: auto;
}

.section-1-content-grid-x-2.padding-top-60 {
  padding-top: 60px;
}

.section-1-content-grid-x-2.padding-top-60.display-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-1-content-grid-x-2.padding-top-60.display-grid.grid--75-1 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.col-2.img-holder {
  background-image: url('../images/220501565.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-2.img-holder.hass-img {
  min-height: 300px;
  background-image: url('../images/Home-Page_img-Bath.jpg');
}

.col-2.img-holder.extension-img {
  min-height: 300px;
  background-image: url('../images/Extension.jpg');
}

.col-2.img-holder.burges-hill-img-2 {
  min-height: 300px;
  background-image: url('../images/Loft-Conversion.jpg');
}

.col-2.img-holder.building-work {
  min-height: 300px;
  background-image: url('../images/Renovation-and-refunb.jpg');
}

.col-2.img-holder.haywood-img-1 {
  min-height: 300px;
}

.para {
  font-size: 1em;
  line-height: 1.85;
  font-weight: 400;
}

.para.para-white {
  color: #fff;
}

.para.para-white.padding-even-40 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.para.para-white.padding-top-40 {
  padding-top: 40px;
}

.para.para-white.paddinb-bottom-40 {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

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

.para.no-margin {
  margin-bottom: 0px;
}

.default-btn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #39c6d9;
  border-radius: 4px;
  color: #39c6d9;
  font-size: 1em;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.default-btn.margin-top-20 {
  margin-top: 20px;
  border-color: #192949;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #192949;
}

.default-btn.margin-top-20:hover {
  background-color: #192949;
  color: #fff;
}

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

.services-grid.grid-x-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-top-image {
  min-height: 300px;
  background-image: url('../images/Building-Work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-top-image.extension-img {
  background-image: url('../images/Extension.jpg');
}

.services-top-image.renovation-img {
  background-image: url('../images/Renovation-and-refunb.jpg');
}

.services-top-image.loft-conversion-img {
  background-image: url('../images/Loft-Conversion.jpg');
}

.services-top-image.garage-img {
  background-image: url('../images/garage.jpg');
}

.services-box-content {
  padding: 20px;
  background-color: #192949;
}

.services-title-box {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.15em;
  line-height: 1.85;
  font-weight: 700;
}

.services-btn-link {
  display: inline-block;
  padding: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 1.85;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.heading-2-primary-color-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b07f49;
}

.heading-2 {
  font-size: 2.5em;
  line-height: 1.5;
}

.heading-2.text-color-white {
  margin-top: 0px;
  color: #fff;
  font-size: 2.5em;
}

.heading-2.text-color-white.heading-2-sm {
  font-size: 2em;
}

.heading-2.primary-color {
  color: #b07f49;
}

.heading-2-section-content {
  padding-top: 0px;
}

.heading-2-section-content.padding-top-40 {
  padding-top: 40px;
}

.large-section-text-w-img-mid.primary-color {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #b07f49;
}

.large_text-content.padding-top-40 {
  padding-top: 40px;
}

.section-heading-2-white-bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-2-inner-content {
  padding-top: 40px;
}

.heading-3-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.heading-3-text-area {
  width: 80%;
}

.heading-3-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.25;
  font-weight: 400;
}

.heading-3.heading-white {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 400;
}

.request-quoat {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 4px;
  background-color: #192949;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.request-quoat:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.h3-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3-section.primary-bg {
  background-color: #b07f49;
}

.areas-we-cover-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.areas-grid-x-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.areas-bullet-list {
  padding-top: 20px;
  padding-left: 20px;
}

.areas-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.areas-link {
  color: #b07f49;
  font-weight: 700;
}

.site-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-bullet {
  margin-top: 60px;
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.site-map-link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #192949;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.site-map-link:hover {
  color: #b07f49;
}

.site-map-link.w--current {
  color: #b07f49;
}

.footer-font-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Fa solid 900', sans-serif;
  color: #b07f49;
  font-size: 2em;
}

.contact-us-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-us-page-grid-x-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-page-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.49);
}

.contact-page-info.margin-bottom-10 {
  width: 100%;
  margin-bottom: 40px;
}

.contact-info-details {
  font-size: 1.15em;
}

.contact-info-details.contact-info-num-2 {
  padding-left: 10px;
  font-size: 1.15em;
}

.contact-info-details.contact-info-num-1 {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  font-size: 1.15em;
}

.contact-page-font-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b07f49;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 1.5em;
}

.contact-info-container {
  margin-top: 60px;
}

.contact-form {
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.multi-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.numb-name {
  font-weight: 700;
}

.hyper-link {
  color: #b07f49;
  font-size: 1em;
  font-weight: 700;
}

.hyper-link.blue {
  color: #192949;
}

.para-block-side {
  padding: 50px;
  background-color: #192949;
}

.image-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.default-bullet-items {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
}

.default-bullet-items.none-grid {
  display: block;
  margin-bottom: 0px;
}

.default-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.default-list-items.white {
  color: #fff;
}

.font-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #b07f49;
}

.font-icon.white {
  color: #fff;
}

.footer-link {
  color: #ebebeb;
  font-weight: 400;
  text-decoration: none;
}

.bold-heading {
  color: #b07f49;
}

.bold-heading.blue {
  color: #192949;
}

.text-as-heading {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}

.text-as-heading.paddinb-bottom-10 {
  padding-bottom: 10px;
}

.text-as-heading.paddinb-bottom-10.padding-top-40 {
  padding-top: 40px;
}

.text-as-heading.black {
  color: #192949;
}

.gallery-grid {
  padding-top: 100px;
}

.coming-soon-text {
  color: #192949;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .contact-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-container {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    border-right-width: 0px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #4a4a4a;
  }

  .co-logo-link {
    width: 23%;
  }

  .contact-link {
    width: 25%;
  }

  .location-div {
    width: 30%;
  }

  .large-image {
    height: 400px;
  }

  .nav-link-left.w--current {
    border-right-width: 0px;
    border-left-width: 0px;
    text-align: center;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    width: 100%;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .large-image-grey-text-box {
    width: 100%;
    height: 100%;
    min-width: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grey-box-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }

  .small-slider-text {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
  }

  .contact-header-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .grey-section-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .cta-mob-sticky {
    bottom: 0%;
  }

  .telephone-link {
    margin-bottom: 20px;
  }

  .body-container {
    width: 95%;
  }

  .blue-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .vertical-image {
    width: 70%;
  }

  .body-container-vertical {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dark-blue-div {
    width: 100%;
    margin-right: 0px;
  }

  .body-container-top-padding {
    width: 95%;
  }

  .side-image {
    width: 100%;
    max-height: 400px;
    margin-right: 0px;
  }

  .light-blue-container {
    width: 95%;
  }

  .small-slider-text-mobile {
    width: 75%;
    font-size: 22px;
    line-height: 32px;
  }

  .container.container-fluid {
    width: 100%;
  }

  .container.hero-container-1400 {
    width: 100%;
  }

  .nav-dropdown {
    width: 100%;
  }

  .announcement-wrapper.display-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    width: auto;
    margin-left: 0px;
  }

  .announcement-contact-wrapper {
    display: -ms-grid;
    display: grid;
    width: 70%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .announcement-btn {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .announcement-btn.display-none {
    display: block;
    background-color: #b07f49;
  }

  .announcement-btn.display-block {
    display: none;
  }

  .nav-toggle {
    margin-right: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #fff;
  }

  .nav-toggle:hover {
    background-color: #b07f49;
  }

  .nav-toggle.w--open {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #b07f49;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .dropdown-menu.w--open {
    padding-left: 0px;
    background-color: #26395d;
  }

  .footer-contact-wrapper {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-inner-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading-text.text-lg {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
  }

  .hero-button {
    margin-top: 10px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-1-heading-1-text-text-btn {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-1 {
    font-size: 3em;
  }

  .heading-1.no-margin.text-center {
    text-align: center;
  }

  .heading-1.no-margin.text-center.text-left {
    text-align: left;
  }

  .heading-under-line.width-50 {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .heading-under-line.width-50.margin-bottom-30 {
    margin-left: 0px;
  }

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

  .large-section-text-w-img-mid.primary-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large_text-content {
    padding-top: 0px;
  }

  .large_text-content.padding-top-40 {
    padding-top: 40px;
  }

  .heading-3-cta-container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-3-text-area {
    width: 100%;
    text-align: center;
  }

  .heading-3-btn-group {
    width: 100%;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .request-quoat {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .areas-we-cover-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .areas-grid-x-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .areas-bullet-list {
    padding-top: 0px;
  }

  .image-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .co-logo-link {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-link {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .location-div {
    width: 100%;
    max-width: 400px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .large-image {
    height: 350px;
  }

  .co-name-line-2 {
    padding-left: 10px;
  }

  .image {
    display: none;
  }

  .address {
    margin-left: 3px;
    text-align: left;
  }

  .address-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .contact-us-button-div {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grey-box-heading {
    line-height: 50px;
    font-weight: 400;
  }

  .small-slider-text {
    width: 90%;
  }

  .announcement-wrapper.display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    position: static;
    overflow: visible;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .brand-logo {
    width: 100%;
    max-height: 250px;
    max-width: 200%;
    margin-top: -35px;
  }

  .announcement-contact-wrapper {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .announcement-font-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    font-size: 1.5em;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .footer-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact-block {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section {
    min-height: 55vh;
  }

  .hero-wrapper {
    min-height: 55vh;
  }

  .heading-1 {
    font-size: 2.5em;
    text-align: center;
  }

  .colored-heading {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-1-content-grid-x-2.padding-top-60.display-grid {
    padding-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-1-content-grid-x-2.padding-top-60.display-grid.grid--75-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .col-2.img-holder.building-work {
    min-height: 250px;
  }

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

  .heading-2.text-color-white {
    font-size: 2.25em;
    text-align: center;
  }

  .heading-2.primary-color {
    text-align: center;
  }

  .large-section-text-w-img-mid.primary-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-us-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-page-grid-x-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-col-2 {
    margin-top: 10px;
  }

  .contact-form {
    margin-top: 10px;
    padding-left: 19px;
    background-color: #39c6d9;
  }

  .para-block-side {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .contact-section {
    padding-top: 10px;
  }

  .navigation-section {
    display: none;
  }

  .navbar {
    z-index: 5;
  }

  .large-image {
    height: 360px;
  }

  .address-swirly {
    display: none;
  }

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

  .large-image-grey-text-box {
    padding: 20px;
  }

  .grey-box-heading {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 43px;
    font-weight: 400;
  }

  .small-slider-text {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
  }

  .grey-section-button {
    margin-top: 0px;
  }

  .cta-mob-sticky {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .floating-tel-icon {
    position: relative;
    z-index: 20;
    max-width: 70px;
    min-width: 70px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .telephone-link {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-bottom: 10px;
  }

  .body-section {
    padding: 30px 20px;
  }

  .body-container {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }

  .paragraph-1 {
    text-align: left;
  }

  .column {
    padding-right: 0px;
    text-align: left;
  }

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

  .medium-heading {
    font-size: 30px;
  }

  .blue-body-section {
    padding: 30px;
  }

  .body-container-vertical {
    width: 100%;
    max-width: 100%;
  }

  .blue-box-heading {
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 36px;
  }

  .dark-blue-body-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3-boxes-div {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .left-address-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .middle-address-div {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-address-div {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .side-text {
    width: 100%;
    margin-right: 0px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .side-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .paragraph-4 {
    text-align: left;
  }

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

  .blue-body-section-less-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blue-box-text-bot-pad {
    margin-bottom: 30px;
    text-align: left;
  }

  .blue-box-text-top-pad {
    margin-top: 30px;
    text-align: left;
  }

  .navigation-section-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-slider-text-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }

  .h3-link {
    color: #fff;
    text-decoration: none;
  }

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

  .announcement-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 100%;
    max-width: 220%;
    margin-top: -20px;
  }

  .announcement-contact-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .announcement-btn.display-none {
    margin-top: 20px;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .hero-heading-text.text-lg {
    padding-bottom: 20px;
    font-size: 2.2em;
    line-height: 1.2;
  }

  .heading-1 {
    font-size: 2em;
  }

  .col-2.img-holder.hass-img {
    min-height: 250px;
  }

  .col-2.img-holder.extension-img {
    min-height: 250px;
  }

  .col-2.img-holder.burges-hill-img-2 {
    min-height: 250px;
  }

  .col-2.img-holder.haywood-img-1 {
    min-height: 250px;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    text-align: center;
  }

  .services-grid.grid-x-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 2em;
  }

  .heading-2.text-color-white {
    font-size: 2em;
  }

  .heading-2.text-color-white.heading-2-sm {
    font-size: 1.6em;
  }

  .heading-2.primary-color {
    font-size: 2em;
  }

  .heading-3 {
    font-size: 1.3em;
    line-height: 1.5;
  }

  .footer-font-icon {
    width: 60px;
    height: 60px;
  }

  .para-block-side {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-text-wrapper {
    width: 100%;
  }

  .default-bullet-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_976c758e-8e38-b7e0-830a-bf3a5e0eb5f8-9ceb7c84 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41961fd4-567e-a184-4bb4-cca46da59f8d-1ceb7c85 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_89b044d5-8c90-6850-738e-43f2b8d5974c-6deb7c81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cd0a07f8-4805-905c-34e4-6c1081c52ada-6deb7c81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9b0ff22e-e98a-652f-286a-418681bdca49-81bdca33 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e5580e8-ba24-e999-39aa-c3d1c073b9b3-c073b99b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e5580e8-ba24-e999-39aa-c3d1c073b9bc-c073b99b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89b044d5-8c90-6850-738e-43f2b8d5974c-6deb7c81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_89b044d5-8c90-6850-738e-43f2b8d59753-6deb7c81 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd0a07f8-4805-905c-34e4-6c1081c52ada-6deb7c81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9b0ff22e-e98a-652f-286a-418681bdca49-81bdca33 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e5580e8-ba24-e999-39aa-c3d1c073b9b3-c073b99b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89b044d5-8c90-6850-738e-43f2b8d5974c-6deb7c81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}