.home_body{
    background-color:#ececec;
}
.event_content{
    padding: 0px 50px 50px;
    background-color: #ffffff;
    margin-bottom: 40px;
}
.upcoming_event {
    background-color: #E1E1E1 !important;
    font-family: "Roboto Condensed";
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;

}
.breadcrumb{
    margin-bottom:20px;
    background-color: transparent;
    padding: 35px 0px 0px;
}
.footer{
    margin-top: 0px;
}
.each_event{
    min-height: 270px;
    padding:30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 30px;
}
.event_heading{
    border-bottom: 2px solid #172a66;
    padding: 10px 0;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: bold;
}
.eventdate{
    font-size: 12px;
    font-weight: normal;
}
.each_event i{
    color: #A09B9B;
    font-size: 12px;
    margin-right: 5px;
}
.event_body{
    margin-top: 40px;
}
.e_desc > .view_all_button{
    margin-top: 20px;
    bottom: 50px;
    position: absolute;
}
/*@media only screen and (max-width: 414px) {*/
    /*.event_img{*/
        /*display: none;*/
    /*}*/
    /*.timer-col{*/
        /*width: 24%;*/
    /*}*/
    /*.view_all_uevent{*/
        /*display: none;*/
    /*}*/
/*}*/
.e_desc p{
    width: 100%;
    overflow: auto;
    margin-top: 10px;
}
.heading{
    margin-bottom: 45px !important;
}
