
#sitefooter {
    padding: 0 0;
    padding-bottom: 26px;
}

#sitefooter .section-title {
    text-align: center;
    color: var(--main-bg-color);
    margin-bottom: 50px;
    text-transform: uppercase;
}

#sitefooter {
    background: var(--main-bg-color) !important;
}

#sitefooter h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#sitefooter a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#sitefooter ul.social li {
    padding: 3px 0;
}

#sitefooter ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#sitefooter ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#sitefooter ul.social li a,
#sitefooter ul.quick-links li a {
    color: #ffffff;
}

#sitefooter ul.social li a:hover {
    color: #eeeeee;
}

#sitefooter ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#sitefooter ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#sitefooter ul.quick-links li a i {
    margin-right: 5px;
}

#sitefooter ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}


/* Hero Slider  */



