
* {
	padding:0;
	margin:0;
	box-sizing:border-box;
	border:0;
}

body {
	direction:rtl;
}

.top {
	width:100%;
	height:50px;
	background:#2ecc71;
}

.top h1 {
	color:#fff;
	text-align:center;
	font-size:30px;
}


.box {
	width:100%;
	background:#bdc3c7;
	margin-top:10px;
	padding:20px;
	float:right;
}
.box .right {
	width:47%;
	background:#7f8c8d;
	float:right;
	padding:20px;
}

.right h2 {
	text-align:center;
	color:#fff;
}

.right p {
	color:#fff;
	text-align:right;
	margin-top:20px;
	line-height: 30px;
	font-size: 18px;
	text-shadow: 6px 6px 7px #040404;
}

.right a {
	font-size:18px;
	text-decoration:none;
}

.box .left {
	width:47%;
	background:#7f8c8d;
	float:left;
	padding:40px;
}
.left img {
	max-width:100%;
}
.left img:hover {
	opacity:.5;
}

/****** شروع کدهای بخش فرم*******/
.main {
	width:100%;
	background:#ecf0f1;
	margin-top:10px;
	padding:20px;
	float:right;
}

.main .myform {
	width:47%;
	float:right;
	padding:20px;
}

.myform input[type="text"] , .myform input[type="email"] , .myform input[type="password"] , .myform textarea , .myform select {
	width:100%;
	padding:12px;
	border: 1px solid #ccc;
	border-right: 5px dashed #27ae60;
}

.myform label {
	margin: 30px 0 10px 0;
	display:block;
}

.myform textarea {
	max-width:100%;
	min-height:150px;
}

.maharat {
	margin-top:30px;
}
.maharat label {
	display:inline;
}

.myform input[type="submit"] , .myform button {
	background: #2ecc71;
	padding: 12px 35px;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 13px;
	border-top-left-radius: 0;
}

.myform input[type="submit"]:hover , .myform button:hover {
	background: #7f8c8d;
}

.myform button { 
	background: #e74c3c;
}



/*****شروع استایل ها منو*****/

.menu {
	float: right;
	width: 100%;
	background: #2c3e50;
}
.menu li {
	float: right;
	list-style: none;
}

.menu li a {
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.menu li a:hover {
	background:#e74c3c;
	border-radius:5px;
}


.pedar {
	float:left;
	width:47%;
	background:#2980b9;
	height:400px;
	position:relative;
	box-shadow:10px 10px 20px #333;
}

.pedar .farzand {
	width:70px;
	height:70px;
	background:#e74c3c;
	position:absolute;
	top:100px;
	right:80px;
	z-index:10px;
}

.pedar .farzand2 {
	width:70px;
	height:70px;
	background:#27ae60;
	position:absolute;
	top:150px;
	right:100px;
}