body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
}

.navbar-brand {
  font-weight: 700;
  color: #007bff !important;
}

.hero {
  /* background: linear-gradient(135deg, #007bff, #00b4d8); */
  background-image: url('../img/banner.jpg');
  color: white;
  padding: 100px 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.section-title {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

footer {
  background: #212529;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}


#ourservice{
  background-image: url('../img/our-service-bg.jpg');
}

#contact{
  background-image: url('../img/contactus-bg.jpg');
}