.footer-clean {
  background: #000;
  color: #fff;
  font-size: 15px;
}

.footer-clean a {
  color: #fff;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 0 0px;
}

.footer-clean .footer-logo {
  height: 60px;
}

.footer-clean .footer-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-clean .footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  padding: 0 100px 0 0px;
}

.footer-clean .footer-links,
.footer-clean .footer-contact,
.footer-clean .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-clean .footer-links li,
.footer-clean .footer-contact li {margin-bottom: 10px;}

.footer-clean .footer-contact i {
  margin-right: 8px;
}

.footer-clean .footer-social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-clean .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
}

.footer-clean .footer-social li a:hover {
  background: #f87d10;
  color: #fff;
}

.footer-clean .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #aaa;
}
