/*
Theme Name: Tour Khabar
Theme URI: http://www.appharu.com
Author: Gopal Sangroula
Author URI: http://www.gopalsangroula.com.np
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appharu
*/
* {
    font-family: "Mukta", sans-serif;
}

:root {
    /* --theme-color: #1a9cb8;
    --seconday-color: #fa5742;
    --white-color: #ffff;
    --black-color: #000; */


    --theme-color: #38b549;
    --seconday-color: #056839;
    --white-color: #ffff;
    --black-color: #000;
}


a {
    color: #2b2b2b;
    text-decoration: none !important;
    font-family: "Mukta", sans-serif;
    transition: all .3s ease 0s;

}

a:hover {
    color: var(--theme-color) !important;
    transition: all .3s ease 0s;
}

.ah:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    transition: all .3s ease 0s;
}

.wp-embed-featured-image {
    margin-bottom: 20px;
    width: 150px;
    float: left;
    margin-right: 15px;
}

.wp-embed-excerpt {
    display: none;
}

.footer-navigation .uk-navbar-nav>li>a {
    min-height: 27px !important;
}

.footer-navigation .uk-navbar-nav>li>a:hover {
    color: #000 !important;
}

.ah-cat-name {
    font-size: 16px;
    font-weight: 600;
    color: #f2ae1b;
    text-transform: uppercase;
}

.main-title-news {
    font-size: 36px;
    line-height: 1.3;
}

.ent-sub-cat {
    bottom: -12px !important;
}

.ah-cat-name .cat-name {
    color: var(--white-color);
}

.footer-navigation {
    margin-bottom: 10px;
}

.cat-name {
    font-size: 16px;
    font-weight: 600;
    color: #fcfcfc;
    background: var(--seconday-color);
    padding: 2px 10px 0px;
}

.author-date-item {
    display: flex;
    justify-content: start;
    margin-top: 15px;
    align-items: center;
    font-size: 12px;
}

.ah-dmn-latest-timeline {
    position: relative;
}

.ah-dmn-latest-timeline .ah-dmn-cicle-active {
    background: #000000 !important;
}

.ah-dmn-latest-timeline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 43px;
    /* height: calc(100% - 60px); */
    height: 100%;
    width: 2px;
    background: #000000;
}

.ah-dmn-cicle {
    position: absolute;
    top: 0;
    left: -28px;
    background: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #000000;
    border-radius: 50%;
}

.author-names {
    margin: 0px;
    font-family: auto;
    font-size: 13px;
    font-weight: 600;
    color: #727272 !important;
    position: relative;
}

.divider-span {
    padding: 0px 2px;
    font-family: 'Font Awesome 5 Brands';
    line-height: 0;
}

.ah-header-logo {
    display: flex;
    flex-direction: column;
}

.post-date {
    color: #828282;
    font-size: 13px;
    margin-top: 10px;
    font-family: "Mukta", sans-serif;
}

.nav-social .uk-icon-button {
    color: #fff;
    background-color: #046839;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    height: 25px;
    width: 25px;

}

.top-navigation {
    background-color: #fff !important;
}


.ah-khb-logo {
    height: 120px;
    background-color: #fff;


}

.divider-span::before {
    margin-right: 2px;
    margin-left: 2px;
    content: "|";
}

.business-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.business-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}



h1 {
    font-family: 'Noto Sans Devanagari',
        sans-serif;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black-color);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Mukta", sans-serif;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    color: #222;
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 32px;
}

h5 {
    font-size: 18px;
}

h2 a {
    font-family: 'Mukta', sans-serif;
    font-size: 30px;
    line-height: 1.5;
}


h1 a,

h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Mukta', sans-serif;
}

p {
    font-size: 19px;
    color: #222222;
    line-height: 1.5;
    font-family: "Mukta", sans-serif;
}

.wbg {
    background-color: #fcfcfc;
}



.top-nav-item>li>a {
    font-size: 18px !important;
}

.uk-search .uk-search-icon {
    color: var(--theme-color);
}

.ktm-team {
    color: var(--theme-color) !important;
    text-decoration: underline !important;
}

.ktm-team:hover {
    color: #fdf3ec !important;
    text-decoration: none !important;
}

.trending-section {
    color: var(--white-color);
}

.embed-container {
    position: relative;
    padding-bottom: 47%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.event-icon {
    color: var(--theme-color);
    padding: 4px 12px;
    border-radius: 4px;
    color: var(--white-color);
}

.ah-event-icon {
    margin-right: 15px;
}

.ah-drop-icon {
    top: 58px !important;
    padding: 15px !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aayomail-facebook-embeded {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 24px;
    width: 100%;
}

.guest-title-lead {
    font-family: 'Noto Sans Devanagari';
    font-size: 3rem;
}

.aayomail-facebook-embeded iframe {
    width: 100% !important;
    height: 560px !important;
    margin: 0 auto;
}

.event-desc {
    font-family: 'Mukta';
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--white-color);
}

.session-header h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--theme-color);
}

.session-header .session-title {
    border-radius: 20px;
    border: 1px solid;
    padding: 5px 30px;
}

.secction-title {
    font-size: 65px;
    font-weight: 700;
    color: #1750a9;
}

.session-topic {
    font-size: 26px;
    font-weight: 600;
    color: #ec1c24;
}

.session-topic span {
    color: var(--theme-color);
    font-weight: 500;
}

.session-title {
    font-size: 30px;
    font-weight: 600;
}

.event-invitation {
    font-size: 48px;
    font-weight: 800;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
}

.parner-ah-img {
    width: 150px;
}

.event-invitation span {
    font-size: 18px;
    font-weight: 500;
    color: #d6d6d6;
}

.session-title span {
    position: absolute;
    top: -17px;
    margin: 0px 25px;
    padding: 0px 15px;
    color: var(--white-color);
}



.speaker-guest-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.past-event-item img {
    height: 200px;
    object-fit: cover;
}

.session-object {
    border: 2px dotted #ddd;
    padding: 30px 25px 0px;
    border-radius: 20px;
    position: relative;
}

.bisesha-section {
    padding: 50px 0px;
}

.bisesha-section .uk-container {
    z-index: 2;
}

.event-item-ah h3 a {
    color: var(--white-color);
    font-size: 34px !important;
    line-height: 0;
}

.event-guest-img {
    border-radius: 50%;
    object-fit: cover;
    height: 165px;
    width: 165px !important;
    /* border: 2px solid #ec1c24; */
}

.event-guest-desig {
    font-size: 16px;
    font-weight: 400;
    color: #abdaf9 !important;
}

.special-guest-title {
    border-bottom: 1px dotted var(--white-color);
    margin: 10px;
    padding-bottom: 10px;
    color: #b1f9e6 !important;
}

.event-item-ah p {
    color: var(--white-color);
}

.location iframe {
    max-width: 100%;
}

.gradient-text {
    background: -webkit-linear-gradient(#ad7203, #ffd88f, #ad7203);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem !important;
    font-weight: 700;
    margin-bottom: 0px;
}

.ah-width-position {
    align-items: center;
}

.besesha-item {
    padding: 15px 0px 0px;

}

.author-news img {
    border-radius: 50%;
}

.event-special-section {
    background: #2563eb;
    padding: 40px 0px;
    margin: 40px 0px;
}

.himalayan-wirter {
    font-size: 16px;
    font-weight: 500;
}

.item-nunber {
    margin-right: 20px;
    font-size: 30px;
    color: #d4d4d4;
}

.trending-item {
    display: flex;
    align-items: center;
}

.latest-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-left: 25px;
}

.latest-item:nth-child(6) {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none;
}

.besesha-item .uk-card {
    border-radius: 20px;
}

.besesha-item .uk-card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ah-bisesha-card {
    background: #ffffff47;
}

.ah-skip-ads {
    background: var(--white-color);
}

.ah-modal-header img {
    width: 220px;
}

.model-btn-skip {
    background: #f73232;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 500;
    top: 0;
    color: var(--white-color);
    border-radius: 20px;
    cursor: pointer
}

.model-btn {
    background: #ff3640;
    color: var(--white-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.reader-effect .uk-nav>li {
    border: 1px solid #113e6f;
    padding: 5px;
    padding-top: 0;
    width: 30px;
    height: 35px;
    justify-content: center;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.reader-effect .uk-nav>li span {
    padding-top: 5px;
}

.reader-effect .uk-nav {
    display: flex;
}

.ah-page-link {
    background: #ddd;
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    border-radius: 2px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: rgba(0, 0, 0, .68);
    transition: all .3s ease-in-out;
    padding: 0 10px;
}

.uk-active .ah-page-link {
    background: #0593cf !important;
    color: var(--white-color) !important;
}

.slider-icon {
    background: #ff3939;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.bisesha-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #342640, #3b2f4c, #393151, #323c67);
}

.uk-card-title {
    font-size: 22px;
    line-height: 28px;
}

.blog-img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.dost-para {
    font-size: 16px;
}

.blog-title {
    line-height: 1.45;
    font-size: 19px;
    font-weight: 600;
}

.uk-offcanvas-bar li>a:hover {
    background: linear-gradient(to right, #818a92 50%, #046838 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
    border-radius: 6px;
    color: var(--white-color) !important;
    padding-left: 10px;
}

.np-border .uk-navbar-nav>li>a:hover {
    color: var(--theme-color) !important
}

.nb-dark-mode {
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: #f0f0f0;
    padding: 0rem 1rem !important;
    color: #030303;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
}

.nb-unicode {
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: #ae1d22 !important;
    padding: 0rem 1rem !important;
    color: var(--white-color) !important;
    padding: 0rem 1rem !important;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
}

.ah-menu-icon {
    color: var(--white-color);
}

.nb-unicode img {
    height: 25px !important;
    margin-right: 9px;
}

.right-nav-icon {
    color: #8f8f8f !important;
}

.np-border .uk-navbar-nav>li>a {
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 18px;
    padding: 0px !important;
    font-weight: 600;
}

.np-border .uk-navbar-nav>li>a:hover {
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 18px;
    padding: 0px !important;
    font-weight: 600;
    color: #000 !important;
}

.imagration-img {
    height: 310px;
    object-fit: cover;
}

.globe-nav-recent {
    background: #9a9a9a;
    margin: 0px;
    justify-content: space-between;
}

/* .ah-word {
    color: #009fe3;
} */

.trending-nav .uk-subnav-pill>.uk-active>a {
    color: var(--white-color) !important;
    font-size: 23px !important;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    border-left: 5px solid #da2e2b;
    border-top-right-radius: 50px;
    border-right: 8px solid #da2e2b;
    padding: 4px 23px;
    background-color: var(--black-color) !important;
}

.trending-nav .uk-subnav-pill>li>a {
    color: #114f9e !important;
    font-size: 23px !important;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    border-left: 5px solid #da2e2b;
    border-top-right-radius: 50px;
    border-right: 8px solid #da2e2b;
    padding: 4px 23px;
}

.body-section {
    padding-top: 20px;
}

.ah-slide-img {
    height: 95px;
    object-fit: cover;
    width: 100%;
}

.home-cat {
    text-align: left !important;
    color: #ed1c24 !important;
    font-weight: 700 !important;
}

.uk-card-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.uk-card-item:last-child {
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
}

.author-item-list {
    justify-content: start !important;
    margin: 0px !important;
}

/* .np-border .uk-navbar-nav>li>a:hover:after{
    transform: scaleX(1) !important;
}

.np-border .uk-navbar-nav>li>a:after {
    border-bottom: 2px solid !important;
    content: "" !important;
    display: block !important;
    transform: scaleX(0) !important;
    transition: transform .25s ease-in-out !important;
} */

.np-border .uk-navbar-nav>li>a {
    transition: transform .25s ease-in-out !important;
}

.search-section {
    height: 25px !important;
}

.mid-mano {
    margin-bottom: 20px;
}

.mid-mano:last-child {
    margin-bottom: 0px;
}

.wp-block-image {
    margin-bottom: 0px !important;
}

.brand-logo {
    border-bottom: 1px solid #e6163a;
    margin-bottom: 20px;
}

.side-nav-item li a {
    font-size: 18px;
    font-weight: 500;
}


.single-title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    padding: 0px 0px 20px;
    margin-top: 10px;
    font-family: 'Mukta', sans-serif;
}

.uk-sticky-fixed .single-title {
    font-size: 35px;
    font-weight: 600;
    color: #333;
    padding: 0px;
}

.uk-sticky-fixed .sticky-item {
    top: 48px !important;
    z-index: 977;
    background: var(--white-color);
    box-shadow: none;
    padding-top: 17px;
}

.single-cat-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.site-info h5 {
    color: #000;
}

.site-info {
    color: #000;
}

.nb-english {
    background: #e6163a;
    color: var(--white-color) !important;
    border-radius: 3px;
}

.nb-unicode img {
    height: 25px;
    margin-right: 5px;
}

.uk-height-medium {
    height: 260px;
}

.rss-national-img {
    height: 140px;
    width: 100%;
}

.tendy a {
    padding: 0 7px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500;
}

.news-item-img {
    height: 165px;
    width: 100%;
    object-fit: cover;
}

.tendy a::after {
    color: #0e539a;
    ;
    margin: 0 15px;
    content: "|";
}

.int-img {
    object-fit: cover;
    padding: 10px;
}

.video-section .uk-height-large {
    height: 600px;
}

.int-card {
    background: #6a4343;
    padding: 15px;
    height: 100%;
}

.my-border {
    border-bottom: solid 1px #ececec;
    background: var(--white-color);
}

.tranding-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.tranding-item:last-child {
    border-bottom: 0px;
}

.tranding-item h4 {
    margin-bottom: 7px;
    display: block;
    color: #222;
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 32px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.auto-line {
    display: inline-block;
    position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body-section {
    background-color: var(--white-color);
}

.latest-post {
    background: #f5f6f7;
    ;
    padding: 15px;
}

.bool- .trending-title {
    font-weight: 600;
    padding: 11px;
    position: relative;
    color: #e20a16;
}

.latest-voice {
    padding: 15px;
    background: var(--white-color);
}

#offcanvas-nav .custom-logo-link,
.footer .custom-logo-link {
    padding-bottom: 5px;
    display: block;
}

.news-list {
    width: 100%;
    height: 120px;
    object-fit: cover;

}

.banking-besha-round {
    height: 260px;
    object-fit: cover;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    font-weight: 600;
    color: var(--white-color);
    font-size: 16px;
    text-transform: none;
}

.menu-icon .uk-active {
    background: #116fef;
}

.today-discuss {
    background: #f3f9ff;
}

.menu-icon .uk-active a {
    color: var(--white-color) !important;
}

.sifaris {
    background: #f5f5f5;
    padding: 15px;
}

.video-section {
    background: #000;
    padding-top: 30px;
}



.banner-title a {
    color: #1c8b98;

}

.bichar-img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin-top: 15px;
}

.main-banner {
    display: block;
    position: relative;
    font: 500 62px Noto Sans Devanagari regular;
    color: #1c8b98;
    line-height: 76px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.main-banner a {
    color: #2e2e2e;
}

.pradesh-item {
    background: #ddd;
    padding: 15px;
}

.post-entry blockquote {
    border: solid 2px #676869;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    width: 91%;
    float: left;
    margin-right: 15px;
}

.post-entry blockquote p {
    font-weight: 600;
    font-style: italic;
    color: #676869;
    text-align: center !important;
    font-size: 20px;
}

.inner-square {
    display: flex;
    justify-content: space-around;
    padding: 8px 0px;
    margin: 10px 0px;
}

.inner-square .widget img {
    width: 250px;
    height: 250px !important;
}

/* .post-entry blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    background: #ffffff;
    padding: 0px 10px;
    left: 46%;
    top: -30px;
    color: #ed1b24;
    margin-bottom: 12px;
}

.post-entry blockquote:after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 30px;
    background: #ffffff;
    padding: 0px 10px;
    right: 46%;
    bottom: -30px;
    color: #ed1b24;
} */

.post-entry blockquote {
    border: solid 2px #464646;
    padding: 5px 15px;
    position: relative;
    border-radius: 5px;
    width: 43%;
    float: left;
    margin-right: 15px;
    margin: 25px 15px 25px 0;
}

.online-inner-ads {
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    padding-bottom: 5px;
}

.online-inner-ads .widget img {
    margin-right: 5px;
}

.post-entry blockquote .is-style-large {
    border: solid 2px #22428d;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    width: 97% !important;
    margin-right: 15px;
    margin: 25px 15px 25px 0;
}

.post-entry blockquote::before {
    position: absolute;
    content: url(https://tourkhabar.com/wp-content/themes/tourkhabar/img/Bracket-Open.png);
    font-family: FontAwesome;
    font-size: 30px;
    background: var(--white-color);
    padding: 0px;
    left: -4%;
    padding-right: 14px;
    top: -27px;
}

.post-entry blockquote .is-style-large::before {
    position: absolute;
    content: url(https://tourkhabar.com/wp-content/themes/tourkhabar/img/Bracket-Open.png);
    font-family: FontAwesome;
    font-size: 30px;
    background: var(--white-color);
    padding: 0px;
    left: -4%;
    padding-right: 14px;
    top: -30px;
}

.post-entry blockquote p {
    font-weight: 600;
    font-style: italic;
    color: #676869;
    text-align: center !important;
    padding-top: 30px;
    font-size: 20px;
}

.post-entry blockquote .wp-block-quote.is-style-large p {
    font-size: 1em;
    color: #ed6d1d;
    font-style: italic;
    line-height: 1.6;
}

.post-entry blockquote:after {
    position: absolute;
    content: url(https://tourkhabar.com/wp-content/themes/tourkhabar/img/Bracket-Close.png);
    font-family: FontAwesome;
    font-size: 30px;
    background: var(--white-color);
    padding: 6px 10px;
    right: -4%;
    bottom: -24px;
}

.post-entry blockquote .is-style-large:after {
    position: absolute;
    content: url(https://tourkhabar.com/wp-content/themes/tourkhabar/img/Bracket-Close.png);
    font-family: FontAwesome;
    font-size: 30px;
    background: var(--white-color);
    padding: 6px 10px;
    right: -4%;
    bottom: -24px;
}

figcaption {
    text-align: center;
    font-style: italic;
    color: #22428d;
    font-weight: 600;
    padding-top: 10px;
}

.feature-img-cap {
    text-align: center;
    font-style: italic;
    color: #22428d;
    font-weight: 600;
    margin-top: 10px;
}

.banner-title {
    display: block;
    position: relative;
    font-size: 65px;
    color: #1c8b98;
    line-height: 76px;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-bottom: 25px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 58px !important;
    text-transform: none;
}

.np-banner-title-mob {
    border-bottom: 1px solid #ddd;
    padding: 40px 0px;
}

.uk-offcanvas-bar {
    /* background: var(--white-color); */
    background-color: #056839;
}

.uk-height-medium {
    display: flex;
}

.uk-offcanvas-bar a {
    color: #fff !important;
}


.social-icon a {
    font-size: 13px;
}

.cat-4 {
    background: #da1365 !important;
}

.custom-title {
    color: var(--white-color) !important;
}

.writer-name {
    border-bottom: 1px solid #de143a;
}

.single-date {
    font-size: 14px;
    font-weight: col;
    color: #878787;
    margin-top: 0px;
    margin-bottom: 0px;
}

.health-item {
    min-height: 150px;
}

.health-item img {
    width: 250px;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

/* .top-nav {
    background: #0071bb;
} */

.cat-title-sub-item>li>a {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 14px;
    line-height: 33px;
    font-weight: 600;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: var(--black-color);
    background: var(--white-color);
    margin: 0 5px;
    min-height: 35px !important;
    font-family: mukta;
    display: flex;
    flex: none;
}

.cat-title-sub-list {
    padding: 0px;
    border-bottom: 2px solid #2a9fab;
}

/* .ah-header-logo{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.ah-header-logo img{
    height: 120px;
} */
.sub-tab-name {
    background: var(--seconday-color);
    color: #fff;
    padding: 7px 20px !important;
    border-radius: 5px;
}

.ah-logo-section {
    background: var(--white-color);
}

.uk-navbar-nav>li.uk-active>a {
    color: #000;
    font-weight: 700;
}

.himalayan-headline-1 {
    background: #2f5a3a !important;
}

.np-border {
    border-bottom: 2px solid #dfdfdf;
    background: var(--white-color);
    border-top: 1px solid #dfdfdf;
    background-color: var(--theme-color);

}

.uk-sticky-fixed {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
}

.uk-sticky-fixed ul li a {
    color: #046839;

}

.uk-overlay {
    padding: 15px 20px;
}

.navigation-bar img {
    height: 50px;
}

.author-img {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 0px;
    border: 1px solid #056839;
    border-radius: 50%;
    padding: 2px;
}

.author-img img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.note-list-item img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.icon-item {
    /* background: var(--seconday-color); */
    background-color: #39b54a;
    border-radius: 50%;
    color: #fff;

}

.post-date-ah {
    font-size: 14px;
    /* color: var(--seconday-color); */
    color: #39b54a;
}

.author-name {
    font-size: 14px !important;
    font-weight: 600;
    color: #046738 !important;
    padding: 0px 15px;
    margin: 0;
    font-weight: bold;
    font-family: 'Noto Sans Devanagari',
        sans-serif;
}

.banner-item {
    border: 1px solid #ddd;
    padding: 0px 30px;
}

.banner-item .uk-divider-small::after {
    border-top: 1px solid #ed1c24;
}



.footer-nav .social-icons .uk-icon-button:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.footer-nav .team-members li {
    color: #dcdcdc;
    margin-bottom: 5px;
}

.footer-nav .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav .footer-nav .footer-heading-button {
    font-size: 18px;

    text-transform: uppercase;
    color: #fff;
    font-family: 'Noto Sans Devanagari';

    font-weight: 500;
    border-radius: 50px;

    padding: 5px 15px;
    background-color: #fa5742;
}

.sub_title {
    margin-top: 20px;
    font-size: 27px;
    color: #606060;
}

.ah-kbc-title {
    font-weight: 600;
    font-size: 2.1rem;
}

.ah-full-half-img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.post-date {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #818285;
}

.artha-serction-item {
    background: #f3f9ff;
    padding: 30px 15px 15px;
}

.banner-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #5e5e5e;
}

.uk-counter {
    background: #2a9fab;
}

.conter-title {
    background: #2a9fab;
    margin-left: -19px;
    margin-right: -19px;
    margin-top: 30px;
    margin-bottom: 31px;
    padding: 0 20px;
}

.conter-title h2 a:hover {
    color: #ddd;
}

.team-img img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.board-memebr .merofont {
    border-bottom: 2px solid #bb5202;
    padding-bottom: 2px;
}

.tag-h .tag-cloud-link {
    font-size: 13px !important;
    flex: none;
    padding: 1px 15px;
    border-radius: 60px;
    margin-left: 12px;
    border: 1px solid var(--black-color);
    background: var(--white-color);
    vertical-align: middle;
    color: #666 !important;
    min-height: 30px !important;
    font-weight: 500 !important;
}

.nepalpen-tag {
    background: #f1f1f1;
    padding: 10px 0px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%) !important;
}

.khel-section {
    background: #e5e5e5;
    padding: 50px 0px;
}

.interview-slide {
    min-height: 500px;
}

.logo-footer img {
    border-radius: 50%;
}

.interview-slide img {
    height: 450px;
    object-fit: cover;
}

.navigation-bar li a:hover {
    color: #333 !important;
}

.social-icon>li>a {
    color: #ddd !important;
    font-size: 14px;
    text-transform: none;
}

.ah-latest-tab {
    display: flex;
    justify-content: space-evenly;
    background: #f7f7f7;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.recent-tab {
    margin: 0px;
    font-size: 18px;
}

.ah-latest-tab .uk-active {
    background: #009fe3 !important;
    border-radius: 5px;
    padding: 4px 15px 0px !important;
}

.uk-subnav-pill>.uk-active>a {
    background: #009fe3 !important;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.img-wraper {
    overflow: hidden;
}

.logo img {
    width: 400px;
    padding: 30px;
}

.banner-img {
    height: 450px;
    object-fit: cover;
}

.slide-dot {
    position: absolute;
    left: 30%;
    bottom: 0;
}

.title-tag {
    margin-bottom: 0px;
    margin-top: 15px;
}

.title-tag span {
    font-weight: 700;
    font-size: 17px;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    margin: 0;
    background: #ae1d22;
    cursor: auto;
}

.register-event {
    font-size: 19px;
    font-weight: 500;
    text-transform: initial;
    background: #0071bb;
    color: var(--white-color) !important;
    padding: 5px 15px !important;
}

.register-event:hover {
    background: var(--white-color);
    color: var(--black-color) !important;
}

.sub-title {
    margin-bottom: 15px;
}

.sub-title span {
    color: #103471;
    font-size: 26px;
    font-style: italic;
}

.sport-news {
    background: #126cc926;
    padding: 15px;
}

.sport-news img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.footer-nav-item li a {
    margin-top: 5px;
}

.author-img img {
    border-radius: 50%;
}

.uk-overlay-text {
    padding: 15px 10px 15px 0px !important;
    background: rgb(255, 255, 255);
    max-width: 60% !important;
}

.uk-overlay-text .cat-name {
    padding: 2px 10px;
    background-color: rgb(206, 137, 35);
    color: var(--white-color);
    font-weight: 500;
}

.uk-overlay-text h3 {
    color: #333;
}

.widget img {
    margin-bottom: 5px;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
}

.cat-title {
    padding: 5px 0px;
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 15px;
}

.cat-title-tab h2 {
    margin-bottom: 0px;
}

.cat-title-tab h2 span {
    font-size: 28px;
    font-weight: 700;
}

.cat-title span {
    padding: 5px 0px;
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 0px;
}

.cat-title a span {
    padding: 5px 0px;
    color: #acacac;
    font-size: 20px;
    margin-bottom: 0px;
}

.cat-title-ah h2 span a {
    font-size: 50px;
    color: #38b549 !important;
    font-weight: 600;
    display: flex;
    line-height: 1.5;
    padding: 0px 24px 0px 10px;
    align-items: center;
    font-family: khand, sans-serif !important;
}

.cat-title-ah h2 {
    margin: 0px;
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
}

.cat-title-ah .uk-heading-line>::before {
    border-bottom: calc(0.1px + 0.1em) solid #046738;
}

.cat-title-ah .uk-heading-line>::after,
.uk-heading-line>::before {
    border-bottom: calc(0.1px + 0.1em) solid #046738;
}

.icon-list {
    margin-left: 15px;
}

.uk-modal-close-full {
    padding: 20px;
    top: 26%;
    right: 7%;
    background: #d01414;
    border-radius: 50%;
}

.derecotr_info {
    font-size: 18px;
    color: #2f3091 !important;
    font-weight: 600;
}

.uk-modal-close-full svg {
    color: var(--white-color);
}

.vasa-section {
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 30px 0px;
}

.book-img {
    padding-bottom: 20px;
}

.book-img img {
    width: 190px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.img-slider {
    height: 245px;
    object-fit: cover;
    width: 100%;
}

.book-img img:hover {
    width: 190px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.book-img-list {
    width: 190px;
    height: 160px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.book-img h3 {
    margin-top: 0px;
    font-size: 22px;
}

.np-samachar-list:hover img {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.np-samachar-image {
    overflow: hidden;
}

.np-samachar-list img {
    transition: .3s ease-out;
}

.small-title span {
    background: #f0506e;
    padding: 2px 10px;
    font-size: 23px;
    color: var(--white-color);
    font-weight: 600;
}

.small-title {
    margin-bottom: 20px;
}

.side-nav li a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 17px;
}

.side-nav li {
    border-bottom: 1px solid #fff;
    padding: 0px;
}

.np-samachar-item:hover img {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.np-samachar-item img {
    transition: .3s ease-out;
}

.ah-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text-ah {
    text-align: center;
}

.ha-text-nepali {
    font-size: 60px;
    color: var(--black-color);
    font-weight: 600;
    font-family: "Khand", sans-serif;
}

.ha-text-english {
    font-size: 29px;
    color: #034e8d;
    font-weight: 500;
    font-family: "Electrolize", sans-serif;
}

.rss-item-img {
    height: 222px;
    object-fit: cover;
    width: 100%;
}

.np-samachar-item {
    overflow: hidden;
}

.cat-title h2 {
    margin: 0px;
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
}

.cat-title h2 span {
    font-family: 'Mukta', sans-serif;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cat-title h2 .auto-line {
    font-family: 'Mukta', sans-serif;
    background-color: var(--seconday-color) !important;
}

.cat-title h2 span::before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #d13938;
    border-right: 8px solid transparen
}

.ah-close {
    width: 45px;
    height: 45px;
    border: none;
    font-size: 0;
    font-weight: 500;
    background: #d8d8d8;
    position: relative !important;
    border-radius: 50%;
    cursor: pointer !important;
    transition: all ease-in-out .7s;
    top: 0 !important;
    left: 0 !important;
}

.ah-close:hover {
    background: #f51818;
    color: var(--white-color) !important;
    transition: all ease-in-out .7s;
    transform: rotate(180deg);
}

.search-box {
    border: 1px solid #ddd;
    padding-left: 15px;
    font-size: 16px !important;
}

.icon-search {
    background: #b4aaaa;
    color: var(--white-color) !important;
    font-weight: 900;
    cursor: pointer;
    pointer-events: auto !important;
}

.search-title {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    padding-bottom: 10px;
}

.ek-search-title {
    font-size: 18px;
    color: #ad353a;
    margin-left: 10px;
}

.ek-search {
    width: 800px;
}

.ek-brand {
    display: none;
}

.uk-sticky-fixed .ek-brand {
    display: inline-block;
}

.ah-trending {
    justify-content: center;
}

.uk-sticky-fixed .ek-brand img {
    height: 70px;
}

.post-ah-sports {
    padding: 30px !important;
    margin-top: 195px;
    background: #ffe7ed !important;
}

.ah-position-express {
    margin-top: -195px;
}

.ah-item-img {
    height: 80px;
    object-fit: cover;
    width: 100%;
}

.cat-title h2 span a {
    font-family: "Electrolize", sans-serif;
    font-size: 24px;
    /* color: var(--black-color) !important; */
    font-weight: 600;
    display: flex;
    line-height: 1.5;
    padding: 0px 24px 0px 0px;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.cat-title h2 .auto-line a {
    font-family: "Electrolize", sans-serif;
    font-size: 18px;
    color: var(--white-color) !important;
    font-weight: 600;
    display: flex;
    line-height: 1.5;
    padding: 0px 24px 0px 10px;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.ah-bima-img {
    height: 95px;
    width: 100%;
    object-fit: cover;
}

.hk-nepal-title {
    font: 600 41px Noto Sans Devanagari regular;
    line-height: 55px;
    padding-bottom: 10px;
}

.hk-des {
    font-size: 16px;
    color: rgb(78, 78, 78);
}

.single-author {
    margin-left: 10px;
}

.np-taja-samachar {
    margin-top: 15px !important;
}

.cat-title .uk-icon-button {
    margin-left: 15px;
    background: #fafafa;
    color: #116fef;
}

.post-entry p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #111;
    text-align: justify;
}

.post-entry p a {
    font-weight: 600;
    color: #0593cf;
}

.thap-samachar {
    font-size: 18px;
    margin-right: 52px;
}

.himalayan-top {
    padding-top: 15px;
}

.sabai-samachar {
    font-size: 18px;

}

.himalaya-utilities img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.himalaya-utilities .uk-nav-default>li>a {
    font-size: 18px;
    font-weight: 500;
}

.nav-edit .uk-navbar-toggle {
    color: var(--white-color);
}

/* .top-navigation-ah .uk-navbar-nav>li>a {
    min-height: 30px !important;
} */

.nepali-ah-date {
    font-weight: 500;
    color: #abaaba;
    font-size: 14px;
}
.home-section{
    color: #2f2c2c;
    background: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    padding: 2px;
    justify-content: center;
    align-items: center;
}
.ah-right-nav-header .uk-navbar-nav>li>a {
    color: var(--white-color) !important;
    font-family: 'Mukta', sans-serif;
    font-size: 18px;
    min-height: 35px !important;
}

.ah-tag .tag-cloud-link {
    font-size: 16px !important;
    padding: 4px 15px;
    border-radius: 60px;
    margin-left: 12px;
    border: 1px solid var(--black-color);
    background: var(--white-color);
    vertical-align: middle;
    color: #666 !important;
    min-height: 30px !important;
    font-weight: 400 !important;
    font-family: 'Noto Sans Devanagari', sans-serif;
    display: flex;
    flex: none;
}

.single-rss-img {
    position: relative;
}

/* .nav-edit {
    border-left: 6px solid #d12121;
    border-top-left-radius: 33px;
    border-right: 5px solid #d12121;
    border-top-right-radius: 33px;
    border-top: 2px solid #d12121; 
} */

.globe-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.dropdown-icon {
    margin-left: 5px;
}

.dropdown-list {
    margin-top: 2px !important;
}

.dropdown-list>ul>li>a {
    font-size: 16px;
    color: var(--black-color) !important;
}

.search-mobile {
    display: none;
}

.post-meta {
    font-size: 16px;
}

.bisesha-bichar-img {
    width: 100%;
    object-fit: cover;
}

.slider-icon {
    background: #ff3939;
    color: var(--white-color);
    font-weight: bold;
    border-radius: 5px;
}

.ah-image-section {
    object-fit: cover;
}

.scroll-sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.single-page-coverImg {
    width: 100%;
    object-fit: cover;
}

.embed-responsive iframe {
    width: 100% !important;
}



/* Home css*/
.uk-card .size-medium {
    width: 100%;
}

.uk-text-meta {
    margin-bottom: 10px;
}

span.uk-leader-fill {
    color: #ddd;
}

.small-list .title {
    font-size: 20px;
}

.small-list .uk-card-title {
    font-size: 1.1em;
}

.uk-heading-line>::after,
.uk-heading-line>::before {
    border-bottom: calc(1.2px + 1.1px) solid #2a9fab;
}

.small-list .uk-icon {
    margin-bottom: 2px;
    float: left;
    line-height: 1.5;
}

.fav-right {
    text-align: center;
    font-size: 16px;
    color: #474747;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-weight: 500;
}

.uk-modal-container .uk-modal-dialog {
    width: 950px;
    text-align: center;
}

.sifaris-ads {
    margin-top: 3rem;
}

.custom-list .list-item:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #9c9a97;
}

.main-section-news {
    width: 745px;
    object-fit: cover;
}

.uk-overlay-our {
    background: linear-gradient(0deg, #000, transparent);
}

.uk-label a {
    color: var(--white-color);
}

.uk-text-meta .uk-icon {
    margin-right: 5px;
}

.latest.uk-list-divider>li:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
}

.uk-card-default.uk-card-hover:hover {
    box-shadow: none
}

.image-flashing:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.number {
    font-size: 25px;
    align-items: center;
    display: flex;
    color: #ff8889;
}

.uk-offcanvas-bar form {
    width: 100%;
    background: #fff;
}

.footer {
    padding: 15px;
}

.img-desc {
    background: #009fe3;
    color: var(--white-color);
    padding: 3px 0px 0px;
    font-weight: 500;
}

.grid-layout {
    grid-template-columns: 123px 765px;
    display: grid;
}

.sticky-item {
    position: sticky;
    top: 60px;
    z-index: 977;
}

.footer-nav {
    background: #39b54a !important;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.footer-section {
    background: #009fe3 !important;
    padding-top: 40px;
    padding-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 30px 0px 0px !important;
}

.footer-nav .uk-navbar-nav>li>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: var(--black-color) !important;
}

.footer-navigation-bar>li>a {
    padding: 0px !important;
    width: 35px;
    min-height: 35px !important;
}

.footer-navigation-bar {
    text-align: center;
    display: flex;
    justify-content: end;
    width: 100%;
}

.footer-social-item {
    width: 100%;
}

.footer-last-section a {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 400;
    font-family: system-ui;
    border-right: 1px solid #c6c6c6;
}

.ah-footer-section {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 30px;
}

.model-btn {
    background: #ff3640;
    color: var(--white-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.about-info-link a {
    color: #0071bb !important;
}

.footer-nav-ah-last {
    background-color: #ec1c24;
}

.publisher-location {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans Devanagari';
    color: #818285;
    margin-bottom: 2px;
}

.post-titles h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans Devanagari';
    color: #818285;
}

.publisher-title {
    margin-top: 0;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans Devanagari';
    color: var(--black-color);
    margin-bottom: 10px;
}

#st-1 .st-btn[data-network='facebook'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='facebook']:hover {
    background-color: #4267B2 !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='twitter'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='twitter']:hover {
    background-color: #55acee !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='messenger'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='messenger']:hover {
    background-color: #448AFF !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
    width: 32px;
}

#st-1 .st-btn[data-network='sharethis'] {
    width: 33px;
}

#st-1 .st-btn[data-network='telegram'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='telegram']:hover {
    background-color: #0088cc !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='whatsapp'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='whatsapp']:hover {
    background-color: #25d366 !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='email'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-1 .st-btn[data-network='email']:hover {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='facebook'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='facebook']:hover {
    background-color: #4267B2 !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='twitter'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='twitter']:hover {
    background-color: #55acee !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='messenger'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='messenger']:hover {
    background-color: #448AFF !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
    width: 32px;
}

#st-3 .st-btn[data-network='sharethis'] {
    width: 33px;
}

#st-3 .st-btn[data-network='telegram'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='telegram']:hover {
    background-color: #0088cc !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='whatsapp'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='whatsapp']:hover {
    background-color: #25d366 !important;
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='email'] {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

#st-3 .st-btn[data-network='email']:hover {
    display: inline-grid !important;
    margin-bottom: 5px !important;
    top: 0px;
}

.social-item-icon {
    background: var(--white-color) !important;
}

.post-titles h4 {
    font-family: 'Noto Sans Devanagari';
    color: var(--black-color);
    font-size: 20px;
    margin-bottom: 5px;
}

.publisher-mail {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 21px;
    font-family: 'Noto Sans Devanagari';
    font-weight: 400;
}

.post-title h4 {
    font-family: 'Noto Sans Devanagari';
    color: var(--black-color);
    font-size: 21px;
    margin-bottom: 5px;
}

.taksar-team {
    border-bottom: 2px solid #ed1c24;
    margin-top: 18px;
}

.taksar-team h3 {
    font-family: 'Noto Sans Devanagari';
    margin-bottom: 0;
    font-size: 27px;
    color: var(--black-color);
}

.post-title h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans Devanagari';
    color: #818285;
}

/* .dainiki-video {
    background: #0e0e0e;
    padding: 50px 0px;
} */

.footer-navigation {
    padding-top: 7px;
    margin-top: 7px;
}

.post-titles p {
    font-family: 'Noto Sans Devanagari';
    font-size: 18px;
    margin: 2px;
    color: var(--black-color);
}

.latest-section-ah {
    background: #009fe3;
    padding: 5px;
}

.publisher {
    margin-bottom: 0;
    font-size: 27px;
    font-family: 'Noto Sans Devanagari';
    font-weight: 500;
}

.khel-special {
    /* background: var(--seconday-color); */
    background-color: #04693b;
}

.khel-special h1 {
    color: #fff;
}

.footer-nav .uk-navbar-nav>li>a h4 {
    color: var(--black-color) !important;
    font-size: 16px;
}

.footer-details p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #ddd;
}

.footer-details h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

.nav-btn-op .uk-navbar-nav>li>a {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    min-height: 25px !important;
    padding: 0 13px;
    color: #ddd !important;
}

.footer-logo img {
    height: 130px;
    border-radius: 50%;
}

.footer-nav-bottom {
    background: #171616;
    color: #ddd;
}

.footer-nav .uk-navbar-nav>li.home {
    border-bottom: 2px solid #ffcc0d;
}

.footer-nav .uk-navbar-nav>li.bichar {
    border-bottom: 2px solid #f0506e;
}

.footer-nav .uk-navbar-nav>li.artha {
    border-bottom: 2px solid #4d90fe;
}

.footer-nav .uk-navbar-nav>li.paryatan {
    border-bottom: 2px solid #7e11d0;
}

.footer-nav .uk-navbar-nav>li.helth {
    border-bottom: 2px solid var(--black-color);
}

.footer-nav .uk-navbar-nav>li.khel {
    border-bottom: 2px solid #3e7c0c;
}

.footer-nav .uk-navbar-nav>li.rajniti {
    border-bottom: 2px solid #c21dba;
}

.uk-totop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #ae1d22;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.np-video-section {
    margin-top: 70px;
    background: #333;
    padding: 60px 0px;
}

.np-card-title {
    font-size: 1.2rem;
}

.np-height-large {
    height: 660px;
}

.uk-totop svg {
    color: var(--white-color) !important;
}

.footer-navigation .uk-nav>li>a {
    font-weight: 600;
    color: #6e6767 !important;
    font-size: 15px;
}

.contact-navigation .uk-nav>li>p {
    font-weight: 600;
    color: #6e6767 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

.nepali-date {
    position: absolute;
    left: 21%;
    top: 16%;
}

.nepali-date span {
    font-size: 21px;
    font-weight: 500;
    color: var(--white-color);
}

.ah-brand-menu {
    padding: 2px 5px;
    background: var(--white-color);
    border-radius: 5px;
    color: #383838;
}

.weather-atlas-wrapper {
    font-size: 0.5em;
}

.event-section-img {
    width: 102px !important;
    height: 102px !important;
    object-fit: cover;
    border-radius: 50%;
}

.loading {
    display: flex;
    display: none;
    padding: 15px;
    justify-content: center;
}

/* animation */

.loading-item {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #1e458a;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.autoload-list {
    background: #f1f1f1;
}

.autoload-list:hover {
    background: #c8c8c8;
}

.autoload-list .uk-card-body {
    padding: 15px;
}

.autoload-list h3 {
    font-size: 1.3rem;
}

.autoload-list:hover h3 {
    text-decoration: underline;
    background-size: 100% 2px;
    transition: all .3s ease 0s;
    color: #dd972e !important;
}

.rectangular {
    margin-bottom: 20px;
    width: 150px;
    float: left;
    margin-right: 15px;
}

.wp-embed-excerpt {
    display: none;
}

@media (max-width: 640px) {
    .margin-s {
        margin-bottom: 15px;
    }

    .margin-s-l {
        margin-left: 15px;
    }

    .post-entry img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .search-mobile {
        display: inline;
    }

    .single-title {
        font-size: 22px !important;
    }

    .post-entry blockquote {
        width: 81%;
    }

    .inner-square {
        flex-flow: column !important;
        text-align: center !important;
    }

    .inner-square .widget img {
        margin-bottom: 15px;
        width: auto !important;
        height: auto !important;
    }

    .sub_title {
        font-size: 20px;
    }

    .interview-slide {
        min-height: auto !important;
    }

    .ha-text-english {
        font-size: 18px;
    }

    .ha-text-nepali {
        font-size: 35px;
    }

    .rss-slogan {
        font-size: 12px;
    }

    .interview-slide img {
        height: auto !important;
        object-fit: cover;
    }

    /* .top-nav .uk-sticky-fixed{
        background: #585858;
    } */
    .interview-slide img {
        height: 350px;
        margin-bottom: 10px;
    }

    .uk-height-large {
        height: 250px !important;
    }

    .sifaris-ads {
        margin-top: 0rem !important;
    }

    .int-desc {
        display: none;
    }

    .news-item-img {
        height: auto !important;
    }

    .health-item img {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .uk-card-body {
        padding: 10px;
    }

    .embed-responsive iframe {
        height: 250px !important;
    }

    .np-samachar-image {
        float: left;
        margin-right: 10px;
    }

    .main-banner {
        font-size: 36px;
        line-height: 1.1;
    }

    .trending-section {
        overflow: scroll;
    }

    .ah-title-express {
        color: var(--white-color);
        margin: 0px;
        font-size: 26px;
    }

    .np-samachar-image .uk-card-title {
        font-size: 1.2rem !important;
    }

    .np-banner-title-mob h1 {
        font-size: 1.6rem;
    }

    .book-img img {
        width: 150px;
        height: 125px;
    }

    .book-img-list {
        width: 150px;
        height: 125px;
    }

    .footer-nav {
        overflow: scroll;
    }

    .text-meta-sd {
        display: none;
    }

    .tendy {
        overflow: scroll;
        display: flex;
    }

    .mobile-headaer-social {
        margin-top: 0px !important;
    }

    .nepali-date {
        top: 10%;
    }

    .footer-nav-sm {
        grid-gap: 1rem;
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .nav-btn-op .uk-navbar-nav>li>a {
        padding: 0px !important;
    }

    .uk-overlay {
        padding: 15px;
    }

    .uk-overlay h1 {
        font-size: 26px;
    }

    .hk-nepal-title {
        font-size: 26px;
    }

    .aayomail-facebook-embeded iframe {
        width: 100% !important;
        height: 204px !important;
        margin: 0 auto;
    }

    .nb-unicode {
        font-family: 'Noto Sans Devanagari', sans-serif;
        background: #ddd;
        padding: 0rem 1rem !important;
        color: #030303;
        border-radius: 50px;
        transition: all 300ms ease-in-out;
    }

    .imagration-img {
        height: auto !important;
        object-fit: cover;
    }

    .tag-cloud-link {
        display: flex;
        flex: none;
    }

    .nepalpen-tag {
        overflow: scroll;
    }

    .credit-partner {
        flex-direction: column;
    }

    .np-border {
        background-color: var(--white-color) !important;
    }

    .ah-menu-icon {
        color: var(--black-color) !important;
    }

    .cat-title h2 span a {
        font-size: 26px !important;
    }

    .ah-right-nav-header {
        width: 100%;
    }

    .ah-right-nav-header .uk-navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .uk-pagination .page-item {
        margin-bottom: 10px;
    }

}

/* //dark */
#dmon,
#dmoff {
    display: none;
    top: -2px;
    position: relative;
    color: #116fef;
}

#dmcheck {
    display: none;
}

.bi-moon {
    color: #116fef;
    padding: 2px;
    border-radius: 50%;
    background-color: #ddd;
}

#dm {
    background-color: var(--black-color);
}

#dm .uk-card-default.uk-card-hover:hover,
#dm .uk-card-default,
#dm .wbg,
#dm .uk-section-muted,
#dm .uk-offcanvas-bar,
#dm .uk-comment-primary.uk-section-default,
#dm .footer-nav,
#dm .npdark-nav,
#dm .uk-comment-primary,
#dm .uk-section-default,
#dm .single-video-section,
#dm .latest-post,
#dm .right-nav-icon,
#dm .top-nav,
#dm .np-border,
#dm .trending-section,
#dm .ah-tag .tag-cloud-link,
#dm .body-section,
#dm .cat-title-sub-item>li>a,
#dm .footer-nav,
#dm .sticky-item,
#dm .uk-navbar-dropdown {
    background-color: #252525 !important;
}

#dm .ah,
#dm a,
#dm .menu-icon .uk-icon,
#dm .sub_title,
#dm .fav-right,
#dm h1,
#dm .post-entry p,
#dm .hk-des,
#dm p {
    color: #f1f1f1 !important;
}

#dm .uk-icon,
#dm .ah:hover,
#dm a:hover {
    color: #f90 !important;
}

/* update */
.update_section .sub_title {
    background-color: #2a9fab !important;
    color: var(--white-color);
    width: 30%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 0px;
    font-size: 15px;

}

.top-logo ul li {
    list-style: none;
}

.top-logo ul li a {
    color: var(--seconday-color);
    font-size: 16px;
    font-weight: 500;
}

.update_section h4 {
    font-size: 16px;
}

.update_section hr {
    margin: 15px 0px !important;
}

.update_section ul li a {
    margin-top: 10px;
    font-size: 18px;
}

.update_section ul li {
    margin-top: 10px;
}

.update_section ul li a:hover {
    color: var(--theme-color) !important;
}

.update_section p {
    font-size: 10px;
    padding: 0px;
    margin: 0px !important;
}

.update_section .uk-card {
    margin-top: 15px;
}

.update_section .uk-card .uk-card-title {
    font-size: 18px;

}

.update_section .uk-card .uk-card-title:hover {
    color: var(--theme-color);

}

.update_section .date {
    font-size: 12px;
}

.update_section .uk-card-body {
    padding: 20px;
}

.update_section .insurance-img {
    height: 80px;
    width: 150px !important;
    border-radius: 5px;
}

.latest_updates .uk-card {
    padding: 0px;
    background-color: transparent !important;
    margin-top: 0px !important;
}

.latest_updates .uk-card h2 {

    padding: 10px;
    font-size: 30px;
}

.latest_updates .uk-card h4 {
    font-size: 18px;
    margin-top: 10px !important;
}

.latest_u pdates .uk-inline-clip h4 {
    margin-top: 0px !important;
    padding: 10px;
    font-size: 18px;
}

.latest_updates .uk-card h4 a {
    color: var(--black-color);
    font-size: 16px;
}

.latest_updates .uk-card .uk-grid-margin {
    margin-top: 0px;
}

.latest_updates .uk-card .insurance-img {
    height: 450px !important;
}

.latest_updates .uk-card-primary {
    background-color: transparent;
    box-shadow: none;
}

.latest_updates .uk-first-column {
    box-shadow: none;
}

.fav-right {
    background-color: var(--white-color);
    color: var(--theme-color) !important;
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    padding: 5px 20px !important;
}

.fav-right:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border: 1px solid var(--theme-color);
    border-radius: 50px;
}



.capital_bazar ul li {
    font-size: 20px;
    border-bottom: 1px solid #383838;
    padding: 10px;
}


.footer-nav .footer-heading-button {
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--white-color);
    font-family: 'Noto Sans Devanagari';
    font-weight: 500;
    padding: 10px 20px !important;
    color: #030303;
    border-radius: 10px;
    background-color: #fa5742;
}

@media (max-width: 768px) {
    .ah-dmn-cicle {
        display: none;
    }
}


.uk-totop {
    position: fixed;
    right: 29px;
    bottom: 74px;
    background: var(--seconday-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
}


.multi-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}



.uk-cat-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: var(--theme-color);
    text-transform: capitalize;
}

.uk-more-btn {
    background-color: var(--seconday-color);
    color: var(--white-color) !important;
    margin-top: 20px;
}

.uk-more-btn svg {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: var(--seconday-color);
    color: var(--white-color);
    padding: 5px;

}

.top-navigation li a {
    color: var(--seconday-color);
    list-style: none;
    font-size: 14px;
}

/* head titile */
.bichar-section h6 {
    text-align: center !important;
}



.cat-heading-bottom-line {
    border-bottom: 2px solid var(--theme-color);
    /* Black line */
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.cat-heading-bottom-line a {
    text-decoration: none;
    color: var(--seconday-color);
    font-size: 30px;
}



/* footer */
.footer-bottom .uk-icon-button {
    background-color: var(--white-color) !important;
    color: var(--seconday-color) !important;
    width: 30px;
    height: 30px;
}

.footer-bottom .uk-icon-button svg {
    height: 15px !important;
    width: 15px !important;
}

@media only screen and (max-width: 600px) {

    .uk-navbar .uk-icon-home svg {
        color: var(--seconday-color);
        height: 30px;
        width: 30px;

    }

}



/* paryabaran */
.uk-cat-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--theme-color);
    text-transform: capitalize;
    padding: 5px 10px;
}

.global-news-sec .uk-card {
    background-color: transparent;
    padding: 15px;
}

.paryabaran-news-sec h2,
.paryabaran-news-sec p,
.paryabaran-news-sec h5 a {
    color: #fff;

}

.paryabaran-news-sec .uk-card-default {
    background-color: var(--seconday-color);
}



/* team page css */
.company-staff .team-title-link {
    text-decoration: none;
    color: #046839;
}

.company-staff .team-title-link:hover {
    color: #5050a5;
}

.company-staff .team-grid {
    margin-top: 20px;
}

.company-staff .team-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.company-staff .team-card hr{
    margin:0px;
}


.company-staff .team-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 20px auto 10px;
    display: block;
    border: 2px solid #046839;
}

.company-staff .team-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #046839;
}

.company-staff .team-position {
    font-size: 1rem;
    color: #046839;
    margin-top: 5px;
    font-weight: 500;
    
}

.company-staff .uk-card-body {
    padding: 15px;
}


@media (max-width: 768px) {
    .company-staff .team-img {
        width: 120px;
        height: 120px;
    }

    .company-staff .team-name {
        font-size: 1.1rem;
    }

    .company-staff .team-position {
        font-size: 0.9rem;
    }
}