@font-face {
    font-family: 'helvetica';
    src: url('../webfonts/helvetica.ttf') format('truetype');
}
body {
    font-family: 'helvetica';
}
.main-header, .all-pages, footer {
    direction: rtl
}
.main-menu .nav-menu-wrapper > ul
{
    padding-right:0
}
.text-left
{
    text-align:right !important
}
.section-title {
    text-align: right;
   
}
.about-content .about-content-body {
    text-align: right;
}
.footer{
    direction:rtl
}
.text-right
{
    text-align:left !important
}
.branch {
    margin-top: -85px;
}
.b-m-branch img{
    display:block
}
.footer-phone a b{
    direction:ltr;
    display:inline-block;
    font-weight:400
}