html {
    scroll-behavior: smooth !important;
}

@media screen and (max-width : 1920px) {
    .video-js {
        object-fit: cover;
    }
}

@media screen and (max-width : 906px) {
    .video-js {
        object-fit: contain;
    }
}

h2 {
    scroll-margin-top: 70px;
}
.grey_section {
    background-color: #F8F8F8;
}

.blog_title h1 {
    font-size: 26px;
}
.top-blog-sec {
    height: 600px;
}
@media only screen and (max-width: 1920px) {
    .top-blog-sec .col-md-3 {
        height: 600px;
    }
    .top-blog-sec .col-md-6 {
        height: 600px;
    }
    .top-center-col {
        height: 600px;
    }
}
@media only screen and (max-width: 768px) {
    .top-blog-sec .col-md-3 {
        height: 370px;
    }
    .top-blog-sec .col-md-6 {
        height: 175px;
    }
    .top-center-col {
        height: 185px !important;
    }
}
.top-blog-sec img {
    object-fit: cover;
}
.top-img-holder-div {
    background-size: cover !important;
    background-position: 50% 20% !important;
}
/* .top-img-holder-div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 110%);
    z-index: 1;
    opacity: 0.9;
} */
.top-img-holder-div:hover:before {
    border-radius: 6px;
    opacity: 1;
    transition: 0.3s
}
.top-holder-div {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 100;
}
.top-holder-div h3 {
    color: #ffffff;
    font-weight: 500;
}
.top-holder-div button {
    z-index: 1;
}
.gradiant-div {
    z-index: 99;
}
.top-holder-div .tag_div span {
    font-weight: 500;
}
.owl-item {
    margin: 0px 12px;
}
.owl-stage-outer {
    max-height: 500px;
}
@media only screen and (max-width: 768px) {
    .owl-section {
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .vid-section {
        padding-top: 180px
    }
}
.blog__content {
    min-height: 180px;
}
.pagination-area .pagination {
    display: flex;
}
.search-wrapper {
    background-color: #555;
}
.blog-card-des-div p {
    min-height: 120px;
}
.blog--default .blog__title {
    padding-bottom: 25px;
}
.blog__title h4 {
    line-height: 26px !important;
}
.content__sidebar blockquote {
    border-left: none !important;
    border-right: 3px solid #db3037;
    background: #ffecec !important;
}
#table-of-contents {
    margin: 8px 0 !important;
}
#table-of-contents li {
    margin-top: 4px;
    margin-bottom: 4px;
}
#table-of-contents a {
    color: #000000 !important;
    font-size: 1.1rem;
}
#table-of-contents a:hover {
    color: #db3037 !important;
}
.comments-owl {
    max-height: 400px;
}
.blog-best-posts img {
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
}
.tag_div_parent {
    margin-top: 60px;
}
.social_icons li {
    margin-right: 4px !important;
    margin-left: 4px !important;
}
.media-body p {
    font-size: 15px;
}
.media-object {
    max-height: 60px;
}
@media only screen and (max-width: 1920px) {
    .single_blog_content p {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 768px) {
    .single_blog_content p {
        font-size: 16px !important;
    }
}
.blog__content h4 {
    font-weight: 500;
    font-size: 20px;
}
.top-post-title :hover{
    color: #db3037;
}

.single_blog_content ul li:before {
    top: 24%;
}

blockquote li {
    list-style-type: none;
}

/* author posts */
.owl-dots {
    margin-top: 30px;
}
.owl-dot {
    background-color: #CCC !important;
    border-radius: 4px !important;
    width: 50px !important;
    height: 5px !important;
    opacity: 1 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.owl-dots .active {
    transform: scale(1.2);
    background-color: #db3037 !important;
}
.owl-next {
    left: 0;
    right: auto;
}
.owl-prev {
    right: 0;
    left: auto;
}
.lnr-chevron-right:before {
    content: "\e875";
}
.lnr-chevron-left:before {
    content: "\e876";
}

.owl-nav {
    display: block !important;
    bottom: 320px;
}
.blog-slider .slick-arrow {
    position: absolute;
    cursor: pointer;
    background: #fff;
    line-height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgb(67 67 67 / 15%);
    box-shadow: 0 4px 15px rgb(67 67 67 / 15%);
    text-align: center;
    color: #7347c1;
    top: 50%;
    z-index: 9;
}
.fa-arrow-left {
    left: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.fa-arrow-right {
    /* right: 0; */
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(-50%,-50%);
}
.slick-arrow.lnr-chevron-left {
    /* left: 0; */
    right: 50px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(0%,-50%);
}
.slick-arrow.lnr-chevron-right {
    /* right: 0; */
    left: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(100%,-50%);
}
@media screen and (max-width : 1920px) {
    .owl-prev .owl-gradient-blog {
        background-image: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255));
        right: 0;
    }
    .owl-next .owl-gradient-blog {
        background-image: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255));
        left: 0;
    }
    .owl-gradient-blog {
        position: absolute;
        bottom: -206px;
        height: 386px;
        width: 130px;
    }
}
@media screen and (max-width : 906px) {
    .owl-gradient-blog {
        display: none !important;
    }
}
figure.image {
    text-align: center;
}
.breadcrumb ul li a {
    color: #FFFFFF;
}
/*  */

.ce-block .cdx-input {
    display: none !important;
}

.content-body {
    line-height: 32px;
}

.content-body a:not(.btn) {
    color: var(--bs-link-color);
}

.content-body figure img {
    margin: 16px 0;
    text-align: center;
}

.content-body h2 {
    margin: 16px 0;
}
