/** CONTACT CSS Starts Here **/

.contact {
    background: fixed;
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
}

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    color: #e43c5c;
    float: left;
    width: 44px;
    height: 44px;
    background: #fdeff2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #493c3e;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #e43c5c;
    color: #fff;
}
.flicker-img ul li a {
    text-decoration: none; 
    color: #000; 
    transition: color 0.3s ease-in-out; 
}


.flicker-img ul li a:hover {
    color: #ff5722; 
}