@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 40em) {
  #sticky.cloned .logo {
    display: none;
  }
  #sticky.cloned .top-bar .toggle-topbar.menu-icon a {
    color: #000;
  }
  #sticky.cloned .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  }
  .logo {
    text-align: center;
  }
  .header {
    padding-bottom: 20px;
  }
  .menu {
    padding-top: 20px;
  }
  .banner-heading {
    font-family: 'Marcellus SC', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase; 
    text-align: center;
    animation: 1s BHfadeIn;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    visibility: hidden;
  }
  .banner-text {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    animation: 1s BTfadeIn;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    visibility: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .welcome {
    padding: 70px 0;
  }
  .residential {
    padding: 70px 0;
  }
  .commercial {
    padding: 0 0 50px 0;
  }
  .fimg-right-container, .fimg-left-container {
    margin-bottom: 40px;
  }
  .parallax-row .right {
    padding-left: 0.9375rem;
  }
  .parallax-row .left {
    padding-right: 0.9375rem;
  }
  .parallax-row .left, .parallax-row .right {
    text-align: center;
  }
  .parallax-left-bg, .parallax-right-bg {
    position: relative;
    width: 100%;
    height: 200px;
    top: auto;
    left: auto;
  }
  .contact-form {
    padding-top: 30px;
  }
  .breadcrumbs {
    text-align: left;
  }
  .header-inner .logo {
    padding-bottom: 10px;
  }
  .header-inner .menu {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-inner .top-bar .toggle-topbar.menu-icon a {
    color: #000;
  }
  .header-inner .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  }
  .service-container {
    margin-bottom: 50px;
  }
  .orbit-bullets {
    display: block !important;
  }
  .about-about {
    padding: 0 0 60px 0;
  }
  .about-services {
    padding: 110px 0 60px 0;
  }
  .about-service-container {
    margin-bottom: 50px;
  }
  .testimonials-carousel {
    width: 100%;
  }
  .cta {
    margin: 70px 0 85px 0;
  }
  .cta .left, .cta .right {
    text-align: center;
  }
  .cta .right a.button {
    margin: 20px 0 0 0;
  }
  .project-single-container {
    padding-right: 0;
  }
	  
/* projects container spacing
 *.filtr-container .filtr-item:nth-child(n+2) {
	padding-top: 1rem;
	margin-top: 1rem;
}
 */


  
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #sticky.cloned .top-bar .toggle-topbar.menu-icon a {
    color: #000;
  }
  #sticky.cloned .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  }	

}