
.radius_all_10 {
    border-radius: 10px;
}
.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.blog_post {
    margin-top: 30px;
}
.blog_title {
    margin-bottom: 10px;
    height: 42px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.blog_img {
    position: relative;
    overflow: hidden;
    height: 218px;
}
.blog_img img {
    width: 100%;
}
.blog_img a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
}
.blog_post:hover .blog_img a:before {
    opacity: 1;
}
.blog_meta {
    display: table;
    width: 100%;
}
.blog_meta li {
    display: inline-block;
    margin-right: 15px;
}
.blog_meta li:last-child {
    margin-right: 0px;
}
.blog_meta li i {
    margin-right: 8px;
    color: #FFBC09;
    font-size: 16px;
}
.blog_meta li a {
    color: #888;
    font-size: 14px;
    text-transform: capitalize;
}
.blog_meta li a:hover {
    color: #FFBC09;
}
.blog_content,
.blog_footer {
    padding:15px;
}
.blog_content p {
    margin-bottom: 10px;
    height: 74px;
    overflow: hidden;
}
.blog_footer {
    border-top: 1px solid #ddd;
}


.ripple {
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #FFBC09;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 18px !important;
    vertical-align: middle;
    margin-left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
}
.ripple::before,.ripple::after {
    -webkit-animation: ripple 1.8s infinite ;
    -moz-animation: ripple 1.8s infinite ;
    -o-animation: ripple 1.8s infinite ;
    -ms-transition:ripple 1.8s infinite ;
    animation: ripple 1.8s infinite ;
    background-color: #ffffff;
    border-radius: 100%;
    margin: -20px;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:-1;
}
.ripple::before {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.ripple::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.text_white * {
    color: #fff;
}
.link_blog {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}
.blog_post:hover .link_blog {
    top: 50%;
    opacity: 1;
}
.blog_hover_style1 {
    transition: all 0.5s ease;
}
.blog_hover_style1:hover {
    margin-top: 20px;
}
.blog_hover_style1 {
    transition: all 0.5s ease;
}
.blog_hover_style1:hover {
    margin-top: 20px;
}
.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.margin-bottom-lg{
    margin-bottom: 20px;
}
.hometext{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.bodytext p{
    padding-bottom: 10px;
}