.footer-dark {
  font-size: 18px;
  line-height: 1.5;
}

.footer-dark {
  background: rgb(20,20,20);
}

.footer-dark {
  color: #fff;
}

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

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

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

.footer-dark ul a {
  color: var(--bs-gray-500);
  text-decoration: none;
  transition: all .3s;
}

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

.quick-links {
  column-count: 2;
}

@media (min-width: 1200px) {
  .services-links {
    column-count: 3;
  }
}

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

.footer-dark .item.social small {
  font-size: 14px;
}

.footer-dark .item.social > a {
  font-size: 32px;
  color: #d0d0d0;
  transition: all .3s;
}

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

.footer-dark .item.social > a:hover {
  opacity: 1;
  transition: all .3s;
  color: #ffffff;
}

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

.footer-dark .copyright a {
  color: #b83f1a;
}

.footer-dark .copyright a:hover {
  color: #d64a1f;
}

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

#btop-but:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 4px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 10px;
  font-size: 40px;
  line-height: 30px;
  height: 46px;
  z-index: 9999;
  transition: all .3s;
}

#btop-but a {
  color: var(--bs-gray-dark) !important;
}

