.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* border-radius: 12px; */
    /* box-shadow: 0px 0px 45px rgb(0 0 0 / 15%); */
}
.news-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.news-block .image-box {
    position: relative;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 15px 8px;
    background-color: #ffffff;
}
.news-block .lower-content {
    position: relative;
    padding: 20px 20px 10px 20px !important;
}
.news-block .inner-box .image {
    position: relative;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
figure {
    margin: 0 0 1rem;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block .image img {
    height: 200px;
}
.news-block .inner-box .lower-content .post-info {
    position: relative;
    margin-top: 6px;
}
.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}
.news-block .inner-box .lower-content .post-info li {
    position: relative;
    margin-left: 12px;
    display: inline-block;
}
.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 25px;
}
.news-block h4 {
    position: relative;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 1.4em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: clip;
}
.news-block h4 a {
    color: #222222;
    display: inline-block;
    transition: all 300ms ease;
}

#main{
    font-family:kalpurush;
}

@media (max-width: 768px) {
    .page-title-area h2 {
        font-size: 26px;
    }
    .page-title-area {
        padding-top: 90px;
        padding-bottom: 45px;
    }
}
.page-title-area h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    font-family: "kalpurush", sans-serif;
}
.page-title-area {
    position: relative;
    z-index: 1;
    background: transparent url(../img/banner-bg1.jpg) right top no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    font-family: "kalpurush";
}
.news-block .image-box .image a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.news-block .inner-box:hover .image-box .image a:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}
.artical-img-box img {
    width: 100%;
    height: 400px;
    border-radius: 4px 4px 0 0;
}
.artical-content {
    border: 1px solid rgba(127, 136, 151, 0.2);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 30px 30px 35px 30px;
    margin-bottom: 60px;
    font-family: 'kalpurush';
}
.social-links a {
    font-size: 12px;
    display: inline-block;
    background: black;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}