/* --- FOOTER STYLES --- */
.footer-area {
    background: #fff;
}

.footer-padding {
    padding-top: 150px;
    padding-bottom: 120px;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-pera p {
    color: #868c98;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}

.footer-tittle h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-tittle ul li {
    margin-bottom: 15px;
}

.footer-tittle ul li a {
    color: #868c98;
    font-weight: 300;
}

.footer-tittle ul li a:hover {
    color: #ff2020;
    padding-left: 5px;
}

.footer-copy-right {
    padding-top: 50px;
}

.footer-copy-right p {
    color: #888888;
}

.footer-copy-right p a {
    color: #ff2020;
}

.footer-social a {
    padding-right: 20px;
}

.footer-social a i {
    color: #222222;
    font-size: 14px;
    transition: all .4s ease-out 0s;
}

.footer-social a i:hover {
    color: #ff2020;
    transform: rotateY(180deg);
}

.f-right {
    float: right;
}

/* Responsive adjustments for footer */
@media (max-width: 991px) {
    .footer-copy-right { float: none; text-align: center; }
    .f-right { float: none; text-align: center; margin-top: 20px;}
}