.home-stat-col {
    border: 1px solid #efefef !important;
    padding: 25px 40px 40px !important; 
    box-shadow: 0 0 15px 10px rgba(239, 239, 239, 0.6);
    border-radius:  10px !important;
    transition: .5s;
}

.home-stat-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px 10px rgba(239, 239, 239, 1.6);
}

.home-stat-box .avia-no-number {
    opacity: 1;
	color: #666
}

.home-stat-box .avia-single-number {
    font-weight: bold;
    background: -webkit-linear-gradient(360deg, #2884e0, #30c738);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.home-stat-box .avia-animated-number-content {
    font-weight: bold;
    margin-top: 15px;
}

.home-blog .slide-meta {
    display: none;
}

.home-blog .slide-entry-excerpt {
    margin-top: 20px;
}

.home-blog .slide-content {
    padding: 20px;
}

.home-blog a {
    margin: 0 !important;
}

.home-blog .slide-entry-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-blog .slide-entry-wrap article {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 31.5%;
    margin: 0;
}

@media (max-width: 767px) {
    .home-blog .slide-entry-wrap article {
        width: 100% !important;
        max-width: 450px;
        margin: 30px auto 0 !important;
    }
}