.site-footer {
  padding-top: 46px;
  background: #161619;
  color: white;
  padding-bottom: 40px;
}
.footer-logo {
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer h6 {
  color: #fafafa;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 5px;
  margin-bottom: 33px;
}
.footer-col p,
.footer-col a {
  color: #82858f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.newsletter-title {
  font-size: 28px;
  margin-bottom: 17px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-sm {
  gap: 8px;
}
.footer-col-middle-menus {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-col-middle-menus a {
  text-transform: uppercase;
}
.footer-bottom {
  background: #161619;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom a,
.footer-bottom p,
.footer-bottom {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.privacy-start {
  margin-top: 40px;
}
.site-footer .mb-40 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 991px) {
  .footer-col-middle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .privacy-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-col-middle-menus {
    flex-direction: column;
  }
  .privacy-right ul {
    flex-direction: column;
    gap: 10px !important;
    margin-bottom: 10px;
  }
  .privacy-left,
  .privacy-left a {
    font-size: 10px !important;
  }
}
.footer-col-middle li {
  margin-bottom: 14px;
}
.privacy-left {
  color: white;
}
.privacy-left img {
  padding-left: 4px;
  vertical-align: middle;
}
.privacy-right ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.privacy-right .widget {
  margin-bottom: 0;
}
.privacy-right ul a {
  font-weight: 500;
}
.privacy-wrapper {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
