@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap); html {
    scroll-behavior: smooth
}

body {
    line-height: 1.6;
    background-color: #fff;
    font-family: 'Noto Sans',sans-serif
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d62929
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    width: 100%
}
header {
    background: #fff;
    padding: 10px 0;
     
}

header .logopanel img {
    width: 250px;
    max-width: 100%
}
header .rightbox{
    text-align: right;
    padding-top: 20px;
}

header .rightbox ul{
    margin: 0;
}
header .rightbox ul li{
    display: inline-block;
}
header .rightbox ul li a{
    display: flex;
    gap: 9px;
    justify-content: space-between;
    align-content: space-around;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}
header .rightbox ul li a svg{
    width: 30px;
    fill: #000;
}
header .rightbox ul li a span{
    display: inline-block;
    font-size: 18px;
    color: #000;
}


.widget-main-menu{}
.widget-main-menu .innerbox{
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 0;
    display: flex;
    padding-left: 15px;
    justify-content: space-between;
}
.widget-main-menu .innerbox .mainmenu{
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget-main-menu .innerbox .mainmenu li{
    display: inline-block;
}
.widget-main-menu .innerbox .mainmenu li a{
    color: #000;
    padding: 20px 8px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.widget-main-menu .innerbox .otherlinks{
    /* width: 30%; */
    margin: 0;
    list-style: none;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.widget-main-menu .innerbox .otherlinks li{
    display: inline-block;
}
.widget-main-menu .innerbox .otherlinks li a{
    display: block;
    background: #e5331f14;
    padding: 10px;
    width: 60px;
    text-align: center;
    border-left: 1px solid #f1ddda;
}
.widget-main-menu .innerbox .otherlinks li a svg{
    width: 20px;
    fill: #e12f1c;
}
.widget-main-menu .innerbox .otherlinks li a span{
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
}


/* widget-newsboxes */
.widget-newsboxes{
    padding: 20px 0;
}
.widget-newsboxes .leftbox{
    position: sticky;
    top: 20px;
}
.widget-newsboxes .leftbox ul{
    padding: 26px;
    list-style: none;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid #eee;
    box-shadow: 0px 15px 10px -15px #99999954;
}
.widget-newsboxes .leftbox ul li{}
.widget-newsboxes .leftbox ul li a{
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.widget-newsboxes .leftbox ul li a img{
    width: 40px;
    margin-right: 10px;
}
.widget-newsboxes .leftbox ul li a span{
    font-size: 18px;
    color: #000;
}

.widget-newsboxes .middlebox{
    padding: 0;
}
.widget-newsboxes .middlebox .innerbox{}
.widget-newsboxes .middlebox .innerbox .newspanel ul{
    padding: 0;
    list-style: none;
}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li{}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a{}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a .headbox{}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a .headbox h3{
    font-size: 21px;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    line-height: normal;
}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a .headbox h3 span{
    display: inline-block;
    font-weight: 600;
    color: #eb6d33;
}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a figure{}
.widget-newsboxes .middlebox .innerbox  .newspanel ul li a figure img{
    border-radius: 13px;
}

.widget-newsboxes .middlebox .innerbox .tagsdata{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.widget-newsboxes .middlebox .innerbox .tagsdata ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-content: center;
    justify-content: flex-start;
}
.widget-newsboxes .middlebox .innerbox .tagsdata ul li{
    font-size: 18px;
    font-weight: 600;
    color: #d96b35;
}
.widget-newsboxes .middlebox .innerbox .tagsdata ul li a{
    display: inline-block;
    padding: 5px 12px;
    font-weight: 100;
    color: #000;
    border: 1px solid #eee;
    border-radius: 20px;
    font-size: 16px;
}
.widget-newsboxes .middlebox .innerbox .tagsdata ul li a i{}
.widget-newsboxes .middlebox .innerbox .categoryhead{
    border: 2px solid #eee;
    border-radius: 43px;
    box-shadow: 0px 15px 10px -15px #99999954;
    padding-left: 10px;
    padding-top: 12px;
    padding-right: 11px;
}
.widget-newsboxes .middlebox .innerbox .categoryhead ul{
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
.widget-newsboxes .middlebox .innerbox .categoryhead ul li .cathead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.widget-newsboxes .middlebox .innerbox .categoryhead ul li .cathead img{
    width: 54px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 38px;
}
.widget-newsboxes .middlebox .innerbox .categoryhead ul li .cathead span{font-size: 19px;font-weight: 600;}


.widget-newsboxes .middlebox .innerbox .categoryhead ul li{}
.widget-newsboxes .middlebox .innerbox .categoryhead ul li a{
    display: inline-block;
    border: none;
    padding: 12px 28px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 35px;
    color: #ffffff;
    background: #fa9d1d;
}

.widget-newsboxes .middlebox .innerbox .categorynewslist{}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul{
    padding: 0;
    list-style: none;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li{border-bottom: 1px solid #eee;}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a{
    display: flex;
    gap: 15px;
    text-decoration: none;
    align-items: flex-start;
    padding: 15px;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a .contentnews{
    width: 70%;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a .contentnews h3{
    margin: 0;
    font-size: 20px;
    line-height: normal;
    color: #000;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a .contentnews h3 span{
    font-weight: 600;
    color: #f99c1d;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a .imagenews{
    width: 30%;
    overflow: hidden;
    height: 100px;
}
.widget-newsboxes .middlebox .innerbox .categorynewslist ul li a .imagenews img{
    border-radius: 10px;
    content: firebrick;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.widget-newsboxes .rightbox{}
.widget-newsboxes .rightbox .innerbox{
    margin-bottom: 15px;
}
.widget-newsboxes .rightbox .innerbox figure{
    position: relative;
}
.widget-newsboxes .rightbox .innerbox figure .head{position: absolute;left: 10px;top: 10px;padding: 4px 15px;border-radius: 20px;background: #000000c9;font-weight: 600;color: #fff;font-size: 16px;}
.widget-newsboxes .rightbox .innerbox figure .subhead{
    position: absolute;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 15px;
    border-radius: 20px;
    background: #000000c9;
    color: #fff;
    font-size: 14px;
}
.widget-newsboxes .rightbox .innerbox  figure a{
    display: block;
}
.widget-newsboxes .rightbox .innerbox  figure a img{
    border-radius: 15px;
}
.widget-newsboxes .rightbox .adsbox{}
.widget-newsboxes .rightbox .adsbox img{width: 100%;border-radius: 15px;margin-bottom: 13px;}
.widget-newsboxes .rightbox .adsbox iframe{width: 100%;border-radius: 15px;margin-bottom: 13px;}



footer {
    background-color: #1d1e20;
    padding-top: 60px;
    padding-bottom: 5px;
    color: #aaa
}

footer .box1 figure {
    margin-bottom: 25px
}

footer .box1 figure img {
    width: 250px;
}

footer .box1 span {
    display: block;
    font-weight: 600;
    color: #fff
}

footer .box1 a {
    color: #9d9d9d;
    display: block;
    margin-bottom: 2px
}

footer .box2 h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1;
    color: #fff
}

footer .box2 ul {
    padding: 0;
    margin: 0;
    position: relative
}

footer .box2 ul li {
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px
}

footer .box2 ul li a {
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Noto Sans',sans-serif
}

footer .box2 .socialbox a {
    width: 45px;
    height: 45px;
    color: #cecece!important;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: .25rem;
    background-color: #2d2e30;
    padding-top: 2px
}

footer .box2 .socialbox a img {
    width: 30px
}

footer .box2 .socialbox a.facebook:hover {
    background: #3b5998
}

footer .box2 .socialbox a.twitter:hover {
    background: #1da1f2
}

footer .box2 .socialbox a.instagram:hover {
    background: #d02e95
}

footer .box2 .socialbox a.youtube:hover {
    background: #b00
}

footer .box2 .socialbox a.rss:hover {
    background: #f8991d
}

.newletterform {
    padding-top: 15%
}

.newletterform form {
    position: RELATIVE;
    margin-top: 10px
}

.newletterform form input {
    width: 100%;
    margin-top: 0;
    border: none;
    padding: 10px;
    border: none;
    background: #3c3c3c;
    border-radius: 4px 0 0 4px
}

.newletterform form button {
    position: absolute;
    right: 0;
    border: none;
    padding: 10px;
    background: #f86923;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.newletterform form input::-webkit-input-placeholder {
    color: #aaa
}

.newletterform form input:-ms-input-placeholder {
    color: #aaa
}

.newletterform form input::placeholder {
    color: #aaa
}

.copyrightbox {
    border-top: 1px solid #5a5a5a;
    padding: 0;
    margin-top: 30px
}

.copyrightbox:last-child {
    text-align: right
}

.copyrightbox p {
    padding-top: 10px;
    /* display: none; */
}

.copyrightbox p a {
    color: #aaa
}

.copyrightbox a.termsandcondition {
    display: inline-block;
    color: #aaa;
    margin-top: 10px
}

.widget-newsboxes{}
.widget-newsboxes .topads{}
.widget-newsboxes .topads img{width: 100%;margin-bottom: 15px;border-radius: 10px;}

.category-page{}
.category-page ul{
    padding: 0;
    list-style: none;
}
.category-page ul li{
    margin-bottom: 22px;
}
.category-page ul li a{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
}
.category-page ul li a img{
    width: 170px;
    height: auto;
    border-radius: 10px;
}
.category-page ul li a h3{
    margin: 0;
    font-size: 18px;
    color: #000;
}
.category-page ul li a h3 span{
    display: block;
    font-size: 13px;
    color: #bab9b9;
    margin-top: 10px;
    margin-bottom: 6px;
}

.single-news{}
.single-news h1{
    margin: 0;
    font-size: 34px;
    margin-bottom: 18px;
}
.single-news .meta{}
.single-news .meta strong{}
.single-news .meta a{}
.single-news .newsimage{
    border-radius: 15px;
    margin-bottom: 15px;
}
.single-news .newscontent{}
.single-news .newscontent p{
    font-size: 18px;
    margin-bottom: 15px;
}

/* widget-tags */
.widget-tags{}
.widget-tags .innerbox{
    padding: 15px 0;
}
.widget-tags .innerbox ul{
    display: inline-block;
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget-tags .innerbox ul li{
    display: inline-block;
    font-weight: 600;
    padding-right: 0;
    color: #e12f1c;
    font-size: 15px;
}
.widget-tags .innerbox ul li:first-child{
    margin-right: 10px;
    font-size: 18px;
}
.widget-tags .innerbox ul li a{
    display: inline-block;
    padding: 7px 19px;
    font-weight: 400;
    color: #000;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-right: 3px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}


/* widget-home-content */
.widget-home-content{
    padding-top: 20px;
}
.widget-home-content .leftbox{padding-left: 0;padding-top: 0;/* padding: 15px; */border-right: 1px solid #000;/* padding-right: 0; */}
.widget-home-content .leftbox h3{
    margin: 0;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.widget-home-content .leftbox ul{
    padding: 0;
    list-style: none;
}
.widget-home-content .leftbox ul li{
    border-bottom: 1px solid #eee;
}
.widget-home-content .leftbox ul li a{
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    display: block;
    color: #000;
    padding-top: 7px;
    /* padding: 23px 0; */
    padding-bottom: 10px;
}
.widget-home-content .leftbox ul li a span.hashtag{
    position: absolute;
    left: 0;
    color: #e12f1c;
}
.widget-home-content .leftbox ul li a span.cathead{
    text-transform: uppercase;
    font-size: 16px;
    color: #e12f1c;
    display: block;
}





.widget-home-content .rightbox{padding-right: 0;padding-top: 0;/* padding: 15px; */border-left: 1px solid #000;padding-right: 15;}
.widget-home-content .rightbox .adsbox{}
.widget-home-content .rightbox .adsbox img{padding-bottom:10px;}
.widget-home-content .rightbox h3{
    margin: 0;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.widget-home-content .rightbox ul{
    padding: 0;
    list-style: none;
}
.widget-home-content .rightbox ul li{
    border-bottom: 1px solid #eee;
}
.widget-home-content .rightbox ul li a{
    position: relative;
    padding-left: 0;
    font-size: 16px;
    display: flex;
    color: #000;
    padding-top: 7px;
    /* padding: 23px 0; */
    padding-bottom: 10px;
    gap: 15px;
}

.widget-home-content .rightbox ul li a figure{
    width: 40%;
}
.widget-home-content .rightbox ul li a figure img{
    border-radius: 10px;
}
.widget-home-content .rightbox ul li a .headbox{
    width: 60%;
}
.widget-home-content .rightbox ul li a .headbox h3{
    font-weight: 100;
    font-size: 18px;
}
.widget-home-content .middlebox{}
.widget-home-content .middlebox .mainnewsbox{
    padding: 0;
}
.widget-home-content .middlebox .mainnewsbox .adsbox{}
.widget-home-content .middlebox .mainnewsbox .adsbox img{padding-bottom:15px;}
.widget-home-content .middlebox .mainnewsbox .newspanel{}
.widget-home-content .middlebox .mainnewsbox .newspanel ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li{}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li a{}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li a figure{}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li a figure img{
}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li a .headbox{}
.widget-home-content .middlebox .mainnewsbox .newspanel ul li a .headbox h3{
    margin: 0;
    font-size: 25px;
    padding:  14px 0;
    line-height: normal;
    color: #000;
    font-weight: 600;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist{}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul{
    padding: 0;
    list-style: none;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li{
    padding-bottom: 15px;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li a{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li a .contentnews{
    width: 70%;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li a .contentnews h3{
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li a .imagenews{
    width: 30%;
}
.widget-home-content .middlebox .mainnewsbox .categorynewslist ul li a .imagenews img{}


/* widget-categorynews */
.widget-categorynews{}
.widget-categorynews .innerbox{}
.widget-categorynews .innerbox .categoryhead{
    border-top: 1px solid #000;
}
.widget-categorynews .innerbox .categoryhead ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.widget-categorynews .innerbox .categoryhead ul li{}
.widget-categorynews .innerbox .categoryhead ul li .cathead{
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.widget-categorynews .innerbox .categoryhead ul li a{
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.widget-categorynews .innerbox .categorynewslist{}
.widget-categorynews .innerbox .categorynewslist ul{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.widget-categorynews .innerbox .categorynewslist ul li{
    width: 25%;
}
.widget-categorynews .innerbox .categorynewslist ul li a {}
.widget-categorynews .innerbox .categorynewslist ul li a .imagenews{}
.widget-categorynews .innerbox .categorynewslist ul li a .imagenews img{
    border-radius: 10px;
}
.widget-categorynews .innerbox .categorynewslist ul li a .contentnews{}
.widget-categorynews .innerbox .categorynewslist ul li a .contentnews h3{
    font-size: 18px;
    color: #000;
    line-height: normal;
    margin-top: 14px;
}
.widget-categorynews .innerbox .categorynewslist ul li a .contentnews h3 span{}
 
.widget-videos{
    padding: 30px 0;
    background: #fff;
}
.widget-videos .head{
    /* text-align: center; */
}
.widget-videos .head h3{}

.widget-videos .videogrid{}
.widget-videos .videogrid .innerbox{
    padding: 25px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0px 7px 9px 0 rgba(0, 0, 0, .1);
}
.widget-videos .videogrid .innerbox figure{
    position: relative;
    margin-bottom: 14px;
}
.widget-videos .videogrid .innerbox figure:before{content:"";position:absolute;background: #0000004f;top: 0;right: 0;bottom: 0;left: 0;border-radius: 10px;}
.widget-videos .videogrid .innerbox figure img{
    border-radius: 6px;
    /* margin-bottom: 13px; */
}
.widget-videos .videogrid .innerbox figure span{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: CENTER;
    padding-top: 11px;
    border-radius: 50%;
    font-size: 18px;
    top: 35%;
}
.widget-videos .videogrid .innerbox figure span i{}
.widget-videos .videogrid .innerbox h3{
    font-size: 18px;
    margin: 0;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

.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;
}

.fixedfootermenu{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    padding: 0;
}
.fixedfootermenu ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 0;
}
.fixedfootermenu ul li{
    width: 25%;
    text-align: CENTER;
}
.fixedfootermenu ul li a{
    display: block;
    /* background: #e5331f14; */
    padding: 10px 15px;
    /* width: 60px; */
    text-align: center;
    /* border-left: 1px solid #f1ddda; */
    width: 100%;
}
.fixedfootermenu ul li a svg{
    width: 20px;
    fill: #e12f1c;
}
.fixedfootermenu ul li a span{
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.mobnav{
    text-align: RIGHT;
    padding-top: 5px;
}
.mobnav button{
    border: none;
    background: none;
}
.mobnav button svg{fill: #000;
    width: 50px;}
    
    .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;}
.side-menu .sidemenulogo img{width: 150px;}
.side-menu ul{
    padding: 0;
    list-style: none;
    padding: 0 10px;
}
.side-menu .othermenu > a{
    display: block;
    color: #000;
    padding: 13px 15px;
    font-size: 15px;
    position:relative;
    font-size: 17px;
    font-weight: 100;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
    
#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;
}

.tabs {
    width: 100%;
}

.tab-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    /* border-bottom: 2px solid #ddd; */
}

.tab-links li {
    margin-right: 10px;
}

.tab-links li a {
    padding: 10px 20px;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
}

.tab-links li.active a {
    background: #285fa5;
    border: none;
    /* border-bottom: none; */
    color: #fff;
    box-shadow: 0px 1px 4px 0 rgb(80 144 225);
}

.tab {
    display: none;
    padding: 0;
    /* border: 1px solid #ddd; */
    border-top: none;
}

.tab.active {
    display: block;
}

.tab h3{
    background: #eee;
    padding: 10px;
    font-size: 19px;
    border-radius: 4px;
}
.tab .paper-box{}
.tab .paper-box .innerbox{
    padding: 15px;
    border: 2px solid #eee;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0px 15px 10px -15px #999;
}
.tab .paper-box .innerbox a{
    display: inline-block;
    margin-top: 6px;
    background: #285fa5;
    padding: 7px 20px;
    color: #fff;
    border-radius: 4px;
}
.tab .paper-box .innerbox h4{
    margin: 0;

    font-weight: 600;
}
.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;
}


.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;
}
@media only screen and (max-width: 48em) {
    
    header{border-bottom:1px solid #eee;}
    .widget-home-content{padding:0 15px;padding-top: 15px;}
    
.widget-home-content .middlebox{padding:0; }    
    .widget-home-content .leftbox, .widget-home-content .rightbox{padding:0; border:none;}
   
    .widget-home-content .row{display:flex; flex-direction: column;}
    .widget-home-content .row .leftbox{order: 2;}
    .widget-home-content .row .middilebox{order: 1;}
    .widget-home-content .row .rightbox{order: 3;}
    .widget-categorynews .innerbox .categorynewslist ul{flex-direction: column;}
    .widget-categorynews .innerbox .categorynewslist ul li{width:100%;}
    .widget-tags{display:none;}
    .widget-newsboxes{padding:0;}
    .widget-newsboxes .middlebox{padding:0 15px;}
    .category-page ul li a img {
    width: 80px; height:80px;}
    .single-news h1{font-size:24px;font-weight: 700;margin-top:10px;color: #000;}
}
