.footer{
    background-color: #012129;
    padding: 5px 0;
    line-height: 1.5;
    /* margin-top: -35px; */

}

.footer-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.footer-container{
    /* background-color: red; */
    margin: auto;
    align-items: center;
    margin: 10px;
    padding: 30px;
}

.footer-row ul{
    list-style: none;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    margin-top: 25px;
    background-color: #e91e63;
    height: 4px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
    max-width: max-content;
}

.footer ul li:last-child{
    max-width: max-content;
}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.8 ease;
}

.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 6px;
}

.footer-col i{
    color: #ffffff;
}

.social-media i{
    font-size: 25px;
}

.footer-col img{
    width: 60%;
}

.footer-col .first-col{
    padding: 0px;
    margin: 5px;
}

@media(max-width:800px){
    .footer-row{
        flex-direction: column;
        flex-wrap: nowrap;
    }   

    .footer-col{
        width: 100%;
        padding: 0 5px;
    }

    .footer-container{
        margin: 5px;
        padding: 0px;
    }

    .footer-col img{
        width: 50%;

    }
}

.company-banner {
    color: #333;
    border-top: 1px solid #e9ecef;
}

.company-banner a {
    color: #0d6efd;
    text-decoration: none;
}

.company-banner a:hover {
    text-decoration: underline;
}