* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.index-page {
	background-image: url(../images/bg-top.png), url(../images/bg-bottom.png);
	background-color: #007aa8;
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 26.1%, 24.2% !important;
	min-height: calc(100vh)   
}
.index-page .logo {
	margin: 50px 0 40px 0;
}
.index-page p{
	font-size: 17px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.index-page .apps-download {
	margin: 10px 0 40px 0;
	display: inline-block;
}
.apps-download a {
	display: inline;
}
.apps-download img {
	float: left;
	margin: 0 3px 0 3px;
}
.copyright {
	margin: 15px 0 0 0;
}
.copyright p {
	margin-bottom: 15px;
	font-size: 12px;
}
.copyright p sup {
	font-size: 50%;
}
.copyright a:hover,
.copyright a:focus{
	text-decoration: none;
	outline: none;
}
.article-contents h1 {
	font-size: 31px;
	line-height: 1;
	font-weight: 500;
	color: #333;
	margin: 0 0 15px 0;
	position: relative;
	padding-right: 100px;
}
.article-contents h1 span {
	display: block;
	font-size: 19px;
	margin-bottom: 12px;
	line-height: 1;
	color: #bcbec0;
	font-weight: 500;
}
.article-contents h1 .trend {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #05a04b;
	font-size: 39px;
	line-height: 1;
	font-weight: 500;
	background: url(../images/trend-green.png);
	background-position: 0;
	background-repeat: no-repeat;
	padding-left: 40px;  
}
.article-contents .col-sm-5 img {
	width: 100%;
}
.main-header {
	background: #333;
	padding: 20px 0 20px 0;
}
.main-header .logo img {
	width: 140px;
}
.article-contents {
	background: #fff;
	padding: 30px 0 20px 0;
}
.article-contents p {
	font-size: 21px;
	color: #333;
	line-height: 1.3;
	font-weight: 300;
}
.article-numbers {
	background: #333;
	display: block;
	float: left;
	width: 100%;
	padding: 0 5px 0 5px;
}
.article-numbers span {
	color: #fff;
	font-weight: 300;
	line-height: 40px;
}
.article-contents p span {
	display: block;
	margin: 15px 0 0 0;
	font-size: 24px;
}
.article-contents p span a,
.article-contents p span a:link {
	color: #ee4037;
	font-weight: 300;
	text-decoration: none;
}
.article-contents p span a:hover {
	color: #333;
	text-decoration: none;
}
.goratee-list {
	background: #f2f3f4;
	padding: 25px 0 25px 0;  
}
.gr-list li {
	float: left;
	width: 50%;
	list-style: none;
	border-top: 2px solid #e0e1e1;
	margin-top: 5px;
	padding-top: 5px; 
}
.gr-list li:first-child,
.gr-list li:nth-child(2) {
	border-top: 0;
	margin-top: 0;
	padding-top: 0; 
}
.list-image {
	float: left;
	width: 43%;
}
.list-image img {
	width: 100%;
}
.list-content {
	float: right;
	width: 52%;
}
.list-content h2 {
	margin: 20px 0 10px 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}
.list-content h2.arabic-text {
	font-family: 'Tajawal', sans-serif;
	font-weight: 700;
}
.goratee-list .trend {
	color: #05a04b;
	font-size: 27px;
	line-height: 1;
	font-weight: 500;
	background: url(../images/trend-green.png);
	background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;  
}
.goratee-list .trend.red-arrow {
	color: #dd2a26;
	background-image: url(../images/trend-red.png); 
	background-position: left center;
}
.app-downloads {
	background: #f8f8f9;
	padding: 40px 0 40px 0;
	position: relative;
}
.apps-download {
	display: inline-block;
}
.app-downloads h3 {
	margin: 0 0 15px 0;
	font-size: 25px;
	font-family: 'Tajawal', sans-serif;
	line-height: 1;
	font-weight: 700;
}
.screen-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 19.24%;
}
.screen-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22.57%;
}
.screen-top img,
.screen-bottom img {
	width: 100%;
}
img.home-smartphone{
	display: block;
	margin: auto;
}
.privacy_policy_main{
	background-color: #f2f3f5;
	color: #000;
	padding-top: 0;
}
.privacy_policy_main p strong{
	color: #0079aa;
	margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}
.privacy-title{
	background-color: #fff;
	padding: 25px 0;
	margin-bottom: 30px;
}
.privacy-title p strong{
	color: #333333;
	font-size: 28px;
	margin: 0;
}
.privacy_policy_main p{
	margin: 0;
}