@media (min-width: 768px) {
    .page-banner {
        padding: 0px;
        position: relative;
        background: #f6f6f6;
        border-bottom: 1px solid #eee;
    }
}


.page-banner .container {
    width: 90% !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}


@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
        float: left;
        margin-top: -20px;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%;
    }

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.btn-calender {
    margin: 10px;
    border: 1px solid #5bbe97;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-calender:hover {
    background-color: #5bbe97;
    color: #fff !important;
}

.btn-calender a {
    color: #5bbe97;
}

.btn-calender:hover a {
    color: #fff;
}




.pull-right {
    float: right !important;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}


ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #999 !important;
    float: left !important;
    list-style: none;
}


ul.breadcrumbs li a {
    color: #888;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.breadcrumbs {
    /* padding-top: 12%; */
}


.col-sm-4 {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}


body {
    font-family: 'Lato', arial, sans-serif;
    color: #444;
    line-height: 1.42857143;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.calender_a:hover {
    color: #fff !important;
}

.section {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: justify;
}

.event-holder {
    margin-top: 10px;
}

.event-holder-time-badge {
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: #ffffff;
    border-radius: 5px;
}

.event-holder-time-badge-day {
    background-color: #983132;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.event-holder-time-badge-month {
    color: #666666;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.event-img-holder {
    border-top: 5px solid #5bbe97;
}

a {
    color: #5bbe97;
    text-decoration: none;
}

.event-img {
    width: 100%;
    margin: 0 auto;
}

.event-body-holder header {
    font-size: 20px;
    font-weight: bold;
    color: #5bbe97;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.event-body-holder p {
    font-size: 14px;
    margin: 8px 0 0;
    color: #505b72;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
    margin-bottom: 18px;
}

.event-modal {
    display: block;
}

.readmore {
    float: right;

    font-weight: 300;
    background-color: transparent;
    border: none;
    padding: auto;
}


.card_popup_header {
    font-size: 18px;
    font-weight: 800;
    font-style: normal;

}

.row {
    padding-top: 2%;
}

.modal-header .close {
    margin: 0px;
    padding-left: 1%;
    color: #ffffff;
    background: 0 0;
    font-weight: 800;
}

.header-top {
    padding: 5px;
    border-bottom: 1px solid #5bbe97;
    margin-top: -20px;
}

.eventname {
    margin-top: 10px;
}


.image_width{
    width:100%;
}
.dataoftheeventgallery h2{
    font-size: 18px;
    font-weight: 600;
    padding-top: 7px;

}
.dataoftheeventgallery p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btnoftheclass{
    text-align:right !important;
}
.positionofthiscontent{
    position: absolute;
    top:10px;
    right:1px;
 

}

.positionofthiscontent2{
    color:#fff !important;
    background-color:#5e0c05;
}
.positionofthiscontent3{
    color:#666666!important;
    background-color:#f6f6f6;
}