footer {
  position: relative;
  padding-top: 90px;
  background: #00121C;
}

footer .footer-contact, footer .footer-link, footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
  color: #999999;
}

footer .footer-contact h2, footer .footer-link h2, footer .footer-newsletter h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #3FC0DC;
}

footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  transition: .3s;
}

footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

footer .footer-link a:hover {
  color: #3FC0DC;
  letter-spacing: 1px;
}

footer .footer-contact p i {
  width: 25px;
}

footer .footer-contact a {
  color: #999999;
}

footer .footer-contact a:hover {
  color: #3FC0DC;
}

footer .footer-newsletter .form {
  position: relative;
  width: 100%;
}

footer .footer-newsletter input {
  height: 60px;
  border: 2px solid #1d2434;
  border-radius: 0;
}

footer .footer-newsletter .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 44px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1d2434;
  background: none;
  border-radius: 0;
  border: 2px solid #1d2434;
  transition: .3s;
}

footer .footer-newsletter .btn:hover {
  color: #D5B981;
  background: #1d2434;
}

