.text-custom-green {
  color: #4FAD48;
}

.btn-custom-primary {
  color: #fff;
  background-color: #4FAD48;
  border-color: #4FAD48;
}

.btn-custom-primary:hover {
  color: #4FAD48;
  border-color: #4FAD48;
}

.light-green {
  color: #4FAD48;
}

.header-desc-section {
  background-color: #283849;
  padding: 3px 0;
  color: black;
}
.header-desc-section .row {
  font-family: "Abril Fatface", times, serif;
}
.header-desc-section .phone {
  width: -moz-fit-content;
  width: fit-content;
}
.header-desc-section .email {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffab1f;
}

.hero-carousel img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-carousel .hero-carousel-inner {
  position: relative;
}
.hero-carousel .slider-desc {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0%;
}
.hero-carousel p {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  font-family: "Abril Fatface", times, serif;
}
.hero-carousel .big-txt {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #283849;
}
.hero-carousel .desc-txt {
  line-height: 1.35;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding-right: 5%;
  margin-bottom: 0;
  width: 50%;
  font-size: 1.875rem;
  font-family: "Abril Fatface", times, serif;
}

.slider-feature-section {
  margin-top: -140px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 50px 15px;
  filter: drop-shadow(9.205px 3.907px 25px rgba(0, 1, 1, 0.12));
  border-radius: 4px;
}
.slider-feature-section .slider-feature-width {
  padding: 0px 40px;
}
.slider-feature-section .title {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-family: "Abril Fatface", times, serif;
  text-align: left;
}
.slider-feature-section .desc {
  color: #757575;
  margin-bottom: 0;
  font-size: 1.05rem;
  margin-top: 0px;
}
.slider-feature-section i {
  color: #4FAD48;
  font-size: 65px;
}

.about-section .image-section {
  text-align: center;
}
.about-section .sub-title {
  color: #aaa;
  font-size: 0.875rem;
  font-family: "Abril Fatface", times, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.about-section .header {
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Abril Fatface", times, serif;
}
.about-section p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #333;
  font-weight: 300;
}

.testimonials {
  padding: 100px 0;
}

.testimonials h3 {
  margin-bottom: 20px;
}

.title {
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Abril Fatface", times, serif;
}

.sub-title {
  color: #888;
  font-size: 1.15rem;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Abril Fatface", times, serif;
  text-align: center;
}

.testimonials .card {
  border-bottom: 3px #4FAD48 solid !important;
  transition: 0.5s;
  margin-top: 60px;
}

.testimonials .card i {
  background-color: #283849;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide {
  margin-left: 50px;
  height: 100px;
  width: 250px;
}

.icons-small {
  font-size: 4em !important;
  margin-top: 10%;
  color: #fff;
}

.footer-section {
  background-color: #283849;
  padding: 40px;
}
.footer-section a {
  color: #fff;
}
.footer-section a:hover {
  color: #4FAD48;
}
.footer-section .logo {
  display: flex;
}
.footer-section .links {
  padding-top: 15px;
  margin-bottom: 5px;
}
.footer-section .item {
  padding-top: 15px;
  display: flex;
  margin-bottom: 5px;
}
.footer-section .item i {
  color: #4FAD48;
  margin-right: 5px;
}
.footer-section .item .info {
  color: white;
  font-family: "Abril Fatface", times, serif;
}/*# sourceMappingURL=custom.css.map */