@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
html{
    
}
body{
    margin: 0;
    padding: 0;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hero{
    display: flex;
    background-image: url('/images/banner-residential-construction-site-against-blue-sky-background-with-copy-space-construction-industry-concept-photo_526934-2579.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    align-items: center;
    padding-left: 7vw;

}

.hero-headline{
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto Slab', serif;
    line-height:50px ;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
}
.hero-inner{
    width: 40vw;
    font-size: 20px;
    /* font-family: 'Albert Sans', sans-serif; */
}
.hero-inner h4{
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.btn{
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 2px;
}
.btn:hover{
    -webkit-box-shadow: 10px 10px 92px -34px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 92px -34px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 92px -34px rgba(0,0,0,0.75);
}
#btn1{
    background-color: #0b274f;
    color: white;
}
.values{
    display: flex;
    background-color: #0b274f;
    color: #fff;

}
.values-box-1{
    background-color: #fff;
    color: #000;
}

.values-child{
    display: flex;
    align-items: center;
    margin:0px 20px ;
}
.values-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
}
.las{
    font-size: 64px;
}
.lab{
    font-size: 32px;
}
.about-section{
    display: flex;
    justify-content: center;
    padding: 50px;
    text-align: justify;
    text-justify: inter-word;
}

#about-img{
    display: block;
    width: 50vw;
    padding: 0px 50px 0px 0px;
}

.about-content h2{
    border-bottom: 2px solid #0b274f;
    padding: 0px 0px 20px 0px;
    
}
.about-content p{
    margin: 20px 0px;
}
.customers{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
    padding: 0px 50px 20px 50px;
}
.customers-content h2{
    display: block;
    border-bottom: 2px solid #0b274f;
    padding: 0px 0px 20px 0px;
}
.customer-images{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 100px 30px 100px;
}
.customer-logo{
    width: 150px;
    height: 150px;
    filter: grayscale(100%);
}
.customer-logo:hover{
    filter: grayscale(0%);
    transition: 0.2s;
}
.btn{
    color: #000;
}
.services{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
    padding: 0px 50px 20px 50px;
}

.services-content h2{
    border-bottom: 2px solid #0b274f;
    padding: 0px 0px 20px 0px;
}
.services-card{
    margin: 50px 0px 20px 0px;
}
.card{
    width: 100%;
    transition: 0.3s;
}
.card:hover{
    box-shadow: 0px 20px 29px -14px rgba(0,0,0,0.37);
    -webkit-box-shadow: 0px 20px 29px -14px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 20px 29px -14px rgba(0,0,0,0.37);
}
/* .card:hover{
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 41px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 41px -10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 41px -10px rgba(0,0,0,0.75);
} */
.get-in-touch{
    display: flex;

}
table td{
    font-size: 18px;
    color: #fff;
}
.left  {
    width: 50vw;
    padding: 50px;
    background-color: #0b274f;
    color: #fff;
    line-height: 50px;
}
.map{
    width: 50vw;
    height: auto;
    border: none;

}

.about-expand{
    padding: 30px 20px 30px 20px;
}
.about-expand h2{
    padding: 20px;
    border-bottom: 2px solid #000;
}
.about-expand-title{
    display: block;
    text-align: center;
    border-bottom: 2px solid #0b274f;
    padding: 30px 0px 30px 0px;
    margin: 0px 50px;
}
.blockquote{
    /* border-bottom: 2px solid #0b274f; */
    padding: 30px 0px 30px 0px;
    /* margin: 0px 50px; */
}
.shadow {
	/*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;*/
}

.profile-card {
	padding-bottom: 60px !important;
}
.profile-card .profile-card_image img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	object-fit: cover;
	border: 4px solid #fff;
}
.profile-card .profile-card_social {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.profile-card .profile-card_social img {
	width: 33px;
	margin: 5px 10px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    -webkit-box-shadow: 6px -1px 41px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px -1px 41px -17px rgba(0,0,0,0.75);
    box-shadow: 6px -1px 41px -17px rgba(0,0,0,0.75);
}

.contact-form{
    padding: 50px;
    background-color: #81d4f5;
    border-radius: 5px;
    margin-top: 50px;
    
}
form .card{
    -webkit-box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
}
.bg-image-container{
    margin: -100px 0px 0px  0px;
    padding: 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #81d4f5; */
    background-image: url("/images/bernd-dittrich-eCc7FjMoR74-unsplash.jpg");
    

}
.bg-image-container h2{
    margin-top: 100px;
    color: #fff;
    
}
.bg-image-container p{
    font-size: 20px;
    color: #fff;
}
.comment-slider{
    margin-bottom: -70px;
}
#client-testimonial-carousel {
    /* min-height: 200px; */
    margin: auto;
    
}
.fa-star,.fa-star-half-alt{
    color: #FFD700;
}
#all-content .hero{
    padding-top: 5rem;
}
/* .navbar-collapse {
    max-height: 100%;
  } */
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}
  @media screen  and (max-width: 576px) {
    

  }

@media only screen and (max-width: 1000px) {
    
    .hero-inner{
        width: 100vw;
        text-align: center;
    }
    .hero{
        padding: 7vw;
    }
    
    .about-section{
        flex-direction: column;       
    }
    .about-content h2{
        text-align: center;
    }
    #about-img{
        width: 100%;
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }
    .services{
        flex-direction: column;
    }
    .services-content h2{
        margin-top: -120px;
    }
    .values{
        flex-direction: column;
    }
    .customers{
        align-items: center;
    }
    .customer-images{
        /* flex-direction: column; */
        padding: 20px 0px;
    }
    .left{
        width: auto;
        text-align: center;
    }
    .get-in-touch{
        flex-direction: column;
    }
    .map{
        width: auto;
        height: 50vh;
    }
    .table td{
        text-align: left;
    }
    #services-image{
        width: 100%;
        margin: 0px 0px 50px 0px;
        padding: 0px;
    }
    .comment-slider{
        margin-bottom: -70px;      
    }
    
  }
  @media (max-width: 576px) {  
    .xs {color:red;font-weight:bold;}
    .services-content h2{
        margin-top: 0px;
    }
    
  }
  @media (max-width: 375px) {  
    .hero-headline{
        font-size: 40px;
    }
    
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width:768px) {  
    .sm {color:red;font-weight:bold;}
    .comment-slider{
        min-height: 60vh;
       }
    
  }
   
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) and (max-width:992px) {  
   .md {color:red;font-weight:bold;}
   .comment-slider{
    height: 60vh;
   }
  }
   
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width:1200px) { 
   .lg {color:red;font-weight:bold;
    }
  }
   
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
      .xl {color:red;font-weight:bold;}
  }