/*
Theme Name: News-Demo-Five
Theme URI: https://themeswala.com/newsdemofive/
Author: The ThemesWala Team
Author URI: https://themeswala.com/
Description:  News Demo Five 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://themeswala.com/newsdemofive/
Text Domain: NewsDemoFive
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 { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	 color:#333;
}
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;
}
/******Header CSS******/
.date{
	color:#e5e5e5;
	padding-top:8px;
}
.bannar img{
	width:100%;
	height:auto;
	padding-top:3px;
}
.fa-envelope{
	padding-left:10px;
}
.fa-facebook{
	border-left:1px solid#333;
}
.social-icons ul{
	float:right;
}
.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #ddd;
  padding:0px;
  border-right:1px solid#333;
}
.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.fa-facebook:hover {
  background: #0083C9;
}
.fa-twitter:hover  {
	background:#5BBCEC;
}
.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-rss:hover  {
	background:#90C9DC;
}
.fa-google-plus:hover  {
	background:#CE3C2D;
}
.search_box .btn-primary {
    color: #fff;
    background-color: #9A1515;
    border-color: #2e6da4;
}
.search_box .btn-primary:hover {
    background-color: #950E0E;
}
.search_box .search {
    padding: 5px 0;
    width: 100%;
    height: auto;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:left;
}
.search_box .btn {
	height: 31px;
	position: absolute;
	right: 15px;
	top: -1px;
	border-radius: 1px;
	border: 1px solid#E6EAE9;
}
/******Middle_Header CSS******/
.middle_header{
	padding:20px 0;
}
.add img{
	width:100%;
	height:auto;
}
.img-border{
	padding:10px 20px 20px 20px;	
	border:1px solid #dfdfdd;
	margin:10px 0;
}
.img-border-02{
	background-color:#fff;
	padding:0 20px 20px 20px;	
	border:1px solid #dfdfdd;
}
.border-bottom{
	border-bottom:1px solid#E8E8FF;
	padding-top:5px;
	padding-bottom:5px;
}
.image_title{
    overflow: hidden;
	border-bottom:1px solid#E8E8FF;
	padding-top:5px;
	padding-bottom:5px;
}
.image_title img{
	float: left;
    width: 40%;
    margin-right:10px;
}
.lead-news{
    overflow: hidden;
	margin-bottom:10px;
}
.lead-news img{
	width:100%;
	height:auto;
	border:1px solid#F0F0F0;
}
.logo img{
	width:100%;
	height:auto;
}
/******Middle_Header CSS******/
.nav-section{
	background:#F2F2F2;
}

/*===============================
	5. Search Css
===============================*/
.search-icon-holder {
	padding-top:5px;
	text-align: right
}
.search-icon i {
	color: #000;
	font-size: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.search-icon:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.search-icon-holder .close i {
	font-size: 25px;
	color: #ff7200
}
.search-icon-holder .modal-header {
	padding: 10px 15px;
	border-bottom-color: #F1F6F8
}
/******scroll section CSS******/
.scroll-section{
	padding:10px 0;
}
.scroll{
	border-bottom:1px dotted#FF5353;
	padding-bottom:2px;
	margin-bottom:10px;
}
.scrool_02{
	padding:7px 0;
	color:#FF5353
}
.scrool_02 a{
	color:#111;
}
/******top news section CSS******/
.lead-newss {
    position: relative;
	margin-bottom:15px;
}
.lead-newss img {	
	width:100%;
	height:auto;
	border:1px solid#F0F0F0;
	margin-bottom:5px;
}
.lead-newss .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;
}
.lead-newss .content-02 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding:0px 5px;
	z-index:10;
}
.service-img {
	position: relative;
	overflow: hidden
}
.service-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.7s ease;
	width:100%;
	height:auto;
}
.service-img img:hover {
	position: relative;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}
.lead-heading-01{
	font-size: 22px;
    line-height: 25px;
    font-weight: 400;
	padding-left:4px !important;
}
.lead-heading-01 a{
    color: #fff;
}
.lead-heading-01 a:hover{
    color:#0033EE;
	transition:.7s;
}
.lead-heading-02{
	font-size: 18px;
    line-height: 22px;
    font-weight: 400;
	padding-left:4px !important;
}
.lead-heading-02 a{
    color: #fff;
}
.lead-heading-02 a:hover{
    color:#0033EE;
	transition:.7s;
}
/******cetagory section CSS******/
.cetagory-title-01{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid#F0F0F0;
}
.cetagory-title-01 a span{
	font-size:20px;
	font-weight:400;
	color:#111;
	border-bottom:3px solid#D2D2D2;
	padding-bottom:5px;
}
.cetagory-title-02 h2{
	font-size: 22px;
	line-height: 26px;
	font-weight: inherit;
	color: inherit;
	text-align:center;
	font-weight: 400;
	font-style: normal;
}
.cetagory-title-02 p{
	text-align:center;
	font-size:17px;
	margin-bottom:15px
}
.cetagory-title-03{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid#EAEAEA;
}
.cetagory-title-03 span{
	font-size:20px;
	font-weight:400;
	color:#111;
	border-bottom:3px solid#01BD5D;
	padding-bottom:5px;
}
.cetagory-title-04{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid#EAEAEA;
}
.cetagory-title-04 a span{
	font-size:20px;
	font-weight:400;
	color:#111;
	border-bottom:3px solid#FFAF52;
	padding-bottom:5px;
}
.cetagory-title-05{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid#EAEAEA;
}
.cetagory-title-05 a span{
	font-size:20px;
	font-weight:400;
	color:#111;
	border-bottom:3px solid#FF5353;
	padding-bottom:5px;
}
.cetagory-title-06{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid#EAEAEA;
}
.cetagory-title-06 a span{
	font-size:20px;
	font-weight:400;
	color:#111;
	border-bottom:3px solid#13C0E1;
	padding-bottom:5px;
}

.add {
	padding:10px 0;
}
.add img{
	width:100%;
	height:auto;
}

/* tab-header open*/
.tab-content{
	max-height: 730px !important;
	border:1px solid#eee;
	padding:2px;
	height:375px;
	overflow:scroll;
	overflow-x:hidden;
	margin-bottom:10px;
}
.tab-header{background:#fff;}
.tab-header .nav-tabs{border:none;}
.tab-header .nav-tabs {color: #000;background:#fff;border-top:1px solid#eee;border-right:1px solid#eee;border-left:1px solid#eee;}
.tab-header .nav-tabs > li > a{ border: none;color:#000;font-size: 1.15em;border-radius: 0;padding:5px 15px;text-decoration: none;margin-bottom:0;}
.tab-header .nav-tabs > li > a:hover {background:#fff}
.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:#fff;color:#000;border-top: 2px solid #FB3624;border-left:1px solid#eee;border-right:1px solid#eee;border-right:1px solid#eee;}
.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;}
/* tab-header close*/

/* Footer close*/
.footer-logo img{
	width:100%;
	height:auto;
}
.footer{
	padding:20px 0;
}

.bottom_footer{
	font-family: Roboto;
	font-size:15px;
}
.design a{
	text-transform:uppercase;
	color:#EEEEEE;
}
.design a:hover{
	opacity:.5;
}
.scrollToTop{
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color:#000; /* Set a background color */
    color:#fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
	opacity:.9;
}
.scrollToTop:hover{
    text-decoration:none;
	opacity:.8;
	color:#fff;
}
.photo-gallery{
	border:1px solid#F0F0F0;
	background:#fff;
	padding:3px;
}
.photo-gallery img{
	width:100%;
	height:auto;
}
.caption {
	padding: 0 20px;
	font-size: 22px;
	color: gray;
	margin-bottom:-10px;
}
.caption a {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	color: #fff;
	padding: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
/* Single Page ========================= */
.singlepage{
   margin: 60px 0px;
}
.single_images img{
    width: 100%;
	height:auto;
	margin-top:10px;
}
.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:#F5F5F5;
	color:#A94442;
	margin:10px 0;
	overflow:hidden;
	display:block
}
.single_info li{
	display:inline-block;
}
.more-news-title{
	font-size: 19px;
    line-height: 22px;
    font-weight: 400;
	padding:15px 10px;
	background:#F1F1F1;
	margin:0;
}
.more-news-title a{
    color: #333;
}
.more-news-title a:hover{
    color:#0033EE;
	transition:.7s;
}
.more-news{
	margin-bottom:20px;
}
.lead-heading-01{
	font-size: 22px;
    line-height: 25px;
    font-weight: 400;
	padding-left:4px !important;
	
}
.lead-heading-01 a{
    color: #fff;
}
.lead-heading-01 a:hover{
    color:#0033EE;
	transition:.7s;
}

/* Archive Page ========================= */
.archive_details{
	background:#F9F9F9;
	padding:5px 0;
	margin-bottom:15px;
}
.archive_news{
	margin-top:-10px;
}
/* =========================================================
Simple Share
 ========================================================= */
.breadcrumb{
	margin-top:20px;
}
 .breadcrumb li{
	margin:0 5px;
}
.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;   
}
/* 404 Page ========================= */
.four-page{
	padding:20px 0;
}
.four-title{
	font-weight: bold;
	font-size: 50px;
	color: red;
}
.btn-primary {
    color: #fff;
    background-color: #9A1515;
    border-color: #2e6da4;
}
.btn-primary:hover {
    background-color: #950E0E;
}
.search {
    padding: 5px 0;
    width: 100%;
    height: auto;
    position: relative;
    line-height: 22px;
}
.btn {
    height: 29px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
	border:1px solid#E6EAE9;
}