#footer-dark, .top {
  position: relative;
  z-index: 9999;
  background: url(../../assets/img/footer-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

#footer-dark {
  padding: 60px 0 30px;
  color: #f0f9ff;
  background-color: #00157f;
  text-align: center;
}

#footer-dark p {
  font-size: 22px;
}

#footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.9;
  font-size: 16px;
}

#footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.9;
  font-size: 18px;
}

#footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  transition: all .3s;
}

#footer-dark ul a:hover {
  opacity: 0.8;
  transition: all .3s;
}

@media (max-width:767px) {
  #footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

#footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  #footer-dark .item.text {
    margin-bottom: 0;
  }
}

#footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

#footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  #footer-dark .item.social {
    text-align: center;
  }
}

#footer-dark .item.social > a {
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: #fff;
  opacity: 0.6;
}

#footer-dark .item.social > a:hover {
  opacity: 0.9;
}

#footer-dark .copyright {
  text-align: center;
  color: #7eb1ff;
  padding-top: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#footer-dark .rating {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  background-color: #2d80ff;
  width: 130px;
  display: block;
  margin: 15px auto;
  color: white;
  border-radius: 25px;
  opacity: 1 !important;
}

