﻿@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.ttf') format('truetype');
}

@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IranSans/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iranSans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}
body
{
    font-family:iranSans!important;
}
h1.title {
    font-family: IranNastaliq !important;
    font-size: 40px;
    color: #0e3970 !important;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #0e3970;
}
@media  screen and (min-width:500px and max-width: 992px) {
h1.title {
 font-size: 30px;
line-height:45px;
}
}
@media  screen and (max-width: 500px) {
h1.title {
 font-size: 25px;
line-height:45px;
}
}
.flex-column
{
    display:flex;
}
.itembox {
    border: 2px solid #d6d5d5;
    border-radius: 4px;
    padding:8px;
   min-height:120px;
   margin-bottom:15px;
}
    .itembox:hover {
       box-shadow:rgba(0,0,0,.4) 5px;
    }
.dropdown-toggle i
{
    margin-right:8px;
}
@media (min-width:991px)
{
    img.article5file1 
    {
        height:250px!important;
    }
}