.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 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #d6d6d6;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.navbar-logo-center {
  background-color: #000;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  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;
  display: block;
  position: static;
}

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

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

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

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

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

.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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #d01110;
  border-radius: 8px;
  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;
}

.home-hero {
  background-image: url('../images/NCFI-Seawall-Wide-concrete-Single.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.text-block {
  color: #fff;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  background-image: url('../images/mingcutefacebook-fill.svg');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.link-block-2 {
  background-image: url('../images/riinstagram-fill.svg');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.link-block-3 {
  background-image: url('../images/mingcuteyoutube-fill.svg');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.div-block-2 {
  object-fit: fill;
  background-image: url('../images/NCFI-Seawall-Wide-concrete-Single.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  display: block;
  position: static;
}

.div-block-3 {
  background-image: linear-gradient(#85838300, #000 100% 100%, #000);
  border-radius: 3px;
  width: auto;
  height: 1024px;
  padding-right: 0;
  display: block;
}

.applications {
  background-color: #0a0a00;
  position: relative;
}

.logo {
  overflow: hidden;
}

.statedefault-typeregular {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.menu-item {
  color: #ebe8e0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.statedefault-typehighlighted {
  grid-column-gap: 10px;
  border: 3px solid #d01110;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.statehover-typehighlighted {
  grid-column-gap: 10px;
  border: 2px solid #7a0908;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.statehover-typeregular, .stateclick-typeclick-down {
  grid-column-gap: 10px;
  background-color: #d01110;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.social-media {
  justify-content: space-between;
  align-items: center;
  width: 29px;
  text-decoration: none;
  display: flex;
}

.mingcutefacebook-fill, .riinstagram-fill, .mingcuteyoutube-fill {
  overflow: hidden;
}

.social-medianav-bar {
  grid-row-gap: 10px;
  background-color: #0a0a00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1748px;
  text-decoration: none;
  display: flex;
}

.nav-container {
  grid-column-gap: 62px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1152px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 708px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 255px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

._1-800-867-5309 {
  color: #d01110;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button-02 {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #ebe8e0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.state-03default {
  grid-column-gap: 10px;
  background-color: #d01110bf;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.state-03hover {
  grid-column-gap: 10px;
  background-color: #0a0a00;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.state2hover-yt, .state2hover-ig, .state2hover-fb {
  justify-content: space-between;
  align-items: center;
  width: 29px;
  text-decoration: none;
  display: flex;
}

.state2default-yt, .state2default-ig {
  justify-content: space-between;
  align-items: center;
  width: 29px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.state2default-fb {
  justify-content: space-between;
  align-items: center;
  width: 29px;
  text-decoration: none;
  display: flex;
}

.social-media-icon {
  overflow: hidden;
}

.social-media-links {
  grid-column-gap: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 216px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.contact_logo {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 231px;
  height: 235px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.contact_name {
  grid-column-gap: 10px;
  background-color: #bbb8a8;
  border-radius: 14.7619px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 424px;
  height: 46px;
  padding: 8px 25px;
  text-decoration: none;
  display: flex;
}

.name-first-and-last {
  color: #ebe8e0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact_email {
  grid-column-gap: 10px;
  background-color: #bbb8a8;
  border-radius: 14.7619px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 424px;
  height: 46.1997px;
  padding: 7px 25px;
  text-decoration: none;
  display: flex;
}

.email {
  color: #ebe8e0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact_phone {
  grid-column-gap: 10px;
  background-color: #bbb8a8;
  border-radius: 14.7619px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 212px;
  height: 46px;
  padding: 8px 25px;
  text-decoration: none;
  display: flex;
}

.phone {
  color: #ebe8e0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact_zip {
  grid-column-gap: 10px;
  background-color: #bbb8a8;
  border-radius: 14.7619px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 190px;
  height: 46px;
  padding: 8px 25px;
  text-decoration: none;
  display: flex;
}

.zip {
  color: #ebe8e0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact_message {
  grid-column-gap: 10px;
  background-color: #bbb8a8;
  border-radius: 14.7619px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 424px;
  height: 113.189px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.message {
  color: #ebe8e0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact-us {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 43.77px;
  text-decoration: none;
}

.frame-12 {
  background-color: #040404;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1737px;
  height: 691px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-column-gap: 324px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.frame-9 {
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 424.395px;
  text-decoration: none;
  display: flex;
}

._2025-kirkwood {
  color: #0a0a00;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 25px;
  text-decoration: none;
  display: flex;
}

.application-box {
  grid-row-gap: 10px;
  background-color: #d01110;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 607px;
  height: 455px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.application-button {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.application-text {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 589px;
  height: 328px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.title---headline {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #0000008c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 43.77px;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-mi-pellentesque-enim-gravida-vitae-amet-sollicitudin-hendreri {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.button-01 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  overflow: hidden;
}

.menu-item-2 {
  color: #bbb8a8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.menu-item-3 {
  color: #0a0a00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.social-media-2 {
  justify-content: space-between;
  align-items: center;
  width: 29px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.menu-item-4, .social-media-3 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  overflow: hidden;
}

.navbar {
  background-color: #0a0a00;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #0a0a00;
}

.nav-link-2 {
  color: #bbb9a7;
}

.nav-link-2:hover {
  color: #0a0a00;
  background-color: #d01110;
  font-size: 16px;
}

.nav-link-2:active {
  background-color: #7a0908;
  font-size: 14px;
}

.nav-link-2.w--current:hover {
  color: #0a0a00;
}

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

.nav-link-3 {
  color: #bbb9a7;
  vertical-align: baseline;
}

.nav-link-3:hover {
  color: #0a0a00;
  background-color: #d01110;
  font-size: 16px;
}

.nav-link-3:active {
  background-color: #7a0908;
  font-size: 14px;
}

.nav-link-3.w--current {
  color: #d0110f;
}

.nav-link-4 {
  color: #bbb9a7;
}

.nav-link-4:hover {
  color: #0a0a00;
  background-color: #d01110;
  font-size: 16px;
}

.nav-link-4:active {
  background-color: #7a0908;
  font-size: 14px;
}

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

.button-4 {
  background-color: #0000;
  border: 2px solid #d01110;
  border-radius: 10px;
  flex: none;
  align-self: auto;
  padding: 5px 40px;
  font-size: 14px;
  display: inline-block;
}

.button-4:hover {
  color: #bbb8a8;
  border-color: #7a0908;
}

.button-4:active {
  color: #ec2024;
  border-width: 2px;
  border-color: #ec2024;
}

.container-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex: none;
  max-width: 200px;
}

.link {
  color: #d01110;
  flex: none;
  width: 180px;
  font-size: 25px;
  text-decoration: none;
  overflow: visible;
}

.link:hover {
  color: #7a0908;
}

.link:active {
  color: #bbb9a7;
}

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

.container-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: grid;
}

.centered-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: 700;
  line-height: 32px;
}

.centered-heading.rub-wall-heading {
  text-transform: capitalize;
  flex: none;
}

.centered-subheading {
  color: #fff;
  text-align: left;
  max-width: 530px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.centered-subheading.rub-wall-text {
  flex: none;
}

.team-slider-wrapper {
  background-color: #0000;
  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;
}

.button-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-5:hover {
  color: #000;
  background-color: #bbb8a8;
  font-weight: 700;
}

.div-block-5 {
  background-color: #ac0504;
  border-radius: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-5.applcation-top-block-01 {
  background-color: #3ca8b0;
  margin-top: 100px;
  margin-left: 215px;
  margin-right: 215px;
  padding-left: 250px;
  padding-right: 250px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: auto;
  padding-top: 40px;
}

.about-us {
  background-color: #0a0a00;
  justify-content: center;
  display: flex;
}

.container-4 {
  width: 100%;
  margin-top: 100px;
}

.paragraph {
  color: #fff;
  max-width: 900px;
}

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

.container-5 {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  margin: 0 auto 100px;
  display: grid;
}

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

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

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

.footer-link:hover {
  color: #d01110;
}

.footer-link.w--current:hover {
  color: #dd2e2e;
}

.footer-social-block {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  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: #464646;
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
}

.footer-copyright-center {
  color: #0a0a00;
  text-align: center;
  margin-top: -27px;
  font-size: 14px;
  line-height: 16px;
}

.contact {
  background-color: #0a0a00;
  flex-flow: column;
  display: flex;
}

.form-block {
  color: #bbb8a8;
  justify-content: center;
  display: flex;
}

.submit-button {
  float: right;
  background-color: #0000;
  border: 2px solid #ec2024;
  border-radius: 15px;
}

.submit-button:hover {
  color: #bbb8a8;
  border-color: #7a0908;
}

.submit-button:active {
  color: #ec2024;
  border-color: #ec2024;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.text-field {
  background-color: #bbb8a8;
  border-radius: 10px;
  width: 300px;
}

.text-field-2, .text-field-3, .text-field-4 {
  background-color: #bbb8a8;
  border-radius: 10px;
}

.text-field-5 {
  background-color: #bbb8a8;
  border-radius: 10px;
  height: 100px;
  text-decoration: none;
}

.hero-heading-left {
  background-color: #0a0a00;
  background-image: linear-gradient(#0000, #000 100%, #000), url('../images/NCFI-Seawall-Wide-concrete-Single.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-bottom: 0;
  padding: 220px 30px 375px;
}

.hero-heading-left.manhole-hero {
  background-image: linear-gradient(#0000, #000 100%, #000), url('../images/NCFIGEO-LAteral-Line-Sealing-Sm.jpg');
}

.hero-heading-left.pipe-joint-sealing-hero {
  background-image: linear-gradient(#0000, #000 100%, #000), url('../images/Culvert-Repair-Graphic-B.png');
  background-position: 0 0, 50% 100%;
}

.hero-heading-left.railroad-ballast-stabilization-hero {
  background-image: linear-gradient(#0000, #000 100%, #000), url('../images/Railroad-Ballast-Stabilization-NCFI.jpg');
  background-position: 0 0, 50%;
}

.hero-heading-left.rub-wall-hero {
  background-image: linear-gradient(#0000, #000 100%, #000), url('../images/Full-Foundation.jpg');
  background-position: 0 0, 50%;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #d01110bf;
  border-radius: 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #7a0908;
}

.button-primary-2:active {
  background-color: #7a0908;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 75%;
  line-height: 34px;
  position: relative;
  top: 320px;
  left: 225px;
}

.heading-2.mobile-h1 {
  left: 225px;
}

.heading-2.home-h1 {
  max-width: 100%;
  top: 0;
  left: auto;
  right: auto;
}

.image-3 {
  box-sizing: content-box;
  margin-top: -100px;
  display: block;
}

.div-block-6, .div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.icon-alternate-phone-icon {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.hero-heading-center.rub-wall-center {
  background-color: #3ca8b0;
  padding-top: 20px;
}

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

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

.centered-heading-2.margin-bottom-32px {
  color: #0a0a00;
  margin-bottom: 60px;
}

.hero-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: left;
  margin-bottom: 40px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  padding-bottom: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-5 {
  max-width: 25%;
  margin: -115px auto -160px;
  padding-top: 0;
}

.image-6 {
  max-width: 25%;
  display: block;
  position: relative;
  top: 300px;
  left: 225px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 40px;
}

.dropdown-list, .dropdown {
  color: #bbb9a7;
}

.slide {
  background-image: url('../images/NCFI-Seawall-Wide-concrete-Single.jpg');
  background-position: 0 0;
  background-size: auto;
}

.mask {
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .div-block-5.applcation-top-block-01 {
    justify-content: center;
    align-items: center;
    padding: 20px 475px;
    display: block;
  }

  .hero-heading-left.manhole-hero {
    background-position: 0 0, 50%;
  }

  .hero-heading-left.pipe-joint-sealing-hero {
    background-position: 0 0, 50% 100%;
  }
}

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

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

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

  .nav-menu-wrapper-three {
    background-color: #0000;
    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 #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .button-4 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 100px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 10px 60px;
    display: block;
  }

  .nav-menu {
    background-color: #000;
  }

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

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

  .div-block-5.applcation-top-block-01 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .footer-wrapper {
    max-width: 250px;
    margin-left: 10px;
  }

  .footer-brand {
    flex: 1;
  }

  .footer-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: auto auto 1fr 1fr;
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .footer-social-block {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: row;
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-heading-left {
    background-position: 0 0, 13% 0;
    background-size: auto, cover;
    padding-bottom: 220px;
  }

  .hero-heading-left.pipe-joint-sealing-hero {
    background-position: 0 0, 100%;
  }

  .hero-heading-left.rub-wall-hero {
    background-position: 0 0, 50% 100%;
  }

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

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

  .hero-split {
    max-width: 50%;
    margin-top: 100px;
  }

  .heading-2 {
    text-align: left;
    display: block;
    top: 175px;
    left: 0;
  }

  .heading-2.mobile-h1 {
    top: 175px;
    left: 0;
  }

  .heading-2.home-h1 {
    max-width: 375px;
    position: static;
  }

  .image-3 {
    margin-top: 0;
  }

  .icon {
    color: #ebe8e0;
  }

  .button-6 {
    background-color: #0a0a0a00;
  }

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

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

  .centered-heading-2.margin-bottom-32px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    margin-bottom: -40px;
    display: block;
  }

  .hero-split-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .shadow-two-2 {
    flex: 1;
  }

  .image-6 {
    max-width: 50%;
    top: 174px;
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .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 #0000000d;
  }

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

  .button-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .link {
    width: 148px;
    font-size: 20px;
  }

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

  .container-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5.applcation-top-block-01 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

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

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

  .footer-social-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 20px;
    margin-left: 0;
  }

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

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

  .footer-copyright-center {
    margin-top: -20px;
  }

  .hero-heading-left {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-top: 90px;
    padding: 100px 15px 60px;
  }

  .hero-heading-left.rub-wall-hero {
    background-position: 0 0, 50% 100%;
    padding-top: 220px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 140px;
  }

  .hero-split {
    max-width: 90%;
  }

  .heading-2 {
    max-width: 100%;
    margin-top: 100px;
    top: 35px;
  }

  .heading-2.mobile-h1 {
    top: 35px;
    left: 0;
  }

  .image-4 {
    text-align: left;
  }

  .link-block-5 {
    padding: 0 18px;
  }

  .button-6 {
    background-color: #0000;
    background-image: url('../images/Vector_1.svg');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-attachment: scroll;
    width: 16%;
    padding: 18px;
    position: relative;
  }

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

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    margin-bottom: 0;
  }

  .hero-split-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image-6 {
    max-width: 50%;
    top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .applications {
    margin-top: 20px;
  }

  .button-4 {
    margin-right: 40px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-subheading.rub-wall-text {
    max-width: 250px;
  }

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

  .div-block-5 {
    margin-left: -15px;
  }

  .div-block-5.applcation-top-block-01 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 32px;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-brand {
    width: 75%;
  }

  .footer-content {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .footer-copyright-center {
    text-align: left;
    margin-top: -15px;
  }

  .hero-heading-left {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1300px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 360px;
    padding-bottom: 0;
    display: flex;
  }

  .hero-heading-left.manhole-hero {
    background-position: 0 0, 50%;
    background-size: auto, 200%;
    margin-top: 90px;
  }

  .hero-heading-left.rub-wall-hero {
    background-position: 0 0, 50% 100%;
    background-size: auto, 300%;
    padding-top: 365px;
  }

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

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

  .heading-2 {
    max-width: 100%;
    margin-top: 220px;
    font-size: 35px;
    top: -25px;
    left: 0;
  }

  .heading-2.mobile-h1 {
    top: -25px;
    left: 0;
  }

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

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

  .centered-heading-2.margin-bottom-32px {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-2 {
    flex-flow: column;
  }

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

  .shadow-two-2 {
    padding-bottom: 60px;
  }

  .image-6 {
    max-width: 100%;
    top: -20px;
    left: 0;
  }
}

#w-node-_7e5db1a0-bd32-84e9-f123-9885c3fbdc84-53835328, #w-node-_7e5db1a0-bd32-84e9-f123-9885c3fbdc8d-53835328, #w-node-_7e5db1a0-bd32-84e9-f123-9885c3fbdc98-53835328, #w-node-_7e5db1a0-bd32-84e9-f123-9885c3fbdc9f-53835328, #w-node-_97ad0122-4e81-3df2-458f-8a9d78a31264-78a31261, #w-node-_97ad0122-4e81-3df2-458f-8a9d78a3126d-78a31261, #w-node-_97ad0122-4e81-3df2-458f-8a9d78a31278-78a31261, #w-node-_97ad0122-4e81-3df2-458f-8a9d78a3127f-78a31261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e41e3816-cd94-ad05-b641-0276e54a91e0-9228aef8 {
    order: -9999;
  }
}


