@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
    scroll-behavior: smooth
}
html,body{margin:0;  font-family: "Roboto", sans-serif;outline:none; }
.padd0{padding:0;}
.mar0{margin:0;}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
a,a:hover{text-decoration: none;}


/* topheader */

.topheader{
    background: #fff;
    padding: 10px 0;
}
.topheader .innerbox{
    display: flex;
    justify-content: space-between;
}
.topheader .innerbox .leftoption{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
.topheader .innerbox .leftoption li{}
.topheader .innerbox .leftoption li button{
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    border-radius: 4px;
    color: #3a3a3a;
}
.topheader .innerbox .leftoption li button i{}
.topheader .innerbox .socialbtns{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.topheader .innerbox .socialbtns li{}
.topheader .innerbox .socialbtns li a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #727272;
    border-radius: 26px;
    width: 40px;
    text-align: center;
    color: #727272;
}
/* Header */

header{
    padding: 1% 0;
    background: #fff;
    border-top: 1px solid #e1e1e1;
}
header .leftbox{
    display: flex;
    align-items: center;
}
header .leftbox ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 15px;
}
header .leftbox ul li{}
header .leftbox ul li a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
header .leftbox ul li a span{
    font-weight: 600;
}
header .leftbox ul li a:before{content:"";position:absolute;width: 1px;height: 15px;background: #9f9f9f;right: -8px;top: 1px;}
header .leftbox ul li:last-child a:before{
    background: none;
}
header .middlebox{
    text-align: CENTER;
}
header .middlebox a{
    margin: 0;
    font-weight: bold;
    color: #102a51;
    font-size: 55px;
}
header .middlebox a span{

    color: #b01428;
}

/* widget-menu */
.widget-menu{
    background: #fff;
    border-top: 1px solid #e1e1e1;
}
.widget-menu .main-menu{}
.widget-menu .main-menu > ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
.widget-menu .main-menu > ul > li > a{
    font-family: 'Noto Sans',sans-serif;
    display: block;
    padding: 11px 10px;
    font-size: 16px;
    color: #000;
}

/* Trending */
.widget-trend{
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #eee;
}
.widget-trend .innerbox{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    /* flex-wrap: nowrap; */
    align-items: center;
}
.widget-trend .innerbox button{
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 15px;
    border-radius: 4px;
    background: #f60f2d;
    color: #fff;
    /* width: 20%; */
}
.widget-trend .innerbox ul{
    padding: 0;
    list-style: none;
    margin: 0;
    width: 80%;
}
.widget-trend .innerbox ul li{
    display: inline-block;
}
.widget-trend .innerbox ul li a{
    padding: 2px 9px;
    font-size: 16px;
    color: #6d6d6d;
    display: block;
    background: #eee;
    border-radius: 4px;
}


/* widget-live-feed */
.widget-live-feed{
    padding: 1% 0;
}

.widget-live-feed .topadvertisment{
    padding-bottom: 20px;
}
.widget-live-feed .topadvertisment .advbox{
    text-align: CENTER;
}
.widget-live-feed .topadvertisment .advbox span{
    display: block;
    font-size: 12px;
    color: #b4b4b4;
    letter-spacing: 1px;
}
.widget-live-feed .topadvertisment .advbox img{width: 100%;}



.widget-live-feed .leftbox{
    display: flex;
    gap: 25px;
    padding:0 ;
}
.widget-live-feed .leftbox .mainfeed{
    width: 60%;
}
.widget-live-feed .leftbox .mainfeed a{}
.widget-live-feed .leftbox .mainfeed a span{
    font-family: 'Noto Sans', sans-serif;
    color: #f60f2d;
}
.widget-live-feed .leftbox .mainfeed a h3{
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}
.widget-live-feed .leftbox .mainfeed a figure{}
.widget-live-feed .leftbox .mainfeed a figure img{
    width: 100%;
    border-radius: 15px;
}
.widget-live-feed .leftbox .otherfeed{
    width: 40%;
    padding: 0;
    list-style: none;
}
.widget-live-feed .leftbox .otherfeed li{
    border-bottom: 1px dashed #b2b2b2;
}
.widget-live-feed .leftbox .otherfeed li a{
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Noto Sans', sans-serif; */
    color: #000;
    font-size: 17px;
    padding: 10px 0;
    display: flex;
    text-align: justify;
    gap: 15px;
}
.widget-live-feed .leftbox .otherfeed li a figure{
    width: 25%;
    margin: 0;
    aspect-ratio: 4 / 3;   /* choose ratio */
    overflow: hidden;
}
.widget-live-feed .leftbox .otherfeed li a figure img{width: 100%;width: 100%;height: 100%;object-fit: cover;}
.widget-live-feed .leftbox .otherfeed li a span{
    display: block;
    width: 75%;
}
.widget-live-feed .rightbox{}
.widget-live-feed .rightbox .adbox{}
.widget-live-feed .rightbox .adbox span{
    display: block;
    font-size: 12px;
    color: #b4b4b4;
    letter-spacing: 1px;
    text-align: center;
    }
.widget-live-feed .rightbox .adbox .adinner{}
.widget-live-feed .rightbox .adbox .adinner figure{}
.widget-live-feed .rightbox .adbox .adinner figure img{
    width: 100%;
}
.widget-live-feed .rightbox .sidewidget{}
.widget-live-feed .rightbox .sidewidget h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px dashed #8c8c8c;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget-live-feed .rightbox .recommended{
    padding-top: 20px;
}
.widget-live-feed .rightbox .recommended h3{position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px dashed #8c8c8c;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget-live-feed .rightbox .recommended ul{
    padding: 0;
    list-style: none;
}
.widget-live-feed .rightbox .recommended ul li{
    border-bottom: 1px dashed #b2b2b2;
}
.widget-live-feed .rightbox .recommended ul li a{
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Noto Sans', sans-serif; */
    color: #000;
    font-size: 17px;
    padding: 10px 0;
    display: flex;
    text-align: justify;
    gap: 15px;
}
.widget-live-feed .rightbox .recommended ul li a figure{
    width: 20%;
}
.widget-live-feed .rightbox .recommended ul li a figure img{
    width: 100%;
}
.widget-live-feed .rightbox .recommended ul li a span{
    display: inline-block;
    width: 80%;
}


/* footer */
footer{
    background: #102a51;
    padding: 2% 0;
}
footer .topcategory{}
footer .topcategory h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px dashed #1e4581;
    padding-bottom: 9px;
}
footer .topcategory ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    align-content: center;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
}
footer .topcategory ul li{
    text-align: left;
    width: 100%;
    padding-right: 15px;
    text-align: justify;
}
footer .topcategory ul li a{
    color: #83a3d4;
    font-family: 'Noto Sans', sans-serif;
}

.widget-copyright{
    background: #0d2345;
}
.widget-copyright .innerbx{}
.widget-copyright .innerbx p{
    margin: 0;
    padding: 10px 0;
    text-align: CENTER;
    color: #163c74;
}


.widget-live-feed .cardbx{}
.widget-live-feed .cardbx h3.cathead{
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.widget-live-feed .cardbx h3.cathead:before{content:"";position: absolute;border-bottom: 1px dotted #000;width: 100%;bottom: -4px;}
.widget-live-feed .cardbx .fetnews{
    display: flex;
    gap: 15px;
}
.widget-live-feed .cardbx .fetnews .innerbox{
    width: 50%;
}
.widget-live-feed .cardbx .fetnews .innerbox a{
    display: block;
}
.widget-live-feed .cardbx .fetnews .innerbox a img{
    width: 100%;
    border-radius: 8px;
}
.widget-live-feed .cardbx .fetnews .innerbox a h4{
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Noto Sans', sans-serif; */
    color: #000;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-align: justify;
}
.widget-live-feed .cardbx .fetnews ul{
    width: 50%;
    padding: 0;
}
.widget-live-feed .cardbx .fetnews ul li{
    padding: 0;
    list-style: none;
}
.widget-live-feed .cardbx .fetnews ul li a{
    border-bottom: 1px dashed #b2b2b2;
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Noto Sans', sans-serif; */
    color: #000;
    font-size: 17px;
    padding: 10px 0;
    display: block;
    text-align: justify;
    display: flex;
    text-align: justify;
    gap: 15px;
}
.widget-live-feed .cardbx .fetnews ul li a figure{
    width: 25%;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.widget-live-feed .cardbx .fetnews ul li a figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-live-feed .cardbx .fetnews ul li a span{
    width: 75%;
}
.widget-live-feed .breadcrumb{}
.widget-live-feed .breadcrumb ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    width: 100%;
}
.widget-live-feed .breadcrumb ul li{
    font-family: 'Noto Sans', sans-serif;
    display: block;
    font-size: 16px;
    color: #6a6a6a;
}
.widget-live-feed .breadcrumb ul li a{
    color: #f60f2d;
    position: relative;
}
.widget-live-feed .breadcrumb ul li a:before{content: "/";position: absolute;right: -10px;color: #bfbaba;}
.widget-live-feed .categoryposts{}
.widget-live-feed .categoryposts ul{
    padding: 0;
    list-style: none;
}
.widget-live-feed .categoryposts ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #b2b2b2;
}
.widget-live-feed .categoryposts ul li a{
    display: flex;
    gap: 15px;
}
.widget-live-feed .categoryposts ul li a figure{
    width: 20%;
    margin: 0;
}
.widget-live-feed .categoryposts ul li a figure img{
    width: 100%;
}
.widget-live-feed .categoryposts ul li a .detbox{
    width: 80%;
}
.widget-live-feed .categoryposts ul li a .detbox h3{
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Noto Sans', sans-serif; */
    color: #000;
    font-size: 24px;
    padding: 10px 0;
    display: block;
    text-align: justify;
}
.widget-live-feed .categoryposts ul li a .detbox span{
    color: #b4b4b4;
}


.widget-live-feed .livefeedpage{}
.widget-live-feed .livefeedpage .feedtime{
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
}
.widget-live-feed .livefeedpage .feedtime ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.widget-live-feed .livefeedpage .feedtime ul li{
    color: #919191;
}
.widget-live-feed .livefeedpage .feedtime ul li:first-child{border-right: 1px solid #d6d6d6;padding-right: 15px;}
.widget-live-feed .livefeedpage .feedhead{}
.widget-live-feed .livefeedpage .feedhead span{
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px;
    background: #000;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 3px;
}
.widget-live-feed .livefeedpage .feedhead h1{
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    line-height: normal;
}
.widget-live-feed .livefeedpage figure{}
.widget-live-feed .livefeedpage figure img{width: 100%;}
.widget-live-feed .feedcontent{}
.widget-live-feed .feedcontent p{
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    overflow-wrap: break-word;
    display: block;
    clear: both;
    min-height: 20px;
    text-align: justify;
}



.fallback-share {
    display: none;    /* hidden until needed on desktop */
    gap: 10px;
    flex-wrap: wrap;
}

.share-tabs .share-btn {
    background: #444;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}

.postnavigation {
    padding-top: 15px;
    border-top: 1px solid #eee;
    padding-bottom: 15px;
    display: flex;
    gap: 15px;
}
.postnavigation .boxprev {
    text-align: right;
    border-right: 1px solid #eee;
    /* min-height: 70px; */
    padding: 15px;
}
.postnavigation .boxnext{
    text-align: left;
    border-right: 1px solid #eee;
    /* min-height: 70px; */
    padding: 15px;
}
 .postnavigation span {
    display: block;
    color: #f60f47;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 700;
}

 .postnavigation a {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
}
.relatedposts{}
.relatedposts h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px dashed #8c8c8c;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.relatedposts ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.relatedposts ul li{
    width: 33.33%;
}
.relatedposts ul li a{}
.relatedposts ul li a figure{
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
}
.relatedposts ul li a figure img{
    width: 100%;
}
.relatedposts ul li a h4{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
}

/* SIDE MENU */
.side-menu {
    max-width: 80%;
    position: fixed;
    top: 0;
    left: -80%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: scroll;
    z-index: 9999;
    width:350px
}
.side-menu.open {
    left: 0;
}
.side-menu.opens {
    left: 0;
    width:350px
}
.side-menu .sidemenulogo{
    text-align: CENTER;
    padding: 19px 0;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-weight: bold;
    color: #102a51;
    font-size: 37px;
    }
.side-menu .sidemenulogo span{
    color: #b01428;
}
.side-menu  .side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-menu  .side-menu-list > li{
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}
.side-menu  .side-menu-list > li > div{}
.side-menu  .side-menu-list > li > div > a{
    display: block;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    display: block;
    padding: 11px 10px;
    font-size: 17px;
    color: #000;
}
.side-menu  .side-menu-list > li > div > span{}
.side-menu  .side-menu-list > li > ul{
    padding: 15px;
    list-style: none;
    background: #f7f7f7;
    display: none;
}
.side-menu  .side-menu-list > li > ul > li{
    border-bottom: 1px solid #eee;
}
.side-menu  .side-menu-list > li > ul > li > a{
    display: block;
    font-family: 'Noto Sans', sans-serif;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #000;
}
.side-menu  .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-menu  .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 15px;
}

.side-menu  .dropdown.active .submenu {
    max-height: 500px; /* enough height */
    display: block;
}

.side-menu  .toggle-btn {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.side-menu  .dropdown.active .toggle-btn i {
    transform: rotate(180deg);
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.search-content {
    background: #fff;
    padding: 2.2%;
    width: 410px;
    border-radius: 0;
    text-align: center;
    position: relative;
    max-width: 90%;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    background: #eee;
    padding: 0 7px;
}
.search-content .innerbox{
    display: flex;
    flex-wrap: nowrap;
}
.search-content .innerbox input{}
.search-content .innerbox button{
    width: 15%;
}
.search-content .innerbox button svg{
    width: 24px;
    fill: #ffffff;
}

#searchInput {
    width: 85%;
    padding: 15px;
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
}

.search-submit {
    margin-top: 0;
    padding: 10px;
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
}


.videopopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.videopopup .popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    animation: popupFade 0.3s ease-in-out;
    margin: 0 auto;
    top: 10%;
    background: #fff;
    padding: 2%;
}

@keyframes popupFade {
    from { transform: scale(0.8); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

#youtubeFrame {
    width: 100%;
    height: 450px;
    border-radius: 5px;
}

.close-popup {
    position: absolute;
    top: -13px;
    right: 5px;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
.topheaderstripbanner{text-align: center;}
.topheaderstripbanner img{max-width: 100%;}
.homemainnewsad{}
.homemainnewsad .homemainnewsadinner{}
.homemainnewsad .homemainnewsadinner img{width: 100%;}
.main-menu,
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu > li {
    position: relative;
}

.widget-menu .main-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    max-height: 300px;   /* limit height */
    overflow-y: auto;    /* scroll */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.widget-menu .main-menu .submenu > li {}
.widget-menu .main-menu .submenu > li > a{
    font-family: 'Noto Sans', sans-serif;
    display: block;
    padding: 7px 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.widget-menu .main-menu .dropdown:hover .submenu {
    display: block;
}



#newsPreview{
position:absolute;
width:320px;
background:#fff;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
overflow:hidden;
pointer-events:none;
opacity:0;
transform:scale(.95);
transition:all .2s ease;
z-index:9999;
}

#newsPreview.show{
opacity:1;
transform:scale(1);
}

#newsPreview img{
width:100%;
height:170px;
object-fit:cover;
}

.preview-content{
padding:12px;
}

.preview-title{
font-size:16px;
font-weight:600;
margin-bottom:6px;
}

.preview-desc{
font-size:13px;
color:#555;
}
@media screen and (max-width: 68em) {
    header .leftbox{display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;}
    .widget-menu .main-menu{overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
        width: 100%;}
    .widget-menu .main-menu ul{display: block;}
    .widget-menu .main-menu ul li{display: table-cell;
        position: relative;}
     .widget-menu .main-menu ul li a {white-space: nowrap;}

        .widget-trend .innerbox{overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
        width: 100%;}
        .widget-trend .innerbox button{display: inline-block;}
        .widget-trend .innerbox ul{display: inline-block;}
        .widget-trend .innerbox ul li{
        display: table-cell;
        position: relative;
        margin-right: 5px;
        }
        .widget-trend .innerbox ul li a{white-space: nowrap;display: block;margin-right: 7px;}
.widget-live-feed .leftbox .mainfeed{width: 100%; }
.widget-live-feed .leftbox{flex-wrap: wrap;gap: 0;}
.widget-live-feed .leftbox .otherfeed{width: 100%;}
.widget-live-feed .cardbx .fetnews{flex-wrap: wrap;gap: 0;}
.widget-live-feed .cardbx .fetnews .innerbox{width: 100%;}
.widget-live-feed .cardbx .fetnews ul{width: 100%;}
footer .topcategory ul{flex-wrap: wrap;gap: 0;margin: 0;}
footer .topcategory ul li{width: 50%;padding: 7px 10px;border-bottom: 1px solid #ffffff0d;}
footer{padding: 5% 0;} footer .topcategory {
    padding-top: 5%;
}
    }