/* */
    body {
        background: #e5eff0 !important;
    }

    .breadcrum {
        background: #5EA551;
    }

    .breadcrum .event-title {
        font-size: 24px;
        font-weight: 800
    }

    .blog-list .post-title {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
		color: #065778;
        font-weight: 700;
        width: 100%;

    }

    .blog-list .list-item .post-meta {
        padding: 5px 0 20px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .blog-list .list-item .post-summary {
        position: relative;
        overflow: hidden;
        line-height: 1.6em;
        height: 4.8em;
    }

    .card-img {
        height: auto;
        overflow: hidden;
    }

    .card-img-top {
        transition: transform .5s
    }

    .card-img-top:hover {
        transform: scale(1.2);
    }