@font-face {
    font-family: myYekan;
    src: url("../fonts/Yekan.woff");
}
@font-face {
    font-family: myTitr;
    src: url("../fonts/BTitr.woff");
}
*{
    font-family: myYekan;
}

.container{
}
.header img{
    width: 100%;
}

.row.marginBt10{
    margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
    font-family: myYekan !important;
    /*font-family: myTitr !important;*/
}



.form-group.required .control-label:after {
    content: " * ";
    color: red;
}