﻿@import url(fontiran.css); /* Developed By ParsMehan.com Digital Marketing Agency */
body {
	font-family: IRANSans !important;
	font-weight: 500;
	direction: rtl;
	background-color: #3b3a7e;
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.pmbtn {
	margin: 0 auto;
	background: #e44331;
	font-size: 20px;
	border: 0;
	border-radius: 5px;
	width: 290px;
	cursor: pointer;

}
h1 {
	font-weight: bold;
	font-size: 31px;
	color: #cfb783;
}
a,a:hover,a:focus{
	text-decoration: none;
	color: #ffffff;
}
header .content1{
	font-size: 18px;
}
header .content1 span{
	color: #cfb783;
}
header .content2{
	width: 100%;
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto;
}
header .content2 .text{
	float: right;
	padding-right: 20px;
}

header .content2 .tel{
	float: left;
	padding-left: 20px;
}

main{
	padding-top: 10px;
}
main p{
	font-weight: 900;
}
footer{
	padding-top: 10px;
}

input, select{
	background: none;
	border: 1px solid #ffffff;
	padding: 3px 5px;
	width: 280px;
	border-radius: 5px;
	font-family: IRANSans !important;
	font-size: 15px;
	color: #ffffff;
	margin: 5px 10%;
}
select{
	width: 290px;
}
option{
	color: #000;
}
input[type=submit]{
	background: #cfb783;
	color: #2e2e2e;
	border: 0;
	width: 290px;
	cursor: pointer;
}
ul{
	margin: 30px auto;
	display: block;
	padding: 0 0 10px 0;
	width: 360px;
}
li{
	float: right;
	width: 24%;
	list-style: none;
	text-align: center;
	border-right: 2px solid #cfb783;
	font-size: 13px;
}
li:first-child{
	border: 0;
}
.address{
	font-size: 15px;
}