.sidebar-widget{
	padding: 0;
	margin-bottom: 40px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

.widget-search{
	position: relative;
}

.widget-search form input{
	background-color: #f2f2f2;
	border-radius: 3px;
	border: none;
	outline: none;
	height: 50px;
	width: 100%;
	padding: 0 10px;
}

.widget-search form input[type=text]{
	padding-right: 75px;
}

.widget-search form button{
	position: absolute;
	border: none;
	font-size: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background: #262626;
	border-radius: 0 3px 3px 0;
	height: 50px;
	width: 70px;
}

.tag-list{
	list-style: none;
}

.tag-list li{
	display: inline-block;
	margin-left: -35px;
	margin-right: 20px;
}

.tag-list li a{
	display: inline-block;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 2px;
	padding: 8px 15px;
	margin: 10px;
	color: #262626;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	transition: all .5s ease-out 0s;
}

.category li a{
	text-decoration: none;
	font-size: 18px;
	transition: all .5s ease-out 0s;
}

.category li a i{
	position: absolute;
	right: 20px;
}

.category li a:hover{
	color: #f33446 !important;
}

.recent-post{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.recent-post:last-child{
	margin-bottom: 0;
}

.recent-post span{
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
}

.recent-post h5{
	margin: 0;
	text-align: justify;
}

.recent-post h5 a{
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	color: #777;
	transition: all .5s ease-out 0s;
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.recent-post h5 a{
		font-size: 15px;
	}
}

.recent-post .recent-thumb{
	min-width: 120px;
	overflow: hidden;
}

.recent-post .recent-thumb a img{
	width: 100px;
	transition: all .5s ease-out 0s;
}

.recent-post:hover .recent-thumb a img{
	transform: scale(1.1);
}

.recent-post:hover h5 a{
	color: #000;
}

.sidebar-banner{
	position: relative;
}

.sidebar-banner:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #17161a;
	opacity: .8;
	content: "";
}

.sidebar-banner img{
	width: 100%;
}

.banner-inner{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	padding: 100px 20px;
	background-color: #17161a;
	border-radius: 10px;
	background-image: url(../img/content-bg.png);
	background-size: cover;
	background-position: center center;
}

@media only screen and (min-width:1200px) and (max-width:1399px){
	.banner-inner{
		padding: 50px 20px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.banner-inner{
		padding: 20px;
	}
}

@media(max-width:767px){
	.banner-inner{
		padding: 60px 20px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px){
	.banner-inner{
		padding: 100px 20px;
	}
}

.banner-inner h3{
	font-weight: 700;
	font-size: 41px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

@media(max-width:767px){
	.banner-inner h3{
		font-size: 34px;
	}
}

.banner-inner h3 img.angle{
	position: relative;
	top: -10px;
	width: auto;
}

.banner-inner h3 span{
	color: #75dab4;
	display: block;
}

.banner-inner a{
	position: absolute;
	bottom: 100px;
	left: 50%;
	font-weight: 700;
	font-size: 30px;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
}

@media only screen and (min-width:1200px) and (max-width:1399px){
	.banner-inner a{
		bottom: 50px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.banner-inner a{
		bottom: 20px;
	}
}

@media(max-width:767px){
	.banner-inner a{
		bottom: 60px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px){
	.banner-inner a{
		bottom: 100px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px){
	.blog-item-grid{
		margin-top: 50px;
	}
}

.load-more{
	text-align: center;
	margin-top: 50px;
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px){
	.blog-details-content{
		margin-bottom: 50px;
	}
}

.blog-details-content h3{
	font-weight: 600;
	font-size: 27px;
	text-transform: capitalize;
	text-align: justify;
	color: #fff;
	margin-bottom: 20px;
}

@media(max-width:767px){
	.blog-details-content h3{
		font-size: 22px;
	}
}

.details-thumb{
	margin-bottom: 30px;
}

.details-thumb img{
	width: 100%;
}

.comments{
	margin-top: 50px;
}

.comments h3{
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.single-comment{
	margin-bottom: 50px;
}

.single-comment:last-child{
	margin: 0;
}

.author-post{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.author-thumb{
	min-width: 90px;
}

.author-thumb img{
	height: 70px;
	width: 70px;
}

.author-info h5{
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 5px;
}

.author-info span{
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form{
	margin-top: 70px;
}

.comment-form h5{
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.comment-form form label{
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	width: 100%;
}

.comment-form form label input{
	background-color: #fff;
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	margin-bottom: 30px;
	margin-top: 5px;
	outline: none;
}

.comment-form form label textarea{
	background-color: #fff;
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 250px;
	padding: 20px;
	resize: none;
	margin-bottom: 30px;
	margin-top: 5px;
	outline: none;
}

.comment-form form input[type=submit]{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: none;
	height: 50px;
	min-width: 200px;
	padding: 10px 30px;
}