#nav {
    /* border: 1px solid #eaf0f6; */
    box-shadow: 0 2px 4px rgb(45 62 80 / 12%);
}

body a{
    text-decoration: none !important;
}

.mobile_close {
    background: rgba(191, 151, 5, .83);
    box-shadow: 0 0 20px -4px rgba(41, 44, 44, 0.3);
}

.bg-main {
    background-color: #f5f8fa;
}

.bg-main .article_content a {
    color: var(--blog-link);
}

.bg-home {
    background-color: var(--blog-home);
}

.bg-home-main {
    background-color: var(--blog-main);
}

.bg-home-gradient {
    background: linear-gradient(45deg, var(--blog-main-80), var(--blog-home));
    background-color: var(--blog-home);
}

.bg-home-main-gradient {
    background: linear-gradient(45deg, var(--blog-main), var(--blog-main-80));
    background-color: var(--blog-main-80);
}

.bg-home .article_content a,
.bg-home-main .article_content a,
.bg-home-gradient .article_content a,
.bg-home-main-gradient .article_content a {
    color: var(--white);
}

.bg-home .article_content a:hover,
.bg-home-main .article_content a:hover,
.bg-home-gradient .article_content a:hover,
.bg-home-main-gradient .article_content a:hover {
    color: var(--white);
}

.blog-container {
    background-color: var(--white) !important;
    font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 50px 0 0 0;
}

.transition-all {
    transition: all 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: all 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: all 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.transition-box-shadow {
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.container-blog {
    max-width: 1200px !important;
}

.section__top {
    position: relative;
}

.most_viewed {
    position: relative;
    border-radius: 20px;
}

.most_viewed img {
    object-fit: cover !important;
    object-position: center bottom !important;
}

.most_viewed .article_content {
    height: 200px;
    background: var(--transparent) !important;
    background-color: var(--grey);
}

.blog_card,
.aside_section {
    position: relative;
    display: block;
    margin: 40px 0 0;
    transition: all .2s ease-in-out;
}

.blog_short {
    position: relative;
}

.blog_short .article_card {
    min-height: 230px;
    height: 230px;
}

.blog_short .article_home {
    height: 350px;
}

.blog_shadow {
    box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.06);
}

.blog_short .article_content-title {
    min-height: 60px;
    max-height: 60px;
}

.article_card {
    position: relative;
    min-height: 250px;
    height: 270px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.article_card figure {
    position: relative;
    margin: 0;
    border-radius: inherit;
    height: inherit;
}

.article_card img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all .2s ease-in-out;
    object-fit: cover;
    object-position: top center;
}

.bg_new,
.bg_new .article_new {
    border-radius: 20px;
    display: block;
}

.blog_short .article_new {
    height: 380px;
    background-size: cover;
    box-shadow: 0 0 0 2px #f2f2f2;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1);
    cursor: pointer;
}

.blog_short .article_new figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent,rgba(0,0,0,.9))!important;
}

.blog_card_hover:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.lhk-card__content {
    position: absolute;
    padding: 20px;
    width: 100%;
    bottom: 0;
    left: 0px;
    z-index: 2;
}

.lhk-card__content .lhk-card__header,
.lhk-card__content .lhk-card__body,
.lhk-card__content p,
.lhk-card__content span,
.lhk-card__content small,
.lhk-card__content ul,
.lhk-card__content ul li,
.lhk-card__content a,
.lhk-card__content h3,
.lhk-card__content h4 {
    color: var(--white) !important;
}

.lhk-card__content p,
.lhk-card__content span,
.lhk-card__content small {
    background-color: transparent !important;
    text-align: left !important;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
}

.lhk-card__content .lhk-card__body h1,
.lhk-card__content .lhk-card__body h2,
.lhk-card__content .lhk-card__body h3,
.lhk-card__content .lhk-card__body h4,
.lhk-card__content .lhk-card__body h5,
.lhk-card__content .lhk-card__body p,
.lhk-card__content .lhk-card__body span,
.lhk-card__content .lhk-card__body small,
.lhk-card__content .lhk-card__body strong{
    background-color: transparent !important;
    text-align: left !important;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}

.lhk-tag {
    font-size: 14px;
    font-weight: 600;
    background-color: var(--white);
    color: #000 !important;
    padding: 0px 8px;
    margin: 0 0 7px;
    display: inline-block;
}

.lhk-card__header {
    font-size: 26px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lhk-card__body {
    width: 95%;
}

.lhk-btn--mini {
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: rgba(145, 132, 132, .45) -4px 9px 25px -6px;
}

.lhk-btn--yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--blog-rgba-black);
    border: 1px solid var(--blog-rgba-black);
}

.lhk-btn--yellow i {
    font-size: 14px;
}

.article_cover::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 100%) ;
    opacity: 0.6;
}

.article_hover:hover img {
    /* -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); */
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.article_hover1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article_hover2:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.article_content {
    position: relative;
    padding: 30px 20px 20px;
    min-height: 160px;
    height: 160px;
}

.article_content-title {
    font-size: 24px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.article_content-title a {
    font-weight: 500;
    max-height: inherit;
    display: inherit;
    cursor: pointer;
}

.article_content-title a:hover {
    color: inherit;
}

.article_content-desc {
    position: relative;
    font-weight: normal;
    font-size: 15px;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}

.article_content-desc--a {
    display: block;
}

.article_content-meta {
    font-size: 14px;
}

.article_content-meta a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.article_content-link:hover {
    text-decoration: underline;
}

.article_content-time {
    cursor: pointer;
    text-transform: lowercase !important;
    font-size: 12px !important;
}

.article_card a,
.article_content-title a,
.article_content-meta a {
    outline: none;
    text-decoration: none;
}

.aside_section {
    position: relative;
}

.aside_row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aside_section-heading {
    background-color: var(--blog-home);
    color: var(--white);
    font-size: 0.9rem;
    display: block;
    letter-spacing: 0.025rem;
    padding: 0.25rem 0.75rem;
    margin: 0 0 1rem;
    max-width: 60%;
}

.aside_compact {
    min-height: auto;
    margin-right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    background-color: #eaf0f6;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 20px 20px 0;
    padding: 0;
    flex-grow: 1;
    position: relative;
}

.aside_compact a {
    color: var(--blog-link);
}

.aside_compact-title {
    margin: 0;
    padding: 0;
}

.aside_compact-title a {
    font-size: 12px;
    padding: 25px 20px 0px;
    display: block;
}

.aside_compact-meta {
    font-size: 14px;
    padding: 10px 20px 15px;
}

.aside_compact-meta a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.aside_compact-meta a span,
.aside_compact-meta a small {
    background-color: transparent !important;
}

.aside_compact-meta a.tags {
    display: inline-block;
    background: var(--bg-black-80);
    color: var(--white);
    font-size: 10.5px;
    text-transform: capitalize;
    padding: 4px 6px;
    margin: 0 5px 5px 0px;
    border-radius: 50px;
    box-shadow: var(--box-shadow-3);
}

.aside_compact-meta .aside_compact-link:hover {
    text-decoration: underline;
}

.aside_compact-time {
    font-size: 12px !important;
    text-transform: lowercase !important;
}

.quote_main {
    position: relative;
    margin: 0 20px 20px 0;
    padding: 20px;
}

.quote_main h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.quote_main form {
    padding: 20px;
    background: var(--white);
    box-shadow: 0 1px 5px 0 #cbd6e2;
    z-index: 3;
}

.quote_main form input:focus {
    box-shadow: none;
}

.quote_fixed {
    position: fixed;
    right: 250px;
    top: 150px;
    width: 300px;
    display: inline-block;
}

.quote_main .fancy_select + .select2.select2-container {
    background: var(--white) !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.quote_main .select2-container > .selection > .select2-selection--single {
    background: var(--white);
}

.section__explore {
    position: relative;
    padding: 50px 0px 70px;
}

.section__explore_heading {
    font-weight: 500;
}

.section__explore_heading p {
    width: 100%;
    max-width: 450px;
    font-weight: 500;
    font-size: 18px;
    margin: 20px auto 0;
}

.section__explore-topics {
    background-color: #f5f8fa;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 5px 0 #cbd6e2;
    font-size: 1em;
    font-weight: 700;
    color: inherit;
    position: relative;
    display: inline-block;
    border-left: 5px solid #f5c26b;
}

.row-topics {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;

    /* justify-content: space-between; */
}

.w-topics {
    padding: 20px 0 20px 20px;
    margin: 25px 20px 0;
    width: 28%;
    flex: 0 0 28%;
}

.w-topics::after {
    content: '';
    background-image: url(../img/right_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.w-topics:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px -5px #cbd6e2;
    transition: 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
}

.category-active::before {
    background: rgb(0 0 0 / 12%);
    color: #e1e1e1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category-active:hover {
    color: #585353;
}

.color-scheme-1 {
    border-left-color: var(--blog-home);
}

.color-scheme-2 {
    border-left-color: var(--blog-main-80);
}

.color-scheme-3 {
    border-left-color: #00bda5;
}

.color-scheme-4 {
    border-left-color: #6a78d1;
}

.color-scheme-5 {
    border-left-color: #f5c26b;
}

.section__blog {
    position: relative;
    padding: 100px 0px 20px;
    border-top: 2px solid #dfe3eb;
}

.section__blog_heading,
.section__explore_heading {
    font-size: 25px;
    position: relative;
    color: var(--blog-link);
    text-align: center;
    margin: 0 0 60px;
}

.section__blog_heading::after {
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 50px;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 100% !important;
}

.blog_roll {
    position: relative;
    padding-top: 40%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.blog_roll-hover:hover {
    box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
    -webkit-transform: scale(1.014);
    transform: scale(1.014);
}

.blog_roll::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0.6;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 100%);
}

.blog_roll-placeholder {
    background: rgb(216, 216, 216) none repeat scroll 0% 0%;
    border-radius: 6px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.blog_roll-placeholder img {
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    object-fit: cover;

    /* object-position: top center; */
}

.blog_roll-new {
    position: absolute;
    text-align: center;
    bottom: 25px;
    padding: 0 0 3px 10px;
    z-index: 2;
}

.blog_roll-new p {
    display: block;
    font-weight: normal;
    font-size: 10px;
    background-color: #7c2e42;
    color: var(--white);
    padding: 0 5px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: lowercase;
}

.blog_roll-text {
    position: relative;
    font-size: 14px;
    padding: 20px 0 0 10px;
    z-index: 2;
}

.blog_roll-text p {
    display: inline-block;
    font-weight: 600;
    background-color: rgba(85, 135, 129, 0.38);
    color: var(--white);
    padding: 0 10px 0 0;
    border-radius: 3px;
    letter-spacing: .5px;
}

.blog_roll-text span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    background: linear-gradient(45deg, var(--blog-main), var(--blog-main-80));
    background-color: #7e5c02;
    padding: 2px 2px 2px 5px;
    margin-right: 2px;
    border-radius: 3px 0 0 3px;
}

/* For single Blog preview */
.single_blog {
    position: relative;
    padding: 50px 0;
    margin: auto;
}

.blog__title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #474747;
}

.author {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.author img {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    cursor: default;
}

.author img::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0.6;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 100%);
}

.author_data {
    position: relative;
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.author_data .name,
.author_data .date {
    position: relative;
    display: block;
    margin: 0;
    font-size: 14px;
}

.author_data .name {
    top: 4px;
    font-weight: 800;
    color: #474747;
    font-size: 16px;
}

.author_data .date {
    font-weight: 400;
    font-size: 12px;
}

.image__header {
    position: relative;
    height: 450px;
    min-height: 450px;
}

.image__header::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0.6;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 100%);
}

.image__header img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* object-position: center top; */
}

.blog_description {
    position: relative;
    padding: 20px;
    overflow: hidden;
    word-break: break-word;
}

.blog_description h1,
h2,
h3,
h4,
h5 {
    /* font-weight: 700; */
    position: relative;
}

.blog_description p,
span,
small,
pre {
    font-weight: 500;
    margin: 0;
}

figure.image.image_resized {
    display: block;
    width: 100% !important;
    text-align: center;
}

.blog_description img,
.blog_description .image img {
    width: 40%;
    margin: 20px 0 0 0;
}

.blog_description table{
    width: 100%;
    background: #F2F2F2;
}

.blog_description table colgroup col:not(:last-child){
    border-right: 1px solid;
}

.blog_description tbody th,
.blog_description tbody td {
    padding: 10px;
}

.raw-html-embed {
    /* background: #d3d3d361;
    padding: 30px; */
    background: #161616d6;
    color: var(--white);
    padding: 10px;
}

.language-php,
.language-html {
    display: block;
    width: 100%;
    background: hsla(0,0%,78%,.3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    padding: 20px;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}

/* End Single Blog preview */
@media (max-width: 500px){
    .w-topics {
        width: 90%;
        flex: 0 0 90%;
        margin: 25px auto 0;
    }
}

@media (max-width: 991px){
    .w-topics {
        width: 90%;
        flex: 0 0 90%;
        margin: 25px auto 0;
    }
}

@media (min-width: 500px) and (max-width: 668px) {
    .blog_card,
    .aside_section {
        margin: 70px 0 0;
    }
}

@media (max-width: 767px){
    .image__header {
        height: 250px;
        min-height: 250px;
    }

    .blog-container {
        padding: 50px 0 0 0;
    }

    .aside_compact,
    .quote_main {
        margin: 0 0 20px 0;
    }

    .article_card {
        min-height: 230px;
        height: 230px;
    }

    .blog_short .article_home {
        height: 250px;
    }

    .section__blog {
        padding: 150px 10px 20px;
    }

    .aside_compact-meta a.tags {
        display: initial;
        width: auto;
        word-break: break-all;
        font: -webkit-small-control;
        writing-mode: tb;
        background: var(--bg-black);
        color: var(--white);
        font-size: 10.5px;
        text-transform: capitalize;
        padding: 4px 5px;
        margin: 0 5px 5px 0px;
        border-radius: 50px;
    }
}