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


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


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

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

.navbar-default {
  background: #B57331;
  opacity: 0.9;
}

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

.service .carousel-indicators .active {
  background: red;
  height: 10px;
}

.btn-theme {
  background: red;
}

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