* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.clr{
    clear:both;
  }

  /*Navabar */
  #navbar {
    display: block;
    top: 0;
    background: white;
    color: #102439;
    justify-content: space-between;

  }

  #navbar img {
    margin-bottom: 20px;
    padding-left: 0px;
  }

 #navbar ul {
  justify-content: center;
 }

  #navbar ul li a {
    color: white;
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  } 

  #navbar ul li a:hover {
    color: white;
    background: #fa9602;
    border-radius: 5px;
 
  }

  .l-heading {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
    color: rgb(253, 153, 39)
  }
  
  .lead {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  
  .lead-head {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
  }

  .intro-text {
    padding: 40px;
 
   }
  
   .intro-text-two {
    padding: 20px;
 
   }
  /* logo */
.logo{
  height: 7rem;
  width: auto;
}
  /*Service*/
  #services {
    max-width: 90%;
  }

  .services {
    
    flex-direction: column;
    padding: 0rem;
    max-width: none;
  }

  .servicesone {
    margin-top: 50px;
    flex-direction: column;
    padding: 0rem;
    max-width: none;
  }
  


  #services-two h1 {
    padding-top: 30px;
    font-size: 30px ;
  }
  .box {
    width: 100%;
    padding: 0px;
    text-align: center;
    width: 100%;
    padding: 40px;
   }

   
   /*form*/
   #About {
     text-align: center;
    display: block;
    width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 10px;
    margin-top: 10px;
   }

   .about{
    text-align: center;
    flex-direction: column;
  }

  .about-text {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
  }
  
.about-img img{
  width: 100%;
  height: auto;
  padding: 10px;
}

  .about-info{
    text-align: center;
    flex: 0 0 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  #About h1 {
    font-size: 30px ;
    text-align: center;
    padding-bottom:0px;
    margin-bottom: 0px;
  }

  .about h2 {
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
  }

  .about-img{
    padding-right: 10px;
  }

  /* showcase */
#showcase {
  background:  url('../images/hero2.jpg') no-repeat center center/cover;
  height: 70vh;
  color: white;
  transition: opacity .5s ease;
}

#showcase .showcase-content {
  -webkit-align-self: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
    /* overlay */
    background-color: rgba(0, 0, 0, 0.4);
  display: block ;
}


.details-img{
  text-align: center;
  height: 10rem;
  width: auto;
  margin-bottom: 35px;
}

.car-images {
  width: 350px;
  height: auto;
}

.btn {
  font-size: 0.7rem;
}

/* testimonial */
#testimonial h1 {
  padding: 10px;
}

.testimonial-info {
  flex-wrap: wrap;
}

#showcase-two {
 height: 30vh;
}

#showcase-two .showcase-content {
 padding-top: 100px;

}

#showcase-three {
  background:  url('../images/hero3.jpg') no-repeat center center/cover;
  height: 25vh;
  color: white;
  transition: opacity .5s ease;
}

#showcase-three .showcase-content {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
    /* overlay */
    background-color: rgba(0, 0, 0, 0.4)

}

#showcase-four {
  background:  url('../images/hero4.jpg') no-repeat center center/cover;
  height: 25vh;
  color: white;
  transition: opacity .5s ease;
}

#showcase-four .showcase-content {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
    /* overlay */
    background-color: rgba(0, 0, 0, 0.4)

}
#About-two h1 {
  padding-top: 30px;
  font-size: 30px ;
}
#reasons {
  padding-top: 20px;
}
.reasons {
  display: block;
  text-align: center;
  padding: 0 20px 0 20px;
}

.reasons-box{
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.reasons-box p{
  padding: 5px;
}
.form-container-two {
 text-align: left;
  max-width: 90%;
  }

  .form-container2 ::placeholder{
    text-align: left;
     }

  #form ::placeholder {
    text-align: left;
  }

  #form input {
    text-align: left;
  }

  #form textarea {
    text-align: left;
  }

  /* FAQs */
#showcase-faq {
 height: 30vh;
}

#showcase-faq .showcase-content {

  padding-top: 100px;
    /* overlay */
    background-color: rgba(0, 0, 0, 0.4)

}

.about-info-two {
  padding: 10px;
}

#About {
  padding-bottom: 10px;
}

/* Solution */
#About-solution h2 {
  padding: 10px;
}

#About-solution {
  padding: 10px;
  padding-bottom: 10px;
}

#showcase-solution {
   height: 30vh;
}

.about-solution-info {
  padding: 10px;
}

/* how it works */
#showcase-how {
   height: 30vh;
}

.steps {
  margin: 1px;
  margin-bottom: 10px;
}

/* investor */
#showcase-investor {
  height: 30vh;
}

#showcase-investor .showcase-content {
  padding-top: 100px;

}

/* thanks */
#showcase-thanks {
  height: 30vh;
}

#showcase-thanks .showcase-content {
  padding-top: 100px;

}

/* reasons */

#navbar ul {
  flex-wrap: wrap;
}


#navbar ul li {
 padding: 10px;
} 

#showcase .showcase-content {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
    /* overlay */
    background-color: rgba(0, 0, 0, 0.4)

 }

 /* 404 */
#showcase-404 {
  height: 30vh;
}

#showcase-404 .showcase-content {
  padding-top: 100px;

}
