@charset "utf-8";
*{
	box-sizing:border-box;
}
@font-face {
    font-family: SolaimanLipi;
    src: url("fonts/SolaimanLipi_22-02-2012.ttf");
	
}
html{
	overflow-y:scroll;
	overflow-x:hidden;
}
body{
	margin:0; 
	padding:0; 
	font-size:18px; 
	font-family: SolaimanLipi;
	color:#333; 
	background-color:#fff;
	min-width:340px;
	line-height: 26px;
	overflow-x:hidden;
}
.coronavirus-statistics {
    background: #e5e5e5;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.coronavirus-statistics .body h2 {
    background: #a5d6a7;
    padding: 5px;
    font-size: 20px;
    margin-top: 8px;
}

.coronavirus-statistics h2 {
    margin-top: 10px;
    font-size: 22px;
}
.coronavirus-statistics .body .content .text {
    font-size: 18px;
}
.coronavirus-statistics .body .content .number {
    background: #a5d6a7;
    width: 74%;
    margin-left: 13%;
    border-radius: 6px;
    padding: 4px 4px;
    font-size: 22px;  
    font-family: SolaimanLipi !important;
}
.coronavirus-statistics .body .content {
    margin: 5px 0;
    border-right: 1px dotted;
}
.coronavirus-statistics .body {
    width: 50%;
    float: left;
}
.coronavirus-statistics .body .content .number.sutro {
    background: none;
    color: #0009;
    font-weight: normal;
    font-size: 10px;
    padding: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: -10px;
    line-height: 34px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:10px 15px;
	font-weight:normal;
	letter-spacing:1px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
	transition: 0.5s all;
}
a:hover{
   color: #E92322;
   transition: 0.5s all;
   text-decoration:none;
}
p {
	font-size:18px;
	text-align: left;
	margin:0;
	padding:5px 15px;
	letter-spacing: 1px;
	line-height: 19px;
}
.more {
	color:#E92322;
	font-weight:bold;
}
.margin{
	margin:0 80px;
}
.hidden-md{
	display: none;
}
/* .row{
	margin: 0!important;
} */

.scroll_top {
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:30px;
	color:tomato;
	z-index:100;
	cursor:pointer;
	display:none;
}


.blog-more{
    font-size: 16px;
    background:transparent;
	padding: 8px 0;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: 180px;
	background: red;
	text-align: center;
	margin-bottom: 12px;
}
.blog-more a{
    background:red;
	/*padding: 10px 15px;*/
	color: #fff;

}
.blog-more-2{
    text-align: center;
	font-size: 16px;
	background: linear-gradient(to right, #2d2929 40%,#cacaca3d 100%);
	padding: 10px 0;
}
.blog-more a{
	color: #fff;
}
.blog-more-2 a{
	color: #fff;
}
.head-more{
	text-align: right;
	font-size: 20px;
	color:#555;
	left: 90%!important;
}
.head-more a{
	color:#555;
}

.head-more i {
    position: relative;
    top: 2px;
}

.side-iframe iframe{
	width: 100% !important;
}
/******* Header *********/

.header, .top_ad_sec{
	background: #fff;
}



.logo {
	height:120px;
	width:auto;
	padding:10px 0;
	position: relative;
}

.header h1 {
	font-size:70px;
}

.head-date{
	/*display: block;*/
    /*position: relative;*/
    /*bottom: 5px;*/
    /*left: -10px;*/
}
body.modal-open {
        padding-right: 0 !important;
        overflow: hidden !important;
    }
/* Dark overlay */
.modal-backdrop.in {
    opacity: 0.85;
}

/* Modal box styling */
.donation-modal .modal-content {
    background: #ffffff;
    border: 3px solid #e92322;     /* red border */
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    position: relative;
}

/* Close button */
.donation-modal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background: #e92322;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    opacity: 1 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: 9999;
}

.donation-modal .close:hover {
    background: #c31412;
}

/* Image inside modal */
.donation-modal img {
    width: 100%;
    height: auto;
    display: block;
}
.modal, .modal_2{
    padding-top:0 !important;
}


.header p {
	text-align:center;
	padding: 5px 0 4px 5px; 
	font-size: 16px;
}
.socialHeader {
	margin-top:3px;
	text-align: center;
}
.socialHeader a{
	padding:6px 8px;
	background:grey;
	text-align: center;
	margin: 0 3px;
}

.socialHeader i{
	color:#fff;
	font-size: 20px;
	text-align: center;
	margin: auto;
}
a.face {
	background:#3b5998;
	padding: 12px 13px 6px;
}
a.twit {
	background:#08a0e9;
	padding: 12px 11px 6px;
}

a.you {
	background:#e62117;
	padding: 12px 7px 6px 10px;
}

a.gol {
	background:#e74c3c;
	padding: 12px 5px 6px 10px;
}

.img-cap{
	text-align: center;
	display: block;
}

/********** Navigation **********/

.navigation {
	background: #fff;
	box-sizing: border-box;
	/* border-bottom: 2px solid#ff5754; */
}
.navbar {
	margin-bottom: 0px;
	min-height:auto;
    background: #fff;
	border-radius:0;
	border:0;	
}

.navbar-collapse {
	padding:0;
}
.navbar-nav > li > a {
    padding: 15px 8px;
	color:#000;
	font-size: 20px;
	transition: All 0.4s;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
	transition:All 0.4s;
	color:#E92322;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #f9f9f9;
}
.dropdown-menu {
	padding: 0;
	background-color: #E92322;
	
}
.dropdown-menu > li > a{
	font-size: 20px;
	color: #fff;
}
.dropdown-menu > li > a:active,.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
	background-color: #000;
	transition: all 0.5s;
	padding-left: 25px;
}
.navbar-toggle {
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
	background:#000;
}
.navbar-collapse.in {
    overflow-y: scroll;
    height: 400px;
}
.affix {
	top: 0px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left:0;
}

.affix img{
	text-align: center;
	/*margin: 0 auto;*/
	left:60px;
	display: block;
	height: 110px;
}

.affix .head-date{
	display: none;
}
.fixed{
    left: 0;
		background: white;
		position: fixed;
		z-index: 9999
	}

.navigation input[type=text] {
	width: 290px;
	font-size: 16px;
	height: 34px!important;
	border: none;
	color: #fff;
	background-color: #575757;
	position: relative;
	right: 0px;
	padding: 0px 10px;
}


.nav_division {
	position: relative;
}
.navigation .btn{
	background: transparent;
	padding: 10px 0;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 18px;

}
.navigation button{
	background: transparent;
	border: none;


}
.search_form {
	display: none;
	position: absolute;
	top:0;
	right: 35px;
}

.serach_division {
	position: relative;
	right: 5px;
	top: 8px;
	text-align: right;
}

.icon_inside {
	position: relative;
	top: 0px;
}
.search_icon{
	text-align: right;
}
.search_icon i {
	position: relative;
	top: 4px;
	transform: rotate(90deg);
}


.serach_division i {
	font-size:20px;
}
.search_icon{	
	background:#E92322;
	padding: 5px 7px 5px;
	color: #fff;
	border: 1px solid #E92322;
}
.search_icon:hover,.search_icon:focus{
	color: #E92322;
}

/* social */

.social i{
    padding: 9px 9px 7px;
    background: #E92322;
    color: #fff;
    font-size: 15px;
}
.social .fa-facebook-f{
	padding: 9px 11px 7px;
	background: #3b5998;
	border:1px solid #3b5998;
	transition: all 0.5s;

}
.social .fa-twitter{
	padding: 9px 9px 7px;
	background: #1dcaff;
	border:1px solid #1dcaff;
	transition: all 0.5s;
}
.social .fa-youtube{
	padding: 9px 8px 7px;
	background: #c4302b;
	border:1px solid #c4302b;
	transition: all 0.5s;

}
/*.serach_division a{
	border:1px solid #E92322;
}*/
.serach_division a:hover{
	color: #E92322;
	transition: all 0.5s;
	background-color: #fff;
	/*border:1px solid #E92322;*/
}
.social .fa-facebook-f:hover{
	color: #3b5998;
	transition: all 0.5s;
	background-color: #fff;
	/*border:1px solid #E92322;*/
}
.social .fa-twitter:hover{
	color: #1dcaff;
	transition: all 0.5s;
	background-color: #fff;
	/*border:1px solid #E92322;*/
}
.social .fa-youtube:hover{
	color: #c4302b;
	transition: all 0.5s;
	background-color: #fff;
	/*border:1px solid #E92322;*/
}
/***********   BODY   ************/
.block_headline {
	padding: 6px 10px;
	margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    background: linear-gradient(to right, #e92322 40%,#cacaca3d 100%);
	color: #fff;
}
.block_headline a, .block_headline a:hover,.block_headline2 a, .block_headline2 a:hover {
	color: #fff;
}

.block_headline3 a, .block_headline3 a:hover {
	color: #000;
}



.block_headline2 {
    padding: 6px 10px;
	margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    /*background: linear-gradient(to right, #2d2929 40%,#cacaca3d 100%);*/
	color: #fff;
	background: #15483373;

}
.block_headline3 {
    padding: 6px 10px;
	margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    background: #15483373;
	color: #000;

}
.block_headline .lines {	
	display: inline-block;
	margin: auto 0;
	width: 100%;
}
.block_headline .line1 {
	background:#87c73d;
	padding: 0 15px;
	margin: 3px 0;
	width: 100%;
	height: 3px;
}
.block_headline_type {
	margin:3px 0px 20px 0px;
	
}
.gradiant_back {
  background: linear-gradient(to right, rgba(255, 125, 102,0.3), rgb(255, 99, 71));
  border-left:10px solid tomato;;
}
/*news*/
.exclusive-news{
	background:#fff;	
	margin-bottom: 20px;
}
.img-box{
	position: relative;
}

.exclusive-news img{
	width: 100%;
	height: auto;
}

.exclusive-news .details {
    padding: 10px 15px;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 100%;
	color:#fff;
	background: black;
    opacity: 0.8;
    height: 70px;
    overflow: hidden;
}
.exclusive-news .details h3{
    font-size: 20px;
	margin: 0 0 5px;
	padding: 0;
	line-height: 30px;
	transition: 0.5s all;
	height: 50px;
	overflow: hidden;
}
.exclusive-news .details h3 a{
   color: #fff;
   transition: 0.5s all;
}
.exclusive-news .details h3:hover a{
   color: #fff;
   transition: 0.5s all;
}
.exclusive-news .details p{
    margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 26px;
	padding: 0;
	height: 80px;
	overflow: hidden;
	color:#555;
}
.news-footer{
    padding: 5px  15px;
    /* border-top: 1px solid #e4e4e4; */
}
.news-footer span{
    color: #776a6a;
    font-size: 12px;
    line-height: 26px;
}
.news-footer span i,  .list-news p i{
    color: #e92322;
}
.news-footer .news-cat{
    position: relative;
    padding-right: 15px;
}
.news-footer .news-cat:before{
    position: absolute;
	content: "";
	width: 3px;
	height: 12px;
	right: 0;
	background:	#86c32e;
	top: 8px;
}

.post-time-date{
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,0,0,0.7);
	color: #FFF;
	padding: 5px;
}

.post-reporter{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgb(0,0,0,0.7);
	color: #FFF;
	padding: 5px;
}

/*small-h-blog*/
.small-h-blog {
    padding: 0;
	margin-bottom: 20px;
	border: 1px solid#EEE;
}
.small-h-blog img{
	width: 100px;
	height: auto;
	/*border-radius: 50%;*/
	text-align: center;
	margin: 0 auto;
	display: block;
}

.small-h-blog .img-box{
	border-right: 2px solid #e92322;
	margin: 3px auto;
}

.small-h-blog .details {
    padding: 8px 0 5px 10px;
    background:#fff;
	height: 75px;
}
.small-h-blog .details h3{
    font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	transition: 0.5s all;
	height: 40px;
	overflow: hidden;
	letter-spacing: 0.7px;
}
.small-h-blog .details h3:hover a{
   color: #005c89;
   transition: 0.5s all;
}

.small-h-blog-date{
	font-size: 13px;
}
.small-h-blog-date{
    color:    #776a6a;
    font-size: 10px;
    line-height: 0.9;
    padding: 5px 0;
}
.small-h-blog-date i{
    color: #005c89;
}




/*medium-vnews-blog*/

.medium-vnews-blog img{
	width: 100%;
	height: 130px;
}
.medium-vnews-blog2 img{
	width: 100%;
	height: 200px;
}
.medium-vnews-blog .details, .medium-vnews-blog2 .details {
    padding: 10px 0 10px 10px;
    background:#fff;
}

.medium-vnews-blog .details h3, .medium-vnews-blog2 .details h3{
    font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	transition: 0.5s all;
	height: 40px;
	overflow: hidden;
	letter-spacing: 2px;
	font-weight: 600;
}
/*single-news*/

.single-news-blog{
	background:#fff;	
	margin-bottom: 20px;
}

.single-news-blog img{
	width: 100%;
	height: 150px;
}

.single-news-blog-2 img {
    height: 200px!important;
}

.single-big-news img {
    height: 290px!important;
}

.single-news-blog .details {
    padding: 5px 0;
    text-align: center;
}
.single-news-blog .details h3{
    font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 21px;
	transition: 0.5s all;
	height:40px;
	overflow: hidden;

}
.single-news-blog-2 .details h3{
    font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 26px;
	transition: 0.5s all;
	height: 48px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px !important;
}
.single-news-blog .details h2{
    font-size: 25px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	transition: 0.5s all;
	height: 70px;
	overflow: hidden;

}

.single-news-blog .details p{
    margin-top: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	height: 90px;
	overflow: hidden;
}


/*single-small-news*/

.single-small-news, .single-medium-news, .single-small-news-2{
	background:#fff;	
	margin-bottom: 10px;
	border: 1px solid#eee;
	padding: 8px 0;
}
.single-small-news-2{	
	margin-bottom: 20px;
}

.single-small-news img{
	width: 190px;
	height: auto;
	/*border-radius: 50%;*/
	margin: 0 auto;
	display: block;
}
.single-small-news-2 img{
	width: 100%;
	height: 110px;
}
.single-medium-news img{
	width: 100%;
	height: 150px;
}

.single-small-news .details, .single-medium-news .details, .news-footer,.single-small-news-2,.single-small-news-2 .details {
    padding: 0 8px;
}
.news-footer2{
    padding: 0 8px 5px;
}

.single-small-news .details h3,.single-small-news-2 .details h3, .single-medium-news .details h3{
    font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	transition: 0.5s all;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0px !important;
}
 .single-medium-news .details h3 {
    font-size: 20px;
    line-height: 25px;

}

/*small-h-blog-2*/
.small-h-blog-2 {
    border-top: 1px dashed gray;
	margin: 0 ;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.small-h-blog-2 img{
	width: auto;
	height: 45px!important;
}

.small-h-blog-2 .details {
    padding: 0 0 5px 10px;
    background:#fff;
	height: 45px;
}
.small-h-blog-2 .details h3{
    font-size: 15px;
	margin: 0;
	line-height: 22px;
	padding: 0;
	height: 45px;
	overflow: hidden;
}

/*small-h-blog-3*/
.small-h-blog-3 {
    border-top: 1px dashed gray;
	margin: 0 ;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.small-h-blog-3 img{
	width: 100%;
	height: 60px!important;
}

.small-h-blog-3 .details {
    padding: 0 0 5px 10px;
    background:#fff;
	height: 60px;
}
.small-h-blog-3 .details h3{
    font-size: 1.1em;
	margin: 0;
	line-height: 30px;
	padding: 0;
	height: 60px;
	overflow: hidden;
}

/*list-news */

.list-news{
	background: #fff;
	padding: 10px 15px;
}
.list-news p{
    font-size: 16px;
	margin: 5px 0;
	padding: 20px 0;
	line-height: 20px;
	transition: 0.5s all;
	height: 60px;
	overflow: hidden;
	border-top: 1px dashed #e4e4e4;

}

/********* Photo slider ***********/

.image_slide .item img{
	height: 300px;
	width: 100%;
	position: relative;
}
.image_slide .item h3{
	padding: 10px 5px;
	background: #555;
	height: 80px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	line-height: 33px;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    color: #fff!important;
    font-size: 80px!important;
    width: 30px;
    position: absolute;
    left: 5px;
    top: 40%;
    font-weight: bold;
    display:none;
}

.owl-carousel .owl-nav button.owl-next{
	color: #fff!important;
    font-size: 80px!important;
    width: 30px;
	position: absolute;
	right: 5px;
	top: 40%;
	font-weight: bold;
    display:none;
}
.img-box-2{
	padding: 8px 15px;
}
.img-box-2 img{
	width:100%;
	height:150px;
	position: relative;
}
.img-box-2 i{
	position: absolute;
	bottom: 10px;
	right: 20px;
	color:#000;
	font-size: 25px;
} 


/*********** slider **********/
.exclusive_news .owl-dots.disabled, .exclusive_news .owl-nav.disabled {
    display: block!important;
}
/********* post author Post Time Date ***********/


.post_author_slider {
	color:gray;
	padding:5px 0 0 0;
	margin:0;
}
.post_author_overlay {
	position:relative;
}
.post_author_overlay span{
	position:absolute;
	padding:3px 5px;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
}
.post_time_date {
	color:gray;	
	background:#f0f0f0 !important;
}

.details h3{
	/* height:60px !important; */
	margin-bottom: 30px !important;
}


/********* Image Gallary ***********/

.post_imge_type img{
	height:250px;
	width:100%;
}
.post_imge_type_overlay {
	position:relative;
}
.post_imge_type_overlay span{
	position:absolute;
	padding:3px 5px;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
}

.post_imge_type_overlay h4{
	position:absolute;
	padding:8px;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:17px;
}
.modal,.modal_2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content-h3 {
	margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
	background:rgba(0,0,0,0.4);
	color:#fff;
	padding:15px 0;
	text-align:center;
}


/* Add Animation */
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #f1f1f1;
    text-decoration: none;
    cursor: pointer;
}

/********* home_page_video ***********/

.home_page_video iframe{
	width:100%;
	height:300px;
}


.home_page_video_2 iframe{
	width:100%;
	height:150px;
}







/********* TabContent ***********/


.tab {
    overflow: hidden;
    border: 1px solid #000;
    background-color: #000;
}

.tab button {
    background-color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0;
    transition: 0.3s;
    font-size: 14px;
	font-weight:bold;
	width:50%;
	color: #fff;
}

.tab button:hover {
    background-color: #e92322;
}

.tab button.active {
    background-color: #e92322;
}

.tabcontent {
    display: none;
    padding: 6px 0;
    border: 1px solid #000;
    border: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	height:345px;
	overflow-y:scroll;
	background: #fff;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.fa-fighter-jet,.fa-hand-o-right {
	color:#005c89;
}







/********** breadcrumb  ***********/

#breadcrumb {
	list-style: none;
	display: inline-block;
	margin:15px 0 0 0;
	padding:0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #e92322;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #e92322;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #e92322;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #e92322;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #e92322;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #e92322;
}
#breadcrumb li a:hover {
  background-color: #e92322;
}
#breadcrumb li a:hover:before {
  border-color: #e92322;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #e92322;
}
#breadcrumb li a:active {
  background-color: #e92322;
}
#breadcrumb li a:active:before {
  border-color: #e92322;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}



/**********   Single page / details page    ***********/



.content_heading {
	margin: 15px 0;
	background: #555;
	color: #fff;
	padding: 7px;
}

.detailNews img {
	width:100% !important;		
	height:auto !important;
	padding:5px 10px 5px 0;
	text-align:left;
}

.detailNews h2, .detailNews p {
	padding-left:0;
	padding-right:0;
}
.user_n_up {
	color:gray;
}
.detailNews p {
	font-size: 11px;
	text-align: justify;
	line-height: 26px;
}


.fbPopup {
	width:340px;
	height:150px;
	padding:10px;
	position:fixed;
	bottom:60px;
	right:40px;
	z-index:999;
	background:#fff;
	box-shadow: 0px 3px 15px 0px #888888;
	border-radius:5px;
	display:none;
}



#st-1 .st-btn > img {
    padding: 0!important;
    
}
/**********   Category Page    ***********/
.cat_news_type {
	
}
.cat_news_type img{
	width:100%;
	height:250px;
}

.cat_news_type h3 {
	padding:0 5px 5px 5px;
	overflow:hidden;
	margin:0;
	font-size:28px;
	line-height: 36px
}

.cat_news_type p {
	font-size:16px;
	padding:5px;
	line-height: 25px;
}



/**********   video page   ***********/

.post_video_type iframe {
	width:100% !important;
	height:240px !important;
}

.post_video_type .post_time_date, .post_video_type h4{
	padding-left:6px;
}

.post_video_type h4{
	height:46px;
	overflow:hidden;
	padding-top:5px;
}



/**********   Advertisement   ***********/

.half_add img {
	width:100%;
	height:90px;
}


.top_ad img {
	height:110px;
	width:100%;
	padding:10px 0;
}
.side_ad img, .body_ad img  {
	height:auto;
	width:100%;
	margin-bottom: 20px;
}
.side_ad_2 img {
    height: auto;
    width:100%;
	margin-bottom: 20px;
 }

/*********** newsletter **********/
.newsletter-container  h3{
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}

.newsletter-container .form-group {
	margin-bottom: 15px;
	position: relative;
}
.newsletter-container .form-group-lg .form-control {
	height: 40px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 0;
}

.newsletter-container .btn{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	background: #ed1b24;
	border: 1px #ed1b24;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
}


/**********   Footer   ***********/
.footer {
	color: #222;
	background-color: #000;
}

.footer-top {
	padding: 20px 0;
	background-color: #000;
}
.footer a {
	color:#fff;
	font-size:14px;
}
.footer p {
	font-size:15px;
	line-height: 22px;
	color:#fff;
	padding:3px 0;
}


.news_scroller {
	background:#000;
	margin: 0px auto;
}
.news_scroller_content {
	padding: 7px 0;
}
.news_scroller_title {
    background: #e92322;
    height: 100%;
	padding: 10px 15px;
}
.news_scroller p{
	color:#fff;
	padding:0 0 0 2px;
	margin:0;
	font-size:15px;
	font-weight:bold;
}
.news_scroller ul li a, .news_scroller ul li i{
	color:#fff;
	font-size:18px;
}
.news_scroller_content marquee {
	padding:0;
	margin:0;
    vertical-align: middle;
}
.news_scroller ul li i{
	line-height:0;
	position:relative;
	top:2px;
	margin:0;
	line-height:0;
	font-size:16px;
	color:#8bc543;
}
.news_scroller ul {
    padding: 5px 0;
    margin: 0;
}
.news_scroller ul li{
	padding:0 10px;
	margin:0;
}

.news_scroller img {
	width: 18px;
	height: 18px;
	border-radius:50%;
}

.foot-cat li{
	display: inline-block;
	width: 9%;
	padding: 5px 5px;
	background:#486581;
	text-align: center;
	margin-bottom: 0;
	height: 34px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.foot-cat li:before{
	content: '';
	width: 2px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 4px;
}


.foot-cat ul{
	padding-left: 0;
}

.foot-cat li:hover{
	background:#E92322;
	transition: all 0.5s;
}
.foot-address{
	border-right: 2px solid #fff;
	padding: 0px 0 10px;
	margin-bottom: 10px;
	height:155px;
}

.foot-address p{
	text-align: center;
	color:#fff;
}

.copy-right{
	text-align: center;
	color: #fff;	
	margin-top: 10px;
	
}
.copy-right a{
	color: #3d566e;
	font-size: 18px!important;
	display: block;
}
.footer-info{
	padding: 10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin: 20px auto;
}

.footer-info a{
	color: #fff;
	width:24%;
	font-size: 18px;
	display: inline-block;
	text-align: center;
}



.copyright {
	padding: 10px 0;
	clear: both;
}
.copyright p{
	text-align: center;
	color:#fff;
	font-size: 15px;
	line-height: 25px;
}

.copyright a{
	color: #3d566e;
	font-size: 18px!important;
}

.contact-address p{
	color: #000;
	text-align: left;
}

/**********   Class Helpers   ***********/


.red{
	color: red;
}
.bg-white{
	background:#fff!important;
}
.bg-offwhite{
	background:#f1f1f1!important;
}
.bg-lightblack{
	background:#333!important;
	color:#fff!important;
}
.bg-lightblack a, .bg-blue a, .bg-lightblue a {
	color:#fff!important;
}
.bg-blue{
	background:#3CB371 !important;
}

.bg-lightblue {
    background:#4885ed !important;
}
.bg-lightteal {
    background:#1C6868C4 !important;
}
.bg-tomato{
	background:tomato!important;
}
.white{
	color:#fff!important;
}
.number {
	font-family:sans-serif;
}
.border{
	border: 1px solid lightgrey;
}
.border_r{
	border-right: 1px solid lightgrey;
}
.border_l{
	border-left: 1px solid lightgrey;
}
.border_t{
	border-top: 1px solid lightgrey;
}
.border_b{
	border-bottom: 1px solid lightgrey;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.no_border {
	border:none;
}
.no_margin {
	margin:0!important;
}

.no_padding {
	padding:0;
}
.bottom_no_pad {
	padding-bottom:0;
}

.top_margin {
	margin-top:15px;
}
.right_margin {
	margin-right:10px;
}
.bottom_margin {
	margin-bottom:15px;
}
.top_padding {
	padding-top:10px;
}
.bottom_padding {
	padding-bottom:15px!important ;
}
.centerText {
	text-align:center;
}
.leftText {
	text-align:left !important;
}
.rightText {
	text-align:right;
}

.top_no_pad {
	padding-top:0;
}
.left_no_pad {
	padding-left:0;
}

.after-logo-div{
	height:120px;
}

.bg-h {
	background:#1C6868C4;
}

#hr_top {
	margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid#ff5754;
}

p.muktomot{
    border:2px solid red;
    color:red;
    text-align:center;
    font-size:23px;
    text-align:cenetr;
}

/***********  Print Previews  ***************/
.web_hide {
	display: none;
}
#logo_container{
    height:120px;
}

/***********  Media Query Responsive  ***************/
@media (min-width: 992px) {
  .head-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 1199px){
	
	.tabcontent{
		height:460px;
		overflow-y:scroll;
	}
	.block_headline .lines {
	    margin: auto 2px;
	}
	.navigation{
		padding:0;
	}
	.navbar-nav > li > a {
		padding: 10px 5px;
		font-size: 18px;
	}

	.serach_division {
		top: 0;
	}

	.newsletter-container h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px){
	.exclusive-news img, .medium-vnews-blog img,.medium-vnews-blog2 img,.small-h-blog-2 .details h3  {
    	height: auto!important;
    }
    .small-h-blog-2 img{
	    height: 80px!important;
	}
	/*.small-h-blog-2 .details {
	    height: 80px;
	  	margin: auto 0;
	  	padding: 10px 0 10px 10px; 
	}*/
	/* .single-small-news img {
	    height: 150px;
	} */
	.hight_auto{
		height:auto!important;
	}
	/*.tabcontent,.image_slide .item img{*/
	/*	height:auto;*/
	/*}*/
	
	.home_page_video iframe{
		height:400px !important;
	}
	.block_headline .lines {
	    margin: auto 10px;
	}	
	.footer-ifrm {
		float: left;
	}
	/*.social {
		display: none;
	}*/
	.serach_division {
		top: 40px
	}

	.newsletter-container h3 {
		font-size: 24px;
	}

	.navbar-nav > li > a {
		padding: 10px 10px;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){	
    
    .news_scroller ul li a {
        font-size:15px;
    }

.small-h-blog-2 .details, .small-h-blog .details, .single-big-news img, .single-medium-news img, .half_add img , .top_ad img, .side_ad img , .side_ad_2 img, .img-box-2 img{
	    height: auto!important;
	}

	
	.small-h-blog .img-box {
		/*border-right: none;*/
		margin: 5px auto 0;
	}
   	 .home_page_video iframe, .home_page_video_2 iframe{
		height:400px!important;
	}
	.modal-content {
        width: 100%;
    }
	
	/*.logo {
		height:auto !important;
		width:200px !important;
		margin:0 auto;
		display:block;
	}*/

	/*.head-date {
		display: none;
	}*/

	.navbar-nav .open .dropdown-menu {
		background:#f6f6f6;
	}
	.navbar-nav > li > a {
		padding-left: 30px;
	}
	#myNavbar {
	    top: 100%;
	    position: absolute;
	    background: #fff;
	    z-index: 999;
	    right: -15px;
		width: 330px;		
	}
	.hidden-md{
		display: block;
	}
	.navbar {
		float: right;
	}
	.serach_division {
		float: left;
		top: 5px;
	}
	.search_icon{
		text-align: left;
	}
	.navbar-toggle {
		padding: 9px 4px;
	}
	.serach_division {
		text-align: left;
		right: 0;
	}
	/*.search_form {
		right: 0;
		left: 40px;	
	}*/
	.navigation input[type="text"] {
		height: 40px !important;
	}
	.copyright p,.copyright .right-content p{
		text-align: center;
	}
	.navigation .btn {
		right: -280px;	
	}

	.single-small-news .details h3, .single-small-news .news-footer, .single-small-news-2 .details h3, .single-small-news-2 .news-footer{
		text-align: center;
	}

	.navigation input[type="text"] {
    	width: 145px;
    }

    .xs-h-auto img{
		height: auto!important;
	}
	
	.logo {
        height: auto;
        width: 100%;
        padding: 10px 0;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    
    .header p {
        text-align: center;
    }
	 .affix img {
        height: auto;
    
    }
    
}



@media screen and (max-width: 700px){	
	.footer-info a {
font-size: 12px;
display: inline;
margin: 0px 0px 0px 11px;

	}
	.small-h-blog-2 img{
	    height: 60px!important;
	}
	
	
}


@media screen and (max-width: 650px){	
	.logo {
	    padding: 10px 0 5px;
	}
	
	.exclusive-news .details {
        height: 65px;
    }
	.exclusive-news .details h3 {
        font-size: 18px;
        line-height: 26px;
        height: 50px;
    }
}

@media screen and (max-width: 535px){	
	.image_slide .item img{
		height: 280px;	
	}
	/*.logo {*/
 /*   	padding: 10px 0 25px;*/
	/*}*/
	/*.head-date {*/
	/*    left: 90px;*/
	/*    top: 66px;*/

	/*}*/
}

@media screen and (max-width: 480px){	
	
	/*.single-news-blog-2 img {
	    height: 114px !important;
	}*/
	.single-news-blog-2 .details h3 {
	    font-size: 14px;
	    line-height: 20px;
	    height:auto;
	}
	.single-news-blog-2 .details  {
	    padding: 0;
	}
	.xs-h-auto img {
        height: auto !important;
    }
}


@media screen and (max-width: 460px){	
	
	.home_page_video iframe, .home_page_video_2 iframe{
		height:300px!important;
	}
	.small-h-blog-2 img{
	    height: auto!important;
	    width:100%;
	}
}

@media screen and (max-width: 700px){	
	.newsletter-container h3 {
		font-size: 18px;
	}
	.cat_news_type img{
	    height:180px;
	}
	/*.single-news-blog img{
	    height:80px;
	}*/
	.small-h-blog-2{
	    /*margin:-15px;*/
	    margin-left:0px;
	}
	.most_latest{
	    height:356px;
	}
	/*.logo {*/
	/*    padding: 10px 0 35px;*/
	/*}*/

	/*.header p {*/
	/*    font-size: 10px;*/
	/*}*/

	.single-small-news-2 img {
	    height: 90px !important;
	}
	.xs-h-auto img {
        height: auto !important;
    }
    .foot-cat li{
        width:29%;
    }
    #logo_container{
        height:90px;
    }
    .foot-cat ul{
        margin-right:-35px;
    }
    .foot-address{
        border-bottom:2px solid #fff;
        border-right:0px solid #000;
        height:auto;
    }
    
}
/*@media screen and (max-width: 720px){	
    .single-news-blog img {
        width: 100%;
        height: 200px !important;
    }
	.after-logo-div{
		height:90px;
	}
}*/

@media screen and (max-width: 700px){		
    .after-logo-div{
    	height:85px;
    }
    .details h3{
        margin-bottom:0px !important;
    }
    .head-date p{
    	font-size:14px;
    }
	/*.header p {*/
	/*    font-size: 10px;*/
	/*}*/
	.tabcontent{
		height: 350px !important;
	}
}
@media (min-width: 1200px){
    #logo_container div {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.single-small-news-2 .img-height {
    height: 90px !important;
}
.b-margin {
    margin-bottom: 30px;
}
.single-news-link:hover{
    color:#333;
}
.margin-top-bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}
