@font-face{
    font-family:'yekan';
    src:url(fonts/yekan.woff);src:url(fonts/yekan.eot?#iefix) format("embedded-opentype"),
url(fonts/yekan.woff) format("woff"),url(fonts/yekan.ttf) format("truetype"),url(fonts/yekan.svg#yekan) format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'sans';
    src:url(fonts/sans.woff);src:url(fonts/sans.eot?#iefix) format("embedded-opentype"),
url(fonts/sans.woff) format("woff"),url(fonts/sans.ttf) format("truetype"),url(fonts/sans.svg#sans) format("svg");
    font-weight:normal;
    font-style:normal;
}

*{
    margin: 0;
    padding: 0;
}
body{
    direction:rtl;

}
#onvan{
    width: 1200px;
    height: 100px;
    text-align:right;
    font-size:40px;
    font-weight:bold;
    color:orangered;
    line-height: 100px;
    font-family: "sans";
    margin: 15px auto 15px auto;
    background-color:white;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}




#content{
    width: 1200px;
    height: 570px;
    margin: 30px auto 10px auto;
    }
#content>div{
    float: right;
}
#content>#sub-menue{
    width:200px;
    height:600px;
    }
#content>#sub-menue>ul>li{
    width: 200px;
    height: 104px;
    list-style-type: none;
    text-align: center;
     }
#content>#sub-menue>ul>li>a {
    display: block;
    width: 180px;
    height: 60px;
    background-color:lightgray;
    font-family: yekan;
    font-size: 17px;
    color: black;
    line-height: 60px;
    text-decoration: none;
    border-radius: 5px;

    }
#content>#sub-menue>ul>#education-menu{
    margin: 20px 0;
}
#content>#sub-menue>ul>#research-menu{
    margin: 20px 0;
}



#copyright{
    width: 1200px;
    height: 80px;
    background-color:navy;
        color: white;
    font-family: sans;
    line-height: 80px;
    margin:15px auto;
    text-align: center;
    font-size: 15px;
}
#crimeApp{
    width:1000px;
    height:570px;
     background-color:lightcyan;
    font-family: sans;
    font-size: 40px;
    text-align: right;

}
#crimeApp>ul>li{
    font-size: 30px;
    list-style-type:disc;
    text-align: right;
    margin: 5px 30px;

}
#crimeApp>ul>li>a{
    text-decoration:underline;
    color:blue;
    line-height: 70px;
}

