.footer-area {
    font-family: sans-serif;
    background: #E9EBEE;
}

.footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-widget .footer-title {
    margin-bottom: 30px;
}

.footer-widget .footer-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    font-size: 16px;
}

.footer-widget .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget .footer-list li {
    margin-bottom: 10px;
}

.footer-widget .footer-list li:last-child {
    margin-bottom: 0;
}

.footer-widget .footer-list li a {
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1.8;
}

.footer-widget .footer-list li a:hover {
    color: #007bff;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    background: #2A2A2E;
}

.footer-bottom-content .copyright-text {
    color: #fff;
    margin: 0;
    text-align: center;
}
