:root {
  --red: #db0300;
  --black-3: #0000008f;
  --black: black;
  --deep-sky-blue: #4dadee;
  --white: white;
  --steel-blue: #558ab6;
  --crimson: #da3431;
  --white-smoke: #f1f0f0;
  --light-gray: #b1b0b0;
  --dark-turquoise: #5ec6cf;
  --forest-green: #13903c;
  --brown: #9a342a;
  --orange: #faa628;
  --black-2: #2c28138f;
  --indian-red: #c34848;
  --dark-slate-grey: #264430;
  --green: #2f553c;
  --lime-green: #50ae38;
  --lighter-blu: #49b5ff;
  --lime-green-op: #56c03bd9;
  --wwet: #2cb3ff;
  --williamblue: #092c83;
  --william-green: #3c8218;
  --dodger-blue: #5898cc;
  --dark-slate-blue: #18406e;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: bold;
}

.section-hero {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/4e70661e-e55d-4f0d-8792-69fc16247ec6.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 26px;
  padding-top: 143px;
  padding-bottom: 143px;
}

.section-hero.old---hide {
  display: none;
}

.brand {
  width: 33%;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand.w--current {
  width: 40%;
}

.nav-link {
  text-transform: uppercase;
  border: 4px solid #0000;
  height: 80px;
  padding: 61px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--black);
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #0000;
  font-size: 12px;
}

.nav-link.w--current {
  color: #000;
  border-top-color: #0000;
}

.nav-bar {
  box-shadow: 0 1px 3px 0 #00000036, inset 0 4px 0 0 var(--red);
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px solid #64626259;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.body-all-pages {
  text-align: center;
  padding-top: 80px;
  font-family: Lato, sans-serif;
}

.section-basic {
  padding-top: 53px;
  padding-bottom: 31px;
}

.section-basic.cta {
  background-color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/0de0fffb-8976-4760-942c-ca0e92cb8fbb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 93px;
  padding-bottom: 93px;
}

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

.section-basic.contact-us-block {
  padding-bottom: 94px;
}

.section-basic.contact-us-block.graaay {
  background-color: #f3f3f3;
  padding-top: 64px;
}

.footer {
  background-color: #000;
  padding: 33px 33px 40px;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 5px #00000073;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 71px;
  font-weight: 700;
  line-height: 71px;
  display: block;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.hero-button {
  border: 2px solid var(--red);
  background-color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 18px 46px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button.hero-button:hover {
  background-color: #000;
  border-color: #000;
}

.button.hero-button.stroke {
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
}

.button.submit.no-10 {
  margin-right: 0;
}

.button.submit {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
  padding: 20px 42px;
  font-size: 18px;
}

.button.submit:hover {
  background-color: #000;
}

.all-h3-headings {
  color: #000;
  margin-bottom: 4px;
  font-size: 41px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings.section-2 {
  font-size: 41px;
}

.all-h3-headings.section-2.mid {
  margin-top: 55px;
}

.all-h4-headings {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

.all-h4-headings.hero-adjust {
  color: var(--white);
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

.all-h4-headings.hero-adjust.top {
  color: var(--red);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.all-h4-headings.hero-adjust.red-versiion {
  color: #ff221f;
}

.all-paragraphs {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.all-paragraphs.about-paragraph {
  margin-top: 47px;
  margin-bottom: 33px;
}

.all-paragraphs.left {
  text-align: left;
  font-weight: 400;
}

.all-paragraphs.left.li {
  margin-bottom: 0;
  line-height: 20px;
}

.cta-text {
  float: none;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 55px;
  font-weight: 700;
  line-height: 56px;
}

.cta-text.sub-cta {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 11px;
  padding-bottom: 19px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.team-row {
  margin-top: 33px;
  margin-bottom: 33px;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.social-media-link {
  float: right;
  background-image: url('../images/2efb085c6c4e066a99eb8f1281481020.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 40px;
  margin-left: 5px;
  display: block;
}

.social-media-link:hover {
  background-color: #0000;
  background-position: 100% 0;
  border-radius: 0%;
}

.social-media-link.g {
  float: none;
  background-image: url('../images/9caae334c141422ea34d2b42581ef333_19caae334c141422ea34d2b42581ef333.png');
  background-position: 0 0;
  background-size: auto;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  display: block;
}

.social-media-link.g:hover {
  float: none;
  background-color: #0000;
  background-position: 0 0;
  border-radius: 0%;
}

.text-logo-lg {
  float: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 3px 1px 1px #0000002b;
  border-bottom-style: none;
  margin-top: 42px;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  display: none;
}

.text-logo-sm {
  float: left;
  color: var(--steel-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.left-welcome {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  display: block;
}

.right-welcome {
  padding-left: 35px;
}

.right-welcome.left-p {
  text-align: left;
  align-self: flex-start;
}

.right-welcome.contact {
  text-align: left;
  padding-left: 25px;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  float: left;
  width: auto;
  max-width: 100%;
  height: 80px;
  margin-top: 25px;
  margin-right: 12px;
  display: block;
}

.row {
  margin-top: 30px;
  margin-bottom: 26px;
  display: none;
}

.image-circle {
  background-image: url('../images/18b8fb0178eaa1e7bd6357a6889ea1c5.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-circle.variant-1 {
  background-image: url('../images/c5a2bac4a85538c3a000823a6b9ff09e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-circle.variant-2 {
  background-image: url('../images/38eef5c317c6f81830f1c85ebb0efa79.jpeg');
  background-position: 100%;
  background-size: cover;
}

.img-1 {
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

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

.about-row {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
}

.list-item-2 {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.list-item-2.h {
  margin-bottom: -1px;
  font-weight: 700;
}

.unordered-list-3 {
  color: #000;
  text-align: center;
  padding-left: 23px;
  font-weight: 400;
  display: block;
}

.heading {
  color: var(--red);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading.smaller {
  font-size: 15px;
}

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

.list-item-3 {
  margin-bottom: 4px;
}

.textarea {
  min-height: 150px;
  max-height: 200px;
}

.columns {
  display: none;
}

.bold-text-4 {
  color: var(--red);
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

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

.div-block-3 {
  background-color: var(--red);
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

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

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

.column-3 {
  padding-top: 15px;
}

.slide-7 {
  background-image: url('../images/276d7af89c7526a95acb751dc8d4a362.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/617a45b46feab5a7f7610ebca9c44db5.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/asphalt-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/c85428abed7e7f4d50c5586ab4a1b106.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/355148840_604230068357463_4674106461711820744_n.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-7-copy {
  background-image: url('../images/629b488d37b98a7e8d62f8b0e52fd9f1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.season-special-header {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
}

.line {
  border-bottom: 1px solid var(--red);
  height: 10px;
  margin-bottom: 20px;
}

.call-now-text {
  color: #747474;
  font-size: 18px;
  font-style: italic;
  line-height: 18px;
}

.popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-window {
  z-index: 1;
  background-color: #fff;
  width: 570px;
  padding: 56px 64px 64px;
  display: block;
  position: relative;
}

.popup-close {
  background-color: var(--black);
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close:hover {
  background-color: var(--black-3);
}

.popup-heading {
  color: #000;
}

.popup-overlay {
  background-color: #00000080;
  position: fixed;
  inset: 0;
}

.button-icon {
  color: #fff;
  background-color: #b42233;
  background-image: url('../images/font-awesome_4-7-0_phone_100_0_ffffff_none_1font-awesome_4-7-0_phone_100_0_ffffff_none.png');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 15px;
  padding: 16px 20px 15px 42px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button-icon:hover {
  background-color: #313131;
}

.button-icon.arrow {
  border: 3px solid var(--red);
  background-color: var(--red);
  text-transform: uppercase;
  background-image: url('../images/font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none_1font-awesome_4-7-0_arrow-circle-o-right_100_0_ffffff_none.png');
  background-size: 16px;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.button-icon.arrow:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button-icon.arrow.hide-popup-button {
  display: none;
}

.call-now-block {
  background-color: var(--red);
  height: 80px;
  margin-top: 5px;
  padding-top: 8%;
  padding-bottom: 8%;
}

.call-link-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.columns-3 {
  margin-bottom: 40px;
}

.image-9 {
  padding-top: 15px;
}

.list {
  padding-left: 14px;
}

.columns-4 {
  display: flex;
}

.contact-field {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #191919;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  border-style: solid;
  border-color: var(--crimson);
  background-color: #191919;
  padding: 27px 11px 27px 34px;
}

.contact-field:focus {
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field::placeholder {
  color: #ffffffc9;
}

.contact-field.message {
  height: 150px;
  margin-bottom: 20px;
}

.contact-submit-button {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  width: 100%;
  max-width: 156px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.contact-submit-button:hover {
  color: #fff;
  background-color: #000;
}

.tos-checkbox-label {
  font-size: 16px;
}

.contact-section {
  background-color: var(--black);
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/0de0fffb-8976-4760-942c-ca0e92cb8fbb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 48px;
  padding: 100px 3%;
}

.contact-form {
  margin-bottom: 0;
}

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

.contact-information-title {
  color: #737373;
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.contact-text {
  letter-spacing: .03em;
  font-size: 16px;
  line-height: 1.5;
}

.tos-checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  margin-left: 40px;
  padding: 6px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .4;
}

.contact-form-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 172px;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
}

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

.contact-heading-wrap {
  color: #fff;
}

.success-message {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.socials-wrap {
  justify-content: flex-end;
  margin-top: 60px;
  display: flex;
}

.contact-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 400;
}

.error-message {
  background-color: #522723;
  padding: 16px;
}

.underline-span {
  text-decoration: underline;
}

.tos-checkbox {
  background-color: #191919;
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 22px;
}

.tos-checkbox.w--redirected-checked {
  background-color: #191919;
  background-image: none;
  background-size: auto;
  border-style: none;
  border-radius: 0;
}

.contact-v2 {
  background-color: #fff;
  background-image: url('../images/wave-bottom-twocolor-blackred.svg');
  background-position: -300px 100%;
  background-repeat: no-repeat;
  background-size: 1500px;
  border: 1px solid #e3e3e3bd;
  border-radius: 20px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  display: flex;
  box-shadow: 0 1px 50px -17px #0000001f;
}

.contact-v2.no-stroke {
  background-image: url('../images/wave-top-twocolor-redblack.svg'), url('../images/wave-bottom-twocolor-blackred.svg');
  background-position: 22% -2px, -300px 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1650px, 1500px;
  border-style: none;
  flex-flow: column;
  width: 100%;
  padding-top: 75px;
}

.check-icon {
  width: 16px;
  height: 16px;
}

.dropdown-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

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

.dropdown-link.first:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-link.first.w--current {
  color: #fe7900;
}

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

.dropdown-link.last:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.section-divider-top-curve {
  background-color: #fff;
  background-image: url('../images/wave-bottom-twocolor-redblack.svg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #fff;
  padding-top: 0%;
  padding-bottom: 4%;
}

.form-success {
  color: #88ae45;
  background-color: #88ae451f;
  border: 1px solid #88ae4580;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.about-card-content-div {
  color: #604b83;
}

.orange-btn-cta {
  background-color: var(--red);
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .925s;
  display: flex;
}

.orange-btn-cta:hover {
  background-color: var(--black);
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: visible;
}

.contact-form-flex {
  justify-content: space-between;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.main-container.inside {
  padding-left: 15px;
  padding-right: 15px;
}

.cc {
  width: 40px;
  margin-right: 5px;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.navbar-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.home-content-wrapper {
  height: 100%;
}

.contact-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.right-arrow-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 14px;
  transition: all .3s;
  display: block;
  inset: 100px 0% -90px auto;
}

.right-arrow-4:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.space-link {
  background-color: #cdd4e2;
  flex: none;
  width: 1px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.space-link.white {
  background-color: #ffffff40;
  margin-left: 5px;
  margin-right: 5px;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link-heading-container {
  color: #2c1258;
  margin-bottom: 15px;
  font-weight: 600;
}

.star {
  width: 20px;
  margin-right: 8px;
}

.about-para-div {
  color: #604b83;
}

.navbar-sticky {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  display: block;
  top: 0%;
  transform: translate(0, -100px);
}

.text-tab {
  align-self: center;
  display: inline-block;
}

.home-hero-heading-span {
  color: #db0000;
  font-weight: 800;
}

.slide {
  margin-right: 40px;
}

.non-linked-footer-list-item {
  color: #848991;
  max-width: 313px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.non-linked-footer-list-item.hours-of-operation {
  margin-top: 20px;
}

.non-linked-footer-list-item._1st {
  margin-bottom: 20px;
}

.footer-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.footer-icon-container.for-mail {
  width: 20px;
  height: 25px;
  padding-right: 3px;
}

.contact-flex-right {
  width: 50%;
  padding-bottom: 0;
  padding-left: 25px;
}

.contact-flex-right.full-width-flex {
  width: 100%;
  padding-left: 0;
}

.tabs-menu {
  background-color: #e9ebf0;
  border-radius: 5px 5px 0 0;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.locally-owned-operated {
  width: 100px;
  margin-top: 20px;
}

.contact-us-btn-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.testimonial-paragraph {
  color: #757f90;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
}

.testimonial-container-2 {
  z-index: 5;
  max-width: 1280px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-title-wrapper {
  max-width: 640px;
  margin-bottom: 60px;
}

.footer-service-areas {
  color: #000;
  flex: 1;
  max-width: 230px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.social-icon-small {
  width: 16px;
}

.author-wrap {
  align-self: stretch;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.right-arrow-5 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -120px 0% auto auto;
}

.middle-line {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.star-2 {
  margin-right: 4px;
}

.tab-icon-and-text {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tab-heading-div {
  color: #2c1258;
  margin-bottom: 10px;
}

.section-divider-bottom-curve {
  background-color: #0000;
  background-image: url('../images/wave-bottom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 6px;
}

.section-divider-bottom-curve.hide-mobile {
  background-position: 50% 100%;
  background-size: contain;
  height: 90px;
  margin-top: -60px;
  padding-top: 0;
}

.section-divider-bottom-curve.hide-mobile.interior-page {
  margin-top: -76px;
}

.about-caption-div {
  color: #f4ab00;
  margin-bottom: 20px;
  font-weight: 600;
}

.why-us-content-div {
  color: #604b83;
  margin-bottom: 30px;
}

.background-video-2 {
  height: 100%;
}

.background-video {
  opacity: .38;
  object-fit: cover;
  height: 100%;
  display: none;
  position: static;
}

.icon-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-left: 2px;
  font-size: 14px;
  display: flex;
}

.home-section {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.testimonial-mask-2 {
  width: 400px;
  overflow: visible;
}

.accordion-card {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: box-shadow .4s, background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px #0000001a;
}

.gallery-lightbox-2 {
  width: auto;
  height: 100%;
}

.tabs-content-services {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grey-divider {
  background-color: #e5e7eb;
  width: 1px;
  height: 80%;
}

.social-link-small {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small:hover {
  background-color: var(--red);
}

.social-link-small.filled-in {
  background-color: var(--black);
  margin-right: 5px;
}

.social-link-small.filled-in:hover {
  background-color: var(--red);
}

.top-bar-contact-icon-div {
  background-color: #db0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: flex;
}

.top-bar-contact-icon-div._2nd {
  margin-left: 20px;
}

.testimonial-wrapper {
  max-width: 1260px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper.old-hide {
  display: none;
}

.testimonial-wrapper.service-page {
  margin-top: 62px;
  margin-bottom: 0;
}

.contact-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  place-items: start stretch;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.accordion-heading {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.powered-by-text {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.link-4 {
  font-weight: 700;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  display: block;
}

.contact-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 24px;
  display: grid;
}

.contact-form-2.adjustments {
  color: #000;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
}

.footer-nav-column {
  width: 20%;
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #000;
  font-weight: 300;
}

.accent-left {
  position: absolute;
  inset: 10% auto auto 0%;
}

.testimonial-card {
  height: 100%;
  padding: 30px 32px;
}

.services-tabs-section {
  background-color: var(--black);
  padding-top: 90px;
  padding-bottom: 140px;
}

.top-right-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-author {
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.tab-link {
  color: #000;
  background-color: #0000;
  border-top: 2px solid #0000;
  align-self: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  transition: background-color .2s ease-out;
}

.tab-link:hover {
  background-color: #f3f4f7;
  border-radius: 5px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #fe7900;
  border-top: 3px #017afe;
  border-radius: 6px;
}

.tab-link.w--current:active {
  background-color: #fe7900ba;
}

.tab-link.w--current:focus {
  background-color: #fe7900;
}

.tab-link.last {
  margin-right: 6px;
}

.tab-link.wide {
  border-left: 2px solid #0000001a;
  border-radius: 0 5px 0 0;
  flex: 1;
  display: none;
}

.tab-link.first {
  margin-left: 6px;
}

.tab-link.hide-window {
  display: none;
}

.why-us-caption-div {
  color: #f4ab00;
  margin-bottom: 20px;
  font-weight: 600;
}

.why-us-caption-div.subheader {
  margin-bottom: 5px;
}

.para-accordion {
  color: #151515;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.footer-section {
  border: 1px solid #2c12581a;
  padding-top: 70px;
  padding-bottom: 30px;
}

.dropdown-toggle {
  color: #232425;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.side-accordion {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 0;
}

.side-accordion.location-page {
  padding-top: 0;
}

.image-dark-bg {
  z-index: -120;
  background-color: #000;
  height: 940px;
  min-height: 920px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-dark-bg.interior-dark-bg {
  height: 460px;
  min-height: 460px;
}

.footer-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.gallery-slide-2 {
  width: auto;
  margin-right: 20px;
}

.contact-form-div-wrapper {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 40px;
}

.home-hero-btn-div {
  width: 200px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.home-hero-btn-div.service-button {
  margin-bottom: 39px;
}

.paragraph-hero-white {
  color: #fff;
  text-align: center;
  max-width: 690px;
  margin-top: 16px;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}

.paragraph-hero-white.left-align {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-hero-white.left-align.first {
  margin-bottom: 10px;
}

.section-divider-bottom-curve-dark-blue {
  background-color: #fff;
  background-image: url('../images/wave-top-twocolor-blackred.svg');
  background-position: 14% -1px;
  background-size: cover;
  margin-top: -1px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.testimonial-slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.why-us-image-div-2 {
  max-width: 100%;
  position: sticky;
  top: 140px;
}

.h8-services {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
  align-self: stretch;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
}

.h8-services.serving {
  margin-bottom: 18px;
  padding-bottom: 10px;
  line-height: 20px;
}

.h8-services.serving.services-page-topstroke {
  border-top: 1px solid #e3e3e3;
  border-bottom-style: none;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 32px;
  font-size: 12px;
}

.h8-services.serving.services-page-fullwidth {
  border-top: 1px solid #e3e3e3;
  border-bottom-style: none;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 32px;
  font-size: 12px;
}

.clear-choice-img {
  border-radius: 16px;
}

.clear-choice-img.move {
  margin-top: 0;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-error {
  color: #ee3e54;
  text-align: center;
  background-color: #ee3e541f;
  border: 1px solid #ee3e5480;
  border-radius: 8px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.tab-list-div {
  margin-bottom: 30px;
  display: flex;
}

.tab-list-div.service-location {
  margin-top: 30px;
}

.tab-panel-btn-div {
  width: 186px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.para-16 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.para-16.bold-600-discounts, .para-16.bold-600 {
  color: #017afe;
  font-size: 15px;
  font-weight: 700;
}

.para-16.bold-600.lh {
  color: #000;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.para-16.bold-600.lh._1st {
  margin-top: 0;
  line-height: 22px;
}

.para-16.bold-600-discounts-caps {
  color: #017afe;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.footer-column {
  width: 25%;
  padding-top: 5px;
  padding-right: 0;
}

.testimonial-title {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-grid {
  grid-column-gap: 0px;
  color: #1f2937;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 8px 8px 84px #43566424;
}

.empty-footer-list-item {
  color: #848991;
  max-width: 313px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.icon-tab {
  margin: 0 0 0 10px;
}

.why-us-list-row {
  color: #017afe;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.icon-arrow-1-green {
  max-width: none;
  margin-right: 15px;
  position: absolute;
  right: 0%;
}

.footer-link-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.tab-content-div {
  color: #604b83;
  margin-bottom: 25px;
}

.nav-link-2 {
  color: #232425;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-2:hover {
  color: #017afe;
}

.nav-link-2.w--current {
  color: #fe7900;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.footer-app-link {
  width: 30%;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.top-left-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width {
  width: 100%;
}

.logo-image {
  height: 100%;
}

.block-content-tab {
  padding: 25px 35px 25px 20px;
}

.div-block-4 {
  border-radius: 16px;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.footer-discounts {
  color: #000;
  flex: 1;
  max-width: 220px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

.footer-discounts.blue-discount-text {
  color: var(--red);
}

.pwna {
  width: 130px;
  margin-top: 10px;
}

.left-arrow-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: block;
  inset: 100px 49px -90px auto;
}

.left-arrow-3:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.h8-call-us {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-bottom: 1px #e3e3e3;
  align-self: stretch;
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
}

.update-list-wrappper {
  width: 100%;
}

.why-us-flex-right {
  flex: 1;
  width: 45%;
  padding-left: 25px;
}

.why-us-flex-right.less-25 {
  padding-left: 0;
}

.text-block-6 {
  color: #fff;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: stretch;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.text-block-6.black {
  color: #000;
  text-align: center;
  flex: 1;
}

.scroll-to-top {
  z-index: 10;
  background-color: var(--red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.link-9 {
  color: var(--red);
  font-weight: 600;
}

.why-us-heading-div {
  color: #2c1258;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.chamber-member {
  width: 130px;
  margin-top: 20px;
  margin-right: 20px;
}

.scroll-to-top---anchor-div {
  z-index: -1;
  height: 100px;
  position: absolute;
}

.span-blue-text {
  color: var(--red);
}

.hero-h8 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.link-top-nav {
  color: #202a3b;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s ease-out;
}

.link-top-nav:hover {
  color: #4eaf4e;
}

.link-top-nav.white {
  color: #fff;
  font-size: 10px;
}

.link-top-nav.white:hover {
  color: #08b6b8;
}

.link-top-nav.white.hide-link:hover, .link-top-nav.white.hide-link._1:hover {
  color: var(--red);
}

.link-top-nav.white.not-a-link {
  letter-spacing: .05em;
  text-transform: none;
  margin-left: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-top-nav.white.not-a-link:hover {
  color: #fff;
}

.link-top-nav.white.right-of-label {
  margin-left: 5px;
  font-weight: 400;
}

.link-top-nav.white.right-of-label.r.hov {
  text-transform: none;
}

.link-top-nav.white.right-of-label.r.hov:hover {
  color: var(--red);
  text-transform: none;
}

.link-top-nav.white.right-of-label.r {
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-top-nav.white.right-of-label.r:hover {
  color: #fe7900;
}

.link-top-nav.white.right-of-label.r-copy {
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-top-nav.white.right-of-label.r-copy:hover {
  color: var(--red);
}

.link-top-nav.white.hide-link {
  text-transform: none;
  margin-left: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-top-nav.white.hide-link:hover {
  color: #fe7900;
}

.underline {
  text-decoration: underline;
}

.topbar-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mini-blocks-services {
  background-color: #0000;
  border: 1px #e3e3e3;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-blocks-services.inside-tab {
  padding-top: 0;
}

.title-hero-white-center {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  max-width: 840px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1em;
}

.title-hero-white-center.left {
  text-align: left;
  max-width: 800px;
  margin-bottom: 29px;
  font-size: 53px;
  line-height: 1.1em;
}

.title-hero-white-center.location-page {
  letter-spacing: 0;
  font-size: 50px;
  line-height: 1.1em;
}

.footer-caption-div {
  color: #604b83;
  width: 100%;
  margin-bottom: 30px;
}

.accent-right {
  position: absolute;
  inset: auto 0% 10% auto;
}

.divider {
  background-color: #a2c96b;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
}

.divider.animated {
  background-color: #c9c9c9;
  border-radius: 0;
  height: 5px;
  margin-bottom: 35px;
}

.divider.animated.centered {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.divider.animated {
  background-color: var(--red);
  height: 4px;
  color: var(--red);
  background-color: #017afe;
  border-radius: 0;
  height: 5px;
  margin-bottom: 35px;
}

.divider.animated-gray {
  background-color: #c9c9c9;
  border-radius: 0;
  height: 5px;
  margin-bottom: 35px;
}

.divider.animated-gray.centered {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-role {
  color: var(--red);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.footer-office-contact {
  color: #000;
  flex: 1;
  max-width: 220px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.middle-line--45 {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.footer-logo-link-2 {
  flex: 0 auto;
  margin-bottom: 20px;
}

.why-us-flex-box-2 {
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.cta-block-btn-div {
  width: 230px;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.contact-v2-map {
  border-radius: 10px;
  width: 40%;
  height: auto;
  margin-right: 40px;
}

.up-arrow-image {
  width: 10px;
  height: 10px;
}

.about-right-card-wrapper {
  justify-content: flex-start;
  display: flex;
}

.about-right-card-wrapper._1st {
  margin-bottom: 60px;
}

.about-right-card-wrapper.mobile-hidden {
  display: block;
}

.why-us-flex-right-2 {
  width: 50%;
  padding-left: 25px;
}

.why-us-flex-right-2.left {
  padding-left: 0;
  padding-right: 25px;
}

.why-us-flex-right-2.gallery {
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.section-gallery-2 {
  margin-top: -10px;
  padding: 28px 0% 54px;
  overflow: hidden;
  box-shadow: inset -4px 0 3px -8px #000;
}

.section-gallery-2.hide-gall {
  display: none;
}

.testimonial-section-3 {
  background-color: #fff;
  border: 1px solid #e3e3e3bd;
  border-radius: 20px;
  padding: 34px 50px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 84px #43566424;
}

.testimonial-divider-wrap {
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
  bottom: -50px;
}

.link-button-green {
  color: #202a3b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button-green.top-section {
  width: 140px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.brand-2 {
  height: 60px;
}

.brand-2.w--current {
  height: 58px;
}

.about-flex-left {
  width: 50%;
  padding-left: 0;
  padding-right: 60px;
}

.footer-follow-us-column {
  width: 20%;
  max-width: 250px;
  padding-left: 5px;
  font-style: normal;
}

.why-us-flex-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding-right: 25px;
  display: flex;
}

.footer-logo {
  width: auto;
  margin-top: 0;
}

.tab-check-icon {
  width: 100%;
  height: 100%;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.para-18 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

.para-18.in-tabs-about-packages {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 27px;
}

.para-18.in-tabs {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 29px;
}

.para-18.in-tabs.services-list {
  margin-top: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.para-18.in-tabs.services-list.speical {
  color: #fe7900;
  font-style: italic;
}

.para-18.italic {
  color: #084284;
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
}

.para-18.italic-copy {
  color: var(--red);
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.para-18.dark-section {
  margin-bottom: 65px;
}

.image-tab-copy {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 390px;
  margin-top: 30px;
}

.image-tab-copy.logo {
  width: auto;
  height: 390px;
  min-height: 390px;
  margin-top: 25px;
}

.rating-wrap {
  margin-top: 10px;
  margin-bottom: 16px;
}

.call-now-btn {
  width: 280px;
  height: 52px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.gallery-slider-mask {
  width: 350px;
  overflow: visible;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-arrow {
  opacity: 1;
  background-image: url('../images/arrow_right_wasphalt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  position: relative;
}

.image-tab {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 390px;
  margin-top: 25px;
}

.orange-btn {
  text-align: center;
  text-transform: none;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: all .925s;
  display: flex;
}

.orange-btn:hover {
  background-color: var(--red);
}

.orange-btn.stroke-btn {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
}

.orange-btn.stroke-btn:hover {
  background-color: #db0000;
  border-color: #db0000;
}

.orange-btn.submit-btn {
  background-color: #db0000;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
}

.orange-btn.submit-btn:hover {
  background-color: #000;
}

.orange-btn.hero-btn {
  color: #fff;
  text-transform: none;
  background-color: #db0000;
  font-size: 16px;
  font-weight: 600;
}

.orange-btn.hero-btn:hover {
  background-color: #000;
}

.tabs-2 {
  width: 100%;
  margin-top: 10px;
}

.about-content-wrapper {
  background-color: #fff;
  background-image: url('../images/wave-top-twocolor-redblack.svg');
  background-position: -150px -1px;
  background-repeat: no-repeat;
  background-size: 2000px;
  border-radius: 20px;
  padding: 100px 80px 80px;
  box-shadow: 9px 9px 35px -6px #0000001a;
}

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

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.copy-right-text-container {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.phone-image {
  width: 12px;
  height: 12px;
}

.italic-email {
  color: var(--red);
  text-decoration: underline;
}

.tab-list-row {
  color: #2c1258;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.input {
  background-color: #f3f3f7;
  border: 1px #e3e3e3;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 24px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  transition: color .4s, background-color .4s, border-color .4s;
}

.input:focus {
  border-color: #d1d1d1;
}

.input::placeholder {
  color: #999;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.middle-line-45 {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.contact-field-2 {
  color: #fff;
  background-color: #000000cf;
  border: 1px solid #191919;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field-2:hover {
  background-color: #191919;
  border-style: solid;
  border-color: #da3431;
  padding: 27px 11px 27px 34px;
}

.contact-field-2:focus {
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field-2::placeholder {
  color: #ffffffc9;
}

.contact-field-2.message {
  height: 200px;
  min-height: 220px;
  margin-bottom: 20px;
}

.text-link-2 {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.text-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.scroll-to-top-anchor {
  width: 100%;
}

.webflow-span {
  color: var(--red);
  margin-left: 2px;
}

.check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px 0;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  z-index: 9;
  border-radius: 8px;
  height: auto;
  margin-top: 9px;
  box-shadow: 1px 1px 20px -5px #00000047;
}

.text-link-button-green {
  color: #017afe;
  padding-right: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.tab-panel-list-wrappper {
  width: 100%;
}

.star-row {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.about-heading-div {
  color: #2c1258;
  margin-bottom: 20px;
}

.services-list-div-wide {
  flex: 1;
  display: flex;
}

.services-list-div-wide.services-in-tab {
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 20px;
}

.h8 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.h8._2nd {
  margin-top: 20px;
  margin-bottom: 5px;
}

.h8.margin-more {
  margin-top: 7px;
  margin-bottom: 8px;
}

.h8.creditcards {
  font-size: 14px;
}

.why-seo-section {
  background-color: #fff;
}

.call-now-full-width {
  width: 100%;
  height: 52px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.image-bg {
  z-index: -100;
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/GettyImages-1333165209.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 920px;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2em;
}

.h3.center-white {
  color: #090860;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 16px;
}

.h3.white-margin-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.h3.white-margin-copy.width-900 {
  max-width: 900px;
}

.h3.dark {
  color: #000;
  font-size: 46px;
  font-weight: 800;
}

.h3.dark._2 {
  color: var(--black);
  font-size: 43px;
}

.h3.dark._15-margin-copy {
  color: var(--black);
  margin-bottom: 15px;
}

.h3.dark {
  color: #000;
}

.h3.dark-copy {
  color: #000;
  font-size: 50px;
  font-weight: 800;
}

.h3.dark-copy._15-margin {
  margin-bottom: 15px;
}

.h3.dark {
  color: var(--black);
  font-weight: 800;
}

.h3.dark._15-margin {
  margin-bottom: 15px;
}

.about-card-heading-div {
  color: #2c1258;
  margin-bottom: 5px;
  font-weight: 600;
}

.about-card-heading-div.towing-service-areas {
  margin-bottom: 15px;
}

.why-us-flex-left-2 {
  width: 50%;
  padding-top: 0;
  padding-right: 25px;
}

.nav-top {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: 40px;
  display: flex;
}

.top-line {
  transform-origin: 0 0;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-arrow-4 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -120px 70px auto auto;
}

.field-label-orange {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.menu-open-overlay {
  display: none;
}

.info-box {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.info-box._15 {
  background-color: #ffffff1a;
  border-style: solid;
  border-color: #e3e3e30f;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.info-box._15.dark {
  text-align: center;
  border-color: #0000003d;
  align-self: stretch;
  margin-top: 56px;
}

.creditcards-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.footer-left {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  display: flex;
}

.footer-left.credit-card-wrapper {
  justify-content: flex-start;
  width: 260px;
}

.tab-check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px;
  display: flex;
}

.why-us-flex-box {
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
}

.footer-logo-container {
  height: 100px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.enquire-btn-wrapper-nav {
  width: 180px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.gallery-image-small-square-2 {
  object-fit: cover;
  width: 190px;
  height: 130px;
}

.top-bar-container {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  display: flex;
}

.footer-links-list {
  margin-bottom: 0;
}

.about-card-icon-div {
  background-image: url('../images/icons-softwash-house2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  margin-right: 24px;
}

.contact-heading-div-alt {
  color: #2c1258;
  margin-bottom: 20px;
}

.tabs-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.testimonial-card-2 {
  color: #1f2937;
  background-color: #0000;
  border: 1px #e5e5e5;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  width: 100%;
  padding: 40px 32px 40px 0;
  text-decoration: none;
  transition: all .2s;
}

.testimonial-card-2:hover {
  box-shadow: none;
  background-color: #fff;
  border-color: #e5e5e500 #e5e7eb #e5e5e500 #e5e5e500;
}

.testimonial-card-2.last {
  border-right-style: none;
}

.testimonial-card-2.first {
  padding-left: 0;
}

.about-flex-box {
  justify-content: space-between;
  display: flex;
}

.testimonial-details {
  color: #757f90;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

.footer-list-item {
  color: #2c1258;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.icon-arrow-2-green {
  max-width: none;
  margin-right: 15px;
  display: none;
  position: absolute;
  right: 0%;
}

.contact-flex-right-content-div {
  color: #604b83;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-logo {
  height: 20px;
  display: none;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 72px;
  padding: 20px 28px;
  display: flex;
}

.content-div {
  background-color: #fff;
  padding-top: 30px;
}

.content-div.contact-testimonials {
  padding-top: 0;
}

.tab-pane {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 40px 45px 20px;
}

.about-section {
  margin-top: -190px;
  padding-top: 0;
  padding-bottom: 70px;
}

.why-uus-image-div {
  flex: 0 auto;
  max-width: 90%;
  position: sticky;
  top: 140px;
}

.why-uus-image-div._100-percent {
  max-width: 90%;
}

.why-uus-image-div.shorter {
  max-height: 500px;
  overflow: hidden;
}

.contact-us-caption-div {
  color: #f4ab00;
  margin-bottom: 10px;
  font-weight: 600;
}

.para-14-top {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.para-14-top.service-areas {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8em;
}

.block-hero-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 870px;
  padding-top: 40px;
  padding-bottom: 220px;
  display: flex;
}

.webflow {
  color: #f4ab00;
  text-decoration: none;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.about-flex-right {
  border-left: 2px solid #e3e3e3;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding-left: 60px;
  padding-right: 15px;
  display: flex;
}

.navbar-fixed {
  border-radius: 0;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -90px);
  box-shadow: 0 4px 30px #a7acb74d;
}

.text-emoji-2 {
  color: #0000;
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.about-card-icon-div-2 {
  background-image: url('../images/icons-high-pressure.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  margin-right: 24px;
}

.copy-right---social-icon-container {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.submit-btn-div {
  align-self: center;
  width: 180px;
  height: 57px;
  margin-top: 25px;
}

.submit-btn-div.less-top-margin {
  width: 250px;
  margin-top: 0;
}

.submit-btn-div.less-top-margin._100-perc {
  width: 100%;
}

.nav-link-3 {
  color: #232425;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--red);
}

.orange-btn-2 {
  text-align: center;
  text-transform: none;
  background-color: #ae0017;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: all .925s;
  display: flex;
}

.orange-btn-2:hover {
  background-color: #000;
}

.orange-btn-2.hero-btn {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #ae0017;
  font-size: 15px;
  font-weight: 600;
}

.orange-btn-2.hero-btn:hover {
  background-color: #000;
}

.italic-text {
  color: var(--red);
}

.call-now-btn-2 {
  width: 250px;
  height: 52px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-link-button-green-2 {
  color: #d60924;
  padding-right: 33px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.h8-2 {
  color: #d10721;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.h8-2.middle {
  text-align: center;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}

.about-caption-div-2 {
  color: #f4ab00;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-flex-left-2 {
  width: 80%;
  padding-left: 0;
  padding-right: 60px;
}

.about-flex-right-2 {
  border-left: 2px solid #e3e3e3;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.about-flex-right-2.gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.h8-3 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.h8-3._2nd {
  margin-top: 20px;
  margin-bottom: 5px;
}

.h8-3.creditcards {
  font-size: 14px;
}

.text-block-7 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-link-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #fe7900;
}

.dropdown-link-2.first:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-link-2.first.w--current {
  color: #fe7900;
}

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

.dropdown-link-2.last:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.block-hero-center-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 740px;
  padding-top: 75px;
  padding-bottom: 220px;
  display: flex;
}

.block-hero-center-2.interior-page {
  min-height: 280px;
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-2 {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  overflow: hidden;
}

.orange-btn-3 {
  text-align: center;
  text-transform: none;
  background-color: #fe7900;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: all .925s;
  display: flex;
}

.orange-btn-3:hover {
  background-color: #090860;
}

.page-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 4px 8px 3px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link:hover {
  color: #161719;
  background-color: #fff;
}

.page-link.current {
  opacity: .65;
  cursor: default;
}

.page-link.current:hover {
  color: #fff;
  background-color: #16171900;
}

.background-video-3 {
  opacity: .43;
  object-fit: cover;
  height: 100%;
  position: static;
}

.nav-link-4 {
  color: #232425;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-4:hover {
  color: #017afe;
}

.nav-link-4.w--current {
  color: #fe7900;
}

.image-bg-2 {
  z-index: -100;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/208-powerwash_2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 920px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-bg-2.interior-image-bg {
  height: 460px;
  min-height: 460px;
}

.image-bg-2.interior-image-bg.show {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GettyImages-1496447997.jpg');
  background-position: 0 0, 50%;
  display: block;
}

.image-bg-2.interior-image-bg.show.abut {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GettyImages-137303472.jpg');
}

.image-bg-2.interior-image-bg.services {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GettyImages-471746409.jpg');
  background-position: 0 0, 50% 100%;
  display: block;
}

.image-bg-2.interior-image-bg.gallery {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/108ee65f3e21ae2c49a54fb501801847.jpeg');
  background-position: 0 0, 50% 16%;
  display: block;
}

.span-blue-text-2 {
  color: var(--red);
}

.top-bar-contact-icon-div-2 {
  background-color: #fe7900;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: flex;
}

.breadcrumbs-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumbs {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.nav-top-2 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: 46px;
  display: flex;
}

.top-bar-container-2 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.slide-12 {
  margin-right: 40px;
}

.h8-4 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.h8-4.margin-more {
  margin-top: 7px;
  margin-bottom: 8px;
}

.testimonial-title-wrapper-2 {
  max-width: 460px;
  margin-bottom: 60px;
}

.right-arrow-6 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -120px 0% auto auto;
}

.orange-btn-4 {
  text-align: center;
  text-transform: none;
  background-color: #fe7900;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: all .925s;
  display: flex;
}

.orange-btn-4:hover {
  background-color: #090860;
}

.orange-btn-4.hero-btn {
  text-transform: none;
  background-color: #fe7900;
  font-size: 16px;
  font-weight: 600;
}

.orange-btn-4.hero-btn:hover {
  background-color: #090860;
}

.testimonial-title-2 {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-author-role-2 {
  color: #017afe;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.testimonial-section-4 {
  background-color: #fff;
  border-radius: 20px;
  padding: 34px 50px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 84px #43566424;
}

.div-block-4-copy {
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.why-us-flex-box-onlytext {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.residential-services {
  background-color: #fff;
  padding-bottom: 41px;
}

.left-arrow-5 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -120px 70px auto auto;
}

.why-us-flex-text {
  flex: 1;
  width: 45%;
  padding-left: 0;
}

.testimonial-details-2 {
  color: #757f90;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.text-span-2 {
  text-decoration: underline;
}

.our-mission-list {
  padding-left: 0;
}

.faq-description {
  font-size: 15px;
  line-height: 1.6em;
}

.link-2 {
  color: #cb1b1b;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top {
  border-top: 1px solid #202926;
  border-bottom-style: none;
}

.horizontal-faq-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.check-solo {
  width: 22px;
  height: auto;
  margin-right: 8px;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-bottom {
  background-color: #202926;
  border-top: 1px #202926;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.our-mission-item {
  color: #f40807;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/icons8-check.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  padding-left: 40px;
  font-weight: 700;
  display: flex;
}

.our-mission-item.no-check {
  background-image: none;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
}

.stage-banner {
  border-radius: 6px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.stage-banner.location {
  border-radius: 20px;
  height: 460px;
  margin-top: 30px;
  margin-bottom: 0;
}

.stage-banner.services {
  border-radius: 20px;
  margin-bottom: 30px;
}

.link-3 {
  color: var(--red);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: underline;
}

.link-3:hover {
  text-decoration: underline;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.middle {
  margin-top: 80px;
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.list-wrapper.location-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.background-image-2 {
  background-image: url('../images/avondale-029.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image-2.west-bend {
  background-image: url('../images/GettyImages-1269924986.jpg');
  background-position: 50%;
}

.background-image-2.port-washington {
  background-image: url('../images/617a45b46feab5a7f7610ebca9c44db5.jpeg');
  background-position: 50% 0;
}

.background-image-2.manitowoc {
  background-image: url('../images/e0a5a5e23a91ccd33dce7c45139cf461.jpeg');
  background-position: 50%;
}

.background-image-2.campbellsport {
  background-image: url('../images/5bdfb25a4242072c798d0d65f7b202fd.jpeg');
  background-position: 50% 0;
}

.background-image-2.new-holstein {
  background-image: url('../images/381022034_652647550182381_7144392186060871102_n.jpeg');
  background-position: 50% 35%;
}

.background-image-2.fredonia {
  background-image: url('../images/ba14531001e6fda20dac591be07d309d.jpg');
  background-position: 50% 70%;
}

.background-image-2.fond-du-lac {
  background-image: url('../images/706b36cb399ab737a1d625b13943bc7e.jpeg');
  background-position: 50% 35%;
}

.background-image-2.kiel {
  background-image: url('../images/4e76c999e304bb37536cc6d74e333ffb.jpeg');
  background-position: 50% 20%;
}

.background-image-2.two-rivers {
  background-image: url('../images/90db0342f804970094c385d669c38492.jpeg');
  background-position: 50% 20%;
}

.background-image-2.kewaskum {
  background-image: url('../images/394646220_666667812113688_4663380181266781453_n.jpeg');
  background-position: 50% 26%;
}

.background-image-2.newburg {
  background-image: url('../images/bc741d0cfaf231f1dc5e366086773daa.jpg');
  background-position: 50% 60%;
}

.background-image-2.random-lake {
  background-image: url('../images/381022034_652647550182381_7144392186060871102_n.jpeg');
  background-position: 50% 30%;
}

.background-image-2.hard-money {
  background-image: url('../images/DSCN0158.jpg');
}

.background-image-2.c-pace {
  background-image: url('../images/IMG_2617.jpg');
}

.background-image-2.cascade {
  background-image: url('../images/361611297_619649846815485_6624762186876849231_n.jpeg');
  background-position: 50%;
}

.background-image-2.plymouth {
  background-image: url('../images/437875820_758099949637140_2173884856437287652_n.jpeg');
  background-position: 50% 20%;
}

.background-image-2.oostburg {
  background-image: url('../images/344938706_572601554863762_1907224467807849687_n.jpeg');
  background-position: 50% 25%;
}

.background-image-2.valders {
  background-image: url('../images/353649225_600573238723146_4359435306311176292_n.jpeg');
  background-position: 50% 30%;
}

.background-image-2.st-cloud {
  background-image: url('../images/355148840_604230068357463_4674106461711820744_n.jpeg');
  background-position: 50% 30%;
}

.background-image-2.belgium {
  background-image: url('../images/4a0a36719a1432a1829759e09b0d95de.jpeg');
  background-position: 50% 30%;
}

.background-image-2.sheboygan {
  background-image: url('../images/e0a5a5e23a91ccd33dce7c45139cf461.jpeg');
  background-position: 50%;
}

.background-image-2.mount-calvary {
  background-image: url('../images/38eef5c317c6f81830f1c85ebb0efa79.jpeg');
  background-position: 50% 19%;
}

.background-image-2.saukville {
  background-image: url('../images/45dcc9f051f323026f3c4f65a14c7660.jpg');
  background-position: 50% 79%;
}

.background-image-2.about-us {
  background-image: url('../images/GettyImages-471746409.jpg');
  background-position: 50% 100%;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section {
  background-color: #151b19;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.clip {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: visible;
}

.no-margin-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.no-margin-paragraph.margin-up {
  margin-bottom: 30px;
}

.no-margin-paragraph._2 {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 26px;
}

.tab-bottom-content {
  border-top: 1px #202926;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.no-margin-title {
  letter-spacing: -.15em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.no-margin-title.full-width-not {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.no-margin-title.full-width-not.smaller {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.list-item {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.list-item.checklist {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.overlay-img-details {
  background-color: #151b1933;
  position: absolute;
  inset: 0%;
}

.subtitle-galleries-details {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.subtitle-faq {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.right-content-con {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
}

.color-paragraph {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.space-between-container {
  grid-column-gap: 150px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.small-spaces-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.small-spaces-wrap._2 {
  margin-top: 20px;
}

.heading-for-interior-location-page {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.inside-gallery-box {
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.image-overlay {
  background-color: #151b1933;
  position: absolute;
  inset: 0%;
}

.dropdown {
  z-index: 9;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.dropdown-header-item {
  background-color: #0000;
  padding: 10px 19px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-header-item.w--open {
  font-family: Montserrat, sans-serif;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  border-style: solid;
  border-color: #f9f9fa;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.megamenu {
  width: 440px;
  left: -110px;
}

.nav-dropdown-list-3.megamenu.w--open {
  z-index: 13;
  border-radius: 14px;
  width: 470px;
  top: 41px;
  left: -155px;
}

.nav-dropdown-white.in-blk-none {
  display: none;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-intro-item {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.nav-dropdown-intro-link {
  letter-spacing: .1em;
  -webkit-text-stroke-color: #f40807;
  text-transform: uppercase;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  color: #cb1b1b;
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current {
  color: #0f0f14;
}

.nav-dropdown-intro-link.w--current:hover {
  color: #b71c1c;
}

.nav-dropdowm-link-line-2 {
  opacity: .7;
  color: #cb1b1b;
  background-color: #b71c1c;
  align-self: center;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.text-subtitle-2 {
  color: #f7c660;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 730px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-subtitle-2.offereings-margin {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.details-title {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.1em;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.content.cta-inside {
  margin-top: 60px;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b61d1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.cta-block {
  background-color: #9fceee;
  background-image: linear-gradient(#5595c0d9, #5595c0d9), url('../images/DSC_0116.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.li-bold {
  font-weight: 700;
}

.li-bold.li {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

.project-arrow {
  object-fit: cover;
  width: auto;
  height: 20px;
}

.list-wrapper-new {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #c5a375;
  border: 1px solid #c5a375;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-3:hover {
  opacity: 1;
  color: #c5a375;
  background-color: #fff0;
  border-color: #c5a375;
}

.primary-button-3.full-width-mobile {
  display: block;
}

.no-margin-paragraph-2 {
  color: #747474;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}

.no-margin-paragraph-2.first {
  margin-bottom: 20px;
}

.link-10 {
  color: #8bb8d6;
  font-weight: 400;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 100px;
  display: flex;
}

.content-portfolio-details.first {
  padding-top: 0;
}

.base-container-13 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-4 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-3 {
  color: #242424;
  font-size: 26px;
}

.heading-3.h2 {
  color: #432e1c;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-3.h2.cta {
  color: #fff;
  text-align: center;
}

.large-width {
  width: 100%;
}

.h2-shop-details {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 800;
}

.text-block-wrapper {
  margin-bottom: 50px;
}

.text-block-wrapper.last {
  margin-bottom: 0;
}

.text-block-wrapper.top {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block-wrapper.top-survey {
  margin-top: 10px;
  margin-bottom: 22px;
}

.anchor-list {
  border-top: 1px solid #afafaf80;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.list-2.margin-0 {
  margin-bottom: 0;
}

.error-message-2 {
  color: #c5a375;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.subtitle-galleries-details-2 {
  color: #c5a375;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.subtitle-galleries-details-2.sidebar {
  color: var(--red);
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.subtitle-galleries-details-2.larger {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.subtitle-galleries-details-2.caps {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.contacts-input {
  background-color: #fff0;
  border: 1px solid #afafaf;
  border-radius: 8px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #c5a375;
}

.contacts-input::placeholder {
  color: #afafaf;
  font-size: 16px;
  line-height: 1em;
}

.item-hover-details {
  color: #1a1b1f;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.stages-sidebar {
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 140px;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta-text-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10%;
  display: flex;
}

.cta-text-2.padding-adjust {
  padding-top: 5%;
  padding-bottom: 5%;
}

.project-stage-list {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.contacts-textarea-2 {
  background-color: #fff0;
  border: 1px solid #afafaf;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea-2:focus {
  border: 1px solid #c5a375;
}

.contacts-textarea-2::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.success-message-2 {
  color: #c5a375;
  text-align: center;
  background-color: #fff0;
}

.portfolio-stage-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: flex;
}

.tertiary-button {
  color: #523217;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #9fceee;
  border: 3px solid #9fceee;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.tertiary-button:hover {
  color: #523217;
  background-color: #d6b180;
  border-color: #d6b180;
}

.tertiary-button.width {
  width: 260px;
}

.anchor-link {
  border-bottom: 1px solid #afafaf40;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  color: #c5a375;
  background-color: #0000;
  border-bottom-color: #afafaf47;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.anchor-link.last-one {
  margin-bottom: 10px;
}

.link-on-white {
  color: #267fbb;
  font-weight: 300;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.privacy-policy {
  color: var(--red);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.brand-3 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.text-logo-lg-2 {
  float: none;
  color: #cf000e;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  border-bottom-style: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.text-logo-lg-2.foot {
  margin-top: -7px;
  padding-right: 0;
}

.text-logo-sm-2 {
  float: none;
  width: 100%;
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.image-10 {
  margin-top: 6px;
}

.image-10.logo-image {
  margin-top: 9px;
  display: block;
}

.link-11 {
  color: var(--white);
  font-weight: 400;
}

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

@media screen and (min-width: 1280px) {
  .section-divider-top-curve {
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: -3px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .services-tabs-section {
    margin-top: -1px;
  }

  .section-divider-bottom-curve-dark-blue {
    background-position: 14% -2px;
  }

  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .content-div {
    background-color: #fff;
    margin-top: -1px;
  }

  .stage-banner {
    height: 450px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

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

  .space-between-container {
    grid-column-gap: 180px;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .text-subtitle-2 {
    color: #f7c660;
  }

  .text-subtitle-2.offereings-margin {
    margin-bottom: 4px;
  }

  .list-wrapper-new {
    margin-right: 60px;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .heading-3 {
    color: #242424;
    font-family: Lato, sans-serif;
    font-weight: 900;
  }

  .stages-sidebar {
    padding-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .stage-banner {
    height: 500px;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-image: linear-gradient(to bottom, var(--black-3), var(--black-3)), url('../images/c5a2bac4a85538c3a000823a6b9ff09e.jpg');
    background-size: auto, cover;
    margin-top: 49px;
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .brand {
    width: 30%;
    height: 87px;
  }

  .brand.w--current {
    width: 38%;
    height: 117px;
  }

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

  .section-basic.welcome-section {
    padding-bottom: 43px;
  }

  .all-h1-headings.hero {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 49px;
    line-height: 53px;
  }

  .all-h3-headings {
    margin-bottom: 7px;
    font-size: 37px;
    line-height: 39px;
  }

  .all-h4-headings {
    font-size: 16px;
  }

  .all-h4-headings.hero-adjust {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 19px;
  }

  .cta-text {
    font-size: 43px;
    line-height: 48px;
  }

  .text-logo-lg {
    letter-spacing: 1px;
    margin-top: 39px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 27px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2px;
    margin-left: 0;
    font-size: 9px;
    display: none;
  }

  .right-welcome.left-p {
    padding-left: 10px;
  }

  ._10-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image.logo-image {
    height: 70px;
  }

  .image-circle {
    width: 220px;
    height: 220px;
  }

  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    align-self: stretch;
  }

  .popup-window {
    overflow: scroll;
  }

  .contact-section {
    background-position: 0 0;
  }

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

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

  .contact-heading {
    margin-bottom: 60px;
  }

  .socials-wrap {
    justify-content: flex-start;
  }

  .contact-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-divider-top-curve {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-slider {
    overflow: scroll;
  }

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

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.navbar-smallscreen {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-sticky {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .contact-flex-right {
    width: 100%;
    padding-left: 10px;
  }

  .contact-us-btn-wrapper {
    width: 118px;
    display: block;
  }

  .middle-line {
    background-color: #fff;
  }

  .middle-line.black-background {
    background-color: #2c1258;
  }

  .section-divider-bottom-curve {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-button-3 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .testimonial-mask-2 {
    width: 420px;
  }

  .grey-divider {
    width: 100%;
    height: 1px;
  }

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

  .nav-menu-2 {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 270px;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .footer-nav-column {
    width: 25%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accent-left {
    inset: 0% auto auto 0%;
  }

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

  .dropdown-toggle {
    padding-left: 5px;
  }

  .image-dark-bg {
    min-height: 1270px;
  }

  .contact-form-div-wrapper {
    padding-bottom: 80px;
  }

  .home-hero-btn-div {
    width: 207px;
    height: 58px;
  }

  .section-divider-bottom-curve-dark-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-menu-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .clear-choice-img {
    width: 100%;
  }

  .bottom-line {
    background-color: #fff;
  }

  .bottom-line.black-background {
    background-color: #2c1258;
  }

  .footer-column {
    width: 50%;
    max-width: 80%;
    padding-top: 0;
    padding-right: 0;
  }

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

  .nav-link-2 {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px;
  }

  .footer-app-link {
    width: 75%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-flex-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .mini-blocks-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accent-right {
    inset: auto 0% 0% auto;
  }

  .middle-line--45 {
    background-color: #fff;
  }

  .middle-line--45.black-background {
    background-color: #2c1258;
  }

  .why-us-flex-box-2 {
    flex-direction: column;
    padding: 20px 20px 50px;
  }

  .contact-v2-map {
    width: auto;
    height: 50vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-right-card-wrapper {
    padding-bottom: 70px;
  }

  .about-right-card-wrapper._1st {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-right-card-wrapper.mobile-hidden {
    display: none;
  }

  .why-us-flex-right-2 {
    width: 100%;
    padding-left: 0;
  }

  .testimonial-divider-wrap {
    flex-direction: column;
  }

  .about-flex-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-follow-us-column {
    width: 25%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
  }

  .why-us-flex-left {
    width: 100%;
    padding-right: 0;
  }

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

  .image-tab-copy {
    height: 400px;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .image-tab {
    height: 400px;
  }

  .about-content-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 9px 9px 35px #380b711a;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .middle-line-45 {
    background-color: #fff;
  }

  .middle-line-45.black-background {
    background-color: #2c1258;
  }

  .footer-container {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .h3 {
    font-size: 34px;
    line-height: 46px;
  }

  .why-us-flex-left-2 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .top-line {
    background-color: #fff;
  }

  .top-line.black-background {
    background-color: #2c1258;
  }

  .menu-open-overlay {
    z-index: auto;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .info-box {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-left {
    width: 100%;
    margin-top: 20px;
  }

  .why-us-flex-box {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .enquire-btn-wrapper-nav, .top-bar-container {
    display: none;
  }

  .about-flex-box {
    flex-direction: column;
  }

  .nav-menu-logo {
    justify-content: flex-start;
    height: 160px;
    display: flex;
  }

  .content-div {
    padding-top: 0;
  }

  .about-section {
    margin-top: -200px;
  }

  .about-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-4 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .nav-menu-3 {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 270px;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-link-3 {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px;
  }

  .about-flex-left-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-flex-right-2 {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-4 {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px;
  }

  .breadcrumbs-divider {
    margin-left: 4px;
    margin-right: 4px;
  }

  .breadcrumbs {
    padding: 8px;
  }

  .top-bar-container-2 {
    display: none;
  }

  .why-us-flex-box-onlytext {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .why-us-flex-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .stage-banner {
    height: 500px;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq-list {
    width: 100%;
  }

  .right-content-con {
    justify-content: flex-start;
    width: 100%;
  }

  .space-between-container {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .small-spaces-wrap {
    width: 75%;
  }

  .inside-gallery-box {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    background-color: #151b19;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-dropdown-white {
    width: 100%;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #fff;
    font-size: 12px;
    display: block;
  }

  .nav-intro-item {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdown-intro-link {
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current {
    color: #ed7f38;
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: #0f0f14;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .text-subtitle-2 {
    text-align: left;
    font-size: 14px;
  }

  .content {
    overflow: hidden;
  }

  .cta-block {
    top: 100px;
  }

  .list-wrapper-new {
    width: 100%;
  }

  .primary-button-3 {
    display: block;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .heading-3.h2 {
    font-size: 39px;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .item-hover-details {
    display: none;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

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

  .anchor-link {
    width: 47%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-3 {
    width: 24%;
    height: 87px;
  }

  .text-logo-lg-2 {
    letter-spacing: 0;
    margin-top: 33px;
    padding-bottom: 0;
    padding-right: 5px;
    font-size: 21px;
    line-height: 23px;
  }

  .text-logo-sm-2 {
    letter-spacing: 1.5px;
    margin-left: 0;
    font-size: 8px;
    line-height: 17px;
    display: block;
  }

  .image-10 {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image-10.logo-image {
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    margin-top: 12px;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .brand {
    width: 50%;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .brand.w--current {
    width: 75%;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    height: 70px;
    padding: 32px 16px;
    font-size: 15px;
    line-height: 8px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #252525;
    font-size: 15px;
  }

  .nav-link.w--current {
    line-height: 6px;
  }

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

  .nav-bar {
    padding: 0;
  }

  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .all-h1-headings.hero {
    width: 95%;
    font-size: 36px;
    line-height: 45px;
  }

  .button.hero-button {
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 35px;
    line-height: 40px;
    overflow: hidden;
  }

  .all-h4-headings {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }

  .all-h4-headings.hero-adjust {
    font-size: 19px;
    line-height: 23px;
  }

  .all-paragraphs {
    text-align: center;
    margin-bottom: 12px;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 45px;
    line-height: 46px;
    display: block;
  }

  .cta-text.sub-cta {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-icon {
    width: 15%;
  }

  .copyright {
    padding-bottom: 16px;
  }

  .social-media-link {
    float: none;
  }

  .text-logo-lg {
    margin-top: 34px;
    padding-bottom: 2px;
    font-size: 30px;
    line-height: 32px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2.2px;
    margin-left: 0;
    font-size: 12px;
    display: none;
  }

  .right-welcome {
    margin-top: 29px;
    padding-left: 0;
  }

  .right-welcome.left-p {
    margin-top: 1px;
  }

  ._10-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    color: var(--black);
    font-size: 42px;
  }

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

  .menu-button-2.w--open {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slide-4 {
    display: inline-block;
  }

  .image {
    height: 100%;
    margin-top: 4px;
  }

  .image.logo-image {
    width: 40%;
    height: auto;
  }

  .image-circle {
    width: 160px;
    height: 160px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-row {
    margin-top: 41px;
  }

  .unordered-list-3 {
    margin-bottom: 0;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .popup {
    display: none;
  }

  .popup-window {
    width: 91.66%;
    padding: 16px 24px 8px;
  }

  .popup-heading {
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 16px;
  }

  .right-arrow-4, .space-link, .right-arrow-5, .section-divider-bottom-curve.hide-mobile {
    display: none;
  }

  .testimonial-mask-2 {
    width: 400px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .contact-form-2 {
    padding-top: 16px;
  }

  .top-right-block {
    justify-content: space-between;
    width: 100%;
  }

  .tab-link {
    padding: 15px;
  }

  .para-accordion {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .image-dark-bg {
    height: 990px;
    min-height: 1430px;
  }

  .paragraph-hero-white {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .h8-services {
    font-size: 18px;
    line-height: 26px;
  }

  .top-left-block {
    display: none;
  }

  .block-content-tab {
    padding: 10px 14px;
  }

  .left-arrow-3 {
    display: none;
  }

  .h8-call-us {
    font-size: 18px;
    line-height: 26px;
  }

  .update-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-h8 {
    font-size: 18px;
    line-height: 26px;
  }

  .mini-blocks-services {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-hero-white-center {
    font-size: 43px;
  }

  .why-us-flex-box-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .contact-v2-map {
    margin-bottom: 32px;
  }

  .why-us-flex-right-2 {
    margin-top: 50px;
  }

  .about-flex-left {
    margin-top: 32px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-tab-copy {
    height: 300px;
    min-height: auto;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .image-tab {
    height: 300px;
    min-height: auto;
  }

  .about-content-wrapper {
    padding: 50px 25px 60px;
  }

  .h5 {
    font-size: 30px;
    line-height: 40px;
  }

  .tab-panel-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h8 {
    font-size: 18px;
    line-height: 26px;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-top {
    justify-content: flex-end;
  }

  .top-line {
    background-color: #232425;
  }

  .left-arrow-4 {
    display: none;
  }

  .footer-left {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
  }

  .why-us-flex-box {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .about-section {
    margin-top: -115px;
  }

  .block-hero-center {
    min-height: 480px;
  }

  .copy-right---social-icon-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .h8-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .about-flex-left-2 {
    margin-top: 32px;
  }

  .h8-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .block-hero-center-2 {
    min-height: 480px;
  }

  .page-link {
    height: 20px;
    font-size: 10px;
  }

  .breadcrumbs-divider {
    margin-left: 1px;
    margin-right: 1px;
  }

  .nav-top-2 {
    justify-content: flex-end;
  }

  .h8-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .right-arrow-6 {
    display: none;
  }

  .why-us-flex-box-onlytext {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .left-arrow-5 {
    display: none;
  }

  .stage-banner {
    height: 400px;
  }

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

  .small-spaces-wrap {
    width: 100%;
  }

  .inside-gallery-box {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .text-subtitle-2 {
    font-size: 14px;
  }

  .cta-block {
    top: 60px;
  }

  .list-wrapper-new, .primary-button-3.full-width-mobile {
    width: 100%;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

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

  .heading-3.h2 {
    font-size: 36px;
  }

  .h2-shop-details {
    font-size: 35px;
  }

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

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .brand-3 {
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .text-logo-lg-2 {
    margin-top: 23px;
    padding-bottom: 2px;
    font-size: 23px;
  }

  .text-logo-sm-2 {
    margin-left: 0;
    font-size: 18px;
  }

  .image-10 {
    height: 100%;
    margin-top: 4px;
  }

  .image-10.logo-image {
    width: 180px;
    height: 100%;
    margin-top: 10px;
  }

  .image-10.logo-image.mobile {
    width: 80px;
    margin-top: 17px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/108ee65f3e21ae2c49a54fb501801847.jpeg');
    background-size: auto, cover;
    margin-top: 49px;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .brand {
    width: 71%;
    height: 100%;
    margin-top: 4px;
    overflow: hidden;
  }

  .brand.w--current {
    width: 75%;
    height: 100px;
  }

  .nav-link {
    color: #fff;
    border-style: none;
    border-width: 0;
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 14px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #333;
    border-style: none;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: #fff;
    border-style: none;
    line-height: 8px;
  }

  .body-all-pages {
    padding-top: 59px;
  }

  .section-basic {
    padding-top: 29px;
  }

  .section-basic.cta {
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }

  .all-h1-headings.hero {
    width: 95%;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 32px;
    line-height: 35px;
  }

  .button.hero-button {
    margin-bottom: 14px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    display: block;
  }

  .button.hero-button.stroke {
    margin-bottom: 0;
    display: none;
  }

  .all-h3-headings {
    font-size: 26px;
    line-height: 29px;
  }

  .all-h3-headings.section-2 {
    font-size: 35px;
  }

  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .all-h4-headings.hero-adjust {
    color: var(--white);
    font-size: 15px;
    line-height: 24px;
  }

  .all-h4-headings.hero-adjust.top {
    font-size: 18px;
    line-height: 18px;
  }

  .all-paragraphs {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .all-paragraphs.left {
    padding-bottom: 0;
  }

  .cta-text {
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 26px;
    line-height: 28px;
  }

  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .text-logo-lg {
    margin-top: 27px;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-size: 20px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 1px;
    margin-left: 0;
    font-size: 10px;
    display: none;
  }

  .left-welcome {
    padding-left: 0;
    padding-right: 0;
  }

  .right-welcome {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .right-welcome.left-p {
    padding-left: 0;
  }

  ._10-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    color: var(--red);
    background-color: #0000;
    margin-top: 0;
    padding: 30px 8px;
    font-size: 32px;
  }

  .menu-button-2 {
    padding: 7px 5px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding: 7px 5px;
  }

  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
  }

  .slide-4 {
    background-image: url('../images/18b8fb0178eaa1e7bd6357a6889ea1c5.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/c5a2bac4a85538c3a000823a6b9ff09e.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-arrow {
    display: none;
  }

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

  .slide-6 {
    background-image: url('../images/ba14531001e6fda20dac591be07d309d.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image.logo-image {
    width: auto;
    height: 72px;
    margin-top: 14px;
  }

  .img-1 {
    height: 120px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-row {
    margin-top: 24px;
  }

  .heading {
    margin-top: 47px;
    font-size: 16px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    font-size: 28px;
  }

  .column-2 {
    justify-content: flex-start;
  }

  .popup-window {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-heading {
    font-size: 15px;
  }

  .button-icon.arrow {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .contact-submit-button {
    max-width: none;
  }

  .contact-information-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .tos-checkbox-wrap {
    margin-bottom: 20px;
  }

  .contact-grid {
    grid-row-gap: 32px;
  }

  .contact-heading {
    font-size: 60px;
  }

  .contact-button-wrap {
    flex-direction: column;
  }

  .contact-v2 {
    flex-direction: column;
    padding: 40px 25px 30px;
  }

  .contact-v2.no-stroke {
    padding-top: 40px;
  }

  .section-divider-top-curve {
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: 1000px;
    padding-top: 8px;
    padding-bottom: 45px;
  }

  .main-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .navbar-wrapper {
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .right-arrow-4 {
    display: none;
    top: 38px;
  }

  .footer-link-heading-container {
    margin-bottom: 4px;
  }

  .navbar-sticky {
    display: block;
    top: 0%;
  }

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

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-paragraph {
    font-size: 13px;
    line-height: 26px;
  }

  .testimonial-title-wrapper {
    margin-bottom: 35px;
  }

  .author-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .middle-line.black-background {
    background-color: #000;
  }

  .section-divider-bottom-curve {
    padding-top: 8px;
    padding-bottom: 80px;
  }

  .about-caption-div {
    margin-bottom: 7px;
  }

  .why-us-content-div {
    margin-bottom: 0;
  }

  .background-video-2 {
    object-fit: cover;
    border-radius: 16px;
  }

  .background-video {
    object-fit: cover;
  }

  .home-section {
    margin-left: 13px;
    margin-right: 13px;
  }

  .testimonial-mask-2 {
    width: 100%;
  }

  .testimonial-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-grid-2 {
    grid-row-gap: 32px;
  }

  .nav-menu-2 {
    max-width: 310px;
  }

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

  .powered-by-text {
    font-size: 12px;
  }

  .navbar {
    z-index: 999;
    border-radius: 4px;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0%;
  }

  .footer-nav-column {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 19px;
  }

  .services-tabs-section {
    padding: 40px 2% 56px;
  }

  .top-right-block {
    display: none;
  }

  .tab-link {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-link.last {
    padding: 10px;
  }

  .tab-link.wide {
    border-top-color: #0000001a;
    border-left-style: none;
    border-top-right-radius: 0;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .why-us-caption-div {
    margin-bottom: 10px;
  }

  .para-accordion {
    text-align: left;
    font-size: 14px;
  }

  .footer-section {
    padding: 50px 2% 49px;
  }

  .side-accordion {
    padding-top: 0;
  }

  .image-dark-bg {
    height: 800px;
    min-height: 1190px;
  }

  .image-dark-bg.interior-dark-bg {
    height: 260px;
    min-height: 360px;
  }

  .gallery-slide-2 {
    margin-right: 10px;
  }

  .contact-form-div-wrapper {
    padding-bottom: 0;
  }

  .paragraph-hero-white {
    margin-bottom: 27px;
    font-size: 16px;
  }

  .paragraph-hero-white.left-align {
    font-size: 15px;
    line-height: 1.7em;
  }

  .section-divider-bottom-curve-dark-blue {
    background-position: 14% -2px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .why-us-image-div-2 {
    max-width: 100%;
  }

  .h8-services {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .bottom-line.black-background {
    background-color: #000;
  }

  .tab-list-div {
    flex-direction: column;
  }

  .para-16 {
    font-size: 14px;
    line-height: 25px;
  }

  .para-16.bold-600-discounts {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .para-16.bold-600 {
    font-size: 14px;
  }

  .para-16.bold-600-discounts-caps {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding-right: 50px;
  }

  .testimonial-title {
    font-size: 20px;
    line-height: 27px;
  }

  .footer-app-link {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .top-left-block {
    flex: 1;
    display: flex;
  }

  .logo-image {
    height: 65px;
  }

  .logo-image.other-nav {
    height: 53px;
    margin-top: 0;
  }

  .block-content-tab {
    padding: 0 4px;
  }

  .div-block-4 {
    object-fit: cover;
    height: 500px;
  }

  .left-arrow-3 {
    display: none;
    top: 38px;
  }

  .h8-call-us {
    padding-top: 0;
    font-size: 10px;
    line-height: 21px;
  }

  .update-list-wrappper {
    margin-bottom: 0;
  }

  .why-us-flex-right {
    padding-top: 36px;
  }

  .text-block-6 {
    text-align: center;
    flex: 0 auto;
    margin-right: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .scroll-to-top {
    bottom: 5px;
    right: 5px;
  }

  .hero-h8 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .link-top-nav.white.hide-link {
    display: none;
  }

  .underline {
    text-decoration: underline;
  }

  .mini-blocks-services {
    flex-direction: column;
    width: 100%;
  }

  .title-hero-white-center {
    letter-spacing: -1px;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .title-hero-white-center.left {
    margin-bottom: 19px;
    font-size: 39px;
  }

  .title-hero-white-center.location-page {
    margin-bottom: 0;
    font-size: 32px;
  }

  .divider.animated-gray.midmobile {
    margin-left: auto;
    margin-right: auto;
  }

  .middle-line--45.black-background {
    background-color: #0000;
  }

  .footer-logo-link-2 {
    height: 20px;
  }

  .cta-block-btn-div {
    flex: 1;
    margin-top: 11px;
    margin-bottom: 6px;
  }

  .div-block-2 {
    margin-top: 77px;
  }

  .contact-v2-map {
    height: 299px;
    margin-bottom: 0;
  }

  .about-right-card-wrapper {
    flex-direction: column;
    padding-bottom: 37px;
  }

  .about-right-card-wrapper._1st {
    flex-direction: column;
    padding-bottom: 21px;
  }

  .why-us-flex-right-2 {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-gallery-2 {
    padding-bottom: 0;
  }

  .testimonial-section-3 {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.w--current {
    align-self: center;
    height: 100%;
  }

  .about-flex-left {
    margin-top: 26px;
  }

  .footer-follow-us-column {
    align-self: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 29px;
  }

  .para-18 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }

  .para-18.in-tabs-about-packages {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .para-18.in-tabs {
    font-size: 14px;
    line-height: 24px;
  }

  .para-18.italic {
    line-height: 22px;
  }

  .para-18.italic-copy {
    margin-bottom: 20px;
    line-height: 22px;
  }

  .para-18.service {
    text-align: center;
  }

  .image-tab-copy.logo {
    height: 190px;
    min-height: 220px;
    margin-top: 0;
  }

  .rating-wrap {
    margin-top: 0;
  }

  .call-now-btn {
    width: 240px;
    margin-top: 20px;
  }

  .call-now-btn.hidden-mobile {
    display: none;
  }

  .gallery-slider-mask {
    width: 100%;
  }

  .menu-animation {
    justify-content: space-around;
  }

  .image-tab {
    border-radius: 12px;
    height: 200px;
    margin-top: 0;
  }

  .about-content-wrapper {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-bottom: 0;
  }

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

  .h5 {
    font-size: 23px;
  }

  .copy-right-text-container {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .input {
    min-width: 0;
  }

  .middle-line-45.black-background {
    background-color: #0000;
  }

  .check-icon-wrapper {
    width: 14px;
    height: 25px;
  }

  .tab-panel-list-wrappper {
    margin-bottom: 0;
  }

  .star-row {
    margin-bottom: 15px;
  }

  .services-list-div-wide {
    flex-direction: column;
  }

  .h8 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .h8.centerd-mobile {
    text-align: center;
    margin-bottom: 11px;
  }

  .call-now-full-width {
    width: 100%;
    margin-top: 9px;
  }

  .footer-container {
    flex-direction: column;
  }

  .h3 {
    font-size: 29px;
    line-height: 35px;
  }

  .h3.center-white {
    font-size: 27px;
  }

  .h3.white-margin-copy {
    text-align: center;
  }

  .h3.dark._2, .h3.dark._15-margin-copy, .h3.dark-copy, .h3.dark {
    font-size: 32px;
  }

  .why-us-flex-left-2 {
    margin-top: 33px;
    padding-right: 0;
  }

  .top-line.black-background {
    background-color: #000;
  }

  .field-label-orange {
    line-height: 17px;
  }

  .menu-open-overlay {
    display: none;
  }

  .info-box._15 {
    flex-wrap: wrap;
    align-self: stretch;
    margin-top: 19px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer-left {
    justify-content: flex-start;
  }

  .footer-left.credit-card-wrapper {
    margin-top: 0;
  }

  .tab-check-icon-wrapper {
    width: 20px;
    height: 16px;
    margin-right: 3px;
    padding: 4.5px 0 0;
  }

  .why-us-flex-box {
    padding-bottom: 0;
  }

  .footer-logo-container {
    margin-bottom: 0;
  }

  .gallery-image-small-square-2 {
    width: 100px;
    height: 70px;
  }

  .testimonial-card-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonial-details {
    font-size: 13px;
  }

  .footer-list-item {
    margin-bottom: 5px;
  }

  .navbar-container.mobie {
    justify-content: space-between;
    align-items: center;
    height: 55px;
  }

  .nav-menu-logo {
    height: auto;
  }

  .content-div {
    margin-top: -6px;
  }

  .tab-pane {
    padding: 15px;
  }

  .about-section {
    margin-top: -106px;
    padding-bottom: 16px;
  }

  .why-uus-image-div {
    max-width: 100%;
  }

  .para-14-top {
    font-size: 13px;
    line-height: 23px;
  }

  .para-14-top.service-areas {
    font-size: 13px;
  }

  .block-hero-center {
    padding-top: 20px;
    padding-bottom: 144px;
  }

  .about-flex-right {
    border-left-style: none;
    padding-top: 37px;
  }

  .nav-menu-3 {
    max-width: 310px;
  }

  .call-now-btn-2 {
    width: 240px;
    margin-top: 29px;
  }

  .h8-2 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .about-caption-div-2 {
    margin-bottom: 7px;
  }

  .about-flex-left-2 {
    margin-top: 26px;
  }

  .about-flex-right-2 {
    border-left-style: none;
    padding-top: 37px;
  }

  .h8-3 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 19px;
  }

  .div-block-5 {
    margin-top: 77px;
  }

  .block-hero-center-2.interior-page {
    min-height: 260px;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .home-section-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .background-video-3 {
    object-fit: cover;
  }

  .h8-4 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-section-4 {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .div-block-4-copy {
    object-fit: cover;
    height: 500px;
  }

  .why-us-flex-box-onlytext {
    padding-bottom: 0;
  }

  .why-us-flex-text {
    padding-top: 36px;
  }

  .our-mission-list {
    text-align: left;
  }

  .stage-banner {
    height: 300px;
  }

  .stage-banner.location {
    height: 270px;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.clip {
    padding-top: 20px;
  }

  .no-margin-paragraph {
    line-height: 28px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .no-margin-title.full-width-not.smaller {
    font-size: 29px;
    line-height: 35px;
  }

  .no-margin-title.full-width-not.smaller.serv {
    text-align: center;
  }

  .subtitle-galleries-details {
    font-size: 16px;
    line-height: 21px;
  }

  .subtitle-galleries-details.middle-service {
    text-align: center;
  }

  .right-content-con {
    text-align: center;
    align-items: center;
  }

  .color-paragraph {
    font-size: 17px;
    line-height: 24px;
  }

  .heading-for-interior-location-page {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }

  .inside-gallery-box {
    padding-bottom: 0;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .nav-dropdown-list-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .details-title {
    font-size: 32px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .heading-3.h2 {
    font-size: 34px;
  }

  .subtitle-galleries-details-2.larger {
    font-size: 17px;
  }

  .cta-text-2 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .tertiary-button {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .anchor-link {
    width: 100%;
  }

  .column-4 {
    margin-top: -10px;
  }

  .bold-text-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .privacy-policy {
    font-size: 16px;
    line-height: 21px;
  }

  .privacy-policy.middle-service {
    text-align: center;
  }

  .brand-3 {
    width: 75%;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .text-logo-lg-2 {
    margin-top: 0;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .text-logo-sm-2 {
    margin-left: 0;
    font-size: 10px;
    line-height: 18px;
  }

  .image-10 {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image-10.logo-image {
    margin-top: 9px;
  }

  .image-10.logo-image.mobile {
    display: none;
  }
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f8d10-78919f64 {
  align-self: start;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f902f-78919f64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f9035-78919f64 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f9080-78919f64, #w-node-e52cecd6-9777-67d9-387d-1e6158f178bd-78919f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e52cecd6-9777-67d9-387d-1e6158f178c3-78919f64, #w-node-e52cecd6-9777-67d9-387d-1e6158f178c7-78919f64, #w-node-e52cecd6-9777-67d9-387d-1e6158f178cb-78919f64, #w-node-e52cecd6-9777-67d9-387d-1e6158f178cf-78919f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f90ae-78919f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eec4089d-731d-f26b-ea7c-96da701aa63c-78919f65 {
  align-self: center;
}

#w-node-_97d54a33-6bd2-6fd7-e428-a4d511bb3d1d-78919f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eec4089d-731d-f26b-ea7c-96da701aa63c-78919f66 {
  align-self: center;
}

#w-node-_97d54a33-6bd2-6fd7-e428-a4d511bb3d1d-78919f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f8d10-78919f67 {
  align-self: start;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f8eb3-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f8f26-78919f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f8f80-78919f67 {
  justify-self: end;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f902f-78919f67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f9035-78919f67 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f9080-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f908c-78919f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f9092-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9096-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f909a-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f909e-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f90a2-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f90a6-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f90aa-78919f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f93b869d-ec1f-d69f-7423-fe88497f90ae-78919f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc525d-78919f68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc5263-78919f68 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52a6-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b2-78919f68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b8-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52bc-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c0-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c4-78919f68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c8-78919f68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b7a6977-b976-c5f0-8680-f8438e13a54c-78919f76 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b7a6977-b976-c5f0-8680-f8438e13a54d-78919f76 {
  align-self: start;
}

#w-node-_9b7a6977-b976-c5f0-8680-f8438e13a557-78919f76, #w-node-_9b7a6977-b976-c5f0-8680-f8438e13a55e-78919f76, #w-node-_9b7a6977-b976-c5f0-8680-f8438e13a565-78919f76, #w-node-c92840ce-414f-c182-8474-487291b0488c-78919f76, #w-node-_9b7a6977-b976-c5f0-8680-f8438e13a589-78919f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b7a6977-b976-c5f0-8680-f8438e13a58d-78919f76 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fbf-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fcb-78919f76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fd1-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fd5-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fd9-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fdd-78919f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fed-78919f76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a662781-db9f-1556-97f6-34d48bb8ed17-78919f77, #w-node-_5213f881-7d81-f90a-2889-1fcb1ba29093-78919f77, #w-node-_41af79da-6847-a980-f5f6-67bb7ee3ab1f-78919f77, #w-node-_8bb45501-4b5f-901f-3fbb-72b6adb53a8d-78919f77, #w-node-d3ab4cbc-cb74-ea92-ba73-67cbc421f60f-78919f77, #w-node-_70eaf627-ec09-773c-0fe5-04a8c994514d-78919f77, #w-node-_40ceb1c5-ab6f-0a6f-c3a3-f66366b1cd4f-78919f77, #w-node-_95912327-bc0e-a8c9-b9ce-770edeb6c9a9-78919f77, #w-node-_86c84df2-f285-f76c-0127-4cd533d223e6-78919f77, #w-node-a3045c6f-aca4-15c8-797e-e55b16032e36-78919f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec512acd-4ddb-8c46-9b13-a22ac4959336-78919f7b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ec512acd-4ddb-8c46-9b13-a22ac495933c-78919f7b {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_45624f3a-9b80-236a-de55-7f03bf4a4c98-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4ca4-78919f7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45624f3a-9b80-236a-de55-7f03bf4a4caa-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4cae-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4cb2-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4cb6-78919f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45624f3a-9b80-236a-de55-7f03bf4a4cba-78919f7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc525d-93f4a3f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc5263-93f4a3f3 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52a6-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b2-93f4a3f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b8-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52bc-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c0-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c4-93f4a3f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692d61a1-8d48-eeb4-38dc-111273dc52c8-93f4a3f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9b7a6977-b976-c5f0-8680-f8438e13a54d-78919f76 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_9b7a6977-b976-c5f0-8680-f8438e13a58d-78919f76 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f93b869d-ec1f-d69f-7423-fe88497f9080-78919f64, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9084-78919f64, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9088-78919f64, #w-node-e52cecd6-9777-67d9-387d-1e6158f178bd-78919f64, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9080-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9084-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9088-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f908c-78919f67, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52a6-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52aa-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52ae-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b2-78919f68, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fbf-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fc3-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fc7-78919f76, #w-node-dd1b68d5-f590-4ce8-22ea-e96c42ac4fcb-78919f76, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4c98-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4c9c-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4ca0-78919f7b, #w-node-_45624f3a-9b80-236a-de55-7f03bf4a4ca4-78919f7b, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52a6-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52aa-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52ae-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc52b2-93f4a3f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f93b869d-ec1f-d69f-7423-fe88497f9035-78919f64 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f9044-78919f64, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9056-78919f64 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_97d54a33-6bd2-6fd7-e428-a4d511bb3d1d-78919f65, #w-node-_97d54a33-6bd2-6fd7-e428-a4d511bb3d1d-78919f66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f8e8e-78919f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f8f38-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f8f4e-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f8f5f-78919f67 {
    order: -9999;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f8f80-78919f67 {
    order: -9999;
    justify-self: center;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f9035-78919f67 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f93b869d-ec1f-d69f-7423-fe88497f9044-78919f67, #w-node-f93b869d-ec1f-d69f-7423-fe88497f9056-78919f67 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5263-78919f68 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5272-78919f68, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5284-78919f68 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a662781-db9f-1556-97f6-34d48bb8ed17-78919f77, #w-node-_5213f881-7d81-f90a-2889-1fcb1ba29093-78919f77, #w-node-_41af79da-6847-a980-f5f6-67bb7ee3ab1f-78919f77, #w-node-_8bb45501-4b5f-901f-3fbb-72b6adb53a8d-78919f77, #w-node-d3ab4cbc-cb74-ea92-ba73-67cbc421f60f-78919f77, #w-node-_70eaf627-ec09-773c-0fe5-04a8c994514d-78919f77, #w-node-_40ceb1c5-ab6f-0a6f-c3a3-f66366b1cd4f-78919f77, #w-node-_95912327-bc0e-a8c9-b9ce-770edeb6c9a9-78919f77, #w-node-_86c84df2-f285-f76c-0127-4cd533d223e6-78919f77, #w-node-a3045c6f-aca4-15c8-797e-e55b16032e36-78919f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec512acd-4ddb-8c46-9b13-a22ac495933c-78919f7b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-ec512acd-4ddb-8c46-9b13-a22ac495934b-78919f7b, #w-node-ec512acd-4ddb-8c46-9b13-a22ac495935d-78919f7b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5263-93f4a3f3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5272-93f4a3f3, #w-node-_692d61a1-8d48-eeb4-38dc-111273dc5284-93f4a3f3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


