@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&display=swap');
body{
    direction: rtl !important;
     font-family: "Cairo", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
     font-family: "Cairo", sans-serif !important;
}
.fa,
.fas,
.far,
.fab {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

.logo-header{
    float: right;
}
.site-button-link i {
    rotate: 180deg;
    margin-right: 7px;
    margin-top: 3px;
}
.recent-posts-entry .mt-post-media{
    float: right;
}
.recent-posts-entry .mt-post-info{
    margin-left: unset;
    margin-right: 105px;
}
.mt-separator-outer.separator-left{
    text-align: right;
}
.mt-icon-box-wraper.left .icon-xld, .mt-icon-box-wraper.left .icon-xl, .mt-icon-box-wraper.left .icon-lg, .mt-icon-box-wraper.left .icon-md, .mt-icon-box-wraper.left .icon-sm, .mt-icon-box-wraper.left .icon-xs {
    float: right;
}
@media (max-width:767px) {
    .header-style-1 .is-fixed .navbar-toggler{
        float: left;
        margin: 41px 0px;
    }

    .author-info{
        padding-top: unset;
    }
    .filter-navigation{
        text-align: right;
    }
    .mt-bnr-inr-entry .banner-title-name h2 {
        font-size: 13px;
    }
    .breadcrumb-style-2 li:after {
        margin-right: 11px;
    }
    .site-button{
        padding: 10px 10px;
        margin: 0px 4px;
    }
}
