#footer{
    background-color: #fff;
    padding: 30px 0 10px 0;
}
.ft-logo{
    margin-bottom: 10px;
}
.ft-logo img{
    max-width: 150px;
    width: 100%;
}
.ft-info-label.sitename {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 11px;
}
.ft-info-contact .list-box{
    margin-left: 25px;
}
.ft-info-contact .ft-info-label{
    margin-bottom: 9px;
    text-transform: uppercase;
}
.ft-info-contact  .ft-info-label-1
 {
    margin-left: 29px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.ft-info-contact .ft-icon{
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #f4f4f4;
    float: left;
    color: #d0021c;
    text-align: center;
    font-size: 12px;    
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.ft-info-contact .ft-title {
    font-size: 14px;
}
#footer .footer-copyrights {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    color: #292929;
    text-align: center;
}
.ft-social li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: red;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
    margin-right: 13px;
}
.ft-social li a.fb-icon i {
    background: #4064AC;
}
.footer-widget.footer-widget-1 .widget ul li{
 
    border-top: 0px !important;
}
