@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('fonts/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('fonts/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype')
}
.max-800{
    max-width: 800px;
}
body {
    background-color: #efefef;
    font-family: IRANSans;
}

.nav {
    position: fixed;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;

    background-color: #fff;
    /* position: relative; */
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    box-shadow: 4px 2px 8px 0 rgba(50, 50, 50, .08);
}

.nav .hlogo {
    background: url('./images/misc/spriteS.png') -318px -18px no-repeat;
    background-size: 490px 262px;
    width: 155px;
    height: 58px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main {
    margin-top: 90px;
    direction: rtl;
    background-color: #fff;
    min-height: 400px;
    padding: 30px;
}

h3 {
    color: #002080;

    font-family: IRANSans;
    font-size: 20px;
    line-height: 34px;
    display: block;
}

p {
    clear: both;
    color: #505050;
    font-family: IRANSans;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
}

.copyright {
    min-height: 90px;
    background-color: #001659;
    position: relative;
}

.copyright p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 570px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}

@media (max-width: 767px) {
    .main {
        margin-top: 60px;
    }

    .nav {
        height: 60px;
        background-color: #fff;
    }
}
.center {
    text-align: center !important;
}
.btn-green-ubaar{
    background-color: #33CCAD;
    color: #fff!important;
    cursor: auto;
}
.btn-red-ubaar{
    background-color: #ec1c24;
    color: #fff!important;
    cursor: auto;
}