.notice-area.two .notice-left {
    padding: 33px 58px 31px;
    height: 245px;
    overflow-y: auto;
}
.single-notice-left, .single-notice-right {
    border-bottom: 1px solid #E7E7E7;
}

.pb-20 {
    padding-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.single-notice-left p, .single-notice-right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #303030;
    margin-bottom: 0px;
}
.single-notice-left, .single-notice-right {
    border-bottom: 1px solid #E7E7E7;
}

.notice-left, .notice-right {
    padding: 45px 55px 70px 55px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.notice-left {
    height: 540px;
    overflow-y: auto;
}
.notice-area.two .notice-left {
    padding: 33px 58px 31px;
    height: 245px;
    overflow-y: auto;
}
.pb-50 {
    padding-bottom: 50px;
}

.pt-140 {
    padding-top: 140px;
}

.subscribe-area {
    background: #2c2b5e;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-60 {
    padding-top: 60px;
}
.text-center {
    text-align: center;
}
.subscribe-content h2 {
    margin-bottom: 5px;
    color: #fff;
}
.section-title h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 62px;
    text-transform: uppercase;
}

.pb-150 {
    padding-bottom: 150px;
}
.tab-pane h1 {
    padding-top: 25px;
    font-size: 20px;
    color: #ec1c23;
}
.single-event {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.mb-35 {
    margin-bottom: 35px;
}
.mt-50 {
    margin-top: 50px;
}
.event-date {
    float: left;
    background: #2C2B5E;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.event-date h3 {
    color: #fefefe;
    font-size: 30px;
    line-height: 32px;
    padding: 11px 18px 11px;
    text-align: center;
}
.event-content-left h4 {
    font-size: 20px;
    color: #303030;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.event-content-right {
    padding: 6px 0;
}

.event-content-right a {
    float: right;
    margin-right: 22px;
    font-size: 14px;
    color: #303030;
    background: transparent;
    border: 1px solid #E1E1E1;
    font-weight: 400;
    padding: 8px 15px 8px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.default-btn {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px 25px 9px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    background: #EC1C23;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #2c2b5e;
    border: 1px solid #2c2b5e;
    border-bottom-color: transparent;
    cursor: default;
}