a, a:hover {
  color: #ff6c00;
}


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


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

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

.navbar-default {
  background: #ff6c00;
}

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

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

.btn-theme {
  background: #ff6c00;
}

.contact-widget i {
  color: #ff6c00;
}
