/*
Theme Name: ENGINEER BD LIVE TV
Theme URI: https://engineerbd.net
Author: Engineer BD Network
Author URI: https://engineerbd.net
Description: Tv Demo One 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.0
License: GNU General Public License v2 or later
License URI: https://engineerbd.net
Text Domain: tvdemoone
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
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
html,
body { height: 100% }

a:hover { text-decoration: none }

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

/**=================================
        top header css  start   
==================================**/

.top-header{
    background:#212121;
}
/**=================================
         header  css  start   
==================================**/

.theme_hdr_section{
    background: #fff;
    padding:10px 0;
}
 .hdr_logo img{
    width:100%;
    height:auto;
}
.hdr_banner img {
    width: 100%;
    height: auto;
    padding-top:5px;
}

.date {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    padding-top:5px;
}
.date i {
    color: #C61919;
    font-size: 17px;
}

.theme_hdr_social {
    
}
.theme_hdr_social ul {
    list-style: none;
    padding: 0;
   float:right;
}
.theme_hdr_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 5px;
}
.hdr_facebook{
    background-color: #023369;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_facebook:hover{
    color: #fff;
    background: #0355af; 
}

.hdr_twitter{
    background-color: #00ACEE;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_twitter:hover{
    color: #fff;
    background: #018cc1; 
}

.hdr_instagram{
    background-color: #E9667F;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_instagram:hover{
    color: #fff;
    background: #e22b4e; 
}

.hdr_android{
    background-color: #4267B2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_android:hover{
    color: #fff;
    background: #627c07; 
}

.hdr_google_plus{
    background-color: #DD4A3A;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_google_plus:hover{
    color: #fff;
    background: #e03421; 
}

.hdr_youtube{
    background-color: #d80202;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
}
.hdr_youtube:hover{
    color: #fff;
    background: #FF0000; 
}





/**==================================
    Menu & Search Section start
 ==================================**/ 




.search-icon-holder {
    padding-top:2px;
    float: right;
}

.search-icon i {
    color: #333;
    font-size: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 11px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: #F2F2F2;
}
.search-icon i:hover {
    color: #fff;
    background: #0b5ab3;
}

.search-icon-holder .close i {
    font-size: 25px;
    color: #ff7200
}
.search-icon-holder .modal-header {
    padding: 10px 15px;
    border-bottom-color: #F1F6F8
}
.custom-search-input {
    padding: 3px;
    border-radius: 6px;
    background-color: #fff;
}
.form-control {
	display: inline-block!important;
	width: 94%!important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #952525;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.custom-search-input input {
    border: 0;
    box-shadow: none;
}
.custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.custom-search-input i {
    font-size: 23px;
}
.search-small-divice {
    display: none
}



/**==================================
    Scrool Section start
 ==================================**/ 
.scrool_section {
    padding: 10px 0px;
    background: #eaeeee;
}

.full_scrool{
    margin-bottom: 10px;      
}

.behind_scrool{
    padding:6px;
    font-size:18px;
    color:#000;
    background: #fff;
}
.behind_scrool a{
    font-size:18px;
    color:#000;
}

.behind_scrool i{
    color:#0B70BF;
}

 /**=================================
           border css  start   
==================================**/

.full_body_website{
    background-color:#fff;
	box-shadow:0 0 10px#ddd;
}

.box-shadow {
    box-shadow: 0 0 10px #efefef;
    margin-bottom: 10px;
    background: #fff;
}
.tab-border {
    border-bottom: 1px solid #E1DFDF;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.tv_section{
    padding: 10px 0;
}
.tv_screen{
    margin-bottom: 10px;
}
.new_section_one{
    padding: 10px 0;
}
.new_section_one .news_cat_sec_one .col-md-4{
    padding-right:  0px;
}
.news_section_two{
    padding: 10px 0;
}
.news_section_three{
    padding: 10px 0;
}
.photo_gallery_section{
    padding: 10px 0;
}


.content_height {
    padding: 2px 10px 8px;
    height: 70px;
    overflow: hidden;
}
.content_padding {
    padding: 2px 10px 8px;
    overflow: hidden;
}

.big_heading  {
    padding-bottom: 5px;
    margin: 0;
}

.big_heading a:hover {
    color: #FF9800;
    transition: .5s;
}
.medium_heading {
    margin: 0;
}

.medium_heading a:hover {
    color: #FF3428;
    transition: .5s;
}
.small_heading  {
    margin: 0;
}

.small_heading a:hover {
    color: #00A4EF;
    transition: .5s;
}
.photo_heading {
    font-size: 18px;
    padding-top: 7px;
    line-height: 22px;
}

.more_news {
    float:right;
    margin-bottom: 3px;
}

.more_news a:hover{
    color: #049D0F;
    transition: .7s;
  }







.top_image {
    margin-bottom: 10px;
    background: #F7F7F7;
}
.top_image img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.top_image img:hover {
    opacity: .9;
    color: #F59A4B;
}
.small_img{
    overflow:hidden;
}
.small_img img{
    float:left;
    width:35%;
    margin-right:8px;
    border:1px solid#ddd;
    padding: 1px;
}
.small-video {
	float: left;
	width: 35%;
	height: auto;
	margin-right: 10px;
	border:1px solid#ddd;
    padding: 2px;
}
.photo_screen {
    margin-bottom: 10px;
}
.photo_image {
	background: #F7F7F7;
	cursor: pointer;
}
.myPhotos {
    display:none;
}
.myPhotos img {
    width:100%;
	height:auto;
}


.gallery_sec .owl-nav button {
    position: absolute ;
    top: 50%;
    font-size: 35px;
    line-height: 44px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #fff;
    background-color: #828F9B;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin-right: -15px;
    margin-left: -15px;
    border: 1px solid #ddd !important;
    opacity: .3;
}

.gallery_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.gallery_sec:hover .owl-nav button{
    opacity: .9;
}

.photo_gallery_sec .owl-nav button {
    position: absolute ;
    top: 50%;
    font-size: 35px;
    line-height: 44px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #fff;
    background-color: #828F9B;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin-right: -15px;
    margin-left: -15px;
    border: 1px solid #ddd !important;
    opacity: .3;
}

.photo_gallery_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.photo_gallery_sec:hover .owl-nav button{
    opacity: .9;
}


/**=================================
           tab  start   
==================================**/


.news-titletab {
    overflow: scroll;
    max-height: 200px;
    overflow-x: hidden;
    padding: 5px 0px;
}
.tab-header{
    background:#fff;
    margin-bottom: 10px;
}
.tab-header .nav-tabs{
    border:none;
}
.tab-header .nav-tabs {
    color: #000;
    background:#D2D5DB;
}
.tab-header .nav-tabs > li > a {
    border: none;
    color: #fffafa;
    font-size: 1.15em;
    border-radius: 0;
    padding: 7px 15px;
    text-decoration: none;
    margin-bottom: 0;
    background: #5e5858;
    font-size: 14px;
}

.tab-header .nav-tabs > li.active > a, 
.tab-header .nav-tabs > li.active > a:focus,
.tab-header .nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    background: #247e91;
    color: #fff;
    font-size: 14px;
}
.tab-header .tab-content{}
.tab-header .tab-content ul.media-list{
    max-height:282px;
    overflow-y:auto;
    padding-left: 30px;
}
.tab-header .tab-content ul.media-list .media{
    border-bottom:1px dotted gray;
    margin:0;
    padding:10px 0;
    position: relative;
    overflow:visible;
}
.tab-header .tab-content ul.media-list .media .media-left{
    padding-right: 0;
}
.tab-header .tab-content ul.media-list
.media .media-left a{
    padding-right: 0;
    position:relative;
}


/* footer css*/

.foot-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}
.foot-menu ul li{
    margin-bottom:10px;
}

.foot-menu li a:hover{
    color:#FF9800;
}
.footer{
    border-bottom:1px solid #4a4a4a;
    padding-bottom:10px;
}
.middle-foot{
    padding:25px 0 0 0;
}


.design a{
    color:#FF9800;
    text-decoration: none;
}


/**==================================
         go to top css start
 ==================================**/ 


.TopUp:hover{
    text-decoration:none;

}




.sidebar_widget_sec img{
    width: 100%;
    height: auto;
	margin-bottom:10px;
}
.widget_sec img{
    width: 100%;
    height: auto;
	margin-bottom:10px;
	margin-top:10px;
}


.All_Page_section{
    padding: 40px 0px;
	background:#fff;
}

.sgl_about_photo img {
    width: 100%;
    height: auto;
}

.sgl_about_title {
    font-size: 25px;
	line-height:29px;
    font-weight: 400;
	margin-top: 18px;
    margin-bottom: 10px;
    color: #122777;
}
.sgl_about_content {
    text-align: justify;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}


.archive_heading {
    margin: 0;
}
.archive_heading a {
    font-size: 20px;
    line-height: 24px;
    color: #00A4EF;
    text-decoration: none;
    font-weight: 400;
}
.archive_heading a:hover {
    color: #FF3428;
    transition: .5s;
}

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

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

/* singlepage========================= */


.single_heading{
	font-size:40px;
	line-height:44px;
	color:#212639;
	margin-bottom:12px;
	font-weight:400;
}
.single_images {
    position: relative;
	margin-bottom:15px;
}
.single_images img {	
	width:100%;
	height:auto;
	border:1px solid#F0F0F0;
}
.single_images .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding:5px 10px;
	z-index:10;
}
.single-ditails p{
	text-align:justify;
	line-height:auto;
}
.single_info span a{
    font-size:18px;
	color:#A94442;
}
.single_info span{
	padding:10px 15px;
	background:#eee;
	color:#A94442;
	margin:0px 0px 10px 0px;
	overflow:hidden;
	display:block
}
.single_info li{
	display:inline-block;
}
.more-newss{
	margin-bottom:20px;
}
.more-newss img{
	width:100%;
	height:auto;
}
.more-news-title{
	font-size: 19px;
    line-height: 22px;
    font-weight: 400;
	padding:15px 10px;
	background:#eee;
	margin:0;
}
.more-news-title a{
    color: #333;
}
.more-news-title a:hover{
    color:#0033EE;
	transition:.7s;
}
.more-news{
	margin-bottom:20px;
}


.related_catagory {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px 4px 6px 4px;
    width: 100%;
    background: #0D426F;
    color: #fff;
    font-size: 20px;
}
/* =========================================================
Simple Share
 ========================================================= */
.breadcrumb {
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 12px;
	margin: 0;
}
 .breadcrumb li{
	margin:0px;
}
.sgl-page-social ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sgl-page-social li{
	display:inline-block;
	margin-left:5px;
}
.sgl-page-social li a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.sgl-page-social i{
	line-height:30px;
}
.sgl-page-social i:hover{
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}
.breadcrumb > li + li::before {
	padding:0 !important;
	content: "" !important;
}

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

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

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

.search_section{
margin-bottom:20px;
overflow:hidden;
}

/*============================================
		home logo css start
============================================*/
.logo_left{
	z-index: 999999;	
}
.logo_left img{
	float:left;
	width:10%;
	margin-bottom: -20%;
	margin-top: 2%;
	margin-left: 2%;
	z-index: 999999;
	position:absolute;
}

/*scroll-section Css.*/
.scroll{
	margin:0px 0px 2px 0px;
}

.scroll_2{
	padding:6px;
	background:#fff;
	color:#000;
	font-size:17px;
}
.scroll_2 a{
	color:#000;
	font-size:17px;
}

.scroll_2 i{
    color:#0B70BF;
}
.hdr_menu_section .col-md-1{
	padding-left:0px;
	padding-right:0px;
}
.hdr_menu_section .seaech_section .col-md-1{
	padding-right:15px!important;
}
.live_tv_button {
    background: #9A1515;
    padding: 12px 0;
    text-align: center;
}
.live_tv_button a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.tvpage_section .embed-responsive-16by9{
	padding-bottom: 55.25%;
}

.tvpage_section .container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
	overflow:hidden;
}

.reporter_sec {
	background: #f7f7f7;
	padding: 6px 10px;
	margin-bottom: 15px;
}
.reporter_sec .col-md-1{
	padding-right:0px;
}
.reporter_image {
	padding-top: 7px;
}
.reporter_image img {
	border-radius: 50%;
	width:100%;
	height:auto;
}
.reporter_name {
	padding-top: 0px;
	font-size: 14px;
	color: #990c0c;
	border-bottom: 1px solid#ddd;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
