@font-face {font-family:font1; src:url("font1.woff");}
:root {
  --main-bg-color: #000000;
}

.to-top{padding: 5px 12px 5px 12px; display: none;
    position: fixed;
    bottom: 10%;
    right: 4%;
    border-radius: 5px;
    background-image: url('../img/bg-pattern-1.png');
    font-size: 25px;
    color: #fff;
    cursor: pointer;}

html{font-family: 'Roboto', sans-serif; background-color: #DCDCDC;}

.callBtn{
  float: left;
  font-size: 25px;
  margin-left: 13px;
  margin-top: 16px;
  display: none;
}

#topSection{
	width: 100%; height: 850px;  background-repeat: no-repeat; 
	background-image: url('../img/c2.jpg'); background-size:cover; background-position: left center;  background-attachment: scroll;
	transition: background 10s linear 1s;
	-webkit-transition: background 10s linear 1s;
	-moz-transition: background 10s linear 1s;
	-o-transition: background 10s linear 1s; opacity: 0.9;

}
#top-overlay{
  top: 80px;
  left:0;
  width: 100%;
  height: 770px;
  right:0;
  z-index: 2;
  position: absolute;
  opacity: 0.6;
  background-image: url('../img/bg-pattern-1.png');
}

#header{
	width: 100%; color:white; font-size: 40px; font-weight:bold; text-align: center; background-image: url('../img/bg-pattern-1.png');
  height: 80px; 
  font-family: font1, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px blue; padding-top: 10px;;
}


#trust{color:white; font-size:35px; font-weight:bold; text-align: center; z-index: 3;
 margin-top: 150px; width:100%; position: absolute; text-shadow: 1px 1px blue;}

 .stats{ font-size:21px; text-align: center; color:white; margin-top:390px;
     z-index:4; position: relative;
    display: flex; justify-content: center;
    text-shadow: 1px 1px blue;
    
    
  }

  .stat{padding-right: 15px; padding-left: 15px; z-index:4; }

 
@media screen and (max-width: 620px) {
  .fa-2x{font-size: 30px;}

  .stat h4{font-size: 23px;}

  .stat p{font-size: 18px;}
  
}

@media screen and (max-width: 600px) {
  #header{font-size: 35px; padding-top: 15px;}

  #trust{font-size: 31px;  margin-top: 130px;}
  

}

@media screen and (max-width: 550px) {
  .fa-2x{font-size: 28px;}

  .stat h4{font-size: 20px;}

  .stat p{font-size: 15px;}
  
  #pgTitle{font-size: 30px; padding-top: 15px; padding-right: 58px;}
  
}

@media screen and (max-width: 530px) {
  #header{ }
  
   .callBtn{
    display: block;
  }

  #trust{font-size: 26px;}

}

@media screen and (max-width: 450px) {
  
   #pgTitle{font-size: 23px;}

  .stat{padding-right: 6px; padding-left: 6px;}

}

@media screen and (max-width: 350px) {
  
   #pgTitle{font-size: 19px;}


}

#middle{background: #DCDCDC;  font-family: font1, Arial, Helvetica, sans-serif;}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double var(--main-bg-color);
    color: var(--main-bg-color);
    text-align: center;
}
hr.style-eight:after {
    content: "Services";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.5em;
    padding: 0 0.25em;
    background: #DCDCDC;
    font-weight:bold;
}

hr.style-eight2 {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double var(--main-bg-color);
    color: var(--main-bg-color);
    text-align: center;
}

hr.style-eight2:after {
    content: "Business Hours";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.9em;
    padding: 0 0.25em;
    background: #DCDCDC;
    font-weight:bold;
}
#bullets{color:black; font-weight:bold; font-size:26px; text-align: center; 
 
}


#bullets li{padding-bottom: 50px; display: inline-block; margin-right: 30px; margin-left: 30px; overflow: hidden; 
  background: url('../img/drill.png') no-repeat left top; background-size: 45px; padding-left: 53px;}


#contact{color: black; font-size: 23px; font-weight: bold;}

#ourWork, #contact{text-align:center;  padding-bottom: 250px;}

#ourWork h1, #contact h1{background: var(--main-bg-color); color:white; font-size: 40px; font-weight:bold; text-shadow: 1px 1px black;
padding-bottom: 20px; padding-top: 10px;}

#ourWork span{border-bottom: 4px solid white; padding-bottom: 2px;}


 #footer{color: white; text-align: center; font-weight:bold; background-image: url('../img/bg-pattern-1.png');
   padding-bottom: 10px; padding-top: 10px;
  text-shadow: none; font-family: font1, Arial, Helvetica, sans-serif; font-size: 15px;}

  #social{font-size: 33px; cursor: pointer; font-weight: normal;}

  #social a{color: black; }
  
  #businessHours span{display:block;
	  font-weight:bold;
	  font-size: 25px;
	  text-align:center;
  }
  
  

/* hamburger */
.checkbox {
  display: none;
}

.button {
  position: relative;
  background-image: url('../img/bg-pattern-1.png');
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 1.5vh; 
  right: 2vw; 
  z-index: 2000;
  box-shadow: 0 1rem 3rem black;
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 1.5vh; 
  right: 2vw; 
  background-image: radial-gradient(blue, black);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
  background-image: url('../img/bg-pattern-1.png');
}

.list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.item {
  margin: 1rem;
  
}

.link{
  font-size: 30px;
}

.link:link,
.link:visited {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: blue;
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 2rem;
  height: 2px;
  background-color: white;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}



#workImages{
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
  column-gap: 15px;
  justify-content: space-around;

}

.workImageItem{
  display: flex;
  row-gap: 35px;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.workImageItem img{
  max-width:310px;
  border-radius: 5px;
}

.workImageItem div{
  display: flex;
  flex-direction: column;
  font-size: 25px;
}
.workImageItem p{
 font-size: 25px;
 font-weight: bold;
 margin: 0;
 padding: 0;
 
}

#checkout {
  font-size: 18px;
  text-align: center;
  color: white;
  z-index: 4;
  position: relative;
  text-shadow: 1px 1px blue;
}

#chevronDown {
  margin-top: 30px;
  display: inline-block;
  font-size: 32px;
  position: relative;
  animation: 4s bounce ease-in infinite;
}

@keyframes bounce {
 0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}
	
#why-us{
  height: 700px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  
}

@media screen and (max-width: 700px) {
  #why-us{
    height: 900px;}
  
}

@media screen and (max-width: 500px) {
  #why-us{
    height: 1050px;}
  
}

#why-us-icons{
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 50px;
  font-size: 20px;

}

.typewriter{word-wrap: break-word; font-size:28px;
  white-space: normal;}





