.banner_wrpr {
    position: relative;
    padding-top: calc(311 / 1366 * 100%);
}

.banner_wrprstories {
    position: relative;
    padding-top: calc(311 / 1366 * 100%);
}

.bannerr_sec {
    position: relative;
}

.bannerr_sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

main {
    margin-top: 72px;
}

.banner-caption h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.banner-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 68%) 0%, rgb(255 255 255 / 0%) 100%); */
}

.blog-sec {
    padding: 60px 0;
}

.blog-category-wrpr {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blog-category h3 {
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.blog-category h3 span {
    padding: 0 5px
}

.blog-search {
    width: 285px;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #898384;
    border-radius: 7px;
}

.blog-search input {
    border: none;
    background-color: transparent;
    width: 75%;
}

.blog-search input:focus {
    outline-style: none;
}

.blog-search button {
    background-color: transparent;
    border: none;
}

.blog-content {
    padding: 20px;
    /* border: 1px solid #949494; */
    /* border-top: none; */
}

.blog-content h3 {
    color: #FD5000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 45px;
}

.blog-content p {
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 130px;
}

.blog-content a {
    color: #FD5000;
    font-size: 16px;
    text-decoration: none;
}

.blog-card {
    margin-bottom: 30px;
    border: 1px solid #949494;
}

.custom-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    color: #FD5000 !important;
    font-size: 16px;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
}

.page-numbers.current {
    color: #4B5058 !important;
}

.custom-pagination ul li a {
    color: #FD5000;
    font-size: 16px;
    text-decoration: none;
}

.custom-pagination ul li {
    padding: 0.375rem 0.75rem;
}

.custom-pagination ul li a img {
    width: 8px;
    opacity: 0.6;
}

.paginationnext img {
    transform: rotate(-180deg);
}

.blog-inner-sec {
    padding: 30px 0;
}

.blog-inner-sec .blog-category h3 {
    color: #FD5000;
}

.blog-inner-sec .blog-category {
    margin-bottom: 10px;
}

.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #FD5000;
    font-size: 18px;
    font-weight: 500;
}

.page-content h2 {
    color: #4B5058;
    font-size: 18px;
    font-weight: 500;
}

.page-content h1{
    font-size: 20px;
    color: #FD5000;
}

.page-content p {
    color: #4B5058;
    font-size: 16px;
}

.page-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}

.blog-share-sec {
    display: flex;
    align-items: center;
}

.blog-share-sec h4 {
    color: #4B5058;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-share-icon {
    display: flex;
    margin-left: 10px;
}

.social-share-icon img {
    margin: 0 5px;
}

.recent-post-sec {
    margin-top: 20px;
}

.recent-post-sec h4 {
    color: #FD5000;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
}

.recente-post-wrpr {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-blog-thum img {
    width: 57px;
}

.recent-blog-thum {
    flex-shrink: 0;
}

a {
    text-decoration: none;
}

.recente-post-wrpr p {
    padding-left: 20px;
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 0;
}

.blog-category h3 span:first-child {
    padding-left: 0;
}

.backtotop a {
    color: #4B5058;
    font-size: 16px;
    position: relative;
    top: -15px;
}

.backtotop {
    text-align: right;
    margin-bottom: -15px;
}

.related-post-sec {
    padding: 30px 0 60px;
}

.related-post-sec .sec-heading h4 {
    color: #FD5000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-category span {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.blog-category h3 span.active {
    color: #FD5000;
}

.blog-category span:hover {
    color: #FD5000;
}

.paginationprev span,
.paginationnext span {
    color: #4B5058 !important;
}

.header_get_in_touch_btn_eplore .btn {
    width: 260px;
}

@media(max-width:1399px) {
    .category .blog-content p {
        min-height: 170px;
    }
    .category .blog-content h3 {
        min-height: 75px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .blog-content h3 {
        font-size: 16px;
    }
    .blog-content p {
        font-size: 14px;
    }
}

.header_get_in_touch_btn_explore {
    width: 280px !important;
}

@media(max-width:767px) {
    .banner_wrpr {
        position: relative;
        padding-top: calc(580 / 365 * 100%);
    }

    .banner_wrprstories {
        position: relative;
       
    }

    .banner-caption h1 {
        font-size: 25px;
    }
    .blog-category-wrpr {
        display: block;
    }
    .blog-search {
        margin: 15px auto 0;
        width: 100%;
    }
    .blog-category h3 {
        font-size: 14px;
    }
    .header_get_in_touch_btn_explore {
        width: 100%;
        margin-left: 0;
    }
}