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

.owl-carousel {
    direction: ltr;
}

div.wpcf7 {
    direction: rtl !important;
}

.head-info div:not(:last-child),
.head-contact-info div:not(:last-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ededed;
}

.head-contact-info-item i {
    margin-right: 10px;
}

.lang-list > .sub-menu-holder > .sub-menu {;
    right: 0;
}

/**/



.menu > .sub-menu-holder {
    padding-right: 15px;
}

.content-overlay {
    right: 0;
}

.sub-menu-holder .sub-menu-toggle {
    right: 0;
}

/**/

.about-items li:before {
    margin-left: 15px;
}

.about-img:after {
    right: 10%;
    transform-origin: right;
}

.about-img:hover:after {
    transform: rotateY(35deg);
}

.ser-item-icon {
    margin-left: 5px;
    right: 0;
}

.ser-item:hover .ser-item-icon {
    right: -30px;
}

.news-item-publish {;
    right: 30px;
}

.contact-form {
    right: 60px;
}

.contact-form:before {
    right: -20px;
}

.contact-form:after {
    right: -20px;
}

.foot-contact-info div:not(:last-child) {
    margin-left: 15px;
    padding-left: 15px;
}

.custom-file-label::after {
    right: auto;
    left: 0;
    content: "ارفاق الملف";
    border-right: 0;
    border-left: 1px solid #34a949;
    border-radius: .25rem 0 .25rem 0;
}

.back-to-top{
    right: 20px;
}
/**/

@media (min-width: 992px) {
    .head-top:before{
        right: 0;
        clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    /**/
    .menu > li {
        margin-left: 15px;
    }
    .menu .sub-menu {
        left: 0;
    }

    .sub-menu .sub-menu-holder .sub-menu-toggle {
        right: 10px;
    }
}

@media (max-width: 992px) {
    .slid-nav {
        left: 0;
        transform: translateX(-280px);
    }

}

@media all and  (max-width: 768px) {
    .contact-form {
        right: 0;
    }
}