
@font-face {
  font-family: 'solaimanlipi';
  src: url('fonts/solaimanlipi.woff') format('truetype');
}

:root {
  --blue: #1e90ff;
  --navy-blue: #1a237e;
  --white: #ffffff; 
  --black: #000;
  --headline: #020202; 
  --subheadline: #585858; 
  --time: #686868; 
  --caption: #727272; 
  --body: rgb(0, 0, 0);
  --headline_caption: rgb(255, 0, 0);
  --site-hover: #e21e28;
  --nav-bg: #bf1f2e; 
  --hover: #bf1f2e; 
}


/* a{
    color: var(--black);
} */
a:hover {
    color: #e21e28;
}

a h2{
    margin-top: 5px;
}

a p{
    color: var(--subheadline);
    line-height: 1.27;
    font-size: 1rem;
}
a p:hover{
    color: var(--subheadline);
}
.news-time p{
    color: var(--time);
    font-size: 14px;
}

.heading-title h2 a{
    color: var(--black);
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    float: left;
}
.heading-title h2 a:hover{
    color: var(--site-hover);
    
}

body{
    font-family: solaimanlipi, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    background-color: var(--white);
}

.main-container{
    background: #f7f7f7;
    padding: 0;
}


a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}




/* 
header{
    height: 150px;
} */

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

.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;
    transition: 0.2s ease-in-out;
    z-index: 1;
} */

.navbar{
    padding: 0;
}
/* .navbar-new-top{
    background: #fff;
} */

.navbar-new-top ul{
    list-style: none;
    display: inline-flex;
    padding: 0;
    padding: 5px;
}
    .navbar-new-top ul.ul-arc{
        background: repeating-linear-gradient(51deg, #f33116, #ffbe00 70px);
        padding: 0;
    }
    .navbar-new-top ul.ul-arc:hover{
        background: repeating-linear-gradient(54deg, #ffbe00, #bf1f2e 70px);
        transition: opacity .5s linear;
    }
.navbar-new-top ul li{
    margin-left: 5px;
    width: 22px;
    height: 22px;
}
    .navbar-new-top ul.ul-arc li{
        width: 100%;
        margin: 0;
        height: unset; 
    }
.navbar-new-top ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

    .navbar-new-top ul.ul-arc li a{
        height: 32px;
        padding: 0 10px;
    }
.navbar-new-top ul li a.facebook{
    background: #1877f2;
}
.navbar-new-top ul li a.twitter{
    background: #1da1f2;
}
.navbar-new-top ul li a.youtube{
    background: #ff0000;
}
.navbar-new-bottom{
    background-color: #ffffff;
    /* box-shadow: 0 5px 6px -2px rgba(0,0,0,.15); */
    /* border-top: 1px solid #e0e0e0; */
    /* height: 50px; */
}
.navbar-new-bottom ul li{
    margin: 0 0.7%;
}
.navbar-nav .nav-item a {
    color: #0e0d0d;
    font-size: 1.1rem;
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
    transition: 0.5s ease;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav .nav-item a:hover{
    color: #121111;
    font-weight: bold;
}
.dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}

/*********** New Social Icon CSS Topbar ******/

.social-div ul {
    gap: 18px;          
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-div ul li a {
    width: 40px;        
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #333;   
    font-size: 20px;   
    text-decoration: none;
}

/*********** New Social Icon CSS Topbar ******/

/******** End Navbar *******/

/* top ad  */
.ads-bar{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.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: 22px;
    font-weight: bold;
    color: #000;
    line-height: 1.27;
}

.top-section a h2{
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
}

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


.top-section .top-news{
    background: #f3f3f3;
    float: left;
    display: flex;
    align-items: center;
    padding: 10px;
    /* border-right: 1px solid #ddd; */
}
.top-section .top-news .news-post{
    width: 50%;
    float: left;
    padding: 0 10px ;
}
.top-section .top-news .news-image{
    width: 50%;
    float: left;
}


        /* bottom  */
        .top-section .left-part .bottom{
            float: left;
            background: #f3f3f3;
            padding: 14px;
        }
        .top-section .news-post.bottom .news-image{
            width: 40%;
            float: left;
            max-height: 80px;
            overflow: hidden;
        }
        .top-section .news-post.bottom a h2{
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0;

        }
        .top-section .news-post.bottom h2{
            width: 60%;
            float: left;
            padding-left: 10px;
        }
        .top-section .news-time.bottom {
            width: 60%;
            float: right;
            padding-left: 10px;
        }
        .top-section .news-time.bottom p{
            font-size: 18px;
        }
        /* bottom  */

        /* e-paper  */
        .e-paper{
            float: left;
            width: 100%;
            padding: 0 10px;
            background-color: #ff3c3c;
            border-radius: 5px;
            text-align: center;
        }
        .e-paper .e-caption{
            width: 70%;
            float: left;
        }
        .e-paper .e-image{
            width: 30%;
            float: left;
        }
        .e-paper .e-image img{
            width: 100%;
            height: 80px;
        }

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

/* heading title  */
.heading-title{
    margin: 10px 0;
    width: 100%;
    float: left;
}
.heading-title span{
    float: left;
    padding-right: 0px;
    margin-right: 10px;
    border-bottom: 4px solid #ff3c3c;
}
.heading-title i{
    display: none;
    font-size: 14px;
    color: #ff3c3c;
    float:left;
    margin: 13px 0 4px 0;
}
/* heading title  */


/* Section 2 */

.section-2 a h2{
    font-size: 18px;
    line-height: 1.27;
    margin-top: 10px;
    font-weight: normal;
}
.section-2 a p{
    font-size: 18px;
    line-height: 1.2;
}
.section-2 .news-time p{
    font-size: 16px;
}
.section-2 span.news-caption{
    color: rgb(253 43 53);
    font-size: .95rem;
    line-height: 1;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
/* Section 2 */


/* Section 3 */
.section-3 .mbl-view{
    display: none;
}
.section-3 .bd-bt{
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
}
.section-3 .bd-r8-lft{
    border-left: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
}

.section-3 .side-bar .news-image{
    width: 40%;
    float: left;
} 
.section-3 .side-bar .news-headline{
    width: 60%;
    float: left;
    padding-left: 10px;
} 
.section-3 .side-bar .news-time{
    width: 60%;
    float: right;
    padding-left: 10px;
} 

        /* font  */
        .section-3 a h2{
            font-size: 1.3rem;
            font-weight: bold;
            color: #484848;

        }
        .section-3 a h2.top{
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 1.27;
            width: 100%;
            margin-top: 9px;
            float: left;
        }
        .section-3 a p{
            font-size: 18px;
            line-height: 1.2;
        }
        .section-3 .news-time p{
            font-size: 16px;
        }
        .section-3 span.news-caption{
            color: rgb(48, 55, 160);
            font-size: 18px;
            line-height: 1.1;
            float: left;
            width: 100%;
            margin-top: 5px;
        }
        /* font  */

/* Section 3 */

/* section 4 */
.section-4 .bd-bt{
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.section-4 .column-2 .news-image{
    width: 35%;
    float: left;
}
.section-4 .column-2 .news-content{
    width: 65%;
    float: left;
    padding-left: 10px;
}
.section-4 .column-2 .news-time{
    width: 65%;
    float: right;
    padding-left: 10px;
}
        /* font  */
        .section-4 a h2.top{
            font-size: 21px;
            /* margin-top: 5px; */
            /* margin-top: 5px; */
        }

        .section-4 a h2{
            font-size: 18px;
            line-height: 1.27;
            font-weight: normal;

        }
        
        .section-4 a p{
            color: var(--subheadline);
            line-height: 1.27;
            font-size: 1rem;
        }
        .section-4 .news-time p{
            font-size: 14px;
        }
        .section-4 span.news-caption{
            color: rgb(226 30 40);
            font-size: 16px;
        }
        /* font  */

/* section 4 */


/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  height: 380px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}




/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  font-size: 21px;
  padding: 0 10px;

}
.hover-2-title-cat {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background: #e49b2e;
    color: white;
    width: 50%;
    margin: 0 25%;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

/* carousal  */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left; padding: 20px;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { 
        left:0;
        background: #c3c3c380;
        border: none;
        width: 40px;
        height: 40px; 
        margin: 0 10px;
    }

    .MultiCarousel .rightLst {    
        right: 0;
        background: #c3c3c380;
        border: none;
        width: 40px;
        height: 40px; 
        margin: 0 10px;
    }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; display: none; }
/* carousal  */


/* Section 6 */
.section-6 .part-1 .mark{
    width: 30%;
    background: #37b9bf;
    padding: 2px;
    margin: 5px 0;
}
.section-6 .part-2 .mark{
    width: 10%;
    background: #37b9bf;
    padding: 2px;
    margin: 5px 0;
}
.section-6 .dv-align{
    width: 90%;
    margin: 0 5%;
}
.section-6 .part-1 .title h1{
    padding: 5px 10px;
    box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #001246;
    line-height: inherit;
    color: var(--white);
    position: relative;
    left: -32px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
}

.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: 60px;
    padding-top: 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.3rem;
}
.section-6 .part-1 .main-content .writer-heading h4 span{
    font-size: 1.1rem;
    color: var(--caption);
}

    /* part 2 */
    .section-6 .part-2 .icon-view{
        width: 15%;
        float: left;
    }
    .section-6 .part-2 .icon-view-image{
        width: 80px;
        float: left;
        height: 80px;
        border-radius: 50%;
    }
    .section-6 .part-2 .icon-view img {
        width: 100%;
        height: 100%;
        float: left;
    }
    .section-6 .part-2 .content{
        width: 85%;
        float: left;
        padding-left: 10px;
        
    }
    .section-6 .part-2 .content h2{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .section-6 .part-2 .content .writer{
        font-size: 1.3rem;
        
    }
    .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;

    }
    /* part 2 */

/* Section 6 */


/* section 7 */
/* font  */
        .section-7 a h2{
            font-size: 1.5rem;
            font-weight: bold;
            color: #484848;
        }
        
        .section-7 a p{
            font-size: 18px;
            line-height: 1.2;
        }
        .section-7 .news-time p{
            font-size: 16px;
        }
        .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.top{
            font-size: 18px;
            font-weight: normal;
        }
        
        .section-8 a h2{
            font-size: 16px;
            line-height: 1.27;
        }
        .section-8 a h2 span.news-caption{
            color: rgb(194, 7, 7);

        }
        
        
    
/* section 8 */



/* Footer  */
/* footer{
    background: #b6cfdd;
} */
 .footer-mark{
    border: 10px solid #165170;
    margin-bottom: 50px;
    display: block;
 }
 .brd-left{
    border-left: 5px solid #165170;
 }
 .brd-right{
    border-right: 5px solid #165170;
 }
 /*.footer-printers{*/
 /*       padding-left: 35px;*/
 /*}*/
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;
}
p.IT-section a {
    color: #0055b1    !important ;
}
p.IT-section a:hover {
    color: var(--site-hover)    !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 a.icoFacebook{
        background: #1877F2;
    }
    footer .social-circle li a.icoTwitter{
        background: #1DA1F2;
    }
    footer .social-circle li a.icoInsta{
        background: #E4405F;
    }
    footer .social-circle li a.icoYoutube{
        background: #CD201F;
    }

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(255, 255, 255);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
footer .footer-printers h3{
    font-size: 20px;
}
footer .footer-printers h4{
    font-size: 18px;
}
footer .footer-printers p{
    font-size: 16px;
}

/* 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 var(--site-hover);

}
.news-details .head-part p.news-caption{
    font-weight: bold;
    color: var(--caption);
    font-size: 1.4rem;

}
.news-details .head-part p.category a{
    font-size: 24px;
    font-weight: bold;
    /* text-decoration: underline; */
    color: #000;
    margin-bottom: 2px;
}
.news-details .head-part .news-title h1{
    font-weight: bold;
    font-size: 2rem;
}
.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-reporter .author-div{
    display: inline-block;
}
.news-reporter .author-div .author-info{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.news-reporter .author-div .author-info:hover a{
    color: #e21e28;
}
.news-reporter .author-div .author-info .author-image img{
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;

}
.news-reporter .author-div .author-info .author-details p{
    margin: 0;
    font-size: 15px;
}

.news-details .news-reporter .author-div .mark {
    width: 50px;
    padding: 1px;
    margin-top: 5px;
    background: #d4d4d4;
}

.news-details .news-dt-share{
    width: 100%;
    padding: 10px 0;
}
.news-details .news-dt-share .news-time{
    float: left;
    width: 50%;
}
.news-details .news-dt-share .news-share{
    float: right;
    width: 50%;
}

.news-details .news-dt-share .news-share ul.share-list {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: right;
}
.news-details .news-dt-share .news-share ul.share-list li {
	display: inline-block;
    padding-left: 10px;
}
.news-details .news-dt-share .news-share ul.share-list li a{
	width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
    font-size: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-details .news-dt-share .news-share ul.share-list li a.icoFacebook {
    background: #1877F2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoTwitter {
    background: #1DA1F2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoLinkedin {
    background: #0A66C2;
    color: #fff;
}
.news-details .news-dt-share .news-share ul.share-list li a.icoWhatsapp {
    background: #25D366;
    color: #fff;
}


.news-details .news-dt-share .news-share ul.share-list li a .fa{
    font-weight: normal;
    padding: 4px;
}



/* Body  */
.news-details .news-body{
    float: left;
    width: 80%;
    margin: 0 10%;
    padding: 20px 0;

}
.news-details .news-body .head-image img{
    max-width: 100%;
    display: flex;
    margin: 0 auto;
}
.news-details .news-body .image-caption{
    color: var(--caption);

}
.news-details .news-body .news-content{
    float: left;
}
.news-details .news-body .news-content a{
    color: #023e7a;
    text-decoration: underline;
}
.news-details .news-body .news-content a:hover{
    color: #f00000;
}
.news-details .news-body .news-content img{
    max-width: 100%;
    margin-right: 10px;
}
.news-details .news-body .news-content p{
    font-size: 18px;
    color: #1f1f1f;
    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: var(--site-hover);
}

.news-details .news-body .news-content ul.news-tag {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: left;
}
.news-details .news-body .news-content ul.news-tag form{
	display: inline-block;
    /* padding-right: 10px; */
}
.news-details .news-body .news-content ul.news-tag li {
	display: inline-block;
    padding-right: 10px;
}
.news-details .news-body .news-content ul.news-tag li button {
    background: #1a1a1a;
    border-radius: 5px;
    color: white;
    padding: 5px;
    border: 0;
    font-size: 16px;
    transition: 0.2s;
    line-height: 1;
}
.news-details .news-body .news-content ul.news-tag li button:hover {
    background: var(--site-hover);
}


/* Bottom Share  */
.news-details .news-body .news-content .news-share ul.share-list {
	list-style: none;
	/* display: inline-block; */
	margin-left:0 !important;
	padding: 0;
    line-height: .6;
    float: left;
}
.news-details .news-body .news-content .news-share ul.share-list li {
	display: inline-block;
    padding-right: 10px;
}
.news-details .news-body .news-content .news-share ul.share-list li a {
    padding: 5px 16px;
    float: left;
    background: #e4e4e4;
    color: #1c1c1c;
    border-radius: 5px;
    text-decoration: none;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoFacebook {
    background: #1877F2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoTwitter {
    background: #1DA1F2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoLinkedin {
    background: #0A66C2;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a.icoWhatsapp {
    background: #25D366;
    color: #fff;
}
.news-details .news-body .news-content .news-share ul.share-list li a:hover {
    opacity: 0.8;
}
/* Bottom Share  */


/* side bar  */
/* .details-sidebar{
    padding-top: 40px;
}
.details-sidebar {
    padding-top: 40px;
} */

.details-sidebar .more-tag{
    color: black;
    font-size: 22px;
}
.details-sidebar .sidebar-news{
    position: sticky; top: 0; align-self: flex-start; overflow: hidden; background: white;
}
.details-sidebar .news-section{
    float: left;
    width: 100%;
    border-bottom: 0.5px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.details-sidebar .news-section .news-heading{
    width: 100%;
}
.details-sidebar .news-section .news-details-section{
    width: 100%;
}
.details-sidebar .news-section .news-details-section .news-image img{
    max-height: 80px;
}
.details-sidebar .news-section a:hover{
    color: #000;
}
.details-sidebar .news-section .news-heading h3{
    font-size: 18px;
    color: #000;
}
.details-sidebar .news-section a p {
    color: var(--subheadline);
    line-height: 1.5;
    font-size: 1rem;
}
.details-sidebar .news-section .news-details-section .news-details{
    width: 60%;
    float: left;
    padding-right: 5px;
    padding-top: 0;
    color: #292929;
    line-height: 1.25;
}
.details-sidebar .news-section .news-details-section .news-time p{
    font-size: 16px;
    color: #5d5d5d;
    cursor: text;
}
.details-sidebar .news-section .news-details-section .news-image{
    width: 40%;
    float: left;
    
}

.news-details .category-wise-news h2{
    /* margin-top: 5px; */
    font-size: 22px;
    line-height: 1;
    
}
/* 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;
    border-bottom: 3px solid #ff4949;
    padding: 0;
    margin-bottom: 15px;
}
.news-category .category-title h1{
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
}
.news-category .sidebar{
    padding-top: 40px;
}
.news-category .sidebar .top-advertise{
    width: 100%;

}

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

.news-category .news-section .news-heading h3{
    margin-top: 5px;
    font-size: 21px;
    font-weight: 600;
    color: black;
}
.news-category .news-section .news-heading h3:hover{
    color: var(--site-hover);
}
.news-category .news-section .news-heading h3 span{
    color: rgb(204, 9, 9);
}

.news-category .news-section .news-details{
    width: 100%;
    float: left;
}
.news-category .news-section .news-time{
    font-size: 16px;
    color: var(--time);
}

.news-category .news-section2{
    width: 100%;
    float: left;
}
.news-category  hr{
    width: 100%;
    float: left;
}

.news-category .news-section2 .news-image{
    width: 40%;
    float: left;
}
.news-category .news-section2 .news-content{
    width: 60%;
    float: left;
    padding-left: 10px;
}
.news-category .news-section2 .news-content h3{
    font-size: 18px;
    color: var(--black);
}
.news-category .news-section2 .news-content h3:hover{
    color: var(--site-hover);
}
.news-category .news-section2 .news-content p{
    margin-bottom: 0px;
    line-height: 1.27;
    color: var(--secondary);
}
.news-category .news-section2  .news-image{
    max-height: 120px;
}
.news-category .news-section2  .news-image img{
    max-height: 120px;
}
.news-category .news-section2  .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-category .news-section2 .news-content h3 span{
    color: rgb(204, 9, 9);
}
.news-category .news-section2 .news-content h2 span{
    color: rgb(204, 9, 9);
}
.news-category .news-section2 .news-time{
    width: 60%;
    float: right;
    padding-left: 10px;
}

.news-category .news-more{
    width: 100%;
    float: left;
}
.news-category .news-more p{
    color: #505050;
    line-height: 1.27;
    font-size: 1rem;
}
.news-category .news-more .news-content{
    width: 65%;
    float: left;
    padding-right: 5px;
}
.news-category .news-more .news-image{
    width: 35%;
    float: left;
    object-fit: cover;
    max-height: 140px;
    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:focus-visible {
  outline: none;
  /* padding: 0 20px; */
  color: var(--caption);
  transition: 0.5s ease-out;
}

.search-filter .btn{
    background: #bf1f2e;
    border: 0;
    outline: 0;
    color: #fff;
    transition: 0.5s ease;
    width: 100%;
}
.search-filter .btn.rst{
    background: rgb(182, 182, 182);
    border: 0;
    outline: 0;
    color: #fff;
    transition: 0.5s ease;
}
.search-filter .btn:hover{
    background: var(--site-hover);
    color: #fff;
}


.news-filter hr{
    float: left;
    width: 100%;
}
.news-filter .news-more{
    width: 100%;
    float: left;
}
.news-filter .news-more .news-content{
    width: 70%;
    float: left;
    padding-right: 5px;
}
.news-filter .news-more .news-content h2 a span{
    color: red;
}
.news-filter .news-more .news-image{
    width: 30%;
    float: left;
}
.news-filter .news-more .news-image img{
    max-height: 120px;
}
.news-filter .news-more .news-time{
    font-size: 16px;
    color: var(--time);
}
.news-filter .more-btn{
    
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

@media(max-width: 768px){
    .news-filter .news-more .news-content .news-brief-details{
        display: none;
    }
    .news-filter .news-more .news-content h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-filter .news-more .news-image img{
        max-height: 80px;
    }
}


/* widget  */
    .shop-widget {
        margin: 30px 0;
    }
    .widget-title {
        margin: 20px 0 35px;
    }
    .widget-title h4 {
        text-transform: uppercase;
        font-family: Poppins;
        font-size: 16px;
        color: #222222;
        letter-spacing: 1px;
    }
    .widget-content {
            width: 100%;
            float: left;
    }
    .widget-content ul#accordion {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .widget-content ul#accordion li {
        display: block;
        margin: 0 0 25px;
    }
    .widget-content ul#accordion li span {
        position: absolute;
        right: 14px;
        /* font-size: 45px; */
    }
    .widget-content ul#accordion li h4 {
        font-size: 13px;
        font-family: Poppins;
        color: #222222;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0;
        cursor: pointer;
    }
        
    .widget-content ul#accordion li ul {
        padding: 0;
        margin: 0;
        display: none;
    }
    .widget-content ul#accordion li ul li {
        padding: 0 0 5px;
        margin:0;
    }
        .widget-content ul#accordion li ul li a {
        color: #888888;
        text-transform: none;
        font-size: 13px;
        font-family: Poppins;
        font-weight: 300;
        transition: 0.3s;
    }
    .widget-content ul#accordion li ul li a:hover {
        text-decoration: none;
        color: #000000;
    }
/* widget  */
/* News Filter  */




/* News Authorwise  */
.news-authorwise .search-filter button{
    width: 5%;
    float: right;
}
.news-authorwise hr{
    float: left;
    width: 100%;
}
.news-authorwise .news-more{
    width: 100%;
    float: left;
}
.news-authorwise .news-more .news-content{
    width: 70%;
    float: left;
    padding-right: 5px;
}
.news-authorwise .news-more .news-content 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%;
}
.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%;
    display: none;
}

#imaginary_container{
    width: 85%;
    float: left;
    margin-top:5%; /* Don't copy this */
}
#searchIDform{
    display: none;
}
.stylish-input-group .input-group-addon{
    background: #000 !important;
    padding: 0px 5px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5px;

}
.stylish-input-group .form-control{
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    color: #fff;
}




        /* Toggle side bar  */
        .sidebar .sidebar-mbl-item{
            display: none;
        }
        .sidebar {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: rgb(255, 255, 255);
            overflow-x: hidden;
            /* transition: 0.5s; */
            padding-top: 60px;
            overflow-y: visible;
            z-index: 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: 18px;
            color: #000000;
            display: block;
            font-family: solaimanlipi, Arial, Helvetica, sans-serif;
            transition: 0.3s;
            border-bottom: .5px solid #ddd;
        }
    
        .sidebar a:hover {
            color: #2d2d2d;
            background: #ececec;
            font-weight: bold;
        }

        @media(max-width: 768px){
            .mySidenav_intro{
                background-color: rgba(0,0,0,0.9);
            }
        }
    
        .sidebar .closebtn {
            position: absolute;
            width: 30px;
            height: 30px;
            font-size: 18px;
            top: 8px;
            right: 10px;
            font-weight: bold;
            border-radius: 50%;
            background: #ffffff;
            color: var(--site-hover);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid red;
            line-height: 0;
        }
    
    
        #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: #3c3c3c;
    margin: 0;
    float: left;
    line-height: 1.1;
    font-size: 16px;
}
@media(max-width: 768px){
    .date{
        display: none;
    }
}
.top-bar-3 .navbar{
    float: right;
}
.text-show{
    color: rgb(88, 88, 88);
}
.dropdown :hover{
    color: #000;
}
.dropdown li a:hover{
    color: #000;
    font-weight: bold;
}
.dropdown li a:hover .fa{
  color: #007bff;
}
.dropdown li a .fa{
  margin-right: 5px;
}


.drop-down ul li{
    padding: 5px;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}



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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 18px !important;
    /* font-weight: 700; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0px 1px 5px #dbdbdb;
}

.navbar-nav .nav-item a.dropdown-item {
    font-weight: normal;
    font-size: 16px;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    color: #060505;
}
.navbar-nav .nav-item .dropdown-menu li{
    border-bottom: 1px solid #efefef94;
    width: 100%;
    margin: 0;
}
.navbar-nav .nav-item .dropdown-menu li:last-child{
    border-bottom: 0px solid #efefef94;
}
.navbar-nav .nav-item a.dropdown-item:hover {
     color: #060505;
     font-weight: bold;
    background: #fff !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;
}

.news-details .news-body .news-content img.lazy{
    max-width: 100%;
    margin-right: 10px;
    aspect-ratio: unset;
    background-image: unset;
    background-size: unset;
}

 img.lazy.e-paper-img {
    background-image: url('images/lazy.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: unset;
    /*object-fit: cover;*/
    width: 100%;
}
/* Lazy Loader  */

.opinion-desk-section{
    background: #f3f3f3;
    padding: 50px 0;
}
.opinion-desk-section .author-img{
    text-align: center;
}
.opinion-desk-section .author-img img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    max-width: 100%;
}
.opinion-desk-section .post-details h2{
    font-size: 18px;
    line-height: 1.27;
    margin: 0;
}
.opinion-desk-section .post-details h2 a{
    color: #000;
}
.opinion-desk-section .post-details h2 a:hover{
    color: var(--site-hover);
}
.opinion-desk-section .post-details h2 a span {
    color: rgb(202, 32, 32);
}
.opinion-desk-section .post-details p{
    margin: 0;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}
.opinion-desk-section .post-details p a{
    color: #000;
    font-weight: bold;
}

.time{
    font-size: 14px;
    color: #585656;
}

.video-section .video-details{
    margin-bottom: 10px;
}
.video-img{
    position: relative;
}
.video-img .popup-youtube , .video-img .popup-img{
    position: absolute;
    left: 15px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: #ff000061;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-section .news-post h2{
    font-size: 18px;
    padding: 5px 10px;
    min-height: 60px;
    margin: 0;
}
.video-section .news-post h2 span{
    color: rgb(202, 32, 32);
}



/* Breaking-all-News  */

.scroll-hori{
    background: #ffdada;
    border-bottom: 2px solid #ff0000;
}



.breaking-all-news marquee a {
    margin-right: 15px;
}

.breaking-all-news marquee a:hover {
    color: var(--hover);
}


.breaking-all-news .news {
    width: 120px;
    position: relative;
    color: #000;
}


.breaking-all-news .news-scroll a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}

.breaking-all-news .dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: var(--site-hover);
    border-radius: 50%;
    display: inline-block
}


/* Breaking News  */

.more-btn-load{
    background: var(--site-hover);
    color: #fff;
    border: none;
    outline: none;
    transition: 0.5s ease;
    opacity: .8;
}
.more-btn-load:hover{
    opacity: 1;
    color: #fff;
    box-shadow: 1px 1px 2px #a1a1a1;
    background: #bf1f2e;
}

.ad{
    max-width: 100%;
}

.e-paper-div{
    padding: 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

.top-section  .e-paper-div a h2 {
    font-size: 18px;
}

.news-more .news-content h2 {
    line-height: 1.27;
    font-size: 1.25rem;
}
.news-more .news-content h2 a{
    font-size: 20px;
    color: #000;
}
.news-more .news-content h2 a:hover{
    color: var(--site-hover);
}
.news-more .news-content h2 a span{
    color: rgb(202, 32, 32);
}

.news-post a:hover{
    color: var(--site-hover);
}


.navbar-fixed-top {
	transition-duration: 0.6s;
}


/* jQuery Styles
===================================*/
.navbar-scroll {
	background: #ffffff;
	padding: 0;
	/* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4); */
	transition-duration: 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #E95546; */
    transition: 0.2s ease-in-out;
    z-index: 999999;
}

.navbar-scroll .container{
    padding: 0;
}


.search-input input{
    
    border: 0.5px solid #ddd;
    border-radius: 15px 0 0 15px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #5e5e5e;
    font-size: 15px;

}
.search-input input::placeholder{
    font-size: 15px;
}
.search-input button{
    
    border: 0.5px solid #bf1f2e;
    background: #bf1f2e;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    border-radius: 0 15px 15px 0;
    color: #fff;
    transition: .5s;
    font-size: 15px;

}
.search-input button:hover{
    background-color: #0e9647;
    border: 0.5px solid #0e9647;
}

.date-span{
    font-size: 14px;
    color: #4a4a4a;
}

/* Mobile devices only */
@media (max-width: 767px) {
    .date-span {
        font-size: 11px; 
    }
}

/* News Top BLog  */
.news-top-blog{
    margin: 10px 0;
}
.news-top-blog .top-news img{
    width: 100%;
}

    /* Image Zoom  */
    .news-top-blog .top-news .news-image{
        overflow: hidden;
    }
    .news-top-blog .top-news a img {
        transition: transform 2s ease;
    }

    .news-top-blog .top-news a:hover img {
        transform: scale(1.5);
    }
    /* Image Zoom */
  
  
.news-top-blog .top-news a:hover{
    color: var(--hover);
}

.news-top-blog .top-news .news-post h2{
    font-weight: normal;
    font-size: 1.8rem;
    margin-top: 10px;
    color: unset;
}
.news-top-blog .top-news a{
    color: #0e9647;
}
/* .news-top-blog .top-news .news-post h2:hover{
    color: var(--site-hover);
} */
.news-top-blog .top-news .news-post p{
    margin: 0;
}
.news-top-blog .top-news .news-post .news-time{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.news-top-blog .top-news .news-post .news-time i {
    font-size: 12px;
    color: #bf1f2e;
    margin-right: 5px;
} 
.news-top-blog .top-news .news-post .news-time .time {
    font-size: 13px;
    color: var(--time);
    margin: 5px 0;
} 
/* News Top BLog  */

/* Box Post  */
.box-post .news-image{
    overflow: hidden;
}
.box-post a img {
    transition: transform 2s ease;
}
.box-post a:hover img {
    transform: scale(1.5);
}
.box-post a:hover{
    color: var(--hover);
}
.box-post a h2{
    font-size: 1.1rem;
    margin: 10px 0;
    margin-bottom: 0;
}
/* Box Post  */

/* Side News  */
.side-news{
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.side-news .news-image{
    overflow: hidden;
}
.side-news a img {
    transition: transform 2s ease;
}
.side-news a:hover img {
    transform: scale(1.5);
}
.side-news a:hover{
    color: var(--hover);
}
.side-news a h2{
    font-size: 1rem;
    margin-bottom: 0;
}
/* Side News  */


/* News Time  */
.news-time .time {
    font-size: 13px;
    color: var(--time);
    margin: 5px 0;
}
.news-time i {
    font-size: 12px;
    color: #bf1f2e;
    margin-right: 5px;
} 
/* News Time  */

.section-tabs {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.section-tabs.bg{
    padding-bottom: 5px;
    background: #ffe4e4;
    padding-top: 5px;
    padding: le;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.section-tabs a.first-child {
    font-size: 20px;
    color: #000;
    border: 0 solid #666;
    padding: 0;
    text-align: left;
}

.section-tabs a {
    font-size: 16px;
    color: #151515;
    border: 1px solid #666;
    border-radius: 20px;
    margin-right: 24px;
    padding: 3px 9px;
    font-weight: 700;
    text-align: center;
    min-width: 90px;
    display: inline-block;
}
.section-tabs.bg a {
    font-size: 13px;
    color: #bf1f2e;
    border: 1px solid #bf1f2e;
}

.section-tabs a:hover {

    color: #fff;
    border: 1px solid #bf1f2e;
    background: #bf1f2e;
}


.section-tabs::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    top: 14px;
}

.section-tabs.bg::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ff8181;
    position: absolute;
    top: 20px;
}

/* tabs  */
.nav-tabs .nav-item {
    width: 50%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--hover);
}
/* tabs  */

/* Owl Carousal Customize  */
.owl-dots{
    display: none;
}
.owl-nav{
    position: absolute;
    top: 0;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    border: 1px solid #d4d4d4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d4d4d4;
}
.owl-carousel .owl-stage-outer{
    padding-top: 35px;
}

/* Owl Carousal Customize  */

.news-blog-3{
    background: #bf1f2e;
    padding: 40px 0;
}
.news-blog-3 .section-tabs a {

    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}
.news-blog-3 a.news-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.news-blog-3 a.news-link:hover {
    color: rgb(209, 209, 209);
}

.topbar-time{
    font-size: 14px;
}
#bd-time , #uk-time , #usa-time{
    display: flex;
    align-items: center;
    margin-bottom: 2.5px;
}
#bd-time .ac-time, #uk-time .ac-time, #usa-time .ac-time{
    width: 75px;
    overflow: hidden;
}

.rg-img{
    width: 20px;
    height: 13.34px;
    margin-right: 4px;
}
.news-top-blog .news-post h2 {
    font-size: 18px;
    padding: 5px 10px;
    min-height: 25px;
    margin: 0;
}

.news-top-blog.news_ft-blog .top-news .news-post .news-time {
    border-bottom: 0px solid #ddd;
}
.news-top-blog.news_ft-blog .top-news a {
    color: var(--headline);
}
.news-top-blog.news_ft-blog .top-news a:hover{
    color: var(--hover);
}

.news-post h2 span{
    color: var(--site-hover);
}

.logo-part-stickey{
    display: none;
}
@media(min-width: 1140px){
    .navbar-scroll .logo-part-stickey{
        display: block;
        width: 130px;
        background: #fffdfd;
        padding: 0px;
        border-radius: 2px;
    }
    .logo-part-stickey img{
        width: 100%;
    }
    .navbar-scroll .logo-part-stickey a{
        margin: 0;
    }
}




/* News Segment  */
.news-segment{
    margin: 25px 0;
}
.news-segment .segment-title{
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
}
.news-segment .segment-title img{
    max-width: 70px;
}
.news-segment .segment-title h1{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
}
.news-segment .news-main-section{
    padding: 30px 25px;
    background: #ffc10736;
    border-bottom: 3px solid #ffc107;
}
.news-segment .news-main-section .box-post a h2 {
    font-size: 1.3rem;
    margin: 10px 0;
    margin-bottom: 0;
    line-height: 1.27;
    font-weight: bold;
}
.news-segment .box-post a:hover {
    color: #ff1e07;
}
.news-segment .h-tag{
    margin-top: 5px;
    margin-bottom: 2px;
}
.news-segment .h-tag span{
    padding: 2px 8px;
    background: #ffc107;
    font-size: 14px;
    padding-top: 4px;
    color: #fff;
}
.news-segment .bd-r8 {
    border-right: 1px solid #ffc107;
}

.mbl-hr{
    display: none;
}

@media (max-width:768px){
    .segment-col{
        padding: 0;
    }
    .news-segment .bd-r8 {
        border-right: 0px;
    }
    .mbl-hr{
        display: block;
        border-top: 1px solid #ffc107;
        margin: 15px 15px;
    }
    .mbl-bd-r8{
        border-right: 1px solid #ffc107 !important;
    }
    .news-segment .news-main-section .box-post a h2 {
        font-size: 1rem;
    }
    .news-segment .segment-title h1{
        font-size: 1.4rem;
    }
}

/* News Segment  */


/* Custom CSS For First Section of Homepage */

.custom-side-news-wrapper .side-news {
    margin-bottom: 20px;
    text-align: left;
}

/* Bold headline */
.custom-side-news-wrapper .side-news-title {
    font-weight: bold;
    font-size:24px;
    margin-top: 8px;
    line-height: 1.4;
}

/* Ensure images resize properly */
.custom-side-news-wrapper .news-image img {
    width: 100%;
    object-fit: cover;
    height: 170px; 
}


.top-news .news-image img {
    height: 400px;
    object-fit: cover;
}


.custom-side-news-wrapper .side-news {
    flex: 1;
}

/* Ads of desher barta /*
/* Default: Desktop */
.responsive-ad {
    height: 300px; 
    width: auto;   
    display: inline-block;
}

/* Mobile & smaller devices */
@media (max-width: 767px) {
    .responsive-ad {
     height: auto;  
     max-width: 100%; 
    }
}

#home-tabs {
  background-color:#155566;
  color:white;
}

#mySidebar .dropdown-menu {
  position: static !important;
  float: none;
  width: 100%;              
  background: transparent;     
  border: none;              
  box-shadow: none;           
  padding-left: 1rem;         
}

.top
{
    color:#333333;
    font-weight:600;
    font-size: 28px;
}


#special-news-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

/* Amader Poribar Button */
.btn-amader {
  background-color:#52af43;
  border-color:#52af43;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  padding: 7px 25px;
  transition: all 0.3s ease;
}

.btn-amader:hover {
  background-color:#ce0000;
  border-color: #ce0000;
  color: #fff;
}

.btn-amader:active,
.btn-amader:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.3);
  outline: none;
}

/* Amader Poribar Button */


/* Team CSS */
 .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.section-divider {
    width: 80px;
    height: 3px;
    background-color: #52af43;
    margin: 10px auto 30px;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #444;
    border-left: 4px solid #007bff;
    padding-left: 10px;
}

.team-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background:#e9d5d5;
    padding: 15px;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-img img {
    width: 100%;
    height:300px;
    object-fit: cover;
    border-radius: 10px;
}

.team-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.team-designation {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
}

.team-info p {
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #666;
}

.team-info i {
    color: #007bff;
}

/* Team CSS */