.site-footer {
  background:#161820;
  color:#bbb;
  padding:55px 0 20px;
  font-size:12px
}
.site-footer .navbar-brand span {
  color:#161820
}
.site-footer p {
  color:#aeb0ba;
  line-height:1.9;
  max-width:290px;
  margin-top:12px
}
.site-footer h6 {
  color:#fff;
  font-weight:700;
  margin:8px 0 16px
}
.site-footer .col-6 a {
  display:block;
  color:#b4b5bd;
  margin-bottom:10px
}
.site-footer .col-6 a:hover {
  color:#ffb800
}
.social-links {
  display:flex;
  gap:8px
}
.social-links a {
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid #41434c;
  border-radius:50%;
  color:#fff
}
.social-links a:hover {
  background:#ffb800;
  border-color:#ffb800;
  color:#161820
}
.footer-subscribe {
  display:flex;
  background:#272a33;
  border-radius:8px;
  overflow:hidden;
  max-width:320px
}
.footer-subscribe input {
  min-width:0;
  flex:1;
  background:transparent;
  border:0;
  outline:0;
  color:#fff;
  padding:12px
}
.footer-subscribe button {
  border:0;
  background:#ffb800;
  padding:0 15px
}
.footer-bottom {
  border-top:1px solid #32343d;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  color:#8e9099
}
.footer-bottom i {
  color:#ffb800
}
@media(max-width:575px) {
  .footer-bottom {
    gap:8px;
    flex-direction:column
  }
}
