a {
  color: #3a3a3a;
}

a:hover {
  color: #ef0660;
  text-decoration: none;
}


/* Back to top button */
.back-to-top {
  background: #3a3a3a;
  color: #fff;
}


.back-to-top:focus {
  background: #3a3a3a;
  color: #fff;
}

.back-to-top:hover {
  background: #ef0660;
  color: #fff;
}

.navbar-default {
  background: #fff;
}

.form-control:focus {
  border-color: #3a3a3a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #3a3a3a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #3a3a3a;
}

.service .carousel-indicators .active {
  background: #3a3a3a;
}

.btn-theme {
  background: #3a3a3a;
}

.contact-widget i {
  color: #3a3a3a;
}
