@font-face {
	font-family: "primary-font";
	src: url("../fonts/arabic-fonts/DINArabic-Bold.ttf") format("truetype");
	font-weight: 300;
}
body {
	font-family: 'primary-font', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	background-color: #111;
	text-align: right;
	direction: rtl;
}
.open-sans-font{
	font-family: 'primary-font', sans-serif;
}
p{
	text-align: right;
}
.home .home-details h1{
	text-align: right;
}
.cr {
	top: -7px;
	position: relative;
	right: 10px;
	color: #ffb400;
	direction: rtl;
	float: right;
}