footer {
    background: #fff;
}
.footer-bottom {
    margin-top: 35px;
    padding-bottom: 50px;
}
.footer-bottom .signature {
    text-align: center;
    font-size: 13px;
}
.footer-top {
    font-size: 14px;
    padding-top: 50px;
}
.footer-top ul {
    list-style: none;
}
.footer-top a {
    color: #a4a4a4;
}
.footer-top a:hover {
    color: #22afe5;
}
.footer-top .logo-text {
    margin-top: 15px;
    font-size: 13px;
}
.footer-top .stats.downloads {
    margin-bottom: 20px;
}
.footer-top .stats .downloads-number {
    color: #22afe5;
    font-size: 20px;
    font-weight: 500;
}
.footer-top .footer-social .social-link .fa {
    margin-right: 0;
    font-size: 20px;
    color: #a4a4a4;
}
.footer-top .footer-social .social-link {
    color: #a4a4a4;
    margin-right: -2px;
}
.footer-top .footer-social .social-link:hover i {
    color: #22afe5;
}
.footer-top .footer-tags {
    display: flex;
    flex-wrap: wrap;
}
.footer-top .footer-tags > a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 6px;
    background: #e6e6e7;
    color: #101010;
    padding: 1px 6px 2px 8px;
    border-radius: 7px;
    border: 1px solid #e6e6e7;
    display: block;
    font-weight: 500;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.footer-top .footer-tags > a:hover {
    background: #fff;
    color: #22afe5;
}
.footer-list {
    padding-left: 20px;
}