body.rtl p{
	font-size: 16px;
}
.rtl .the-button{
	font-size:12px;
}
.rtl .the-button.the-button-light {
	padding: 9px 30px 0 30px !important;
}
li.swiper-slide.slider-container-background {
	width: 33%;
}
.slide-description p {
	text-align: right;
}
.mySwiper .swiper-wrapper {
	justify-content: space-between;
}
.mySwiper .slide-read-more{
	display:none;
}
/* header */
@media(min-width:767){
	li.swiper-slide.slider-container-background {
		width: 100%;
	}
	.navbar .container-fluid{
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-header.fadeIn-element {
		flex: 20%;
	}
	.main-navigation.fadeIn-element {
		flex: 70%;
	}
	.rtl div#navbar-collapse {
		display: flex !important;
		justify-content: end;
	}
	ul.nav.navbar-nav.navbar-right {
		display: flex;
	}
	.main-navigation .navbar-nav li a {
		right: 0 !important;
	}
	.main-navigation-bg ul li a {
		padding-top: 0px !important;
	}
}
@media(max-width:767px){
	.rtl .navbar-toggle{
		float:left;
	}
	.rtl .navbar-nav {
		padding-right: 0;
	}
}
/* home page */
.rtl .bg-img{
	opacity: 1;
}
.rtl .introduction-wrapper{
	padding:0 50px 0 0px;
}
.rtl .social-icons-wrapper {
	right: 45px;
	left: auto;
}
/* global */
.rtl h1 {
	text-align: right;
	line-height: 1.2em !important;
}
.rtl .h2-theme h2:before,.rtl .h2-theme-white h2:before , .rtl h2.section-heading-all span:before {
	right: 20px;
	left: auto;
}
.rtl h2.elementor-heading-title.elementor-size-default::before {
	right: -60px;
}
.rtl h2.section-heading-all span {
	margin-right: 0;
}
.rtl h2.section-heading-all.section-heading-news {
	margin-left: 60px !important;
}
.rtl h2.section-heading-all ,.rtl h2.elementor-heading-title{
	display: inline;
}
.rtl .col-lg-12.nopadding {
	text-align:center;
}
span.slide-title{
	margin-bottom:10px;
}
.rtl button.owl-prev span{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 25px;
	z-index: 99;
	font-size: 50px;
	color: white;
	top: 5px;
}
.rtl button.owl-next span{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 25px;
	z-index: 99;
	font-size: 50px;
	color: white;
	top: 5px;
}
.rtl .owl-stage figcaption h3{
	display:none;
}
/* services page */
.page-id-1427 .col-lg-12.nopadding {
	text-align: right;
}
.page-id-1427 .section-heading-all span{
	padding-left: 75px;
	padding-right: 0;
}
.page-id-1427 .section-heading-all span:before{
	right: auto !important;
	left: 15px !important;
}
.rtl #service .rtl .inner-spacer{
	padding: 0 50px 0px 0px;
}
ul {
	text-align: right;
}
/* blog */
.col-lg-8.col-lg-offset-2 h3 {
	display: none;
}
.rtl .modal-content p{
	text-align:right;
}