.blog-post-section .title-section {
    text-align: center;
    margin-bottom: 50px;
    max-width: 1078px;
    margin-left: auto;
    margin-right: auto;
}
.blog-post-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.blog-post-row .blog-post-col {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-post-box .feature-img {
    position: relative;
    padding-bottom: 69.5%;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.blog-post-box .feature-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.blog-content .date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #384249;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}
.blog-content .date img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.blog-content h2 ,
.blog-content h2 a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #384249;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}
.blog-content h2 a{
    margin-bottom: 0;
}
/* .blog-content p {
    font-size: 16px;
    line-height: 28px;
} */
.blog-post-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.blog-post-box {
    padding-bottom: 55;
}

.blog-content {
    flex-grow: 1;
    padding-bottom: 51px;
    position: relative;
}
.blog-content .btn {
    position: absolute;
    bottom: 0;
    padding: 12.5px 30px 11.5px 30px;
}
.blog-slider {
    padding-bottom: 30px;
}
.blog-post-section.related-posts {
    background: #F3F3F3;
    padding: 80px 0;
}
.blog-listing .pagination_wrap .page-number.active {
    background: #FDAA2E;
}
.blog-listing .pagination_wrap .page-number:hover{
        background: #FDAA2E;
}
/* Search bar */
.search-bar {
    max-width: 600px;
    margin: auto;
}
.search-bar input[type="search"] {
    padding: 14px 105px 13px 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #76787B;
    border: 1px solid rgba(56, 66, 73, 0.10);
    background: #FFF;
    box-shadow: unset;
    outline: none;
    border-radius: 10px;
}

.search-bar form {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.search-bar form [type="submit"] {
    padding: 15.5px 20px 15.5px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    border-radius: 8px;
    background: #FDAA2E;
    transition: all 0.6s;
    position: relative;
    border: 1px solid #FDAA2E;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 0;
}

.blog-listing-filter {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-listing-filter ul li {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(56, 66, 73, 0.80);
    border-radius: 8px;
    border: 1px solid rgba(56, 66, 73, 0.10);
    background: #FFF;
    transition: all 0.6s;
}

.blog-listing-filter ul li {
    margin: 0 8px;
    flex-shrink: 0;
    cursor: pointer;
}

.blog-listing-filter ul {
    margin: 0 -8px;
    white-space: normal;
    overflow: auto;
    display: flex;
}

.blog-listing-filter ul li:hover,.blog-listing-filter ul li.active {
    border-radius: 8px;
    background: #FDAA2E;
    color: #000000;
}
.blog-listing .pagination_wrap {
    margin-top: 40px;
}
.blog-post-row .no-post {
    padding: 0 15px;
    font-weight: 600;
}
@media only screen and (max-width:1199px){
    
}
@media only screen and (max-width:991px){
    .blog-post-row .blog-post-col {
        width: 50%;
    }
    .blog-post-section.related-posts {
        padding: 60px 0;
    }
}
@media only screen and (max-width:767px){
     .blog-post-row .blog-post-col {
        width: 100%;
    }
    .blog-post-section.related-posts {
        padding: 40px 0;
    }
}