body {
    box-sizing: border-box;
    width: 100%;
    /*overflow-x: hidden;*/
    zoom: 1.1;
}

li a{
	font-family: 'Mukta', sans-serif;
}

ul > .trending li span {
font-family: 'Mukta', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img {
    width: 100%;
    height: 90px;
}

.top-section {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news__trending--ticker {
    border-bottom: solid 1px rgba(0, 0, 0, .14);
    min-height: 5px;

}

.trending__tickr--purecompo .title__label {
    position: relative;
    padding: 0 1.6em;
    line-height: 3em;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
    font-size: .9em;
    background-color: rgba(0, 0, 0, .06);
}

.trending__tickr--purecompo .title__label::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -18px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .06);
    border-style: solid;
    border-width: .7em;
}

.trending__tickr--purecompo .item__lists {
    padding: 0 1.6em;
    line-height: 44px;
    counter-reset: lists;
    flex-wrap: wrap;
}

.flex-box {
    display: flex;
}

.trending__tickr--purecompo .item__lists li {
    position: relative;
    padding-left: 1em;
    margin-right: 2em;
}

.trending__tickr--purecompo .item__lists li a {
    font-size: 1em;
    font-weight: 400;
    color: rgba(0, 0, 0, .8);
    transition: all .3s ease;
    text-decoration: none;
}

.trending__tickr--purecompo .item__lists li::after {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: rgba(0, 0, 0, .24);
    font-weight: 400;
}

.trending__tickr--purecompo {
    display: flex;
}

.recent__updates {

    padding: 7px 15px;
    background-color: rgb(0 0 0 / 25%);
    font-size: 22px;
    line-height: 1;
    color: #fff;
    /*margin-left: 207px;*/
    white-space: nowrap;
    word-break: keep-all;
    transition: all .3s ease;
}

.recent__updates:hover {
    color: #0d227b !important;
    background-color: orange !important;
}

.trending__updates {
    background-color: rgba(0, 0, 0, .34);
    text-transform: uppercase;
    position: relative;
    padding: 0 19px;
    line-height: 48px;
    color: #f4a100;
    margin-right: 1.3%;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease;
}

.trending__updates:hover {
    background-color: rgba(0, 0, 0, .6);
    color: #f4a100;
}

.trending__updates img {
    margin-right: 15px;
}

.trending__updates:after {
    content: 'चलेको खबर';
    position: absolute;
    bottom: -26px;
    left: -24px;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, .88);
    font-size: 11px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.news__container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    body {
        zoom: 1;
    }
}

@media (max-width: 575px) {
    body {
        zoom: 1;
    }
}

.add__fullwidth {
    margin: var(--space-40) auto;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.okam-device-desktop {
    display: block;
}

.okam-each-ad img {
    width: 100%;
    /*height: 100px;*/
}

.home .news__bises, .home .news__bises--2 {
    background-color: transparent;
}

.news__bises:before {
    content: '';
    position: absolute;
    /* left: 10%; */
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .24);
}

.news__bises .safe__wrap {
    width: 100%;
}

.news__bises .highlight a:hover {
    color: #0d227b;
}

.news__bises .highlight {
    letter-spacing: -2px;
    font-weight: 300;
    margin: 0;
    width: 100%;
}

.news__bises .highlight a {
    transition: all .3s ease;
    color: #4d4d4d;
    text-decoration: none;
    line-height: 150%;
}

.title__large {
    font-size: 64px;
    font-weight: 500;
    color: #0e5dae;
}

.post__info {
    align-items: center;
}

.news__bises .post__info {
    justify-content: center;
}

.author__wrap, .post__time, .post__comments, .post__date {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1.1em;
}

.author__wrap .author__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author__wrap .author__img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
}

.post__info label, .home .post__info span {
    color: rgba(0, 0, 0, .5);
}

.author__wrap label {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: top;
}

.post__time {
    font-size: .8em;
}

.post__time {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1.1em;
}

.post__time i, .post__comments i, .post__date i {
    margin-right: .4em;
    font-size: 1.4em;
}

.post__info span {
    color: rgba(0, 0, 0, .5);
}

.news__news--sectn > div {
    flex: 2 1 33.33%;
}

.news__news--category {
    flex-wrap: wrap;
}

.news__news--category {
    display: flex;

}

.news__news--category .news__news--wrap {
    flex: 2;
}

.col {
    grid-column: span 1;
}

.two__cols--grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;

}

.generic__post--wrap.news__thumb--sml--ltr .soft__wrap {
    flex-wrap: wrap;
    padding: 10px;
    display: flex;
}

.generic__post--wrap.news__thumb--sml--ltr .soft__wrap > div:first-child {
    flex: auto;
    height: 90px;
    max-width: 135px;
    width: 153px;
    margin-right: 25px;
}

.generic__post--wrap.news__thumb--sml--ltr .soft__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap .post__image {
    width: 100%;
    height: 380px;
    margin-bottom: 0px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #0e5dae;
}

.generic__post--wrap.news__thumb--sml--ltr .soft__wrap > div:last-child {
    flex: 2;
}

.generic__post--wrap h2 {
    color: rgba(0, 0, 0, .7);
}

.title__small {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.title__small a:hover {
    color: #0d227b !important;
}

.generic__post--wrap h2 a.blk_text {
    color: #4d4d4d;
}

.generic__post--wrap h2 a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    line-height: 128% !important;
    transition: all .3s ease;
}

.generic__post--wrap a:hover {
    color: #0e5dae;
}

.generic__post--wrap .post__date {
    color: rgba(0, 0, 0, .6);
}

.generic__post--wrap .post__date i {
    color: #e11b22;
    font-size: 11px;
    margin-right: 10px;
}

.post__date span {
    margin-right: 1.1em;
}

.back a.read__all--dot {
    align-items: center;
    line-height: 28px;
    margin-top: 0px;
    display: inline-block;
    color: white;
    background-color: #0e72d0;
    font-size: 14px !important;
    padding: 4px 15px 0px;
    text-decoration: none;
    border-radius: 34px;
}

.news__news--category .side__add {
    flex: 1;
    max-width: 300px;
}

.side__add--wrap.square {
    overflow: hidden;
}

.side__add--wrap:last-child {
    margin-bottom: 0;
}

.side__add--wrap {
    margin-bottom: 10px;
    width: 300px;
    height: auto;
    overflow: hidden;
}

.side__add--wrap .okam-each-ad {
    margin-bottom: 10px;
}

.back a.read__all--dot span.dot_wrap > span {
    height: 3px;
    width: 3px;
    background-color: #fff;
    margin-bottom: 1px;
    display: block;
    border-radius: 50%;

}

a.read__all--dot span.dot_wrap > span:hover {
    background-color: #fff;
}

a.read__all--dot {
    align-items: center;
    line-height: 28px;
    margin-top: 0px;
    color: #b21f2d;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 14px !important;
    padding: 4px 15px 0px;
    text-decoration: none;
    border-radius: 34px;
}

a.read__all--dot:hover {
    color: white;
    background-color: #0d227b;
}

a.read__all--dot span.dot_wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 4px;
}

a.read__all--dot span.dot_wrap > span {
    height: 3px;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1px;
    display: block;
    border-radius: 50%;
}

.back {
    background-color: #e9ecefe8;
}

.round img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 18px;
}

.description {
    color: #000;
    margin-top: -17px;

}

.datetime i {
    color: #777777;
    font-size: 14px;
    margin-right: 10px;

}

.datetime .fa-comment-o:before {
    margin-right: 10px;
}

.datetime .fa-clock-o:before {
    margin-right: 10px;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: rgba(0, 0, 0, .1) 0 0 18px;

}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 10px 0  40px 0;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    height: auto;
}

.card-img-top {
   
    height: 300px;
    display: block;
    width: 100%;
    object-fit: cover;

}

.text {
    font-size: 36px;
    padding: 10px;
    text-align: center;

}

.text a {
    color: #525252;
}

.detailpage .post-lists .single-post {
    padding-bottom: 20px;

}

.detailpage .post-lists .detail {
    padding-left: 20px;
}

.detailpage .post-lists .detail h6 {
    line-height: 1.4em !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.detailpage .meta {
    margin: 10px 0px;
}

.detailpage .meta li {
    display: inline-block;
    color: #777777;
    margin-right: 10px;
    font-weight: 300;
    font-size: 12px;
}

.detailpage .meta li a {
    color: #777777;
}

.detailpage .meta li .lnr {
    margin-right: 10px;
    font-weight: 700;
}

.myppost .editors-pick-post .details {
    padding-bottom: 0px;
    border-bottom: none;
}

.mypost .editors-pick-post {
    box-shadow: 3px 2px 3px 6px #ddd;
}

.detailpage .post-lists .detail h6:hover {
    color: #0d227b;
}

.myppost .text a:hover {
    color: #0d227b;
}

.covid-col > div > a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.covid-section .flex-box {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.covid-section .flex-box > div {
    padding: 0 10px;
}

.covid-col {
    flex: 0 0 25%;
}

.covid-col > div {
    position: relative;
    height: 388px;
}

.covid-col > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .88));
}

.covid-col > div > a {
    height: 100%;
    width: 100%;
    color: rgba(0, 0, 0, .8);
    transition: all .4s ease;
    display: block;
}

.covid-col .post__heading {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
}

.covid-col .title__small {
    line-height: 25px;
}

.covid-col .title__small a, .covid-col .post__date {
    color: #fff;
}

.covid-section h3 > span {
    display: inline-block;
    line-height: 44px;
    padding: 0 25px;
    background-color: #7f0055;
    color: #fff;
}

.covid-section h3 .read__all--dot {
    margin-left: auto;
}

.title__small a {
    text-decoration: none;
    transition: all .4s ease;
    color: #0e5dae;
}

.covid-section h3 {
    margin: 0 0 20px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.covid-section {
    border-top: solid 1px rgba(0, 0, 0, .14);
    border-bottom: solid 1px rgba(0, 0, 0, .14);
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 24px;
    margin-bottom: 28px;
}

.side__add {
    margin-bottom: 0px;
}

.news__news--category .side__add {
    max-width: 300px;
    flex: 1 1 0%;
}

.side_card .title {
    line-height: 60px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    background-color: #0d227b;
    font-weight: 600;
    padding: 0px 30px;
}

.side_card .trending, .side_card .Shared, .side_card .business_side {
    counter-reset: section 0;
}

.side_card .trending li, .side_card .Shared li, .side_card .business_side li {
    position: relative;
    padding: 20px 15px 20px 74px;
    border-bottom: 1px solid rgba(77, 77, 77, 0.14);
    transition: all 0.4s ease 0s;
}

.side_card .trending li > span, .side_card .Shared li > span, .side_card .business_side li > span {
    position: absolute;
    left: 10px;
    font-size: 48px;
    font-weight: 500;
    color: rgb(222, 228, 238);
}

.side_card .trending li a, .side_card .Shared li a, .side_card .business_side li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 158%;
    color: rgba(77, 77, 77, 0.8);
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

.side__add--wrap:last-child {
    margin-bottom: 0px;
}

.side__add--wrap {
    margin-bottom: 10px;
    width: 300px;
    height: auto;
    overflow: hidden;
}

.new5 .generic__post--wrap.news__thumb--tiny--ltr .soft__wrap > div:first-child {
    flex: auto;
    height: 80px;
    max-width: 88px;
    width: 100%;
    margin-right: 25px;
}

.new5 .four__cols--grid {
    display: grid !important;
}

.new5 .post__image {
    width: 100%;
    height: 140px;
}

.generic__post--wrap.news__thumb--tiny--ltr .soft__wrap {
    /*flex-wrap: wrap;*/

}

.generic__post--wrap.news__thumb--tiny--ltr .soft__wrap {
    display: flex;
}

.generic__post--wrap.news__thumb--tiny--ltr .soft__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap.news__thumb--tiny--ltr {
    margin-bottom: 0px;
}

.news__country--sectn .news__prabash .post__image {
    height: 350px;
}

.sport_side {
    margin-top: 20px;
}

.side_card .news__thumb--regular {
    margin-bottom: 20px;
}

.rowspan2 {
    grid-row: span 2;
}

.new4 {
    width: 97% !important;
    margin-left: 15px !important;
}

.col {
    grid-column: span 1;
}

.news__sport--sectn .business_spot_thumb {
    height: 250px;
    margin-bottom: 25px;
}

.news__sport--sectn .title__regular {
    margin-top: 0px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.generic__post--wrap h2 a.blk_text {
    color: #4d4d4d;
}

.two__cols--grid {
    display: grid;
}

.new3 {
    height: 170px !important;
    width: 100%;
}

.four__cols--grid {
    grid-template-columns: repeat(4, 1fr);
}

.new1 {
    width: 100%;
    height: 170px !important;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.new a:hover {
    color: #0d227b !important;
}

.new {
    position: absolute;
    left: 0;
    padding: 0 40px;
    bottom: 40px;
    z-index: 8;
}

.fashion .cat__title {
    background-color: transparent !important;
    padding: 10px 20px;
    border-bottom: solid 1px rgba(77, 77, 77, .2) !important;
}

span.right {
    margin-left: 500px !important;
    display: inline-block !important;
}

.side_card .business_side1 li {
    position: relative;
    padding: 20px 15px 20px 24px !important;
    border-bottom: 1px solid rgba(77, 77, 77, 0.14);
    transition: all 0.4s ease 0s;
}

.business_side1 li a:hover {
    color: #0d227b;
}

.business_side1 li a {
    color: black;
}

.side_card .business_side1 {
    background-color: rgba(77, 77, 77, .06);
}

.side_card .business_side1 {
    counter-reset: section;
}

.home-after-business-right {
    margin-top: 15px;
}

.news__business--sectn .business_spot_thumb {
    height: 440px;
    margin-bottom: 20px;
}

.title__regular {
    font-size: 34px;
    font-weight: 600;
    color: #0e5dae;
}

.generic__post--wrap .post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

h2.cat__title span.right {
    background-color: transparent;
    line-height: 45px;
}

.colspan3 {
    grid-column: span 3;
}

span.right a.read__all {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    background-color: rgba(77, 77, 77, .08);
    border-radius: 34px;
    font-size: 14px !important;
    color: #0e5dae;
    text-decoration: none;
    vertical-align: top;
}

.six__cols--grid {
    grid-template-columns: repeat(6, 1fr);
}

.news__business--sectn {
    padding-top: 30px;
    padding-bottom: 30px;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none;
}

.generic__post--wrap.news__thumb--sqr--ltr .soft__wrap > div:last-child {
    /*flex: 2;*/
}

.fa-quote-right:before {
    content: "\f10e";
}

.most_recomenede_side .generic__post--wrap {
    margin-top: 30px;
}

.generic__post--wrap.news__thumb--sqr--ltr {
    margin-bottom: 30px;
}

.generic__post--wrap.news__thumb--sqr--ltr .soft__wrap > div:first-child {
    flex: auto;
    height: 60px;
    max-width: 90px;
    /*width: 100px;*/
    margin-right: 25px;
}

.news__interview .post__title {
    font-style: italic;
    font-weight: 100;
    font-size: 24px;
}

.generic__post--wrap h2 {
    color: rgba(0, 0, 0, .7);
}

.news__interview .post__title a {
    color: #4d4d4d !important;
    transition: all .4s ease;
}

.generic__post--wrap.news__thumb--sqr--ltr .soft__wrap {
    /*flex-wrap: wrap;*/
}

.generic__post--wrap.news__thumb--sqr--ltr .soft__wrap {
    display: -webkit-flex;

}

.news__interview .post__heading {
    position: relative;
}

.side_card .Shared li {
    padding-left: 104px;
    min-height: 108px;
}

.side_card .trending, .side_card .Shared, .side_card .business_side {
    counter-reset: section 0;
}

.side_card .Shared .shard_number {
    background-color: rgba(77, 77, 77, .1);
    display: inline-block;
    padding: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #0e5dae;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    transition: all .4s ease;
}

.side_card .Shared .shard_number > span {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    display: block;
    transition: all .4s ease;
}

.side_card .Shared .shard_number > span {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    display: block;
    transition: all .4s ease;
}

.side_card .Shared li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(77, 77, 77, .14);
    position: relative;
    padding-left: 74px;
    padding-right: 15px;
    transition: all .4s ease;
}

.trending li a:hover {
    color: #0d227b;
}

.desc a:hover {
    color: #0d227b;
}

.news18-ajax-loader {
    width: 14px;
    margin: 10px;
}

.Portfolio {
    position: relative;
    margin: 0px;
    border: none;
    float: left;
    width: 180px;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    padding: 10px !important;
    /*box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)*/
}

.Portfolio img {
    width: 100%;
    height: 130px;
    border-radius: 0px
}

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background: transparent;

}
.desc a {
    color: #000000c7;
    font-weight: bold;
    font-size: 16px;
}
.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background: transparent;

}

.nav {
    padding: 20px;
    margin-left: 90px;
    margin-top: -19px;
    margin-bottom: -10px;
}

.nav li a {
    margin: 5px;
    padding: 7px 10px;
    font-size: 14px;
    color: #0d227b;
    background: rgba(77, 77, 77, 0.08);
    transition-duration: 0.4s;
}

.nav a:hover {
    background: #0d227b;
    color: #fff;
}

.nav .active {
    background-color: #0d227b !important;
    color: #fff;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }

}

.news__news--category.has_side-bar .news__news--wrap {
    padding-right: 25px;
}

section.news__interview .cat__title {
    background-color: transparent !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.four__cols--grid {
    grid-template-columns: repeat(4, 1fr);
}

.colspan4 {
    grid-column: span 4;
}

.cover_collection .cvr_text {
    flex: 0 0 55%;
    background-color: #0d227b;
    color: #fff;
    padding: 50px;
    min-height: 350px;
    position: relative;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cover_collection .cvr_text i {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 48px;
    color: rgba(255, 255, 255, .1);
}

.fa-quote-left:before {
    content: "\f10d";
}

.cover_collection .cvr_text a {
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    font-style: italic;
    font-weight: 600;
    padding-left: 50px;
    line-height: 150%;
    display: block;
    flex: 0 0 100%;
}

.cover_collection .cvr_img {
    height: 350px;
    background-color: #000;
    flex: 0 0 45%;
}

.cover_collection .cvr_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.colspan2 {
    grid-column: span 2;
}

.generic__post--wrap.news__thumb--sml--ltr .soft__wrap {
    flex-wrap: wrap;
}

.news__interview .post__title {
    font-style: italic;
    font-weight: 100;
    font-size: 24px;
}

.news__interview .post__title a {
    color: #4d4d4d !important;
    transition: all .4s ease;
}

.news__interview .post__heading i.fa-quote-right {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 20px;
    font-size: 24px;
    color: rgba(77, 77, 77, .08);
}

.news .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    margin-bottom: 25px;
    border-radius: .28571429rem;
    box-shadow: rgba(0, 0, 0, .1) 0 0 18px;
    /*box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
}

.news .text-bold:hover {
    color: #0d227b;
}

.news .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1.5em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    height: 80px;
}

.news .card-img-top img {
    display: block;
    width: 100%;
    height: 240px;
}

.news .news__archive--titlerow {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.news .flex-box {
    display: flex;
}

.news .news__archive--titlerow h2.cat__title {
    width: auto;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.news h2.cat__title > span:nth-child(1) {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #0d227b;
    opacity: .7;
}

.news .cat__title {
    background-color: #f4f8fb !important;
    padding: 10px 20px;
}

:root {
    --jk-green-dark: #064d2f;
    --jk-green: #0b7a33;
    --jk-green-bright: #49b514;
    --jk-green-soft: #f1f8ee;
    --jk-green-border: rgba(6, 77, 47, .18);
}

::selection {
    background-color: var(--jk-green);
    color: #fff;
}

a:hover,
.news__bises .highlight a:hover,
.generic__post--wrap h2 a:hover,
.news .text-bold:hover,
.fdesc h4:hover {
    color: var(--jk-green) !important;
}

.title__large,
h2.cat__title > span:nth-child(1),
.news h2.cat__title > span:nth-child(1),
.top h2.cat__title > span:nth-child(1),
.feature__lists h2.cat__title > span:nth-child(1),
.news__country--sectn h2.cat__title > span:nth-child(1),
.footerup h2.cat__title > span:nth-child(1),
span.right a.read__all,
.covid-section h3,
.post__info a {
    color: var(--jk-green) !important;
}

.cat__title,
.news .cat__title,
.footerup .cat__title,
.top,
.news__country--sectn .cat__title {
    background-color: var(--jk-green-soft) !important;
}

.news__archive--titlerow,
.news_detail .news__archive--titlerow,
.news .news__archive--titlerow {
    border-bottom-color: var(--jk-green-border) !important;
}

.generic__post--wrap .post__category,
.post__emo .emowrap .percent,
.cmnt-sbmt,
.nav .active,
.nav a:hover,
.cover_collection .cvr_text,
.post-lists .round,
.back a.read__all--dot,
a.read__all--dot:hover,
section.news__interview .cover_collection .cvr_text {
    background-color: var(--jk-green) !important;
    color: #fff !important;
}

.btn,
.read__all,
a.read__all--dot,
.nav li a {
    color: var(--jk-green) !important;
}

.btn:hover,
.read__all:hover,
a.read__all--dot:hover {
    background-color: var(--jk-green) !important;
    color: #fff !important;
}

a.read__all--dot span.dot_wrap > span,
.back a.read__all--dot span.dot_wrap > span,
a.read__all--dot span.dot_wrap > span:hover {
    background-color: var(--jk-green-bright) !important;
}

.tags a:hover {
    background: var(--jk-green) !important;
    color: #fff !important;
}
