.category-banner{
	position: relative;
	background-size:cover!important;
	color: #fff;
	width:100%;
	padding: 30px 15px
		3px 15px;
	z-index:-9;
    min-height: 175px;
}
.category-banner:before{
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index:-1;
}
.sub-category-lists li{
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
}
.category-banner h3{
	color:#feaa26;
	margin: 5px 0px;
}
.category-banner-left{
	width:45%;
}
.cat-thum-pt  {
    text-align: center;
}
.cat-name-pt h6 {
	color: black;
}
.cat-thum-pt img {
    width: 100px;
    height:100px!important;
	box-shadow: 3px 2px 5px 0 #c2c2c2!important;
	border-radius: 50px!important;
    outline:none;
    display:block;
    margin: 0 auto;
}
