/*
Use
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 110%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
html,
body { height: 100%;
margin: 0px!important;}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.owl-nav.disabled {
    display: none;
}


.add img{
    margin:10px 0px;
}

.date_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.date_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 17px;
}

.hdr_facebook{
    padding: 4px 5px;
}


.hdr_twitter{
    padding: 3px 5px;
}


.hdr_google_plus{
    padding: 3px 5px;
}

.hdr_youtube{
    padding: 3px 5px;
}

.live_tv a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.live_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
   text-align:center;
}
.live_menu ul li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 20px;
    border-left:1px solid#ddd;
}
.live_menu ul li:first-child {
    border:none;
}

.live_menu ul li a:hover{
    color: #333;
}

.top_hdr_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.top_hdr_menu ul li {
    display: inline-block;
    margin-left: 3px;
    padding-left: 3px;
}
.top_hdr_menu ul li:first-child {
    border:none;
}

.top_hdr_menu ul li a:hover{
    color: #333;
}
a.glink span {
    font-size: 16px!important;
}

/* ============ মেনু এবং লোগো লেআউট (আপডেট করা হয়েছে) ============ */

/* সাধারণ স্টাইল (মোবাইল এবং অন্যান্য) */
.menu_bottom {
    background: #ffffff;
    padding: 10px 0;
    text-align: center;
}
.bottom_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.bottom_menu ul li {
    display: inline-block;
    margin-left: 15px;
    border-left: 1px solid#ddd;
    padding-left: 15px;
}
.bottom_menu ul li:first-child {
    border:none;
}
.bottom_menu ul li a:hover{
    color: #ddd;
}

/* লোগোর ডিফল্ট স্টাইল (মোবাইল) */
.logo_left {
    z-index: 9999;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.logo_left img {
    width: 320px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* ============ শুধুমাত্র কম্পিউটার ভিউ (Desktop Fix) ============ */
@media (min-width: 992px) {
    /* প্যারেন্ট কন্টেইনারে ফ্লেক্সবক্স দিয়ে পাশাপাশি আনা এবং ওভারফ্লো ভিজিবল করা */
    .section_one .row .col-md-12,
    .header_area .col-md-12,
    .logo_left_container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        overflow: visible !important; /* লোগো যেন কেটে না যায় */
        position: relative !important;
    }

    /* লোগো বাম পাশে ফিক্স করা এবং সবার উপরে রাখা */
    .logo_left {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        text-align: left;
        position: relative !important;
        z-index: 99999 !important; /* মেনুর উপরে থাকবে */
        flex-shrink: 0; /* লোগো সংকুচিত হবে না */
    }

    .logo_left img {
        width: 350px !important; /* বড় সাইজ */
        max-width: none !important;
        height: auto !important;
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 99999 !important;
    }

    /* মেনু ডান পাশে নিয়ে আসা */
    .menu_bottom {
        text-align: right !important;
        background: transparent !important;
        padding: 0 !important;
        display: block !important;
        flex-grow: 1; /* বাকি জায়গা নেবে */
    }
    
    .bottom_menu {
        float: right !important;
        display: inline-block !important;
    }
}


.header_logo {
    padding: 19px 0 5px 0;
    position: absolute;
    top: -15px;
    width: 150px 
}






.search-icon-holder .close i {
    font-size: 25px;
    color: #ff7200
}
.search-icon-holder .modal-header {
    padding: 20px 15px;
    border-bottom-color: #F1F6F8
}
.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}
.custom-search-input input {
    border: 0;
    box-shadow: none;
}
.custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.custom-search-input i {
    font-size: 23px;
}
.search-small-divice {
    display: none;
}
.input-group span {
    float: none;
    /* color: #333 !important; */
    background: #a61d1d;
    border: none;
}
/**==================================
    Scrool Section start
 ==================================**/ 


.top_scrool {
    overflow: hidden;
}
.scrool {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;

   
}






.section_one{
    background: #fff;
    padding:20px 0;
}
.live_tv_sec {
    margin-bottom: 23px;
}
.section_two {
    background: #EEEEEE;
    padding: 20px 0;
}
.section_three {
    background: #fff;
    padding: 10px 0;
}
.section_four {
    background: #fff;
    padding: 10px 0;
}
.section_five {
    background: #EEEEEE;
    padding: 10px 0;
}
.tv_show_sec {
    background: #EEEEEE;
    padding: 20px 0;
}

.newspage_section {
    padding: 20px 0;
}
.singlenewspage_section {
    padding: 20px 0;
}
.singlenewspage_section .col-md-3 {
    padding-left: 0px;
}
.archive_sec_image .col-md-8 {
    padding-right: 0px;
}
.video_page {
    margin-bottom: 15px;
}



.archive_heading_1 a {
    font-size: 26px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
}
.archive_heading_1 a:hover {
    color: #FF3428;
    transition: .5s;
}


.heading_1 a:hover {
    color: #FF3428;
    transition: .5s;
}


.heading_2 a:hover {
    color: #FF3428;
    transition: .5s;
}

.heading_3 a:hover {
    color: #179bd7;
    transition: .5s;
}






.tab_large_image img {
    width: 100%;
    height: 205px;
}
.tab_large_image img:hover {
    background: #ddd;
    opacity: .9;
}
.tab_normal_image img {
    width: 100%;
    height: 145px;
}
.tab_normal_image img:hover {
    background: #ddd;
    opacity: .9;
}


.tabimage_video {
    width: 37%;
    float: right;
    margin-left: 10px;
}
@media (max-width: 768px) {

    /* Live video wrapper fix */
    .news_video,
    .homenews_video,
    .archive_video_single,
    .video_sec_viddeo {
        width: 100% !important;
        max-width: 100% !important;
        background: #000;
        overflow: hidden;
        position: relative;
    }

    /* Proper aspect ratio (16:9) */
    .news_video::before,
    .homenews_video::before,
    .archive_video_single::before,
    .video_sec_viddeo::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    /* iframe absolute inside wrapper */
    .news_video iframe,
    .homenews_video iframe,
    .archive_video_single iframe,
    .video_sec_viddeo iframe {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: none;
        pointer-events: auto !important;
    }

    /* Remove auto height problem */
    iframe {
        height: 100% !important;
    }

    /* Fix image overflow issue */
    img {
        max-width: 100% !important;
    }

    /* Remove fake play overlay */
    .top_image_sec a i,
    .video_sec a i,
    .videopage_image_sec a i {
        display: none !important;
    }
}

.archive_video_single iframe {
    height: 276px;
}
.news_video iframe {
    height: 135px;
    width: 100%;
}
.homenews_video iframe {
    height: 150px;
    width: 100%;
    border-bottom: 2px solid#EC2436;
}
.newsmore_video iframe {
    height: 130px;
    width: 100%;
    border-bottom: 2px solid#EC2436;
}


.top_image_sec {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer; 
    position:relative;
}

.top_image_sec a i {
    position: absolute;
    top: 35%;
    left: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    color: #BD0000;
    border-radius: 50%;
    font-size: 32px;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    opacity: .8;
    transition: .6s all;
    line-height: 61px;
}
.top_image_sec:hover a i {
    background: #BD0000;
    color: #fff;
    transition: .5s;
}

.news_img img {
    width: 100%;
    height: 250px;
    border-bottom: 2px solid#EC2436;
}
.top_img img {
    width: 100%;
    height: 203px;
    border-bottom: 2px solid#EC2436;
}

.top_img iframe {
    width: 100%;
    height: 203px;
    border-bottom: 2px solid#EC2436;
}


}
.archive_image_single img {
    width: 100%;
    height: 275;
    border-bottom: 2px solid#EC2436;
}
.archive_video_single iframe {
    height: 275px;
    width: 100%;
    border-bottom: 2px solid#EC2436;
}
.top_img img:hover {
    background: #ddd;
    opacity: .9;
}
.top_padding {
    padding: 10px 10px;
    height: 80px;
}
.archibe_top_padding {
    padding: 10px 10px;
    height: 123px;
}




.tab_sec {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
     position:relative;
}
.tab_sec a i {
    position: absolute;
    top: 49%;
    right: 5%;
    height: 50px;
    width: 50px;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    color: #BD0000;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    opacity: .8;
    transition: .6s all;
}
.tab_sec img {
    width: 37%;
    margin-left: 10px;
    height: 100px;
    float: right;
    overflow: hidden;
}
.tab_sec img:hover {
    background: #ddd;
    opacity: .9;
}
.tab_padding {
    padding: 7px 0px 7px 10px;
    height: 100px;
    cursor: pointer;
}



.videopage_image_sec {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
} 
.videopage_image_sec a i {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}
.videopage_image_sec a i {
    position: absolute;
    top: 35%;
    left: 50%;
    height: 70px;
    width: 70px;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    color: #BD0000;
    border-radius: 50%;
    font-size: 35px;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    opacity: .8;
    transition: .6s all;
    line-height: 68px;
}
.videopage_image_sec img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-bottom: 2px solid#EC2436;
}
.videopage_image_sec:hover a i {
    background: #BD0000;
    color: #fff;
    transition: .5s;
}

.newspagevideo_sec_arc {
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.newspagevideo_sec_arc a i {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}
.newspagevideo_sec_arc a i {
    position: absolute;
    top: 33%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    color: #BD0000;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    opacity: .8;
    transition: .6s all;
    line-height: 46px;
}
.newspagevideo_sec_arc img {
    width: 100%;
    height: 129px;
    overflow: hidden;
}
.newspagevideo_sec_arc:hover a i {
    background: #BD0000;
    color: #fff;
    transition: .5s;
}



.video_sec {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    position:relative;
} 
.video_sec a i {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}
.video_sec a i {
    position: absolute;
    top: 33%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    color: #BD0000;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    opacity: .8;
    transition: .6s all;
    line-height: 46px;
}
.video_sec img {
    width: 100%;
    height: 122px;
}
.video_sec:hover a i {
    background: #BD0000;
    color: #fff;
    transition: .5s;
}

.video_padding {
    padding: 10px 10px;
    height: 98px;
}
.achive_img img {
    width: 100%;
    height: 203px;
    border-bottom: 2px solid#EC2436;
}


.newss_padding {
    padding: 10px;
}
.heading_1.title_height {
    height: 54px;
    overflow: hidden;
}
.title_height {
    height: 65px;
    overflow: hidden;
}
.border {
    border-top: 1px solid#ddd;
    padding-top: 9px;
    margin-top: 5px;
}

.row.select_image .col-md-6 {
    padding-right: 0px;
}



.tv_show {
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    margin-top:10px;
} 
.show_img img {
    width: 100%;
    height: 145px;
}

.show_title {
    position: absolute;
    bottom: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    padding: 10px 10px 20px 10px;
    margin: 0;
    border-radius: 7%;
}

.show_title a:hover {
    color: #F9FF06;
    transition:.5s;
}
.tv_show .show_title {
  opacity: 1;
}

.sshow_title {
    position: absolute;
    bottom: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
    width: 90%;
    transition: .5s ease;
    opacity: 0;
    padding: 10px 10px 20px 10px;
    margin: 0;
    border-radius: 7%;
}

.sshow_title a:hover {
    color: #F9FF06;
    transition:.5s;
}
.tv_show .sshow_title {
  opacity: 1;
}

.populartv_icon {
    position: absolute;
    bottom: 23px;
    left: calc(44% + 10px);
    transform: translate(-50%, 50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 50%;
}
.populartv_icon i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 22px;
    color: #842626;
}



.spopulartv_icon {
    position: absolute;
    bottom: 23px;
    left: calc(44% + 10px);
    transform: translate(-50%, 50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 50%;
}
.spopulartv_icon i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 22px;
    color: #842626;
}














/**==================================
         go to top css start
 ==================================**/ 
.add img {
    width: 100%;
    height: auto;
}




.reportar_view_social_sec {
    background: #fff;
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
}
.reportar_view_social_sec .col-md-2{
    padding-right:0px;
}
.reporter_image img {
    border-radius: 50%;
    width: 100%;
    height: 54px;
    padding-top: 7px;
}
.reporter_name {
    padding-top: 7px;
    font-size: 16px;
    color: #06287b;
    line-height: 20px;
    border-bottom: 1px solid#ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.reporter_name span {
    color: #00709b;
    font-size: 16px;
}
.update_time {
    font-size: 14px;
    line-height: 18px;
    color:#00709b;
}
.social_title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid#ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color:#00709b;
}
.social_Share_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.social_Share_icon li {
    display: inline-block;
    padding-right: 5px;
}

.social_Share_icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 4px;
}

/**========= facebook start========**/ 

.sngl_facebook{
    background-color: #023369;
    color: #fff!important;
}
/**========= twitter start========**/ 

.sngl_twitter{
    background-color: #00ACEE;
    color: #fff!important;
}
/**========= google-plus start========**/ 
.sngl_google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
}
/**========= reddit start========**/ 
.sngl_reddit{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= digg start========**/ 
.sngl_digg{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_pinterest{
    background-color: #CB2028;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_print{
    background-color: #D01010;
    color: #fff!important;
    cursor: pointer;
}


.archive_title a {
    color: #fff;
    text-decoration: none;
}
.archive_title a:hover {
    color: #ddd;
    transition: .5s;
}

.single_img {
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
} 
.single_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.single_img iframe {
    width: 100%;
    border-radius: 15px;
}
.single_dtails iframe {
    border-radius: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    height: 450px;
}
.single_dtails {
    text-align: justify;
    color: #333;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding : 10px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    border-radius: 10px;
}

}
.archive_image_single img {
    width: 100%;
    height: 284px;
    border-bottom: 2px solid#EC2436;
}
.archive_video_single iframe {
    height: 284px;
    width: 100%;
    border-bottom: 2px solid#EC2436;
}
.archive_video_padding {
    padding: 10px 10px;
    height: 70px;
}




.erorr_dtails {
    text-align: center;
    font-size: 30px;
    line-height:36px;
    margin-top: 20px;
    color: #315b73;
    margin-bottom:20px;
}
.erorr_dtails a  {
    font-size:25px;
    text-decoration:none;
}
.erorr_dtails a button {
    border: none;
    background: #3c7e91;
    color: #fff;
    border-radius: 10%;
    padding: 8px 15px;
}
.erorr_dtails a button:hover {
    background: #E8E8FF;
    color: #3c7e91;
    transition:.5s;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 12px 25px;
    margin-left: -1px;
    line-height: 1.429;
    color: #fff;
    text-decoration: none;
    background-color: #4d5077;
    border: 1px solid #ebebee;
    font-size:28px;
}
.pager li > a, .pager li > active > span{
    display: inline-block;
    padding: 8px 21px;
    background-color: #17408a!important;
    border-radius: 15px;
    color: #fff;
    border: none;
    margin-right: 5px;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 8px 21px;
    background-color: #FB531C;
    border-radius: 15px;
    color: #fff;
    border: none;
    margin-right: 5px;
}
.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee!important;
    color: #17408a;
}



/* comment Page ========================= */
.comment-respond, .entry-pings, .entry-comments {
    color: #444;
    padding: 20px 25px 20px 25px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    background : #fff;
    border-top:1px solid #ccc !important;
    border-left:1px solid #ccc !important;
}
.comment-respond input {
    background: #117493;
    color: #fff;
    padding: 10px;
    border: none;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}
#comments {
    font-weight: 400;
    padding-top: 15px;
    padding-left: 10px;
    /* border: 1px solid; */
    padding-bottom: 15px;
    color: #084ba2;
}
.commentlist li {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
}
.coment_box {
    border: 1px solid #d9d9db;
    background: #f7f9fb;
}
.nocomments {
    padding: 15px 10px 5px 15px;
}







/*------------- Family CSS Start --------------*/


.team_sec {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    box-shadow: 0 0 3px #c8c6c6;
}
.team_sec img{
    width: 100%;
    height: auto;
}

.team_height {
    height: 100px;
    padding: 10px;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
}
.team_title a {
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
    text-decoration: none;
}

.team_title a:hover{
    color: #f70000;
}
.team_sub_title {
    font-size: 16px;
    color: #333;
    border-top: 1px solid #ddd9d9;
    padding-top: 6px;
    margin-top: 6px;
}

.team_img{
    margin-bottom: 15px;
}
.team_img img{
    border:1px solid#F0F0F0;
}
.sngl_team_title{
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
}
.sngl_team_sub_title {
    font-size: 16px;
    color: #EC392A;
    border-top: 1px solid #ddd9d9;
    padding-top: 6px;
    margin-top: 6px;
}
.team_dtails {
    color: #000;
    padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
}


/*------------- Family CSS Close --------------*/


/*============================================
        home logo css start
============================================*/
.logo_left{
    z-index: 999999;
}
/* লোগোর পজিশন এবং সাইজ ফিক্স করা হয়েছে - এটি মেনুর সাথে সমান থাকবে */
.logo_left img {
    float: left;
    width: 350px; /* Increased from 250px */
    position: relative; /* Absolute থেকে relative করা হয়েছে যাতে মেনুর সাথে সমান থাকে */
    margin: 10px 0 10px 30px; /* লোগোকে একটু ডানদিকে সরানো হয়েছে এবং উপরে-নিচে গ্যাপ দেওয়া হয়েছে */
    z-index: 999999;
    max-width: 80%;
    height: auto;
}

/* মোবাইলে লোগো ঠিক রাখার জন্য */
@media (max-width: 768px) {
    .logo_left img {
        width: 150px;
        margin-left: 15px;
    }
}

.single_dtails img {
    border-radius: 10px;
    width: 100%!important;
    height: auto;
    margin:10px 0;
}
.design_developed a {
    color: #FFFB02;
    font-size: 18px;
    font-weight: 600;
    display: none;
}
.design_developed {
    font-size: 18px;
    color: #B8B8B8;
    text-align: right;
    display: none;
}
/* =================================
   MOBILE VIDEO + NEWS FINAL FIX
   ================================= */

@media (max-width: 768px) {

    /* Enable video touch */
    .archive_video_single,
    .news_video,
    .homenews_video,
    .video_sec_viddeo {
        pointer-events: auto !important;
        position: relative;
        width: 100%;
        background: #000;
        overflow: hidden;
    }

    /* 16:9 aspect ratio */
    .archive_video_single::before,
    .news_video::before,
    .homenews_video::before,
    .video_sec_viddeo::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    /* iframe inside wrapper */
    .archive_video_single iframe,
    .news_video iframe,
    .homenews_video iframe,
    .video_sec_viddeo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: none;
    }

    /* IMPORTANT: remove global iframe height */
    iframe {
        height: auto !important;
    }

    /* Fix image overflow */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Hide fake play overlay */
    .top_image_sec a i,
    .video_sec a i,
    .videopage_image_sec a i,
    .newspagevideo_sec_arc a i {
        display: none !important;
    }
}