/*
Theme Name: NewsPortal
Theme URI: https://designhostbd.net
Author: designhostbd team
Author URI: https://designhostbd.net
Description: NewsMoon brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Base CSS */
img:hover{
    opacity: 0.7;
}
#st-1 .st-btn > img{background: inherit;}
h4.single_subtitle{
    margin: 18px 0 0;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #000!important;
}
.container p{
    text-align: justify;
}
.navbar-nav {
    text-align: inherit!important;
}
.tab_section{
  margin-top: 10px;
}
.tab_section h3{
  display:none;
}
.tptn_counter{
  display:none;
}
.mobile-nav{
    display:none;
}
.tptn_posts .tptn_title{
    font-size: 18px;
    color: #000;
    font-weight: 400!important;
}
#mydiv{
        position: relative;
}
.top_menu{
    display: inline-block;
    float: right;
    text-align: right;
}
.top_menu ul{
    padding-left: 2px;
    margin: 3px 0 0!important;
}
.top_menu ul li{
    display: inline-block;
}
.top_menu ul li a{
    padding: 5px 20px;
    background: #f71d1d;
    margin-right: 10px;
    color: #fff;
    transition: 0.6s;
    border-radius: 5px 0;
}
.top_menu ul li a:hover{
    background: #b31919;
    border-radius: 0px 5px;
}
.top_menu ul li.picture .fa{
    color: #6c9ef9;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-photo::before, .fa-image::before, .fa-picture-o::before {
    content: "";
}
.top_menu ul li.video{
    margin-bottom: 0px!important;
}
.top_menu ul li.video .fa{
    color: #f7ac23;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-file-movie-o::before, .fa-file-video-o::before {
    content: "";
}
.top_menu ul li.ads .fa{
    color: #12d3dc;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-briefcase:before {
    content: "\f0b1";
}
.top_menu ul li.archive .fa{
    color: #ff0000;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-archive:before {
    content: "\f187";
}

.top_menu ul li.android .fa{
    color: #a5d11c;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-android:before {
    content: "\f17b";
}
.top_menu ul li.converter-top .fa{
    color: #f92fbb;
    padding: 0;
    clear: both;
    width: 15px;
    margin: 5px 4px 0px 0;
}
.fa-language:before {
    content: "\f1ab";
}


.single-section{
    position: relative;
}
.single-section iframe{

            min-height: 420px;
}
.right_new_block{
    border-radius: 5px;
    background: #f0f0ed;
}
.right_block_title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    background-image: url(http://www.manob-barta.com/wp-content/uploads/2018/09/right-poll-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 5px 5px 0 0;
}
.right_new_cont{
    border: 1px solid #d17c29;
    border-top: 0px;
    padding: 10px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.right_new_cont ul{
    padding: 0px;
}
.right_new_cont ul li {
    background: #fff;
    margin-bottom: 10px;
    height: 35px;
    border-radius: 4px;
    list-style: none;
    width: 100%;
    float: left;
}
.right_new_cont ul li:nth-child(1) {
    border: 1px solid #007aff;
}
.right_new_cont ul li:nth-child(2) {
    border: 1px solid #ef433a;
}
.right_new_cont ul li:nth-child(3) {
    border: 1px solid #38ba7d;
}
.right_new_cont ul li a span {
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 33px;
    position: relative;
}
.right_new_cont ul li:nth-child(1) a span {
    background: #007aff;
}
.right_new_cont ul li:nth-child(2) a span {
    background: #ef433a;
}
.right_new_cont ul li:nth-child(3) a span {
    background: #38ba7d;
}
.right_new_cont ul li a span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px;
}
.right_new_cont ul li:nth-child(1) a span:after {
    border-left-color: #007aff;
}
.right_new_cont ul li:nth-child(2) a span:after {
    border-left-color: #ef433a;
}
.right_new_cont ul li:nth-child(3) a span:after {
    border-left-color: #38ba7d;
}
.right_new_cont ul li a b {
    width: calc(100% - 45px);
    display: inline-block;
    text-align: center;
    color: #000;
}
.right_new_cont ul li a span i {
    color: #fff;
    font-size: 18px;
}

#sizer{
    float: left;
}
.print-button{
        float: right;
    margin-left: 10px;
}
.print-button input[type=button]{
    text-indent: -999em;
    background: url(http://www.manob-barta.com/wp-content/uploads/2018/09/print.png) no-repeat;
    width: 25px;
    height: 25px;
    background-position: 0 2px;
    background-size: 18px;
    border: 0;
}
.sharethis-inline-share-buttons{
    text-align:left!important;
}
.btn-danger{
    background-color: #ed1c24!important;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block{
    width: 80%!important;
}
img.tptn_thumb{
        border: none!important;
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.sticky .logo-sticky{
    display: block;
    text-align: center;
    width: 100%;

}
.sticky .header-section-bottom{
        background: #ffffff;
        padding: 10px 0;
        border-bottom: none!important;
        box-shadow: black 0px 4px 3px -3px;
        margin: 0px !important;
} 
.header-section-bottom{
    padding-bottom: 3px;
    margin-bottom: 0px;
}
.desktop-navi{
  background-color: #3d4348;
  font-size: 16px;
  float: left;
    width: 100%;
}
.sticky .desktop-navi{
     background-color: inherit;
    font-size: 17px;
    margin-top: 5px;
}
.ytp-hide-controls .ytp-watermark{
    display: none!important;
}
.html5-video-player svg{
    display: none!important;
}

.sticky .navbar-nav{
    float:none!important;
}
.sticky #bs-example-navbar-collapse-1 {
    background-color: inherit;
    font-size: 17px;
    margin-top: 5px;
}

.sticky .col-md-12{
    padding: 0px;
}

.sticky #nav .navbar-default .navbar-nav > li{
        border-right: 0;
}
.logo-sticky{
    display: none;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
a:hover{
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.add_area p{
    margin-bottom: 0px!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100%; font-family: SolaimanLipiNormal }

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

/* 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;
}
.cat_button{
    clear: both;
    float: right;
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1.5px solid;
    border-color: #ed1c24;
    width: 100%;
}
.cat_button a{
    background: #ed1c24;
    padding: 2px 13px;
    color: #fff;
    text-decoration: none;
    
}
.related-story-title{text-align:center!important;}
#st-1.st-animated{text-align:center!important;}
.cat_button a:hover{
    background:#000;
    color: #fff;
    text-decoration: none;
}
.archive_cumilla .cat_button{
    margin-top: -38px;
}
.sub-title{
    font-size: 20px;
    padding: 0 0 10px;
        color: #e81f1f;
}
.related_post_box{
    margin: 0 0 15px;
}
.related_inner_box{
    box-shadow: 0px 0px 4px #ADA5A5;
    min-height: 250px;
    background: #f3f2f2;
    max-height: 220px;
    overflow: hidden;
}
.related_inner_box img{
    margin-bottom:0px!important;
    width: 100%;

}
.related_post_title{
    min-height: 90px;
    background: #f3f2f2;
    padding: 10px;
}
.related_post_title a{
    color: #000;
    font-size: 18px!important;
}

.related_inner_box h3.heading_02{
    min-height: 90px;
    background: #f3f2f2;
    padding: 10px;
}
.related_inner_box h3.heading_02 a{
    color: #000;
    font-size: 18px!important;
}
.related_post_box:nth-child(4){
    clear: both;
}
.related-story-title{
    text-align: center;
    font-size: 22px;
    border-bottom: 2px solid #7f7676;
    padding: 7px 0;
    background: #dd1313;
    color: #fff;
}
.date-r{
    text-align: left;
    margin-top: 0px;
    color: #fff;
}
.full_website{
    background: #fff;
}
.border{
    background:#000000;
}
.post-twot{
    margin-top: 10px;
}

.date_social{
    margin:0;
    color:#FFFFFF;
    padding: 12px 0 0px;
    
}
.social{
    text-align: right;
    font-size: 18px;
    margin-top: 5px;
}
.social .fa{
    color: #fff;
}
.social a{
    margin-left: 0px;
}
.header_top_section{
   margin-bottom: 5px;
}
.header-section{
    background: #114f82;
    padding: 8px 0;
}
.header_date_sidebar h3{
    display: none;
}
.logo{

}
.logo img{
    max-width: 100%;
}




.search_header input[type=text] {
    width: 80%;
    box-sizing: border-box;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    background-color: #fff;
    background-image: url(https://www.natuncumilla.com/wp-content/uploads/2019/06/search_icon.png);
    background-size: 15px;
    background-position: 98% 6px;
    background-repeat: no-repeat;
    padding: 3px 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #000;
    float: right;
}

/* When the input field gets focus, change its width to 100% */
/*.search_header input[type=text]:focus {
    width: 100%;
    background-color: #ccc;
    background-position: 100% 10px; 
    border:1px solid #ccc!important;
}*/
.animated-el{
    font-size: 22px;
    margin-top: 15px;
}
.search_title{
    font-size: 18px;
}
.search_header{
    display:block;
}
.search_header label{
    display: none;
}
.search_header form{
    position: relative;
}
.search_header input{
    padding-left: 7px;
    color: #000;
}
.date{
    padding: 3px 0 0px 20px;
}
.top-social{
    padding: 6px 10px 0 20px;
    text-align: right;
}
.bannar{
    padding: 5px 20px;
    text-align: right;
    float: right;
}
.bannar img{
    margin-right: -4px;
}
.scroll-top{
        background-color: #ff0000;
        padding: 0;
        margin-bottom: 5px;
        border-radius: 6px;
}
.scroll-top .scrool_01{
     background-color: #ff0000!important;
     border-right: 1px solid#fff;
     border-radius: 6px 0 0 6px;
}

.scroll-bar{
    padding: 0;
    margin-bottom: 5px;
    background-color: #114f82;
    border-radius: 6px;
}

.scrool_01{
    padding: 4px 5px!important;
    margin: 0px !important;
    font-weight: 400!important;
    font-size: 18px!important;
    border-right: 1px solid#fff;
    border-radius: 6px 0 0 6px;
}
.scrool_02{
    padding: 4px 0 0;
    color:black;
    font-weight: bold;
    margin-bottom:0px;
    margin-top:0px;
}
.scrool_02 .fa-caret-right{
    padding: 3px 8px 0 12px;
    width: 10px;
        color: #fff;
}
.scrool_left{
    padding-right: 0px;
}
.scrool_right{
    padding-left: 10px;
}
.scrool_right a{
color: #fff;
margin: 0 8px;
    font-weight: 400;
    font-size: 16px;
}
.scrool_right a:hover{
    color: #f1ddbf!important;
}

.media-section{
    margin: 5px 0 20px;
}
.video_title{
    background: #000000b8;
    padding: 15px 10px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.video_title a{
    color: #fff;
}
.main_cat_service .col-md-4:nth-child(4){
    clear: both;
}
.main_cat_service .col-md-4 .leadnews{
    box-shadow: 0px 0px 4px #ADA5A5;
    min-height: 220px;
    background: #f3f2f2;
    max-height: 220px;
    overflow: hidden;
}
.main_cat_service .col-md-4 .leadnews img{
    margin-bottom: 0px;
    max-height: 150px;
    width: 100%;
}
.main_cat_service .col-md-4 .leadnews .heading_01{
    min-height: 90px;
    background: #f3f2f2;
    padding: 10px;
}

.main_cat_service .col-md-4 .images_title{
    box-shadow: 0px 0px 4px #ADA5A5;
    background: #f3f2f2;
    padding: 5px;
    min-height: 75px;
}
.main_cat_service .col-md-4 h4.heading_02{
    font-size: 14px!important;
    margin:0px;
    padding: 0px;
}

.col-md-3.main_cat_service  .leadnews{
    box-shadow: 0px 0px 4px #ADA5A5;
    min-height: 220px;
    background: #f3f2f2;
    max-height: 220px;
    overflow: hidden;
}
.col-md-3.main_cat_service  .images_title{
    box-shadow: 0px 0px 4px #ADA5A5;
    background: #f3f2f2;
    padding: 5px;
    min-height: 75px;
}

.col-md-3.right_sidebar  .images_title{
    box-shadow: 0px 0px 4px #ADA5A5;
    background: #f3f2f2;
    padding: 5px;
    min-height: 75px;
}

.col-md-3.main_cat_service .leadnews .heading_01 {
    min-height: 90px;
    background: #f3f2f2;
    padding: 10px;
}
.col-md-3.main_cat_service .catagory_title.title_covid{
    background: #bc191c;
    color: #ffffff;
    font-size: 26px;
    border-top-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
    padding: 2px 0 2px 0;
    text-align: center;
    margin: 0!important;
    padding: 10px 0!important;
}
.col-md-3.main_cat_service .catagory_title.title_covid a{
    color: #fff;
}

.col-md-3.main_cat_service .title_dist{
    background: #bc1a1c;
    color: #ffffff;
    padding: 8px 0 8px!important;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px!important;
}
.col-md-3.main_cat_service .title_dist a{
    color: #fff;
}
.col-md-3.main_cat_service .covid_post{
    background: #c6efef;
    padding: 10px;
}

.gap{
    width: 100%;
    float: left;
    margin:10px 0;
}
.leadnews{
    font-family:SolaimanLipiNormal;
    position: relative;
}
.leadnews.top_imgt img{
    width: 100%;
}
.leadnews.title_top img{
    width: 100%;
}
.heading_01.red{
    line-height: 22px;
    color: #fff!important;
    position: absolute;
    bottom: 1px;
    padding-left: 10px;
    width: 100%;
    text-align: left!important;
    background: #000000b8;
    font-size: 17px!important;
}
.lead-bottom .heading_01.red{
    width: 95%;
}
.heading_01.red.trans-bottom{
    width: 92%;
}



.leadnews a:hover .heading_01.red{
    color: #e8681d!important;
}
.heading_01.red a {
    color: #fff!important;
    font-size: 28px;
}
.leadnews img{
    margin-bottom:10px;
    background:#EEEEEE;

}

.images_title{
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 8px;
    padding-bottom: 6px;
}
.images_title_twice{
    border-bottom: 1px solid #CFD3D5;
}
div.images_title:last-child{
    border-bottom: 0!important;
}

.cat_button > .images_title{
    border-bottom: 0!important;
}
.images_title img{
    float: left;
    width: 25%;
    margin-right:10px;
    
}
.bottom-three .images_title img{
    width: 40%; 
}
.tab-pane .images_title img{
  width: 28%;
  margin: 0px 10px 10px 0;
  height: 45px;
}
.tptn_posts_widget2 img.tptn_thumb {
    width: 28% !important;
    height: 45px !important;
    padding: 0!important;
    margin-bottom: 10px;
}
.tptn_posts_daily ul li, .tptn_posts ul li{
        border-bottom: 1px solid #CFD3D5;
}
.archive_details.main_archive{
    width: 100%!important;
}

.archive_details.main_archive .related_inner_box{
    max-height: initial;
}
.archive_details.main_archive .related_inner_box h3.heading_02{
        min-height: 45px;
}

.archive_details.second_archive{
    width: 50%!important;
}

.archive_details.second_archive .related_inner_box{
    max-height: initial;
}
.archive_details.second_archive .related_inner_box h3.heading_02{
    min-height: 55px;
}
.archive_details{
   margin-bottom: 10px;
    padding: 0 10px;
    float: left;
    width: 33%;
    min-height: 230px;
}

.archive_details:nth-of-type(1) img{
    width: 100%;
}
.archive_details:nth-of-type(1) .heading_02{
    font-size: 24px!important;
}
.snav ul ul ul{position:absolute; top:8px;margin-top: 0px!important;display: block; left:0; margin-top:0; width:215px; z-index:999; padding:0; list-style:none;} 
.snav ul li.sfHover ul, .snav ul li:hover ul {top:100%;} .snav ul li.sfHover ul ul, .snav ul li:hover ul ul {top:0; left:216px; margin-top:0;}
.snav ul ul li, .snav ul.menu ul li, .snav div.menu ul ul li {padding-right:0 !important; padding-left:0 !important; border-bottom:0;} 
.snav ul.sub-menu li {display:block;}

.snav ul ul li a, .snav ul.menu ul li a, .snav div.menu ul ul li a {padding:18px 8px 19px 18px; text-align:left; display:block; color:#333;font-weight:normal; line-height:16px; text-transform:inherit;} 
.snav ul ul li a, .snav ul.menu ul ul li a, .snav div.menu ul ul ul li a {transition:all ease .8s; -moz-transition:all ease .8s; -webkit-transition:all ease .8s; }

.navbar-nav>li{position: inherit!important;display: inline-block;float: none!important;}
.navbar-nav>li>.dropdown-menu {
    width: 1140px;
    background: #ffffff;
    padding: 0px;
    border-radius: 0;
}
.navbar-nav>li>.dropdown-menu li {
    float: left;
    width: 185px;
}
.navbar-nav>li {
    position: inherit!important;
    display: inline-block;
    float: left!important;
}
.dropdown-menu{
    left: -195px!important;

}
.dropdown-menu>li>a{
    padding: 5px 10px!important;
    font-size: 18px;
    margin: 7px 8px;
    display: inline-block;
}
.dropdown-menu>li>a:hover{
    background: #ffffff!important;
    text-decoration: underline;
}

.navbar-nav>li>.dropdown-menu li.menu-bottom ul.dropdown-menu{
        border-radius: 0 0 6px 6px;
        top: -8px;
        left: -1px!important;
        min-width: 1140px;
        padding:0;

}
.navbar-nav>li>.dropdown-menu li.menu-bottom{
    float: left;
    position: absolute;
    bottom: -48px;
}
.navbar-nav>li>.dropdown-menu li.menu-bottom a{
    text-indent: -999em;
    border-right: 1px solid #000;
}
.navbar-nav>li>.dropdown-menu li.menu-bottom ul.dropdown-menu li{
        width: auto!important;

}

.navbar-nav>li>.dropdown-menu li.menu-bottom ul.dropdown-menu li a{
    text-indent: inherit;
    padding: 15px 10px!important;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
}


#nav .navbar-default .navbar-nav > li.home a {
    background-image: url(img/home_icon.png);
    text-indent: -999em;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding: 5px 10px 4px 16px!important;
}

.cat_single li.home-list {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    background: #2a394e;
    color: #fff;
    font-size: 14px;
    color: #fff!important;
}
.cat_single li.home-list a{
    color: #fff!important;
}
.cat_single li.home-list .fa-home{
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    width: 26px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.cat_single li.title-list .fa-info{
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    width: 22px;
    color:#444040;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}



.cat_single li.home-list:after {
    left: 100%;
    height: 0;
    width: 12px;
    position: absolute;
    top: 0;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 35px solid #2a394e;
    border-right: 8px solid transparent;
    z-index: 15;
}
.cat_single li.cat-list{
    position: relative;
    padding-left: 20px;
    background: #666;
    padding: 5px 11px 5px;
    color: #fff!important;
}
.cat_single li.cat-list a{
    color: #fff!important;
}

.cat_single li.cat-list .fa-list{
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
        width: 26px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cat_single li.cat-list:after {
    left: 100%;
    height: 0;
    width: 12px;
    position: absolute;
    top: 0;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 35px solid #666666;
    border-right: 8px solid transparent;
    z-index: 15;
}






.caret {
    background-image: url(http://natundesh.com/wp-content/uploads/2018/10/Hamburger_icon2.png);
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    display: none;
}


.big_images img{
    margin-bottom: 10px
}
.breadcrumb>li {
    display: inherit!important;
    float: left;
}
.breadcrumb>li.single_social{
    float: right;
}
.breadcrumb>li.single_social:before{
    display: none;
}

.single_page .heading_01{
    font-size: 30px!important;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0px;
    color:#000;
    font-family:SolaimanLipiNormal;
    text-align: left!important;
    margin-bottom: 10px;
    padding:8px 0;
}
.single_page .heading_01 a{
    color: #000!important;
}
.single_page .author{
    color: #888!important;
    font-size: 16px;
    margin-bottom: 0px;
}

.single_page li a{
    color: #888!important;
}

.fa-clock-o{
    margin: 0 1px 0 6px;
}
.fa-calendar{
    margin: 0 7px 0 0px;
}
.breadcrumb>li+li:before{
    display: none;
}
.heading_01{
    font-size: 18px!important;
    line-height: 22px;
    margin-top: 0px;
    color:#4898dc;
    font-family:SolaimanLipiNormal;
    margin-bottom: 10px;
    padding:8px 0;
    font-weight: 400!important;
}
.heading_02{
    font-size: 16px!important;
    line-height: 22px;
    margin-top: 0px;
    color:#4898dc;
    font-family:SolaimanLipiNormal;
    margin-bottom: 10px;
    padding:8px 0;
    font-weight: 400!important;
}
.heading_01 a:hover,.heading_02 a:hover{
    color: #5993c4!important;
}

.heading_01 a{
    color: #000!important;
}
.heading_01.red a{
    color: #ed1c24!important;
    font-size: 28px;
}
.breadcrumb{
    margin-bottom:25px !important;
    padding: 3px 0px!important;
    font-size: 16px;
    float: left;
    width: 100%;
    background-color: inherit!important;
}
.zooming li{
    display: inline-block;
    list-style: none;
}
.font-button{
            height: 50px;
            width: 50px;
            display: inline-block;
            color: #fff;
            text-align: center;
            line-height: 50px;
            font-size: 25pt;
            cursor: pointer;
}
.font-button.plus{
        background-image: url(img/zoomin.png);
        background-size: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        text-indent: -999em;
        width: 15px;
}
.zooming{
        float: right;
    height: 40px;
}
.font-button.minus{
        background-image: url(img/zoomout.png);
        background-size: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        text-indent: -999em;
        width: 15px;
}
.social-media {
    text-align: left!important;
    display: inline-block;
    z-index: 999;
    position: relative;
    margin-right: 33px;
}
.social-media li {
    display: inline-block;
}
.social-media li a, .social-media li button {
    color: #000;
    border: none;
    background: none;
    padding: 0;
}
.social-media li a i, .social-media li button i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    color: #fff;
}
.social-media a .fa-google-plus, .social-media button .fa-google-plus {
    background: #d34836;
    color: #fff!important;
}
.social-media a .fa-print, .social-media button .fa-print {
    background: #969696;
        line-height: 21px!important;
}




.single_page .fa{
    padding: 8px 0px 8px 0;
    width: 22px;
}
.single_page .cat_single{
    margin: 10px 0;
    background: #eeeeee;
} 
.cat_single{
    margin-bottom: 10px;
    color: #676363;
} 
.cat_single a{
    color: #000!important;
}
.heading_02{
    font-size: 17px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400!important;
    font-family: SolaimanLipiNormal;
    
}
.theme-site-intro{
    float: left;
    padding: 20px 10px 22px 0;
    border-right: 1px solid #000;
    color: #fff;
      font-weight: 700;
    margin-right: 10px;
}
.theme-site-intro .fa-map-marker {
    color: #fff;
}
.youtube-one{
    position: relative;
}
.youtube-one iframe{
    width: 100%;
    height: 350px;
}
.youtube-one h3{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #00000073;
}
.youtube-one h3 a{
    color: #fff!important;
}
.fa{
    color:#000;
}




.fa-facebook{
    background: #337ab7;
    padding: 3px 7px 2px;
    border-radius: 4px;
}

.fa-twitter{
    background: #5DA7DA;
    padding: 3px 4px 2px;
    border-radius: 4px;
}
.fa-google-plus{
    background: #fff;
    color: #b91212!important;
    padding: 3px 2px 2px;
    border-radius: 3px;
}
.fa-youtube{
    background: #fff;
    color: #b91212!important;
    padding: 3px 5px 2px;
    border-radius: 4px;
}
.fa-android{

    border-radius: 4px;
}
.fa-rss{
    background: #FB7629;
    padding: 3px 5px 2px;
    border-radius: 4px;
}

.bottom-icon .fa{margin-right: 0px;color: #fff;padding: 0px!important;}
.fa-home,.fa-envelope,.fa-map-marker{color: #000;}
.heading_02 a{
    color: #074097;
}
.newsletter_area form{
    margin-bottom: 10px;
    float: left;
}
.heading_02 a:hover{
    color:#1478b5!important;
}
.heading_03{
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400;
}
div.wpcf7 .ajax-loader{
    visibility: hidden;
    display: none!important;
}
.heading_03 a{
    color: #000000;
}

.heading_03 a:hover{
    color:#ea3a3a!important;
}

.catagory_title{
    padding: 8px 0 8px!important;
    font-weight: 400;
    border-top: 1px solid #2161d6;
    border-bottom: 1px solid #2161d6;
    border-radius: 0!important;
    margin: 0px 0 15px!important;
}
.catagory_title a{
    margin-left: 10px;
}
.main_cat_service .catagory_title a{
    color: #2161d6;
}
.dot-sep{
    border-bottom: 1px dashed #999;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.post-recent .catagory_title{
    border-right: 2px solid maroon;
    font-size: 16px!important;
    font-weight: 400;
    text-align: right !important;
    margin: 5px 0 15px;
    padding: 0!important;
    border-left: 0;
}
.post-recent .catagory_title a{
    margin-right: 10px;
    color: #800000!important;
    display: none;
}
.post-recent .heading_01{
    min-height: 90px;
    background: #f3f2f2;
    padding: 10px;
    
}

.top_img-box{
    height: 120px;
    overflow: hidden;
    
}
.post-recent .box_details{
    box-shadow: 0px 0px 4px #ADA5A5;
}
.post-recent .catagory_title a:nth-child(2) {
    display: block;
}
.images_titlet.twicet{
        min-height: 165px;
}

.images_titlet:nth-child(4){clear:both;}
.images_titlet.twicet:nth-child(4){clear:none;}
.catagory_title.today-news{
    text-align: center;
    background: #00523f;
    color: #fff;
    margin-top: 5px!important;
    padding: 0px!important;
    border-bottom: 0;
    border-radius: 6px!important;
}
.catagory_title.today-news a{
    color: #fff!important;
    display: block;
    padding: 5px!important;
    margin: 0px!important;
}
.catagory_title.gallery{
    position: relative;
    z-index: 999;
}
h4.catagory_title .fa{
    color:#fff;
}
.poll_box{
    background-color: #e9e9e9;
    padding:0;
    border-radius: 6px;
}
.poll_box h3{
    color: #fff;
    background: url(http://www.manob-barta.com/wp-content/uploads/2018/09/right-poll-bg.png) no-repeat bottom center;
    background-size: cover;
    text-align: center;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}
.poll_wrap h3{
    background-color: #e9e9e9;
    padding: 10px 15px;
    color: #000!important;
    background: none!important;
}
.poll_box h4{
    border-bottom: 2px solid #000;
    margin-left: 15px;
    display: block;
    width: 90px;
}
.poll-sec{
    margin-top: -10px;
}
.poll_box .poll_results{
        margin-top: 10px;
}
.poll-sec h3{
    color: #fff;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 26px;
}
.poll_box button{
        background: #710a0c;
        padding: 3px 40px;
}
.poll_submit{
    margin: 10px 20px !important;
}
.poll_wrap{
    border: none!important;
    padding: 0px!important;
}
.poll_wrap ul{
    float: left;
    width: 100%;
    text-align: center;
}
.poll_list li{
    float: left;
    width: 110px!important;
}
.top_title{
    margin: 8px 0 4px;
    border-bottom: 1px solid #dd1313;
    padding-bottom: 5px;
}
.top_title a{
    background: #dd1313;
    color: #fff;
    padding: 2px 20px;
    font-weight: 400;
}
.poll_list li label {
    margin: 0 0 0 6px!important;
    width: auto!important;
    font-size: 18px;
}
.deffrent_title{
    position: relative;
    padding-bottom: 3px;
    margin: 0;
    border-bottom: 2px solid#ed1c24;
}
.deffrent_title:after {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    height: 0;
    border-top: 50px solid darkcyan;
    border-right: 50px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}
.right_title:after {
    border-top: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid #ed1c24;
    border-left: 0 solid transparent;
}
.right_title a{
    color: #fff;
    z-index: 999;
    position: relative;
    padding: 0 0 0 10px;
    line-height: 32px;
}

.nav-tabs>li.active>a:after{
    border-top: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid #000;
    border-left: 0 solid transparent;
}

.fa-caret-right{
    color: #d20e0e;
    font-size: 16px;
}
.cat_title{
    margin-bottom: 5px;
}


.top_img img{
    width: 100%;
    max-width: 100%;
}

.big_images img{
    margin-bottom: 10px
}
.internetional{
    
}
.newsletter_area .socialContent{
    text-align:center;  
}
.socialContent{
    margin: 0;
    text-align: center;
}
.socialContent .fa{
    font-size: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
}
/*
.socialContent .facebookIcon {
    background-position: 0px 0px;
    width: 30px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .facebookIcon:hover {
    background-position: 0px -35px;
}
.socialContent .twitterIcon {
    background-position: -35px 0px;
    width: 30px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .twitterIcon:hover {
    background-position: -35px -35px;
}
.socialContent .googlePlusIcon {
    background-position: -70px 0px;
    width: 30px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .googlePlusIcon:hover {
    background-position: -70px -35px;
}
.socialContent .youtubeIcon {
    background-position: -105px 0px;
    width: 70px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .youtubeIcon:hover {
    background-position: -105px -35px;
}
.socialContent .dailymotionIcon {
    background-position: -140px 0px;
    width: 30px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .dailymotionIcon:hover {
    background-position: -140px -35px;
}
.socialContent .inIcon {
    background-position: -177px 0px;
    width: 30px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .inIcon:hover {
    background-position: -177px -35px;
}
.socialContent .pinIcon {
    background-position: -216px 0px;
    width: 34px;
    height: 26px;
    margin:0px;
    display: inline-block;
    transition:background ease-in-out .4s; -webkit-transition:background ease-in-out .4s; -moz-transition:background ease-in-out .4s;
}
.socialContent .pinIcon:hover {
    background-position: -216px -35px;
}
.icon {
    background: url(http://www.manob-barta.com/wp-content/uploads/2018/09/social-icon.png) no-repeat;

}*/
.social_area p{
    text-align:right;
}
.copyright_left{
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.copyright_right{
    text-align: right;
    font-size: 14px;
    color: #fff;
	padding-top: 3px;
}
.design a,.copyright a{
    color:#580d06;
}
.design a:hover,.copyright a:hover{
    color:#ed1c24;
    text-decoration: none;
}
.bottom-2 {
    text-align: center;
    padding-top: 18px;
    font-size: 16px;
    color: #fff;
}
.bottom-3 {
    text-align: right;
    padding-top: 18px;
    font-size: 16px;
    color: #fff;
    padding-right: 0;
}
.footer-04{
    background:#054167;
    padding:25px 10px;
    color:#fff; 
    background: #000 url(../../images/new-foot-bottom-bg.png) no-repeat scroll center top; */
    background: rgba(104,0,0,1);
    background: -moz-linear-gradient(left, rgba(104,0,0,1) 0%, rgba(3,1,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(104,0,0,1)), color-stop(100%, rgba(3,1,0,1)));
    background: -webkit-linear-gradient(left, rgba(104,0,0,1) 0%, rgba(3,1,0,1) 100%);
    background: -o-linear-gradient(left, rgba(104,0,0,1) 0%, rgba(3,1,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(104,0,0,1) 0%, rgba(3,1,0,1) 100%);
    background: linear-gradient(to right, rgba(104,0,0,1) 0%, rgba(3,1,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#680000', endColorstr='#030100', GradientType=1 );
}
.footer {
    border-top: 2px solid #66667a;
    padding: 20px 0 10px;   
}
.footer_menu{
    padding: 10px 0;
}
.footer_menu ul{
    padding: 0px;
    margin: 0;  
}
.footer_menu ul li{
    list-style: none;
   padding: 0 0 10px;
  
}
.footer_menu ul li:last-child{
    border-right: 0px;
}
.footer_menu ul li a{
    color: #fff;
    font-size: 16px;
}
.footer_menu ul li a:hover{
    color: #ed1c24;
}
.header_date_sidebar ul {
    padding: 10px 0 0;
}
.header_date_sidebar ul li {
    float: left;
    list-style: none;
    color: #fff;
    margin: 0 2px;
}
.header_date_sidebar ul li:nth-child(3) {
    border-right: 1px solid #fff;
    padding-right: 5px;
    line-height: 14px;
    margin-top: 4px;
}

.author .fa{margin: 0px;}
.left-img img{float: left; max-width: 45%;}
.post-right{margin-left: 15px;float: left;max-width: 50%;}
.post-two{border-top: 1px solid #e64f51;}
.post-two .images_title{float: left;max-width: 48%;}
.post-two .images_title:first-child{margin-right: 20px;}
.video-gellary .col-md-6:first-child{
    
    padding-right:5px;
}
.video-gellary .col-md-6:nth-child(2){
    padding-left:5px;
}
.video-gellary .col-md-6:nth-child(3){
    padding-right:5px;
}
.video-gellary .col-md-6:last-child{
    
    padding-left:5px;
}
.archive_date:last-child img{
    width: 100%;
}
.bottom-section{    
    padding: 15px 20px;
    border-top: 12px solid#f1f1f1;
}

.bottom-1 img{
    max-width:60%;
}
.foot_menu_2{
        border-right: 2px solid #584645;
}
.newsletter_area{
    float: right;
    width: 45%;
}
.newsletter_area a{
    border: 1px solid#252323;
    text-align: center;
    padding: 0 0px 0 10px;
    border-radius: 4px;
    width: 100%;
    float: left;
}
.newsletter_area:nth-child(2){
    margin-right: 10px;
}
.footer-1{
    padding-top: 20px;
}
.footer-2{
    border-right: 2px solid #584645;
    border-left: 2px solid #584645;
    text-align: center;
    padding: 0 35px;
}

.foot_menu_2 .menu_2_holder{
        text-align: center;
}

.foot_menu_2 .menu_2_holder .foot_home_icon {
    text-decoration: none;
}

.foot_menu_2 .menu_2_holder ul li:after {
    content: '.';
    height: 11px;
    border-right: 1px solid #fff;
    width: 0px;
    overflow: hidden;
    display: inline-block;
}
.foot_menu_2 .menu_2_holder .foot_home_icon span {
    display: none;
}
.foot_menu_2 .menu_2_holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot_menu_2 .menu_2_holder ul li {
    display: inline-block;
    line-height: 16px;
}
.foot_menu_2 .menu_2_holder ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
}
.footer-3{
    text-align: center;
    padding-top: 50px;
}
.photo-gallery{
    padding-right:10px;
    padding-left:10px;
    position: relative;
}
.photo-gallery h4.heading_02{
    position: absolute;
    bottom: -9px;
    width: 100%;
    text-align: center;
    background: #00000069;
    padding: 10px 0;
    color: #fff;
}
.photo-gallery h4.heading_02 a{
    color: #fff;
}
.photo-gallery h4.heading_02 a:hover{
    text-decoration: none;
}
.video-gellary{
    position: relative;
}
.video-gellary h4.heading_02{
    position: absolute;
    bottom: -16px;
    width: 100%;
    text-align: center;
    background: #00000069;
    padding: 10px 0;
    color: #fff;
}
.sidebar-post .fluid-width-video-wrapper{
    width: 50%;
    float: left;
}
.single_video .fluid-width-video-wrapper iframe, .single_video .fluid-width-video-wrapper object, .single_video .fluid-width-video-wrapper embed{
    top: 33px!important;
}
.leadnews .featured-video-plus.fvp-center{
    margin-bottom: 5px;
}
.big_video .featured-video-plus.fvp-center{
    margin-bottom: 5px;
      margin-top: 50px;
} 
.video-gellary .featured-video-plus.fvp-center{
    margin-bottom:0px;
}
.featured-video-plus.fvp-center{
    margin-bottom: 45px;
}
.video{
        margin-bottom: 5px;
}
.video-gellary-title{
    margin: 5px 0 13px;
    z-index: 9999;
    position: relative;
}
.video-sub{
    padding: 0;
    margin-bottom: 15px;
}
.video-gellary h4.heading_02 a{
    color: #fff;
}
.video-gellary h4.heading_02 a:hover{
    text-decoration: none;
}
.tab{
    margin-top: 0px;
}
.tab-content{
    overflow: scroll;
    height: 398px;
    overflow-x: hidden;
}
.tab-content-single{
    overflow: scroll;
    height: 380px;
    overflow-x: hidden;
}
.catagory_title-02{
    background-color: #3888D7;
    color: aliceblue;
    padding: 10px;
    border-radius: 0px!important;
    margin-top: 5px;
    text-align:center;
}
.catagory_title-02:hover{
    background-color:#286090;
    color:#A6A6A6;
}
.add_area{
    margin: 15px 0;
}
.top-add .add_area{
    margin: 0px 0 10px;
}
.add_area h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    background-image: url(http://www.manob-barta.com/wp-content/uploads/2018/09/right-poll-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 5px 5px 0 0;
    margin: 0px;
}
.video iframe {
    width: 100%;
    max-height: 164px;
}
.video-sideba{
max-height: 50px;
}
.video.video_page iframe {
    width: 100%;
    max-height: 130px;
    min-height: auto;
}
.big_video iframe{
    width: 100%;
}

.single_page iframe{
    width: 100%;
    margin-top:0px;
}
.big_video .heading_02{
    font-size: 24px!important;
}
.video_gallery{
    clear: both;
    margin:0;
    float: left;
    width: 100%;
}
.singlepage{
   margin: 60px 0px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
    min-height: 350px;
    max-height: 420px;
}
.single_images{
        position: relative;
        clear: both;
}
.archive_date h3{
    background: #469c2f;
    text-align: center;
    font-size: 42px;
    margin-top: 5px;
    padding: 20px 0;
    color: #deda2b;
}
.single_page .single_images img{
        margin-top: -20px;
}
.single_images img{
    width: 100%
}
.single_page_photo .item{
    min-height: 325px;
}
.caption{
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #00000078;
    opacity: 1.5;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: -10px;

}
.caption h4{
    opacity: 10;
}
.clear{
    clear: both
}


/*Country Menu*/
.country-menu{
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}
.menu-all-country-container ul{
    padding: 0px;
}
.menu-all-country-container ul li{
    float: left;
    list-style: none;
    padding: 14px 0 10px;
}
.menu-all-country-container ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #000;
    padding: 0 12px;
}
.menu-all-country-container ul li:first-child{
    padding: 10px 0;
}
.menu-all-country-container ul li:first-child a{
    color: #369;
    font-weight: 700;
    font-size: 20px;
    padding-left: 0;
    padding-right: 20px;
    border-right: 0;
}
.menu-all-country-container ul li:last-child a{
    border-right: 0;
}

/*Politic Menu*/

.politic-menu{
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}
.menu-politic-container ul{
    padding: 0px;
}
.menu-politic-container ul li{
    float: left;
    list-style: none;
    padding: 14px 0 10px;
}
.menu-politic-container ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #000;
    padding: 0 12px;
}
.menu-politic-container ul li:first-child{
    padding: 10px 0;
}
.menu-politic-container ul li:first-child a{
    color: #369;
    font-weight: 700;
    font-size: 20px;
    padding-left: 0;
    padding-right: 20px;
    border-right: 0;
}
.menu-politic-container ul li:last-child a{
    border-right: 0;
}


.location_search{
    margin-bottom: 10px;
}
.archive_img{
    max-width: 100%;
}

.container-b.footer-section{
padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#sizer a{
    float: right;
}
.breadcrumb .fa{
    padding: 0px!important;
}
.fa-search-plus:before {
    content: "\f00e";
    font-size: 18px;
    margin: 0 5px;
}
.fa-search-minus:before {
    content: "\f010";
    font-size: 18px;
    margin: 0 5px;
}

/*My Style*/
#nav .navbar-collapse{padding:0px;}
.header-bottom{background-color: #C8CCD0!important;margin-top: -2px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #000000!important; color:#fff!important;
    
}



#nav .navbar-default .navbar-nav > li:hover{
background-color: #fff!important;
}
#nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
background-color: #151414!important;color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #c1bcbc!important;
}
.recent-post-slider .recentpost-categories ul.post-categories,.recent-post-slider .wp-post-date,.recent-post-slider.design-3 .wp-post-content{
    display:none;
}
.single_contant p,.single_contant{
    text-align: justify;
    
}
.nav-tabs>li{
    position: relative;
}
.nav-tabs>li.active:after {
    left: 100%;
    top: 0px;
    height: 0;
    right: 7px;
    width: 7px;
    z-index: 999;
    position: absolute;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 5;
    border-right: 13px solid transparent;
}
.nav-tabs>li.active:before {
    right: 100%;
    top: 3px;
    height: 0;
    width: 8px;
    position: absolute;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 5;
    border-left: 8px solid transparent;
}
.nav-tabs>li:nth-child(1).active:before {
     right: 100%;
    top: 0;
    height: 0;
    width: 7px;
    position: absolute;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 0!important;
    border-left: 8px solid transparent;

}
.nav-tabs>li:nth-child(2).active:after {
    left: 100%;
    top: 0;
    height: 0;
    width: 7px;
    position: absolute;
    content: " ";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 0!important;
    border-right: 8px solid transparent;

}
.right_erro{
    float: right;
    color: #228b22!important;
        margin-right: 15px
}
.right_erro .fa-arrow-circle-o-right{
    color: #228b22!important;
    padding-left: 3px;
    width: 2px;
}
.today-news{
    margin: 0px;
}
.today-news a{
    padding: 20px 10px;
    margin: 10px 0;
    font-size: 20px;
}
.today-news a .fa{
    margin-right: 10px;
}
.nav-tabs{
    border-bottom:0!important;
}
.nav-tabs>li>a{
    min-width: 135px;
    border-radius:0px;
    text-align: center;
    padding: 5px 15px;
    margin: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #bc191b;
    color: #fff!important;
    z-index: 999;
    border: 1px solid #bc191b!important;
    
}
.side-bar-inner .images_title{padding-left: 0px;}
.scroll{
    clear: both;
}
h3.heading_03{
    font-size: 15px;
    font-weight: bold;
}
.icon-h .fa{
    margin-right: 8px;
}

.sep{
    padding:5px 0;
    clear: both;
}
.recent_post{
    padding-left:0px;
}
.recent_post_slice .slick-dots{
    display: none!important;
}
.add_post .widget_area:first-child{
    margin-left: 0;
}
.add_post .widget_area:last-child{
    margin-right: 0;
}
.add_post .widget_area{
    float: left;
    margin: 0 15px;
    width: 23%;
}
.add_area img{
    width:100%;
    min-height:80px;
}

.recent-post-slider h2.wp-post-title a{
    font-size: 16px!important;
    line-height: 16px!important;
}
.recent-post-slider.design-3 .post-overlay:hover > .post-short-content{
 height:23%!important;
}
.recent-post-slider.design-3 .post-short-content{
    height:23%!important;
}
.main_top{
    margin:15px 0 0;
    
}
.main_top .col-md-4{
    min-height:220px;
}
.main_top img{
        max-height:130px;
}
.recent_post{
    height:350px;
}
.recent_post img{
    
}
h1.map-title{
    text-align: center;
    font-size: 22px;
    padding: 10px 0 10px;
    
    background: #e8e0df;
}
.map_top{
    margin-top: 0px;
    padding-left:0px;
}
.map_section{
        border-color: #ff2505;
    border-style: inset;
}
.map-side{
    background: #e2e2e2;
}
.map-side .inner-box{
    padding: 10px;
}
svg:not(:root){
    height: 450px;
   width:100%;
}

.gray_dark {
    padding: 15px 0px;
    background-color: #03242f;
}
.social-media ul li i {
    color: #8F908F;
}
.fa-2x {
    font-size: 2em;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-youtube:before {
    content: "\f167";
}
.footer-add {
    margin-top:10px;
}
.footer-1 .footer-menu {
    padding-left: 15px;
}
ul.footer-menu li {
    list-style: none;
    line-height: 30px;
}
ul.footer-menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.bottom_area img{
    width: 100%;
}
.gray {
    padding: 10px 0 0px;
    background-color: #000000;
    color: #fff;
    border-top: 1px solid#b9b5b5;
}
.gray.bottom{
    padding: 10px 0 10px;
}

.footer-add img{
    border: 1px solid #fff;
    border-radius: 6px;
    max-width: 82%;
}
.footer-section-bottom{
     padding: 5px 0px;
    background-color: #363d4d;
    color: #fff;
}
.converter{
        background: #dd0b0b;
    padding: 5px 0 3px;
    text-align: center;
    margin: 0;
    line-height: 0;
    margin-left: 20px;
}
.galleria{
        margin-top: -31px;
}
.converter h4{
    margin: 0;
    line-height: 19px;
font-size:15px;
}
.converter h4 a{
    color:#fff;
}
.tab-pane .images_title .featured-video-plus{
        float: left;
    width: 25%;
    margin-right: 15px;
}
.tab-pane .heading_02{
    margin-bottom: 0!important;
    padding: 0!important;
}
.ytp-title-text{
    display: none!important;
}


.heading_01_title{
    font-size: 16px;
    text-align: center;
    margin: 0 0 5px;
    padding: 5px 0;
    background:#c8ccd0;
}
.gallery_img img{
    margin: 0px;
    height: 86px;
}
.maxslider{
    margin: 0!important;
}
.select_location{
    text-align: left;
    float: none;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px 10px;
}
.catTitle{
    position: relative;
}
.catTitle .liner::before {
    position: absolute;
    content: '';
    width: 63%;
    border-top: 5px solid #d9d9d9;
    top: 3px;
    display: inline-block;
    vertical-align: bottom;
}
.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 63%;
    border-top: 5px solid #d9d9d9;
    top: 12px;
    display: inline-block;
    vertical-align: bottom;
}

.map_location{
    background-image: url(https://www.natuncumilla.com/wp-content/uploads/2018/08/comilla_allthana-1.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    height: 425px;
    position: relative;
    border: 3px solid #dd1313;
}
.map_location .comilla{
    position: absolute;
    top: 142px;
    right: 66px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .homna{
     position: absolute;
        top: 47px;
    left: 75px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 10px 5px;
    padding-top: 21px;
}
.map_location .chandina{
    position: absolute;
    top: 160px;
    left: 137px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 9px 5px;
    padding-top: 21px;
}
.map_location .chouddagram{
    position: absolute;
    bottom: 118px;
    right: 29px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;

}
.map_location .titash{
    position: absolute;
        top: 88px;
    left: 71px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 9px 5px;
    padding-top: 21px;

}
.map_location .daudkandi{
    position: absolute;
    top: 135px;
    left: 52px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .muradnagar{
    position: absolute;
        top: 24px;
    left: 141px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .debiddar{
    position: absolute;
    top: 96px;
    left: 158px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}

.map_location .burichong{
    position: absolute;
    top: 108px;
    right: 104px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 8px 5px;
    padding-top: 21px;
}
.map_location .barura{
   position: absolute;
    bottom: 187px;
    left: 181px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 7px 5px;
    padding-top: 21px;
}
.map_location .lakhsham{
    position: absolute;
    bottom: 126px;
    right: 121px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .nangolkoat{
    position: absolute;
    bottom: 69px;
    right: 60px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .bakkhonpara{
    position: absolute;
    top: 55px;
    right: 109px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .monohorgonj{
    position: absolute;
   bottom: 77px;
    right: 126px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .meghna{
    position: absolute;
   top: 70px;
    left: 23px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 8px 5px;
    padding-top: 21px;
}
.map_location .sodor_dokkhin{
    position: absolute;
    bottom: 199px;
    right: 62px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 15px 5px;
    padding-top: 21px;
}
.map_location .lalmai{
    position: absolute;
    bottom: 151px;
    right: 86px;
    color: #000000;
    background-image: url(img/pin-map-icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 12px;
    background-position: 11px 5px;
    padding-top: 21px;
}

.subscribe input {
    width: 70%!important;
    float: left;
    height: 44px;
    border-radius: 16px 0 0 16px;
    padding: 0 0 0 10px;
    border: 1px solid#ccc;
    color: #ccc;
}
.subscribe input[type=submit] {
    width: 30%!important;
    background:#363d4d;
    border-radius: 0 16px 16px 0;
    height: 44px;
    color: #fff;
}

.images_title_twicet{
        min-height: 20px;

}
.images_title_twicet:nth-child(4){clear: both;}
.top_img-box{
    height: 120px;
    overflow: hidden;
}
.images_title_twicet img{
    height: 120px;
}
.c_one_img{
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 5px;
}
.c_one_img img{
    max-height: 120px;
}
.top_img.small_img{
    max-height: 110px;
    overflow: hidden;
}
.bottom_img_box{
    height: 95px;
    overflow: hidden;
}
/*TAB STYLE*/
ul li{list-style:none;}
    .bdwebteam-tabs .tabs-list{overflow:hidden;padding:0;}
    .bdwebteam-tabs .tabs-list li{display:inline-block;list-style:none;text-align:center;padding:0;margin:0;}
    .bdwebteam-tabs .tabs-list a{padding:0;position:relative;}
    .bdwebteam-tabs .tabs-list .active a{background:#028DDC;text-decoration:none;}
    .bdwebteam-tabs .tabs-list a:hover{text-decoration:none;}
    .bdwebteam-tabs .tabs-data{border-bottom:0;padding-top:10px;}
    .bdwebteam-tabs .posts-list{display:none;padding:0;}
    .bdwebteam-tabs .posts-list li{}
    .bdwebteam-tabs .posts-list.active{display:block;}
    .tabs-data .post-pull-left{float:left;margin-right:20px;}
    .tabs-post-info p{padding:10px 0;line-height:22px;}
    .bdwebteam-tabs .tabs-list{font:12px "KlavikaMedium ",Arial,sans-serif;font-size:12px;margin-bottom:0px;text-transform:uppercase;background:#323232;}
    .bdwebteam-tabs .tabs-list a{color:#efefef;display:block;padding:10px 14px;}
    .posts-list li >a{position:relative;transform:translate3d(0px,0px,0px);}
    .posts-list .content{border-bottom:1px solid #323232;line-height:1;}
    .posts-list li:first-child{padding-top:0;}
    .posts-list li{border-bottom:0 none;overflow:hidden;padding:24px 0 0;}
    .posts-list .content time{color:#a6a6a6;font-size:11px;text-transform:uppercase;}
    .posts-list .content .comments{color:#a6a6a6;float:right;font-size:11px;white-space:nowrap;}
    .posts-list .comments a{color:inherit;}
    .posts-list .content >a{display:block;font-family: "Roboto Slab ",Georgia,serif;font-size:13px;line-height:1.615;}



.navbar-default .navbar-toggle .icon-bar{
        background-color: #101010;
}


/* NAVIGATION */
#nav{float: right;margin:3px 0 0px!important;}
.navbar-desktop{display: none;}
.inav  {background-color: #114f82;font-size: 16px;float: left;width: 100%;} .inav #nav-icon {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0; float:left;} .inav ul li {float:left;position: relative;}

.inav ul li:last-child{border-right:none;}
.inav ul li.last_menu a{    font-size: 17px;padding: 10px 16px;background: #000;font-weight: bold;}
.inav ul li a {color:#fff!important; font-size:16px; line-height:20px;padding: 10px 17px 10px 10px; text-decoration:none; display:block;}

.inav ul li a:hover {color:#cccc33; text-decoration:none;background:#8e0808;}
.inav ul.menu > li > a span.sf-sub-indicator { margin-left:5px; width:9px; height:20px; background:url(images/nav_ind.png) no-repeat 50% 60%; text-indent:-999em; overflow:hidden; display:inline-block;}

.inav ul.menu > li.current-menu-item > a:hover, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, 
.inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-menu-item > a, .inav ul.menu > li.current-page-parent > a, 
.inav ul.menu > li.current_page_parent > a, .inav ul.menu > li.current_page_item > a, .inav ul.menu > li.current-page-ancestor > a, 
.inav ul.menu > li.current-menu-ancestor > a {color:#cccc33;background-color: #114f82!important;}
.inav ul.menu > li.sfHover > a {color:#cccc33;background-color: #114f82!important;} 
.inav ul li.home a {background-image: url(img/home_icon.png);text-indent: -999em;background-size: 28px;background-repeat: no-repeat;background-position: 3px 7px;padding: 10px 18px 10px 18px!important;}

.inav ul.menu > li.menu-item-has-children a{background-image: url();background-repeat: no-repeat;background-size: 20px;background-position: 96%;}
.inav ul.menu > li.menu-item-has-children a span{margin-right: 15px;}


.inav ul li.mega-drop{position: inherit!important;} 
.inav ul li.mega-drop .sub-menu a{padding: 5px 0 5px 10px!important; text-align:left; display:block; color:#333!important; font-size:20px!important;}

.inav ul li.mega-drop ul.sub-menu{width: 100%!important;background: #fff!important;}
.inav ul li.mega-drop ul.sub-menu li{width: 261px;border-right: 1px solid #d2d1d1;}

.fa-angle-down{color: #fff!important;transition: all 0.3s ease-in-out 0s;}
.inav ul li a:hover .fa-angle-down{-webkit-transform: rotate(180deg);transform: rotate(180deg);transition: all 0.3s ease-in-out 0s;}

/* DROPDOWN */
.inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {position:absolute; top:-999em; left: -10px; margin-top:0; width:130px; z-index:9999; padding:4px 0 0; list-style:none; background:#fd2020;} 
.inav ul li.sfHover ul, .inav ul li:hover ul {top:100%;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:216px; margin-top:0;}
.inav ul ul li, .inav ul.menu ul li, .inav div.menu ul ul li {width:100%; padding-right:0 !important; padding-left:0 !important; border-bottom:0;} .inav ul.sub-menu li {display:block;}

.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a {background-image: inherit!important;padding: 10px; text-align:left; display:block; color:#f9f5f5!important; font-size:16px; font-weight:normal; line-height:18px; text-transform:inherit;} .inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:13px;  transition:all ease .8s; -moz-transition:all ease .8s; -webkit-transition:all ease .8s; }

.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color: #efecec !important;background: #b30f0f;} 
.inav ul.sub-menu > li.current_page_item > a,.inav ul.sub-menu > li.current-page-ancestor > a, 
.inav ul.sub-menu > li.current-page-parent > a {color:#333333 !important; background:#99cc33;}



@media (max-width: 979px){
    .scrool_left{
        width: 27%;
        float: left;
    }
    .scrool_right{
        width: 70%;
        float: left;
    }
    .logo{
        width: 30%;
        z-index: 9999;
        margin: 0 auto;
    }
    .logo img{
        margin: 0 0 0px;
    }
    .theme-site-intro{
        float: none;
        padding: 0px;
        border-right: 0;
    }
    #nav .navbar-collapse{
        margin-top: 10px;
    }
    .search_header{
        text-align: center;
    }
    .search_header input[type=submit]{
        position: relative;
            margin-right: 0px;
    }
    .date{
      text-align:center; 
      padding: 0 15px !important;
    }
    .date-r{
       text-align: center;
           font-size: 13px;
    }
    .top-social{
        float: none;
        text-align: center;
           padding: 10px 10px 0 20px;
    }
  .bannar{
    display:none;
  }
    .date_social{
        margin: 0px;
        
    }
  .header_date_sidebar ul li{
    float: none;
    list-style: none;
    display: inline-block;
  }

  .navbar-nav>li{
    position: relative!important;
    display: block!important;
    float: none!important;
    text-align: left!important;
  }
  .navbar-nav>li .sub-menu{display: none;padding: 0 0 0 10px;height: 130px;
    overflow-x: scroll;}
  .navbar-nav>li .sub-menu li a{
        padding: 3px 5px;
  }
  .navbar-nav>li .sub-menu li{
    padding: 7px 15px 7px 25px!important;
    border-bottom: 1px solid #4c4a4a;
    background-image: url(https://www.asiandarpan.com/wp-content/uploads/2025/12/images-removebg-preview-e1764726356419.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: 15px;
  }


  #nav .navbar-default .navbar-nav > li.home a{
    background-color: #8120cc;
  }
  .navbar-nav>li .sub-menu li:hover{
        background-color: #7a0990;
  }
  .navbar-nav>li .sub-menu li:hover a{
        color:#fff;
  }
  .navbar-nav>li:hover .sub-menu,.navbar-nav>li:focus .sub-menu{
    display: block!important;
    background-color: #9d01bc;
  }


  .navbar-nav>li>.dropdown-menu{
    left: 0!important;
  }
  
  .affix{
        position: inherit;
  }
  /* width */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #ccc!important; color:#fff!important;
    
}
#menu-mobile-menu{
    height: 250px;
    overflow-x: hidden;
}
#menu-mobile-menu::-webkit-scrollbar-thumb {
  background: #b11111; 
  border-radius: 10px;
}

#menu-mobile-menu::-webkit-scrollbar {
  width: 5px;
  scroll-behavior: smooth;
}

/* Track */
#menu-mobile-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */

/* Handle on hover */

#menu-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
  
  #nav .navbar-default .navbar-nav > li > a{
    color: #fff!important;
  }

  .search_header{
    display: block;
  }
  .search_header input[type=submit]{
    left: 0;
    top: 0px;
  }
  .header_tow{
    display: none;
  }
    .social{
        flex: none;
        text-align: center;
    }
    .navbar-nav{
        margin: 0px;
    }
    .navbar-nav .open .dropdown-menu{
        background: #00652e;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        border-bottom: 1px solid #4c4a4a;
        color: #000!important;

    }
    .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #000!important;
    }
    #nav .navbar-default .navbar-nav > li > a{
            padding: 7px 15px 7px 25px!important;
            border-bottom: 1px solid #4c4a4a;
            background: url(http://www.manob-barta.com/wp-content/uploads/2018/09/small-right-arrow-icon-64993.png);
            background-position: 5px 10px;
            background-repeat: no-repeat;
            background-size: 15px;
    }
    .sticky #nav .navbar-default .navbar-nav > li > a {
    padding: 7px 10px 4px 28px!important;
    }
    .another{
        float: left;
        width: 100%;
    }
	.images_titlet{    
		width: 50%;
    float: left;
		    min-height: 150px;
	}
	.images_titlet:nth-child(4) {
    clear: none;
	}
	.leadnews.top_img.big_top{width: 100%!important; margin:0px;}
	.leadnews.top_img{
		width: 46%;
   		float: left;
		margin:0 13px;
	}
	.leadnews.top_img:nth-child(odd){margin-left: 0;}
	.leadnews.top_img:nth-child(even){margin-right: 0;}
	.leadnews.top_img.small_img:nth-child(3){display:none;}
	.heading_01.red{position:relative;font-size: 15px!important;background: none;color:#000!important;}
	.leadnews.top_img.big_top .heading_01.red{position:absolute;background: #000000b8;color:#fff!important;}
	.video-box{margin-top:20px;}
	.video-sub{
		width: 50%;
    float: left;
    clear: none!important;
	}
	.related_post_box{    
		min-height: 165px;
		width: 50%;
		float: left;
	}
    .related_post_box:last-child{
        display: none;
    }
    .right_sidebar{
        clear: both;
    }
	.video-sub:nth-child(3){display:none;}
    .copyright p,.design p{
        text-align: center!important;
    }
    .post-two .images_title:first-child{
        margin-right: 0px;
    }
    .copyright,.design{
        text-align: center;
    }
 	.gray.bottom .footer-list{display:block!important;}
	.gray_dark{margin-top: 10px;}
  .add_area img{
        min-height: auto;
  }
  .nav-tabs>li>a{
        padding: 10px 55px 3px!important;
  }
  .nav-tabs>li.active:after{
        width: 155px;
	  border-top: 36px solid #214C83;
	  display:none;
  }
  .nav-tabs.single>li.active:after{
    width: 164px;
  }
  .main_cat_service .col-md-4 .leadnews{min-height: 280px;}
  .main_cat_service .col-md-4 .leadnews .heading_01{min-height: auto;}
  .archive_details{
    border-bottom: 0!important;
    border-left: 0!important;
	  margin-bottom: 0;
    width:50%;
    min-height: 175px;
  }
  .archive_img{
    float: none!important; 
   width: 100%!important; 
    margin-right: 0px!important;
  }
  .top_img-box{
    height: 70px;
  }
  .top_img-box img{
    height: auto;
  }
  .bottom-section{
    padding: 5px 0px;
  }
  .footer-1,.footer-3{
    padding-top:0px;
  }
  .footer_menu ul li{
        padding: 0px 7px;
  }
  .footer_menu ul li a{
        font-size: 12px;
  }
  .footer-2 {
    border-right: 0!important;
    border-left:0!important;
    
    }
  .footer-2 .mid-title{
    font-size:12px;
  }
  img.youtube-botton{
        margin-top: -32px;
  }
  .video-gellary h4.heading_02{
            font-size: 14px!important;
  }
  .nav-tabs.single>li>a{
    padding: 10px 60px 3px!important;
  }
  .nav-tabs.single.arcrive>li>a{
    padding: 10px 45px 3px!important;
  }
  .nav-tabs.single.arcrive>li.active:after{
    width: 149px;
  }
  .form-control{
    width:50%!important;
  }
  .single-block .col-sm-12t .col-sm-3{
    margin-left: 0px;
  }
  .single-block .col-sm-12t{
    margin-left: 70px;
  }
  .single-block .col-sm-3{
    margin-left: 70px;
  }
  .search-loc{
    margin-left: 0px!important;
  }
  .liner{
    display:none;
  }
  .catTitle{
        text-align: center;
  }
  .mobile-nav{
    display:block;
    
    }
  .mobile-nav .menu-mobile-menu-container{
    height: 450px;
    overflow-x: hidden;
  }
  .desktop-nav{
    display:none;
  }
  .video iframe{
    min-height: auto;
  }
  .newsletter_area{
        width: 43%;
        margin: 0 10px;
  }
}
@media (max-width:767px) {
    #nav{float: left;width: 100%;}
    .navbar-desktop{display: block;}
    #nav .navbar-default{display: block;}
    .inav {position:relative; margin-top:0; width:100%; border-top:0;display: none;} .inav #nav-icon { float:left; margin-left:0; color:#fff; width:100%; height:24px; background-color:#1d1d1d; background-image:url(images/nav_icon.png); background-repeat:no-repeat; background-position:20px 50%; padding:8px 0 10px; cursor: pointer; display: block; text-transform:uppercase; font-weight:normal; font-size:16px; line-height:26px; font-family: 'MuseoB', sans-serif; text-align:right;} 
    .inav #nav-icon span {display:block; padding:0 20px;} 
    .inav #nav-icon:hover, .inav #nav-icon.show { background-image:url(images/nav_icon_act.png); color:#99cc33;}
    
    .inav ul.menu {clear:both; border:0 none; position:absolute; top:42px; left:0 !important; right:0; z-index:99999; padding:5px; background-color:#fff; display:none; margin-left:0 !important; margin-top:0;}
    .inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none !important; border-bottom:1px solid #ececec; text-align:left;}
    .inav ul.menu li:last-child, .inav ul.menu li.last {border-bottom:0 none;}
    .inav ul.menu li a {display:block; background:none !important; padding:7px 8px 8px 10px !important; line-height:22px; font-size:14px; color:#333 !important; border: none; font-family: 'MuseoM', sans-serif; border-top:0 none !important; text-shadow:none; text-transform:uppercase; text-align:left; font-weight:normal !important;} .inav ul.menu li a span {border-right:0 none; padding:0 !important; font-size:inherit !important;}
    .inav ul.menu li a br, .inav ul.menu li .sf-sub-indicator, .inav span.up-indicator {display:none !important;} .inav ul.menu li li a {color:#333 !important;}
    .inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .inav ul.menu li a:active, .inav ul.menu li ul a:active, .inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a { color:#99cc33 !important; background:none !important;}
    .inav ul.sub-menu > li.current_page_item > a, .inav ul.sub-menu > li.current-page-ancestor > a, .inav ul.sub-menu > li.current-page-parent > a {color:#99cc33 !important;}
    .inav ul.menu li > ul.sub-menu:before { display:none;}
.inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
    
    .inav ul.menu ul {width:100%; position:static; visibility:visible !important; display: block !important; opacity:1 !important; background:inherit;border:0 none;margin:0; padding:0; border:0 none; left:0 !important; margin-left:0 !important;}   .inav ul.menu ul li {border-top:1px solid #ececec; border-left:0; border-right:0; border-bottom:0 none; width:100%;}
    .inav ul.menu ul li a {padding:7px 10px 6px 25px !important; font-size:13px; text-align:left;} 
    .inav ul.menu ul li ul li a {padding:7px 10px 6px 40px !important; font-size:15px; text-align:left;}
    .inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;}
    .fa-angle-down{display: none;}
    .sticky #bs-example-navbar-collapse-1{
        background-color: #114f82!important;
    }
}
@media (max-width: 767px){
	.col-md-12{clear:both;}
    .mobile-nav .menu-mobile-menu-container {
    height: 380px;
    overflow-x: hidden;
    }
    .header-section-bottom{
        position: relative;
    }
    .navbar-default .navbar-toggle{
        float: left;
    }
    .navbar-header{
            margin-top: -50px;
    }
    #nav .navbar-default{
            min-height: 0;
    }
    .top_menu{
        text-align: center;
        margin: 12px 0 0;
        float: none;
        display: block;
    }
    .search_top{
        width: 57%;
        margin: 0 auto;
    }
    .sticky .search_top{
        top: 60px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        max-height: 220px;
		min-height: 180px;
    }
    .images_title_twicet{
        max-width: 50%;
        float: left;
       
    }
    .post-recent .heading_01 {
    min-height: 110px;}
	.post-recent{clear:both;}
    .images_titlet.twicet{
        max-width: 50%;
        float: left;
 

    }
    .related_inner_box{
        min-height: 220px;
            margin-bottom: 18px;
    }
    .footer-list{
        display: none;
    }
    .social_area{
    max-width: 50%;
    float: left;
    text-align: left;
    }
    .images_title_twicet:nth-child(4){
        clear: none;
    }
    .main_cat_service .col-md-4 .leadnews img{
        max-height: inherit;
    }
    .footer-add img{
        max-width: 90%;
    }
    .social_area p{
        text-align: center;
    }
    .footer-add{
        margin-top: 0px;
    }
    .bottom-1,.bottom-3{
        text-align: center!important;
    }
    .copyright_left,.copyright_right{
        text-align: center!important;
    }
    .top_menu ul li.ads{
        display: none;
    }
    .copyright_right h4{
        text-align: center!important;
    }
    .addthis_tool iframe{
            height:auto;
            padding:0;
            min-height: auto;
    }
}

@media (max-width: 520px){
    .print-button {
        top: 109px;
    
    }
    .logo{
        width: 50%;
    }
    .header-section-bottom{
        padding-bottom: 5px;
        margin-bottom: 5px;
        margin-top: 7px;
    }
    .header_top_section{
        margin-bottom: 0px;
    }
    .search_header input[type=text]{
        width: 100%;
    }
    .navbar-toggle{
            margin-top: 2px;
    }
	.nav-tabs>li.active:before{display:none;}
    .nav-tabs>li>a {
        padding: 10px 45px 3px!important;
		min-width: 160px;
		color: #fff;
    	z-index: 9999;
		    background-color: #000;
        }
	
    .nav-tabs.single>li>a {
        padding: 10px 42px 3px!important;
    }
    .nav-tabs.single>li.active:after {
        width: 175px;
    }
    .leadnews .featured-video-plus.fvp-center{
            height: 275px;
        }
    .single-section iframe{
            height: 275px;
            padding: 104px 0 10px 0;
    }
    .addthis_tool iframe{
            height:auto;
            padding:0;
            min-height: auto;
    }
}


.pagination {
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination li a,
.pagination li span {
    padding: 6px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
}

.pagination li a:hover {
    background: #bd1a1c;
    color: #fff;
}

.pagination .current {
    background: #bd1a1c;
    color: #fff;
    border-color: #007bff;
}



    /* === ১. পুরো গ্যালারির ব্যাকগ্রাউন্ড === */
.gallery-section-wrapper {
    background: #eef2f5; /* পুরো গ্যালারির ব্যাকগ্রাউন্ড কালার */
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
}

/* সেকশন টাইটেল */
.gallery-heading {
    color: #1a237e; /* গাঢ় নীল */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    padding-left: 10px;
    border-left: 5px solid #d32f2f; /* লাল বর্ডার */
    text-transform: uppercase;
}

/* === ২. ভিডিও কার্ড ডিজাইন === */
.video-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 2px;
    background: #000;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* থাম্বনেইল এরিয়া */
.video-thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Ratio */
    overflow: hidden;
}

.video-thumb-wrap img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-card:hover .video-thumb-wrap img {
    transform: scale(1.1); /* জুম */
}

/* === ৩. প্লে বাটন (লাফাবে) === */
.play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; height: 50px;
    background: rgba(211, 47, 47, 0.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 20px; z-index: 5;
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(211, 47, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); }
}

/* === ৪. শিরোনাম সেটিংস (মেইন লজিক) === */
.video-title-box {
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 55px;
    z-index: 10;
    /* হালকা সাদা ব্যাকগ্রাউন্ড */
    background: rgba(255, 255, 255, 0.9); 
	padding: 6px 10px;
    border-top: 2px solid #d32f2f;
}

.video-title-box h4 {
    margin: 0;
    padding: 0;
}

.video-title-box h4 a {
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
    display: block;
    line-height: 1.3;
}

/* --- বড় ভিডিওর টাইটেল --- */
.big-video .video-title-box h4 a {
    font-size: 18px; /* বড় ফন্ট */
}

/* --- ছোট ভিডিওর টাইটেল (যাতে ছবি দেখা যায়) --- */
.small-grid .video-title-box {
    background: rgba(255, 255, 255, 0.85); /* একটু বেশি স্বচ্ছ */
    padding: 6px 8px; /* প্যাডিং কমানো হয়েছে */
    border-top: 2px solid #1a237e; /* ছোট গুলোতে নীল বর্ডার */
}

.small-grid .video-title-box h4 a {
    font-size: 14px; /* ছোট ফন্ট */
    color: #222 !important;
}



/* সিঙ্গেল পোস্ট শেয়ার এরিয়া */
.single-share-box {
    margin: 20px 0; /* উপরে নিচে ফাঁকা */
    padding: 12px 20px;
    background: #f8f9fa; /* খুব হালকা ধূসর ব্যাকগ্রাউন্ড */
    border-top: 2px solid #e9ecef; /* উপরে বর্ডার */
    border-bottom: 2px solid #e9ecef; /* নিচে বর্ডার */
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* মোবাইলে ভেঙে নিচে নামবে */
}

/* "শেয়ার করুন" টেক্সট */
.share-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.share-label i { margin-right: 8px; color: #555; }

/* শেয়ার আইকন লিস্ট */
.share-icons {
    display: flex;
    gap: 10px;
}

/* আইকন ডিজাইন */
.s-btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px; /* সামান্য রাউন্ড */
    color: #fff !important; /* আইকন কালার সাদা */
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.s-btn:hover {
    transform: translateY(-3px); /* হোভার করলে উপরে উঠবে */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* ব্র্যান্ড কালার */
.s-fb { background: #3b5998; } /* Facebook */
.s-x  { background: #000000; } /* X / Twitter */
.s-wa { background: #25d366; } /* WhatsApp */
.s-pn { background: #bd081c; } /* Pinterest */
.s-pr { background: #555555; } /* Print (Dark Gray) */

/* প্রিন্ট বাটন আলাদা স্টাইল */
.print-wrap {
    margin-left: auto; /* প্রিন্ট বাটন একদম ডানে চলে যাবে */
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.s-btn.s-pr {
    background: transparent;
    color: #333 !important;
    border: 1px solid #333;
    width: auto;
    padding: 0 15px;
    border-radius: 30px; /* ক্যাপসুল শেপ */
    font-size: 14px;
    font-weight: 600;
}
.s-btn.s-pr:hover {
    background: #333;
    color: #fff !important;
}

/* মোবাইল রেসপন্সিভ */
@media (max-width: 600px) {
    .print-wrap {
        margin-left: 0;
        margin-top: 10px;
        border-left: none;
        padding-left: 0;
        width: 100%;
    }
    .s-btn.s-pr { display: block; width: 100%; margin-top: 5px; }
}



/*popup*/

