body {
font-family: "Inter", sans-serif;
}

.topbar{
  background-color:#f49836;
  padding:10px 0px;
  color:#fff
}

.nav-link{
  font-weight:bold;
  text-transform: uppercase;
  color:#000
}

.navbar-brand img {
  width:220px
}

.features i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  font-size: 50px;
  color: #f49836;
  border-radius: 50%;
  border: 1px dashed #686E2B;
}

.product-card img {
  height: 150px;
  object-fit: cover;
}

.carousel-caption-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
  text-align: center;
}

#carouselHero .carousel-item img {    
  object-fit: cover;
  height: 750px;
}

.carousel-item h1{
  font-size: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 3px #000;
}

.about, .ourproducts, .why-us{
  padding:80px 0px
}

.bg-light {
  background-color: #F4EFEB !important
}

@media only screen and (max-width: 600px) {
.carousel-item h1 {
  font-size: 25px;
}

#carouselHero .carousel-item img{
  height:500px
}
}

.clients-header{
  background-color: #f49836;
  background-image:url(../images/services.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding:60px 0px
}

.clients-header h2{
  color: #fff;
  text-transform: uppercase;
  }

  .contact i{
    width: 20px;
    height: 20px;
    background-color: #fff;
    font-size: 20px;
    color: #f49836;
    border-radius: 50%;
    padding:10px
}

.footer {
  background-color: #148b37;
  padding: 60px 0;
}

.footer h6, .footer p, footer a{
  color:#fff
}
.footer a{
  text-decoration: none;
}

.footer hr {
  border-top : 1px solid #d1d1d1
}

