@font-face {
  font-family: Mitra2;
  src: url('fonts/A.Mitra.02.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: BYagut;
  src: url('fonts/B_Yagut_0.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

body{
    margin: 0;
    direction: rtl;
    font-family: Mitra2;
}

#header{
    background-color: dimgrey;
    height: 170px;
    border-bottom: 4px solid #8Eb444
}


#Footer{
    background-color: dimgrey;
    height: 100px;
    border-bottom: 4px solid #8Eb444
}
.bigwidth a
{
	color:  white;
    text-decoration: none;
}
li a{
    color:  white;
    text-decoration: none;
}
 #homeli{background-color:cornflowerblue;}

.bigwidth ul li 
{
	cursor:pointer;
	font-size: 20px;
    background-color: darkgrey;
    padding: 2px 25px;
    border-radius: 10px 10px 0 0;
}
#header .bigwidth ul li:hover
{
	color:yellow;
}
li span a:hover
{
	color:yellow;
}
#header .bigwidth a { 
    font-size: 32px;
}
.bigwidth {
    width: 80%;
    margin: 0 auto 0 auto;
    
}

#header .bigwidth {padding: 30px 0 0 0}

#header .bigwidth span
{ 
    color: yellowgreen;
    padding: 4px 0 0 0;
    display: inline-block;
        
}

#header ul 
{
 list-style: none;
 float: right;
 margin: 30px 0 0 0;
    
}
#header ul li
{
 display: inline-block;

}

#header .bigwidth ul li a
{
    font-size: 20px;
    background-color: darkgrey;
    padding: 4px 25px;
    border-radius: 10px 10px 0 0;

}

/* #first_page_link */
/* { */
    /* background-color: cornflowerblue !important; */
/* } */

#div_baner
{
    border: 1px;
    background-color: antiquewhite;
    margin-bottom: 10px;
}

#left_col
{
    width: 79%;
	float: left;
    
}
#left_col div
{
	visibility:hidden;
}

#right_col
{
   width: 19%; 
   float: right;
  

}
#right_col div
{
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
    margin-bottom: 7px;
    background-color:aquamarine; 
}
#right_col h4
{
    text-align: center;
    margin: 0;
}

#right_col a
{
    color: darkblue;
    margin: 2px;
}
#left_col div
{

    margin-bottom: 7px;
}

#left_col  h2
{
    padding: 0 5px;
    border-style: solid;
    border-width: 0 0 2px 0;
}