/* Start section Fotrer */
.footer-wrap li a:hover {
    text-decoration: none;
    color: #d51e00;
}   
.footer-wrap ul {
    margin: 0 0 0 0em;/*+++*/
}
.footer-wrap {
    background: url(http://hassandesigns.top/html/classified/images/footer-bg.jpg) no-repeat top;
    padding-top: 30px;
    background-size: cover;
    margin-bottom: -2.5em;          /*+++*/
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #066;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #d51e00;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #066;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #c00;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #066;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #c00;
}

.address {
    
    color: #066;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #066;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info {

    color: #066;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

/*.fa-fax:before {
    content: "\f1ac";
}
*/
.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #066;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

/* End section Fotrer */