@font-face {
  font-family: Metropolis;
  src: url(../../assets/fonts/Metropolis-Light.woff2) format("woff2"),
    url(../../assets/fonts/Metropolis-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../../assets/fonts/Metropolis-Regular.woff2) format("woff2"),
    url(../../assets/fonts/Metropolis-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../../assets/fonts/Metropolis-Medium.woff2) format("woff2"),
    url(../../assets/fonts/Metropolis-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../../assets/fonts/Metropolis-Bold.woff2) format("woff2"),
    url(../../assets/fonts/Metropolis-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis Semi";
  src: url(../../assets/fonts/Metropolis-SemiBold.woff2) format("woff2"),
    url(../../assets/fonts/Metropolis-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../../assets/fonts/RobotoCondensed-Light.woff2) format("woff2"),
    url(../../assets/fonts/RobotoCondensed-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../../assets/fonts/RobotoCondensed-Regular.woff2) format("woff2"),
    url(../../assets/fonts/RobotoCondensed-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../../assets/fonts/RobotoCondensed-Bold.woff2) format("woff2"),
    url(../../assets/fonts/RobotoCondensed-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
#nav__main {
  background: var(--bs-purple);
  height: 97px;
}
.nav__mobile--menu {
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.nav--active .nav__mobile--menu {
  opacity: 1;
  background-color: #333;
}
.sticky {
  position: fixed;
  top: 0;
  background-color: #1a202d;
  z-index: 3;
  width: 100%;
  margin-top: 0;
}
.nav__list {
  padding: 10px;
  margin-top: 10px;
}
.nav__item {
  list-style-type: none;
  text-align: left;
}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 200;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #9b1d20;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.nav__icon:after,
.nav__icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ecc924;
  transition-property: margin, transform;
  transition-duration: 0.3s;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
.style-5 .nav__mobile--menu {
  transform: translate(100%, -100%) scale(0.5);
  border-radius: 100%;
  width: 100%;
  height: 100vh;
}
.style-5 .nav--active .nav__mobile--menu {
  transform: translateY(0) scale(1);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.style-5 .nav__link {
  opacity: 0;
  transition-delay: 0.5s;
}
.style-5 .nav--active .nav__link {
  opacity: 1;
}
.style-5 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-5 .nav--active .nav__icon:before {
  margin-top: 0;
  transform: rotate(45deg);
}
.style-5 .nav--active .nav__icon:after {
  margin-top: 0;
  transform: rotate(-45deg);
}
#nav__desktop-menu {
  background: #fff;
}
#nav__mobile-menu {
  height: 55px;
  background-color: #fff;
}
#nav__mobile-title a {
  font-size: 21px;
  color: #0e7199;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
}
#nav__phone {
  color: #9b1d20;
  font-size: 29px;
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 53px;
  top: 5px;
  z-index: 200;
}
#nav__mobile-title {
  padding-left: 10px;
  padding-top: 5px;
}
.nav-item {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 501;
  line-height: 20px;
  font-size: 18px;
}
.active,
.nav-link:hover {
  color: #9b1d20 !important;
}
.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #1a1b41;
}
#nav__title-desktop {
  font-size: 31px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #0e7199;
}
body {
  background-color: #f7f7f7;
}
#hero {
  background: url(../../assets/img/Imported/IMG_7815.jpg) top/cover no-repeat,
    var(--bs-blue);
  height: 520px;
  position: relative;
  margin-top: 86px;
}
#hero-service {
  height: 547px;
  position: relative;
  margin-top: 85px;
}
@media (max-width: 913px) {
  #hero-service {
    margin-top: 34px;
  }
}
@media (max-width: 766px) {
  #hero-service {
    height: 407px;
  }
}
#hero__bottom-path {
  clip-path: polygon(0 91%, 31% 82%, 100% 100%, 0 100%);
  background: #f7f7f7;
  height: 600px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}
#hero__top-path {
  clip-path: polygon(0 87%, 31% 78%, 113% 100%, 0 100%);
  height: 600px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00aeff;
}
#hero__text {
  padding-top: 30px;
}
#hero__text p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
}
#hero__text h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: #fff;
}
@media (min-width: 914px) {
  #nav__mobile-menu {
    display: none;
  }
}
@media (max-width: 914px) {
  #nav__desktop-menu {
    display: none;
  }
  #hero {
    margin-top: 54px;
  }
}
#contact__floatbox {
  height: 500px;
  width: 70%;
  max-width: 336px;
  z-index: 100;
  position: absolute;
  bottom: 0;
  background: rgba(4, 117, 162, 0.68);
}
#contact__floatbox-services {
  height: 500px;
  width: 70%;
  max-width: 336px;
  z-index: 100;
  bottom: 0;
  background: rgba(4, 117, 162, 0.68);
}
#contact__box {
  position: relative;
}
@media (max-width: 991px) {
  #contact__floatbox {
    width: 80%;
    max-width: 80%;
    position: relative;
  }
  #contact__box {
    margin-top: 15px;
  }
}
@media (max-width: 424px) {
  #trust__orgs {
    width: 343px;
  }
}
#contact__form {
  height: auto;
  padding-top: 25px;
}
#contact__form-wrapper {
  padding-right: 28px;
  padding-left: 28px;
}
.contact_form-fields {
  margin-bottom: 13px;
}
#contact_form-submit {
  width: 100%;
  margin-top: 28px;
  font-size: 20px;
}
#contact__form-dropdown {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#contact__form-textarea {
  height: 103px;
}
.dropdown-menu,
.gallery_img {
  width: 100%;
}
#contact-service,
.btn-light,
.btn-light:hover {
  color: #6c757d;
}
.ulc-btn {
  color: #9b1d20;
  background-color: #ecc924;
  border-radius: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-color: rgba(155, 29, 32, 0);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
#contact__form-heading {
  margin-bottom: 25px;
  font-size: 29.96px;
  color: #fff;
}
#hero__color-overlay {
  background: rgba(26, 27, 65, 0.64);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.btn-primary:hover,
.btn:hover,
.ulc-btn:hover {
  background-color: #0e7199 !important;
}
.yellow-text {
  color: #ecc924;
}
.section {
  margin: 60px 0;
}
.services__btn {
  height: 140px;
  margin-bottom: 15px;
  max-width: 450px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.section-heading {
  color: #1a1b41;
  font-size: 39.88px;
  padding-top: 23px;
}
.section-para {
  font-family: Poppins;
  z-index: 10;
}
#reviews {
  width: 100%;
  height: 385px;
  background: var(--bs-body-bg);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 888px) {
  #reviews {
    height: 480px;
  }
}
#quality-house {
  width: 100%;
  background: #00aeff;
  height: 482px;
  position: relative;
  margin-bottom: 112px;
}
@media (max-width: 360px) {
  #quality-house {
    height: 800px;
  }
}
@media (min-width: 362px) and (max-width: 399px) {
  #quality-house {
    height: 745px;
  }
}
@media (min-width: 399px) and (max-width: 449px) {
  #quality-house {
    height: 665px;
  }
}
@media (min-width: 449px) and (max-width: 500px) {
  #quality-house {
    height: 645px;
  }
}
@media (min-width: 500px) and (max-width: 512px) {
  #quality-house {
    height: 593px;
  }
}
@media (min-width: 512px) and (max-width: 560px) {
  #quality-house {
    height: 580px;
  }
}
@media (min-width: 560px) and (max-width: 992px) {
  #quality-house {
    height: auto;
  }
}
#quality-house__house-path {
  clip-path: polygon(0 99%, 71% 75%, 156% 100%, 0 100%);
  background: #fff;
  height: 600px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 500px) {
  #quality-house__house-path {
    clip-path: polygon(0 87%, 46% 74%, 163% 100%, 0 100%);
    height: 562px;
  }
}
@media (min-width: 500px) and (max-width: 686px) {
  #quality-house__house-path {
    clip-path: polygon(0 93%, 46% 74%, 163% 100%, 0 100%);
    height: 562px;
  }
}
@media (min-width: 558px) and (max-width: 686px) {
  #quality-house__house-path {
    clip-path: polygon(0 93%, 46% 74%, 163% 100%, 0 100%);
    height: 562px;
  }
}
#quality-house__house-box {
  position: relative;
  padding: 0;
  height: 435px;
  display: block;
}
@media (max-width: 686px) {
  #quality-house__house-box {
    position: relative;
    padding: 0;
    height: 265px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 686px) and (max-width: 991px) {
  #quality-house__house-box {
    position: relative;
    padding: 0;
    height: 330px;
    display: block;
  }
}
@media (min-width: 1400px) {
  #quality-house__house-path {
    clip-path: polygon(0 99%, 71% 75%, 156% 100%, 0 100%);
    background: #fff;
    height: 600px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 2460px) {
  #quality-house__house-path {
    clip-path: polygon(0 99%, 60% 75%, 156% 100%, 0 100%);
    background: #fff;
    height: 600px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#quality-house__house {
  width: 571px;
  z-index: 5;
  position: absolute;
  bottom: 0;
}
@media (min-width: 260px) and (max-width: 560px) {
  #quality-house__house {
    width: 300px;
    z-index: 5;
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 560px) and (max-width: 686px) {
  #quality-house__house {
    width: 88%;
    z-index: 5;
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  #quality-house__house {
    width: 570px;
    z-index: 5;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #quality-house__house {
    width: 479px;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    left: 250px;
  }
}
@media (min-width: 686px) and (max-width: 768px) {
  #quality-house__house {
    width: 479px;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    left: 129px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  #quality-house__house {
    width: 492px;
    z-index: 5;
    position: absolute;
    bottom: 0;
  }
}
#products-faq {
  width: 100%;
  height: auto;
  background: #e9f7fd;
  padding-top: 25px;
  padding-bottom: 25px;
}
#products-faq__faq-title {
  font-size: 56px;
  color: #1a1b41;
}
#gallery__img-boot {
  margin-top: 18px;
}
@media (max-width: 990px) {
  #gallery__img-boot {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  #sticky-icky-bar {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(26, 32, 45, 0.8);
  }
  #contact__floatbox {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #gallery__img-boot {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#footer__top {
  height: 340px;
  background: url(../../assets/img/IMG_8656.jpg) center/cover no-repeat,
    var(--bs-red);
  position: relative;
}
@media (max-width: 556px) {
  #footer__top {
    height: 515px;
  }
}
.services__btn-text {
  width: 59%;
  height: 40px;
  z-index: 3;
}
.services__btn-content {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
}
.services__btn-icon {
  font-size: 28px;
  color: #fff;
}
.services__color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(26, 27, 65, 0.63);
  z-index: 2;
}
#footer__path {
  height: 600px;
  position: absolute;
  z-index: 35;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1b41;
  clip-path: polygon(50% 88%, 0 100%, 100% 100%);
}
#footer__color-overlay {
  background: #0475a2c5;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#footer__bottom {
  height: 475px;
  background: #1a1b41;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
@media (min-width: 769px) and (max-width: 991px) {
  #footer__bottom {
    height: 660px;
  }
}
@media (max-width: 768px) {
  #footer__bottom {
    height: 1014px;
  }
}
#footer__bottom-contact-bar {
  position: absolute;
  height: 75px;
  background: #00aeff;
  z-index: 3;
  width: 100%;
  bottom: 100px;
  font-size: 14px;
  color: #fff;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  line-height: 15px;
}
@media (max-width: 760px) {
  #footer__bottom-contact-bar {
    height: 200px;
  }
}
.footer__list {
  color: #fff;
  font-size: 19px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.mobile-nav-link {
  color: #fff;
  font-size: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
#upper-level-construction-inc {
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: 22px;
  margin: 21px 0;
}
#hero-service__seperator {
  background: #00aeff;
  height: 26px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-container {
  height: 381px;
  padding-top: 21px;
}
@media (min-width: 767px) {
  .swiper-container {
    height: 521px;
    padding-top: 21px;
  }
}
.content-article {
  margin: 35px 0;
}
.content--heading-main {
  font-size: 52.88px;
  margin-bottom: 0;
  height: 55px;
  color: #1a1b41;
}
#faq__heading {
  margin-bottom: 0;
  height: 87px;
  line-height: 45px;
}
.content--heading-sub {
  color: #00aeff;
}
.content--text {
  font-family: Poppins, sans-serif;
  margin-top: 16px;
}
.content--img {
  width: 90%;
}
.content--list-item {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #9b1d20;
  font-size: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.content--list {
  width: 427px;
}
@media (max-width: 454px) {
  .content--heading-main {
    margin-bottom: 0;
    height: 87px;
    line-height: 45px;
  }
  #faq__heading {
    height: 137px;
  }
  .content--list {
    width: 300px;
  }
  .content--list li {
    font-size: 20px;
    height: 30px;
  }
}
#service__floatbox-services {
  height: 500px;
  width: 80%;
  background: rgba(4, 117, 162, 0.68);
  margin-top: 46px;
  margin-bottom: 69px;
  padding-top: 20px;
  position: sticky;
  top: 119px;
}
#service__floatbox-gallery {
  height: 500px;
  width: 40%;
  background: rgba(4, 117, 162, 0.68);
  margin-bottom: 66px;
  padding-top: 20px;
}
#products-faq-service {
  margin: 0;
  padding: 25px 0;
}
@media (max-width: 990px) {
  #service__floatbox-gallery,
  #service__floatbox-services {
    height: 500px;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 69px;
    padding-top: 20px;
    position: relative;
    top: 0;
  }
  #products-faq-service {
    height: 600px;
  }
}
.content--img-box {
  padding: 25px 0;
}
#service__two {
  height: 1586px;
}
#service__three {
  height: 1697px;
}
#service__four {
  height: 1220px;
}
#service__six {
  height: 755px;
}
@media (max-width: 500px) {
  #service__two {
    height: 882px;
  }
  #service__three {
    height: 830px;
  }
  #service__five,
  #service__four,
  #service__six {
    height: 850px;
  }
}
@media (min-width: 500px) and (max-width: 990px) {
  #service__five,
  #service__four,
  #service__six,
  #service__three,
  #service__two {
    height: 757px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #service__five {
    height: 3575px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  #service__five {
    height: 4035px;
  }
  #service__six {
    height: 850px;
  }
}
@media (min-width: 1400px) {
  #service__five {
    height: 3203px;
  }
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.photo-gallery {
  color: #313437;
  background-color: #fff;
}
.photo-gallery p {
  color: #7d8285;
}
@media (max-width: 767px) {
  .simple-slider .swiper-button-next,
  .simple-slider .swiper-button-prev {
    display: none;
  }
  .simple-slider .swiper-slide {
    height: 360px;
  }
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.photo-gallery .intro p {
  margin-bottom: 0;
}
.photo-gallery .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
}
.ulc-shadow {
  box-shadow: #26394d 0 20px 30px -10px;
}
.gallery__section {
  margin-top: 20px;
  margin-bottom: 20px;
}
#gallery__container {
  margin-top: 108px;
}
.faq__question {
  color: #9b1d20;
}
#roofing_service_btn {
  background: url(../../assets/img/Imported/IMG_0521.jpg) center/cover;
}
.home-mobile {
  display: block;
}
.home-desk {
  display: none;
}
@media (min-width: 888px) {
  .home-mobile {
    display: none;
  }
  .home-desk {
    display: block;
  }
}
#zohan {
  height: 513px;
}
@media (max-width: 558px) {
  #products-faq-service {
    height: 700px;
  }
  #zohan {
    height: 615px;
  }
}
#formResult {
  text-align: center;
  font-size: 20px;
}
#contact_us_box {
  height: 500px;
  width: 80%;
  background: rgba(4, 117, 162, 0.68);
  margin-top: 150px;
  margin-bottom: 69px;
  padding-top: 20px;
}
@media (max-width: 912px) {
  #contact_us_box {
    width: 80%;
    margin-top: 100px;
  }
  #contact_box_wrapper {
    height: 864px;
  }
}
@media (max-width: 512px) {
  #contact_us_box {
    width: 98%;
    margin-top: 84px;
  }
}
#contact_box_wrapper {
  height: 864px;
}
@media (max-width: 430px) {
  #contact_us_box {
    width: 100%;
  }
  #contact_box_wrapper {
    height: 920px;
  }
}

.form-success-msg {
  padding: 25px;
  margin-top: 43px;
}
