/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'cairo', sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:400;
	line-height:1.7;
}
a{
	text-decoration:none;
	color:#d7d133;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#fff;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
#particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	opacity:0.4;
	z-index: 102;
}
.all{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	overflow:hidden;
	position:relative;
	height:100%;
	padding:15px;
}
.all_b{
	text-align:center;
	width:100%;
}
.logo{
	margin-bottom:40px;
}
.logo img{
	width:auto;
	height:auto;
	max-height:120px;
	position:relative;
	z-index:150;
}
.social{
	clear:both;
	text-align:center;
	position:relative;
	z-index:150;
}
.social li{
	display:block;
	text-align:center;
	position:relative;
}
.social li a {
	background:#c49672;
	display:inline-block;
	font-size:16px;
	color: #fff;
	border-right:4px;
	min-width:270px;
	text-align:center;
	padding:15px;
	z-index:11;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:5px;
	position:relative;
	text-align:center;
}
.social li a:hover,.social li:nth-child(2) a{
	color:#fff;
	background:#4a4138;
}
.social li a:before{
	display:inline-block;
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
	font-family:FontAwesome;
}
.social li.email a:before{
	content:"\f003";
}
.social li.phone a:before{
	content:"\f095";
}
