.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.entry-box-blog a {
    text-decoration: none;
}

.entry-box-blog {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 35px 0px #a2a2a221;
    box-shadow: 0px 1px 35px 0px #a2a2a221;
    margin: 0px 10px 40px;
}

.entry-box-blog .entry-box-image {
    position: relative;
    height: 0;
    padding-top: 71%;
    overflow: hidden;
}

.entry-box-blog .entry-box-image > a > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease-in-out;
}

.entry-box-blog .entry-box-image:hover > a > img {
    transform: scale(1.1);
}

.entry-box-blog .entry-box-body {
    background-color: #fff;
    padding: 20px 17px;
}

.entry-box-blog .entry-box-body .entry-box-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.entry-box-blog .entry-box-body .entry-box-title a {
    color: #000;
    display: block;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.entry-box-blog .entry-box-body .entry-box-text {
    color: #adadb6;
    font-size: 12px;
    height: 62px;
    margin-bottom: 0;
    overflow: hidden;
    line-height: 1.714;
}

.entry-box-blog:hover .entry-box-body .entry-box-title a {
    color: #59b42d;
}

.entry-box-blog .entry-box-body .entry-box-date {
    font-size: 12px;
    color: rgb(120, 120, 120);
    margin-bottom: 7px;
}

.entry-box-blog .entry-box-body .entry-box-date svg {
    margin-left: 5px;
}

/*  */
.entry-box-blog.blog-cate {
    margin-left: 0;
    margin-right: 0;
}

.entry-box-blog.blog-cate .entry-box-image {
    padding-top: 65%;
}

.entry-box-blog.blog-cate .entry-box-image img {
    object-fit: cover;
    filter: brightness(60%);
}

.entry-box-blog.blog-cate .entry-box-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px;
}

.entry-box-blog.blog-cate .entry-box-body .entry-box-title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.entry-box-blog.blog-cate .entry-box-body .entry-box-title a {
    color: #fff;
}

/*  */

.single-post {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 35px 0px rgb(123 30 94 / 13%);
    box-shadow: 0px 1px 35px 0px rgb(123 30 94 / 13%);
    margin-bottom: 40px;
    overflow: hidden;
}

.single-post .single-post-image img {
    width: 100%;
    max-height: 500px;
}

.single-post .single-post-content {
    padding: 30px;
}

.single-post .single-post-title {
    color: #3c3c3c;
    font-size: 26px;
    margin-bottom: 15px;
}

.single-post .single-post-date {
    font-size: 12px;
    color: rgb(120, 120, 120);
    margin-bottom: 10px;
}

.single-post .single-post-date svg {
    margin-left: 4px;
}

.single-post .single-post-text p {
    color: #adadb6;
    font-size: 14px;
    line-height: 1.7;
}

/*  */
.head-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.share_link {
    height: 40px;
    width: 150px;
    font-size: 15px;
    border: none;
    border-radius: 5px 5px;
    background-color: green;
    color: white;
    margin-top: 5%
}

.heading {
    margin-bottom: 15px;
}

.pagination {
    margin-top: 40px;
    list-style: none;

}

.pagination .page-item {
    margin: 0px 5px;
    float: left;
    display: block;
    position: relative;
    left: 40%;

}

.pagination .page-item .page-link {
    color: #161616;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 35px 0px #a2a2a221;
    box-shadow: 0px 1px 35px 0px #a2a2a221;
    border: 0;
    margin: 0;
    font-size: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    font-family: Arial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
}

.pagination .page-item .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #59b42d;
    border-color: #59b42d;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #59b42d;
    border-color: #59b42d;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-pagination-bullet {
    background-color: #e4e4e4;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #59b42d;
}

.more {
    text-decoration: none;
    color: #000;
}

@media (min-width: 1200px) {
    .container-blog {
        max-width: 1200px;
    }
}


.single-post-share {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0;
}

.single-post-share li {
    margin-left: 10px;
    font-size: 14px;
}

.single-post-share li a {
    color: #cbc9c9;
    padding: 3px 5px;
    border: 1px solid #EEE;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.single-post-share li a:hover {
    background-color: #59b42d;
    color: #FFF;
}

.next_prev_blog {
    box-shadow: inset 0px 2px 20px #b9b9b91f;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.next_prev_blog a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 20px;
}

.next_prev_blog a:hover {
    background-color: #f7f7f7;
}

.entry-box-blog.blog-cate .entry-box-date,
.entry-box-blog.blog-cate .entry-box-text {
    color: #ddd
}

.entry-box-blog.blog-cate .entry-box-date svg path {
    fill: #FFF
}

.section {
    padding: 50px 0px
}
