/*
Theme Name: News Demo Seven
Theme URI: https://themeswala.com/newsdemoseven/
Author: The ThemesWala Team
Author URI: https://themeswala.com/
Description:  News Demo Seven 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/newsdemoseven/
Text Domain: NewsDemoSeven
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 {
}
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;
}
.sidebar-add{
	margin-bottom:15px;
}
.sidebar-add img{
	width:100%;
	height:auto;
}
.add img{
	width:100%;
	height:auto;
}
/*Top Header Css.*/


.social_icons ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons li{
	display:inline-block;
	margin-right:3px;
}
.social_icons li i{
	display:inline-block;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
}
.social_icons li:hover{
	opacity:.9;
}
.social_icons .fa-facebook{
    background-color: #3B579D;
}
.social_icons .fa-twitter{
    background-color: #2CAAE1;
}
.social_icons .fa-google-plus{
    background-color: #DD4A3A;;
}
.social_icons .fa-youtube{
    background-color: #CB1A15;
}
.social_icons .fa-linkedIn{
    background-color: #0077B5;
}
.social_icons .fa-rss{
    background-color: #F48F37;
}
/*Header Css.*/

.logo img{
	width:100%;
	height:auto;
}
.bannar img{
	width:100%;
	height:auto;
	padding-top:13px;
}
/*menu-section Css.*/
.menu-section{
	background:#F7F7F7;
}
.affix{
	width:100%;
	z-index:999;
	top:0;
	left:0;
}
/*search_box Css.*/
.search_box .btn-primary {
    color: #fff;
    background-color: #1A85B0;
    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;
}
.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{
	border-bottom:1px dotted#016498;
	padding-bottom:3px;
	margin:10px 0;
}

.scroll_02{
	padding:5px 10px;
	color:#1790BF;
	font-size:15px;
}
.scroll_02 a{
	color:#71666A;
	font-size:15px;
}
/*news-section Css.*/
.news-section{
	margin:10px 0;
}
.lead-news img{
	width:100%;
	height:auto;
	border:1px solid#E8E8FF;
	background:#fff;
	padding:1px;
}
.lead-news img:hover{
	opacity:.9;
}
.image-title{
	border-bottom:1px solid#ddd;
	overflow:hidden;
	padding:5px 0;
}
.image-title img{
	float: left;
    width: 35%;
	margin-right:10px;
	padding:2px;
	border:1px solid#F7F7F7;
}
.image-title img:hover{
	opacity:.9;
}


/*catagory-title Css.*/


/*heading Css.*/

.news-title{
	border-bottom:1px solid#E8E8FF;
	padding:5px 0;
}
.news-title a{
	color:#111;
	font-size:18px;
	line-height:20px;
}
.news-title a:hover{
	color:#1790BF;
}
.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;
}
/* tab-header open*/
.tab-content{
	max-height: 730px !important;
	border:1px solid#eee;
	padding:5px;
	height:320px;
	overflow-y:scroll
}
.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 #1790BF;
	border-left:1px solid#eee;
	border-right:1px solid#eee;
	border-right:1px solid#eee;
}
.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*/
.photo-gellary img{
	width:100%;
	height:auto;
	border:1px solid#F0F0F0;
}
.gellary .owl-nav{
    position: absolute;
    right: 0;
    top: -50px;
}

/* Footer close*/

.copyright{
	color:#fff;
}
.footer-logo img{
	width:100%;
	height:auto;
}
.footer{
	padding:40px 0;
}

.design a{
	text-transform:uppercase;
	color:#EEEEEE;
}
.design a:hover{
	opacity:.5;
}
.scrollToTop:hover{
    text-decoration:none;
	opacity:.8;
	color:#fff;
}
/* Single Page ========================= */
.singlepage{
   margin: 60px 0px;
}
.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:#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;
}

/**====================================
       photo gallery customization css
 ===================================**/ 

.carousel {
    position: relative;
}
.carousel-inner {
    background-color: #F9FAFA;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0000) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 0%);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 25px;
    height: 25px;
    font-size: 30px;
}
.photogallary{
    margin-bottom:20px;
    overflow:hidden;
}
.author_text {
	color: #1790BF;
}

.catagory-title_one {
	background: #1790BF;
	padding: 8px;
	text-align: center;
}
.catagory-title_one a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.heading-04 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 5px;
	margin-left: 3px;
}
.top-news img {
	width: 100%;
	height: 335px;
}

