/*
	my css
*/
ul {
    padding-left: 0;
    padding-right: 0.85rem;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
input {
    direction: rtl;
}


@media(max-width: 991px){
	.nav-flex {
		flex-direction: row-reverse;
	}
	.navbar-nav {
		text-align: right;
	}
}