body {
	direction: rtl;
}
#header .brand {
	float: right !important;
}
#header .navbar-right, #navbar_content {
	float: left !important;
}
.owl-carousel {
	direction: ltr;
	overflow: hidden;
}
.col-md-4,.col-md-8, .col-md-6, .col-md-5, .col-md-7, .col-md-2 {
	float: right;
}
#header .dropdown {
	float: left !important;
	margin-left: 0;
	margin-right: 25px;
}
.button3, .arrow_btn{
	padding-left: 70px;
	padding-right: 30px;
}
.arrow_btn {
	display: inline-block;
}
.button3::after, .arrow_btn:after {
	right: unset;
	left: 20px;
	transform: rotate(-180deg);
}
#news_ticker h3 {
	float: right;
}
#mission_slide {
	text-align: right;
}
#awards ul.nav li {
	float: right;
}
#awards ul.nav {
	padding-right: 0;
}
.owl-nav .owl-next {
	direction: rtl;
}
.navbar-right .dropdown-menu {
	right: unset;
	left: 0;
}
#awards .tab-content {
	clear: both;
	overflow: hidden;
}
#login_section .login-submit {
	float: right;
}
.form_information {
	left: unset;
	right: 0;
}
#login_section .col_left {
	padding-right: 0;
	padding-left: 50px;
}
.page_committees table th {
	text-align: right;
}
#form .wppb-form-field input[type="checkbox"], #form .wppb-user-forms input[type="checkbox"] {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.pull-right {
	float: left !important;
}
.table th, table td {
	text-align: right;
}
.top_buttons
{
	right:unset;
	left:0;
}
.comment-form-attachment {
	float: right;
}
#respond .form-submit {
	float: left;
	margin-left: 0;
}
.comment-form-attachment__label{
	font-size: 0;			
}
.comment-form-attachment__label:after {
	font-size: 15px;
	content: "مرفقات";
}
.comment-form-attachment__file-size-notice {
	font-size: 0;
}
.comment-form-attachment__file-size-notice:after {
	content: "أقصى حجم للملفات المرفقة هو  20MG";
	font-size: 13px;
}
#program_list th, #program_list td {
	text-align: right;
}
.single_page ul li {
	padding-left: 0;
	padding-right: 20px;
}
.single_page ul li::after {
	left: unset;
	right: 0;
}
.navbar-nav > li {
	float: right;
}
.list .col {
	float: right;
}
.footer .scl {
	text-align: left;
}
.single_page table th {
	text-align: right;
}
#inner_footer .contact_details{
	direction: ltr;
}
.nf-error.field-wrap .nf-field-element::after {
	right: unset !important;
	left: 1px;
}
.page_committees table td, .page_committees table th {
	line-height: 24px;
}
footer .powered {
	direction: ltr;
	text-align: left !important;
}
@media all and (max-width: 992px){
	.col-md-4,.col-md-8, .col-md-6, .col-md-5, .col-md-7, .col-md-2 {
		float: none; 
	}
}
@media all and (max-width: 640px){
	#header .dropdown {
		margin-right: 10px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
}