*
{
padding:0px;
margin:0px;
font-family:snas-serif;
} 

.minu_name
{
    height:80px;
    width:100%;
    background-color:rgb(132,26,5);
    justify-content: center;  
}
.Name_parg
{
    text-align: center; 
    color:rgb(242,205,42);
    font-size:30px;
    text-transform: uppercase; 
    /*padding-top:5px;*/
    
}
.Name_parg.a
{
    color:#fff;
    font-weight: bold;
    padding-top:0px;
    font-family: 'Droid Arabic Naskh', serif;
}
/***************************************************** News ******************************************/

/***************************************** List ********************************************/
.list
{
    width:100%;
    display:flex;
    direction:rtl;
}
.mainpanel
{
    width:100%;
    height:60px;
    background-color:rgb(242,205,42);
    display :flex;
    margin-top:5px;
    
}
.piclogo
{
    width:50px;
    height:50px;
    padding-top:5px;
    padding-right:10px;
}
.minue_cont
{
    
    position: absolute;
    margin-right:100px;
}
.min_cont
{  
 display:flex;  
 list-style:none;
}
.min_itm
{
    font-size:30px;
    font-weight:bold;
    padding-right:25px;
    padding-top:15px;
    color:#0000;
}
.min_a
{
   font:30px;
   font-weight:bold;
   text-decoration:none;
   color:rgb(132,26,5);
   font-family: sans-serif;
   
}
.min_a.min
{
    font-size:25px;
    
    
}
.min_itm :hover
{
    color:rgb(132,26,5);
}
.min_itm:hover .addminu 
{
    display:block;
}
.addminu
{
    background-color:rgb(242,205,42);
    display:none;
    font-size:20px;
    position:absolute;
    padding:10px;
    margin-right:5px;
    width:200px;
}
.addminu :hover
{
    background-color:rgb(132,26,5);
    color:#ffff;
    font-weight:bold;
    width:200px;
}
.addMinuItm
{
    list-style:none;
    margin-right:5px;
}
.addMinuItmAnchr
{
    text-decoration:none; 
    color:rgb(132,26,5);
}
.prjMainNam
{
    width:45%;
    height:60px;
    margin-top:5px;
    background-color:rgb(132,26,5);
}
.theTxt
{
    width:80%;
    height:40px;
    padding-top:5px;
    margin-top:10px;
    margin-right:10%;
    border-radius:20px;
    background-color:#ffff;
    color:rgb(192,192,192);
    text-align:center;
    font-size:35px;;

}