a, a:hover {
    color: #5d5c58;
}


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


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

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

.navbar-default {
    background: #0f0f0f;
}

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

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

.btn-theme {
    background: #373634;
}

.contact-widget i {
    color: #0f0f0f;
}
