.modal-backdrop {
    display: none;
    visibility: hidden;
    position: relative
}

.modal {
    position: fixed;
    top: 81px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.banner-aboutus-img {
   /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 88px 0 48px;
    position: relative;
    width:100%;
    background:#E21F26;
}
.banner-aboutus-img::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.banner-aboutus h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-transform: capitalize;
    top: 21px;
    text-align: right;
}
.breadcrumbs_path {
    color: #fff;
    margin-top: 8px;
    position: relative;
    z-index: 9;
}
.breadcrumbs_path > a {
    color: #fff;
    transition: all 0.3s ease 0s;
}


.caption h4{
    text-align: center;
}

.moudle-location{
    padding: 10px 0;
}

.h5, h5 {

    font-size: 18px !important;
    font-weight: bold !important;

}

.month-head
{
    padding: 3px 10px 3px 10px;
    background: linear-gradient(to right, lightgray, white);
}