*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'dirooz';
    src:url('../fonts/Dirooz.ttf')format('truetype'),
    url('../fonts/Dirooz.woff')format('woff'),
    url('../fonts/Dirooz.woff2')format('woff2'),
    url('../fonts/Dirooz.eot?#iefix')format('embedded-opentype');

}
@font-face {
    font-family: 'dirooz';
    src:url('../fonts/Dirooz-FD.ttf')format('truetype'),
    url('../fonts/Dirooz-FD.woff')format('woff'),
    url('../fonts/Dirooz-FD.woff2')format('woff2'),
    url('../fonts/Dirooz-FD.eot?#iefix')format('embedded-opentype');
}
body{
    background-image: url("../../images/template/emam-hosein647-2.jpg");
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    font-family: dirooz;
    direction: rtl;overflow-x: hidden;
}
.title-1{
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: darkkhaki;
    padding: 8px;
    border-radius: 8px;
    font-size: 1rem;
}
.title-2{
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: wheat;
    padding: 8px;
    border-radius: 8px;
    font-size: 1rem;
}
.margin-c{
    margin: 0 auto;
}
.color-orange {
    color: rgba(253,159,19,0.98) !important;
    cursor: pointer;
}
.hidden{
    display: none;
}
#loading{
    width:100%;
    height:100%;
    z-index:1001;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.8;
    background-image: url(../../images/template/free-loading-icon-27.gif);
    background-position: top;
    background-repeat: no-repeat;
}
.headRow {
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: #96f251;
    padding: 0;
}
.bg-white{
    background-color: white;
}
.mt-8{
    margin-top: 1rem;
}
.float-right{
    float: right;
}
.hear, .hear:hover {
    background-color: #ff4b31;
}
.grid-loading {
    display: none;
    background-color: #ebebd1;
    background-image: url("../../images/img/loading_dom.gif");
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
}
a:hover{text-decoration: none}
figcaption {
    color: #212529;
    text-align: justify;
    text-justify: inter-word;
}