:root {
  --orange-red: #f60;
  --white: white;
  --black: black;
  --black-3: #333;
  --black-2: #121213;
}

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

p {
  margin-bottom: 10px;
}

.body {
  color: #121213;
  height: 100%;
  margin: 0%;
  font-family: Roboto, sans-serif;
  overflow: visible;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.flex-cool {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.stat-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #cecece;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 25px 0 0;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.porfolio {
  background-image: url('../images/matheus-bandoch-mkdI8JN6sDU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 32%;
  height: 50vh;
  max-height: 500px;
  margin-top: 2%;
  margin-right: 0%;
  padding-top: 0;
  padding-right: 0;
}

.link-nav {
  color: #121217;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin-right: 40px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: border .2s;
  display: block;
}

.link-nav:hover {
  border-bottom-width: 3px;
  border-bottom-color: #121217;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: flex;
}

.description-text {
  color: #768086;
  font-size: 13px;
}

.text-area {
  min-height: 100px;
  overflow: visible;
}

.form-label {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.contact-wrap {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.input-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.form-wrap {
  background-color: #fff;
  border-radius: 0;
  width: 90%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 45px;
}

.submit-button {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  background-color: #f60;
  border: 2px #f60;
  border-radius: 3px;
  width: 100%;
  margin-top: 15px;
  padding: 16px 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  transition: background-color .2s;
}

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

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #10a76b;
  border-radius: 4px;
  padding: 65px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.input {
  border: 1px solid #d1dbe0;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 22px;
  font-family: Roboto, sans-serif;
}

.dropdown-mobile-2 {
  display: none;
}

.logo-link, .logo-link.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-hero-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_4984.jpg');
  background-position: 0 0, 50% 23%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 95%;
  min-height: 550px;
  max-height: 700px;
  padding: 100px 0% 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-2.contact {
  background-image: linear-gradient(#00000059, #00000059), url('../images/RMBS-C_1.jpg');
  background-position: 0 0, 50% 23%;
  background-size: auto, cover;
}

.home-hero-2.fabrication {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_5256.jpg');
}

.home-hero-2.bracket {
  background-image: linear-gradient(to bottom, null, null), url('../images/IMG_4984.jpg');
}

.text-cont {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.capital-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.hero-heading-2 {
  color: var(--white);
  letter-spacing: -.5px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.05;
}

.hero-heading-2.dark {
  color: var(--black);
}

.paragraph-hero-2 {
  max-width: 739px;
  color: var(--white);
  margin-bottom: 0;
  font-size: 21px;
  font-style: normal;
  line-height: 1.5em;
}

.paragraph-hero-2.dark {
  color: var(--black);
}

.button-wrap-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.button-7 {
  text-align: center;
  cursor: pointer;
  background-color: #f60;
  border: 2px #f60;
  border-radius: 3px;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: opacity .3s, transform .3s, box-shadow .3s, background-color .3s;
}

.button-7:hover {
  color: #fff;
  background-color: #b34800;
  border-style: none;
  transform: translate(0, -3px);
  box-shadow: 0 20px 20px -1px #ff66001c;
}

.button-7.nav {
  background-color: #f60;
  border-style: none;
  border-color: #f60;
  min-width: 144px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
}

.button-7.nav:hover {
  color: #fff;
  background-color: #b34800;
}

.button-7.top-padd {
  margin-top: 20px;
}

.primary-navigation-link {
  color: #000;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: #f60;
}

.dropdown-list-wrap-2 {
  z-index: 9;
  background-color: #fff;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.navigation-block-left-3 {
  align-items: center;
  width: auto;
  display: flex;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-column-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 7px;
  display: flex;
}

.navigation-text-2 {
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  text-decoration: none;
}

.navigation-3 {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ffffff14;
  min-height: auto;
  padding: 10px 5%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 20px 20px -20px #0003;
}

.navigation-link-2 {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #f60;
}

.mobile-button-link-2, .dropdown-mobile-3 {
  display: none;
}

.container-navigation-3 {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.short-title-2 {
  color: #333;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.logo-icon-2 {
  width: auto;
  height: 65px;
}

.arrow-down-2 {
  filter: invert();
  width: 9px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.dropdown-list-2 {
  background-color: #0000;
}

.dropdown-list-2.w--open {
  z-index: 7;
  border-radius: 15px;
  width: 100%;
  min-width: 300px;
  padding-top: 12px;
  padding-bottom: 0;
}

.link-2 {
  text-decoration: none;
  transition: color .2s;
}

.feature-wrap-2 {
  align-items: flex-start;
  padding: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.feature-wrap-2:hover {
  background-color: #1324330d;
}

.navigation-block-right-2 {
  align-items: center;
  display: flex;
}

.spaced-footer {
  background-color: #0000;
  padding: 0;
}

.legal-text {
  color: #333;
  font-size: 16px;
}

.social-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-icon {
  margin-right: 10px;
}

.footer-icon.fi-email {
  width: 16px;
}

.footer-icon.fi-phone {
  margin-right: 7px;
}

.footer-logo {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.container-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: #333;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-title {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.footer-column-large {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-text {
  color: #333;
  text-align: left;
  max-width: 320px;
  margin-bottom: 45px;
  font-size: 17px;
  line-height: 1.4;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding-right: 25px;
  display: flex;
}

.footer-link-wrap {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.span-link {
  color: #f60;
  text-decoration: none;
}

.icon {
  cursor: pointer;
  background-image: url('../images/iconfinder-32-1_1iconfinder-32 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.icon.fb {
  background-image: url('../images/iconfinder-32_1iconfinder-32.png');
  margin-left: 10px;
}

.icon.ig {
  background-image: url('../images/107138-32_1107138-32.png');
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-left: 10px;
}

.footer-text-02 {
  color: #f60;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.footer {
  background-color: #fff;
  padding: 80px 0% 40px;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-img {
  width: auto;
  height: 65px;
  margin-bottom: 0;
}

.apply-wrap {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-primary {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.apply-button-2 {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.card-image {
  background-image: url('../images/IMG_4984-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  min-height: 250px;
  display: block;
  position: static;
}

.card-image.bracket {
  background-image: url('../images/IMG_5256.jpg');
  background-position: 50%;
}

.standard-title {
  color: #f60;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-2 {
  max-width: 490px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.6;
}

.paragraph-2.center {
  color: #333;
  text-align: center;
  max-width: 725px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.body-p {
  width: 100%;
  color: var(--black-3);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.9em;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.service-card-content {
  width: 100%;
  height: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.container {
  z-index: 5;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container.nopadd {
  padding-top: 0;
  padding-bottom: 0;
}

.card-column {
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 2%;
  padding: 0;
  display: flex;
  box-shadow: 0 5px 25px #0000001c;
}

.card-column.third {
  cursor: pointer;
  width: 32%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.card-column.third:hover {
  opacity: .7;
}

.cont-head {
  color: var(--orange-red);
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.cont-head.smaller {
  font-size: 18px;
}

.test-cont {
  width: 40%;
}

.map-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project-container {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 auto 100px;
  display: flex;
}

.project-container.pcont-2 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 100px;
}

.project-container.home-project-cont {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
}

.project-container.home-project-cont.mopadd {
  margin-bottom: 0;
}

.project-text {
  z-index: 1;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  margin-left: -72px;
  padding: 45px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 25px #0000001c;
}

.project-text.ptext-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: -72px;
  display: flex;
  box-shadow: -7px 7px 25px #0000001c;
}

.project-photo {
  background-image: url('../images/IMG_4961-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 575px;
}

.project-photo.p-photo6 {
  background-image: url('../images/IMG_5241-1.jpg');
  position: relative;
}

.project-photo.nopic {
  background-image: none;
}

.title-wrap-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-img {
  background-image: url('../images/IMG_3487.JPG');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.column-wrap {
  display: flex;
}

.content-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  display: flex;
  position: relative;
}

.standard-heading {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.content-block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  padding: 45px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 450px;
  padding: 0;
  display: flex;
  position: relative;
}

.image-block.bracket {
  background-image: url('../images/IMG_5245-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block.braket-install {
  background-image: url('../images/IMG_5287-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-2 {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

.slide-nav-2 {
  z-index: 20;
  background-image: linear-gradient(to top, #0003, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0% 9px;
  transition: all .3s;
  display: block;
  top: auto;
  left: 0%;
  right: 0%;
}

.capital-heading-2 {
  max-width: 500px;
  color: var(--orange-red);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 100px 0% 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero.back-img {
  background-image: linear-gradient(#00000026, #00000026), url('../images/IMG_4984.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 35px;
}

.home-hero.back-img.safety {
  background-image: linear-gradient(#00000059, #00000059), url('../images/RMBS-C_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-hero.back-img.install {
  background-image: linear-gradient(#00000059, #00000059), url('../images/thumbnail_image0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-block-hero {
  width: 50%;
  max-width: 777px;
  position: relative;
}

.content-block-hero.larger {
  width: 60%;
}

.content-block-hero.full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.slider-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 95%;
  min-height: auto;
  max-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-5 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.arrow {
  z-index: 20;
  color: #fff;
  background-color: #f60;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .4s;
  box-shadow: 4px 4px #ff00e533;
}

.arrow:hover {
  background-color: #000;
  box-shadow: -4px -4px #ff00e533;
}

.arrow.right {
  z-index: 222;
  border-radius: 3px;
  display: none;
  inset: auto auto 142px 11%;
  box-shadow: 4px 4px #0003;
}

.arrow.right:hover {
  background-color: #b34800;
}

.arrow.left {
  z-index: 222;
  color: #fff;
  background-color: #f60;
  border-radius: 3px;
  display: none;
  inset: auto auto 142px 5%;
  box-shadow: 4px 4px #0003;
}

.arrow.left:hover {
  background-color: #b34800;
}

.hero-img-wrap {
  width: 45%;
  min-height: 500px;
  display: none;
}

.hero-img-wrap.install {
  background-image: linear-gradient(#00000026, #00000026), url('../images/thumbnail_image0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-img-wrap.community {
  background-image: none;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.hero-img-wrap.engineer {
  background-image: url('../images/Engineering-2.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.hero-img-wrap.safety {
  background-image: url('../images/RMBS-C.jpg');
  background-position: 50%;
  background-size: cover;
}

.flexpix-small {
  background-image: url('../images/norquest-college-singhmar-centre-learning-edmonton-11.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: auto;
}

.flexpix-small.fp3 {
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.flexpix-small.fp4 {
  background-image: url('../images/LogoPW-01.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.f-cta-logo-card {
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.logo-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.safety-logo {
  width: auto;
  height: 100%;
  display: block;
}

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

html.w-mod-js [data-ix="fade-on-load-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (max-width: 991px) {
  .flex-cool {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .stat-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 48%;
    margin: 0 0 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 14px;
  }

  .porfolio {
    width: 48%;
    height: 36vh;
    margin-top: 4%;
    margin-right: 0%;
  }

  .link-nav {
    color: #ff7011;
    letter-spacing: 1px;
    border-bottom-style: none;
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 30px;
    line-height: 1em;
  }

  .link-nav:hover {
    border-bottom-style: none;
  }

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .form-wrap {
    width: 90%;
  }

  .dropdown-mobile-2 {
    z-index: 999;
    justify-content: flex-end;
    width: 100%;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-link-2 {
    color: #3b4c5b;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link-2:hover {
    background-color: #73a7d417;
  }

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

  .home-hero-2 {
    height: auto;
    max-height: none;
  }

  .home-hero-2.contact {
    padding-top: 79px;
  }

  .text-cont {
    flex-wrap: wrap;
  }

  .capital-heading.mob-org {
    color: var(--orange-red);
  }

  .hero-heading-2 {
    text-align: left;
    font-size: 62px;
  }

  .hero-heading-2.mob-dark {
    color: var(--black);
    text-align: left;
    font-size: 57px;
  }

  .paragraph-hero-2 {
    text-align: left;
    max-width: 700px;
    font-size: 19px;
  }

  .paragraph-hero-2.mob-dark {
    color: var(--black);
    text-align: left;
  }

  .button-7.nav {
    display: none;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .navigation-block-left-3 {
    width: 50%;
  }

  .navigation-3 {
    min-height: auto;
  }

  .mobile-button-link-2 {
    background-color: #fff;
    border-radius: 50px;
    justify-content: flex-start;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    width: 100%;
    min-width: 500px;
    margin-top: 69px;
    padding: 20px;
    right: 0%;
    box-shadow: 1px 1px 3px #54668121;
  }

  .dropdown-mobile-3 {
    z-index: 999;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .container-navigation-3 {
    z-index: 99;
    min-height: 55px;
    position: relative;
  }

  .feature-wrap-2 {
    flex-direction: column;
  }

  .navigation-block-right-2 {
    justify-content: flex-end;
    width: 50%;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-column-large {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer-text {
    font-size: 16px;
  }

  .footer-column {
    width: 33%;
  }

  .icon {
    width: 25px;
    height: 25px;
  }

  .icon.ig {
    width: 30px;
    height: 30px;
  }

  .footer {
    padding-top: 50px;
  }

  .apply-wrap {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .heading-primary {
    text-align: left;
    font-size: 39px;
  }

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

  .standard-title {
    text-align: left;
  }

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

  .paragraph-2.center {
    text-align: left;
    font-size: 16px;
  }

  .body-p {
    text-align: left;
    font-size: 15px;
  }

  .title-wrap {
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.nopadd {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .card-column {
    width: 100%;
    margin-bottom: 4%;
    padding-right: 0;
  }

  .card-column.third {
    width: 49%;
    margin-bottom: 2%;
  }

  .cont-head {
    font-size: 24px;
  }

  .test-cont {
    width: 100%;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-flex {
    flex-direction: column-reverse;
  }

  .project-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .project-container.pcont-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 60px;
  }

  .project-container.home-project-cont {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-text {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .project-text.ptext-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .project-photo {
    width: 50%;
    height: 400px;
  }

  .title-wrap-2 {
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about-img {
    width: 100%;
    height: 400px;
  }

  .column-wrap {
    flex-wrap: wrap-reverse;
  }

  .content-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .standard-heading {
    font-size: 29px;
  }

  .content-block-left {
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  .image-block {
    width: 100%;
    height: 400px;
    min-height: auto;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .slider-2 {
    display: flex;
  }

  .slide-nav-2 {
    background-image: linear-gradient(#0000, #00000040 50%, #0000 102%);
    width: 90%;
    padding-left: 20%;
    padding-right: 20%;
    inset: auto 0% 35px;
  }

  .home-hero {
    flex-direction: column;
    min-height: auto;
  }

  .home-hero.back-img {
    background-image: none;
    height: auto;
    padding-top: 125px;
  }

  .home-hero.back-img.safety, .home-hero.back-img.install {
    background-image: none;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .content-block-hero.larger {
    align-items: flex-start;
    width: 100%;
  }

  .slider-container {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-img-wrap {
    background-image: url('../images/IMG_4984.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    min-height: 450px;
    display: flex;
  }

  .hero-img-wrap.safety {
    position: relative;
  }

  .flexpix-small {
    border-top-left-radius: 3px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-cool {
    max-width: 100%;
  }

  .stat-wrap {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .porfolio {
    width: 100%;
    height: 300px;
    margin-top: 4%;
  }

  .link-nav {
    cursor: pointer;
    transition-property: none;
  }

  .input-wrap {
    width: 100%;
  }

  .form-wrap {
    width: 90%;
    padding: 33px;
  }

  .input {
    margin-bottom: 26px;
  }

  .hero-heading-2 {
    font-size: 48px;
  }

  .hero-heading-2.dark {
    font-size: 51px;
  }

  .hero-heading-2.mob-dark {
    font-size: 43px;
  }

  .hero-heading-2.center, .paragraph-hero-2.center {
    text-align: center;
  }

  .button-7 {
    margin-top: 0;
    font-size: 15px;
  }

  .mobile-dropdown.w--open {
    min-width: 400px;
    margin-top: 66px;
  }

  .footer-column-large {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer-text {
    max-width: none;
  }

  .footer-column {
    width: 100%;
    padding-right: 0;
  }

  .legal-wrap {
    margin-top: 40px;
  }

  .apply-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-primary {
    font-size: 29px;
  }

  .card-image {
    min-height: 325px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.center {
    font-size: 15px;
  }

  .title-wrap {
    margin-bottom: 50px;
  }

  .service-card-content {
    height: auto;
    padding: 33px;
  }

  .card-column.third {
    width: 100%;
    margin-bottom: 5%;
  }

  .cont-head {
    margin-bottom: 14px;
  }

  .project-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .project-container.pcont-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-text {
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 20px 200px #ccc;
  }

  .project-text.ptext-2 {
    margin-right: 0;
  }

  .project-photo {
    width: 350px;
    height: 350px;
  }

  .title-wrap-2 {
    margin-bottom: 50px;
  }

  .about-img {
    height: 350px;
  }

  .standard-heading {
    font-size: 27px;
  }

  .image-block {
    height: 400px;
  }

  .slider-2 {
    overflow: visible;
  }

  .slider-container {
    overflow: hidden;
  }

  .arrow.right {
    width: 30px;
    height: 30px;
    right: 20px;
  }

  .arrow.left {
    width: 30px;
    height: 30px;
    left: 20px;
  }

  .hero-img-wrap {
    min-height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-left: 0%;
    margin-right: 0%;
  }

  .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .stat-wrap {
    padding-right: 0;
  }

  .porfolio {
    height: 250px;
    margin-top: 5%;
  }

  .link-nav {
    margin-top: 17px;
    margin-bottom: 14px;
  }

  .form-label {
    font-size: 14px;
  }

  .form-wrap {
    width: 95%;
    margin-bottom: 0;
    padding: 20px;
    overflow: hidden;
  }

  .submit-button {
    width: 100%;
  }

  .success-msg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form {
    overflow: hidden;
  }

  .capital-heading {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero-heading-2 {
    font-size: 34px;
  }

  .hero-heading-2.dark, .hero-heading-2.mob-dark {
    font-size: 29px;
  }

  .paragraph-hero-2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-7 {
    width: auto;
    margin-top: 0;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 14px;
  }

  .navigation-block-left-3 {
    width: 100%;
  }

  .mobile-dropdown.w--open {
    min-width: 200px;
  }

  .logo-icon-2 {
    height: 45px;
  }

  .spaced-footer {
    padding: 10px;
  }

  .legal-text {
    font-size: 13px;
  }

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

  .footer-column-large, .footer-column {
    width: 100%;
  }

  .legal-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-img {
    height: 45px;
  }

  .apply-wrap {
    padding: 45px 15px;
  }

  .heading-primary {
    font-size: 20px;
  }

  .apply-button-2 {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .card-image {
    min-height: 250px;
  }

  .standard-title {
    font-size: 13px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .paragraph-2.center {
    font-size: 14px;
  }

  .body-p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .service-card-content {
    padding: 23px;
  }

  .card-column {
    margin-bottom: 8%;
  }

  .cont-head {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cont-head.smaller {
    font-size: 18px;
  }

  .project-container {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .project-container.pcont-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .project-container.home-project-cont {
    width: 100%;
  }

  .project-text {
    min-height: auto;
    padding: 20px;
    box-shadow: 0 12px 18px -5px #6d6d6d33;
  }

  .project-text.ptext-2 {
    padding: 25px;
  }

  .project-photo {
    width: 100%;
    height: 275px;
  }

  .about-img {
    height: 250px;
  }

  .content-wrap-2 {
    margin-bottom: 0;
  }

  .standard-heading {
    font-size: 24px;
  }

  .content-block-left {
    padding: 10px 0 0;
  }

  .image-block {
    height: 250px;
    padding: 0;
  }

  .slide-nav-2 {
    right: 0;
  }

  .capital-heading-2 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero-img-wrap {
    min-height: 300px;
  }
}


