/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


body {
    line-height: 1.6;
    font-family: "Droid Arabic Kufi", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .menuzord, .menuzord *, .nav-tabs > li > a {
    font-family: "Droid Arabic Kufi", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .menuzord .fa, .menuzord *.fa, .nav-tabs > li > a .fa {
        font: normal normal normal 14px/1 FontAwesome;
    }
/*all to fix RTL*/
.menuzord-brand {
    margin: 18px 0 0 30px;
    float: right;
}

.menuzord-menu {
    float: right;
}

    .menuzord-menu > li {
        float: right;
    }

        .menuzord-menu > li > a > i, .left-menu > li > a > i {
            float: right;
            margin: 0 0 0 5px;
            font-size: 16px;
            line-height: 16px;
            font-family: 'FontAwesome';
        }

.topleftwidget li {
    float: left;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.bx-controls .bx-controls-direction .bx-prev {
    left: 0;
    right: auto;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next,
.bx-controls .bx-controls-direction .bx-next {
    left: 35px;
    right: auto;
}

ul.list.angle-double-right li:before {
    content: "\f100";
}
