#footer {
    background: #9C0001 !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer 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;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer 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;
    }
}


@media screen and (max-width: 400px) {
    .social {
        position: fixed;
        right: 0;
        top: 95px;
        z-index: 2000;
    }

    .social ul li a {

        padding: 10px 15px;

    }
}


.social{
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 2000;
}

.social ul {
    list-style: none;
}

.social ul li a{
    display: inline-block;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    float: right;
}

.social ul li a:hover{
    background: #000;
    padding: 10px 30px;

}

.social ul li .icon-facebook{
    background:#3b5998;
}
.social ul li .icon-instagram{
    background:#e4405f;
}

.social ul li .icon-whatsapp{
    background:#25d366;
}
