@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
    font-family: 'Almarai', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, strong, div, a {
    font-family: 'Almarai', sans-serif !important;
}

.wt-title {
    text-align: right;
}

p {
    text-align: right;
}
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu  ul li:before,
.widget_useful_links ul li:before,
.widget_recent_entries  ul li:before,
.widget_services ul li:before , .fa {
    content:"\f100" !important;
    font-family: 'FontAwesome' !important;
}
.fa-angle-double-right::before {
    content:"\f100" !important;
    padding: 0px 10px 0px 0px;
    font-family: 'FontAwesome' !important;
}

.header-nav .nav i {
    margin-right: 3px;
}
.header-nav .nav > li .sub-menu {
    right: 0;
    left: auto !important;
}
.breadcrumb-style-2 li::after {
    content: "\f100";
    margin-right: 7px;
    left: auto !important;
    font-family: 'FontAwesome' !important;
}

.blog-md .wt-post-media {
    width: 350px !important;
    float: right !important;
    margin-left: 30px;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:480px) {
    .logo-header{
        /*width:100px;*/
        margin-right: 20px;
    }
}
@media only screen and (max-width:991px) {
    .logo-header{
        /*width:180px;*/
        margin-right: 20px;
    }
}
