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

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

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

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --red: #f91818;
  --blue: #5788a7;
  --black: black;
  --silver: #b7b5b5;
  --snow: #f5eded;
  --oran: #ef952b;
  --firebrick: #bb0606;
  --firebrick-2: #ac1313;
}

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

.body {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.p {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.soon {
  font-size: 22px;
}

.button-outline {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 35px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.body-section {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.body-section.notop {
  padding-top: 100px;
  padding-bottom: 0;
}

.body-section.white {
  border-top: 1px #ffffffa6;
}

.body-section.form-section {
  padding-top: 0;
  padding-bottom: 140px;
}

.body-section.bg {
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.getintouch {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container.mid {
  justify-content: center;
  align-items: center;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, #000000e6 26%, #0000), url('../images/electrician.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.left-section {
  width: 65%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/294377831.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/399549288.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/439136266.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/631704197.webp');
  background-position: 50%;
  background-size: cover;
}

.service-number {
  color: var(--blue);
  margin-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-light-text {
  color: #a9a9a9;
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--white);
}

.service-link {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.small-sub {
  color: #fdfdfd;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.para {
  color: var(--white);
  width: 65%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.left-side {
  box-shadow: -15px 17px 0 0 var(--white);
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.inner-img {
  background-image: url('../images/314167965.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  position: static;
}

.inner-img.rewire {
  background-image: url('../images/Rewired-cables.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.inner-img.pat {
  background-image: url('../images/Power-Socket.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.inner-img.upgarde {
  background-image: url('../images/Electrical-Upgrade.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.inner-img.fuseboard {
  background-image: url('../images/New-FuseBoard.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section-h1-wrapper.display-flex._100 {
  width: 100%;
}

.section-h1-wrapper.display-flex._10 {
  width: 100%;
  margin-top: 20px;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.right-side._w---100, .right-side._w-100 {
  width: 100%;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.footer-col.large {
  margin-right: 60px;
}

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

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--snow);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #dfdfdf7a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-p {
  color: var(--snow);
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--oran);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--oran);
  background-color: #0000;
}

.header-social-icon.banner {
  background-color: var(--blue);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  margin-right: 0;
  display: none;
}

.header-social-icon.banner:hover {
  background-color: var(--white);
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('../images/Close-up-of-rewired-electrics.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.pat {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('../images/PAT-Testing.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.upgrade {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('../images/Electrical-Board.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.fuseboard {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('../images/fuseboard.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 150px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--oran);
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  margin-right: 18px;
}

.contact-section {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.service-navlink {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .45s ease-in-out;
}

.service-navlink:hover {
  color: var(--oran);
}

.service-navlink.w--current {
  color: #fff;
}

.service-navlink.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  width: 100%;
}

.banner-orange {
  color: var(--oran);
  margin-left: 0;
  font-size: 62px;
}

.banner-orange._15 {
  margin-left: 15px;
  font-size: 46px;
  line-height: 55px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.h1.orange {
  color: var(--oran);
}

.h1.b20 {
  margin-bottom: 20px;
  font-size: 48px;
}

.h1.small {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 41px;
}

.h1.small.area {
  margin-bottom: 0;
  margin-left: 0;
}

.h1.h3-small {
  margin-bottom: 20px;
  font-size: 32px;
}

.h1-red {
  color: var(--oran);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  background-image: url('../images/328595181.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sub {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.white-section {
  background-color: #000;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: static;
}

.white-section._100 {
  padding-bottom: 60px;
}

.white-section._0 {
  padding-top: 0;
}

.white-section.orange-new {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('../images/32305661.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('../images/632224977.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 1.3;
  display: flex;
}

.image {
  width: 200px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px 40px 20px 20px;
}

.bullet-font-icon-2 {
  background-color: var(--red);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline-sub-heading-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.arrow {
  margin-top: 5px;
}

.foot-link-lower {
  color: var(--silver);
  text-decoration: none;
}

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.top-links:hover {
  color: var(--oran);
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  color: #fff;
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
}

.font-awsome.email {
  color: #fff;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.background-image {
  background-image: url('../images/Blue-Wires.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}

.hyperlink {
  color: var(--blue);
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.hyperlink:hover {
  color: var(--oran);
}

.hyperlink:visited {
  color: var(--white);
}

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

.content-section.orange {
  background-color: #48464680;
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
}

.h3 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.button {
  color: #fff;
  background-color: #fda000;
  border: 1px #fda000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all .3s ease-in-out;
}

.button:hover {
  transform: scale(.95);
}

.button.bt-blue {
  background-color: var(--red);
  color: var(--white);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

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

.h3-logo {
  background-image: url('../images/Asset-1logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 150px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

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

.top-links-2 {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.top-links-2:hover {
  color: var(--red);
}

.dropdown-link-2 {
  color: #fff;
  text-align: left;
  background-color: #000;
  font-size: 16.5px;
  transition: color .45s ease-in-out;
}

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

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

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  color: #fff;
  background-color: #0009;
  border-color: #fff;
}

.service-dropdown-arrow-2 {
  color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover {
  color: var(--red);
}

.service-navlink-2.w--current {
  color: #f9b328;
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.service-nav-text-2 {
  color: #fff;
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text-2:hover {
  color: #ff8d1a;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/294377831.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 140px;
  display: flex;
}

.service-banner._21 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/631704197.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/439136266.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/399549288.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dereham.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.gallery, .service-banner.test {
  background-image: linear-gradient(#00000080, #00000080), url('../images/electrician.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--blue);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  filter: grayscale(70%);
  color: var(--white);
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

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

.contact-div-block {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.phone-icon {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: #fff;
  font-size: 15px;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  color: var(--oran);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.list {
  padding-left: 0;
}

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

.list._3-row._60 {
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-top: 20px;
  margin-left: 0;
}

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

.list._2._60 {
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-top: 20px;
  margin-left: 0;
}

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

.list._3._60 {
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-top: 20px;
  margin-left: 0;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--oran);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2.dark {
  background-color: var(--blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-2.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2._2 {
  border-style: solid;
  border-color: var(--blue);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._2:hover {
  border-style: solid;
  border-color: var(--snow);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.button-2.banner {
  background-color: var(--blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-2.banner:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2.orange {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-2.orange:hover {
  background-color: var(--oran);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2._0 {
  border-style: solid;
  border-color: var(--blue);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._0:hover {
  border-style: solid;
  border-color: var(--snow);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, var(--white) 26%, #fff0 57%), url('../images/126879407.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-text {
  color: var(--oran);
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--blue);
  text-align: left;
}

.section-tittle {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.contact-span {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  width: auto;
  height: auto;
  font-size: 4em;
}

.image-2 {
  width: 200px;
}

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

.div-block {
  width: 30%;
}

.social-icon-wrap {
  display: flex;
}

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

.text-block-6 {
  font-size: 16px;
}

.legal {
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.legal:hover {
  color: #f5eded;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.foot {
  margin-top: 20px;
}

.footer-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link-2:hover {
  color: var(--oran);
}

.footer-link-2.no-red {
  line-height: 26px;
}

.footer-link-2.no-red:hover {
  color: #fff;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.social-link {
  background-color: var(--oran);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: var(--blue);
  border-color: #f5eded;
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
}

.social-link-2 {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side._4 {
  border-color: var(--oran);
  background-color: var(--oran);
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.social-link-2.side.text-block-3 {
  border-color: var(--oran);
  background-color: var(--oran);
  font-family: Fa6 brands, sans-serif;
}

.social-link-2.side.text-block-3:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.social-link-2.side._2 {
  border-color: var(--oran);
  background-color: var(--oran);
  font-family: Fa6 solid, sans-serif;
}

.social-link-2.side._2:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.social-link-2.side._1 {
  border-color: var(--oran);
  background-color: var(--oran);
  font-family: Fa6 solid, sans-serif;
}

.social-link-2.side._1:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.brand {
  width: 350px;
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.brand.foot-icon {
  width: auto;
  font-family: Fa6 brands, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.fmb {
  width: 100px;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
}

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

.footer {
  background-color: #444;
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/bg.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2._6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: #fff;
  font-size: 50px;
}

.nc-icon {
  color: #fff;
  margin-bottom: 20px;
  font-family: Fa6 solid, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: #fff;
  margin-left: 5px;
  font-size: 50px;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

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

.orange-gradient {
  background-color: var(--blue);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.bold-text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.container-9 {
  z-index: 5;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-link {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.cta-text-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.image-3 {
  width: 80px;
  margin-right: 20px;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 40px;
  padding-bottom: 10px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.contact-section-2 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-10 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.icon-2 {
  color: #f7f7f2;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.icon-2.blue, .icon-2.email, .icon-2.peach {
  background-color: var(--blue);
  font-family: Fa6 solid, sans-serif;
}

.icon-2.purple {
  background-color: #8b3884;
}

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 1.2em;
  font-weight: 300;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #343817;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.blck {
  color: #000;
  margin-left: 0;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  display: flex;
}

.left-contact.right {
  background-color: var(--black);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.works-1 {
  background-image: url('../images/328595181.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-texxt-lable {
  color: #fff;
  text-transform: uppercase;
  background-color: #304798;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-2 {
  background-image: url('../images/32305661.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-2:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-3 {
  background-image: url('../images/632224977.webp');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-3:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.projects {
  background-color: var(--blue);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.projects._100 {
  padding-bottom: 60px;
}

.projects._0 {
  padding-top: 0;
}

.body-link {
  box-shadow: inset 0 -2px 0 0 var(--oran);
  color: var(--oran);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  transition: all .45s ease-in-out;
}

.body-link:hover {
  box-shadow: inset 0 -100px 0 0 var(--oran);
  color: var(--white);
}

.gallery-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.gallery-thumb {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 365px;
}

.image-4 {
  width: 175px;
  margin-bottom: 20px;
}

.fa-solid {
  font-family: Fa6 solid, sans-serif;
}

.map--10 {
  margin-bottom: -10px;
}

.contact-map {
  background-color: var(--black);
  filter: grayscale(70%);
  color: var(--white);
  width: 100%;
  margin-top: 0;
  font-size: 15px;
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .h1.orange {
    color: var(--oran);
  }

  .background-image {
    background-image: url('../images/Blue-Wires.webp');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 450px;
  }

  .h3 {
    font-family: Oswald, sans-serif;
    font-size: 1.9rem;
  }

  .legal {
    text-decoration: none;
  }

  .container-4 {
    width: 95%;
    max-width: 1450px;
  }

  .footer-link-2 {
    margin-bottom: 10px;
  }

  .footer-link-2:hover {
    color: var(--oran);
  }

  .footer-link-2.no-red {
    line-height: 26px;
  }

  .social-link {
    border-width: 2px;
    border-color: #ed1c24;
  }

  .social-link:hover {
    border-color: #7e828fdb;
  }

  .brand {
    width: auto;
  }

  .title {
    color: #fff;
  }

  .footer {
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nc-icon {
    font-family: Fa6 solid, sans-serif;
  }

  .orange-gradient {
    background-color: var(--blue);
    background-image: none;
  }

  .contact-section-2 {
    background-color: var(--black);
  }

  .works-1 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/328595181.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .works-texxt-lable {
    background-color: var(--blue);
  }

  .works-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/32305661.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .works-3 {
    background-image: url('../images/632224977.webp');
  }
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    line-height: 52px;
  }

  .hero-bg-grad {
    height: 800px;
  }

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .para {
    width: 100%;
  }

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
    margin-top: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .right-side, .right-side.content, .right-side._w---100, .right-side._w-100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 50%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    transition: all .45s;
    display: block;
  }

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

  .contact-div-2 {
    flex-direction: row;
  }

  .service-navlink {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .service-navlink.w--open {
    color: var(--oran);
  }

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

  .banner-orange {
    font-size: 50px;
    line-height: 63px;
  }

  .banner-orange._15 {
    margin-left: 0;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--black);
    text-align: right;
    width: 100%;
  }

  .h1 {
    font-size: 50px;
    line-height: 61px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

  .project2 {
    margin-bottom: 10px;
  }

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

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .font-awsome.email {
    display: block;
  }

  .top-div-2 {
    width: 95%;
  }

  .top-links-2 {
    font-size: 16px;
    display: flex;
  }

  .icon-5 {
    color: #fff;
  }

  .dropdown-link-2 {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

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

  .google-maps {
    width: 100%;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block, .contact-page-link {
    font-size: 16px;
  }

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

  .section, .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    width: 70%;
  }

  .lottie-animation-2 {
    width: 200px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

  .container-10 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .works-1, .works-2, .works-3 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-map {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
  }

  .p {
    font-size: 15.5px;
  }

  .container.getintouch {
    flex-direction: column;
  }

  .hero-bg-grad {
    background-image: linear-gradient(#000c, #000c), url('../images/170179753.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .footer-copy-text {
    text-align: left;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .header-social-media {
    justify-content: flex-start;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: none;
  }

  .navbar-4 {
    width: 60%;
  }

  .dropdown-link, .service-navlink {
    font-size: 15px;
  }

  .banner-orange {
    margin-left: 10px;
    font-size: 34px;
    line-height: 49px;
  }

  .h1 {
    font-size: 34px;
    line-height: 50px;
  }

  .h3-large.b-30 {
    font-size: 3.5em;
  }

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

  .timeline-sub-heading-2 {
    text-align: left;
  }

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .top-links-2, .dropdown-link-2 {
    font-size: 15px;
  }

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

  .menu-button-2 {
    background-color: #f9b328;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-ban-text {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 26px;
  }

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

  .contact-div-block {
    min-height: 180px;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

  .list._3-row, .list._2, .list._3 {
    grid-column-gap: 6px;
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr;
  }

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

  .button-2.banner {
    display: none;
  }

  .div-block {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 300px;
    margin-bottom: -100px;
    padding-bottom: 0;
  }

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

  .circle-div-side {
    display: none;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .brand {
    text-align: center;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

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

  .orange-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-15 {
    font-size: 15px;
  }

  .heading-3-top-title {
    flex-wrap: wrap;
  }

  .works-1, .works-2, .works-3 {
    min-width: 250px;
  }

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

  .gallery-thumb {
    height: 300px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .button-outline {
    font-size: 14.5px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 80px;
  }

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

  .service-div {
    height: auto;
  }

  .service-top-image {
    height: 200px;
  }

  .service-number {
    margin-bottom: 20px;
    font-size: 68px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    font-size: 28px;
    line-height: 38px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .small-head {
    flex-direction: row;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .left-side {
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 60px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 300px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-template-columns: 1.25fr;
  }

  .footer-copy {
    align-items: flex-start;
    width: 100%;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section.para-img, .full-width-image-section.pat, .full-width-image-section.upgrade, .full-width-image-section.fuseboard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .service-navlink {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
    text-align: center;
    font-size: 32px;
  }

  .banner-orange {
    margin-left: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .banner-orange._15 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .h1.b20 {
    font-size: 40px;
  }

  .h1.small {
    margin-left: 0;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 325px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 22px;
  }

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

  .white-section._100 {
    padding-top: 60px;
  }

  .project2, .project3 {
    height: 350px;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

  .image {
    width: 160px;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._2 {
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline-sub-heading-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-links.top {
    margin-top: 10px;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .background-image {
    min-height: 400px;
  }

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

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

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

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

  .top-links-2 {
    text-align: center;
    line-height: 23px;
  }

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

  .dropdown-link-2 {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .service-nav-text-2 {
    margin-left: 20px;
  }

  .service-nav-text-2:hover {
    color: var(--red);
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-ban-head {
    text-align: center;
  }

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

  .contact-div-block {
    min-height: 200px;
  }

  .text-block, .contact-page-link {
    font-size: 16.5px;
  }

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

  .list._3-row._60 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .list._2 {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

  .bullet-font-icon-4 {
    flex: none;
  }

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

  .button-2.dark {
    width: auto;
  }

  .button-2._2 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-2.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-2.orange {
    width: auto;
  }

  .button-2._0 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .section.cta {
    background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/126879407.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 60px 10px;
  }

  .cta-text {
    width: 100%;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .sticky_btn_call {
    bottom: 3%;
    left: auto;
    right: -20px;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

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

  .legal {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .circle-div-side {
    display: none;
  }

  .footer-logo {
    width: 165px;
  }

  .social-link {
    margin-left: 0;
  }

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

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .footer-detail-left {
    width: auto;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .grid-2._6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

  .orange-gradient {
    overflow: hidden;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .image-3 {
    width: 60px;
  }

  .contact-info-block {
    padding: 25px;
  }

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

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

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

  .works-1 {
    min-height: 350px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-2, .works-3 {
    min-height: 350px;
  }

  .projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects._100 {
    padding-top: 60px;
  }

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

  .gallery-thumb {
    height: 300px;
  }

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

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

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

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

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

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

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

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-4b32d2ed, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-4b32d2ed, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-4b32d2ed, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-4b32d2ed, #w-node-cfd1346c-5995-b625-24c8-45b176c6a3f4-4b32d2ed, #w-node-cfd1346c-5995-b625-24c8-45b176c6a3f7-4b32d2ed, #w-node-cfd1346c-5995-b625-24c8-45b176c6a3fa-4b32d2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4b32d2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_082d83b2-0a02-0897-1678-786f2963bc7c-2963bc79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_082d83b2-0a02-0897-1678-786f2963bc85-2963bc79 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_082d83b2-0a02-0897-1678-786f2963bc92-2963bc79 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f21-27ea5f1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f23-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f2f-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f3a-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f45-27ea5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d297774-3541-94f5-f84e-e86a3efd35c1-3efd35b6, #w-node-_1d297774-3541-94f5-f84e-e86a3efd35ce-3efd35b6, #w-node-_1d297774-3541-94f5-f84e-e86a3efd35d7-3efd35b6, #w-node-ab526663-0139-332a-b816-9ed0ccd32008-3efd35b6 {
  align-self: center;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4b32d2ee, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-7e02fb67, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-b5a4660f, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-4828256c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_093a8b5c-e2b0-bb4e-8350-f6f0f7009875-c5a5ca08, #w-node-_04c04053-92ca-a047-b389-2628de06c611-c5a5ca08, #w-node-_8ad18443-996c-cf7b-dc18-aa68f43326dd-c5a5ca08, #w-node-dd208bdc-9759-57d9-5a22-2de607d0f876-c5a5ca08, #w-node-_70c93e3e-d8ba-a992-5863-a844db62723e-c5a5ca08, #w-node-_373797bb-2d1c-9884-0cc8-ad57ceaaafa2-c5a5ca08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee10029d-361f-0004-25f2-3f4225be11db-ef8ba60f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-a12493f8-823a-07db-7b9c-f9ed4a2b5a6f-ef8ba60f, #w-node-a12493f8-823a-07db-7b9c-f9ed4a2b5a75-ef8ba60f, #w-node-a12493f8-823a-07db-7b9c-f9ed4a2b5a7b-ef8ba60f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-_082d83b2-0a02-0897-1678-786f2963bc92-2963bc79 {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-4b32d2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc7c-2963bc79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_082d83b2-0a02-0897-1678-786f2963bc7c-2963bc79 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc85-2963bc79 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc92-2963bc79 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4b32d2ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc7c-2963bc79 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc85-2963bc79 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_082d83b2-0a02-0897-1678-786f2963bc92-2963bc79 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f23-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f2f-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f3a-27ea5f1e, #w-node-_007c25b4-45d2-34c9-6627-c10c27ea5f45-27ea5f1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4b32d2ee, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-7e02fb67, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-b5a4660f, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-4828256c, #w-node-ee10029d-361f-0004-25f2-3f4225be11db-ef8ba60f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}