a,
a:hover {
  color: #2776bb;
}


/* Back to top button */
.back-to-top {
  background: #2776bb;
  color: #fff;
}


.back-to-top:focus {
  background: #2776bb;
  color: #fff;
}

.back-to-top:hover {
  background: #019090;
  color: #fff;
}

.navbar-default {
  background: #2776bb;
}

.form-control:focus {
  border-color: #2776bb;
  -webkit-box-shadow:   inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #2776bb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #2776bb;
}

.service .carousel-indicators .active {
  background: #2776bb;
}

.btn-theme {
  background: #2776bb;
}

.contact-widget i {
  color: #2776bb;
}

/*.fit-top {margin-top: 0;display: none;background: #000;}*/

.contact-container .biz-card-info,
.portfolio-container .portfolio-extra {text-align: left;}
.portfolio-container .portfolio-grid-img {width: 250px;height: 250px;}

.box-team img {
    height: 225px;
  }