a, a:hover {
    color: #007FFF;
	
}


/* Back to top button */
.back-to-top {
  background: #007FFF;
  color: #fff;
}


.back-to-top:focus {
  background: #198CFF;
  color: #fff;
}

.back-to-top:hover {
  background: #2b2b2b;
  color: #fff;
}

.navbar-default {
  background: #007FFF;
}

.form-control:focus {
  border-color: #007FFF;
  -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: #007FFF;
}

.clients .carousel-indicators .active {
  background: #007FFF;
}

.btn-theme {
  background: #007FFF;
}

.contact-widget i {
  color: #007FFF;
}
