a, a:hover {
  color: #1d2120;
}


/* Back to top button */
.back-to-top {
  background: #5a5c51;
  color: #fff;
}


.back-to-top:focus {
  background: #5a5c51;
  color: #fff;
}

.back-to-top:hover {
  background: #bcd5d1;
  color: #fff;
}

.navbar-default {
  background: #1d2120;
}

.form-control:focus {
  border-color: #1d2120;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #1d2120;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #1d2120;
}

.service .carousel-indicators .active {
  background: #1d2120;
}

.btn-theme {
  background: #1d2120;
}

.btn-theme:hover {
  background: #bcd5d1;
}

.contact-widget i {
  color: #1d2120;
  transition: ease-in-out 100ms;
}

.contact-widget i:hover {
  color: #bcd5d1;
}
