body {
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    text-align: right;
}

.category-block-one h5 {
    text-align: right;
}

.banner-style-one .content-box {
    text-align: right;
}

.banner-style-one .btn-box {
    text-align: left;
}

/* Adjust the carousel navigation */
.owl-prev, .owl-next {
    transform: rotate(180deg);
}
/* Flip menu items to the right side */
.main-header .menu-area .navigation {
    float: right;
}
