.logo {
  color: #2c4964;
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  width: 50%;
}

/* header navigation */
.header-nine .header-navbar nav .navbar-collapse ul .nav-item .btn-secondary {
  transition: 0.3s;
  font-size: 14px;
  padding: 5px 2px;
  border: none;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  color: rgba(0,166,166,1);
  background: none;
}
