@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh\(FaNum\)_05_Medium.woff') format(woff);
    /* IE9 Compat Modes */


}
.box {
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
    font-family: 'YekanBakh';

}


.page-title {
    border-bottom: 2px solid rgb(27, 146, 182);
    margin-bottom: 20px;
    min-height: 32px;
    width: 280px;
    direction: rtl;
    text-align:right;
    font-size: 10px;
}

.text{
    text-align: center;
    line-height: 30px;
    direction: rtl;
    padding: 10px;
}

.box-2{
    margin-bottom:-40px;
    background-color: rgb(27, 146, 182);
    color: #FFF;
}