.card-style2 {
	margin-top: 15px;
    position: relative;
    display: flex;
    transition: all 300ms ease;
    border: 1px solid rgb(192, 148, 54);
    padding: 0;
    height: 100%;
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 18px 56px rgba(70, 68, 65, 0.49);
    box-shadow: 0 18px 56px rgba(70, 68, 65, 0.49);
}
.card-style2 .card-img {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-style2 .card-img img {
    transition: all 0.3s linear 0s;
}
.card-style2:hover .card-img img {
    transform: scale(1.05);
}

.card-style2 .card-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient( 
180deg , rgba(255,255,255,0) 0%, rgba(14,96,62,0.85) 100%);
    z-index: 1;
}

.card-style2 .date {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #16bae1;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ededed;
    display: inline-block;
    background-color: #ffffff;
    text-transform: uppercase;
    border-radius: 0.25rem;
}
.card-style2 .date span {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    background-color: #00baee;
    border-radius: 0.25rem;
}
.card-style2 .card-body {
    position: relative;
    display: block;
    background: transparent;
    padding: 1.2rem;
	text-align: left;
}
.card-style2 .card-body h3 {
    margin-bottom: 0.8rem;
	font-size: 2rem;
}
.card-style2 .card-body h3 a {
    color: #046a78;
	line-height: 1.2;
}
.card-style2 .card-body h3 a:hover {
    color: #569dc1;
	line-height: 1.2;
}
.card-style2 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: #c09436;
    padding-right: 2rem;
    padding-left: 2rem;
    -ms-flex-align: end;
    align-items: flex-end;
	display: none;
}
.card-style2 .card-footer ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}
.card-style2 .card-footer ul li {
    font-size: 15px;
}
.card-style2 .card-footer ul li a {
    color: #ffffff;
}
.card-style2 .card-footer ul li a:hover {
    color: #046a78;
}
.card-style2 .card-footer ul li i {
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
}
.display-30 {
	color:#000000;
	font-size: 16px;
}
.read-more {
    color: #ffffff;
    text-decoration: none;
    background-color: #6e388d;
    float: left;
    padding: 1.2rem;
}
.read-more:hover {
    color: #046a78;
	background: #ffffff;
    text-decoration: underline;
}

.date {
    display: none !important;
}