@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800");
body {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  background-color: $color6; */
  background-color: #3a3a3a;
  background-image: url(../images/main-bg2.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/* text */
h1 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 2.5rem;
  display: block;
  border-left: #f17b3a 2px solid;
  padding-left: 1rem;
  max-width: 60%;
  margin-bottom: 2rem;
}

.main-text h1 {
  max-width: 80%;
}

h1.banner {
  font-size: 5rem;
  line-height: 1;
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h1.projects-header {
  font-size: 3.5rem;
  line-height: 1;
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h2 {
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.5rem;
}

h3 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.5rem;
  display: block;
  border-left: #f17b3a 2px solid;
  padding-left: 1rem;
  max-width: 60%;
  margin-bottom: 2rem;
}

h4 {
  color: #fff;
}

p.banner-top {
  font-size: 1.5rem;
  color: #f17b3a;
  font-weight: 300;
}

p {
  line-height: 24px;
  margin-bottom: 25px;
  color: #b1b1b1;
}

p.overview {
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.4;
  border-left: #f17b3a 2px solid;
  padding-left: 2rem;
}

li {
  color: #b1b1b1;
}

a {
  color: #efd976;
}

a:hover {
  color: #f17b3a;
}

/* button */
.btn {
  border-radius: 0;
}

.btn-primary {
  background: rgb(47, 63, 153);
  background: linear-gradient(317deg, rgb(47, 63, 153) 0%, rgb(13, 23, 87) 100%);
}

.button-link {
  background-color: #f17b3a;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.3rem 0.9rem;
  font-size: 1.1rem;
}

/* main nav */
.menu-holder {
  background-color: #2c2c2c;
  transition: 1s all;
}

.logo-holder {
  padding: 0.3rem 1.5rem;
  max-width: 285px;
  transition: 1s all;
}

.main-nav {
  transition: 1s all;
  margin: 0;
  padding: 2rem;
  text-align: left;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  list-style: none;
  display: inline-block;
}
.main-nav li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  text-transform: capitalize;
}
.main-nav li a:hover {
  text-decoration: underline;
  color: #f17b3a;
  transition: 1s all;
}

.menu-holder.fixed {
  transition: 1s all;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
}
.menu-holder.fixed .main-nav {
  padding: 1rem;
}
.menu-holder.fixed .logo-holder {
  max-width: 185px;
}

.scroller {
  height: 4px;
  background-color: #efd976;
  opacity: 0.8;
  transition: all linear 0.1s;
  min-width: 0%;
}

.get-quote {
  height: 100%;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #f17b3a;
  transition: all 1s;
}
.get-quote a {
  display: block;
  color: #000;
  font-weight: 700;
  height: 100%;
  width: 100%;
  text-decoration: none;
  line-height: 1;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.5s;
}

.get-quote:hover {
  transition: all 1s;
  background-color: #ffffff;
}

.get-quote:hover a {
  transition: all 0.5s;
  color: #f17b3a;
}

/* footer nav */
.footer-bg {
  padding: 1rem 4rem 1rem 4rem;
  margin-top: 5rem;
  background-color: #2c2c2c;
}
.footer-bg .footer-subtext {
  margin-top: 0.5rem;
  border-top: #f17b3a 1px solid;
}
.footer-bg .footer-subtext p {
  font-size: 0.7rem;
  margin: 0;
  color: #fff;
}

p.footer-header {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.footer-nav {
  margin: 0;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  list-style: none;
  display: inline-block;
}
.footer-nav li a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 0rem;
  font-size: 1.3rem;
  transition: 1s all;
}
.footer-nav li a:hover {
  text-decoration: underline;
  transition: 1s all;
  color: #f17b3a;
}

.social-links a {
  text-decoration: none !important;
}
.social-links i {
  color: #ffffff;
  font-size: 2.3rem;
  margin-right: 0.5rem;
  transition: 1s all;
  cursor: pointer;
}
.social-links i:hover {
  margin-top: -2px;
  transition: 1s all;
  color: #f17b3a;
}

/* main banner */
.main-banner {
  height: 400px;
  background-image: url(../img/img1.jpg);
  background-repeat: no-repeat;
}

.home-banner-space {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

/* Backgrounds */
.white-bg {
  background-color: #2c2c2c;
  margin-top: 1.5rem;
  padding: 3rem;
}

/* spacing */
.section-space {
  margin-top: 3rem;
}

/* Images */
.img-border {
  border: solid 1px #2c2c2c;
  padding: 1.8rem;
}

/* service list */
a div.services-holder {
  text-decoration: none;
}

.services-holder {
  padding: 1rem;
  border: 1px solid #3e3e3e;
  transition: 1s all;
}
.services-holder h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.services-holder i {
  font-size: 4rem;
  margin-right: 1rem;
  color: #fff;
}
.services-holder p {
  font-size: 0.9rem;
}
.services-holder .service-icon {
  height: 5rem;
  width: 5rem;
}
.services-holder a {
  text-decoration: none;
}

.services-holder:hover {
  border: 2px solid #f17b3a;
  transition: 0.5s all;
}

.services-holder:hover h4 {
  color: #f17b3a;
  transition: 0.5s all;
}

/* project signposts */
.project-holder {
  margin: 0;
  padding: 0;
  transition: all 1s;
  background-color: #3e3e3e;
}
.project-holder a {
  text-decoration: none;
}
.project-holder .project-txt {
  padding: 2.5rem 2rem;
}
.project-holder .project-txt .top {
  font-weight: 300;
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: 0.8rem;
}
.project-holder .project-txt .top .type {
  margin-left: 1rem;
}
.project-holder .project-txt .project-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  transition: all 1s;
}
.project-holder .project-txt .project-title:hover {
  color: #ffffff;
}

.project-holder:hover {
  padding: 0.4rem;
  transition: all 1s;
}

.project-holder:hover .project-title {
  color: #f17b3a;
  transition: all 1s;
}

.project-holder:hover {
  transition: all 1s;
  border: 4px solid #f17b3a;
}

/* signpost */
.signpost {
  position: relative;
  -webkit-box-shadow: 4px 4px 15px 2px rgb(196, 196, 196);
  -moz-box-shadow: 4px 4px 15px 2px rgb(196, 196, 196);
  box-shadow: 4px 4px 15px 2px rgb(196, 196, 196);
}
.signpost .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(47, 63, 153);
  background: linear-gradient(214deg, rgba(47, 63, 153, 0.5) 0%, rgba(13, 23, 87, 0.7) 100%);
  padding: 0.5rem;
  transition: 1s all ease-in-out;
}
.signpost .overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.signpost .overlay:hover {
  background: rgb(47, 63, 153);
  background: linear-gradient(214deg, rgba(47, 63, 153, 0.5) 0%, rgb(13, 23, 87) 100%);
  transition: 0.5s all ease-in-out;
  padding: 0.5rem 1rem;
}

/* Quote area */
.customer-quote {
  border: #f17b3a solid 4px;
  padding: 2rem;
  text-align: center;
}
.customer-quote p {
  margin-bottom: 0;
  padding: 0 2rem;
}
.customer-quote .customer-name {
  padding-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
}
.customer-quote .customer-name span {
  font-weight: 400;
  margin-bottom: 0;
}

blockquote {
  font-size: 1.1em;
  line-height: 1.2em;
  font-style: italic;
  color: #fff;
  padding: 0 2rem;
}

blockquote:before {
  color: #f17b3a;
  content: open-quote;
  font-family: sans-serif;
}

blockquote:after {
  color: #f17b3a;
  content: close-quote;
  font-family: sans-serif;
}

blockquote:before {
  color: #f17b3a;
  display: inline-block;
  font-size: 7rem;
  position: relative;
  float: left;
  top: 1.5rem;
  left: -10px;
}

blockquote:after {
  color: #f17b3a;
  display: inline-block;
  font-size: 7rem;
  position: relative;
  float: right;
  top: 1rem;
  right: -10px;
}

/* owl carousel */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-nav {
  font-size: 3rem;
  line-height: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  font-size: 3rem;
  background-color: #f17b3a;
}

button.owl-prev.disabled,
button.owl-next.disabled {
  color: #d5d5d5 !important;
}

.owl-prev {
  left: 0;
  top: 200px;
  color: #f17b3a !important;
}

.owl-next {
  right: 0;
  top: 200px;
  color: #f17b3a !important;
}

/* Content */
.main-text li {
  line-height: 1.7;
}

/* project */
.parallax {
  /* The image used */
  background-image: url("../img/img1.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-gallery {
  border: solid 1px #666666;
  padding: 0.3rem;
  padding-bottom: 0;
}
.project-gallery .owl-dots {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.project-gallery .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #b0b0b0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  text-align: center;
}
.project-gallery .owl-dots .owl-dot.active span,
.project-gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.project-gallery .owl-nav {
  font-size: 3rem;
  line-height: 0;
}
.project-gallery .owl-prev,
.project-gallery .owl-next {
  position: absolute;
  font-size: 3rem;
}
.project-gallery button.owl-prev.disabled span,
.project-gallery button.owl-next.disabled span {
  color: #d5d5d5 !important;
  padding: 0.1rem 0.3em 0.4rem !important;
  background-color: #9797c1;
}
.project-gallery button.owl-prev span,
.project-gallery button.owl-next span {
  color: #f17b3a !important;
  padding: 0.1rem 0.3em 0.4rem !important;
  background-color: #ffffff;
}
.project-gallery .owl-prev {
  left: 0;
  top: 50%;
}
.project-gallery .owl-next {
  right: 0;
  top: 50%;
}

/* quotes */
.quote-gallery {
  border: solid 3px #f17b3a;
  padding: 1rem;
  padding-bottom: 0;
  background-color: #2c2c2c;
}
.quote-gallery .owl-dots {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.quote-gallery .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #b0b0b0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  text-align: center;
}
.quote-gallery .owl-dots .owl-dot.active span,
.quote-gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.quote-gallery .owl-nav {
  font-size: 3rem;
  line-height: 0;
}
.quote-gallery .owl-prev,
.quote-gallery .owl-next {
  position: absolute;
  font-size: 3rem;
}
.quote-gallery button.owl-prev.disabled span,
.quote-gallery button.owl-next.disabled span {
  color: #2c2c2c !important;
  padding: 0.1rem 0.3em 0.4rem !important;
  background-color: #f17b3a;
  opacity: 0.3;
}
.quote-gallery button.owl-prev span,
.quote-gallery button.owl-next span {
  color: #2c2c2c !important;
  padding: 0.1rem 0.3em 0.4rem !important;
  background-color: #f17b3a;
}
.quote-gallery .owl-prev {
  left: 0;
  top: 50%;
}
.quote-gallery .owl-next {
  right: 0;
  top: 50%;
}
.quote-gallery .customer-quote {
  border: none;
}

.main-nav.mobile-nav {
  display: none;
}

.mobile-nav-holder {
  display: none;
}

/* Form */
.notices .success .green {
  background: none;
  border: none;
}
.notices .success .green p {
  font-weight: 700;
  font-size: 1.3rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
}
.contact-form .form-label {
  color: #b1b1b1;
  margin-top: 1rem;
}
.contact-form .button {
  margin: 1rem 0;
  display: block;
  color: #000;
  font-weight: 700;
  height: 100%;
  width: 100%;
  text-decoration: none;
  line-height: 1;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.5s;
  background-color: #f17b3a;
  padding: 2rem;
}
.contact-form .button:hover {
  background-color: #fff;
  color: #f17b3a;
}

.contact-us-list ul {
  border-left: solid #f17b3a 2px;
  margin-top: 1.5rem;
}
.contact-us-list li {
  font-size: 1.5rem;
  list-style: none;
}
.contact-us-list a {
  text-decoration: none;
  transition: 1s all;
  color: #fff;
  padding-bottom: 1rem;
}
.contact-us-list a:hover {
  text-decoration: underline;
  transition: 1s all;
  color: #f17b3a;
}

@media (max-width: 1300px) {
  .main-nav li a {
    padding: 0.7rem;
  }
}
@media (max-width: 900px) {
  .main-text h1 {
    max-width: 100%;
    font-size: 2rem;
  }
  .get-quote {
    padding: 1rem;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-open {
    font-size: 2rem;
    color: #f17b3a;
    width: 100%;
    height: 4rem;
    text-align: right;
  }
  .main-nav.mobile-nav {
    display: block;
  }
  .main-nav.mobile-nav .mobile-nav-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #2c2c2c;
    padding: 2rem;
    top: 0;
    left: 0;
  }
  .main-nav.mobile-nav .mobile-nav-holder li {
    display: block;
    padding-top: 1rem;
  }
  .main-nav.mobile-nav .mobile-nav-holder a {
    font-size: 2rem;
    border-left: 1px #f17b3a solid;
  }
  .main-nav.mobile-nav .mobile-nav-holder .mobile-close {
    font-size: 2rem;
    color: #f17b3a;
    width: 100%;
    height: 4rem;
    text-align: right;
  }
}
.menu-holder.fixed .mobile-menu-open {
  font-size: 1.3rem;
  color: #f17b3a;
  width: 100%;
  height: 2rem;
  text-align: right;
  transition: linear 1s all;
}

@media (max-width: 576px) {
  h1 {
    max-width: 80%;
  }
  h1.banner {
    font-size: 4rem;
    line-height: 1;
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .white-bg {
    padding: 1.5rem;
  }
  .get-quote {
    padding: 1rem;
  }
  .main-nav {
    padding: 1rem 2rem 0 2rem;
  }
}