.footer-dark {
  padding: 80px 0;
  color: #f0f9ff;
  background-color: #151922;
  padding-bottom: 27px;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #75777B;
}

.footer-dark .copyright {
  text-align: left;
  padding-top: 100px;
  opacity: 0.30;
  font-size: 13px;
  margin-bottom: 0;
}

.footer-dark ul a:hover {
  opacity: 0.80;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.footer-dark ul a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  line-height: 40px;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
