.bg-blue{
    background-color: #003399;
}

.bg-gray{
    background-color: #14223D;
}

.bg-orange{
    background-color: #E36C09;
}
.text-blue{
    color: #003399;
}
.text-orange{
    color: #E36C09 !important;
}

.text-gray{
    color: #666666 !important;
}

.text-light{
    color: #D9D2D2 !important;
}

.text-justify{
    text-align: justify;
}

img.header-logo{
    height: 48px
}

.bold{
    font-weight: bold;
}

body{
    font-family: vazirmatn, sans-serif;
}

header div.menu a{
    font-size: 15px
}

@font-face {
    font-family: vazirmatn;
    src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
}


.title{
    font-size: 36px;
    border-bottom:solid 2px #E36C09 ;
}
