@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan/yekan-regular.eot') format("embedded-opentype"),
	url('../fonts/yekan/yekan-regular.woff') format("woff"),
	url('../fonts/yekan/yekan-regular.ttf') format("truetype");
}
*{
	box-sizing: border-box;
}
body{
	direction: rtl;
	font-family:"yekan",tahoma !important;
	font-size: 14px;
	
}
.panel{
	background: #5574E3;
	color:white;
	width: 100%;
	height: 60px;
	line-height:60px;
	border-radius: 20px;
	margin-top: 10px;
}
.panel img{
	width: 45%;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-top: 2%;
}


div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
	width:90%;
	margin-right:5%;
	border-radius:20px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: block;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-top: none;
	width:90%;
	height:30px;
	background:#060;
	margin-right:5%;
	border-radius:20px;
	margin-top:-10px;
}
.tabcontent ul li
{
	float:right;
	list-style:none;
	color:white;
	margin-left:20px;
	margin-right:10px; 
	font-size:14px;
	line-height:30px;
}
.tabcontent li a
{
	text-decoration: none;
	color:white;
}
#frame
{
	background:none;
	border-radius:30px;
	margin-right:5%;
	margin-top:10px;
	width: 90%;
	height:2000px;
}
.header{
	width: 90%;
	margin: auto;
	height:auto;
	background: none;
	color:white;
	border-radius: 10%;
	line-height: 100px;
	font-size: 300%;
	padding-right: 30px;
	padding-top: 20px;
	
}
.menu{
	width:100%;
	margin-top:00px;
	
	/*float:right;*/
	direction:rtl;
	list-style:none;
	background: #F06;
	padding-right:2px;
	border-radius:25px;
	z-index: 1;
	position: relative;

	
}
.menu li{
	padding-top:20px;
	float:right;
	padding-left:10px;
	list-style:none;
	position:relative;
	margin-top:-15px;
}

.menu li a{
	float:none;
	text-decoration:none;
	line-height:50px;
	color:#FFF;
	margin: 0px 20px auto; 
}
.menu li a:hover{
	color:yellow;

}
.menu li ul{
	float:none;
	position:absolute;
	min-width:180px;
	top:70px;
	padding-right:2px;
	background:#F06;
	display:none;
	border-radius:0 0 15px 15px;
	font-size:14px;
	text-align: center;
}

.menu li:hover ul{
	display:block;
	
}
	th{text-align: center;}
/* Full-width input fields */
input[type=text], input[type=password],select {
  width: 100%;
  padding: 5px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for all buttons */
.button1 {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 3px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.button1:hover {
  opacity:1;
}



/* Float cancel and signup buttons and add an equal width */
 .signupbtn {
  width: 50%;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}
.slider1
{
	width:90%;
	margin: auto;
}
.news a{
	text-decoration: none;
}
.newsd{
	width:90%;
	margin: auto;
}
.newsd .news-title1{
	text-align: center;
	color:blue;
	font-size: 18px;
}
.newsd .imgn
{
	text-align: center;
}
.mahsol-title1
{
	text-align: center;
	width: 50%;
	margin: auto;
	background: #469FE3;
	color:white;
	font-size: 130%;
	margin-top: 10px;
	border-radius: 20px;
	height: 40px;
}
.mahsol-title2
{
	text-align:justify;
	width: 90%;
	margin: auto;
	background: red;
	color:white;
	font-size: 130%;
	margin-top: 10px;
	border-radius: 20px;
	
}
.maghaleh-title
{
	text-align:right;
	width: 90%;
	margin: auto;
	background: #6DA8E4;
	color:white;
	font-size: 130%;
	border-radius: 20px;
	margin-top: 50px;
	padding: 10px;
}
.maghaleh-title a
{
	text-decoration: none;
	color:white;
}
.footer
{
	color:white;
}
