@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css';
@import 'https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css';
@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
@import 'https://use.typekit.net/jpz0mbq.css';
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.noGutters {
  margin-right: 0;
  margin-left: 0;
}
.noGutters > [class^=col-], .noGutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

h1, h2 {
  font-family: myriad-pro, sans-serif;
  color: #000000;
}

h3, h4, h5, h6, div, p, article, blockquote, button {
  font-family: "Poppins", sans-serif;
  color: #7e7e7e;
}

.fontFat {
  font-family: myriad-pro, sans-serif;
}

.fontGen {
  font-family: "Poppins", sans-serif;
}

.fontCont {
  font-family: "Poppins", sans-serif;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    color: rgba(255, 255, 255, 0.1);
  }
  10% {
    color: rgba(255, 255, 255, 0.2);
  }
  15% {
    color: rgba(255, 255, 255, 0.3);
  }
  20% {
    color: rgba(255, 255, 255, 0.4);
  }
  25% {
    color: rgba(255, 255, 255, 0.5);
  }
  30% {
    color: rgba(255, 255, 255, 0.6);
  }
  35% {
    color: rgba(255, 255, 255, 0.7);
  }
  40% {
    color: rgba(255, 255, 255, 0.8);
  }
  45% {
    color: rgba(255, 255, 255, 0.9);
  }
  50% {
    color: white;
  }
  55% {
    color: rgba(255, 255, 255, 0.9);
  }
  60% {
    color: rgba(255, 255, 255, 0.8);
  }
  65% {
    color: rgba(255, 255, 255, 0.7);
  }
  70% {
    color: rgba(255, 255, 255, 0.6);
  }
  75% {
    color: rgba(255, 255, 255, 0.5);
  }
  80% {
    color: rgba(255, 255, 255, 0.4);
  }
  85% {
    color: rgba(255, 255, 255, 0.3);
  }
  90% {
    color: rgba(255, 255, 255, 0.2);
  }
  95% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.1);
  }
}
#loading {
  width: 100%;
  height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
}
#loading .preloader {
  margin: auto;
  background: url(../assets/logo.png) no-repeat center;
  background-size: 150px;
  width: 300px;
  height: 300px;
}
#loading .preloader2 {
  border-top: 5px solid #F18900;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite;
  position: relative;
  margin: auto;
  top: -280px;
}

button {
  background: #F18900;
  border: none;
  padding: 15px 10px 15px 20px;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  margin: 12px;
  font-weight: 600;
  cursor: pointer;
}
button a {
  color: #ffffff;
}
button a:hover {
  text-decoration: none;
  color: #ffffff;
}
button i {
  padding-right: 10px;
}

.whatsapp {
  background: transparent;
  border: 4px solid #25D366;
  font-size: 22px;
  padding: 10px 25px;
}

.arrowDown {
  color: #ffffff;
  font-size: 48px;
  animation: glow 1.8s infinite;
}
.arrowDown:focus {
  background: transparent;
}

.brand img {
  width: 120px;
  height: auto;
}

#contactForm {
  padding: 20px;
}

#contact label {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
  padding: 10px 0;
}
#contact input, #contact textarea {
  width: 100%;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 200;
  border-radius: 10px;
  border: none;
  box-shadow: 3px 3px 10px #cccccc, 3px 3px 10px #ffffff;
}
#contact input:focus, #contact textarea:focus {
  outline: none;
  background: rgba(85, 85, 85, 0.4);
  background: linear-gradient(41deg, rgba(85, 85, 85, 0.4) 0%, rgba(241, 137, 35, 0.4) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#loader-icon img {
  height: 60px;
  width: auto;
}

.defaultHead {
  display: none;
}

.showHead {
  display: block;
  background: url("../assets/img/patternBG1.jpg");
  background-size: cover;
  background-position: center;
}
.showHead .navbar {
  transition: all 0.5s;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.navPrimary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.5s ease-in;
}
.navPrimary .logoNav {
  top: 0;
}
.navPrimary .logoNav img {
  width: 90px;
  margin-top: -10px;
}

.navPrimary {
  min-height: 65px;
}
.navPrimary .logoNav img {
  width: 70px;
}

.navPrimaryLinks {
  display: flex;
  width: 55%;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.navPrimaryLinks a {
  text-decoration: none;
  display: block;
  padding: 20px;
  line-height: 1.6;
  color: #ffffff;
}
.navPrimaryLinks a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #F18900;
  display: block;
  -webkit-transform-origin: top top;
  -ms-transform-origin: top top;
  transform-origin: top top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
}
.navPrimaryLinks a:hover::after {
  -webkit-transform-origin: top top;
  -ms-transform-origin: top top;
  transform-origin: top top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.navToggler {
  cursor: pointer;
  display: none;
}
.navToggler span {
  display: block;
  width: 35px;
  height: 2px;
  margin: 8px;
  background-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
}

.toggleAnimate .line1 {
  transform: rotate(-45deg) translate(-8px, 6px);
}
.toggleAnimate .line2 {
  opacity: 0;
}
.toggleAnimate .line3 {
  transform: rotate(45deg) translate(-8px, -6px);
}

footer {
  background: url("../assets/img/patternBG1.jpg");
  background-size: cover;
  background-position: center;
}

.footerlayer {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.footSocial {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 2;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.footSocial li {
  list-style: none;
  display: inline;
}
.footSocial i {
  color: #F18900;
  transition: all 0.5s ease-in-out;
}
.footSocial i:hover {
  transform: scale(1.1);
}
.footSocial a {
  color: #F18900;
  font-size: 58px;
  padding: 5px;
}

.footList {
  padding: 20px 0;
}
.footList li {
  list-style: none;
  display: inline;
}
.footList li a {
  font-size: 20px;
  color: #A29F9D;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.footList li a:hover {
  color: #ffffff;
}

hr {
  margin-top: 20px;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.copyright {
  color: #ffffff;
  font-weight: 200;
  font-size: 20px;
  padding: 20px 0 0 0;
}
.copyright a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}
.copyright a:hover {
  color: #F18900;
}

body {
  line-height: 1;
  background: #F0F0F0;
}

.upDown20 {
  padding: 20px 0;
}

.upDown60 {
  padding: 60px 0;
}

.pdup20 {
  padding-top: 20px;
}

.landHero {
  height: 100vh;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: url("../assets/img/bg.jpg");
  background-size: cover;
  background-position: center;
}

.heroOverlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.landHeroCont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  line-height: 1.3;
}
.landHeroCont img {
  width: 120px;
}
.landHeroCont h1 {
  font-size: 54px;
  padding: 5px 0;
  text-shadow: 2px 1px 4px #000000;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 800;
}
.landHeroCont h1::after {
  content: "";
  height: 6px;
  width: 10%;
  background: #F18900;
  position: absolute;
  left: calc(50% - 5%);
  bottom: -5px;
}
.landHeroCont h3 {
  padding: 10px 0;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 2px 1px 4px #000000;
}
.landHeroCont article {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  padding: 5px 10px 20px 10px;
  text-shadow: 2px 1px 4px #000000;
}

.sectionGap {
  padding: 120px 0 30px 0;
}

.initGap {
  padding: 50px 0;
}

.titleAside {
  color: #F18900;
  font-style: italic;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}
.titleAside .titleSub {
  color: #7e7e7e;
}
.titleAside .titleHighlight {
  font-weight: 400;
  color: #000000;
  font-family: myriad-pro, sans-serif;
  font-size: 38px;
  letter-spacing: 1.5 px;
  font-style: normal;
}

.titleCenter {
  text-align: center;
}

.contentAside {
  padding: 24px 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.contentAside .highlighted {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}

.iconTitleGrid {
  text-align: center;
  background: rgba(85, 85, 85, 0.4);
  background: linear-gradient(41deg, rgba(85, 85, 85, 0.4) 0%, rgba(241, 137, 35, 0.4) 100%);
  padding: 30px;
  margin: 10px;
  box-shadow: 5px 5px 10px #cccccc, -5px -5px 10px #ffffff;
  line-height: 2;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.iconTitleGrid:hover {
  transform: scale(1.05);
}
.iconTitleGrid img {
  width: 80px;
}
.iconTitleGrid h3 {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.asideSecImage img {
  width: 95%;
}

.indItemChecked {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  column-count: 2;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
}
.indItemChecked i {
  color: #F18900;
  margin-right: 8px;
}

.summaryCenter {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #7e7e7e;
  padding: 24px 0;
  font-weight: 300;
  line-height: 1.5;
}
.summaryCenter .highlighted {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}

.highRibbonIndustries {
  background: url("../assets/img/engplan.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.paraLayer {
  height: 350px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.paraLayer h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  padding: 10px 0;
}

.residential {
  width: 100%;
  height: 250px;
  background: url("../assets/img/residential.JPG");
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.commercial {
  width: 100%;
  height: 250px;
  background: url("../assets/img/commercial.JPG");
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.public {
  width: 100%;
  height: 250px;
  background: url("../assets/img/public.JPG");
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.imgOverCont {
  border: 1px solid #F18900;
  height: 250px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.imgOverCont h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.contactInfos {
  width: 100%;
  background: rgba(85, 85, 85, 0.4);
  background: linear-gradient(41deg, rgba(85, 85, 85, 0.4) 0%, rgba(241, 137, 35, 0.4) 100%);
  padding: 40px;
  margin: 10px;
  box-shadow: 5px 5px 10px #cccccc, -5px -5px 10px #ffffff;
  line-height: 2;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.contactInfos ol {
  padding: 20px 0;
}
.contactInfos ol li {
  margin-left: 50px;
  align-items: center;
  color: #7e7e7e;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}
.contactInfos ol li .highlight {
  font-weight: 900;
  color: #000000;
}
.contactInfos ol li i {
  border-radius: 50%;
  display: block;
  position: relative;
  top: 33px;
  right: 50px;
  font-size: 30px;
  color: #ffffff;
}
.contactInfos a {
  text-decoration: none;
  color: #7e7e7e;
}
.contactInfos a:hover {
  color: #000000;
}

#landSectionGen {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.servicesLanding {
  background: url("../assets/img/commercial.JPG");
}

.portfolioLanding {
  background: url("../assets/img/public.JPG");
}

.aboutLanding {
  background: url("../assets/img/residential.JPG");
}

.contactLanding {
  background: url("../assets/img/commercial.JPG");
}

.landTransparentLayer {
  height: 60vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.landSectionCont {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.landSectionCont h2 {
  color: #ffffff;
  font-family: fontHighlight;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 56px !important;
  text-shadow: 2px 1px 4px #000000;
}
.landSectionCont .titleLight {
  color: #F18900;
  font-family: fontCont;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 30px;
}

img .zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
img .transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 786px) {
  .container {
    padding: 0 20px !important;
  }

  button {
    font-size: 12px;
  }

  .navToggler {
    display: block;
  }

  .navPrimary {
    height: 10vh;
    width: 100%;
    padding: 0 15px;
  }
  .navPrimary .logoNav {
    width: 100px;
  }

  .bgBlue .navPrimary {
    min-height: 70px;
  }

  .navPrimaryLinks {
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    height: 90vh;
    top: 12vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translatey(-120%);
    transition: transform 0.5s ease-in;
  }

  .navActive {
    transform: translatey(0%);
  }

  .heroOverlay {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }

  .landHeroCont h1 {
    font-size: 28px;
    padding: 15PX 0;
  }
  .landHeroCont h3 {
    padding: 15PX 0;
    font-size: 18px;
    font-weight: 300;
  }
  .landHeroCont article {
    font-size: 18px;
    display: none;
  }

  .sectionGap {
    padding: 80px 20px !important;
  }

  .titleAside {
    font-size: 20px;
  }

  .titleSub {
    color: #7e7e7e;
  }

  .titleHighlight {
    font-size: 28px;
  }

  .contentAside {
    font-size: 16px;
  }

  .highlighted {
    font-size: 20px;
  }

  .iconTitleGrid img {
    width: 60px;
  }
  .iconTitleGrid h3 {
    font-size: 10px;
  }

  .indItemChecked {
    font-size: 16px;
  }

  .summaryCenter {
    font-size: 16px;
  }

  .highRibbonIndustries {
    height: 500px;
  }

  .paraLayer {
    height: 500px;
  }
  .paraLayer h3 {
    font-size: 28px;
  }

  .footList {
    padding: 20px 0;
  }
  .footList li {
    list-style: none;
    display: list-item;
    line-height: 2;
  }

  .copyright {
    line-height: 1.5;
  }
}

/*# sourceMappingURL=main.css.map */
