:root {
  --white: #fff;
  --dark-orange: rgba(0, 0, 0, .99);
  --black: black;
  --cream: var(--white);
  --coral: #333;
  --black-2: #1f1f1f;
  --white-smoke: #000;
  --color: #282828;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Photo-6-5-2024-3-10-38-PM.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  align-self: flex-start;
  width: 100%;
  max-width: 1140px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow {
  align-self: flex-start;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.navbar-brand {
  color: #fefeff;
  align-self: center;
  padding: 10px 4px 4px;
}

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

.nav-menu {
  background-color: var(--black);
  color: var(--cream);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 35px;
  font-weight: 300;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.image {
  margin-right: 63px;
}

.navbar-no-shadow-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  display: block;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  padding-top: 0;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  clear: both;
  text-shadow: 1px 0 5px #000;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  font-weight: 200;
  position: relative;
  bottom: 7px;
  right: -432px;
}

.image-2-c {
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
}

.paragraph {
  text-align: center;
  margin-top: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 1px #463838;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
  font-weight: 700;
}

.section-2 {
  background-color: var(--coral);
  background-image: linear-gradient(180deg, var(--dark-orange), #1b1b1b 8%, var(--coral));
  padding: 31px 31px 133px;
}

.grid-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 43px;
}

.section-2-copy {
  background-color: var(--white);
  padding: 59px;
}

.text-block-2-copy {
  text-align: left;
  text-transform: uppercase;
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.image-2-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  box-shadow: none;
  min-width: 300px;
  max-width: 0;
  min-height: 300px;
}

.grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.grid-copy-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
}

.services-box {
  background-color: var(--white);
  border-radius: 6px;
  width: 255px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.footer-dark {
  background-color: var(--black-2);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: ". . ."
                 "Area Area Area"
                 / auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  color: #fff;
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 28px;
  padding: 0 11px;
  font-size: 44px;
  font-weight: 300;
}

.columns {
  color: #fff;
  padding: 11px;
}

.column, .column-2 {
  padding: 23px;
}

.text-block-3 {
  font-size: 20px;
}

.text-block-4 {
  color: #fff;
  font-weight: 500;
}

.text-block-5 {
  color: var(--white);
  border: 1px #000;
  margin-top: 29px;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  display: none;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  width: 234px;
  margin: 38px auto 28px;
  font-size: 22px;
  font-weight: 400;
}

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

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  text-align: center;
  margin: 38px 0 28px;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
}

.section-3 {
  padding: 85px 68px 68px;
}

.section-2-copy {
  background-color: var(--dark-orange);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  padding: 31px 31px 72px;
  display: none;
}

.heading-3-copy {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  width: 200px;
  margin: 43px auto 28px;
  font-size: 22px;
  font-weight: 400;
}

.heading-copy {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin: 29px auto 0;
  padding: 24px 0;
  font-size: 44px;
  font-weight: 300;
}

.div-block-3 {
  background-color: var(--black-2);
  padding-bottom: 14px;
}

.div-block-4 {
  background-color: var(--black-2);
  background-image: url('../images/kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30_1kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30.webp');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
}

.div-block-5, .div-block-6, .div-block-7 {
  background-color: var(--black-2);
}

.section-2-copy-copy {
  background-color: var(--white);
  margin-bottom: 0;
  padding: 0 59px 106px;
}

.section-4 {
  background-color: var(--coral);
  color: #000;
  padding: 154px 28px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

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

.form-block {
  padding-top: 18px;
}

.div-block-8 {
  background-color: rgba(255, 255, 255, .29);
}

.section-2-copy-copy-copy {
  background-color: var(--white);
  margin-bottom: -10px;
  padding: 55px 68px;
}

.container3-copy {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-copy-copy-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
  display: none;
}

.services-box-copy {
  background-color: #fff;
  background-color: var(--dark-orange);
  border-radius: 0;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.image-2-c-copy {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.bold-text {
  color: #fff;
}

.image-2 {
  max-width: 300px;
}

.lightbox-link {
  min-width: auto;
  min-height: auto;
}

.div-block-9 {
  background-image: url('../images/cover_1cover.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 300px;
  min-height: auto;
}

.manningstdiv {
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.keatingstdiv {
  background-image: url('../images/cover_1cover.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.ajediv {
  background-image: url('../images/cover_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.carmendiv {
  background-image: url('../images/cover-SamVenn--1.jpg');
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.dudleydiv {
  background-image: url('../images/cover_3cover.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.wyanbahdiv {
  background-image: url('../images/cover_7.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.burraneer {
  background-image: url('../images/cover_3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.alphabetdiv {
  background-image: url('../images/cover_2cover.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.serviceboxtitle {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 1px #463838;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.doyles4x4div {
  background-image: url('../images/cover_6.jpg');
  background-position: 0 100%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.elderslie {
  background-image: url('../images/cover_8.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.pictondiv {
  background-image: url('../images/cover_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.rapheals {
  background-image: url('../images/cover_4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.wingello {
  background-image: url('../images/cover_5.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.lightbox-link-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.catalinadiv {
  background-image: url('../images/catalinarosebay_1696465800_3206478932245169446_50196621.jpg'), url('../images/cover_5.jpg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.text-block-6 {
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-11 {
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.div-block-12 {
  background-color: var(--black-2);
}

.electricaldiv {
  background-color: var(--black-2);
  background-image: url('../images/97268800_952946865135357_926591452885469809_n.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
}

.communcationsdiv {
  background-color: var(--black-2);
  background-image: url('../images/data-and-communications-shield-electrical.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
}

.securitydiv {
  background-color: var(--black-2);
  background-image: url('../images/5-Problems-You-Will-Face-Due-to-Incorrect-CCTV-Camera-Installation.jpg'), url('../images/kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30_1kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30.webp');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
}

.audiovisualdiv {
  background-color: var(--black-2);
  background-image: url('../images/img18.jpg'), url('../images/kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30_1kgod_solar_panels_on_an_australian_home_2517b274-700d-4d97-9b70-833f36395e30.webp');
  background-position: 100%, 0 0;
  background-size: cover, cover;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
}

.lightbox-link-2-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button-2 {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 26px;
  padding-right: 26px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}

.button-2:hover {
  color: #fff;
}

.contact-text {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.contactcolumn {
  padding: 23px 23px 23px 0;
}

.bold-text-2 {
  color: #000;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-size: 21px;
  font-weight: 200;
}

.text-block-7 {
  color: #fff;
  margin-top: 12px;
  padding-top: 6px;
  text-decoration: none;
}

.text-block-2-copy-copy {
  text-align: left;
  text-transform: uppercase;
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.elizabeth {
  background-image: url('../images/DSC00712.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.lightbox-link-2-copy {
  background-image: none;
}

.eppingrd {
  background-image: url('../images/607-HDR-bis-KidsClub-MacquariePark-copy-925x615.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.currentprojects {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.eppingrd-copy {
  background-image: url('../images/607-HDR-bis-KidsClub-MacquariePark-copy-925x615.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.himalayacres, .himalayacres-copy {
  background-image: url('../images/Screenshot_1s0.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.powellst {
  background-image: url('../images/2020-11-25.jpg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.camperdown {
  background-image: url('../images/image0.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.wolseleyrd {
  background-image: url('../images/RCOVER-04-12T02_13_17.656Z-Upscale-Image-Upscaled-Image-1941-x-1280.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.pacificstreet {
  background-image: url('../images/3AB1DE76-2CC2-4504-A757-AC6CBE646A3B.JPG_13AB1DE76-2CC2-4504-A757-AC6CBE646A3B.JPG.webp');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.keerongave {
  background-image: url('../images/Exterior-Russell-Vale-Community-Hall.jpg');
  background-position: 56%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.text-block-8 {
  font-weight: 600;
}

.section-6 {
  background-color: var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
}

.igfeed {
  color: #ebebeb;
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 126px;
}

.image-2-c-copy {
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
}

.ausicon {
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 28px 30px 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-9 {
  text-align: left;
  padding: 0 28px 28px 0;
}

.sydney_areas {
  max-width: 80%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  border-bottom: 2px solid var(--dark-orange);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 30px;
  font-weight: 500;
}

.text-block-9-copy {
  text-align: left;
  padding: 0 28px 28px 0;
  display: block;
}

.heading-6-copy {
  border-bottom: 2px solid var(--dark-orange);
  text-transform: uppercase;
  border-radius: 0;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.st-george {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.tynon {
  background-image: url('../images/Photo-Sep-27-2023-5-21-15-AM-1.jpg'), url('../images/Exterior-Russell-Vale-Community-Hall.jpg');
  background-position: 100%, 56%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
}

.stives {
  background-image: url('../images/Photo-20-11-2020-10-01-35-AM.jpg');
  background-position: 56%;
  background-repeat: repeat;
  background-size: cover;
  width: 300px;
  min-width: 0;
  height: 250px;
  min-height: auto;
  box-shadow: 0 2px 20px -1px rgba(0, 0, 0, .29);
}

.lightbox-link-2-copy-copy {
  background-image: none;
}

.image-3 {
  color: #fff;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.code-embed {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.hero-heading-left {
  color: #fff;
  background-color: #212121;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/5153829.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #000;
  text-align: center;
  width: 50%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
}

.button-primary-3 {
  background-color: var(--white);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  background-image: url('../images/cover_7.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-7 {
  text-transform: uppercase;
  font-weight: 300;
}

.section-6-copy {
  background-color: var(--white);
  color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2 {
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  color: #fff;
  background-color: #fff;
  border: .5px #000;
  border-radius: 16px;
}

.div-block-13 {
  text-align: center;
  background-color: rgba(183, 144, 54, 0);
  padding: 53px 42px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 33px;
}

.grid-3 {
  grid-column-gap: 39px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.electrical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff7f3e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
  display: block;
}

.image-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 33px;
  display: flex;
}

.developments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
  display: block;
}

.section-7 {
  background-color: rgba(253, 250, 243, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .57), rgba(255, 255, 255, .57));
  padding: 26px 64px 64px;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.developments-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #030329;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
  display: block;
}

.construction {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2e2e2e;
  background-color: #010127;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
  display: block;
}

.investments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #181314;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 400px;
  height: 300px;
  max-height: 400px;
  display: block;
}

.div-block-15 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 800;
}

.heading-2-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 28px;
  padding: 0 11px;
  font-size: 44px;
  font-weight: 300;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  font-size: 44px;
  font-weight: 400;
}

.bold-text-3 {
  margin-left: auto;
  margin-right: auto;
}

.hero-without-image {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 0 #e4ebf3;
  padding: 9px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  border: 0 #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 21px;
  font-weight: 500;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-10 {
  text-transform: uppercase;
}

.section-8 {
  color: #000;
  background-color: rgba(244, 126, 45, 0);
  background-image: linear-gradient(#000, #000);
  padding: 64px 28px 154px;
}

.columns-2 {
  color: #fff;
  padding: 11px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  padding: 0 11px;
  font-size: 44px;
  font-weight: 500;
}

.bold-text-4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
}

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

.contactcolumn-2 {
  padding: 0 23px 23px 0;
}

.list-item {
  color: #c8c8c8;
  text-transform: none;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 300;
  list-style-type: none;
}

.call_us_button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 26px;
  padding-right: 26px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}

.call_us_button:hover {
  color: #fff;
}

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

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px;
  }

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

  .container-regular, .navbar-wrapper {
    background-color: #000;
  }

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

  .nav-menu-wrapper {
    background-color: #fdfaf3;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .navbar-no-shadow-container-2 {
    background-color: var(--black);
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    right: -228px;
  }

  .text-block-2 {
    display: block;
  }

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

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

  .footer-content {
    grid-column-gap: 33px;
    grid-template-columns: auto auto;
  }

  .columns {
    display: flex;
  }

  .div-block-4 {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
  }

  .section-4 {
    padding: 71px 65px;
  }

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

  .icon {
    color: #fff;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .div-block-12 {
    width: 250px;
    height: 300px;
  }

  .electricaldiv, .communcationsdiv, .securitydiv, .audiovisualdiv {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sydney_areas, .st-george {
    max-width: 90%;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    align-self: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    width: 70%;
    font-weight: 600;
    line-height: 21px;
  }

  .image-4 {
    align-self: center;
  }

  .div-block-13 {
    padding-top: 32px;
    padding-bottom: 32px;
    font-weight: 700;
  }

  .container-6 {
    max-width: 728px;
  }

  .section-8 {
    padding: 71px 65px;
  }

  .columns-2 {
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .list-item {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .menu-button-2 {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar-wrapper {
    background-color: #000;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    right: -130px;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .columns {
    display: block;
  }

  .electricaldiv {
    background-image: url('../images/97268800_952946865135357_926591452885469809_n.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

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

  .hero-heading-right {
    padding: 60px 15px;
  }

  .stives {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-scroll, .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    width: 90%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: end;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .columns-2 {
    display: block;
  }

  .heading-11, .contactcolumn-2 {
    text-align: center;
  }

  .list-item {
    text-align: left;
  }

  .call_us_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-image: url('../images/Photo-6-5-2024-3-10-38-PM.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: nowrap;
    height: 27.9948vh;
    min-height: 500px;
    display: flex;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .menu-button-2 {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button-2.w--open {
    background-color: var(--dark-orange);
  }

  .container-regular {
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 7px;
    padding-right: 7px;
  }

  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar-no-shadow-container-2 {
    background-color: var(--black);
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container3 {
    text-align: center;
  }

  .grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 13px;
    right: 0;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    color: #fff;
  }

  .section-2 {
    padding-bottom: 61px;
  }

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

  .image-2-copy {
    max-width: 300px;
  }

  .div-block-2 {
    width: 300px;
    min-width: auto;
    max-width: 300px;
  }

  .grid-copy {
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

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

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

  .footer-content {
    grid-template: "Area-2 Area-2 Area-2"
                   "Area Area Area"
                   / 1fr;
    align-content: center;
    justify-content: center;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    color: #fff;
  }

  .heading-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .columns {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

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

  .text-block-4 {
    color: #fff;
    text-align: center;
  }

  .text-block-5 {
    color: #fff;
    font-weight: 300;
  }

  .heading-3 {
    color: #272727;
    font-weight: 500;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  }

  .heading-copy {
    color: #3f3f3f;
    text-align: center;
    border: 1px #000;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 17px;
    font-size: 36px;
    font-weight: 400;
    display: block;
  }

  .div-block-3 {
    border-radius: 0;
  }

  .section-2-copy-copy {
    padding: 8px;
  }

  .section-4 {
    background-color: var(--dark-orange);
    background-image: linear-gradient(rgba(0, 0, 0, .94), rgba(0, 0, 0, .94));
    padding: 15px;
  }

  .link-2 {
    color: #000;
  }

  .section-2-copy-copy-copy {
    text-align: center;
    padding: 8px;
  }

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

  .image-2-c-copy {
    border-radius: 0;
  }

  .icon {
    color: #fff;
  }

  .text-block-6 {
    color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-10 {
    border-style: solid none none;
    border-width: 2px 3px 3px;
    border-color: var(--dark-orange);
    border-radius: 0;
    width: 184px;
    height: 2px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10-copy {
    border-style: solid none none;
    border-width: 2px 3px 3px;
    border-color: var(--dark-orange);
    border-radius: 0;
    width: 274px;
    height: 2px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .contactline {
    border-style: solid none none;
    border-width: 3px;
    border-color: #424242 var(--dark-orange) var(--dark-orange);
    border-radius: 0;
    width: 184px;
    height: 2px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .electricaldiv {
    background-image: url('../images/97268800_952946865135357_926591452885469809_n.jpg');
    background-position: 50% 72%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0;
  }

  .communcationsdiv {
    background-image: url('../images/data-and-communications-shield-electrical.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-2 {
    border-radius: 2px;
    margin-bottom: 33px;
    font-weight: 700;
  }

  .contact-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
  }

  .text-span {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }

  .contactcolumn {
    padding: 0;
  }

  .text-block-7 {
    padding-top: 23px;
  }

  .currentprojects {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-8 {
    font-weight: 500;
  }

  .hero-heading-right {
    padding-top: 10px;
  }

  .container-3 {
    max-width: none;
  }

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

  .sydney_areas {
    max-width: 95%;
  }

  .heading-6 {
    font-size: 25px;
  }

  .text-block-9-copy {
    text-align: center;
  }

  .heading-6-copy {
    font-size: 25px;
  }

  .st-george {
    max-width: 95%;
  }

  .text-block-10 {
    margin-left: 10px;
  }

  .stives {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-4 {
    max-width: none;
  }

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

  .hero-heading-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .hero-split-2 {
    padding: 0 15px 15px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    width: auto;
    max-width: 95%;
    font-size: 15px;
  }

  .heading-7 {
    margin: 0 auto 37px;
    font-weight: 400;
  }

  .image-4 {
    padding: 41px;
  }

  .div-block-13 {
    padding: 33px 0 17px;
  }

  .grid-3 {
    align-content: center;
    justify-content: center;
    padding: 0 17px 17px;
  }

  .electrical {
    width: 300px;
  }

  .section-7 {
    padding: 4px;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-2-copy {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-9 {
    text-transform: uppercase;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
  }

  .hero-without-image {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container-6 {
    max-width: none;
  }

  .margin-bottom-24px-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .section-8 {
    background-color: #000;
    background-image: none;
    padding: 26px 15px 44px;
  }

  .columns-2 {
    text-align: center;
    background-color: #000;
    padding-left: 0;
    display: block;
  }

  .heading-11 {
    color: #fff;
    background-color: #000;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-span-2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    display: block;
  }

  .container-7 {
    max-width: none;
  }

  .contactcolumn-2 {
    text-align: center;
    padding: 0 6px;
  }

  .list-item {
    padding-left: 0;
    font-size: 17px;
    list-style-type: none;
  }

  .call_us_button {
    border-radius: 2px;
    margin-bottom: 33px;
    font-weight: 700;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 19px;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-bd0590bb-746e-39f3-8e76-0e175a3db155-b26d2de9, #w-node-bd0590bb-746e-39f3-8e76-0e175a3db15c-b26d2de9, #w-node-bd0590bb-746e-39f3-8e76-0e175a3db163-b26d2de9, #w-node-bd0590bb-746e-39f3-8e76-0e175a3db16a-b26d2de9, #w-node-_207f34fd-e5bb-57bb-8875-c80b21c7f3ca-b26d2de9, #w-node-_207f34fd-e5bb-57bb-8875-c80b21c7f3d1-b26d2de9, #w-node-_207f34fd-e5bb-57bb-8875-c80b21c7f3d8-b26d2de9, #w-node-_207f34fd-e5bb-57bb-8875-c80b21c7f3df-b26d2de9, #w-node-ee731c7b-f514-83bb-c98d-ae162cd079d3-b26d2de9, #w-node-_4a155242-4df3-1509-44e2-3ae54d5c319e-b26d2de9, #w-node-_123a0d16-ec79-5c82-b1f6-5523b53557ec-b26d2de9, #w-node-e2a220bc-743a-f86f-a2f8-3ed2bf2857c7-b26d2de9, #w-node-e2a220bc-743a-f86f-a2f8-3ed2bf2857c8-b26d2de9, #w-node-_397d0918-242e-931c-195d-87844c327a43-b26d2de9, #w-node-_397d0918-242e-931c-195d-87844c327a44-b26d2de9, #w-node-c6d0ec44-d151-86d1-2d73-c443e960ef8d-b26d2de9, #w-node-c6d0ec44-d151-86d1-2d73-c443e960ef8e-b26d2de9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452f76c2-6afd-734f-edd2-f2d60864c105-b26d2de9 {
  align-self: center;
  justify-self: end;
}

#w-node-_2ff0ec41-dc11-da88-f595-4ee8e5039482-b26d2de9 {
  align-self: center;
  justify-self: start;
}

#w-node-_76d6334f-e04a-e549-2cf3-845115385101-153850ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_76d6334f-e04a-e549-2cf3-84511538510c-153850ea {
  grid-area: Area;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ee731c7b-f514-83bb-c98d-ae162cd079d3-b26d2de9, #w-node-_123a0d16-ec79-5c82-b1f6-5523b53557ec-b26d2de9, #w-node-e2a220bc-743a-f86f-a2f8-3ed2bf2857c7-b26d2de9, #w-node-_397d0918-242e-931c-195d-87844c327a43-b26d2de9, #w-node-c6d0ec44-d151-86d1-2d73-c443e960ef8d-b26d2de9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_76d6334f-e04a-e549-2cf3-84511538510c-153850ea {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_452f76c2-6afd-734f-edd2-f2d60864c105-b26d2de9, #w-node-_2ff0ec41-dc11-da88-f595-4ee8e5039482-b26d2de9, #w-node-_76d6334f-e04a-e549-2cf3-84511538510c-153850ea {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ff0ec41-dc11-da88-f595-4ee8e5039482-b26d2de9 {
    justify-self: center;
  }

  #w-node-_76d6334f-e04a-e549-2cf3-845115385101-153850ea {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: center;
  }
}


