
/* --- Added by cleanup script to fix layout + overflow issues --- */
*,
*::before,
*::after { box-sizing: border-box; }

html { height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden; /* prevent horizontal scrollbar */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video, canvas, svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

table { width: 100%; border-collapse: collapse; }

/* Containers default */
.container, .wrapper, .inner, .content, .site-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Prevent common overflow culprits */
[class*="row"] {
  margin-left: 0;
  margin-right: 0;
}

/* Reset images/ads inside links/lists */
a img { display: block; }

/* Responsive embeds */
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Avoid extra white space at bottom from transformed elements */
[style*="translate"], [style*="transform"] {
  transform-origin: center;
}

/* Utility */
.hide-overflow { overflow-x: hidden; }


@font-face {
  font-family: 'SolaimanLipi';
  src: url('fonts/SolaimanLipi.ttf') format('truetype');
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
.carousel-caption{
    z-index: unset;
}
.carousel-indicators{
    display: none !important;
}


:root {
  --site-alt-color: #0a7c0f;  
  --navy-blue: #1a237e;
  --white: #ffffff; 
  --black: #000;
  --headline: #222; 
  --subheadline: #616161; 
  --time: #a7a7a7; 
  --caption: #727272; 
  --body: rgb(0, 0, 0);
  --caption_headline: #0a7c0f; 
  --headline_caption: #f1933e;
  --site-hover: #ed1820;
  --site-color: #020202;
  --site-hover-light: #c1ffff;
  --light-gray: #f3f2f2;
  --border-color: #ececec;
  --lochmara-blue: #0573e6;
  --alt-headline: #ffc014; 
  --news-link-hover: #ed1820;
  --light-green: #d7ead8;
}


a{
    color: var(--black);
}


a h2{
    color: var(--headline);
    margin-top: 5px;
}
a h2:hover{
    color: var(--navy-blue);
}
a p{
    color: var(--subheadline);
    line-height: 1.27;
}
a p:hover{
    color: var(--subheadline);
}
.news-time p{
    color: var(--time);
    font-size: 16px;
}

.heading-title h2{
    font-size: 1.3rem;
    font-weight: bold;
}
.heading-title h2 a{
    color: var(--black);
}
.heading-title h2 a:hover{
    color: var(--news-link-hover);
}

.text-site{
    font-size: 20px;
    color: #a84a53;
}
.text-site:hover{
    opacity: 0.8;
}

a.news-link h1, a.news-link h2, a.news-link h3{
    color: var(--headline);
}
a.news-link:hover h1, a.news-link:hover h2, a.news-link:hover h3{
    color: var(--news-link-hover)
}
a.news-link p{
    color: var(--subheadline);
    font-size: 1rem;
}
a.news-link .news-time span{
    color: var(--time);
    font-size: .8rem;
}


a.news-link .news-image{
    overflow: hidden;
}
a.news-link img{
    transition: all .5s ease;
}

a.news-link:hover h1, a.news-link:hover img{
    transform: scale(1.1);
}

a.news-link h2 span{
 color: #0961ac;
}








body{
    font-family: 'SolaimanLipi', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: var(--white);
    line-height: 1.27;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.27;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 991px){
    .col-half-offset {
        max-width: 20%;
    }
}




header{
    height: 135px;
}

.top-bar{
    width: 100%;
    height: 100px;
}

.top-bar .logo-part{
    width: 100%;
    
}  
.top-bar .logo-part img{
    max-height: 150px !important;
    margin-top: -30px !important;

}


/******* Start Navbar ******/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.navbar{
    padding: 0 10px;
}
.navbar-new-top{
    background:#f6f6f6;
    box-shadow: 0px 0px 10px #d7ead8;
}
.navbar-new-bottom{
    background-color: #7c1e27;
    box-shadow: 0 5px 6px -2px rgb(185 185 185 / 15%);
}
.navbar-new-bottom ul li{
    margin: 0 0 0 0;
}
.navbar-nav .nav-item a {
    font-size: 1.1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    transition: .5s ease;
    color: #fff;
    line-height: 1;
    padding-top: 0.7rem;
}
.navbar-nav .nav-item a:hover{
    background: #000;
}
.dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}

.s-icon{
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    list-style: none;
}
.s-icon li{
    margin: 0 2px;
}
.s-icon img{
    max-height: 40px;
    opacity: .8;
}
.s-icon img:hover{
    opacity: 1;
}
.sublink{
    padding-left: 25px;
    border-bottom: 0.5px solid #ddd;
}
.sublink a{
    border: 0 !important; 
    font-size: 1rem !important;
    padding: 5px !important;
    color: var(--site-alt-color) !important;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--hover);
}


/******** 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%;
    margin: 10px 0;
}
/* Block top  */

/* news image  */
.news-image img{
    width: 100%;
}
/* news image  */


/* Top Section  */


.top-section .left-part{
    border-right: 1px solid #ddd;
}
.bd-r8{
    border-right: 1px solid #ddd;
}

/* Top Section font  */
.top-section a h2.top{
    font-size: 1.75rem;
    font-weight: bold;
}

.top-section a h2{
    font-size: 1.4rem;
}

.top-section a h2 span{
    color: rgb(202, 32, 32);
}
/* Top Section font  */


.top-section .top-news{
    border-right: 1px solid #ddd;
}
.top-section .top-news .news-post{
    width: 50%;
    float: left;
    padding-right: 5px;
}
.top-section .top-news .news-image{
    width: 50%;
    float: right;
}


        /* bottom  */
        .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: 1.25rem;

        }
        .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: 5px;
            /* background-color: #E95546; */
            background-color: #2a2a2a;
        }
        .e-paper .e-caption{
            width: 60%;
            float: left;
        }
        .e-paper .e-caption h4{
            font-size: 1rem;
            margin: 0;
            padding-left: 5px;
            padding-right: 5px;
            font-weight: bold;
        }
        .e-paper .e-caption .badge{
            margin-left: 5px ;
        }
        .e-paper .e-image{
            width: 40%;
            float: left;
        }
        .e-paper .e-image img{
            width: 100%;
            height: 80px;
        }
        .e-paper a h4{
            color: var(--white);
        }
        .e-paper a:hover h4{
            color: var(--alt-headline);
        }

        /* e-paper  */
/* Top Section  */


/* Start Tab Bar  */

/* Grid Box  */


.ts-grid-box.ts-grid-content {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.post-list-item .tab-content{
    padding-bottom: 1px;
    background: #fff;
}
.ts-grid-box {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 5px 0 0;
}
.ts-grid-box .post-cat {
    position: absolute;
    margin-left: 30px;
    top: 0;
}
.ts-grid-box .ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 10px;
}

.ts-grid-box.ts-grid-content .post-content {
    padding: 0px 10px 10px 10px;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
}
.post-title {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}
.post-date-info {
    font-size: 15px;
    display: block;
    position: relative;
    color: #8a8a8a;
}

/* Grid Box  */


/* Post List Item  */

.post-list-item .tab-pane{
    max-height: 545px;
    padding-bottom: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.post-list-item .tab-pane::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .post-list-item .tab-pane::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .post-list-item .tab-pane::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .post-list-item .tab-pane::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.post-list-item {
    position: relative;
    background: #fff;
}
.post-list-item .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.post-list-item .nav-tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}
.post-list-item .nav-tabs li a {
    font-size: 18px;
    text-transform: uppercase;
    color:white;
    line-height: 2;
    /* font-weight: 700; */
    position: relative;
    display: block;
    background:#545453;
}
.post-list-item .nav-tabs li a.active {
    color:white;
    background:#7c1e27;
}
.post-tab-list .post-content.media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.news-1{
    width: 40px;
    text-align: center;
    margin-right: 10px;
}
.news-1 h3{
    font-size: 1.5rem;
    margin: 0;
    color: white;
    background: #7c1e27;
    aspect-ratio: 4 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.post-tab-list .post-tag {
    line-height: 10px;
    margin-bottom: 6px;
    display: block;
}
.post-tab-list .post-tag a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.green-color {
    color: #4ab106;
}
.pink-color {
    color: #ff5575;
}
.purple-color {
    color: #6200ee !important;
}
.light-blue-color{
    color: rgb(73, 73, 255);
}
.yellow-color {
    color: #ffaf31;
}
.post-tab-list .post-content.media .post-title {
    margin-bottom: 0;
    font-size: 1.1rem;
}
/* Post List Item  */


.block-wrapper.top .row{
    overflow: hidden; 
}

/* Top bar  */

/* Tab Bar  */


/* heading title  */
.heading-title{
    margin: 10px 0;
    width: 100%;
    float: left;
    padding: 10px 0px 0 0;
} 
.heading-title span{
    float: left;
    padding-right: 0px;
    position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    overflow: visible;
    display: block;
    width: 100%;
    padding-left: 8;
    padding-top :   8px;
    padding-bottom: 8px;
}
 
  
.section-2 a h2{
    font-size: 1.1rem;
    margin-top: .5rem; 
}
.section-2 a p{
    font-size: 1.05rem;
}
.section-2 .news-time p{
    font-size: 16px;
}

/* 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;
    padding-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.25rem;
            font-weight: bold;
        }
        .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 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 #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section-4 .column-2 .news-image{
    width: 35%;
    float: left;
}
.section-4 .column-2 .news-content{
    width: 65%;
    float: left;
    padding-left: 15px;
}
/* .section-4 .column-2 .news-time{
    width: 65%;
    float: right;
    padding-left: 10px;
} */
        /* font  */
        .section-4 a h2.top{
            font-size: 2.0rem;
            /* margin-top: 5px; */
            /* margin-top: 5px; */
        }

        .section-4 a h2{
            font-size: 1.5rem;

        }
        
        .section-4 .news-time p{
            font-size: 16px;
        }
        .section-4 span.news-caption{
            color: rgb(48, 55, 160);
            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: 5px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    font-size: 1.4rem;
    padding: 5px 10px;
    padding-bottom: 15px;
}

a.news-link .hover-2-title{
    color: var(--white);
}
a.news-link:hover .hover-2-title{
    color: var(--alt-headline);
}
a.news-link:hover .hover-2-title-cat{
    color: var(--white) !important;
}

.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: #ffdaa4 !important;
    width: 80%;
    margin: 0 10%;
    padding-top: 5px;
    font-size: 1.5rem;
}

.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  */


/* Section 6 */
.opinion-blog{
    background: #4caf500d;
    padding: 25px 0;
}
.section-6 .part-1 .mark{
    width: 30%;
    background: #001246;
    padding: 2px;
    margin: 5px 0;
    margin-bottom: 10px;
}
.section-6 .part-2 .mark{
    width: 10%;
    background: #FF9800;
    padding: 1px;
    margin: 5px 0;
}
.section-6 .dv-align{
    width: 90%;
    margin: 0 5%;
}
.section-6 .part-1 .title h2{
    padding: 2px 10px;
    box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #001246;
    line-height: inherit;
    position: relative;
    left: -32px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    font-size: 1.5rem;
    line-height: 1.8;
}
.section-6 .part-1 a.news-link{
    color: var(--white);
}
.section-6 .part-1 a.news-link:hover h2{
    color: var(--alt-headline);
}

.section-6 .part-1 .main-content{
    /* border: 0.5px solid #ddd;
    width: 75%;
    margin: 0 10%; */
    border: 0.5px solid #ddd;
    width: 80%;
    margin: 0 0 0 10%;
    float: right;
    /* position: absolute; */
}
.section-6 .part-1 .main-content .title{
    margin-left: -12.5%;
    margin-top: 24px;
}
.section-6 .part-1 .main-content .content p{
    padding: 30px;

}
.section-6 .part-1 .main-content .writer-heading{
    /* position: absolute; */
    position: relative;
    bottom: 0;
    padding-left: 40px;
}
.section-6 .part-1 .main-content .writer-heading h4{
    font-size: 1.2rem;
    font-weight: bold;
}
.section-6 .part-1 .main-content .writer-heading h4 a:hover{
    color: #FF9800;
}

    /* part 2 */
    .section-6 .part-2 .icon-view{
        width: 80px;
        height: 80px; 
        float: left;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .section-6 .part-2 .icon-view-image{
        width: 70px;
        float: left;
        height: 70px;
        border-radius: 50%;
    }
    .section-6 .part-2 .icon-view img {
        width: 100%;
        height: 100%;
        float: left;
        border-radius: 50%;
    }
    .section-6 .part-2 .content{
        width: 85%;
        float: left;
        padding-left: 15px;
        
    }
    .section-6 .part-2 .content h2{
        font-size: 1.45rem;
        font-weight: normal;
        margin: 0;
    }
    .section-6 .part-2 .content .writer-heading h4{
        margin: 0;
        font-size: 16px;
    }
    .section-6 .part-2 .content .writer-heading h4 .fa-pencil{
        color: #818181;
    }
    .section-6 .part-2 .content .writer-heading h4 a:hover{
        color: #FF9800;
    }
    .section-6 .part-2 .content .writer{
        font-size: 1rem;
        font-weight: bold;
        
    }
    .section-6 .part-2 .content .writer span{
        color: var(--caption);
         font-size: 1.1rem;
    }
    /* .section-6 .part-2 .content.bd-bt{
        border-bottom: 0.5px solid #ddd;
        
    } */

    .section-6 .part-2 .writer-heading{
        bottom: 0;

    }

    .writer-heading img{
        width: 50px;
        border-radius: 50%;
        box-shadow: 0px 1px 6px #87878778;
    }
    /* part 2 */

/* Section 6 */


/* section 7 */
/* font  */
        .section-7 a h2{
            font-size: 1.3rem;
        }
        .section-7 span.news-caption{
            color: rgb(48, 55, 160);
            font-size: 18px;
        }
        /* font  */
/* section 7 */






/* Footer  */
footer{
    background: #f7f7f7;
}
footer .mbl-row{
    display: none;
}

footer .part-1 ul{
    margin-top: 20px;
}
footer .part-1 li{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .part-2 ul{
    margin-top: 20px;
}
footer .part-2 li{
    list-style: none;
    margin-top: 5px;
}

footer .part-3 ul{
    margin-top: 20px;
}
footer .part-3 li{
    list-style: none;
    margin-top: 10px;
}

footer .bd-r8{
    border-right: 0.5px solid #ddd;
}
.dev-section{
    background: #ffffff;
    border-top: 1px solid #d7ead8;
    margin-top: 15px;
}
p.IT-section {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    color: #000000; 
}
p.IT-section img{
    height: 35px; 
}
p.IT-section a {
    color: #2ab0c5   !important ;
}
p.IT-section a:hover {
    color: #ffffff  !important ;
}
.footer-address-bar p{
    font-size: 16px;
    color: #262626;
    margin: 0
}
.footer-address-bar h5{
    color:#2ab0c5;
    font-size: 16px;
    margin: 0;
}
/* Footer  */


/* social Icon  */
/* footer social icons */
footer ul.social-network {
	list-style: none;
	display: inline-block;
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
}
footer ul.social-network li {
	display: inline;
	margin-right: 10px;
    margin-bottom: 10px;
}


/* footer social icons */

footer .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
footer .social-circle li a.icoFacebook{
    background-color: #1877f2;
}
footer .social-circle li a.icoYoutube{
    background-color: #ff0000;
}
footer .social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}
.footer-logo img{
    max-width: 100%;
    height: 70px;
    padding: 5px 15px;
    background: #efe3e4;
    margin-top: 20px;
    border-radius: 5px;
}

footer .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
footer .social-circle i {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/* social Icon  */




/* Details Page  */
.news-details{
    padding-top: 20px;
}
.news-details .head-part{
    width: 95%;
    margin: 0 2.5%;
    border-bottom: 1.5px solid #ddd;
    float: left;
}

.news-details .head-part p.category{
    display: inline-block;
    border-bottom: 2px solid #ececec;

}
.news-details .head-part p.news-caption{
    font-weight: bold;
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 2px;

}
.news-details .head-part p.category a{
    font-size: 20px;
    font-weight: bold;
    /* text-decoration: underline; */
    color: var(--lochmara-blue);
    margin-bottom: 2px;
}
.news-details .head-part .news-title .sub-title{
    color: var(--subheadline);
    font-size: 1.1rem;
}
.news-details .head-part .news-reporter .mark{
    width: 5%;

    padding: 3px;
    background: #d4d4d4;
}

.news-details .news-dt-share{
    width: 100%;
}
.news-details .news-dt-share .news-time{
    float: left;
    width: 100%;
}
/* .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;
    padding: 3px 5px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
    font-size: initial;
}
.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;
    padding: 20px 0;

}
/*.news-details .news-body .head-image img{*/
/*    max-height: 600px;*/
/*    width: 100%;*/
/*}*/
.news-details .news-body .image-caption{
    color: var(--caption);

}
.news-details .news-body .news-content{
    float: left;
    width: 95%;
    margin: 0 2.5%;
}

.news-details .news-body .news-content img{
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: auto;
    object-fit: unset;
    float: left;
    box-shadow: 0px 0px 12px #ddd;
}
.news-details .news-body .news-content p{
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify; 
}
.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: #0573e6;
}
.news-details .news-body .news-content .more p a:hover{
    color: #d60000;
}

.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;
    width: 100%;
}
.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 {
	padding: 5px 15px;
    background: var(--site-alt-color);
    border-radius: 5px;
    color: #fff;
    padding: 7px 10px 7px;
    padding-bottom: 5px;
    border: 0;
    line-height: 1;
    font-size: 1rem;
    border: 1px solid var(--site-alt-color);
}
.news-details .news-body .news-content ul.news-tag li button:hover {
    border: 1px solid var(--site-alt-color);
    color: var(--site-alt-color);
    border-radius: 5px;
    background: #fff;
}


/* 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;
    margin-right: 5px;
}
.news-details .news-body .news-content .news-share ul.share-list li a {
    padding: 10px 16px;
    float: left;
    background: #e4e4e4;
    color: #1c1c1c;
}
.news-details .news-body .news-content .news-share ul.share-list li a:hover {
    opacity: 0.8;
    color: unset;
}
/* Bottom Share  */


/* side bar  */
.details-sidebar .more-tag{
    background: #f5f5f5;
    padding: 10px 10px 8px 10px;
    border-left: 5px solid #c9c9c9;
}
.details-sidebar a.news-link h2 {
    font-size: 1rem;
}
.details-lastest-tag{
    display: inline-block;
    padding: 5px 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--lochmara-blue);
    line-height: .8;
    padding-left: 0;
}
.details-lastest-tag img{
    margin-top: -5px
}

.details-sidebar .sidebar-news{
    position: sticky;
    top: 60px;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.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: 24px;
}
.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;
    
}

.news-details .category-wise-news h2{
    font-size: 1.25rem;
}
/* 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: 20px 0;
}
.news-category .category-title {
    display: -webkit-inline-box;
    /* width: 100%; */
    border-bottom: 2px solid #e7e7e7;
    /* background: red; */
    /* padding: 1px; */
    padding: 0;
    margin-bottom: 25px;
}
.news-category .category-title h1{
    font-size: 2rem;
    margin-bottom: 0;
    color: #262626;
    font-weight: bold;
}
.news-category .sidebar{
    padding-top: 40px;
}
.news-category .sidebar .top-advertise{
    width: 100%;

}

.news-category .news-section .news-image{
    width: 100%;
    float: left;
}
.news-category .news-section .news-heading{
    width: 100%;
    float: left;
}

.news-category .news-section .news-heading h3{
    font-size: 1.6rem;
}
.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: 15px;
}
.news-category .news-section2 .news-content h3{
    font-size: 1.35rem;

}
.news-category .news-section2 .news-content p{
    margin-bottom: 10px;
    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-more  a.news-link h2 {
    font-size: 1.4rem;
}

.news-category .more-btn-load{
    box-shadow: none;
    margin-top: 20px;
}

.news-category .news-more{
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
}
.news-category .news-more p{
    color: #6c757d;
    line-height: 1.27;
}
.news-category .news-more .news-content{
    width: 65%;
    float: left;
    padding-right: 15px;
}
.news-category .news-more .news-image{
    width: 35%;
    float: left;
    object-fit: cover;
    max-height: 140px;
    overflow: hidden;
}
.news-category .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-category .more-btn{
    
    width: 20%;
    margin: 20px 40%;
    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{
    width: 95%;
    float: left;
    border: none;
    height: 50px;
    font-weight: bold;
    color: var(--lochmara-blue);
    font-size: 30px;
    transition: 0.5s ease-in;
    
    /* border-bottom: 1px solid #111186; */
}
.news-filter .search-filter input:focus-visible {
  outline: none;
  /* padding: 0 20px; */
  color: var(--caption);
  transition: 0.5s ease-out;
}
.news-filter .search-filter button{
    width: 95%;
    float: left;
    border: none;
    height: 50px;
    background: transparent;
    color: var(--blue);
    font-size: 20px;
    /* border-bottom: 1px solid #111186; */
}

.news-filter .search-filter button{
    width: 5%;
    float: right;
}
.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 h2 a span{
    color: var(--headline_caption);
}
.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%;
    aspect-ratio: 1/1;
    object-fit: cover; 
}
.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  */








/* Header Search  */

/* Header Search  */
.src__menu .show{
    background: #ffffff61;
    font-size: 25px;
    border: 0px;
    line-height: 1;
    padding-top: 4px;
    border-radius: 3px;
    padding-bottom: 1px;
}
    


#imaginary_container{
    width: 85%;
    float: left;
    margin-top:5%; /* Don't copy this */
}
#searchIDform{
    display: none;
}
.stylish-input-group .input-group-addon{
    background: #09f !important; 
    padding: 3px 4px;
    color: #fff;
    border-radius: 0 5px 5px 0;

}
.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: 99;
            box-shadow: 5px 5px 5px #7c7c7c4d;
        }

        .sidebar .news-menu{
            width: 100%;
            padding: 8px 32px;
        }
    
        .sidebar .news-menu a {
            text-decoration: none;
            padding: 8px 5px;
            font-size: 18px;
            color: #000000;
            display: block;
            font-family: 'solaimanlipi';
            transition: 0.3s;
            border-bottom: .5px solid #ddd;
        }
    
        .sidebar a:hover {
            color: var(--site-alt-color);
            letter-spacing: .5px;
        }

        @media(max-width: 768px){
            .mySidenav_intro{
                background-color: rgba(0,0,0,0.9);
            }
        }
    
        .sidebar .closebtn {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 15px;
            right: 10px;
            font-size: 20px;
            /* font-weight: bold; */
            border-radius: 5px;
            /* margin-left: 0; */
            border: none;
            background: #bfbfbf;
            color: white;
            /* padding: 0px 0px; */
            line-height: 1;
            font-family: unset;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
    
    
        #main {
            transition: margin-left .5s;
            padding: 16px;
        }
    

        .sidebar ::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background-color: rgba(0, 0, 0, .5);
            box-shadow: 0 0 1px rgba(255, 255, 255, .5);
        }



    
    .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%;
    margin-top: 10px;
}
.date p, .date .datebng{
    color: var(--caption);
    margin: 0;
}
@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: #fff !important;
    background: #2ab0c5 !important;
    font-weight: normal;
}
.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 {
    display: block;
    padding: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 3px 5px #d3d3d36b;
}

.drop-down{
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 18px !important;
    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: .25rem;
}

.navbar-nav .nav-item .dropdown-menu a {
    font-size: 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: .5s ease;
    color: #222;
    border-bottom: 1px solid #ececec;
}
.navbar-new-bottom ul.dropdown-menu li{
    margin: 0px !important;
}

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


/* Dropdown  */



/* Footer  */
.news-paper-mode a{
    color: rgb(34, 34, 34);
}
.news-paper-mode {
    padding: 0;
}

.news-paper-mode a:hover{
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.news-paper-mode a i{
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: bold;
}
/* 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;
    }
    .cat-thumb-img{
        aspect-ratio: 16/9;
        object-fit: cover;
    }
/* Lazy Loader  */


/* News Details Author CSS  */
.publish{
    background: whitesmoke;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
} 
.publish p:nth-child(1){
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#7c1e27;
    color: #fff;
}
.publish p:last-child{
    margin: 0;
    height: 30px;
    background: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details-author .author{
    display: block;
    width: 100%;
   
}
.details-author .author-info{
    display: block;
} 
.details-author .author-div{
    display: block;
    width: 100%;
    padding: 10px;
    background: #eae7e8;
    border-radius: 5px;
    min-height: 120px;
    margin-bottom: 50px;
    text-align: center;
}
.details-author .author-image img{
    height: 70px;
    width: 70px;
    object-fit: cover;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    margin-top: -45px;
}
.details-author .author-details{
    padding: 0 10px;
    margin-top: 15px;
}
.details-author .author-details h4{
    font-size: 1.2rem;  
    font-weight: bold;
}
.details-author .author-details p{
    font-size: 1rem;  
}
.details-author .author-details p a:hover{
    color: var(--site-alt-color);
}
/* News Details Author CSS  */


/* Advertise CSS  */
.ad-img-link{
    max-width: 100%;
}
.ad-img-link img{
    max-width: 100%;
}

.ad-bg{
    background: #f7f7f7;
}
/* Advertise CSS  */


/* Details Scroll CSS Start */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
}

.post_data
{
    padding:24px;
    border:1px solid #f9f9f9;
    border-radius: 5px;
    margin-bottom: 24px;
    box-shadow: 10px 10px 5px #eeeeee;
}
/* Details Scroll CSS Start */




.divider {
    font-size: 30px;
    display: flex;
    align-items: center;
  }

  .divider img {
    width: 8%;
  }
  
  .divider::before, .divider::after {
    flex: 1;
    content: '';
    margin: 5px;
    border: 1px solid #ececec;
  }

/* News Ticker  */
.news-t-ticker {
    background-color: #efefef;
    margin-bottom: 15px;
}
.news-ticker{
    margin-left: 0px; 
}
.news_ticker .section-title h5 {
	
    font-weight: bold;
    color: var(--site-alt-color);
    margin: 0;
    width: 70px;
    align-items: center;
    position: relative;
    margin-right: 15px;
    line-height: 1;
    line-height: 1;
    border-right: 1px solid grey;
    font-size: 19px;
}
.news_ticker .section-title h5 a{
    color: var(--site-alt-color); 
}
.section-title {
    padding: 7.5px 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_ticker .simple-marquee-container {
    display: flex;
    align-items: center;
}

.news_ticker .simple-marquee-container a span{
    color: var(--site-alt-color);
}

.news_ticker .simple-marquee-container * {
    font-size: 1.1rem;
}
.news_ticker .section-title .simple-marquee-container .marquee-content-items {
    height: unset;
    display: flex;
    align-items: center;
}
.simple-marquee-container .marquee-content-items li:after {
    content: "" !important;
    margin: 0 1em;
}
.news_ticker .simple-marquee-container a:hover{
    color: var(--site-alt-color);
}
/* News Ticker  */

/********************/
/* Dynamic Design  */

.news-caption{
    color: var(--site-alt-color);
}

.news-time{
    line-height: 1;
    display: flex;
}

.news-post-lead h2{
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.news-post-box{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.news-post-box h2{
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.news-post-side{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.news-post-side h2{
    font-size: 1.15rem;
    margin-top: 0;
}

.news-video-box{
 
}

/* Dynamic Design  */
/*******************/

/*******************/
/* Section Design  */
section.entertainment{
    background: #d7ead8;
    padding: 25px 0;
}
    section.entertainment .news-post-side {
        border-bottom: 1px solid #b5b5b5;
    }
    section.entertainment a.news-link .news-time span {
        color: #686565;
    }
/* Section Design  */
/*******************/

/*****************/
/* Popuup Video  */
.popup-youtube{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #ff0000c2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
.popup-youtube:hover{
    background: var(--site-alt-color);
    color: #fff;
}
/* Popuup Video  */
/*****************/

/*****************/
/* Details Page  */

.news-main-content{
    width: 100%;
    background: white;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding-top: 20px;
}

.news-title h1{
    font-size: 2rem;
    font-weight: bold;
}

.popup-youtube.popup-youtube-details{
    position: absolute;
    left: 45%;
    top: unset;
    width: 60px;
    height: 60px;
    background: #ff0000c2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.popup-youtube.popup-youtube-details:hover{
    background: var(--site-alt-color);
    color: #fff;
}

/* Details Page  */
/*****************/

/* Category Page  */
.news-post-cat{
    background: #ebebeb;
    padding: 10px;
    height: 100%; 
}
.btn-more{
    border: 0;
    background: var(--site-alt-color);
    padding: 10px 30px 7px;
    border-radius: 5px;
    color: #fff;
    transition: .5s ease all;
}
.btn-more:hover{
    background: #ebebeb;
    color: var(--site-alt-color);
}
/* Category Page  */

h2 .fa-square{
    font-size: 14px;
    margin-right: 5px;
    color: #0a7c0f;
}

.h-writer-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
    object-fit: cover;
}

.news-bd-top{
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

.news-bd-right{
    border-right: 1px solid #e3e3e3;
}

.lifestyle .news-post-lead{
    position: relative;
}
.lifestyle .news-post-lead .news-content{
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: #000000ba;
    width: 100%;
}
.lifestyle .news-post-lead a.news-link h2{
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
}
.lifestyle .news-post-lead a.news-link:hover h2{
    color: #FF9800;
}
.carousel-item a.news-link h2{
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    background: #0000006b;
    padding: 15px;
    border-radius: 5px;
    
}
.carousel-item a.news-link:hover h2{
    color: #FF9800;
}
.heading-title .fa-arrow-turn-down{
    font-size: 15px;
    color: #2ab0c5;
}
#app{
    width: 100%; float: left; font-size: 16px;
}

.news-post-side h2{
    /*display: flex;*/
}
.opt-sec .news-post-side h2{
    display: block;
}
h2 .fa-square {
    font-size: 14px;
    margin-right: 10px;
    color: #0a7c0f;
    margin-top: 5px;
}

.heading-title.cat-title h2 {
    font-size: 1.7rem;
}

.author-link:hover{
    color: var(--caption_headline)
}

.author-details-inner{
    padding: 10px;
    background: #ebebeb;
    border-bottom: 2px solid var(--site-alt-color);
    padding-top: 20px;
    padding-bottom: 20px;
}
.reporter-co-designation{
    font-size: 16px;
    color: var(--site-alt-color);
}
.repo-img ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin-top: 15px;
}
.repo-img ul li{
    width: 30px;
    height: 30px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; 
}
.repo-img ul li a{
    line-height: 0;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: .2s; 
}
.repo-img ul li a:hover{
    background: #0573e6;
    color: #fff; 
}
.news-authorwise .author-details-inner .reporter-name {
    font-size: 30px;
}
.page{
    float: left;
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.page .pagination{
    margin: 0px; 
}
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #fff;
    background-color: #ee1a25;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 40px;
    padding: 0;
    margin: 0 5px;
    font-weight: bold; 
    border: none;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background-color: #b9000a;
    box-shadow: 3px 3px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
}

/* Scrolling CSS */

.scroll-hori {
    width: 100vw;
    padding: 2px 0;
    position: relative;
    z-index:0;
    background: #f1ebeb;
}

.breaking-all-news {
    max-width: 1140px; 
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 5px;
}

.news-scroll a {
    color: #000;
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
}

.news-scroll a::before {
    content: "🔵 "; 
    margin-right: 6px;
    font-size: 12px;
}
/* Scrolling CSS */




.author-details { text-align: center; }
.author-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.author-avatar {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.author-name {
  font-weight: 600;
  line-height: 1.2;
}


