
body{
    padding: 0;
    margin: 0;
   
    font-family:'IRANSans-Bold-web' !important;
      background: url(image/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.bg{
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.font{
    font-family:'IRANSans-Bold-web' !important;

}

@font-face {
    font-family: 'IRANSans-Bold-web';
    src: url('fonts/IRANSans-Bold-web.eot');

    src: url('fonts/IRANSans-Bold-web.eot?#iefix') format('eot'),  /* IE6–8 */
    url('fonts/IRANSans-Bold-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('fonts/IRANSans-Bold-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: bold;
}
