a, a:hover {
  color: rgb(18,47,102);
}


/* Back to top button */
.back-to-top {
  background: rgb(18,47,102);
  color: #fff;
}


.back-to-top:focus {
  background: rgb(18,47,102);
  color: #fff;
}

.back-to-top:hover {
  background: rgb(18,47,102);
  color: #fff;
}

.navbar-default {
  background: rgb(18,47,102);
background: linear-gradient(270deg, rgba(18,47,102,1) 0%, rgba(15,77,136,1) 35%, rgba(7,105,169,1) 100%);
}

.form-control:focus {
  border-color: rgb(18,47,102);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px rgb(18,47,102);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px rgb(18,47,102);
}

.service .carousel-indicators .active {
  background: rgb(18,47,102);
}

.btn-theme {
  background: rgb(18,47,102);
}

.contact-widget i {
  color: rgb(18,47,102);
}
