a, a:hover {
  color: #00696d;
}


/* Back to top button */
.back-to-top {
  background: #00696d;
  color: #fff;
}


.back-to-top:focus {
  background: #00696d;
  color: #fff;
}

.back-to-top:hover {
  background: #019090;
  color: #fff;
}

.navbar-default {
  /* background: #00696d; */
  background-color: #1a1a1a;
}

.form-control:focus {
  border-color: #00696d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00696d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00696d;
}

.service .carousel-indicators .active {
  background: #00696d;
}

.btn-theme {
  background: #00696d;
}

.contact-widget i {
  color: #00696d;
}

/* .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 5px!important;
} */

.button_controller{
  border: 1px solid white;
  border-radius: 5px;
  margin-right: 5px;
}

.custom-ol li{
    text-align: left;
    font-weight: bold;
}

.cursor-pointer{
  cursor: pointer!important;
}