/*
	my css
*/

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
input {
    direction: rtl;
}
.dotted-border.border-right h2:before{
    margin-left: auto;
    margin-right: 0;
}
.post-readmore .svg {
    transform: translate(-0.3rem, 0.1rem);
}
.button.next-btn .inner svg {
    margin-left: initial;	
	margin-right: 1rem;
    transform: scale(1);	
}
.button.prev-btn .inner svg {
    margin-right: initial;		
	margin-left: 1rem;
    transform: scale(1);		
}
/*about*/
.popup-teammate-section .popup .inner .box .close-button {
    right: auto;
    left: 1rem;
}
/*community*/
#slide- {
    width: 28.2%;
    top: 20%;
    right: 5%;
    padding: 0 0.4%;
}
#slide-1 {
    width: 28%;
    left: 3%;
    top: 20%;
}
#slide-2 {
    width: 20%;
    top: auto;
    bottom: 14%;
    left: 29%;
}
/*blog*/
.section-blog-search button#searchsubmit {
    right: auto;
	left: 0.5rem;
}
.dateAndShare.flex-row .date {
    margin-right: 0;
    padding-right: 0;
	border-right: 0;
    margin-left: 1rem;
    padding-left: 1rem;
	border-left: 1px dashed #00466480;	
}
.blog-section .side-single-post.content-blog {
    padding: 0rem 2.5rem 0rem 7rem;
}
/*footer*/
.es_subscription_form_submit.es_submit_button.es_textbox_button {
	right: auto;
	left: 0;
}
.about-container {
    text-align: left;
}
@media(max-width: 991px){
	/*header*/
	.header-image img {
		left: auto;
		right: -25%;
	}
	/*about*/
	#slide-2 {
		bottom: 17%;
	}
}
@media (max-width: 767px){
	.header-image img {
		left: auto;
		right: -40%;
	}
}
@media (max-width: 450px){
	.header-image img {
		left: auto;
		right: -70%;
	}
}