body {
	overflow-x: hidden;
	direction: rtl;
}

.list-unstyled {
	padding-right: 30px;
}

.owl-carousel {
	direction: ltr;
}

.owl-carousel .owl-item {
	direction: rtl;
}

.testimonial-one__client-details {
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-right: 70px;
}

header .main-header__logo  {
    width: 146px;
}

header .main-header__logo img {
	width: calc(233% - 142px);
	margin-right: -15px;
}

footer .footer-widget__logo img{
    width: 129px;

}