body,
html {
    direction: rtl;
}

body,
html,
body p,
.navbar .custom-navbar .nav-links {
    /*font-family: 'Tajawal', sans-serif;*/
    font-family: Helvetica_ar_roman;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica_ar_bold;
    /*font-family: 'Tajawal', sans-serif;*/
    font-weight: 700;
}

.about .img {
    padding-left: 40px;
    padding-right: 0;
}

.about .img::before {
    left: unset;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.section-head h2 {
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
}

.section-head h2 span {
    margin-left: 0;
    margin-right: 10px;
}

footer .items.subscribe .butn {
    right: unset;
    left: 5px;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 0;
    border-right: 1px solid #fff;
}

footer::before {
    right: unset;
    left: 100px;
}

.navbar .custom-navbar .nav-list .mob-logo {
    text-align: right;
}

.butn span i {
    right: 5px;
    left: 0;
    transform: rotate(180deg);
}

.video .content:after {
    right: unset;
    left: 0;
}

.video .img .play-img {
    right: unset;
    left: -60px;
}

.video .info {
    left: unset;
    right: 6vw;
}

.contact .side-head::before,
.side-header h3::before {
    left: unset;
    right: 0;
}

.side-header h3::after {
    left: unset;
    right: 90px;
}

.technology .content .items .info {
    margin-right: 3%;
    padding-right: 20px;
    padding-left: 115px;
}

.technology .content .items .info a.more {
    left: 0;
    right: unset;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
    padding: 30px 50px 30px 30px;
}

.technology .content .items .info a.more i {
    transform: rotate(180deg);
}

.about .img::before {
    left: 15px;
    right: auto;
}

/*.about .img img:nth-of-type(2) {*/
/*    left: -10px;*/
/*    right: auto;*/
/*}*/

.about img.shap {
    right: -100px;
    left: auto;
}

.features .shap {
    left: auto;
    right: 0;
}

.subscribe .form-group .butn {
    right: unset;
    left: 6px;
}

footer .items h4 {
    padding: 0 0 15px 30px;
}

.services-pg .ser-cont .info ul li {
    padding-right: 20px;
}

.services-pg .ser-cont .info ul li::before {
    right: 0;
    left: unset;
    transform: rotate(180deg);
}

.navbar .navbar_top {
    text-align: left;
}

/*.side-header.in_center h3::before {*/
/*    left: auto;*/
/*    right: 50%;*/
/*    transform: translateX(105%);*/
/*}*/

/*.side-header.in_center h3::after {*/
/*    left: 50%;*/
/*    right: auto;*/
/*    transform: translateX(-105%);*/
/*}*/

.ml-2, .mx-2 {
    margin-left: 0;
    margin-right: 0.5rem!important;
}

.our_story .story_content .story_box .line_cont{
    flex-direction: row-reverse;
}

.inner-header h6 i {
    transform: rotate(180deg);
}

.about-pg .img.info_l:after {
    left: auto;
    right: 0;
}

.about-pg .img.info_l::before {
    left: 0;
    right: auto;
}

.about-pg .img:after{
    left: 0;
    right: auto;
}

.about-pg .img:before{
    right: 0;
    left: auto;
}

.butn span{
    position: relative;
    top: -2px;
}

@media screen and (max-width: 991px) {
    .navbar .navbar_top {
        text-align: initial;
    }
    /* -------- navbar ltr ---------- */
    .navbar .custom-navbar .nav-list {
        left: unset;
        right: -100%;
        text-align: left;
    }
    .navbar .custom-navbar .nav-list.show {
        left: unset;
        right: 0;
    }
    .navbar .custom-navbar .nav-toggle {
        float: left;
    }
    .navbar .custom-navbar .navbar-brand {
        float: right;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        left: unset;
        right: 0;
        text-align: right;
    }
    .navbar .custom-navbar .nav-list .nav-items {
        text-align: right;
    }
    .navbar .custom-navbar .nav-links i {
        margin-right: 0;
        margin-left: 10px;
    }
}