/* whatsapp icon */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

html,body{
  overflow-x: hidden;
}
/* navbar bar */

.call-btn{
  background-color: black;
  color: white !important;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  text-decoration: none;
   margin-right: 20px;
} 
.nav-link{
   font-weight: bold;
   color:black !important;
   font-size: large;
   margin-left: 20px !important;
} 
.navbar-brand img{
  width: 200px !important;
  height: 80px !important;
}

/* navbar end */
 /* section2 */
.section2 img{
  width: 500px;
  height: 500px;
}
   
 /* section2 end */
   /* section4 */
   #testimonials{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width:100%;
  }
  .testimonial-heading{
      letter-spacing: 1px;
      margin: 30px 0px;
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
   
  .testimonial-heading span{
      font-size: 1.3rem;
      color: #252525;
      margin-bottom: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
  }
  .testimonial-box-container{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width:100%;
  }
  .testimonial-box{
      width:500px;
      box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
      background-color: #ffffff;
      padding: 20px;
      margin: 15px;
      cursor: pointer;
  }
  .profile-img{
      width:50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 10px;
  }
  .profile-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }
  .profile{
      display: flex;
      align-items: center;
  }
  .name-user{
      display: flex;
      flex-direction: column;
  }
  .name-user strong{
      color: #3d3d3d;
      font-size: 1.1rem;
      letter-spacing: 0.5px;
  }
  .name-user span{
      color: #979797;
      font-size: 0.8rem;
  }
  .reviews{
      color: #f9d71c;
  }
  .box-top{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
  }
  .client-comment p{
      font-size: 0.9rem;
      color: #4b4b4b;
  }
  .testimonial-box:hover{
      transform: translateY(-10px);
      transition: all ease 0.3s;
  }
   
  @media(max-width:1060px){
      .testimonial-box{
          width:45%;
          padding: 10px;
      }
  }
  @media(max-width:790px){
      .testimonial-box{
          width:100%;
      }
      .testimonial-heading h1{
          font-size: 1.4rem;
      }
  }
  @media(max-width:340px){
      .box-top{
          flex-wrap: wrap;
          margin-bottom: 10px;
      }
      .reviews{
          margin-top: 10px;
      }
  }
  ::selection{
      color: #ffffff;
      background-color: #252525;
  }
  

/* section4 end */
/* faq */

.banner{
  width: 100%;
  height: auto;
}
/* footer */
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.cta-text a{
  color:#878787 ;
  text-decoration: none;
}
/* ccontact */
        
.section-ccontact{
min-height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
 background-color: rgb(120, 115, 115);
}

.section-ccontactsection-ccontact::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.8);
}

.contact-div{
position: relative;
z-index: 3;
padding-top: 50px;
padding-bottom: 50px;
}

.contact-container {
max-width: 1080px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.section-header {
margin-bottom: 50px;
text-align: center;
}

.section-header h2 {
color: #FFF;
font-weight: bold;
font-size: 3em;
margin-bottom: 20px;
}

.section-header p {
color: #FFF;
}

.contact-row  {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.contact-info {
width: 50%;
}

.contact-info-item {
display: flex;
margin-bottom: 30px;
}

.contact-info-icon {
height: 70px;
width: 70px;
background-color: #fff;
text-align: center;
border-radius: 50%;
}

.contact-info-icon i {
font-size: 30px;
line-height: 70px;
color: green;
}

.contact-info-content {
margin-left: 20px;
}

.contact-info-content h4 {
color: black;
font-size: 1.4em;
margin-bottom: 5px;
}

.contact-info-content p {
color: #FFF;
font-size: 1em;
}

.contact-form {
background-color: #fff;
padding: 40px;
width: 45%;
padding-bottom: 20px;
padding-top: 20px;
}

.contact-form h2 {
font-weight: bold;
font-size: 2em;
margin-bottom: 10px;
color: #333;
}

.contact-form .input-box {
position: relative;
width: 100%;
margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
width: 100%;
padding: 5px 0;
font-size: 16px;
margin: 10px 0;
border: none;
border-bottom: 2px solid #333;
outline: none;
resize: none;
}

.contact-form .input-box span {
position: absolute;
left: 0;
padding: 5px 0;
font-size: 16px;
margin: 10px 0;
pointer-events: none;
transition: 0.5s;
color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
color:green;
font-size: 12px;
transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
width: 100%;
background: green;
color: #FFF;
border: none;
cursor: pointer;
padding: 10px;
font-size: 18px;
border: 1px solid #00bcd4;
transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
background: #FFF;
color: #00bcd4;
}

@media (max-width: 991px) {
.contact-div {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-row {
  flex-direction: column;
}

.contact-info {
  margin-bottom: 40px;
  width: 100%;
}

.contact-form {
  width: 100%;
}
}


/* about */
.image1{
width: 300px; 
height: 300px;    
}
.image2{
width: 400px; 
height: 400px;    
}
.about-section2 h1{
    font-size: 1.25cm;
}
.about-section2 p{
    font-size: larger;
}
.about-section2 ul{
    list-style-type: square;
    font-size: large;
}
.about-section1 p{
font-size: large;
}
.repair {
position: relative;

}

.image {
display: block;
width: 100%;
height: 300px;
}

.overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color:green;
overflow: hidden;
width: 100%;
height:0;
transition: .5s ease;
}

.repair:hover .overlay {
bottom: 0;
height: 100%;
}

.text {
color: white;

position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align:start;
}
/* media query */
@media(max-width:790px){
.about-section2 img{
  margin-top: 30px !important;
 width: 300px;
 height: 300px;
}
.image2{
  width: 300px;
  height: 300px; 
}
.section2 img{
  width: 300px;
  height: 300px;
}
}
