/*
Theme Name: Chenjo Khabar
Theme http://journeyfortech.com/: 
Author: Sanjib Jha
Author URI: http://journeyfortech.com/
Description: Wordpress Theme
Version: 1.0
*/

 /*@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");*/
 @import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
 @import 'https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,900&display=swap';
body {
    font-size: 16px;
    font-family: Mukta, sans-serif;
    transition: all 0.4s ease;
    line-height: 1.5;
    background: #fff;
}
img{max-width: 100%;}
.container{
    width: 100%;
    max-width: 1250px;
}
.bg-dark {
    background-color: #092a48!important;
}
a {
    color: #3e3e3e;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline;
}

a:hover {
    color: #c80000;
    text-decoration: none;
}


strong {
    font-weight: 700;
}

header#header nav.navbar {
    padding: 0px;
    background-color: #4fa5e3!important;
    /* box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%); */
    /* border-top: 1px solid #ededed; */
    /* border-bottom: 2px solid #ededed; */
}
header#header nav.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.6);
    z-index: 98
}

header#header ul.navbar-nav > li > a {
    padding: 0px 11px;
    font-weight: normal;
    color: #fff;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    /* z-index: 1; */
    /* font-family: 'Khand', sans-serif; */
/* font-family: poppins,sans-serif; */}
header#header ul.navbar-nav > li.active > a{/* background: #373435; *//* color: #ed1c24; */}
header#header ul.navbar-nav > li {
    position: relative;
    padding: 0 3px;
}
header#header ul.navbar-nav > li > a i {
    position: relative;
    top: 2px;
    font-size: 20px;
}
.navbar-dark .navbar-toggler {
    display: block;
    border: none;
    opacity: 1;
    color: #fff;
    padding: 0;
    margin-right: 10px;
}
.navbar-brand{max-width: 250px;}
.top-header {
    padding: 25px 0 0 0;
}
.dropdown-menu a {
    padding: .8rem 1.5rem;
    font-weight: 600;
    /* color: #fff; */
}
.dropdown-menu a+a {
    border-top: 1px solid #ddd;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.20);
    /* background: #ed1c24; */
    padding: 0;
}
.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 308px;
    /* overflow-y: auto; */
    z-index: 99;
    box-shadow: 0 0 5px #000;
    visibility: hidden;
    background-color: #111;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}
.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
}
button.collapse-close {
    border: none;
    position: absolute;
    right: -50px;
    background: #ed1c24;
    z-index: 99;
    width: 50px;
    height: 50px;
    text-align: center;
    outline: none;
    color: #fff;
}
a.search-button {
    /* background: #ed1c24; */
    color: #000;
    position: relative;
    font-size: 1.2rem;
    display: inline-block;
    width: 40px;
    height: 51px;
    text-align: center;
    line-height: 50px;
}
.close-icon{
    display: none;
}
i.search-icon {line-height: 50px;}
a.search-button.close-search .close-icon{display: block;line-height: 50px;font-size: 2rem;}
a.search-button.close-search .search-icon{display: none;}
div#searchBox {
    position: absolute;
    right: 0;
    top: 100%;
    /* border-radius: 15px; */
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    transition: linear 0.3s all;
    background: #f1eaea;
    padding: 10px;
    box-shadow: 1px 0px 7px rgb(0 0 0 / 0.3);
}
#navbarSupportedContent{position: relative;}
.form-wrapper {
    display: flex;
    align-items: center;
}

.dateinput i {
    position: absolute;
    left: 10px;
    font-size: 1.2rem;
    top: 6px;
}

.dateinput {
    position: relative;
}
div#searchBox .form-control {
    height: 35px;
    border-radius: 0;
}
.dateinput .form-control {
    padding-left: 34px;
}
div#searchBox.show-input {
    opacity: 1;
    visibility: visible;
}
button.collapse-close i.bx {
    /* transform: rotate(45deg); */
    text-align: center;
    font-size: 25px;
}
.offcanvas-collapse ul.navbar-nav li > a {
    transition: all .3s ease;
    font-size: 1em;
    display: block;
    line-height: 50px;
    color: rgba(255,255,255,.8);
    padding: 0 25px;
    border-bottom: solid 1px rgba(255,255,255,.08);
}
.sidebar-search {
    padding: 20px;
    border-bottom: solid 1px rgba(255,255,255,.08);
}

.sidebar-search > div {
    margin: 0;
}

.sidebar-search .form-control {
    border-radius: 3px;
}
section.tranding {
    background: #f1eaea;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

ul.list-link {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    font-weight: 600;
    align-items: center;
}
ul.list-link li+li{margin-left: 20px;}
.tranding h3 {
    /* padding: 10px 24px; */
    /* font-size: 1.3rem; */
    /* background: #000; */
    /* color: #fff; */
    /* margin: 0; */
    /* margin-right: 20px; */
    padding: 10px 24px;
    font-size: 1.3rem;
    /* background: #0c0c0c; */
    color: #000;
    margin: 0;
    font-weight: 700;
    margin-right: 20px;
}
ul.list-link li>a{
    color: #444;
    display: inline-block;
    white-space: nowrap;
}
/* 
=> Footer  */
footer.footer {
    background: #4fa5e3;
    color: #ffffff;
    font-weight: 600;
    padding-top: 60px;
    box-shadow: 0 0 10px #0000001f;
}
footer.footer h4, .footer-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 7px;
}


.footer {
    padding: 30px 0;
    background-image: url(./img/footer-background.jpg);
    background-position: center;
    background-size: cover;
}


ul.footer-list {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
}
.footer-box{
    font-size: 1rem;
    line-height: 1.6;
}
ul.footer-list li+li {
    margin-top: 15px;
}
ul.footer-list li span {
    display: inline-block;
}
ul.footer-list li span::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 8px;
    background: #fff;
    vertical-align: middle;
    margin-top: -6px;
    border-radius: 100%;
}
.footer-bottom p {
    margin: 0;
}
.footer-bottom p a {
    color: #fff;
}
.footer-bottom {
    background: rgb(0 0 0 / 20%);
    padding: 20px 0 13px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 0.8rem;
}
.info-company {}

.mini-logo {
    float: left;
    max-width: 120px;
    background: #ffffff;
    padding: 100px 10px 10px;
    margin-top: -60px;
    box-shadow: 4px 5px 5px rgb(0 0 0 / 22%);
    border-radius: 0 0 4px 4px;
}

.information {
    overflow: hidden;
    /* padding-left: 30px; */
}

.information img {
    max-width: 250px;
    display: block;
    margin: 0 0 10px;
    background: #fff;
    max-width: 250px;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    height: auto;border-radius: 5px;
}
ul.footer-linkList {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    display: flex;
    flex-flow: row wrap;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 600;
}
ul.footer-linkList li+li{margin-left: 10px;}
ul.footer-linkList li a {
    color: #131313;
}
ul.social-share {
    padding: 0;
    display: flex;
    list-style: none;
}

ul.social-share li+li {
    margin-left: 10px;
}

ul.social-share li > a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 40px;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 1.2rem;
}
@media(max-width: 767.98px){

}

/* 
=> Main content here */


.flash-item > a {
    text-align: center;
    font-size: 64px;
    color: #474747;
    text-decoration: none;
    display: block;
    line-height: 125%;
    padding: 20px 0px 0px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 60px;
    line-height: 1.22;
    letter-spacing: -1px;/*font-family: 'Khand';*/
}

span.flash-tagline {
    display: inline-block;
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 500;
    background: #d8141b;
    color: #fff;
    padding: 10px 20px 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}


.flash-item {
    /* border: 1px solid #eee; */
    text-align: center;
    /* border-radius: 5px; */
    /* padding: 0px 30px; */
    margin-bottom: 20px;
}

.flash-item .post-meta {
    margin-bottom: 25px;
}
.post-meta{
    color: rgba(0,0,0,.5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
time{
    color: rgba(0,0,0,.5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.post-meta time i{position: relative; top: 3px; margin-right: 3px; font-size: 20px;}

span.author-img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

span.author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-wrap label {

    vertical-align: top;
    color: rgba(0,0,0,.5);
    margin: 0;
}

.author-wrap {
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1em;
}

.flash-item p {
    margin: 20px 0;
    font-size: 23px;
    color: #000000a8;
    text-align: center;
    line-height: 150%;
    position: relative;
    /* border-bottom: solid 1px rgba(0,0,0,.14); */
    padding-bottom: 30px;
}
.flash-item .post-img {
    width: 100%;
    max-width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
}
.post-img img {
    border-radius: 4px;
}
main#main{
    padding: 20px 0;
}

.samachar-main-box {
    border-bottom: 1px solid #ddd;
    /* padding-bottom: 30px; */
    margin-bottom: 0;
}

.multimedia-title .main-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    display: block;
}
.multimedia-title time{
    display: block;
    margin: 0 0 10px;
}
.multimedia-feat figure{margin: 0;}
.multimedia-feat figure img{height: 240px; width: 100%; object-fit: cover; object-position: top;}
.by-line-box{margin-bottom: 10px; font-weight: 600;}
.by-line-box a {
    display: inline-block;
    position: relative;
    color: #666;
    padding: 0 5px 0 0;
}
.description {
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 32px;
}
.main-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}
.item-news .main-title {
    font-size: 16px;
    line-height: 22px;
}
.items.big-news img {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border-radius: 4px;
}
.right-side .items.taja-samachar-box .item-news {
    padding: 15px 0;
    display: block;
    border-top: 1px solid #ddd;
    margin: 0;
}
.right-side.side-news .taja-samachar-box.thumb-right-list .item-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.row.list-news {
    margin-left:  -8px;
    margin-right:  -8px;
}

.row.list-news > div {
    padding: 0 8px;
}

.story-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
}

.story-img {
    margin-bottom: 15px;
}

.story-docs h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 600;
}
.generic-post{
    overflow: hidden;
}
.generic-post h3 {
    font-size: 39px;
    margin-bottom: 25px;
    padding-right: 35px;
    font-weight: 700;
}

.post-img {
    /* height: 284px; */
    max-width: 400px;
    min-width: 400px;
    float: left;
}

.post-info {
    overflow: hidden;
    padding-left: 30px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
.post-info time {
    margin: 0 0 10px;
    display: block;
    opacity: .6;
}
.common-sec{
    /* padding-top: 30px; */
}
h4.sec-title::after {
    content: '';
    border-top: 0.0625rem solid rgb(174, 174, 181);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 18px;
}
h4.sec-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 1.5rem 0;
}

h4.sec-title span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
h4.sec-title span::after {content: '';width: 62px;position: absolute;height: 2px;background: red;left: 0;bottom: 3px;}

h4.sec-title span::before {content: '';width: 91px;position: absolute;bottom: -2px;height: 2px;background: red;}
.story-promo {
    margin-bottom: 10px;
}
.dharma-list .story-promo {
    margin-bottom: 30px;
}
.dharma-list .story-docs h3 {
    margin: 0;
    font-size: 1.2rem;
}
.article-img {
    width: 120px;
    float: left;
    margin-right: 10px;
}
.article-img img{
    min-height: 90px;
    object-fit: cover;
    width: 100%;
}
.article-docs {padding: 3px;overflow: hidden;}

.article-docs h4 {
    font-size: 1.092rem;
    margin: 0;
    line-height: 1.3;
}

.article-mini {
    margin-bottom: 30px;
}

.article-mini::before, .article-mini:after {content: '';clear: both;display: block;}
.nav.nav-list a.nav-link {
    box-shadow: 0 0 4px rgb(0 0 0 / 11%);
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}

.nav.nav-list a.nav-link+a.nav-link {
    margin-top: 20px;
}
.bichar-section > div {
    margin-bottom: 30px;
}
.bichar-story img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.bichar-story {
    text-align: center;
    background: #eee;
    padding: 15px;
}

.bichar-story h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

@media(min-width: 991px){
    .bichar-story {height: 100%}
}
.card-news {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    padding: 16px;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 26px;
}
.card-item {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 14px;
}
.card-item::before, .card-item::after {
    content: '';
    clear: both;
    display: block;
}
.bichar-img {
    width: 70px;
    height: 70px;
    float: left;
    background: #f5f5f5;
    border-radius: 100%;
    overflow: hidden;
}
.bichar-docs {
    overflow: hidden;
    padding-left: 15px;
}
.bichar-img img {
    height: 70px;
    width: 70px;
    object-fit: cover;
}
.bichar-docs h4 {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
}

.jft-taja-img {
   
    float: left;
    background: #f5f5f5;
    
    overflow: hidden;
}

.jft-taja-img img {
  overflow: auto;
    border-radius: 4px;
    width: 100px;
    height: auto;
}



.card-item p {
    margin: 0;
}
.card-item p span.article-meta {
    margin-right: 10px;
    color: #888;
    font-size: 14px;
}
.card-item:last-child {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.sthaniya-row .story-img img {
    height: 120px;
}
.sthaniya-row .story-docs h3 {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.4;
}
.generic-sm{overflow: hidden;}
.generic-img {
    margin: 0 0 15px;
}
.generic-content {
    font-size: 1.12rem;
    line-height: 1.3;
    color: #f1f1f1;
}
.generic-content h4 {
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 1.6rem;
}
.generic-content h4 a,
.generic-content time,
.generic-sm-content h4 a,
.generic-sm-content time {
    color: #fff;
}
.generic-sm-content time,
.generic-content time{
    font-size: 0.8rem;
}
.generic-sm-img {
    float: left;
    width: 120px;
}
.generic-sm-content {
    overflow: hidden;
    padding-left: 15px;
}
.generic-sm{
    margin-bottom: 20px;
}
.generic-sm-content h4 {
    font-size: 1.12rem;
    line-height: 1.4;
}
.tab-content .generic-post .generic-content .meta-info{
    margin: 0 0 10px;
}
.tab-content .generic-post .generic-content .meta-info, 
.tab-content .generic-sm .generic-sm-content .meta-info {
    font-size: 0.8rem;
    display: block;
}
nav.nav-tab-wrapper .nav-tabs {
    border: none;
    margin: 0 0 20px;
}
nav.nav-tab-wrapper .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 1.2rem;
    background: #f9f9f9;
    color: #343a40;
    border: none;
    padding: .85rem 1.5rem .7rem;
    margin-right: 4px;
}
nav.nav-tab-wrapper .nav-tabs .nav-link.active {
    background: #478bca;
    color: #fff;
}
.common-sec.bg-dark{
    padding: 30px 0 20px;
}
.bg-dark .adv::before{color: #fff;}
/*
=>  Single page */
.single-detail {
    margin: 0 0 30px;
}

.main-news-content img{
    width: 100%;
    height: auto;
}
.detail-head{
    font-size: 20px;
    line-height: 1.7;
}
span.cat-name {
    font-size: 20px;
    padding: 7px 20px 5px;
    background: #ddd;
    display: inline-block;
    margin: 0 0 15px;
    color: #fff;
}

.single-detail h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
    /* color: #2260bf; */
font-size: 60px;
    line-height: 1.22;
    letter-spacing: -1px;}

.short-content {
    font-size: 22px;
}

.writer-info a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.writer-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.single-meta .author-wrap {
    font-size: 16px;
    font-weight: 600;
}
.single-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

span.publish-date {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
}
span.publish-date time{
    margin-left: 5px;
    margin-right: 5px;
}
.writer-info a span {
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    color: #28a745;
}
.wrap-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ddd; */
}

.main-news-content {
    /* width: calc(100% - 140px); */
    /* padding-left: 50px; */
}
.content-news{
    font-size: 23px;
    font-weight: 400;
    line-height: 44px;
    text-align: justify;
color: #000000d6;}
p.img-info {
    margin: 0 0 30px;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-top: none;
}
.content-news blockquote {
    display: inline-block;
    padding: 84px 30px 0;
    border-right: none;
    border-left: solid 1px rgba(0,0,0,.08);
    margin: 30px 0 30px 30px;
    max-width: 300px;
    position: relative;
    float: right;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    font-style: normal;
    background-color: transparent;
    font-style: italic;
}
.content-news blockquote::before {
    content: '';
    width: 64px;
    height: 53px;
    background: url(../images/sprite.png) no-repeat -115px -181px;
    position: absolute;
    top: 0;
    left: 30px;
}
.content-adv-position-wrap {
    margin: 0 0 30px;
    justify-content: center;
    /* border-top: solid 1px rgba(0, 0, 0, 0.08); */
    /* border-bottom: solid 1px rgba(0,0,0,.2); */
    padding: 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-adv-sm {
    padding: 0 10px;
}
p.img-info {
    margin: 0 0 30px;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-top: none;
}
.comment-wrap h3 {
    background: #f6f8fa;
    padding: 15px 30px;
    color: #058ac1;
    margin: 0 0 2px;
}
.comment-reply-wrap {
    margin: 30px -30px -30px;
    padding: 30px;
    background: #f6f8fa;
    border-top: 1px solid #ddd;
}
.comment-reply-wrap h3 {
    padding: 0;
    font-size: 20px;
    color: #444;
    margin: 0 0 10px;
}
.comment-wrap {
    padding-top: 15px;
}
.comment-body .collapse:not(.show) {
    display: none;
}
.comment-wrap form {
    background: #f6f8fa;
    padding: 0 0 26px;
}
.fb-comment{
    margin: -24px;
    padding: 5px;
    background: #fff;
}
.tabcontent {
    display: none;
    border-top: none;
    background-color: #f6f8fa;
    padding: 25px;
    margin-top: 0;
    border-radius: 4px;
}
.comment-head {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 13px 30px;
    font-size: 14px;
    margin: -30px -30px 15px;
}

.comment-head h5 {
    margin: 0 0 5px;
}

.comment-main {
    padding: 25px 0;
    background: #fff;
    margin: 0 -25px -40px;
}

.comment-body {}

.comment-body .comments {
    font-size: 1.1rem;
    line-height: 1.7;
}
ul.comment-opt {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.comment-opt li {
    display: inline-block;
    font-size: 15px;
    margin-right: 6px;
}

ul.comment-opt li a {
    color: #000;
    opacity: 0.6;
}

.comment-opt li span.numr {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: var(--green);
}

.comments_ftr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.comment-item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 4px;
}

.comment-item+.comment-item {
    margin-top: 30px;
}
.comment-item .comment-body > .comment-item{
    margin-top: 60px;
}
.comment-item .comment-body > .comment-item+.comment-item{margin-top: 30px}
.comments_ftr {
    margin: 15px -30px -30px;
    padding: 10px 30px;
    background: #f9f8f8;
}
a.btn.btn-replay {
    padding: 10px 20px;
    font-weight: 600;
    color: var(--green);
    margin-left: auto;
    background: #e6f5e0;
    border-radius: 100px;
    float: right;
    position: relative;
    top: -43px;
    text-decoration: none;
    margin: 0;
}
.comment-opt li i{
    background: url('../images/sprite.png') no-repeat;
    background-size: 400px !important;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
}
.comment-opt li .icon-comment{
    background-position: -11px -216px !important;
}
.comment-opt li .icon-like{
    background-position: -51px -189px !important;
}
.comment-opt li .icon-dislike{
    background-position: -51px -189px !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.comment-opt li .icon-flag{
    background-position: -51px -216px !important;
}

.list-advertisement .adv.adv-side {
    margin-bottom: 10px;
}

.list-advertisement .adv.adv-side::before {
    display: none;
}

.list-advertisement::before {content: 'Advertisement';text-transform: uppercase;display: block;color: rgba(0,0,0,.58);width: 100%;margin: 0 0 7px;font-size: 0.8rem;text-align: center;}

.adv {
    text-align: center;
    /* border-bottom: 1px solid #e1e1e1; */
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.adv-no-padding{padding-bottom: 0}
.adv-no-margin{margin-bottom: 0}
.adv-no-border{border: none;}
.adv-no-text::before{display: none;}

.adv-header{
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.adv.adv-side {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
/* .adv::before {
    content: 'Advertisement';
    text-transform: uppercase;
    display: block;
    color: rgba(0,0,0,.58);
    width: 100%;
    margin: 0 0 7px;
    font-size: .5rem;
} */
.adv-inside-block {
    margin: 30px 0;
}
.title {
    color: #fff;
    padding: 5px 15px 9px;
    background: #000;
    margin: 0 0 26px;
    height: 40px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trending .sm-news-item {
    counter-increment: news-trend;
}
.sm-news-item .sm-img {
    margin-bottom: 10px;
}
.trending .sm-news-item .sm-img img {
    height: 226px;
    width: 100%;
    object-fit: cover;
}
.tending-docs {
    position: relative;
    padding-left: 55px;
    padding-bottom: 10px;
}
.trending .tending-docs::before {
    content: counter(news-trend);
    background: #ff605a;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 13%;
    height: 46px;
    color: #fff;
}
.timeCat {
    font-size: 15px;
    color: #a09f9f;
    margin: 0 0 5px;
}
.tending-docs h4 {
    font-size: 18px;
    line-height: 1.4;
}
.sm-news-item+.sm-news-item {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}
ul.news-list {
    list-style-type: disc;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 20px;
    line-height: 1.6;
}

ul.news-list li > a {
    font-family: 'Mukta',sans-serif;
    font-weight: 600;
    color: #2e3192;
    text-decoration: none;
}

ul.news-list li {
    margin-bottom: 10px;
}
.column-item .items.big-news img{
    height: 215px;
}
.column-item .pradesh-big{margin-bottom: 20px;}
.list-column .main-title {
    font-size: 20px;
}
.list-column .card-news {
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
}

.list-column .card-news .card-item {
    border: none;
    margin-bottom: 10px;
}

.list-column .card-news .card-item .bichar-img, .list-column .card-news .card-item .bichar-img img {
    overflow: auto;
    border-radius: 4px;
    width: 100px;
    height: auto;
}

.inner-img{
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.inner-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.inner-article .docs h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-article .docs {
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.4;
}
.sm-news .inner-img{
    height: 195px;
}
.pradesh-big::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.88));
}

.pradesh-big {
    position: relative;
}

.pradesh-docs {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
}

.pradesh-docs h3>a {
    color: #fff;
}

.pradesh-docs > h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
.tab-content .story-docs h3{font-size: 18px; line-height: 1.4;}
section.common-sec.bg-common {
    margin: 30px 0;
    background: #080808;
    padding: 30px 0;
}

section.common-sec.bg-common .story-docs time {
    color: #999;
}

section.common-sec.bg-common .story-docs a {
    color: #fff;
}
section.common-sec.bg-common h4.sec-title span {
    background: #080808;
    color: #fff;
}
.ham-warousel .owl-dots .owl-dot {
    width: 10px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin-right:10px;
    outline:none;
}
.ham-warousel .owl-dots .owl-dot.active{background:red; width: 15px;}
.ham-warousel .owl-dots {
    position: static;
    bottom: 20px;
    z-index: 9;
}

.ham-warousel {
    position: relative;
}
.ham-warousel button.owl-prev {
    left: -54px;
}

.bg-common .ham-warousel .owl-nav > button {
    font-size: 60px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: rgb(255 255 255);
    line-height: 0;
    top: calc(50% - 50px);
    outline: none;
    color: #000;
    border-radius: 4px;
}

.bg-common .ham-warousel .owl-nav > button span {
    line-height: 0;
    display: block;
    height: 8px;
}

.ham-warousel button.owl-next {
    right: -54px;
}

.tv-videos {
    margin: 0 auto 30px;
    max-width: 980px;
}

.item-video {
    text-align: center;
    margin: 0 0 10px;
}

.item-video h4 {
    margin: 10px 0 0;
    font-size: 1.2rem;
}

.item-video h4 a {
    color: #fff;
}

.tv-videos h3 {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 1.4rem;
}

.tv-videos h3 a {
    color: #fff;
}
section.bg-black.video-section {
    background: #111;
    padding: 40px 0;
}
.multimedia-holder h4.sec-title span{
    background: #111;
    color: #fff;
}
.multimedia-holder .slider-section .owl-nav > button {
    font-size: 60px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: rgb(255 255 255);
    line-height: 0;
    top: calc(50% - 50px);
    outline: none;
    color: #000;
    border-radius: 4px;
}
.multimedia-holder .slider-section .owl-nav > button.owl-next {
    right: -54px;
}
.multimedia-holder .slider-section .owl-nav > button.owl-prev {
    left: -54px;
}
.slider-section .owl-dots {
    position: static;
    bottom: 20px;
    z-index: 9;
}
.slider-section .owl-dots .owl-dot {
    width: 10px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    outline: none;
}
.slider-section .owl-dots .owl-dot.active {
    background: #fff;
    width: 15px;
}


@media(max-width: 1024.98px){
    .bg-common .ham-warousel .owl-nav > button{}
    .ham-warousel button.owl-next{right: 20px;}
    .ham-warousel button.owl-prev{left: 20px;}

    .adv.adv-side {
        display: inline-block;
        margin-right: 10px;
    }
    .samachar-box.mukhya-samachar {
        margin-bottom: 30px;
    }



}
@media(max-width: 991.98px){
	

	
	
	
    .sm-news .inner-img {
        height: auto;
    }
    .inner-img img,
    .story-img img {
        height: auto;
    }
    .nav.nav-list a.nav-link+a.nav-link{
        margin-top: 0;
    }
    .nav.nav-list{
        margin: 0 0 20px;
    }
    .pradesh-navigation {
        overflow-y: hidden;
        margin: 0 0 30px;
        padding: 10px 0;
        height: 116px;
        position: relative;
        z-index: 9;
    }
    .pradesh-navigation .nav-pills {
        flex-wrap: nowrap;
        margin: 0;
        padding-bottom: 17px;
        -webkit-overflow-scrolling: touch;
    }
    .nav.nav-list a.nav-link{
        margin: 5px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 10px 21px;
        line-height: 1.4;
        white-space: nowrap;
    }
    .flash-item > a{ font-size: 32px}
    .flash-item p{font-size: 1.4rem}

    nav.nav-tab-wrapper .nav-tabs {
        flex-flow: nowrap;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    nav.nav-tab-wrapper {
        height: 46px;
        margin-bottom: 20px;
    }

}
@media(max-width: 767.98px){

 

    .single-detail h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    /* color: #2260bf; */
}


    .navbar-brand{
        max-width: 250px;
        margin: 0 auto 10px;
        display: block;
    }
    header#header nav#sticky-nav {
        padding: 0px 8px;
    }

    .grid-list > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-list .story-img img,
    .grid-list .items.big-news img {
        height: 140px;
        object-fit: cover;
    }
    .inner-img{height: auto;}
    .generic-post{margin: 0 0 10px;}
    .adv.adv-side{display: block; text-align: center;}
    .adv.adv-side img{width: auto; height: auto;}
    .flash-item > a{ font-size: 35px;}
    .flash-item p{font-size: 1.3rem}
    .generic-post h3{font-size: 2rem;padding-right: 0;}
    .multimedia-title .main-title{font-size: 1.6rem;line-height: 1.4}
    .footer-bottom p {
        margin: 0;
        font-size: .7rem;
        line-height: 1.4;
        text-align: center;
    }
    ul.list-link{
        font-size: 0.8rem;
        flex-flow: nowrap;
        overflow-y: auto;
        height: 44px;
    }
    .mobile-list .items figure img,
    .mobile-list .story-img img {
        height: 87px;
    }
    .mobile-list .items figure,
    .mobile-list .story-img {
        width: 120px;
        float: left;
        margin-right: 10px;
    }
    .mobile-list .items .main-title,
    .mobile-list .story-docs h3{
        font-size: 1.12rem;
        line-height: 1.4;
        font-weight: bold;
    }
    .mobile-list .story-docs h3{
        margin: 0;
    }
    .mobile-list .story-docs{
        overflow: hidden
    }
    .multimedia-holder .slider-section .owl-nav > button.owl-prev{left: 10px;}
    .multimedia-holder .slider-section .owl-nav > button.owl-next{right: 10px;}
}
@media(max-width: 600.98px){
    .flash-item .post-img{min-width: auto;}
    .items.big-news img{height: auto;}
    .post-img{
        float: none; 
        height: auto;
        margin: 0 0 20px;
        max-width: fit-content;
        min-width: auto
    }
    .post-img img{width: 100%;}
    .post-info{padding-left: 0;}
    .generic-post h3{font-size: 1.6rem}
    .tranding h3{
        padding-left: 0;
        font-size: 1rem;
        padding-right: 0;
    }


}


.features-image {
    background: #eee;
    text-align: center;
}
.tabs-newsGroup ul.nav-tabs {
    border-bottom: none;
    flex-flow: nowrap;
    overflow: auto;
}

.tabs-newsGroup ul.nav-tabs  li > .nav-link {
    border: none;
    background: #478bca;
    box-shadow: 0 0 4px rgb(0 0 0 / 0.3);
    border-radius: 0;
    margin: 5px 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 1.3rem;
    color: #fff;
    white-space: nowrap;
}

.tabs-newsGroup ul.nav-tabs li > .nav-link.active {
    background: red;
}
.single-tabs {
    border: 5px solid #747ca1;
    margin-bottom: 10px;
    margin: 10px 0px;
    font-size: 17px;
}
.single-tabs .nav-tabs{
    background: #E1E1E1;
    padding: 4px 10px 0 10px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: none;
}
.single-tabs .nav-tabs li>a.nav-link.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.single-tabs .nav-tabs li>a.nav-link {
    padding: 15px 15px 5px;
    font-weight: 600;
    font-size: 1rem;
}
.mv-container {
    text-align: center;
    margin: 13px 0 10px;
}
.mv-container a.active {
    color: #F33;
    font-weight: bold;
}
ul.news-list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    margin-left: 10px;
}
ul.news-list li::before{
    position: absolute;
    top: 4px;
    left: 5px;
    content: "\ebab";
    font-family: 'boxicons'!important;
    font-size: 1.3rem;
}
ul.news-list li {
    position: relative;
    padding-left: 37px;
    font-size: 1rem;
    line-height: 1.4
}
ul.news-list li+li {
    border-top: 1px dotted #9fb6da;
    margin-top: 5px;
    padding-top: 10px;
}
.hotnews {
    width: 310px;
    display: block;
    right: 0px;
    top: 171px;
    z-index: 999;
    position: fixed;
    margin-right: -310px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hotNewstitle {
    text-align: center;
    background: #EC1C24;
    border-bottom: 5px solid #2e3192;
    color: white;
    font-size: 19px;
    line-height: 40px;
    padding: 10px 3px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -59px;
    z-index: 99;
    border-radius: 100%;
    cursor: pointer;
}
.hotNewstitle i{
    display: none;
    font-size: 2.5rem;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
}
.hotnews.show {
    margin-right: 0;
}

.hotNewsdocs {
    background: #fff;
    padding: 10px;
    border: 3px solid #E6E6E6;
    height: 470px;
    overflow: auto;
}
.new_text{font-weight: 600;}
.hotnews.show .hotNewstitle i{display: block;}
.hotnews.show .hotNewstitle .new_text{display: none;}




.section-title {
    font-size: 16px;
    font-weight: 600;
    background: #ddd;
    position: relative;
    /* border-right: 3px solid #0b6e3b; */
    line-height: 45px;
    /* border-bottom: 4px solid #1000ff; */
    margin-bottom: 10px;
}

.section-title a.section-title-link {
    font-size: 21px;
    padding: 0 30px 0 20px;
    display: inline-block;
    color: #FFF;
    position: relative;
    line-height: 46px;
    background: #ec3136;
    text-decoration: none;
}

.section-title a.section-title-link:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    border-color: transparent transparent #ec3136 #ec3136;
    border-width: 23px;
    border-style: solid;
    /* line-height: 39px; */
}

a.read__all--dot {
    align-items: center;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 18px!important;
    text-decoration: none;
    display: inline-block;
    border-radius: 35px;
    background-color: rgb(55 52 53);
    margin: 5px;
    float: right;
    color: #fff;
}

h1.footer-title {
    font-size: 23px;
    border-bottom: 1px solid #fff;
}






i.search-icon {
    color: #fff;
    line-height: 50px;
}




.jft_section_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.jft_section_title h3 {
    font-size: 22px;
    color: #4fa5e3;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    /* font-family: 'Khand', sans-serif; */
}
.jft_section_title h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -14px;
    width: 100%;
    height: 3px;
    background: #4fa5e3;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.jft_section_title a {
    font-size: 16px;
    color: #4fa5e3;
    position: relative;
    transition: ease-in-out .5s;
    background: #fff;
    padding: 5px 15px 2px;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
}



.eco-row {
    background: #efefef;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.eco-image img {
    height: 254px;
    width: 100%;
    object-fit: cover;
}

.eco-content {
    padding: 30px 30px 30px 0;
}

.eco-content h2 {
    margin-bottom: 0;
}


.eco-content h2 a {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    display: block;
    transition: ease-in-out .5s;
}
.eco-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    color: #3e3e3e;
    margin-top: 15px;
}


 .left-img {
    position: relative;
}
 .left-img:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0/40%);
}

 
.left-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
 .left-img h2 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#efefef00,#000000);
}
 .left-img h2 a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 28px;
    padding: 10px 20px;
    text-align: center;
    transition: ease-in-out .5s;
}



span.navbar-toggler-icon {
    /* color: red; */
    /* background: #ff4e02; */
}

.active {
    /* font-style: italic; */
    /* width: 87px; */
    /* height: 27px; */
    /* transform: skew(20deg); */
    /* background: #222439; */
}



@media(max-width: 400px){

.eco-content {
    padding: 30px;
}
	
 
}

 


