.eventSection {
    padding: 3%;
}

.events-bg {
    background: #06448a;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.eventBack {
    background: linear-gradient(#fff, #fff 1em, #e7e7e7);
    color: #000;
    text-align: center;
    border: 1px solid #3c0405;
    border-radius: 7px;
}

.monthName {
    background: #3c0405;
    border: 1px solid #3c0405;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 0 0;
    margin-bottom: 0;
}

.dateName {
    color: #3c0405;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.dayName {
    font-size: 16px;
    margin-bottom: 0;
    color: #3c0405;
}


.linkWhite {
    color: #fff;
    text-decoration: none;
}

.responsive-events {
    color: white;
    font-size: 24px;
    font-family: "Nunito", sans-serif !important;
    font-weight: 500;
}

.common-text {
    color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: "Nunito", sans-serif !important;
}

.text-right {
    text-align: right !important;
}

.text-right {
    float: right;
}

.read_moreBtn {
    color: #fff;
    margin-right: 40px;
    font-size: 18px;
}


.evntDetailsTitle {
    font-size: 30px;
    color: #0e4564;
    font-weight: bold;
    margin-bottom: 15px !important;
}

.commongBlackEvntDetails p {
    color: #000;
    font-size: 18px;
    margin: 6px;
}

.pull-left {
    float: left;
}

.imgSection img
{
    width:100%;
}