:root {
  --txt-dark1: #3d3d3d;
}

#hero,
#services,
#testimonials,
#faq {
  background-color: #ffffff;
}

.hero .description p {
  color: #000000;
}

#hero .main-heading h1 {
  color: #3d3d3d;
}

#hero .main-heading h4 {
  color: #008800;
}

.about .about-image .experience-badge {
  right: -10px;
}

#testimonials p,
#faq div .txtblack,
#testimonials div .txtblack,
#services div .txtblack {
  color: var(--txt-dark1);
}

#team h4.txtgold,
#team div span.txtgold,
#contact div span.txtgold,
#steps div span.txtgold,
#about div span.txtgold {
  color: #FFD700;
}

#services .service-card h3 a {
  color: #3d3d3d;
}
#services .service-card p {
  color: #3d3d3d;
}
#services .service-card:hover .service-icon i {
  color: #ffffff;
}
#services .service-card:hover h3 a {
  color: #FFD700;
}
#services .service-card:hover p {
  color: #FFFFFF;
}

#testimonials i.bi {
  color: #3d3d3d;
  font-size: 32px;
  position: absolute;
}
#testimonials .row p {
  margin-left: 50px;
}

.footer .footer-about .logo img {
  max-height: 100px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  background-color: #008800;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: #3d3d3d;
  background: color-mix(in srgb, #FFD700, transparent 15%);
}

.footer .social-links a {
  color: #e3a127;
  border-color: #e3a127;
}

.form-control,
.form-select {
  margin: 1px 0 !important;
} /*# sourceMappingURL=custom.css.map */