/*a, a:hover {
  color: #00c1c1;
}*/


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


.back-to-top:focus {
  background: #49b5a5;
  color: #fff;
}

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

.navbar-default {
  background: rgba(7,52,109,.37);
}

.form-control:focus {
  border-color: #49b5a5;
  -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: #49b5a5;
}

.btn-theme {
  /*background: #49b5a5;*/
  box-shadow: 0 0 8px gainsboro;
  border-radius: 5px;
  border:1px solid #015092;
  background:#fff;
  color: #015092;
}


/*.contact-widget i {
  color: #015092;
}*/
