.card {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 6px;
        color: rgba(0, 0, 0, 0.87);
        background: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .card .card-image {
        height: 60%;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    .card .card-image img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        pointer-events: none;
    }

    .card .card-image .card-caption {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 1.3em;
        text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
    }

    .card img {
        width: 100%;
        height: auto;
    }

    .img-raised {
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    .card .ftr {
        margin-top: 15px;
    }

    .card .ftr div {
        display: inline-block;
    }

    .card .ftr .author {
        color: #888;
        padding: 0px 6px;
    }

    .card .ftr .stats {
        float: right;
        line-height: 30px;
    }

    .card .ftr .stats {
        position: relative;
        top: 1px;
        font-size: 14px;
    }

    /* ============ Card Table ============ */

    .table1 {
        margin-bottom: 0px;
    }

    .card .table1 {
        padding: 15px 15px;
    }

    /* ============ Card Blog ============ */

    .card-blog {
        margin-top: 30px;
    }

    .card-blog .card-caption {
        margin-top: 5px;
    }
    .card-blog h5{
        font-weight: 600 !important;
    }

    .card-blog .card-image + .category {
        margin-top: 20px;
    }

    .card-raised {
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    /* ============ Card Author ============ */

    .card .author a {
        color: #000000;
        text-decoration: none;
    }

    .btn1 {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        user-select: none;
        border: none;
        position: relative;
        margin: 10px 0px;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        border-radius: 30px;
        font-size: 15px;
        padding: 8px 16px !important;
        line-height: 1em;
        background-color: #d72727;
        color: #ffffff ;
        box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    }

    .btn1:hover,
    .btn1:focus,
    .btn1:active,
    .btn1:active:focus {
        outline: 0;
        background-color: #ffffff;
        color: #d72727 !important;
        box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
    }
	
	.card .ftr .author>a:hover {
		color: #d72727;
	}