body,
h1,
h2,
h3,
h4,
h5,
h6,
.page-breadcrumb li a,
.fact-counter .counter-column .counter-title {
    font-family: 'Tajawal', sans-serif;
}

body {
    direction: rtl;
    overflow-x: hidden;
}

.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    min-height: 105px;
    padding-right: 80px;
    padding-left: unset;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.popular-posts .post-info:before {
    position: absolute;
    content: "\f073";
    right: 0px;
    left: auto;
    top: 6px;
    color: #ffbf55;
    font-size: 14px;
    line-height: 1em;
    font-family: 'FontAwesome';
}

.popular-posts .post-info {
    position: relative;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding-right: 20px;
    padding-left: unset;
    margin-top: 6px;
}

.popular-posts .post .post-thumb {
    position: absolute;
    right: 0px;
    left: auto;
    top: 4px;
    width: 60px;
    height: 60px;
}

.page-breadcrumb li a {
    letter-spacing: 0px;
}

.sidebar .search-box .form-group button {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: #ffbf55;
    border-radius: 0px 5px 5px 0px;
}

.services-block .inner-box .content {
    position: relative;
    padding-right: 70px;
    padding-left: 0px;
}

.services-block .inner-box .content .icon {
    position: absolute;
    right: 0px;
    left: auto;
    /* change left to right */
    top: 0px;
    color: #001f4b;
    font-size: 54px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.sec-title h2:before {
    right: 0px;
    left: auto;
}

.main-menu .navigation>li {
    position: relative;
    float: right;
    margin-left: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pull-left {
    float: right;
}

.main-header .btn-box {
    position: relative;
    float: right;
    margin-left: 20px;
}

input,
section,
textarea {
    direction: rtl;
}

.sec-title.centered h2:before {
    right: 50% !important;
    margin-right: -30px;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 90px 90px 75px 15px;
}

a.theme-btn.btn-style-two {
    float: left;
}

.main-footer .contact-widget ul li {
    position: relative;
    color: #8fa4c2;
    font-size: 16px;
    padding-right: 35px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.main-footer .contact-widget ul li .icon {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 18px;
    line-height: 1em;
    color: #8fa4c2;
}

.main-footer .footer-list li a {
    position: relative;
    color: #8fa4c2;
    font-size: 16px;
    font-weight: 400;
    padding-right: 22px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-list li a:before {
    position: absolute;
    content: '';
    right: 0px;
    left: auto;
    top: 7px;
    width: 12px;
    height: 9px;
    background: url(../images/icons/logo-small-icon.png) no-repeat;
}

.main-footer .logo-widget .social-nav {
    position: relative;
    float: right;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 30px;
    color: #ffbf55;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Bellefair', serif;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "";
    left: -2px;
    right: auto;
    top: 9px;
    width: 12px;
    height: 9px;
    background: url(../images/icons/logo-small-icon.png) no-repeat;
}

.case-block-two .inner-box .lower-content .box {
    position: relative;
    padding-right: 70px;
    padding-left: 0px;
}

.case-block-two .inner-box .lower-content .box .icon-box {
    position: absolute;
    right: 0px;
    left: auto;
    top: 8px;
    font-size: 50px;
    line-height: 50px;
    color: #2d4c9e;
}

/* Services (case-style-three): align icon and title on the same row */
.case-style-three .case-block-two .inner-box .lower-content .box {
    padding-right: 0px; /* override RTL padding */
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.case-style-three .case-block-two .inner-box .lower-content .box .icon-box {
    position: relative; /* override absolute positioning */
    right: auto;
    left: auto;
    top: auto;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}


.main-menu {
    position: relative;
    float: right;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .outer-box {
    position: relative;
    float: left;
    margin-right: 150px;
    margin-left: 0px !important;
    padding: 19px 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding-right: 100px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.list-style-one li:before {
    position: absolute;
    content: "\f1a3";
    right: 0px;
    top: 5px;
    color: #ffbf55;
    font-size: 18px;
    line-height: 1em;
    font-family: "Flaticon";
}

.list-style-one li {
    position: relative;
    color: #575d6e;
    font-size: 15px;
    padding-right: 30px;
    padding-left: 0px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.sticky-header .mobile-nav-toggler {
    position: relative;
    float: left;
    color: #111111;
    display: none;
    cursor: pointer;
    font-size: 32px;
    margin-left: 25px;
    padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .main-header .header-upper .logo-box {
        float: right;
        direction: rtl;
    }
    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 8px 0;
        margin-right: 20px;
        margin-left: 0px;
    }
    .main-header .sticky-header .outer-box {
        padding-top: 0px;
    }
}