/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#000;
	font-family:cairo, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1.5;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#005e70;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#898d8e;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	max-width:980px;
	padding:20px;
}
/*end body*/
/*start head*/
#head{
	display:table;
	width:100%;
	float:right;
	clear:both;
	height:100%;
}
.head{
	text-align:center;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.logo img{
	display:inline-block;
	margin-bottom:10px;
	border-radius:16px;
}
.head h2,.head h1{
	margin:10px 0;
	font-weight:400;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
}
.head p{
	font-size:19px;
	margin:10px 0 15px;
}
.social li{
	display:inline-block;
	margin:0px 5px;
}
.social li img{
	width:70px;
	height:70px;
	-moz-transition: all 100ms;
	-webkit-transition:all 100ms;
	-ms-transition: all 100ms;
	-o-transition: all 100ms;
	position:relative;
	top:0;
}
.social li:hover img{
	top:-2px;
}
/*end head*/