@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSans;
}




.main-menu-box, .sub-menu-box{
    display: none;
}

.main-menu-box.active, .sub-menu-box.active{
    display: block;
}

