.single-blog a {
    color: #F05523;
}

.post-title-details {}

section.single-blog h4 {
    color: #FFF !important;
}

.content.dark--red>p img.alignnone.size-medium.wp-image-984 {
    position: absolute;
    top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    width: 95%;
}

.content.dark--red>h2:first-of-type,
.content.dark--red>ul:first-of-type {
    position: relative;
    z-index: 8 !important;
}

section.post-title-details h1 {
    color: #FFF !important;
}

section.post-title-details p:last-child {
    font-weight: 700;
}

.post_txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open-Sans';
}

section.post-title-details {
    padding-top: 250px;
    color: #fff;
    padding-bottom: 51px;
}

section.single-blog {
    color: #fff;
    margin-top: -1px;
}

section.single-blog .single-content .content {
    padding: 25px;
}

.post_title {
    -webkit-line-clamp: unset;
    font-family: "Montserrat", sans-serif;
}

section.post-title-details .img-author img {
    border-radius: 30px;
    width: 50px;
    height: 50px;
}

section.single-blog .img-author img {
    border-radius: 30px;
    width: 50px;
    height: 50px;
}

section.single-blog .image-a {
    right: 0;
    top: 40%;
}

section.single-blog .first-image {
    height: 500px;
    margin-bottom: 50px
}

section.single-blog .single-content h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.single-blog .single-content .content img {
    margin-bottom: 30px;
}

section.single-blog .first-image img {
    height: 100%;
    object-fit: cover;
    width: 936px;
    @media(max-width: 1775px) {
        width: 630px;
    }
}

section.single-blog .post_title h4,
section.single-blog .post_title p {
    color: #FFF;
}

section.single-blog .post_text {
    margin-bottom: 0;
    -webkit-line-clamp: 4;
}

section.post-title-details .img-author {
    gap: 20px;
}

section.post-title-details .img-author p {
    text-transform: capitalize;
    font-weight: 700;
}

section.single-blog .side-blogs-content {
    width: 100%;
}

section.single-blog .side-blogs {
    gap: 30px;
    color: #fff;
    padding: 20px;
}

section.single-blog .side-bar-blogs span {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

section.single-blog .row.related-blogs-row {
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}

.side-blogs>a {
    height: 100%;
}

.side-blogs .post_image {
    height: 100%;
}

section.single-blog .post_image img {
    width: 205px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

section.single-blog .side-bar-blogs .card {
    border-radius: 5px;
    background: #0C0C0C !important;
}

section.single-blog .side-blogs-content a {
    color: var(--red-bg);
    font-family: 'Open-Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.single-blog .side-blogs-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media (max-width: 1500px) {
    section.single-blog .side-blogs {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    section.single-blog .single-content,
    section.post-title-details .post-details-content {
        padding-right: 50px;
    }
}

@media (min-width: 1500px) {
    section.single-blog .single-content,
    section.post-title-details .post-details-content {
        padding-right: 150px;
    }
}

@media (max-width: 1199px) {
    section.single-blog .side-blogs {
        flex-direction: row;
    }
    .image-a {
        z-index: -1;
    }
    .side-bar-blogs {
        margin-top: 30px;
    }
}

@media and (max-width:767px) {}

@media all and (max-width:575px) {
    .side-blogs.d-flex.align-items-center {
        flex-wrap: wrap;
    }
    section.single-blog .post_image img {
        max-width: 100%;
        height: unset;
        object-fit: cover;
        width: 100%;
    }
}

blockquote {
    background: url('../../assets/img/blogs/blockquote.png')no-repeat center center / cover;
    padding: 30px 20px;
}

blockquote h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

blockquote li {
    font-family: "Mont", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

blockquote li:not(:last-of-type) {
    margin-bottom: 15px;
}