/* Blog Details Page CSS */
.blog-details {
    margin: 0;
    width: 100%;
}
/* .blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
    font-family: 'FlexoW01';
} */

.blog-details .blog-details-row {
    margin-bottom: 25px;
}

.blog-details .image {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

.blog-details .information {
    padding: 0;
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-details .information .blog_categories {
    margin: 0;
    padding: 0;
    width: calc(100% - 160px);
}
.blog-details .information .blog_categories ul {
    padding: 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    list-style: none;
}

.blog-details .information .blog_categories ul li {
    padding: 0 5px;
    list-style: none;
    margin: 0 0 10px;
}

.blog-details .information .blog_categories ul li a {
    margin: 0;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 10px;
    align-items: center;
    background: #085597;
    box-shadow: 3px 2px 3px rgb(0 0 0 / 20%);
}

.blog-details .information .blog_categories a {
    color: #ffffff;
    text-decoration: none;
}
.blog-details_sidebar h5{
    color: #000000;
}

.blog-details .information .date {
    width: 145px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    background: #085597;
    align-items: center;
    border-radius: 10px;
    align-self: baseline;
    justify-content: center;
    box-shadow: 3px 2px 3px rgb(0 0 0 / 20%);
}

.blog-details .blog_title {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
}

.blog-details .blog_title h1 {
    margin: 0;
    padding: 0;
    color: #000000;
}

.blog-details .blog_body {
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
}

.blog-details .blog_body a {
    color: #085597;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
}

.blog-details .blog_body p {
    text-align: justify;
}

.blog-details .blog_body h2 {
    padding: 0;
    color: #000000;
    font-weight: 600;
    margin: 30px 0 15px;
    text-transform: capitalize;
}

.blog-details .blog_body ol,
.blog-details .blog_body ul {
    margin: 0 0 15px;
    padding: 0 0 0 40px;
}

.blog-details .blog_body ol li,
.blog-details .blog_body ul li {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.blog-details .blog_body ol li h3,
.blog-details .blog_body ul li h3 {
    color: #000000;
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 18px;
}
.blog-details .blog_body ul li h3 strong, .blog-details .blog_body h2 strong {
    font-weight: 600!important;
}

.blog-details .blog_meta_keywords {
    margin: 0;
    color: #000000;
    font-size: 19px;
    position: relative;
    padding: 0 0 0 30px;
}

.blog-details .blog_tags {
    margin: 0;
    color: #000000;
    font-size: 19px;
    position: relative;
    padding: 0 0 0 30px;
    font-family: Averta;
}

.blog-details .blog_tags:before {
    left: 0;
    top: 12px;
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background-size: contain;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/blog-details-tags-icon.png');
}

.blog-details .col-md-3 {
    position: relative;
}

.blog-details .blog-details_sidebar {
    top: 0;
    padding: 0;
    width: 250px;
    height: 400px;
    flex: 0 0 250px;
    max-width: 250px;
    position: absolute;
}

.blog-details .blog-details_sidebar .round_circle:after {
    left: 0;
    content: "";
    background-color: #cecccc;
    box-shadow: -8px 0px 0 rgb(214 214 214 / 90%);
}

.blog-details .blog-details_sidebar.darkHeader {
    top: 0!important;
}

.scrolled .blog-details .blog-details_sidebar {
    position: fixed;
}

.blog-details .blog-details_sidebar .blog_meta_hreflang {
    padding: 0;
    width: 100%;
    margin: 20px 0 25px;
}

.blog-details .blog-details_sidebar .blog_meta_hreflang .round_circle:after {
    top: -15px;
    left: -10px;
    content: "";
    background-color: #e1e1e1;
    box-shadow: -8px 2px 0 rgb(214 214 214 / 30%);
}

.blog-details .blog-details_sidebar .blog_logo_image {
    position: relative;
}

.blog-details .blog-details_sidebar .blog_logo_image .blog_logo_image_circle {
    width: 100%;
    transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    animation: spin 30s linear 0s infinite reverse;
    -o-animation: spin 30s linear 0s infinite reverse;
    -ms-animation: spin 30s linear 0s infinite reverse;
    -moz-animation: spin 30s linear 0s infinite reverse;
    -webkit-animation: spin 30s linear 0s infinite reverse;
}

.blog-details .blog_logo_image .blog_logo_image_circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #6b969d;
    overflow: hidden;
    position: absolute;
    animation: animateWord 21s linear infinite 0s;
    -ms-animation: animateWord 21s linear infinite 0s;
    -webkit-animation: animateWord 21s linear infinite 0s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@-webkit-keyframes animateWord {
    0% {
        opacity: 0
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(0)
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(0)
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(2) {
    color: #6b889d;
    animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(3) {
    color: #6b739d;
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(4) {
    color: #7a6b9d;
    animation-delay: 9s;
    -ms-animation-delay: 9s;
    -webkit-animation-delay: 9s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(5) {
    color: #8d6b9d;
    animation-delay: 12s;
    -ms-animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(6) {
    color: #9b6b9d;
    animation-delay: 15s;
    -ms-animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.blog-details .blog_logo_image .blog_logo_image_logo_wrap .blog_logo_image_logo span:nth-child(7) {
    color: #9b6b9d;
    animation-delay: 18s;
    -ms-animation-delay: 18s;
    -webkit-animation-delay: 18s;
}

.blog-details .blog-details_sidebar .btn_actions {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 15px;
    justify-content: center;
}

.blog-details .blog-details_sidebar .btn_actions .btn {
    margin: 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 35px;
    align-items: center;
    border-radius: 50px;
    text-transform: none;
    display: inline-flex;
    letter-spacing: .9px;
    text-decoration: none;
    justify-content: center;
    background: linear-gradient(45deg, #2376d0, #0f5da5);
    background-repeat: repeat-y;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
}

.blog-details .blog-details_sidebar .coffee_cup {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    align-items: center;
    justify-content: center;
}

/* Blog Details Recent Blogs */
.blog-details .recent_blogs {
    margin-top: 100px;
}