/* ************************************** */
/* BLOG */
/* ************************************** */
.blogpage .service-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.blog-grid {
    margin-bottom: 45px;
    row-gap: 20px;
}

.blog-media-wrap {
    position: relative;
    border-radius: 10px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.blog-media-wrap>img {
    border-radius: 10px;
}

.blog-post-info {
    background: var(--white);
    padding: 20px 0 15px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.blog-post-wrap,
.blog-post-wrap>div {
    display: flex;
    align-items: center;
}

.blog-post-wrap {
    font-size: 18px;
    font-weight: 900;
}

.blog-post-wrap {
    margin: 0 -15px 18px;
}

.blog-post-wrap>div {
    column-gap: 10px;
    padding: 0 15px;
    line-height: 100%;
}

.post-date {
    color: #00a2ce;
}

.post-name {
    color: var(--paragraph);
}

.blog-post:hover .blog-media-wrap {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.blog-post:hover .post-title {
    color: var(--navy-blue);
}

/* .post-date {
    left: 0;
    font-size: 13px;
    font-weight: 600;
    background-color: var(--white);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    text-transform: uppercase;
    min-width: 122px;
    min-height: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 4px 10px;
  } */
.post-title {
    font-size: 26px;
    font-weight: 900;
    color: #2d2d2d;
    line-height: 1.2;
    position: relative;
    margin-bottom: 10px;
}

.side-line:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -40px;
    width: 22px;
    height: 2px;
    background-color: var(--purple);
}

.post-desp p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.post-desp {
    margin-bottom: 6px;
}

.blog-js.slick-initialized {
    display: block;
    margin: 35px -35px 0;
    padding-bottom: 80px;
}

.blog-js.slick-initialized .blog-post {
    padding: 0 35px;
}

.blog-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 68px;
    row-gap: 80px;
    margin-bottom: 100px;

}

.btn-load {
    text-align: left;
    padding: 5px 35px;
}

.btn-load span.dot {
    width: 6px;
    height: 6px;
    background-color: var(--dark-green);
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 1px;
}

.btn-load span.dot:after,
.btn-load span.dot:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--dark-green);
    border-radius: 100%;
}

.btn-load span.dot:after {
    left: 10px
}

.btn-load span.dot:before {
    left: 20px
}



/* ************* BLOG DETAIL ************* */

.blog-left {
    width: 270px;
}

.blog-right {
    width: calc(100% - 270px);
    padding-left: 30px;
}

.panel {
    background-color: #FCF9F4;
}

.panel .heading-22 {
    /* color: var(--paragraph); */
    font-size: 22px;
    line-height: 1;
    border-bottom: 1px solid #DCE4EE;
    padding: 26px 40px;
    margin-bottom: 0;
}

.blog-list {
    padding: 0 40px;
}

.blog-list li {
    font-size: 16px;
    font-weight: 700;
    color: #06234B;
    line-height: 20px;
    display: block;
    padding: 16px 0;
}

.blog-list li:not(:last-child) {
    border-bottom: 1px solid #DCE4EE;
}

.blog-image-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.blog-image-wrapper>img {
    border-radius: 10px;
}

.date-badge {
    font-size: 14px;
    font-weight: 600;
    color: #06234B;
    background-color: var(--white);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    text-transform: uppercase;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.related-blog-js.slick-initialized {
    display: block;
    margin-bottom: 0;
}

.related-blog-js .post-title {
    font-size: 20px;
}

.related-blog-js.slick-initialized {
    display: block;
    margin: 35px -15px 0;
    padding-bottom: 65px;
}

.related-blog-js.slick-initialized .blog-post {
    padding: 0 15px;
}

.related-blog-js .blog-post-wrap {
    font-size: 16px;
}



.nav-links {
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.nav-links li {
    color: #000;
    border: 1px solid #d4d4d5;
    margin: 0 5px;
}

li .nav-links {
    padding: 10px 12px;
    width: 34px;
}

.pagination-wrpper {
    margin: 30px 0 0;
}

ul.pgnation_ul {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 21px 0;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between !important;
    display: flex;
    font-weight: 600;
}

.nav-links {
    column-gap: 5px;
}

span.page-numbers.current {
    border: solid 1px #e9e9e9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page-numbers {
    border: solid 1px #e9e9e9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.next.page-numbers {
    width: 70px;
}

.page-numbers:hover {
    background-color: #fc9219;
    color: white;
    border-color: #fc9219;
}

.page-numbers.current {
    background-color: #fc9219;
    color: white;
    border-color: #fc9219;
}

span.read-alink:hover {
    color: #fc9219;
    text-decoration: underline;
}

.service-list a:hover>.blog-post-info .read-alink span{
    color: #fc9219;
}
.service-list a:hover>.blog-post-info .read-alink i{
    color: #fc9219;
}

.related-articles {
    margin-top: 80px;
}

nav.navigation.post-navigation {
    margin-bottom: 80px;
}
span.read-alink span {
    margin-right: 5px;
}
.service-list {
    margin-bottom: 40px;
}
/* START MEDIA QUERY */


@media screen and (max-width:1599.99px) {
    .blog-js.slick-initialized .blog-post {
        padding: 0 15px;
    }

    .blog-js.slick-initialized {
        margin: 35px -15px 0;
    }

}

@media screen and (max-width:1439.99px) {
    .blog-grid {
        column-gap: 30px;
        row-gap: 50px;
        margin-bottom: 60px;
    }

    .post-title {
        font-size: 22px;
    }
}

@media screen and (max-width:1199.99px) {
    .post-title {
        font-size: 20px;
    }

    .blog-js.slick-initialized {
        margin: 35px -8px 0;
        padding-bottom: 40px;
    }

    .blog-js.slick-initialized .blog-post {
        padding: 0 8px;
    }

    .blog-post-wrap {
        font-size: 16px;
    }

    .blog-post-wrap>div {
        column-gap: 8px;
        padding: 0 10px;
    }

    .blog-post-wrap>div>img {
        max-width: 12px;
    }

    .post-desp p {
        font-size: 14px;
        line-height: 22px;
        height: 42px;
    }

    .blogpage .service-list {
        grid-gap: 20px;
    }
    
.related-articles {
    margin-top: 60px;
}

nav.navigation.post-navigation {
    margin-bottom: 60px;
}

}

@media screen and (max-width:991.99px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
        margin-bottom: 30px;
    }

    .blog-left,
    .blog-right {
        width: 100%;
    }

    .blog-right {
        padding-left: 0;
        margin-top: 30px;
    }

    .panel .heading-22 {
        padding: 20px 25px;
    }

    .blog-list {
        padding: 0 25px;
    }

    .blogpage .service-list {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media screen and (max-width:767.99px) {
    .blog-grid {
        column-gap: 12px;
    }

    .post-desp p {
        font-size: 14px;
        line-height: 22px;
        height: 48px;
    }

    .post-title {
        font-size: 18px;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 24px;
        margin-bottom: 8px;
    }

    .blog-post-wrap {
        font-size: 14px;
    }

    .blog-post-wrap {
        margin: 0 -8px 18px;
    }

    .blog-post-wrap>div {
        padding: 0 8px;
    }
}

@media screen and (max-width:575.99px) {
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .post-box {
        max-width: 420px;
        display: block;
        margin: auto;
    }

    .blogpage .service-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .related-articles {
        margin-top: 40px;
    }
    
    nav.navigation.post-navigation {
        margin-bottom: 40px;
    }
    .service-list {
        grid-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-media-wrap img {
        margin-bottom: 10px;
    }
    .blog-post-info {
        padding: 10px 0;
    }
}