img.header-logo {
    width: 100%;
    height: 80px;
}

img.footer-logo {
    width: 100%;
}


.ftco-footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: 0.3s ease;
}

/* Facebook */
.ftco-footer-social li.facebook a {
    background: #1877F2;
}

/* Instagram */
.ftco-footer-social li.instagram a {
    background: linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

/* LinkedIn */
.ftco-footer-social li.linkedin a {
    background: #0A66C2;
}

.ftco-footer-social li a:hover {
    transform: translateY(-3px);
}

      .fa-heart{
    color:#ff4d4d;
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.2);}
}


.contact-info li{
    margin-bottom:15px;
}

.contact-info a{
    color:#ffffff;
    text-decoration:none;
}

.contact-info i{
    color:#01d28e;
    width:25px;
}
 
