:root {
  --grey-light: #dfe0e1;
  --gold: #d8ad50;
  --white: white;
  --black: #333;
  --green-light: #295d56;
  --grey-dark: #afafaf;
  --gold-light: #d8ad508a;
}

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

body {
  background-color: var(--grey-light);
  color: #333;
  letter-spacing: 1px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 6rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

p {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
}

.hero {
  min-height: 100vh;
}

.hero.sup-page {
  min-height: 30vh;
}

.hero-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 20px 20px;
  display: flex;
}

.hero-h1, .text-block {
  text-align: center;
}

.hero-img {
  background-image: url('https://www.nexcysengineering.com/images/hero-image-mep-engineering.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 70vh;
}

.hero-h1-gold {
  color: var(--gold);
}

.page-sect {
  min-height: 100vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 100px;
  overflow: hidden;
}

.page-sect.about {
  margin-top: 40px;
}

.page-sect.projects {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-sect.gold {
  background-color: var(--gold);
}

.page-sect.sectors {
  min-height: 70vh;
}

.page-sect.contact {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.about-us-block {
  background-color: var(--white);
  border-radius: 25px;
  min-height: 100vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.about-img {
  background-image: url('https://www.nexcysengineering.com/images/hero-image-mep-engineering.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex: 1;
  margin: 20px;
}

.about-txt {
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.h3-gold {
  color: var(--gold);
  margin-right: 0;
  font-weight: 700;
}

.h3-gold.space {
  margin-right: 20px;
}

.choose-block {
  min-height: 70vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.choose-desc {
  flex: 0 40%;
  margin: 20px;
}

.choose-child {
  flex-flow: row-reverse wrap;
  flex: 1;
  justify-content: flex-end;
  margin: 20px;
  display: flex;
}

.choose-item {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 25px;
  flex: 0 40%;
  margin: 2%;
}

.project-block {
  min-height: 100vh;
}

.project-block.spacing {
  margin-top: 40px;
}

.project-list {
  flex-flow: wrap;
  justify-content: space-between;
  min-height: 60vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.project-item {
  color: var(--black);
  flex-flow: column;
  flex: 0 30%;
  min-height: 60vh;
  margin-top: 0;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.project-image {
  background-image: url('https://www.nexcysengineering.com/images/hero-image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex: 0 70%;
}

.project-image.beththumb {
  background-image: url('https://www.nexcysengineering.com/images/Beth-International-open-space.jpg');
}

.project-image.gabthumb {
  background-image: url('https://www.nexcysengineering.com/images/Gabriella-project-exterior.jpg');
}

.project-image.bettythiumb {
  background-image: url('https://www.nexcysengineering.com/images/Flair-by-Betty-exterior.jpg');
}

.project-image.rundathumb {
  background-image: url('https://www.nexcysengineering.com/images/Runda-solar-pv-3.jpeg');
}

.project-image.loreshogng {
  background-image: url('https://www.nexcysengineering.com/images/loresho-solar-water-heater.jpg');
}

.project-image.gngthumb {
  background-image: url('https://www.nexcysengineering.com/images/gng-reception.jpg');
}

.project-desc {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.project-title {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 10px;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

.footer-social-link {
  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;
  line-height: 16px;
}

.subp-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  margin-top: 49px;
  padding: 40px 40px 0;
  display: flex;
}

.sub-pageh2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-block {
  min-height: 100vh;
  display: block;
}

.service-titleblock {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.services-mainimage {
  border-left: 10px solid var(--gold);
  background-image: url('https://www.nexcysengineering.com/images/hero-image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
}

.services-mainimage.silver {
  border-left-color: var(--green-light);
}

.services-mainimage.silver.elec {
  background-image: url('https://www.nexcysengineering.com/images/electrical-engineering.jpg');
}

.services-mainimage.mech {
  background-image: url('https://www.nexcysengineering.com/images/mechanical-engineering.jpg');
}

.services-header {
  min-height: 70vh;
  display: flex;
}

.services-txt {
  margin-top: 40px;
}

.services-txt.largetxt {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.services-list {
  min-height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list {
  font-size: 1.5rem;
}

.listitem-style {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sectors-block {
  flex-flow: wrap;
  justify-content: space-around;
  min-height: 50vh;
  padding: 20px;
  display: flex;
}

.sectors-block.space {
  margin-top: 40px;
}

.sector-item {
  flex-flow: column;
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.sector-img {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.sector-img.outline {
  background-image: none;
  border: 5px solid #000;
}

.sector-img.grey {
  background-image: linear-gradient(to bottom, var(--grey-dark), var(--grey-dark));
}

.sector-img.black {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.sector-desc {
  padding-top: 20px;
}

.navbar {
  background-color: var(--gold);
}

.navbar.size {
  background-color: var(--grey-light);
  min-height: 15vh;
  font-family: Raleway, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-top: 19px;
}

.contact-blck {
  flex: 1;
  width: 70px;
  min-height: 70vh;
}

.form {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-label {
  margin-bottom: .4rem;
  font-size: .925rem;
  font-weight: 400;
}

.form-label.green {
  color: #295d56;
}

.heading-style-h3 {
  font-variation-settings: "wght" 400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 4.35rem;
  font-weight: 200;
  line-height: 1;
}

.heading-style-h3.aniwe {
  color: #d19f60;
}

.heading-style-h3.aniwe.green {
  color: #295d56;
}

.formv-field-wrapper {
  margin-bottom: 1.5rem;
}

.submit-button {
  color: #f5e2ca;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c33f40;
  border-radius: 100rem;
  width: 100%;
  margin-top: .5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: .875rem;
  font-weight: 500;
}

.submit-button.green {
  background-color: var(--black);
}

.contact-hero-form {
  z-index: 20;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  min-width: 45rem;
  height: 100%;
  padding: 3rem 0 4rem;
  display: flex;
  position: relative;
}

.form-field {
  z-index: 100;
  background-color: var(--gold-light);
  color: #2e313a;
  border: 1px #e5ceb1;
  border-radius: .625rem;
  min-height: 3.75rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-field::placeholder {
  color: #2e313ad1;
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

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

.navbutton {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold));
  border-radius: 20px;
  font-weight: 400;
}

.h3thin {
  font-weight: 400;
}

.paragraph {
  font-size: 1.2rem;
}

.proj-mainimg {
  border-radius: 20px;
  min-height: 80vh;
}

.proj-mainimg.gabriella {
  background-image: url('https://www.nexcysengineering.com/images/projects-main---gabriella.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-mainimg.beth {
  background-image: url('https://www.nexcysengineering.com/images/Beth-International-open-space.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-mainimg.flair {
  background-image: url('https://www.nexcysengineering.com/images/Flair-by-Betty-exterior.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-mainimg.runda {
  background-image: url('https://www.nexcysengineering.com/images/runda-solar-structure.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-mainimg.loresho {
  background-image: url('https://www.nexcysengineering.com/images/loresho-solar-water-heater.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-mainimg.gng {
  background-image: url('https://www.nexcysengineering.com/images/gng-reception.jpg');
  background-position: 50%;
  background-size: cover;
}

.proj-specs {
  min-width: 100vw;
  min-height: 10vh;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.projspec-det {
  flex: 0 25%;
}

.proj-maindesc {
  border-top: 1px solid var(--grey-dark);
  padding-top: 40px;
  padding-bottom: 40px;
}

.proj-services {
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.proj-services.space {
  margin-top: 40px;
}

.gallery-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.light-box {
  border-radius: 20px;
  flex: 0 45%;
  min-height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-lightbox {
  border-radius: 20px;
  min-height: 500px;
}

.quick-stack {
  grid-row-gap: 20px;
}

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

.grid-2 {
  grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-img {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

.grid-img.gold {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold));
}

.grid-img.s-cabling {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://www.nexcysengineering.com/images/structured-cabling.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-img.hvac {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://www.nexcysengineering.com/images/hvac.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-img.p-d {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://www.nexcysengineering.com/images/plumbingd.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-img.tele {
  background-image: url('https://www.nexcysengineering.com/images/telecommunications.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img.fire {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://www.nexcysengineering.com/images/fire-suppression.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-img.lift {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://www.nexcysengineering.com/images/lift.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-img.lighting {
  background-image: url('https://www.nexcysengineering.com/images/lighting.jpg');
  background-position: 50%;
  background-size: cover;
}

.h3-white {
  color: var(--grey-light);
}

@media screen and (max-width: 991px) {
  .page-sect {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .subp-title {
    margin-top: 0;
  }

  .services-mainimage {
    min-height: 50vh;
  }

  .services-header {
    flex-flow: column;
  }

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

  .heading-style-h3 {
    font-size: 3.5rem;
  }

  .contact-hero-form {
    min-width: auto;
    padding-top: 2rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .menu-button {
    margin-top: 19px;
  }

  .proj-specs {
    flex-flow: wrap;
  }

  .projspec-det {
    flex-basis: 50%;
    padding-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .page-sect {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-block, .project-list {
    flex-flow: column;
  }

  .project-item {
    min-height: 50vh;
  }

  .project-image {
    flex: 1;
  }

  .project-desc {
    flex: 0 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: #1a1b1fbf;
  }

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

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

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

  .subp-title {
    margin-top: 0;
  }

  .listitem-style {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sectors-block {
    flex-flow: wrap;
  }

  .sector-item {
    flex-basis: 45%;
  }

  .heading-style-h3 {
    flex: 1;
    font-size: 3rem;
  }

  .contact-hero-form {
    padding: 1.5rem .5rem 3rem;
  }

  .menu-button {
    margin-top: 15px;
  }

  .proj-specs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .light-box {
    flex-basis: 100%;
  }
}

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

  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .page-sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .subp-title {
    justify-content: flex-end;
    align-items: center;
    min-height: 25vh;
    margin-top: 0;
  }

  .service-titleblock {
    padding-right: 10px;
  }

  .services-txt.largetxt {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .listitem-style {
    font-size: 1.2rem;
  }

  .contact-hero-form {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .proj-specs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projspec-det {
    flex-basis: 90%;
  }

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

  .grid-img.gold {
    display: none;
  }
}

#w-node-_6ad42c14-8a81-81fe-95da-845d4e47b475-5a95a948 {
  grid-area: 3 / 4 / 7 / 5;
}

#w-node-e5ca393a-432f-80c5-11de-0a41cd48cee9-5a95a948 {
  grid-area: 1 / 2 / 5 / 4;
}

#w-node-_0cf89da5-44af-dba5-f537-eda708968556-5a95a948 {
  grid-area: 5 / 2 / 8 / 3;
}

#w-node-c1666eaf-cdf0-c973-709f-0eaca0b4ab7a-5a95a948 {
  grid-area: 3 / 1 / 7 / 2;
}

#w-node-_3b58163b-f0d0-af19-2edd-58db08b4cf76-5a95a948 {
  grid-area: 5 / 3 / 7 / 4;
}

#w-node-b7238abd-8fb4-242c-0074-56a5c90dfe41-5a95a948 {
  grid-area: 7 / 3 / 11 / 5;
}

#w-node-ffbc712b-5567-0570-8699-5059c4e7d647-5a95a948 {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-_74e2c99c-4413-01f7-d7fb-a78f0a71e6a3-0a71e69d, #w-node-_74e2c99c-4413-01f7-d7fb-a78f0a71e6ac-0a71e69d, #w-node-_74e2c99c-4413-01f7-d7fb-a78f0a71e6b5-0a71e69d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6ad42c14-8a81-81fe-95da-845d4e47b475-5a95a948 {
    grid-area: 9 / 1 / 11 / 4;
  }

  #w-node-e5ca393a-432f-80c5-11de-0a41cd48cee9-5a95a948 {
    grid-area: 1 / 2 / 5 / 4;
  }

  #w-node-_0cf89da5-44af-dba5-f537-eda708968556-5a95a948 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-c1666eaf-cdf0-c973-709f-0eaca0b4ab7a-5a95a948 {
    grid-area: 1 / 1 / 5 / 2;
  }

  #w-node-b7238abd-8fb4-242c-0074-56a5c90dfe41-5a95a948 {
    grid-area: 7 / 2 / 9 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6ad42c14-8a81-81fe-95da-845d4e47b475-5a95a948 {
    grid-area: 9 / 1 / 11 / 3;
  }

  #w-node-e5ca393a-432f-80c5-11de-0a41cd48cee9-5a95a948 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0cf89da5-44af-dba5-f537-eda708968556-5a95a948 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-c1666eaf-cdf0-c973-709f-0eaca0b4ab7a-5a95a948 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_3b58163b-f0d0-af19-2edd-58db08b4cf76-5a95a948 {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-b7238abd-8fb4-242c-0074-56a5c90dfe41-5a95a948 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-ffbc712b-5567-0570-8699-5059c4e7d647-5a95a948 {
    grid-area: 6 / 1 / 7 / 3;
  }
}