body {
    font-family: 'Vazir-FD';
}

.responsive-image img {
    max-width: 100%;
    height: auto;
   margin-bottom: 30px;
} 
.top-bar .logo{
	text-align: right;
}

.top-bar .top-bar-icon{
	margin-left: 10px;
}

.ml-auto-sazandeh {
    margin-left: 30px;
}
.menu-sazandeh{
    margin-right: 30px;
}

.footer h2::after{
	right: 0;
}
.footer .footer-link a::before{
	    content: "\f104";
}

.dropdown-menu{
	right: 0;
}
.dropdown-toggle::after{
	margin-right: .255em;
}
.dropdown-item{
	white-space: unset;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team .team-text {
    padding: 25px 15px;
}

.team .team-social {
    right: -50px;
}

.team .team-social a {
    right: 0;
}

.team .team-item:hover .team-social a {
    right: 50px;
}
/********slider********/
.carousel-indicators {
    padding-right: 0;
}
/********box********/
.feature .feature-text {
    padding-right: 30px;
}
/********servises********/
.service .service-text h3 {
    text-align: right;
}
/*****blog******/
.blog .blog-title h3 {
    text-align: right;
}
/****other****/
.texttarah{
	text-align: left;
}

.footer .footer-link a::before {
    margin-right: 0px;
	margin-left: 10px;
}

.footer h3::after {
    right: 0;
}

.footer .newsletter .btn{
	left: 5px;
	right: auto;
}

.page-header a::after{
	left: 0px;
	right:auto;
	top:0px;
}

.contact .contact-text {
    padding-right: 20px;
}

/***single post ***/

.single .single-bio-text {
    padding-right: 30px;
}

.owl-carousel{
 direction: ltr !important;
}

.sidebar .widget-title::after {
    right: 0;
    left:auto;
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}