/* Arkid Core RTL */
.text-left{
    text-align: right!important;
}
/* Section Heading */
.section-heading,
.section-heading h4,
.section-heading h2,
.section-heading p{
    direction: rtl;
}
.review-box.center,
.review-box.center h4,
.review-box.center p,
.headng-wrap.center .section-heading,
.headng-wrap.center .section-heading h4,
.headng-wrap.center .section-heading h2,
.headng-wrap.center .section-heading p{
    text-align: center;
}

.review-box.left,
.review-box.left h4,
.review-box.left p,
.headng-wrap.left .section-heading,
.headng-wrap.left .section-heading h4,
.headng-wrap.left .section-heading h2,
.headng-wrap.left .section-heading p{
    text-align: right;
}

/* CF7 Form */
.wpcf7 .wpcf7-response-output,
.wpcf7 span{
    text-align: right;
    direction: rtl;
}
.wpcf7 .text-left{
    text-align: right!important;
}
.wpcf7 .wpcf7-submit{
    float: right;
}
.wpcf7 .ajax-loader{
    margin-left: 0;
    margin-right: 10px;
}
.wpcf7 input,
.wpcf7 select{
    direction: rtl;
}

/* Project */
.dl-project-box .project-content{
    direction: rtl;
    text-align: right;
}
/* Services */
.service-box{
    padding-left: 0;
    padding-right: 70px;
    text-align: right;
}
.service-box i{
    left: auto;
    right: 0;
}
.service-item .post-info,
.service-box-3,
.service-box-4{
    text-align: right;
}

/* Testimonials */
.review-box .client-info{
    padding-left: 0;
    padding-right: 100px;
}
.review-box .client-info img{
    left: auto;
    right: 0;
}
.ratings li{
    margin-right: 0;
    margin-left: 10px;
}

/* Callout */
.wt-callout.box_center .wt-callout-right{
    margin-left: 0;
    margin-right: 30px;
}
.wt-list .list-item{
    padding-left: 0;
    padding-right: 75px;
}
.wt-list .list-item .list-icon{
    left: auto;
    right: 0;
}
.elementor-section.half-bg:before{
    left: auto;
    right: 0;
}
.elementor-section.half-bg.bg-right:before{
    right: auto;
    left: 0;
}
/* Contact Form */
.wt-cf7-form .wpcf7-form-control{
    text-align: right;
}
.wt-cf7-form p .wpcf7-submit{
    float: right;
    margin-left: 15px;
}

/* Team */
.team-info.center h4,
.team-info.center p{
    text-align: center;
}
.team-social.left,
.team-info.left{
    text-align: right;
}
.team-social.left li a{
    margin: 0 0 0 10px;
}

/* Widget */
.widget-about{
    text-align: right;
}
.wt-social-icons.left{
    text-align: right;
}
.wt-social-icons.left li:not(:last-of-type){
    margin-right: 0;
    margin-left: 10px;
}

/* Blog */
.masonry-blog .entry_text{
	text-align: right;
	direction: rtl;
}