/* BYekan font Adding */
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot');
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.ttf');
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.woff');
}
/* MJ-Flow font Adding */
@font-face {
    font-family: 'MjFlow';
    src: url('../fonts/Mj_Flow.eot');
}
@font-face {
    font-family: 'MjFlow';
    src: url('../fonts/Mj_Flow.ttf');
}
@font-face {
    font-family: 'MjFlow';
    src: url('../fonts/Mj_Flow.woff');
}
/* General CSS  */
body {
    font-family: "MjFlow", serif;
    color: #000;
    overflow-x: hidden;
}
.jumbotron>.container{
    padding-top: 50px;
}
.jumbotron p{
    margin: 40px 0;
}
.well .form-group{
    margin: 20px;
}
#event-carousel{
    width: 70%;
    margin: 0 auto;
}
#aboutus .form-group{
    margin-bottom: 40px;
}
#aboutus{
    margin-top: 30px;
}
#aboutus>h2{
    margin-bottom: 40px;
    text-align: center;
}
#aboutus .row .col-md-3{
    position: relative;margin-top: 10%;margin-right: 30px;

}
#aboutus address p:last-child{font-family: "Times New Roman" !important;
direction:ltr!important;
}
footer{
    font-family: "Times New Roman", serif !important;
    font-size: 18px;
}
footer .glyphicon{vertical-align: sub;}
