@charset "UTF-8";.primary-menu{direction:rtl}
@font-face {
	font-family: 'IRANSans';
	src: url('../font/Sansa4fran3.eot?#') format('eot'),
	url('../font/Sansa4fran3.woff') format('woff'), 
	url('../font/Sansa4fran3.ttf') format('truetype');
}

body{
    font-family: IRANSans;
    align:auto;
}

.container{
	width:99%;
	
}

.head{
	width:100%;
	height:89px;
	background-color:gray;
	border-radius:0px 10px;
	
}

a{
	text-decoration:none;
	list-style-type:none;
}
ul{
	list-style-type:none;
	position:relative;
	display: inline-table;display: block;
}
li{
	
	display: inline-block;
	position:relative;
}
li a{
	display: block;
	color:#fff;
	padding:35px;
	list-style-type:none;
	font-size:18px;
}
li a:hover{
	color:red;
	cursor: pointer;
	padding:35px;
	text-align: center;
	background-color:#bdbdbd;
	border-radius:10px 0px;
}
h2{
	padding-left:45px;
	font-size:24px;
	color:#fff;
}
h1{
	padding-right:35px;
	padding-top:55px;
	font-size:34px;
}
p{
	padding-right:25px;
	padding-top:25px;
	line-height:36px;
	font-size:20px;
}
.number{
	font-size:28px;
}
.images {
	width:100%;
}
img{
	width:400px;
}
.left{
	float:left;
}
.right{
	float:right;
}
footer{
	width:100%;
	height:89px;
	background-color:gray;
	border-radius:10px 0px;
	
}
