.blog-main {
    margin-top: 158px;
}
.blog-heading-main h2 {
    font-weight: 300;
    font-size: 27px;
}
.blog-box {
    text-align: center;

}
.blog-box img {
    margin-bottom: 20px;
}
.blog-box h5 {
    font-size: 12px;
    color: #97d5e0;
    margin-bottom: 10px;

}
.blog-h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    text-wrap: nowrap;
    overflow: hidden;
}
.blog-h3:hover {
    color: #a0a0a0;

}
.blog-a a {
    color: #333;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.blog-left-heading {
    font-size: 15px;
}
.sm-icon-link {
    margin-top: 20px;
    margin-bottom: 25px;

}
.sm-icon-link a {
    padding: 0 10px;
    color: #000;
    font-size: 18px;
}
.sm-icon-link a:hover {
    font-size: 18px;
    color: #7c7c7c;
}
.blog-left {
    margin-bottom: 30px;
    height: 100px;

}
.blog-left-img {
    background-color: #000;
    float: left;
    width: 100px;
    margin-right: 20px;
}
.blog-left img {
    width: 100px;
    float: left;

}
.blog-left img:hover {
    opacity: 0.6;
}
.blog-left-p p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}
.blog-left-p p:hover {
    color: #8e8e8e;
}
.blog-left-date h5 {
    font-size: 12px;
    line-height: 25px;
    color: #000;
}
.blog-left-date h5:hover {
    color: #6b6b6b;

}
.blog-box-text {
    background-color: #000;
    height: 266px;
    width: 92.5%;
    position: absolute;
    padding-top: 120px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.blog-box-text:hover  {
    opacity: 0.7;
    transition: 0.3s;
}

.view-post {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
    opacity: 0.9 !important;
}
.blog-details p {
    text-align: justify;
}

@media only screen and (max-width:991px) {
    .blog-main {
        margin-top: 65px;
    }
}

.blog-box-hover {
    position: relative;
    width: 100%;
}
.blog-box-text {
    background-color: #000;
    height: 54%;
    width: 92%;
    position: absolute;
    padding-top: 120px;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}



