@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir.eot);
    src: url(font/vazir/Vazir.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir.woff2) format('woff2'), url(font/vazir/Vazir.woff) format('woff'), url(font/vazir/Vazir.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir-Bold.eot);
    src: url(font/vazir/Vazir-Bold.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir-Bold.woff2) format('woff2'), url(font/vazir/Vazir-Bold.woff) format('woff'), url(font/vazir/Vazir-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir-Black.eot);
    src: url(font/vazir/Vazir-Black.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir-Black.woff2) format('woff2'), url(font/vazir/Vazir-Black.woff) format('woff'), url(font/vazir/Vazir-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir-Medium.eot);
    src: url(font/vazir/Vazir-Medium.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir-Medium.woff2) format('woff2'), url(font/vazir/Vazir-Medium.woff) format('woff'), url(font/vazir/Vazir-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir-Light.eot);
    src: url(font/vazir/Vazir-Light.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir-Light.woff2) format('woff2'), url(font/vazir/Vazir-Light.woff) format('woff'), url(font/vazir/Vazir-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url(font/vazir/Vazir-Thin.eot);
    src: url(font/vazir/Vazir-Thin.eot?#iefix) format('embedded-opentype'), url(font/vazir/Vazir-Thin.woff2) format('woff2'), url(font/vazir/Vazir-Thin.woff) format('woff'), url(font/vazir/Vazir-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

/* Layout */
html, body {
    height: 100%
}
.layout-boxed html, .layout-boxed body {
    height: 100%
}
body {
    font-family: Vazir;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    color: #666f73;
    background-image: url('../image/ic.gif');
    background-repeat: repeat;
}

.text-label{
    padding: 10px 5px 0px 5px;
    background-color: #24ccb5;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
    width: 20%;
    text-align: center;
}
.pdfDownload{
    width: 45px;
}

.div-slider{
    padding: 50px 40% 10px 40%
}

@media (max-width:767px) {
    .div-slider{
        padding: 15px 25% 5px 25%;
    }
}

.bg-body{

}
.b-rad-10{
    border-radius: 7px;
}
