footer{
    background: #343434;
    padding: 75px 0 !important;
    padding-top: 75px;
    padding-bottom: 75px;
}

.footer_about_widget .image{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.footer_about_widget .image img{
    max-width: 100px;
}

.footer_about_widget h4{
    color: #fff;
}

.footer_about_widget p{
    color: #fff;
    opacity: 0.9;
}

.footer_qlink_widget{

}

.footer_qlink_widget h4{
color: #fff;
}

.footer_contact_widget .list-unstyled li a{
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    position: relative;
    left: 0;
    transition: ease all .3s;
}


.footer_qlink_widget .list-unstyled li a,p{
text-decoration: none;
color: #fff;
opacity: 0.9;
position: relative;
left: 0;
transition: ease all .3s;
margin-bottom: 0 !important;
}

.footer_qlink_widget ul li p{
    margin-bottom: 0 !important;
    }

.footer_contact_widget .list-unstyled li a:hover{
    left: 10px;
    opacity: 1;
}

.footer_contact_widget .list-unstyled li p:hover{
    left: 10px;
    opacity: 1;
}


.footer_contact_widget{

}

.footer_contact_widget h4{
color: #fff;
}

.footer_social_widget{

}

.footer_social_widget h4{
color: #fff;
}

.footer_social_widget .list-item{
    
}

.footer_social_widget ul {
    display: flex;
}

.footer_social_widget ul li{
    margin-bottom: 5px;
    margin-right: 5px;
}

.footer_social_widget .list-item svg{
   fill: white;
   width: 24px;
   height: 24px; 
}

.f-color{
    background-color: #484848;
    color: #fff;
}

.footer_menu_widget ul li a{
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    transition: ease all .3s;
}

.footer_menu_widget ul li a:hover{
    opacity: 1;
}

.copyright-widget p a{
    text-decoration: none;
    color: #fff;
}

.list-unstyled li{
    margin-bottom: 5px;
}