body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

/* header area css*/

.nav {
  padding: 20px 0;
  background-color: #f4f4f4;
  transition: all 0.4s ease-in-out;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
  font-size: 28px !important;
}

.navbar li.nav-item {
  padding: 0 12px;
}

.navbar a.nav-link {
  color: #212121;
  font-weight: 500;
  transition: all 0.2s;
}

.navbar a.nav-link:hover {
  color: #7cb440;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #7cb440;
}

.cor {
  color: #7cb440;
}

.navbar-brand img {
  width: 300px;
}

.navbar a.btn-one {
  color: #fff;
}

.btn-one {
  background-color: #7cb440;
  padding: 15px 30px !important;
  border-radius: 50px;
  display: inline-block;
  border: none;
  color: #fff;
}

.btn-one:hover {
  background-color: #1a9a44;
  color: #fff;
  transition: all 0.3s;
}

.banner {
  background-image: url(img/banner.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

.card-one {
  background-color: #7cb440;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.card-one:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2rem #7cb440;
  transition: all 0.3s;
}

.card-one i {
  font-size: 42px;
  margin-bottom: 20px;
  color: #fff;
}

.bg-grey {
  background-color: #f4f4f4;
}

.card-two {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  display: flex;
}

.card-two img {
  border-radius: 10px 0 0 10px;
  width: 220px;
}

.card-two:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transition: all 0.3s;
}

.hr-one {
  width: 150px;
  border-top: solid 4px #7cb440;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.services {
  background-color: #7cb440;
  color: #fff;
}

.services .card-two {
  background-color: #fff;
  text-align: center;
  /* border: solid 2px #70a33a; */
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  height: 100%;
  color: #212121;
}

.services .card-two p.h3 {
  color: #7cb440;
  margin-bottom: 15px;
}

/*testimonial css */

.testimonial .ts-card {
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 8px;
}

.testimonial .ts-card .rating i {
  color: #ff9916;
}

/*testimonial css */

.contact-card {
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-top: solid 5px #7cb440;
}

.team-details ul {
  list-style: none;
}

.team-details .contact-list li,
.team-details .social-list li {
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 45px;
  position: relative;
}

.team-details .contact-list li i,
.team-details .social-list li i {
  color: #7cb440;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery img {
  cursor: pointer;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 6px;
  background-color: #1a9a44;
  color: #fff;
  border-radius: 50%;
}

.footer {
  background-color: #7cb440;
  padding: 50px 0;
}

@media screen and (max-width: 600px) {
  .banner {
    padding-bottom: 50px;
  }

  .navbar-brand img {
    width: 200px;
  }
  .card-two {
    display: block;
  }
  .card-two img {
    border-radius: 10px 10px 0 0px;
    width: 100%;
  }
}
