
@font-face {
    font-family: 'Surjo-400';
    src: url('fonts/ShurjoWeb_400.woff') format('truetype');
} 


@font-face {
  font-family: 'Surjo-700';
  src: url('fonts/ShurjoWeb_700.woff') format('truetype');
}



:root {

  --navy-blue: #1a237e;
  --white: #ffffff; 
  --black: #000;
  --headline: #00000; 
  --subheadline: #3c3c3c; 
  --time: #a7a7a7; 
  --caption: #727272; 
  --body: rgb(0, 0, 0);
  --caption_headline: #ca2020; 
  --headline_caption: rgb(255, 0, 0);
  --site-hover: #1e90ff;
  --site-color: #020202;
  --site-hover-light: #c1ffff;
  --light-gray: #f3f2f2;
  --border-color: #727272;
  --lochmara-blue: #0573e6;
  --alt-headline: #ffc014; 
}


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.65rem;
    font-family: 'Surjo-700';
}
.heading-title h2 a{
    color: var(--black);
}
.heading-title h2 a:hover{
    color: var(--lochmara-blue);
}




a.news-link h1, a.news-link h2, a.news-link h3{
    color: var(--headline);
    font-family: 'surjo-700', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a.news-link:hover h1, a.news-link:hover h2, a.news-link:hover h3{
    color: var(--lochmara-blue)
}
a.news-link p{
    color: var(--subheadline);
    font-size: 1.05rem;
}
a.news-link .news-time span{
    color: var(--time);
    font-size: 1rem;
    display: none;
}


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: var(--caption_headline);
}








body{
    font-family: 'Surjo-400', 'Surjo-700', '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: 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: 1340px;
    }
}
@media (min-width: 991px){
    .col-half-offset {
        max-width: 20%;
    }
}




header{
    height: 150px;
}

.top-bar{
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
    
}

.top-bar .logo-part{
    width: 100%;
    text-align: center;
    
}
.top-bar .logo-part img{
    max-height: 90px;

}


/******* Start Navbar ******/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #E95546;
    color: #fff;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.navbar{
    padding: 0;
}
.navbar-new-top{
    background: #fff;
}

.navbar-new-top ul{
    margin-right: 9%;
}
.navbar-new-top ul li{
    margin-right: 0%;
    width: 120px;
}
.navbar-new-bottom{
    background-color:#c7dcf3;
    box-shadow: 0 5px 6px -2px rgb(185 185 185 / 15%);
    height: 50px;
}
.navbar-new-bottom ul li{
    margin: 0 10px;
}
.navbar-nav .nav-item a {
    font-size: 1.1rem;
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
    font-family: 'Surjo-400';
}
.navbar-nav .nav-item a:hover{
    color: var(--lochmara-blue);;
}
.dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}


/******** 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;
        }

                @media (max-width: 767px) {
                    .e-paper .advert img.ad {
                        max-height: 300px;
                        object-fit: contain;
                    }
                }
        /* .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;
    /* background: #f6fbf6; */
    /* -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%); */
}
.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: 300px;
    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: 20px;
    text-transform: uppercase;
    color: #8a8a8a;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    display: block;
}
.post-list-item .nav-tabs li a.active {
    color: #120a09;
}
.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: 2.5rem;
    margin: 0;
    color: #8b8b8b;
}

.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.15rem;
}
/* Post List Item  */


.block-wrapper.top .row{
    overflow: hidden; 
}

/* Top bar  */

/* Tab Bar  */


/* heading title  */
.heading-title{
    margin: 10px 0;
    width: 100%;
    float: left;
}
.heading-title span{
    float:left;
    padding-right: 8px;
}
.heading-title i{
    font-size: 13px;
    color: #E95546;
    float:left;
    margin: 10px 0 5px 0;
}
/* heading title  */


/* Section 2 */

.section-2 a h2{
    font-size: 1.35rem;
    margin-top: 5px; 
    font-weight: bold;
}
.section-2 a p{
    font-size: 1.05rem;
}
.section-2 .news-time p{
    font-size: 16px;
}
.section-2 span.news-caption{
    color: rgb(48, 55, 160);
    font-size: 18px;
    line-height: 1.1;
    float: left;
    width: 100%;
}
/* 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;
    font-family: surjo-700;
    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-family: "surjo-700";
        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.5rem;
        }
        .section-7 span.news-caption{
            color: rgb(48, 55, 160);
            font-size: 18px;
        }
        /* font  */
/* section 7 */


/* section 8 */
/* font  */
        .section-8 hr{
            float: left;
            width: 100%;
        }
        .section-8 a h2{
            font-family: 'surjo-400';
        }
        .section-8 a h2.top{
            font-size: 1.4rem;
            font-family: 'surjo-700';
        }
        
        .section-8 a h2{
            font-size: 1.25rem;
            /* margin-top: 5px; */

        }
        .section-8 a h2 span.news-caption{
            color: rgb(194, 7, 7);

        }
        
        
    
/* section 8 */



/* Footer  */
footer .mbl-row{
    display: none;
}

footer .part-1 ul{
    margin-top: 20px;
}
footer .part-1 li{
    list-style: none;
    margin-top: 10px;
}

footer .part-2 ul{
    margin-top: 20px;
}
footer .part-2 li{
    list-style: none;
    margin-top: 10px;
}

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;
}
p.IT-section {
    font-size: 16px;
    margin-bottom: 6px;
    padding: 10px;
    background-color: #a4c8e7;
}
p.IT-section img{
    height: 35px; 
}
p.IT-section a {
    color: #0056b3 !important ;
}
p.IT-section a:hover {
    color: var(--lochmara-blue) !important ;
}
.footer-address-bar p{
    font-size: 16px;
    font-family: ui-sans-serif;
}
/* 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: 0 5px;
}


/* footer social icons */

footer a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

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:50%;
	text-align:center;
	width: 40px;
	height: 40px;
    background: rgb(236, 236, 236);
	font-size:20px;
}
footer .social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

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 {
	color: rgb(0, 0, 0);
	-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: var(--caption);
    font-size: 1.4rem;

}
.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 h1{
    font-family: 'surjo-700', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.news-details .head-part .news-title .sub-title{
    color: var(--subheadline);
    font-size: 1.3rem;
}
.news-details .head-part .news-reporter .mark{
    width: 5%;

    padding: 3px;
    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;
    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;
    width: 90%;
    margin: 0 5%;
    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: 80%;
    margin: 0 10%;
}
.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{
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    aspect-ratio: auto;
    object-fit: unset;
    float: left;
}
.news-details .news-body .news-content p{
    font-size: 1.25rem;
    text-align: justify;
    line-height: 1.5;
}
.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: #f1f1f1;
    border-radius: 5px;
    color: #0573e6;
    padding: 10px;
    padding-bottom: 5px;
    border: 0;
    line-height: 1;
    font-size: 15px;
}
.news-details .news-body .news-content ul.news-tag li button:hover {
	padding: 5px 15px;
    background: #c5c5c5;
    border-radius: 5px;
    color: #0573e6;
    padding: 10px;
    padding-bottom: 5px;
}


/* 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{
    padding-top: 40px;
}
.details-sidebar {
    padding-top: 40px;
}
.details-sidebar a.news-link h2 {
    font-size: 1.25rem;
}
.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 .more-tag{
    text-decoration: underline;
}
.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: #2881e1;
    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.7rem;
}

.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{
    padding: 0 10px;
}
.src__menu .show{
    border: navajowhite;
    background: #fff;
    font-size: 28px;
}
    

#menu_toggle-btn{
    width: 15%;
    float: left;
    margin-top: 5%;
}

#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 a {
            text-decoration: none;
            padding: 8px 5px;
            font-size: 1.05rem;
            color: #000000;
            display: block;
            border-bottom: .5px solid #f5f5f5;
        }
    
        .sidebar a:hover {
            color: var(--lochmara-blue);
            background: #ffffff;
        }

        @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: 30px;
            font-weight: bold;
            border-radius: 50%;
            margin-left: 0;
            border: none;
            background: #1a1a1a;
            color: white;
            padding: 0px 6px;
            line-height: 35px;
            font-family: unset;
        }
    
    
        #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%;
}
.date p{
    color: var(--caption);
    margin: 0;
    float: left;
}
@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 {
    display: block;
    padding: 5px;
    border: 0;
    box-shadow: 2px 2px 9px #5d5d5d;
}

.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;
    padding-left: 20px !important;
    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;
}

.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/10;
        object-fit: cover;
    }
/* Lazy Loader  */


/* News Details Author CSS  */
.details-author .author{
    display: block;
    margin-right: 10px;
    width: 100%;
   
}
.details-author .author-info{
    display: flex;
    align-items: center;
}
.details-author .author-div{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.details-author .author-image img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    aspect-ratio: 4/4;
    border-radius: 50%;
}
.details-author .author-details{
    padding: 0 10px;
}
/* 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 dashed #b5b2b2;
  }



/* tops news 7 */
.tops-news .news-post {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom:10px;
}

.tops-news .news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tops-news .news-image {
    width: 100%;
    max-height: 300px;  
    overflow: hidden;
    margin-bottom: 15px;
}

.tops-news .news-image img.top-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.tops-news .news-caption {
    display: inline-block;
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.tops-news h2.top {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.tops-news p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.tops-news .news-time {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

/* DropDown Menu */

/* Parent hover to show submenu */
.custom-dropdown-parent {
    position: relative;
}

.custom-dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Right below parent */
    left: 0;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 180px;
    z-index: 999;
    padding: 0;
}

/* Show menu on hover */
.custom-dropdown-parent:hover .custom-dropdown-menu {
    display: block;
}

/* Dropdown items */
.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

/* Hover effect full width */
.custom-dropdown-item:hover {
    color: #962b2b;
}

/* Arrow next to parent menu item */
.dropdown-arrow {
    font-size: 1em;       
    margin-left:2px;      
    transition: transform 0.3s;
}

.custom-dropdown-parent:hover .dropdown-arrow {
    transform: rotate(180deg);
}

/* DropDown Menu */

/* Mobile Menu */
.news-menu {
  display: flex;
  flex-direction: column;
 font-family: 'Surjo-400', sans-serif;
}

.news-menu a,
.menu-label {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.menu-label:hover,
.news-menu a:hover {
  background: #f0f0f0;
}

.arrow {
  font-size: 8px;
  margin-left: 4px; 
  transition: transform 0.3s ease;
}

/* hide checkbox */
.submenu-toggle {
  display: none;
}

/* submenu base */
.submenu {
  max-height: 0;
  overflow: hidden;
  background: #f8f9fa;
  border-left: 2px solid #007bff;
  margin-left: 15px;
  transition: max-height 0.6s ease; 
}


.submenu-toggle:checked + .menu-label + .submenu {
  max-height: 400px; 
}


.submenu-toggle:checked + .menu-label .arrow {
  transform: rotate(180deg);
}

/* stop copying */
.news-details-view {
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;     
    user-select: none;         
}

/* header image ad */
.advert img.ad {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}