/*
 colors:
#ff8041 orange
#38c4c1 green
#488df4 blue
#feca02 yellow
 */
/* nav */
.nav-link{
	color: #1b365f;
		cursor: pointer;
    font-weight: 600;
	  }
	  .nav-link:hover{
		color: #ff8041;
    border: 1px solid #ff8041;
	  }
/* nav */

.theme-btn-one {
  color: #fff;
  text-align: center;
  box-shadow: 0px 15px 20px 0px #35524748;
  background: #ff8041;
}

.theme-btn-one:hover {
  background: transparent;
  border: 2px #ff8041 solid ;
  color: #000;
}


.theme-btn-two  {
  color: #3f403e;
  text-align: center;
  box-shadow: 0px 15px 20px 0px #c1b39150;
  border: 1px solid #e55528;
  
}

.theme-btn-two:hover {
  background: transparent;
  background: #e55528;
  color: #fff;
}


.theme-btn-three {
  color: #fff;
  text-align: center;
  box-shadow: 0px 15px 20px 0px #35524748;
  background: #e55528;
}

.theme-btn-three:hover {
  background: transparent;
  border: 2px #e55528 solid ;
  color: #fff;
}

/* --------------------------------------------------------- */


.photo#dryer {
  filter: grayscale(0);
}
.photo#airduct {
  filter: grayscale(0);
}
.photo#ac {
  filter: grayscale(0);
}




.photo .photo_hover {
  font-family: sans-serif;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 20px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.65s;
  -webkit-transition: all 0.65s ease;

}


.photo .photo_hover h1 {
  margin: 0;
  line-height: 60px;
  font-weight: lighter;
  letter-spacing: .01em;

}

.photo .photo_hover a {
  padding-top: 7px;
  font-size: 19px;
  font-weight:550;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none;
  color: #fff;
}

.photo:hover .photo_hover {
  background-color: #3871c1da;
  opacity: .9;
  position: absolute;
  bottom: 0px;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}



/* .testimonials-foot{
  position: relative;
} */

.testimonials-foot:before {
  position: absolute;
  top: 390px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 25%;
  background-color: #1c1d4b;
  content: '';


}

 /* marquee */

 .marquee {
  width:100%;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 35s linear infinite;
  color:#fff;
  padding-left: 70%;
  }
  
  .marquee:hover {animation-play-state: paused}
  
  /* Make it move */
  
  @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -120em }}
  
   /* marquee */

.hero-title{
  font-size: 3.5rem;
}
.hero img{
  width: 100%;
}
.why-us{
  margin-top:-180px; 
  margin-left: -180px;
  justify-content: end;
}

.before{
  margin-bottom: -280px;
}

.after{
  margin-top: -130px;
}
.offer{
  margin-bottom: -180px;
}
.info{
  margin-bottom: -80px;
}
.form{
  margin-left: -120px; 
  margin-top: 140px;
}

@media (max-width:1706px) {
  .why-us{
    margin-top:0px; 
    margin-left:0px;
    justify-content: center;
  }

  .hero-title{
    font-size: 2.5rem;
  }
  
}

@media (max-width:1462px) {
  .before{
    margin-bottom: 0px;
  }
  
  .after{
    margin-top: 0px;
  }
}

@media (max-width:990px) {
  .hero img{
    width: 56%;
  }
  .offer{
    margin-bottom: 0px;
  }
  .info{
    margin-bottom: 0px;
  }

}

@media (max-width:1320px) {
  .form{
    margin-left: 0px; 
    margin-top: 0px;
  }
}

@media (max-width:1298px) {
.info .email {
  font-size: 0.6rem;
}
}



@media (max-width:1868px) {
  .info .email {
    font-size: 0.8rem;
  }
  }

  @media (max-width:1320px) {
    .info .email {
      font-size: 0.6rem;
    }
    }



/* ------------------- */
 .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1c1d4b;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 1.5px #acacac solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.form-control:focus {
background-color: transparent;
	border: #e55528 px solid;
	border-bottom-color: #e55528;
	outline: 0;
	box-shadow: none;
}

.form-label{
	color: #1c1d4b;
}
.form-control::placeholder{
	color: #636262b9;
}

textarea {
	resize: none;
	margin-bottom: 20px;
}


.userselect {
	user-select: none;
}

.spam {
	display: none;
}


.Locations a {
	width: 30%;
	color: #fff;
}


.userselect {
  user-select: none;
}

.social-links {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 8px 0px 0;
  padding: 8px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.social-links:hover {
  color: #ff8041;
  background-color: #ffffff;
}


#lz_overlay_wm .lz_overlay_wm_sh_act{
  width: 57px !important;
  height: 57px !important;
    background: #ff8041 !important;
    border-radius: 50%;
    z-index: 20000200;
    border-color:rgb(230, 86, 86);
    transform: translateY(0px);
    right: 0;
    position: relative;
    display: block;
    top: 0;
    visibility: visible;
  }

  #lz_overlay_wm .lz_overlay_wm_icon{
    background-color: #ff8041 ;
    border-radius: 50%;
}
.lz_chat_header{
    background-color: #ff8041 !important;
}
#lz_chat_overlay_data_form_ok_button{
    background: #ff8041 !important;
}