.navbar a,
.navbar.navbar-mobile a.getstarted:hover {
    color: #ffffff !important;
}

.navbar.navbar-mobile a {
    color: #47b2e4 !important;
}

.info a {
    color: #6182ba!important;
}
.footer-contact a {
    color: #5e5e5e!important;
}
.info a:hover,
.footer-contact a:hover {
    color: #47b2e4!important;
}

.services .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.services .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

.menu.list-group .list-group-item,
.menu .list-group .list-group-item a {
    color: #47b2e4!important;
}

.menu .list-group .list-group-item:hover,
.menu .list-group .list-group-item.active {
    background-color: #47b2e4!important;
    border-bottom-color: transparent!important;
    border-top-color: transparent!important;
}

.menu .list-group .list-group-item:hover a,
.menu .list-group .list-group-item.active a {
    color: #ffffff!important;
}