body,
html {
  color: var(--body-color);
  font-family: var(--body-font);
      background-color: #000;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: clip;
  direction: rtl;
  text-align: right;
}
@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list > li {
        margin-left: 40px;
        margin-right: 0;
        height: inherit;
    }
}
@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
        content: "";
        margin-right: 6px;
        position: relative;
        top: -1px;
        border-radius: 0px 0px 2px 0px;
    }
}
.fa-angle-double-right:before, .fa-angles-right:before {
    content: "\f104";
}
.cs_cta.cs_style_1 .cs_cta_thumb::before {
    content: "";
    height: 110px;
    width: 110px;
    background-color: var(--accent-color);
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -20px;
    right: unset;
    top: 50%;
    margin-top: -55px;
}
.cs_cta.cs_style_1.cs_type_1 .cs_cta_thumb:before {
    height: 60px;
    width: 60px;
    margin-top: -32px;
    left: -12px;
    right: unset;
}
.cs_about.cs_style_1.cs_type_1 .cs_experience_box {
    bottom: 0;
    right: -15%;
    left: unset;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumb img {
    width: 100%;
    height: 560px;
    padding-left: 20px;
    padding-right: 0px;
    border-radius: 10px;
}
.cs_slider {
    position: relative;
    z-index: 1;
    direction: ltr;
}
.cs_card.cs_style_5 .cs_card_text {
    position: relative;
    padding-right: 20px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
}
.cs_card.cs_style_5 .cs_card_text::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
}
.cs_tab_links.cs_style_1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-left: 40px;
    padding-right: 0px;
    font-size: 23px;
}
.cs_tab_links.cs_style_1 li .cs_tab_link_icon {
    width: 70px;
    height: 100px;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-radius: 60px 30px 30px 60px;
    margin-left: -2px;
}
.cs_post.cs_style_1 .cs_post_btn {
    direction: rtl;
}
.fa-angle-right:before {
    content: "\f104";
}
.cs_post.cs_style_1 .cs_posted_by {
    left: 30px;
    right: unset;
    top: -30px;
}
.cs_post.cs_style_1 .cs_post_category {
    right: 30px;
    left: unset;
    top: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: rgb(200 157 102);
    content: var(--bs-breadcrumb-divider, "/");
}
@media screen and (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_menu_toggle {
        top: 50%;
        LEFT: 0px;
        right: unset;
        margin-top: -13px;
    }
}
@media screen and (max-width: 1199px) {
    .cs_menu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        LEFT: 30px;
        right: unset;
        z-index: 101;
    }
}