@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.woff');
  src: url('BYekan.eot?#iefix') format('embedded-opentype'),
         url('BYekan.eot') format('eot'), 
         url('BYekan.ttf')  format('truetype'), 
}

body {
    background: #eeeeee;
    font-family: "BYekan";
    color: rgba(0, 0, 0, 0.5);
    text-align: right;
}
.bg-content {
    background: url(../images/golrizweb.png) center center;
    background-size: cover;
    height: 45vh;
}
.aligen-center {
    display: none;
}
.liner {
    text-align: center;
}
.bg-content-light {
    box-shadow: #c9c6c6 5px 5px 10px;
}
.bg-content-blur {
    background: #eeeeeedc;
}
.aligen-center {
    display: none;
}
.liner {
    text-align: center;
}