:root {
    --heading-color: #201F22;
    --text-color: rgba(18, 20, 29, 0.7);
    --accent-color: #FD4C5C;
    --accent-color-2: #2B59FF;
    --white-color: #ffffff;
    --button-color: #2B59FF;
}

.entry-content p {
    font-size: 18px;
    line-height: 30px;
    color: #12141D;
    font-weight: 400;
}

.post-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    object-position: center top;
}

.blog-breadcrumb {
    background: rgba(32, 31, 34, 0.03);
    padding: 30px 0px 25px 0px;
}

.breadcrumbs span {
    font-size: 14px;
    line-height: 21px;
    color: var(--heading-color);
}

.breadcrumbs span.sep {
    margin: 0px 4px;
}

.blog-breadcrumb h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: var(--heading-color);
}

.breadcrumbs {
    margin-bottom: 60px;
}

.blog-breadcrumb .post__caption {
    font-size: 16px;
    line-height: 21px;
    color: var(--text-color);
}

.post-content .posted-on a {
    color: var(--text-color);
    font-weight: 500;
    transition: 0.4s;
}

.post-content .posted-on a :hover {
    color: var(--accent-color);
}

.wp-block-latest-posts__featured-image {
    width: 80px !important;
    height: 80px !important;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 10px;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.nav-links {
    display: flex;
    align-items: center;
}

.blog a.next.page-numbers {
    font-size: 0;
    position: relative;
}

a.next.page-numbers:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 9999;
    font-size: 17px;
}

.blog a.prev.page-numbers {
    font-size: 0;
    position: relative;
}

a.prev.page-numbers:after {
    position: absolute;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--heading-color);
    z-index: 9999;
    font-size: 17px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px !important;
    line-height: 22px;
    color: var(--text-color) !important;
    margin-top: 5px;
    display: table-cell !important;
}

.single .post-thumbnail img {
    height: 440px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
    left: 0;
    margin-top: -380px;
}

.single.single-post .nav-previous a {
    display: grid;
}

.single.single-post .nav-next a {
    display: grid;
}

.single.single-post span.nav-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 15px;
    word-break: break-all;
}

.single.single-post .nav-previous {
    padding-right: 15px;
}

.single.single-post .nav-next {
    padding-left: 15px;
}

.single.single-post .nav-links {
    border-top: 1px solid #E7E9ED;
    padding-top: 50px;
    padding-bottom: 20px;
}

.elementor-button-wrapper span {
    transition: initial !important;
}

.entry-content a {
    color: var(--accent-color) !important;
    text-decoration: underline !important;
}


/* Blog css sakib */

h1.post__title.blog-heading {
    font-weight: 900;
    font-size: 52px;
    line-height: 1.3em;
    text-transform: capitalize;
    margin-bottom: 27px;
}

p.post__caption.front-page {
    font-size: 18px;
}

.blog .blog-breadcrumb {
    background-position: center bottom;
    padding: 140px 0px !important;
}

.blog .blog-breadcrumb:before {
    content: none !important
}

.blog .nav-links {
    justify-content: center;
    margin-top: 30px;
}

.single .blog-breadcrumb {
    text-align: center;
}

.single .blog-breadcrumb .entry-meta {
    justify-content: center;
}

.single .blog-breadcrumb {
    padding: 90px;
}

.single.single-breadcrumb .blog-breadcrumb {
    background-image: url('../images/blog-single-bg.png');
    background-size: cover;
    background-position: center right;
    padding: 95px 0px 355px 0px;
}

/* blog single */
.single .site-content {
    padding: 110px 0px 110px 0px;
    ;
}

.single .post-thumbnail img {
    margin-bottom: 40px;
}

.single .breadcrumbs {
    color: #12141D;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}

.single .blog-breadcrumb h1 {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 0px 15%;
    line-height: 1.3;
    margin-bottom: 30px;
}

/* Blog css sakib end */


/* PRELOADER CSS  */
.slicko-preloader-wrap {
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slicko-preloader {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.slicko-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.slicko-preloader div:nth-child(1) {
    left: 8px;
    animation: slicko-preloader1 0.6s infinite;
}

.slicko-preloader div:nth-child(2) {
    left: 8px;
    animation: slicko-preloader2 0.6s infinite;
}

.slicko-preloader div:nth-child(3) {
    left: 32px;
    animation: slicko-preloader2 0.6s infinite;
}

.slicko-preloader div:nth-child(4) {
    left: 56px;
    animation: slicko-preloader3 0.6s infinite;
}

@keyframes slicko-preloader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slicko-preloader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes slicko-preloader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* preloader end  */