.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003659;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.nav-link text-uppercase font-weight-bold mr-sm-3 border active {
  background-color: #003659;
}

a {
  color: #65bbd3;
}

a:hover {
  color: #003659;
}

