a, a:hover {
    color: black;
}

/* Back to top button */
.back-to-top {
    background: #e8e8e8;
    color: #fff;
}


    .back-to-top:focus {
        background: #e8e8e8;
        color: #fff;
    }

    .back-to-top:hover {
        background: #019090;
        color: #fff;
    }

.navbar-default {
    background: #e8e8e8;
}

.form-control:focus {
    border-color: #e8e8e8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #e8e8e8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #e8e8e8;
}

.service .carousel-indicators .active {
    background: #e8e8e8;
}

.btn-theme {
    background: #e8e8e8;
}

.contact-widget i {
    color: #e8e8e8;
}
