:root {
  --white: white;
  --black: black;
  --gold: #d5a219;
  --mid-gray: #5e5e5e;
  --white-smoke: #ebebeb;
  --goldenrod: rgba(213, 162, 25, .06);
}

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

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-div {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.logo-div {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.logo {
  width: auto;
  height: 80px;
}

.contact-info-div {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: var(--black);
  padding-left: 10px;
  font-size: 15px;
  text-decoration: none;
}

.body {
  font-family: Poppins, sans-serif;
}

.email-div {
  width: 240px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-link {
  text-align: center;
  font-weight: 500;
}

.email-link.int-link-header {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 15px;
  text-decoration: none;
}

.menu-link {
  border-bottom: 2px solid var(--white);
  color: var(--black);
}

.menu-link:hover {
  border-bottom: 2px solid var(--gold);
}

.menu-link:focus {
  border-bottom: 1px solid #000;
}

.menu-link.w--current {
  border-bottom-color: var(--gold);
  background-color: var(--white);
  color: var(--gold);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.section {
  z-index: 10;
  border-bottom: 1px solid #5e5e5e;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.banner-image-section {
  padding-top: 80px;
}

.banner-image-div {
  height: 580px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-button-section {
  z-index: 1;
  background-color: rgba(213, 162, 25, .42);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-button-image-link {
  width: 100%;
  height: 260px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link.commerical {
  background-image: url('../images/Image-2.webp');
}

.menu-button-image-link.electric {
  background-image: url('../images/Image-16.webp');
}

.menu-button-image-link.emergancy {
  background-image: url('../images/Image-11.webp');
}

.menu-button-image-link.fuse {
  background-image: url('../images/Image-9.webp');
}

.image {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu-button-div {
  width: 32%;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-label-div {
  background-color: #d5a219;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link {
  text-align: center;
}

.black-int-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.double-content-div {
  width: 90%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._100 {
  width: 100%;
}

.single-image-div {
  width: 48%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 4px;
}

.single-image-div.google-maps, .single-image-div.contact {
  background-image: none;
  border-style: none;
  border-radius: 0;
}

.single-image-div.commerical-1 {
  background-image: url('../images/Image-7.webp');
}

.single-image-div.electrical-1 {
  background-image: url('../images/Image-12.webp');
}

.single-image-div.emergancy {
  background-image: url('../images/_208721351.webp');
}

.single-image-div.fuse-1 {
  background-image: url('../images/Image-9.webp');
  background-position: 30%;
}

.single-image-div.home-1 {
  background-image: url('../images/Image-4.webp');
}

.h1 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.coloured-underline {
  width: 80px;
  height: 4px;
  background-color: var(--gold);
  margin-bottom: 30px;
}

.coloured-underline.white {
  background-color: var(--white);
}

.p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.p.large-with-border {
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.button {
  border: 2px solid var(--mid-gray);
  color: var(--mid-gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}

.contact-us-button {
  border: 2px solid var(--black);
  background-color: var(--gold);
  color: var(--white);
  border-radius: 4px;
  margin-top: 30px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.contact-us-button:hover {
  transform: scale(1.1);
}

.large-single-image-div {
  width: 48%;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-single-image-div.commerical-2 {
  background-image: url('../images/Image-15.webp');
}

.large-single-image-div.ccommerical-2 {
  background-image: url('../images/Image-11.webp');
  background-position: 25%;
}

.large-single-image-div.emergancy-1 {
  background-image: url('../images/_143987820.webp');
  background-position: 30%;
}

.large-single-image-div.fuse-2 {
  background-image: url('../images/Image-13.webp');
}

.large-single-image-div.home-2 {
  background-image: url('../images/Image-6.webp');
  background-position: 50%;
  background-size: cover;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-image-section.yellow {
  background-color: rgba(213, 162, 25, .1);
}

.large-p-block {
  width: 48%;
  border-radius: 4px;
  padding: 0;
}

.large-p-block._100 {
  width: 100%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2.white {
  color: #fff;
}

.pinned-content-div {
  z-index: 5;
  width: 45%;
  justify-content: space-between;
  align-items: center;
  padding-right: 2%;
  display: flex;
  position: absolute;
  right: 0;
}

.div-block {
  width: 60%;
  height: 800px;
}

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

.grey-content-section.h3-container {
  color: var(--black);
  background-color: rgba(213, 162, 25, .41);
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer-section {
  background-color: rgba(213, 162, 25, .12);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.grid-image-large-div {
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 4px;
}

.grid-image-large-div.home-3 {
  background-image: url('../images/Image-8.webp');
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 4px;
}

.grid-image-div._1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.home-4 {
  background-image: url('../images/Image-5.webp');
}

.grid-image-div.home-5 {
  background-image: url('../images/Image-14.webp');
  background-size: cover;
}

.grey-dividing-line {
  height: 1px;
  background-color: var(--gold);
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3-div {
  width: 100%;
  padding-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.h3-div.large-with-border {
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-form-section {
  background-color: rgba(213, 162, 25, .57);
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.form-block {
  color: var(--white);
}

.submit-button {
  width: 100%;
  border: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.submit-button:hover {
  background-color: var(--white-smoke);
  color: var(--mid-gray);
}

.large-text-field {
  height: 170px;
}

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

.quotation-div {
  width: 90%;
  max-width: 1300px;
  flex-direction: row;
  padding-bottom: 30px;
}

.testimonials-div {
  width: 90%;
  max-width: 1300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-slider {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  color: var(--white-smoke);
  display: none;
}

.slide-nav {
  color: #5e5e5e;
  display: none;
}

.h4 {
  width: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.slide {
  max-width: 1300px;
}

.footer-div {
  width: 90%;
  max-width: 1300px;
  justify-content: space-around;
  display: flex;
}

.footer-info-div {
  width: 34%;
  border: 1px solid var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.footer-info-div._2 {
  flex-direction: row;
  align-items: flex-start;
}

.footer-p {
  color: var(--white);
  text-align: center;
}

.logo-white {
  width: 150px;
  height: 150px;
}

.logo-white.footer {
  width: auto;
  height: 80px;
  border: 1px none var(--gold);
  border-radius: 4px;
}

.social-media-div {
  margin-top: 20px;
  padding-top: 0;
}

.social-media-icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.footerlink-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.div-block-2 {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footerlinks {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.social-media-icon-mobile {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.main-slider {
  z-index: 0;
  height: 580px;
  background-color: #000;
}

.slide1, .slide2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  z-index: 30;
}

.slide3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.slide-2 {
  background-image: url('../images/Image-18-1.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.header-title {
  background-color: var(--gold);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-link {
  background-color: #ffffe2;
  border-bottom: 2px solid #ffffe2;
}

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

.dropdown-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.footer-info-div-2 {
  width: 34%;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px 0;
  flex-direction: row;
  align-items: flex-start;
}

.footer-info-div-2._1.vertical {
  border-color: #fff;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-title {
  background-color: var(--gold);
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.list-2 {
  text-align: center;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
}

.list-2.left {
  text-align: left;
  font-size: 16px;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: #000;
  cursor: auto;
}

.contact-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover, .contact-link.w--current {
  color: var(--gold);
}

.footer-contact-link {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--gold);
}

.text-span-4 {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  display: flex;
}

.text-span-4.orange {
  color: var(--gold);
  margin-right: 10px;
}

.text-span-4.orange.insta {
  font-family: "Fa brands 400", sans-serif;
}

.h1-small {
  color: var(--black);
  font-weight: 300;
}

.text-img-div {
  display: flex;
}

.text-img-div.flex-grid {
  width: 90%;
  max-width: 1300px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.contactform {
  width: 100%;
}

.h3-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.list-item {
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}

.list-item:hover {
  transform: translate(5px);
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

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

.list-3._2-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-3.area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.font-icon {
  color: var(--gold);
  margin-right: 10px;
  font-family: "Fa duotone 900", sans-serif;
  font-size: 24px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--gold);
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--gold);
  color: #fff;
  text-decoration: none;
}

.instagram {
  color: var(--gold);
  font-family: "Fa brands 400", sans-serif;
  font-size: 32px;
  text-decoration: none;
}

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

.assoc-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.assoc-div.left {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/TRUSTMARK---long.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.assoc-div.right {
  height: 100px;
  background-image: url('../images/napit-1.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.map {
  height: 500px;
  background-image: url('../images/google.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-feed {
  width: 100%;
  margin-bottom: 0;
}

.list {
  padding-left: 10px;
  list-style-type: none;
}

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

.list-item-2 {
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.font-icon-2 {
  color: var(--gold);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 23px;
}

.hyperlink-2 {
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #800020;
}

.hyperlink-2:hover {
  color: #fff;
  box-shadow: inset 0 -50px #800020;
}

.contatc-form {
  width: 100%;
}

.sticky-btn {
  z-index: 1000;
  color: #fff;
  background-color: #25374e;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.sticky-btn:hover {
  transform: scale(.95);
}

.font-icon-3 {
  color: #686a6c;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-weight: 400;
}

.font-icon-3.font-icon-m-left {
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
}

.slide-3 {
  background-image: url('../images/Image-17.webp');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.lb {
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .header-div {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-div {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

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

  .logo {
    width: 30%;
    height: 50%;
  }

  .contact-info-div {
    text-align: center;
    align-items: center;
  }

  .menu-link {
    width: 100%;
    text-align: right;
    position: static;
  }

  .menu-link:focus {
    background-color: var(--mid-gray);
    color: var(--white);
  }

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

  .banner-image-div {
    height: 40vh;
  }

  .menu-button-group-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-div, .menu-button-div._1 {
    width: 100%;
  }

  .menu-label-div {
    margin-top: 0;
  }

  .content-section {
    padding-bottom: 60px;
  }

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

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .single-image-div.google-maps, .single-image-div.contact {
    height: auto;
  }

  .large-single-image-div {
    width: 100%;
    height: 400px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-image-section.yellow {
    padding-bottom: 60px;
  }

  .large-p-block {
    width: 100%;
  }

  .pinned-content-div {
    width: 100%;
    justify-content: center;
    padding-right: 0%;
  }

  .testimonials-slider {
    height: 190px;
  }

  .footer-div {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-info-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._1, .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button.w--open {
    background-color: var(--white);
    color: #5e5e5e;
    text-align: right;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .hero-mask {
    height: 500px;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div-2._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div-2._1.vertical {
    border-left-width: 1px;
  }

  .text-img-div.flex-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .map {
    height: 300px;
    background-size: cover;
  }

  .dropdown-toggle {
    width: 100%;
    text-align: right;
  }

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

@media screen and (max-width: 767px) {
  .logo-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-div {
    width: 100%;
  }

  .logo {
    width: 30%;
    height: auto;
  }

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

  .tel-link.int-link-header, .email-link.int-link-header {
    padding-left: 0;
  }

  .section {
    position: static;
  }

  .banner-image-section {
    padding-top: 0;
  }

  .banner-image-div {
    height: 30vh;
  }

  .menu-button-group-div {
    grid-template-columns: 1fr;
  }

  .single-image-div, .large-single-image-div {
    height: 350px;
  }

  .large-image-section.yellow {
    padding-bottom: 30px;
  }

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

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

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

  .testimonials-slider {
    height: 230px;
  }

  .footer-info-div {
    justify-content: flex-start;
  }

  .footer-info-div._1, .footer-info-div._2 {
    justify-content: center;
  }

  .social-media-div {
    flex-direction: column;
    display: flex;
  }

  .social-media-icon, .social-media-icon-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-mask {
    height: 400px;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

  .list-3._3-row {
    grid-row-gap: 16px;
  }

  .list-3.area {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-btn {
    border-width: 2px;
    border-color: var(--black);
    background-color: var(--gold);
    font-size: 16px;
    display: block;
    bottom: 20px;
  }

  .font-icon-3.font-icon-m-left {
    font-size: 16px;
  }

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

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

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

  .menu-div {
    width: 95%;
    text-align: center;
  }

  .logo {
    width: 60%;
    height: auto;
  }

  .contact-info-div {
    align-items: center;
  }

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

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button-section {
    display: none;
  }

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

  .single-image-div {
    height: 250px;
  }

  .single-image-div.contact {
    border-style: none;
    border-radius: 0;
  }

  .h1 {
    font-size: 33px;
  }

  .p._1 {
    padding-bottom: 60px;
  }

  .large-single-image-div {
    width: 100%;
    height: 250px;
    border-radius: 4px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-p-block {
    padding: 0;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .grey-content-section {
    margin-top: 0;
  }

  .h3 {
    font-size: 21px;
  }

  .testimonials-slider {
    height: 300px;
  }

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

  .footer-info-div {
    width: 100%;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .social-media-div {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .social-media-icon {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .social-media-icon-mobile {
    display: block;
  }

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

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 0 1px;
  }

  .footer-info-div-2._1.vertical {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
  }

  .text-span-4 {
    margin-right: 0;
    padding: 5px;
  }

  .h1-small {
    font-size: 30px;
  }

  .text-img-div.flex-grid {
    grid-template-rows: auto;
  }

  .list-3._3-row, .list-3._2-row, .list-3.area, .list._2-row {
    grid-template-columns: 1fr;
  }

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

  .text-block {
    padding-left: 20px;
  }

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

#w-node-_7da47cb9-3458-ac21-4a1d-146395b1e5ef-64e4cb34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_63266560-0c72-6247-85a6-514d78b853ad-cec7095f, #w-node-_6b82f378-c515-b2de-7eb9-65dae394f265-cec7095f, #w-node-_886472e1-c3b1-8d48-b82a-b3207fe96780-cec7095f, #w-node-_88c853bf-7d17-a58d-32cc-683049100b44-cec7095f, #w-node-_7a024aa5-19f0-3eb3-47d9-75baa5c03a79-cec7095f, #w-node-a956d417-6eca-52a0-4c35-f2f138fb8888-cec7095f, #w-node-a267de5c-4d89-d67a-9c6a-0d476036c88e-cec7095f, #w-node-_174072a7-f9fa-a017-6382-e2bbb020b1f6-cec7095f, #w-node-edc3f62e-e055-c325-4c6b-ff885e299256-cec7095f, #w-node-dcf5ba7a-a232-a7aa-6ddc-69c1dbdf057f-cec7095f, #w-node-b979b4f3-f3ea-0a1f-4d49-f8687a559acf-cec7095f, #w-node-fa28d4f1-d5b5-5e52-678a-483268572619-cec7095f, #w-node-_023ac5e5-c8e4-bf55-0c5d-da5795576169-cec7095f, #w-node-_722dfc12-a173-0ebe-ecf6-0af865b2ef50-cec7095f, #w-node-_400e1d83-cc73-0899-668e-d3c6c11ff8b3-cec7095f, #w-node-_0a9d385e-4f4f-0686-6438-b2b6753569de-cec7095f, #w-node-f66f59f8-92a9-906c-90c5-79d8455ad7c5-cec7095f, #w-node-_028c9528-a5c1-fd14-f46b-768079fb3c49-cec7095f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7da47cb9-3458-ac21-4a1d-146395b1e5ef-64e4cb34, #w-node-_7da47cb9-3458-ac21-4a1d-146395b1e5f0-64e4cb34, #w-node-_7da47cb9-3458-ac21-4a1d-146395b1e5f1-64e4cb34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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 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 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;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}