



.footer{
    background: #000;
}


.soc-medai {
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.soc-medai ul {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 20px;
}

.soc-medai ul li {
    display: block;
}



.soc-medai ul li a {
    gap: 25px;
    border: 1px solid #FFf; 
    border-radius: 50%;
    transition: all 0.3s linear;
    cursor: pointer;
    line-height: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFf;
    font-size: 15px;
    line-height: 0;
}

.soc-medai ul li .whatsapp:hover {
    background-color: #25D366;
    color: #fff;
    border-color: #FFf;
    line-height: 0;

}

.soc-medai ul li .facebook:hover {
    background-color: #4267B2;
    color: #fff;
    border-color: #FFf;
    line-height: 0;

}

.soc-medai ul li .twitter:hover {
    background-color: #1DA1F2;
    color: #fff;
    border-color: #FFf;
    line-height: 0;

}

.company-logo {
    /* padding-right: 100px; */
    padding-top: 25px;
    color: #fff !important;
    display: flex;
    justify-content: end;
}

.company-logo h4{
    color: #fff;
}


.heart{
    color: red;
}







 .logo-footer img {
    width: 55%;
    padding-top: 23px;
    padding-left: 27px; 
} 


.space {
    padding-top: 15px;
}

.space h6{
    background-color: transparent;
    color: transparent;
}