@font-face {
  font-family: 'byekan';
  src: url('../font/BYekan.eot') format('eot'),
  url('../font/BYekan.woff') format('woff'),
  url('../font/BYekan.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'yekan';
  src: url(../font/Yekan.eot);
  src: url(../font/Yekan.eot?#iefix) format("embedded-opentype"),
  url(../font/Yekan.woff) format("woff"),
  url(../font/Yekan.ttf) format("truetype"),
  url(../font/Yekan.svg) format("svg");
  font-weight: normal;
  font-style: normal
}



@font-face {
  font-family: 'BBYekan';
  src: url('../font/BYekan-webfont.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BBYekan';
  src: url('../font/BYekan-webfont.eot') format('eot'),
  url('../font/BYekan-webfont.woff') format('woff'),
  url('../font/BYekan-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lhn{
  line-height: normal;
}
input[type='number'] {
  -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea:focus, input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
select:focus {
  outline: none;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
:focus {
  outline: none;
}