@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", serif;
    font-style: normal;
}
.banner {
    background-image: url(../img/Hero-banner.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 67px;
  }
.banner p {
    color: #fff;
    font-size: 18px;
  }
  .banner ul li {
    color: #fff;
    font-weight: bolder;
  }
.form {
    background: #fff;
    padding: 40px 10px;
    border-radius: 6px;
  }
.form-control.mt-3 {
  border: navajowhite;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: navajowhite;
  border-bottom: 1px solid;
  padding: 15px;
}
.service-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.service-box:hover {
    transform: scale(1.05);
}
.service-box i {
    font-size: 40px;
    color: #d1b06e;
    margin: 10px 0 28px;
  }
.service-box h5 {
    font-weight: bold;
}
.import_content {
    background: #000;
    padding: 32px;
    color: #fff;
    border-radius: 10px;
    transition: transform 0.3s;
}
.import_content:hover {
  transform: scale(1.05);
}
.faq {
    color: #000;
    padding: 50px 0;
  }
.faq h2 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}
.accordion-item h2 {
    margin: 0;
}
.accordion-button.collapsed {
  background: #f4f4f4;
  box-shadow: 0 0 10px #eee;
}
.testimonial {
  padding: 50px 0;
  background: #f7f7f7;
}
.testi_content h3 {
    font-size: 38px;
    text-align: center;
    margin: 30px auto;
  }
.item {
    background: #fff;
    padding: 30px;
    font-size: 13px;
    font-style: italic;
}
.star img {
    width: 12px !important;
}
.owl-carousel .owl-item img {
    width: 100%;
}
.owl-nav, .owl-prev{
    position: absolute;
    top: 52px;
    left: -20px;
    font-size: 43px;
    padding: 0 5px;
    border-radius: 25px;
}
.owl-nav, .owl-next{
    position: absolute;
    top: 52px;
    right: -20px;
    font-size: 43px;
    padding: 0 5px;
    border-radius: 25px;
}
.Footer {
    background: #000;
    padding: 15px 0 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.Footer p {
  color: #fff;
  text-align: center;
}
.Footer a {
  color: #fff;
  text-decoration: none;
}
.Footer a:hover {
  color: #d1b06e;
  text-decoration: none;
}
.get_box {
  background: #d1b06e;
  padding: 50px;
  border-radius: 15px;
  margin: 70px 0 30px;
  color: #000;
}
.get_box h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}
.get_box a {
  background: #000;
  padding: 20px 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-size: 20px;
}

@media (max-width: 600px) {
  .banner h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .banner p {
    font-size: 13px;
  }
  .testi_content h3 {
    font-size: 29px;
    text-align: center;
    margin: 15px auto;
  }
  .get_box {
    padding: 30px;
  }
  .get_box h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .get_box a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
  }
  .owl-nav, .owl-prev {
    display: none;
  }
  .owl-nav, .owl-next {
    display: none;
  }
  .faq h2 {
    font-size: 26px;
    margin-bottom: 6px;
    text-align: center;
  }
}