.footer-dark {
  background: url(../../assets/img/HF-Footer.jpg);
  background-color: #000239;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-dark a:hover {
  text-decoration: none;
}

.footer-dark {
  color: #fff;
}

.footer-dark h3 {
  margin-top: 0;
  text-align: center;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.footer-dark li {
  margin-bottom: 15px;
}

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

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

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

.footer-dark .item.social > a {
  font-size: 31px;
  text-shadow: 0px 0px 2px #000;
  width: 44px;
  height: 42px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #2558d7;
  transition: box-shadow .3s;
  box-shadow: .5px .5px 1px #000;
}

.footer-dark .item.social > a {
  margin: 0 10px;
}

.footer-dark .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 6px 2px #ffffff;
  transition: all .3s;
  color: #eeeeee;
}

.footer-dark .copyright {
  text-align: center;
  color: #2558d7;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}

.footer-dark h3 {
  font-weight: 700;
  text-shadow: 0px 0px 3px #000;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 39px;
  height: 38px;
  top: 3px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
}

#btop-but {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  text-shadow: none;
  opacity: .7 !important;
  transition: all .3s ease-in-out;
}

#btop-but a {
  color: #007bff !important;
}

#btop-but:hover {
  opacity: 1 !important;
}

