﻿/*@font-face {
    font-family: 'IRANSansWeb';
    src: url('/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot') format('embedded-opentype'),url('/fonts/IRANSansWeb.woff') format('woff'),url('/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}*/

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir/Vazir-FD-WOL.eot');
    src: url('../fonts/Vazir/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-FD-WOL.woff') format('woff'), url('../fonts/Vazir/Vazir-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir/Vazir-Bold-FD-WOL.eot');
    src: url('../fonts/Vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/Vazir-Bold-FD-WOL.woff') format('woff'), url('../fonts/Vazir/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}

body {
    /* font-family:'IRANSansWeb' !important;*/
    font-family: 'Vazir' !important;
    font-weight: 400;
}

.mainpic{
    background-image:linear-gradient(rgba(255,255,255,0),rgba(255, 255, 255,0)),url("/images/11.jpg");
    background-repeat:repeat;
    height:auto;
    background-size:auto;
    background-position:center;
    background-attachment:fixed;
}

.btnBlue{
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
    background-color:#bcc7f5;
}

.btnGreen {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #d0f7c9;
}



.btnYellow {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f4f7b1;
}

.btnRed {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f6bcbc;
}

.custominput {
    border: 1px solid gray;
    border-radius: 1px;
    height: 35px;
    margin-bottom: 15px;
}
.mainHome {
   
   
    height: auto;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

