*, html, body {direction: rtl; text-align: right}

.justify-content-center h1, 
.justify-content-center h2, 
.justify-content-center h3 {text-align: center !important}

.about .content ul i {right: 0}
.about .content ul li {padding: 0 26px 8px 0;}

.features .icon-box i {float: right}
.features .icon-box h4 {margin: 5px 60px 10px 0;}
.features .icon-box p {margin-right: 60px; margin-left: 0px;}

#services h4, #services p {text-align: center !important}

#cta h3, #cta p {text-align: center !important}

#contact .info i {float: right !important; }
#contact .info h4 {padding: 0 60px 0 0;}
#contact .info p { padding: 0 60px 0 0;}

#header .flags a {float: right; margin-left: 10px}

.text-left {
  text-align: right;
}
.text-right {
  text-align: left;
}

.pull-right {
  float: left !important;
}
.pull-left {
  float: right !important;
}

.top-left-part{float:right;border-left:1px solid rgba(0,0,0,.08)}
.top-left-part a{padding-right:10px;}


	.navbar-left {
    float: right !important;
	}
	.navbar-right {
		float: left !important;
	}


.navbar-top-links>li {
    float: right;
}


	#side-menu>li {
		float: right;
	}

	
@media (max-width: 767px)
{
	.fix-header .navbar-static-top {
		position: relative;
		top: 0;
		width: 100%;
	}

	.top-left-part {
		width: 100%;
	}
}

.navbar-top-links .dropdown-user {
    right: auto;
    left: 0;
    width: 280px;
}

