body {
  direction: rtl;
  unicode-bidi: embed;
}

p, .textwidget{
	text-align: justify;
}
/* Arrows (flip/change) */

.anps_menu_widget .menu a:before,
.breadcrumb li:before {
  content: "\f104";
}

.page-numbers i {
  position: relative;
  transform: scaleX(-1);
}

.testimonials .testimonial-owl-nav button,
.recent-news .owl-nav > span,
.projects-pagination > button {
  transform: scaleX(-1);
}

@media (max-width: 1199px) {
  .site-navigation .main-menu li ul li a:before {
    content: "\f104";
    float: right;
  }
}

/* Swipebox fix */

html.swipebox-html {
  overflow: hidden !important;
}

html.swipebox-html #swipebox-overlay{
  direction: ltr;
}

/* ----- DUVENHAGE ENTERS ----- */
body .background-image-right {
	background-origin: content-box;
	background-position: right 15% bottom 0 !important;
	background-repeat: no-repeat !important;
}
@media (max-width: 1280px) {
	body .background-image-right {
		background-position: right 5% bottom 0 !important;
	}
}
.rev-btn {
	white-space: nowrap !important;
}

.projects .projects-header .filter li {
	font-size: 15px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
	left: auto !important;
	right: 0 !important;
}

.timeline-year {
	line-height: 1;
}

.wpcf7-form input, .wpcf7-form textarea {
	text-align: right;
}

.wpcf7-submit {
	float: right;
}

.duva-cstm-portfolio .projects .projects-header {
	margin-top: -35px;
}

.duva-cstm-portfolio .projects .projects-header h2.projects-title, .duva-cstm-portfolio .projects .project-hover p {
	color: #fff;
}