@font-face {
    font-family: 'B Yekan';
    src: url('../font/yekan.eot?#') format('eot'),
    url('../font/yekan.ttf') format('truetype');
    url("../font/yekan.svg") format("svg");
}
*{
    font-family: "B Yekan";
}
.footer-wrap {
    background: url(../img/back/1.jpg) no-repeat top;
    padding-top: 30px;
    background-size: cover;
}

.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: #b3b3b3;
    margin-top: 15px;
}

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

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

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


.footer-links li:before {
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

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

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

.address {

    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

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

.info a {

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

.fa-phone:before {

}

.info a {

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

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    background-color: #212121;
    text-align: center;
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

/* End section Fotrer */

.tell {
    background: url(../img/Phone.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.address {
    background: url(../img/address.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.email {
    background: url(../img/email.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.fax {
    background: url(../img/Print.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}

.tellb {
    background: url(../img/Phone1.png) right 0px no-repeat ;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.addressb {
    background: url(../img/address1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.emailb {
    background: url(../img/email1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.faxb {
    background: url(../img/Print1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
