
@font-face {
  font-family: 'Proba Unicode';
  src: url('fonts/ProBaUnicode_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --blue: #1e90ff;
  --navy-blue: #1a237e;
  --navy-red: #ea1d2b;
  --white: #ffffff; 
  --black: #000;
  --headline: #231f20 ; 
  --subheadline: #1a1a1a; 
  --time: #949494; 
  --caption: #727272; 
  --body: rgb(0, 0, 0);
  --headline_caption: rgb(255, 0, 0);
  --site-hover: #209aca;
  --site-color: #209aca;
  --site-red: rgb(255, 0, 0);
  --site-spen: #209aca;
  --site-hover-light: #c1ffff;
  --light-gray: #f3f2f2;
  --some-blk: #5b5b5b;
  --some-hover: #209aca;
  --some-normal: #000000;
  --some-date: #899898;
  --some-bg: #eaeaea;
  --some-bg2: #eaeaea;
  --border-color:#eaeaea;
  --border-color2: #ffffff;
  --div-bg: #efebea;
  --div-bgb: #373737;


  --sunam-dark-blue:#051923;
  --sunam-blue:#00a6fb;
  --sunam-ash:#f8f9fa;
  --sunam-deep-ash:#ADB5BD;
  --sunam-archive:#d37e2b;


}
.mapSvg{
    margin-top: -30px;
}
.mapSvg svg{
    width: 82%;
}

.bgColor1{
    background-color: #222222;
    padding: 20px 0 20px 0;
}
.bgColor5{
    background-color: var(--some-bg);
    padding: 20px 0 20px 0;
}

.bgColor2{
    background-color: #fff;
    padding: 20px 0 20px 0;
}

.bgColor3{
    background-color: var(--white);
    padding: 0px 0 20px 0;
}

.bgColor4{
    background-color: var(--white);
    padding: 20px 0 20px 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}
.dateCss{
    font-size: 12px;
    color: var(--some-date);
    padding-top: 10px;
}

/* a{
    color: var(--black);
} */
a:hover {
    color: var(--some-hover);
}

a h2{
    /* color: var(--headline); */
    margin-top: 5px;
}
a h2:hover{
    color: var(--navy-red);
}
a p{
    color: var(--subheadline);
    line-height: 1.27;
    font-size: 1.15rem;
}
a p:hover{
    color: var(--subheadline);
}
.news-time p{
    color: var(--time);
    font-size: 14px;
}

.sm-db{
    display: none;
}



.news-title-details h1{
    color:#051923;
}

.news-title-details h5{
    color:#00a6fb;
    margin-bottom: 4px;
}




.searchInput{
    margin: 0;
    font-family: inherit;
    font-size: small;
    line-height: inherit;
    background: transparent;
    border: none;
    width: 80%;
    padding: 4px;
}
textarea:focus, input:focus{
    outline: none;
}

.HeadSironemDiv{
    display: flex;
    float: left;
    align-items: center;
}
.HeadSironem {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: var(--sunam-blue);
    padding: 10px 10px 9px 10px;
}
.marqueeDiv{
    display: flex;
}
.searchBtn{
    background: var(--sunam-blue);
    /* width: 36px; */
    /* height: 26px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    align-items: center;
    width: 18%;
    padding: 4px 0px;
}
.searchBtn i{
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    color: #fff;
}
.topbarr form{
    background: #fff;
    margin: 2px 0 2px 0;
}
.marData{
    margin-left: 0 !important;
    margin-right: 0 !important;
}










body{
    font-family: 'Proba Unicode',sans-serif, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    background: #ffffff;
    
}

a{
    color: var(--sunam-dark-blue);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

.news-post h2 span{
    color: var(--sunam-blue);
}


.dropdown-item.active, .dropdown-item:active {
    background-color: var(--sunam-ash);
}



header{
    /* height: 150px; */
    /* margin-bottom: 10px; */
}
.header-link{
    display: flex;
    justify-content: center;
}
.header-link a {
    width: 25px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--sunam-blue);
    border-radius: 5px;
    border: 1px solid var(--sunam-blue);
}
    .header-link a i{
        font-size: 12px;
    }
        .header-link a.facebook{
            background: #1877F2;
        }
        .header-link a.twitter{
            background: #1DA1F2;
        }
        .header-link a.youtube{
            background: #CD201F;
        }

.top-bar{
    width: 100%;
    padding: 15px;
    /* height: 100px; */
}


.top-bar .logo-part{
    width: 100%;
    text-align: center;
    
}
footer .logo-part{
    width: 100%;
    text-align: center;
    
}
footer .logo-part img{
    max-height: 100%;
    width: 100%;
    
}
.top-bar .logo-part img{
    max-height: 100%;
   
}

.TextAlign{
    text-align: center;
}
.TextAlign img{
    width: 70%;
}

/******* Start Navbar ******/
nav {
    width: 100%;
    /* background-color: var(--white); */
    /* color: #fff; */
    transition: 0.2s ease-in-out;
    z-index: 100;
}

.top-nav-menu{
    background: var(--sunam-ash);
}

.navbar{
    padding: 0;
}

.menu-link{
    text-align: center;
}
.navbar-new-top ul{
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.navbar-new-top ul li{
    margin: 0 10px;
}
.navbar-new-top ul li a{
    color: #fff;
    transition: 1s ease;
}
.navbar-new-top ul li a:hover{
    color: var(--site-hover-light);
}
.navbar-new-top ul li a.facebook{
    background: #1877f2;
}
.navbar-new-top ul li a.twitter{
    background: #1da1f2;
}
.navbar-new-top ul li a.youtube{
    background: #ff0000;
}

.navbar-new-bottom ul li {
    text-indent: 10px;
    border-bottom: 1px solid #e7e4e4;
}

.navbar-new-bottom ul li:hover {
    text-indent: 10px;
    border-bottom: 1px solid var(--sunam-blue);
}

.navbar-nav .nav-item a {
    color: var(--white);
    font-size: 16px;
   
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    transition: 0.5s ease;
    padding-bottom: 5px;
}
.navbar-nav .nav-item .dropdown-menu a {
    color: var(--some-blk);
    font-size: 14px;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    transition: 0.5s ease;
    padding-bottom: 5px;
}
.navbar-nav .nav-item:hover{
    background: var(--sunam-blue);
}

.navbar-nav .nav-item a:hover{
    color: #fff;
    /* background: var(--white); */
}
.navbar-nav .nav-item a:hover{
    color: #fff;
    /* background: var(--white); */
}
.navbar-nav .nav-item a.active{
    color: var(--some-hover);;
    /* background: var(--white); */
}
.dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}

.navbar-nav .nav-item .dropdown-menu a:hover {
    color: var(--sunam-blue);
    font-weight: normal;
    /* background: var(--site-color); */
}
.navbar-nav .nav-item .dropdown-menu a.active{
    color: var(--some-hover);
    /* background: var(--site-color); */
}


/******** End Navbar *******/

/* top ad  */
.ads-bar{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 0.5px solid #ddd;
}
.top-ad{
    width: 70%;
    text-align: center;
    margin: 0 15%;
}
/* top ad  */


/* Block top  */
.news-blog{
    background-color: transparent;
    width: 100%;
}
/* Block top  */

/* news image  */
.news-image img{
    width: 100%;
}
/* news image  */


/* Top Section  */


.top-section .left-part{
    border-right: 1px solid var(--border-color);
}
.bd-r8{
    border-right: 1px solid var(--sunam-deep-ash);
}
.bd-r81{
    border-right: 1px solid var(--white);
}
.bd-r8-box{
    border-right: 1px solid var(--caption);
}

.bd-btm1{
    border-bottom: 1px solid var(--white);
}
.bd-btm{
    border-bottom: 1px solid var(--sunam-deep-ash);
}
.bd-btm:hover{
    border-bottom: 1px solid var(--sunam-blue);
}
.bd-btm3{
    border-bottom: 1px solid var(--border-color);
}

.bd-btm-dash{
    margin-bottom: 14px;
    padding-bottom: 0px;
    border-bottom: 1px dashed var(--white);
}

.bd-btm-box{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--caption);
}
.hr_bg1{
    border-top: 1px solid var(--some-hover);
    margin: 7px 0;
}
.hr_bg2 {
    border-top: 1px solid var(--some-hover);
    margin: 0px 0 10px 0;
    padding: 1px 0 0 0;
}
.hr_bg{
    border-top: 1px solid var(--border-color);
    margin: 0;
    padding: 0;
}

/* Top Section font  */
.top-section a h2.top{
    font-size: 2.1rem;
    line-height: 1.27;
    font-weight: bold;
}

.top-section a h2{
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: bold;
}
.top-section .bg-custom-gray{
    background: #e5f4f4;
    padding: 5px 10px;
    border-left: 5px solid var(--site-color);
}

.top-section a h2 span{
    color: rgb(202, 32, 32);
}
/* Top Section font  */

.top-section a p {
    line-height: 1.37;
    font-size: 1.1rem;
}

.top-section .top-news{
    float: left;
    width: 100%;
}
.top-section .top-news .news-post{
    width: 100%;
    float: left;
    padding: 0px;
    padding-top: 10px;
}
.top-section .top-news .news-image{
    width: 100%;
    float: left;
}


        /* bottom  */
        .top-section .left-part .bottom{
            float: left;
            background: #f3f3f3;
            padding: 14px;
        }
        .top-section .news-post.bottom .news-image{
            width: 40%;
            float: left;
            max-height: 80px;
            overflow: hidden;
        }
        .top-section .news-post.bottom a h2{
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0;

        }
        .top-section .news-post.bottom h2{
            width: 60%;
            float: left;
            padding-left: 10px;
        }
        .top-section .news-time.bottom {
            width: 60%;
            float: right;
            padding-left: 10px;
        }
        .top-section .news-time.bottom p{
            font-size: 18px;
        }
        /* bottom  */

        /* e-paper  */
        .e-paper{
            float: left;
            width: 100%;
            padding: 0 10px;
            background-color: #ff3c3c;
            border-radius: 5px;
            text-align: center;
        }
        .e-paper .e-caption{
            width: 70%;
            float: left;
        }
        .e-paper .e-image{
            width: 30%;
            float: left;
        }
        .e-paper .e-image img{
            width: 100%;
            height: 80px;
        }

        /* e-paper  */
/* Top Section  */


/* Multi Section  */
.multi-section .top-news{
    display: flex;
    padding: 5px;
    /* border: 1px solid var(--site-color); */
    border-top: none;
}
.news-category.multi-section .top-news{

    /* border: 1px solid var(--site-color);
    border-top: 1px solid var(--site-color); */

}
.multi-section .top-news .top-image{
    width: 40%;
}
.multi-section .top-news .news-post{
    width: 60%;
    padding-left: 10px;
}
    .multi-section .top-news .news-post h2 {
        margin-top: 5px;
        font-size: 1.6rem;
        font-weight: bolder;
        margin-bottom: 15px;
    }
    .multi-section .top-news .news-post p {
        line-height: 1.5;
    }


/* Local  */
.multi-section .local-row .news-post h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}


.multi-section .local-row .news-post h2.head-sm {
    padding: 0 12px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.4;
}
/* Local  */

/* Local  */
.multi-section .sports-row .news-post h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}
.multi-section .sports-row .news-post h2.head-sm {
    font-size: 1.1rem;
    margin-top: 5px;
    font-weight: bold;
}
/* Local  */

/* Entertainment   */
.multi-section .ent-top-news{
    display: flex;
    padding: 10px;
    background: var(--site-color);
}
.multi-section .ent-top-news .top-image{
    width: 65%;
}
.multi-section .ent-top-news .news-post{
    width: 35%;
    padding-left: 10px;
}
    .multi-section a .ent-top-news .news-post h2 {
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: bolder;
        margin-bottom: 15px;
        color: white;
    }
    .multi-section a .ent-top-news .news-post p {
        color: var(--site-hover-light);
    }
    .multi-section .ent-top-news .news-post p {
        line-height: 1.5;
    }

.multi-section .ent-row .news-post h2.head-sm {
    font-size: 1.1rem;
    margin-top: 5px;
    font-weight: bold;
}
/* Entertainment   */


/* Multi Section  */

.home-sidebar{
    height: 390px;
    overflow: hidden;
    overflow-y: scroll;
}

        .home-sidebar::-webkit-scrollbar {
            width: 3px;
        }
        
        .home-sidebar::-webkit-scrollbar-track {
            background: #99999961;
        }
        
        .home-sidebar::-webkit-scrollbar-thumb {
            background-color: var(--site-color);
        }

.latest-row .sidebar-news{
    padding: 10px;
    border: 1px solid var(--border-color);
}

.latest-row .sidebar-news .news-post{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.latest-row .sidebar-news .news-post h2{
    margin: 0;
    font-size: 1.2rem;
    /* font-weight: bold; */
}


.country-row .news-post h2.head-sm {
    font-size: 1.1rem;
    margin-top: 5px;
    font-weight: bold;
}


/* World Row  */

.world-row .lg-col .news-post h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}
.world-row .side-col .news-post h2{
    margin: 0;
    font-size: 1.2rem;
    /* font-weight: bold; */
}
/* World Row  */


/* Section 2 */

.section-2 a h2{
    font-size: 18px;
    line-height: 1.27;
    margin-top: 10px;
    font-weight: normal;
}
.section-2 a p{
    font-size: 18px;
    line-height: 1.2;
}
.section-2 .news-time p{
    font-size: 16px;
}
.section-2 span.news-caption{
    color: rgb(253 43 53);
    font-size: 16px;
    line-height: 1.1;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
/* Section 2 */


/* Section 3 */
.section-3 .mbl-view{
    display: none;
}
.section-3 .bd-bt{
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
}
.section-3 .bd-r8-lft{
    border-left: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
}

.section-3 .side-bar .news-image{
    width: 40%;
    float: left;
} 
.section-3 .side-bar .news-headline{
    width: 60%;
    float: left;
    padding-left: 10px;
} 
.section-3 .side-bar .news-time{
    width: 60%;
    float: right;
    padding-left: 10px;
} 

        /* font  */
        .section-3 a h2{
            font-size: 1.3rem;
            font-weight: bold;
            color: #484848;

        }
        .section-3 a h2.top{
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 1.27;
            width: 100%;
            margin-top: 9px;
            float: left;
        }
        .section-3 a p{
            font-size: 18px;
            line-height: 1.2;
        }
        .section-3 .news-time p{
            font-size: 16px;
        }
        .section-3 span.news-caption{
            color: rgb(48, 55, 160);
            font-size: 18px;
            line-height: 1.1;
            float: left;
            width: 100%;
            margin-top: 5px;
        }
        /* font  */

/* Section 3 */

/* section 4 */
.section-4 .bd-bt{
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
}
.section-4 .column-2 .news-image{
    width: 35%;
    float: left;
}
.section-4 .column-2 .news-content{
    width: 65%;
    float: left;
    padding-left: 10px;
}
.section-4 .column-2 .news-time{
    width: 65%;
    float: right;
    padding-left: 10px;
}
        /* font  */
        .section-4 a h2.top{
            font-size: 21px;
            /* margin-top: 5px; */
            /* margin-top: 5px; */
        }

        .section-4 a h2{
            font-size: 18px;
            line-height: 1.27;
            font-weight: normal;

        }
        
        .section-4 a p{
            color: var(--subheadline);
            line-height: 1.27;
            font-size: 1rem;
        }
        .section-4 .news-time p{
            font-size: 14px;
        }
        .section-4 span.news-caption{
            color: rgb(226 30 40);
            font-size: 18px;
        }
        /* font  */

/* section 4 */


/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  height: 380px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}




/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  font-size: 21px;
  padding: 0 10px;

}
.hover-2-title-cat {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background: #e49b2e;
    color: white;
    width: 50%;
    margin: 0 25%;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

/* carousal  */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left; padding: 20px;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { 
        left:0;
        background: #c3c3c380;
        border: none;
        width: 40px;
        height: 40px; 
        margin: 0 10px;
    }

    .MultiCarousel .rightLst {    
        right: 0;
        background: #c3c3c380;
        border: none;
        width: 40px;
        height: 40px; 
        margin: 0 10px;
    }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; display: none; }
/* carousal  */






/* Details Page  */
.news-details{
    padding-top: 20px;
}
.news-details .head-part{
    width: 95%;
    margin: 0 2.5%;
    border-bottom: 1px solid #ddd;
    float: left;
}

.news-details .head-part p.category{
    display: inline-block;
    border-bottom: 2px solid var(--site-hover);

}
.news-details .head-part p.news-caption{
    font-weight: bold;
    color: var(--caption);
    font-size: 1.4rem;

}
.news-details .head-part p.category a{
    font-size: 24px;
    font-weight: bold;
    /* text-decoration: underline; */
    color: #000;
    margin-bottom: 2px;
}
.news-details .head-part .news-title h1{
    font-size: 2.2rem;
    color: var(--headline);
    font-weight: bold;

}
.news-title .sub-title {
    color: #000000;
    font-size: 1.2rem;
    background: #f3f3f3;
    padding: 10px 15px;
    border-bottom: 1px solid #209aca;
}
.news-details .head-part .news-reporter .mark{
    width: 5%;

    padding: 3px;
    background: #d4d4d4;
}

.news-reporter .author-div{
    display: inline-block;
}
.news-reporter .author-div .author-info{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.news-reporter .author-div .author-info:hover a{
    color: #e21e28;
}
.news-reporter .author-div .author-info .author-image img{
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
    background: var(--site-color);
    padding: 1px;
    border-radius: 50%;
}
.news-reporter .author-div .author-info .author-details p{
    margin: 0;
    font-size: 15px;
}

.news-details .news-reporter .author-div .mark {
    width: 50px;
    padding: 1px;
    margin-top: 5px;
    background: #d4d4d4;
}

.news-details .news-dt-share{
    width: 100%;
    padding: 10px 0;
}
.news-details .news-dt-share .news-time{
    float: left;
    width: 50%;
}
.news-details .news-dt-share .news-share{
    float: right;
    width: 50%;
}

.news-details .news-dt-share .news-share ul.share-list {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: right;
}
.news-details .news-dt-share .news-share ul.share-list li {
	display: inline-block;
    padding-left: 10px;
}
.news-details .news-dt-share .news-share ul.share-list li a{
	width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
    font-size: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-details .news-dt-share .news-share ul.share-list li a.icoFacebook {
    background: #1877F2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoTwitter {
    background: #1DA1F2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoLinkedin {
    background: #0A66C2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoWhatsapp {
    background: #25D366;
    color: #fff;
}


.news-details .news-dt-share .news-share ul.share-list li a .fa{
    font-weight: normal;
    padding: 4px;
}



/* Body  */
.news-details .news-body{
    float: left;
    width: 95%;
    margin: 0px 16px;
    padding: 20px 0;

}
.news-details .news-body .head-image img{
    max-width: 100%;
    display: flex;
    margin: 0 auto;
}
.news-details .news-body .image-caption{
    color: var(--caption);

}
.news-details .news-body .news-content{
    float: left;
    width: 100%;
}
.news-details .news-body .news-content a{
    color: #023e7a;
    text-decoration: underline;
}
.news-details .news-body .news-content a:hover{
    color: #f00000;
}
.news-details .news-body .news-content img{
    max-width: 100%;
    margin-right: 10px;
}
.news-details .news-body .news-content p{
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
}
.news-details .news-body .news-content .img_number p{
    display: inline-block;
    padding: 0px 10px;
    border-radius: 15px;
    border: 1px solid #ff3535;
    font-size: 20px;
}
.news-details .news-body .news-content .line{
    height: 1px;
    background: #c7c7c7;
    width: 20%;
}
.news-details .news-body .news-content .more{
    padding: 10px 0;
}
.news-details .news-body .news-content .more p a{
    color: var(--site-hover);
}

.news-details .news-body .news-content ul.news-tag {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: left;
}
.news-details .news-body .news-content ul.news-tag form{
	display: inline-block;
    /* padding-right: 10px; */
}
.news-details .news-body .news-content ul.news-tag li {
	display: inline-block;
    padding-right: 10px;
}
.news-details .news-body .news-content ul.news-tag li button {
    background: #6f6f6f;
    border-radius: 5px;
    color: white;
    padding: 7px;
    border: 0;
    font-size: 14px;
    transition: 0.2s;
    line-height: 1;
}
.news-details .news-body .news-content ul.news-tag li button:hover {
    background: var(--site-hover);
}


/* Bottom Share  */
.news-details .news-body .news-content .news-share ul.share-list {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: left;
}
.news-details .news-body .news-content .news-share ul.share-list li {
	display: inline-block;
    padding-right: 10px;
}
.news-details .news-body .news-content .news-share ul.share-list li a {
    padding: 5px 16px;
    float: left;
    background: #e4e4e4;
    color: #1c1c1c;
    border-radius: 5px;
    text-decoration: none;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoFacebook {
    background: #1877F2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoTwitter {
    background: #1DA1F2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoLinkedin {
    background: #0A66C2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoWhatsapp {
    background: #25D366;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a:hover {
    opacity: 0.8;
}
/* Bottom Share  */


/* side bar  */
/* .details-sidebar{
    padding-top: 40px;
}
.details-sidebar {
    padding-top: 40px;
} */


.details-sidebar .more-tag{
    color: black;
    font-size: 22px;
}
.details-sidebar .sidebar-news{
    position: sticky;
    top: 50px;
    align-self: flex-start;
    overflow: hidden;
    /* background: #ffffff; */
    /* padding: 0px 2px; */
}
.details-sidebar .news-section{
    float: left;
    width: 100%;
    border-bottom: 0.5px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.details-sidebar .news-section .news-heading{
    width: 100%;
}
.details-sidebar .news-section .news-details-section{
    width: 100%;
}
.details-sidebar .news-section .news-details-section .news-image img{
    max-height: 80px;
}
.details-sidebar .news-section a:hover{
    color: #000;
}
.details-sidebar .news-section .news-heading h3{
    font-size: 18px;
    color: #000;
}
.details-sidebar .news-section a p {
    color: var(--subheadline);
    line-height: 1.5;
    font-size: 1rem;
}
.details-sidebar .news-section .news-details-section .news-details{
    width: 60%;
    float: left;
    padding-right: 5px;
    padding-top: 0;
    color: #292929;
    line-height: 1.25;
}
.details-sidebar .news-section .news-details-section .news-time p{
    font-size: 16px;
    color: #5d5d5d;
    cursor: text;
}
.details-sidebar .news-section .news-details-section .news-image{
    width: 40%;
    float: left;
    
}

.details-sidebar .custom-more-tag{
    color: var(--site-color);
}

.news-details .category-wise-news h2{
    /* margin-top: 5px; */
    font-size: 22px;
    line-height: 1;
    
}

.cat-box-news .news-content{
    float: left;
    width: 100%;
}
.cat-box-news a .news-content h3{
    font-size: 1.3rem;
    margin: 10px 5px;
    color: var(--headline);
}
/* side bar  */

/* Body  */
/* .news-details .news-dt-share .news-share ul.share-list li a{
	width: 30px;
    height: 30px;
  
    
} */
/* Details Page  */


/* sticky sidebar  */


  
/* sticky sidebar  */



/**********News Category*********/
/**********News Category*********/
/**********News Category*********/

.news-category {
    padding: 2px 0;
}
.news-category .category-title {
    display: -webkit-inline-box;
    border-bottom: 3px solid #ff4949;
    padding: 0;
    margin-bottom: 15px;
}
.news-category .category-title h1{
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
}
.news-category .sidebar{
    padding-top: 40px;
}
.news-category .sidebar .top-advertise{
    width: 100%;

}

.news-category .news-section .news-image{
    width: 100%;
    float: left;
    position: relative;
}
.news-category .news-section .news-heading{
    width: 100%;
    float: left;
}

.news-category .news-section .news-heading h3{
    margin-top: 5px;
    font-size: 2rem;
    font-weight: 700;
    color: black;
}
.news-category .news-section .news-heading h3:hover{
    color: var(--site-hover);
}
.news-category .news-section .news-heading h3 span{
    color: rgb(204, 9, 9);
}

.news-category .news-section .news-details{
    width: 100%;
    float: left;
}
.news-category .news-section .news-time{
    font-size: 16px;
    color: var(--time);
}

.news-category .news-section2{
    width: 100%;
    float: left;
}
.news-category  hr{
    width: 100%;
    float: left;
}

.news-category .news-section2 .news-image{
    width: 40%;
    float: left;
}
.news-category .news-section2 .news-content{
    width: 60%;
    float: left;
    padding-left: 10px;
}
.news-category .news-section2 .news-content h3{
    font-size: 18px;
    color: var(--black);
}
.news-category .news-section2 .news-content h3:hover{
    color: var(--site-hover);
}
.news-category .news-section2 .news-content p{
    margin-bottom: 0px;
    line-height: 1.27;
    color: var(--secondary);
}
.news-category .news-section2  .news-image{
    max-height: 120px;
}
.news-category .news-section2  .news-image img{
    max-height: 120px;
}
.news-category .news-section2  .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-category .news-section2 .news-content h3 span{
    color: rgb(204, 9, 9);
}
.news-category .news-section2 .news-content h2 span{
    color: rgb(204, 9, 9);
}
.news-category .news-section2 .news-time{
    width: 60%;
    float: right;
    padding-left: 10px;
}

.news-category .news-more{
    width: 100%;
    float: left;
}
.news-category .news-more p{
    color: #505050;
    line-height: 1.27;
    font-size: 1rem;
}
.news-category .news-more .news-content{
    width: 65%;
    float: left;
    padding-right: 5px;
}
.news-category .news-more .news-image{
    width: 35%;
    float: left;
    object-fit: cover;
    max-height: 140px;
    position: relative;
}
.news-category .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-category .more-btn{
    
    width: 30%;
    margin: 20px 35%;
    float: left;
    text-align: center;
}

/* End News Category  */





/* News Filter  */
.news-filter{
    margin-top: 50px;
}
.news-filter .filter-heading h2{
    display: inline;
    font-size: 30px;
    margin-bottom: 10px;
    float: left;
    color: var(--headline);
}
.news-filter .search-filter {
    width: 100%;
}

.news-filter .search-filter input:focus-visible {
  outline: none;
  /* padding: 0 20px; */
  color: var(--caption);
  transition: 0.5s ease-out;
}

.search-filter .btn{
    background: #000;
    border: 0;
    outline: 0;
    color: #fff;
    transition: 0.5s ease;
}
.search-filter .btn.rst{
    background: rgb(182, 182, 182);
    border: 0;
    outline: 0;
    color: #fff;
    transition: 0.5s ease;
}
.search-filter .btn:hover{
    background: var(--site-hover);
    color: #fff;
}


.news-filter hr{
    float: left;
    width: 100%;
}
.news-filter .news-more{
    width: 100%;
    float: left;
}
.news-filter .news-more .news-content{
    width: 70%;
    float: left;
    padding-right: 5px;
}
.news-filter .news-more .news-content h2 a span{
    color: red;
}
.news-filter .news-more .news-image{
    width: 30%;
    float: left;
}
.news-filter .news-more .news-image img{
    max-height: 120px;
}
.news-filter .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-filter .more-btn{
    
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

@media(max-width: 768px){
    .news-filter .news-more .news-content .news-brief-details{
        display: none;
    }
    .news-filter .news-more .news-content h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-filter .news-more .news-image img{
        max-height: 80px;
    }
}


/* widget  */
    .shop-widget {
        margin: 30px 0;
    }
    .widget-title {
        margin: 20px 0 35px;
    }
    .widget-title h4 {
        text-transform: uppercase;
        font-family: Poppins;
        font-size: 16px;
        color: #222222;
        letter-spacing: 1px;
    }
    .widget-content {
            width: 100%;
            float: left;
    }
    .widget-content ul#accordion {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .widget-content ul#accordion li {
        display: block;
        margin: 0 0 25px;
    }
    .widget-content ul#accordion li span {
        position: absolute;
        right: 14px;
        /* font-size: 45px; */
    }
    .widget-content ul#accordion li h4 {
        font-size: 13px;
        font-family: Poppins;
        color: #222222;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0;
        cursor: pointer;
    }
        
    .widget-content ul#accordion li ul {
        padding: 0;
        margin: 0;
        display: none;
    }
    .widget-content ul#accordion li ul li {
        padding: 0 0 5px;
        margin:0;
    }
        .widget-content ul#accordion li ul li a {
        color: #888888;
        text-transform: none;
        font-size: 13px;
        font-family: Poppins;
        font-weight: 300;
        transition: 0.3s;
    }
    .widget-content ul#accordion li ul li a:hover {
        text-decoration: none;
        color: #000000;
    }
/* widget  */
/* News Filter  */




/* News Authorwise  */
.news-authorwise .search-filter button{
    width: 5%;
    float: right;
}
.news-authorwise hr{
    float: left;
    width: 100%;
}
.news-authorwise .news-more{
    width: 100%;
    float: left;
}
.news-authorwise .news-more .news-content{
    width: 70%;
    float: left;
    padding-right: 5px;
}

.news-authorwise .news-more .news-content .news-brief-details{
    color: var(--subheadline);
}
.news-authorwise .news-more .news-image{
    width: 30%;
    float: left;
}
.news-authorwise .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-authorwise .more-btn{
    
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

.news-authorwise .author-details img{
    width: 50%;
    border-radius: 50%;
}
.news-authorwise .author-details .reporter-name{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-authorwise .author-details .reporter-designation{
    color: var(--caption);
}
@media(max-width: 768px){
    .news-authorwise .author-details {
        border-bottom: 0.5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
    }

    .news-authorwise .news-more .news-content .news-brief-details{
        display: none;
    }
    .news-authorwise .news-more .news-content h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-authorwise .news-more .news-image img{
        max-height: 80px;
    }
}


/* News Authorwise  */

/* News Tagwise  */
.news-tag .search-filter button{
    width: 5%;
    float: right;
}
.news-tag hr{
    float: left;
    width: 100%;
}
.news-tag .news-more{
    width: 100%;
    float: left;
}
.news-tag .news-more .news-content{
    width: 70%;
    float: left;
    padding-right: 5px;
}
.news-tag .news-more .news-content h2 a span{
    color: var(--headline_caption);
}
.news-tag .news-more .news-content .news-brief-details{
    color: var(--subheadline);
}
.news-tag .news-more .news-image{
    width: 30%;
    float: left;
}
.news-tag .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-tag .more-btn{
    
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

.news-tag .author-details img{
    width: 50%;
    border-radius: 50%;
}
.news-tag .author-details .reporter-name{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-tag .author-details .reporter-designation{
    color: var(--caption);
}
@media(max-width: 768px){
    .news-tag .author-details {
        border-bottom: 0.5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
    }

    .news-tag .news-more .news-content .news-brief-details{
        display: none;
    }
    .news-tag .news-more .news-content h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-tag .news-more .news-image img{
        max-height: 80px;
    }
}

/* News Tagwise  */


.sidebar::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .sidebar::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .sidebar::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .sidebar::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}






/* Header Search  */

/* Header Search  */
/* .src__menu{
    padding: 0 10px;
} */
.src__menu .show{
    border: none;
    font-size: 25px;
    display: flex;
    background: transparent;
    color: #ffffff;
}
    

#menu_toggle-btn{
    width: 15%;
    float: left;
    margin-top: 5%;
    display: none;
}

#imaginary_container{
    width: 85%;
    float: left;
    margin-top:5%; /* Don't copy this */
}
#searchIDform{
    display: none;
}
.stylish-input-group .input-group-addon{
    background: var(--site-color) !important;
    padding: 0px 5px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5px;

}
.stylish-input-group .form-control{
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    color: #fff;
}




        /* Toggle side bar  */
        .sidebar .sidebar-mbl-item{
            display: none;
        }
        .sidebar {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: rgb(255, 255, 255);
            overflow-x: hidden;
            /* transition: 0.5s; */
            padding-top: 60px;
            overflow-y: visible;
            z-index: 9999;
            box-shadow: 2px 4px 10px #7c7c7c
        }

        .sidebar .news-menu{
            width: 100%;
            padding: 8px 32px;
        }
    
        .sidebar a {
            text-decoration: none;
            padding: 8px 5px;
            font-size: 18px;
            color: #000000;
            display: block;
            transition: 0.3s;
            border-bottom: .5px solid #ddd;
        }
    
        .sidebar a:hover {
            color: #2d2d2d;
            background: #ececec;
            font-weight: bold;
        }

        @media(max-width: 768px){
            .mySidenav_intro{
                background-color: rgba(0,0,0,0.9);
            }
        }
    

        .sidebar .closebtn {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 9px;
            right: 9px;
            font-weight: normal;
            border-radius: 50%;
            background: var(--site-color);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 21px;
        }


    
        #main {
            transition: margin-left .5s;
            padding: 16px;
        }
    

       



    
    .sidebar .toggle-social-link ul.social-network{
        list-style: none;
        display: inline-block;
        margin-left: 0 !important;
        padding: 25px;
        line-height: 0;
    }
    .sidebar .toggle-social-link ul.social-network li {
        display: inline;
        margin: 0 5px;
    }
    .sidebar .toggle-social-link .social-circle li a {
        display: inline-block;
        position: relative;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 30px;
        height: 30px;
        background: rgb(236, 236, 236);
        font-size: 16px;
        line-height: 0;
        /* margin-bottom: -21px; */
    }
    .sidebar .toggle-social-link .social-circle li i {
        margin: 0;
        text-align: center;
    }


   
    
/* Toggle side bar  */



/* Dropdown  */
.top-bar-3{
    margin-top: 35px;
    /* float: right; */
}

.date{
    float: left;
    width: 100%;
}
.date p{
    color: #3c3c3c;
    margin: 0;
    float: left;
    line-height: 1.1;
    font-size: 16px;
}
@media(max-width: 768px){
    .date{
        display: none;
    }
}
.top-bar-3 .navbar{
    float: right;
}
.text-show{
    color: rgb(88, 88, 88);
}
.dropdown :hover{
    color: #000;
}
.dropdown li a:hover{
    color: #000;
    font-weight: bold;
}
.dropdown li a:hover .fa{
  color: #007bff;
}
.dropdown li a .fa{
  margin-right: 5px;
}


.drop-down ul li{
    padding: 5px;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
    top: 37px;
    display: block;
    padding: 0px;
    border: 0;
    border-top: 3px solid var(--sunam-blue);
    background: white;
    
    box-shadow: 0px 1px 2px #d1d1d169;
}



.date_time_div{
    display: flex ;
    text-align: left;
}
.date_time_div p{
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 0;
}
.date_time_div .date_app{
    margin-top: 0px ;
}



.drop-down{
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 18px !important;
    /* font-weight: 700; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 40px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

#navbar_top{
    display: none;
}



#navbar2{
    justify-content: center;
    /* background: var(--site-hover-light); */
}
#desk-nav-button-close{
    display: none;
}


/* Dropdown  */



/* Footer  */

.footer-div{
    background: linear-gradient(45deg, #3d4650, #26292d);
    padding: 10px;
}

.footerImage{
    width: 100%;
    padding: 20px 30px 20px 30px
}
footer .author-view{
    display: flex;
    align-items: center;
}
footer .author-view p{
    margin: 0;
    font-size: 16px;
    color: var(--some-blk);
}
footer .author-view .name p {
    font-weight: bold;
    font-size: 16px;
    color: #2e2e2e;
}
footer .author-view .name p span {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: normal;
}
footer .author-img{
    width: 100px;
}
footer .author-des{
    width: 100%;
    padding-left: 0px;
}

footer .portal-info{
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--some-blk);
    margin-left: 140px;
}

footer .portal-info .tag-name{
    font-size: 16px;
    font-weight: bold;
}
footer .portal-info .tag-des{
    padding-left: 10px;
    border-radius: 5px;
    display: flex;
}
footer .portal-info .tag-des .border-sep{
    height: 13px;
    border-left: 2px solid var(--some-blk);
    border-radius: 10px;
    margin-top: 2px;
}
footer .portal-info .tag-des p{
    margin: 0;
    line-height: 1.27;
    font-size: 16px;
    margin-left: 10px;
}
footer .portal-info .tag-des.contact p{
    font-size: 14px;
}

.hex {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 90px;
    height: 76.12px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

  .hex-background {
    position: absolute;
    background-color: orange;
    top: 2px;
    left: 2px;
    width: 86px;
    height: 72.12px;
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

  .hex img {
    position: absolute;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  }

footer .footer-company{
    text-align: center;
    font-size: 16px;
    color: var(--white);
}
footer .footer-company a{
    color: var(--white);
}
footer .footer-company a:hover{
    color: #ffc107;
}
footer .footer-company a img{
    width: 40px;
}

footer hr{
    border-top: 1px solid #3e3e3e;
}

/* Footer  */

/* Lazy Loader  */
 img.lazy {
    background-image: url('images/lazy.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.news-details .news-body .news-content img.lazy{
    max-width: 100%;
    margin-right: 10px;
    aspect-ratio: unset;
    background-image: unset;
    background-size: unset;
}

 img.lazy.e-paper-img {
    background-image: url('images/lazy.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: unset;
    /*object-fit: cover;*/
    width: 100%;
}
/* Lazy Loader  */

.opinion-desk-section{
    background: #f3f3f3;
    padding: 50px 0;
}
.opinion-desk-section .author-img{
    text-align: center;
}
.opinion-desk-section .author-img img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    max-width: 100%;
}
.opinion-desk-section .post-details h2{
    font-size: 18px;
    line-height: 1.27;
    margin: 0;
}
.opinion-desk-section .post-details h2 a{
    color: #000;
}
.opinion-desk-section .post-details h2 a:hover{
    color: var(--site-hover);
}
.opinion-desk-section .post-details h2 a span {
    color: rgb(202, 32, 32);
}
.opinion-desk-section .post-details p{
    margin: 0;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}
.opinion-desk-section .post-details p a{
    color: #000;
    font-weight: bold;
}

.news-time .time{
    color: #585656;
}
.time{
    font-size: 14px; 
}

.video-section .video-details{
    margin-bottom: 10px;
}
.video-img{
    position: relative;
}
.popup-youtube, .popup-img {
    position: absolute;
    left: 44%;
    top: 45%;
    width: 43px;
    height: 35px;
    background: #ea1d2b94;
    color: #fff;
    border-radius: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.popup-youtube2{
    position: absolute;
    left: 44%;
    top: 20%;
    width: 30px;
    height: 30px;
    background: #ea1d2bb5;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pwhite{
    padding: 0 10px;
    color:var(--white);
    font-size: 18px;
}

.pwhite:hover{
    color:var(--white);
}



.news-more .popup-youtube, .news-more .popup-img{
    right: 15px;
    left: unset;
}
.video-section .news-post h2{
    font-size: 1.1rem;
    padding: 10px 0;
    margin: 0;
}
.video-section .news-post h2 span{
    color: rgb(202, 32, 32);
}



/* Breaking-all-News  */

.breaking-all-news {
    background-color: #f3f3f3  !important;
}

.breaking-all-news marquee a {
    margin-right: 15px;
}

.breaking-all-news marquee a:hover {
    color: var(--hover);
}


.breaking-all-news .news {
    width: 120px;
    position: relative;
    color: #000;
}


.breaking-all-news .news-scroll a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}

.breaking-all-news .dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: var(--sunam-blue);
    border-radius: 50%;
    display: inline-block
}


/* Breaking News  */

.more-btn-load{
    background: var(--sunam-blue);
    color: #fff;
    border: none;
    outline: none;
    transition: 0.5s ease;
    opacity: .8;
}
.more-btn-load:hover, .more-btn-load:focus{
    opacity: 1;
    color: #fff;
    box-shadow: 1px 1px 2px #a1a1a1;
    background-color: var(--sunam-blue);
    border-color: var(--sunam-blue);
    letter-spacing: 1px;
}

.more-btn-load:not(:disabled):not(.disabled):active{
    opacity: 1;
    color: #fff;
    box-shadow: 1px 1px 2px #a1a1a1;
    background-color: var(--sunam-blue);
    border-color: #107474;
    letter-spacing: 1px;
}

.ad{
    max-width: 100%;
}

.e-paper-div{
    padding: 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

.top-section  .e-paper-div a h2 {
    font-size: 18px;
}

.news-more .news-content h2 {
    line-height: 1.27;
    font-size: 1.25rem;
}
.news-more .news-content h2 a{
    font-size: 1.3rem;
    color: var(--headline);
    font-weight: bold;

}
.news-more .news-content h2 a:hover{
    color: var(--sunam-blue);
}
.news-more .news-content h2 a span{
    color: var(--site-color);
}

.news-post a:hover{
    color: var(--sunam-blue);
}
.news-post a h2:hover{
    color: var(--sunam-blue);
}


/* Photo Section  */
.photo-section img{
    width: 100%;
    object-fit: cover;
}
.photo-section .top-news-img, .photo-section .top-news-img img{
    height: 100%;
    position: relative;
}
.photo-section .news-img{
    position: relative;
}
.photo-section .h-img{
    max-height: 300px;
}
.photo-section .news-post{
    position: absolute;
    color: #fff;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: end;
}
.photo-section .photo-tag{
    position: absolute;
    top: 0;
    background: red;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    z-index: 3;
}
.photo-section .overlay{
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
}
.photo-section a.news-link h2{
    color: #fff;
    margin: 0;
}
.photo-section a.news-link h2 span{
    color: #ffae00;
}
.photo-section a.news-link:hover h2{
    color: #ffae00;
}

.photo-section .news-img h2{
    font-size: 1.5rem;
}
.photo-section .top-news-img h2{
    font-size: 2.2rem;
}
.photo-section .thumb-news-img h2{
    font-size: 1.2rem;
}
.photo-section img.lazy{
    aspect-ratio: 16/16;
}
/* Photo Section  */

/* Tab Section  */
.tab-section .nav-item{
    width: 50%;
}
.tab-section .nav-link{
    border: 0;
    box-shadow: none;
    width: 100%;
    background: unset;
}
.tab-section .nav-tabs .nav-link.active{
    background: #f3f3f3;
}
.tab-section .tab-content{
    height: 250px;
    overflow-y: scroll;
}
.tab-section .tab-news-post{
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.tab-section .tab-news-post a{
    display: flex;
    align-items: center;
}
.tab-section .tab-news-post .news-number{
    width: 20%;
    text-align: center;
    font-size: 2.2rem;
    color: #8b8b8b;
}
.tab-section .tab-news-post .news-box{
    width: 80%;
}

.section-2 .tab-section  a h2 {

}
.section-2 .tab-section  a h2 span{
    color: #ca2020;
}

 .tab-section .tab-content::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #fff;
 }
 
 .tab-section .tab-content::-webkit-scrollbar
 {
     width: 0px;
     background-color: #fff;
 }
 
 .tab-section .tab-content::-webkit-scrollbar-thumb
 {
     background-color: #d0d0d0;
 }
 

/* Tab Section  */


/* News Link Hover  */
.news-link h3 span{
    color: #ca2020;
}
.news-link:hover h2, .news-link:hover h3{
    color: var(--sunam-blue);
}
.news-link:hover h2 span, .news-link:hover h3 span{
    color: #000;
}
/* News Link Hover  */

.menu-hb{
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #fff;
}

.details-sidebar .news-section a:hover .news-heading h3{
    color: var(--site-hover);
}

.separetor{
    border: 1px solid #cdcdcd;
}

.date-time p{
    margin: 0;
    margin-right: 2px;
    font-size: 17px;
    color: var(--some-blk);;
}

.date-time{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Heading Title  */

.heading-title{
    border-left: 5px solid var(--sunam-blue);
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.heading-title h2 a{
    color: var(--sunam-dark-blue);
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
}

.heading-title h2, .heading-title h2 a{
    margin: 0;
}
.heading-title h2 {
    background: var(--sunam-deep-ash);
    width: 100%;
    padding: 5px 10px;
}
.heading-title h2 a:not([href]):not([class]), .heading-title h2 a:not([href]):not([class]):hover {
    color: #fff;
}

/* Heading Title  */



/* Anupam Css  */
.nav-manu-bg {
    background: var(--some-bg);
    /* border-top: 1px solid var(--site-hover); */
    border-bottom: 3px solid var(--sunam-blue);
    /* box-shadow: 0px 3px 6px #00000029; */
    background: var(--sunam-dark-blue);
}
.opinionDiv .news-image{
    float: right !important;
}
.opinionDiv img{
    margin-top: -10px;
    display: inline-flex;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    padding: 2px;
}
.opinionDiv h2{
    padding: 0 0 !important;
    font-size: 19px !important;
    margin-top: 0 !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
}

.opinionDiv .news-post{
    margin-top: 10px;
}

.opinionDiv .news-time p{
    font-size: 14px !important;
    color: #3b3b3b;
}

.opinionDiv .news-time span{
    font-size: 14px !important;
    color: #000;
}





.divBg{
    background-color:var(--sunam-ash);
}
.divBg2{
    background-color:var(--some-bg2);
}

.divBg2{
    margin: 0; 
    padding: 15px 0;
    background-color:var(--div-bg);
}

.divBg3{
    margin: 0; padding: 0;
    background-color:var(--div-bgb);
}
.bigTitle{
    margin-top: 20px;
    font-size: 2.1rem;
    font-weight: bold;
    /* text-align: center; */
    border-bottom: 1px solid var(--some-hover);
    padding-bottom: 5px;
    margin-bottom: 10px;
}


.bigTitleCat{
    color: var(--sunam-blue);
    font-weight: bold;
    font-size: 28px;
    text-align: start;
    margin-top: 5px;
    margin-bottom: 5px;
}



.bigTitle a{
    color: var(--sunam-blue);
}

.bigTitle2 {
    color: #000000;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10px;
}

.WbigTitle span {
    color: var(--white);
}

.bigTitleW {
    color: #fff;
    line-height: 1.3;
    font-size: 1.75rem;
    font-weight: bold;
    margin-left: 10px;
}
.bigTitleW span{
    color: rgb(235, 5, 5) !important;
}
.bigTitleW:hover{
    color: #fff !important;
}

.alignItem{
    align-items: center;
}
.navdate{
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.midTitle {
    font-size: 1.85rem !important;
    line-height: 1.27 !important;
    font-weight: bold !important;
}

.smallTitle3{
    padding: 0 12px;
    font-size: 19px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.4;
}


.smallTitle4{
    font-size: 18px !important;
    font-weight: normal;
    line-height: 1.4;
}

.pageNews .smallTitle4{
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 1.4;
}


.smallTitle5{
    font-size: 20px!important;
    font-weight: bold !important;
    line-height: 1.4;
    margin-bottom: 20px;
}

.smallTitle {
    margin: auto;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    margin: 8px 0 4px 0;
}
.smallTitle2{
    margin: auto;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    margin: 15px 0px;
    padding: 0 10px;
}
.smallTitleW{
    color: #fff !important;
    padding-right: 5px;
    margin-left: -17px;
    margin-top: 5px;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
}

.smallTitleW span{
    color: rgb(235, 5, 5) !important;
}


.fullHeight{
    height: 100%;
    border-bottom: 1px solid var(--sunam-blue);
}
.news-cat{
    color: red;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.all0{
    margin: 0;
    padding: 0;
}
.mg-auto{
    margin: auto !important;
}



.newsText1{

}
.newsText1 h2{
    font-size: 1.4rem !important;
    font-weight: normal !important;
    margin-top: 16px !important;
    margin-bottom: 12px !important;
}
.newsText3 h2{
    font-size: 1.1rem !important;
    font-weight: normal !important;
    margin-top: 16px !important;
    margin-bottom: 12px !important;
    color: #ffffff;
}

.newsText3 h2 span{
    color: #ffffff;
}
.newsText3 h2:hover span{
    color: #ff5757;
}


.newsText3 h2:hover{
    color: #ffffff;
}
.newsT3:hover {
    color: #ffffff !important;
}

.newsText1 p{
    line-height: 1.37;
    font-size: .9rem;
}
.lassdiv{
    margin: auto;
}
.itemNumber{
    font-size: 45px;
    color: var(--site-color);
}
.newsText2{
    display: flex;
}
.newsText2 h2{
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: 18px !important;
    margin-bottom: 10px !important;
    line-height: 1.3;
    margin-left: 10px;
}

.videoI .news-link:hover h2, .news-link:hover h3 {
    color: #ffffff;
}
.videoI .news-link h2{
    color: #ffffff;
}
.sv_title {
    color: #fff !important;
    padding-right: 5px;
    margin-left: 5px;
    margin-top: 7px;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
}
.sv_title_bl{
    color: #000 !important;
    padding-right: 5px;
    margin-left: 9px;
    margin-top: 7px;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
}
.videoI .news-link:hover h2 span, .news-link:hover h3 span {
    color: var(--sunam-archive)
}



.orderDate{
    order: 13;
}




.mega_menu{
    padding: 35px;
}
.mega_menu .h_ul{
    list-style-type: square;
    color: red;
    font-size: 20px;

}
.mega_menu ul .sub_ul{
    list-style-type: none;
}

.mega_menu ul .main_item{
    font-size: 16px;
    font-weight: bold;
    color: #363636;

}
.mega_menu ul .sub_ul .sub_item{
    font-size: 14px;
    color: #363636;
    margin-left: -38px;
}

.mega_menu ul .main_item:hover{
    color: var(--some-hover);

}
.mega_menu ul .sub_ul .sub_item:hover{
    color: var(--some-hover);
}
.more_item{
    margin-left: 30px !important;
}


.fixed_bom{
    position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the top of the page */
    display: none;
}



.footer_menu{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0px -1px 3px 0px rgba(114, 114, 114, 0.75);
-webkit-box-shadow: 0px -1px 3px 0px rgba(114, 114, 114, 0.75);
-moz-box-shadow: 0px -1px 3px 0px rgba(114, 114, 114, 0.75);
}
.footer_menu .f_m_div{
    /* margin-bottom: 6px; */
}
.footer_menu .f_m_div a{
    padding: 5px;
    display: block;
}
.footer_menu .f_m_div a:hover{
    background-color: rgb(245, 245, 245);
}
.footer_menu .f_m_div a i{
    font-size: 19px;
}
.footer_menu .f_m_div a p{
    margin: 0;
    font-size: 10px;
    line-height: 1;
}


.box_news2 .news-image img{
    width: 100%;
}

.box_news2 .news-post h2{
    padding: 6px 0 3px 0!important;
    font-size: 24px !important;
    margin-top: 3px !important;
    font-weight: bold !important;
    line-height: 1.4;
}
.news2{
    padding-left: 0px;
}

.news2 h2{
    font-size: 19px !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    line-height: 1.4;
}

.cat_sm_text{
    color: var(--site-color);
    font-weight: bold;
    font-size: 23px;
    text-align: start;
    margin-top: 5px;
    margin-bottom: 5px;
}

.news-box {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px rgba(105, 105, 105, 0.26);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(105, 105, 105, 0.26);
    -moz-box-shadow: 0px 0px 2px 0px rgba(105, 105, 105, 0.26);
}
.news-image{
    bottom: 0;
}


.news-box-big .news-content h2 {
    color: #fff;
    font-size: 2.1rem !important;
    font-weight: bold;
    text-shadow: 0px 2px 7px rgba(0,0,0,0.79);
}


.headSticky{
    position: unset;
    position: unset;
    top: unset;
    z-index: unset;
    /* background-color: yellow; */
    /* padding: 50px; */
    /* font-size: 20px; */
}

.headStickyBig{
    position: -webkit-sticky;
    position: sticky;
    top: -2px;
    z-index: 9999;
    /* background-color: yellow; */
    /* padding: 50px; */
    /* font-size: 20px; */
}

.news-box-big .news-content p {
    color: #fff;
    font-size: 1.2rem !important;
    font-weight: bold;
    text-shadow: 0px 2px 7px rgba(0,0,0,0.79);
}
.news-box-big a:hover,.news-box-big a:hover h2,.news-box-big a:hover p {
    color: #fff;
}

.news-box-big .news-content h2:hover {
    color: #fff;
}
.news-box-big .news-content p:hover {
    color: #fff;
}
.news-box-big .news-content {
    position: absolute;
    top: 30px;
    padding: 15px 15px;
}
.news-box .news-h {
    height: 100px;
    padding: 0px 10px;
}
.news-box .news-p {
    height: 95px;
    padding: 0px 10px;
}
.news-box h2 {
    font-size: 1.1rem !important;
    font-weight: bold;
    line-height: 1.4;
}
.bgHeight{
    height: 300px;
}
.focusCs {
    padding: 20px !important;
    transition: all 0.4s;
}

.news-flex-box {
    margin-top: -11%;
}
.overDiv{
    padding: 0px 6px;
}

.cat_sm_textw{
    color: var(--white);
    font-weight: bold;
    font-size: 23px;
    text-align: start;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bgImage{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 20px 0px;
    margin: 20px 0;
}


.box_bor1{
    border-bottom: 1px solid #007bff;
    background-color: #eceff1;
    padding-top: 10px;
    margin-top: 15px;
}
.box_bor2{
    border-bottom: 1px solid #ffc107;
    background-color: #fff3e0;
    padding-top: 10px;
    margin-top: 15px;
}
.box_news3 .news-image{

}
.box_news3 .news-post h2{
    font-size: 17px !important;
    margin-top: 6px !important;
    line-height: 1.4;
    font-weight: normal!important;
}
.box_news3 .news-post p{
    line-height: 1.27;
    font-size: 15px;
}
.orderlast{
    order: 13;
}

.orderfirst{
    order: -1;
}

.box_news3 .news-post h2{
    font-size: 17px !important;
    margin-top: 6px !important;
    line-height: 1.4;
    font-weight: normal!important;
}

.news_box_left .news-image{
    padding-left: 0px ;
}

.news_box_left{
    align-items: center;
}
.news_box_left .news-text h2{
    font-size: 15px;
    line-height: 18px;
   
}
.news_box_left .news-text{
    padding-right: 0px;
}


.subCategoryList{
    float: left;
}
.subCategoryList ul{
    padding: 0;
}
.subCategoryList ul li{
    display: inline-block;
    padding: 3px 7px;
    background: #eaeaea;
    border-radius: 3%;
    font-size: 14px;
    margin: 2px;
    color: #5b5b5b;
}
.Order1{
    order: 1;
}
.Order2{
    order: 2;
}



/* Start Segment CSS  */
    .segment-row .segment-body{
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .segment-row .news-segment-post h2{
        font-size: 1.3rem;
    }
    
    .segment-row .news-segment-post p{
        font-size: 1rem;
    }
    .segment-row .segment-title h2{
        border-left: 5px solid;
        line-height: 1;
        margin-bottom: 15px;
        font-size: 25px;
        padding-top: 2px;
        font-weight: bold;
    }
        .segment-row .segment-title h2 a{
            padding-left: 10px;
        }

    .segment-row .h-tag span {
        padding: 2px 8px;
        font-size: 14px;
        padding-top: 4px;
    } 

    .segment-row .news-image img{
        margin-bottom: 10px; 
        width: 100%; 
    }
    .segment-row .news-image img.lazy {
        background-image: url(images/lazy.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        aspect-ratio: 16/9;
        object-fit: cover;
    }
    .segment-banner img{
        max-width: 100%; 
    }

    a.segment-link{
        color: var(--link-color); 
    }
    a.segment-link:hover {
        color: var(--hover-color);
    }
    a h2:hover{
        color: unset; 
    }
    .segment-row .bd-r8 {
        border-right: 1px solid ;
    }

    .segment-row .bd-bt {
        display: none; 
    }
    .mobile-show{
        display : none; 
    }

    @media(max-width: 768px){
        .segment-row .news-segment-post h2 {
            font-size: 1.1rem;
        }
        .segment-row .news-segment-post p {
            display: none;
        }
        .mobile-show{
            display: block; 
        }
        .segment-row .bd-bt {
            display: block;
            border-bottom: 1px solid ;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        .segment-row .mbl-bd-r8-none{
            border-right: 0px; 
        }
        .segment-row .segment-title h2 {
            font-size: 20px;
        }
    }
/* End Segment CSS  */

/* Sub Editorial CSS*/

.section-box {
    display: flex;
    flex-direction: column;
}


.news-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.sunamganj-news {
    display: flex;
    flex-direction: column;
}

.sunamganj-news > .bigTitle {
    background-color: #ffd700;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

.sunamganj-news .news-list {
    flex-grow: 1;
    display: flex;
}

.sunamganj-news .news-post {
    flex-grow: 1;
    display: flex;
}

.sunamganj-news .news-image {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunamganj-title {
    background-color: #ffd700;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight:bold;
}

.sunamganj-news .news-image img {
    width: 90%;
    height: auto;
    max-height: 450px;
    display: block;
}

/* Sub-Editorial CSS*/