a, a:hover {
  color: #75fb4c;
}




.navbar-default {
  background: #75fb4c;
}

.form-control:focus {
  border-color: #75fb4c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #75fb4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #75fb4c;
}

.service .carousel-indicators .active {
  background: #75fb4c;
}

.btn-theme {
  background: #75fb4c;
}

.contact-widget i {
  color: #75fb4c;
}
