
.footer {
    background: #2c2c2c;
    color: #fff;
}
.footer h2.heading {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
    color: #a2a2a2;
}
.footer input[type="text"] {
    background: #3f3f3f;
    border: 0;
    color: #a2a2a2;
}
.footer input[type="submit"] {
    width: 100%;
    background: #47ae1b;
    border: 0;
    margin-top: 10px;
    font-weight: 600;
}
.footer input[type="submit"]:hover {
    background: #fff;
    color: #47ae1b;
}
.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}
.footer .list-item .left i {
    font-size: 20px;
    color: #a2a2a2;
}
.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}

.footer ul.useful-links {
    padding: 0;
}
.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}
.footer ul.useful-links li a {
    color: #a2a2a2;
}
.footer ul.useful-links li a:hover {
    padding-left: 6px;
    color: #47ae1b!important;
}

.footer-bottom {
    background: #202020;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
}