
.lab_category_feature{
    clear: both;	
    position: relative;	
	margin-bottom:40px;
}
.category_feature{
	overflow: hidden;
}
.lab_category_feature .title_block span{
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	display: block;
}
.lab_category_feature .lab_boxnp2{
	right:0;
}
.lab_category_feature .row{

}
.labCategoryFeature .owl-item .item-inner .item {
    position: relative;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
}
.labCategoryFeature .owl-item .item-inner .item:last-child{
	border-bottom:none;
}
.labCategoryFeature .item .cat-img{
	position:relative;
	border-radius: 3px !important;
	overflow: hidden;
	text-align: center;
}
.labCategoryFeature .item .cat-img a{
	display: inline-block;
	position:relative;
}
.labCategoryFeature .item .cat-img a:before{
	 background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 80%;
    content: "";
    left: 80%;
    position: absolute;
    right: 20%;
    top: 20%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.labCategoryFeature .item .cat-img a:after{
	 background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 20%;
    content: "";
    left: 20%;
    position: absolute;
    right: 80%;
    top: 80%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.labCategoryFeature .item:hover .cat-img a:after,
 .labCategoryFeature .item:hover .cat-img a:before{
	 opacity:1;
	 top:0;
	 bottom:0;
	 left:0;
	 right:0;
	 	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
 }
  .labCategoryFeature .item:hover .cat-img a:after
	 
 }
.labCategoryFeature .item .cat-img img{
	width:100%;
}
.labCategoryFeature .item .viewall {
	text-align: center;
	padding-bottom: 30px;
}

.labCategoryFeature .item:hover .content-cate{
	opacity:1;
} 

.labCategoryFeature .item .categoryName{
	margin-bottom:10px;
}
.labCategoryFeature .item .categoryName a{
	color: #333333;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.labCategoryFeature .item .categoryName a:hover{
	color: #63ab04;
}
.labCategoryFeature .item .lab-view-more{
	border:1px solid #fff;
	color:#fff;
	padding: 0 30px;
    line-height: 40px;
    display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
}
.labCategoryFeature .item .lab-view-more:hover{
	border-color:#bca480;
	background-color:#bca480;
	color:#fff;
}
.labCategoryFeature .item .sub-cat{
	clear: both;
}
.labCategoryFeature .item .sub-cat ul{
	display:inline-block;
	margin:0;
}
.labCategoryFeature .item .sub-cat li{
	margin-bottom: 10px;
}
.labCategoryFeature .item .sub-cat li a{
	color: #888888;
	display: block;
	font-size: 14px;
	position: relative;
	text-transform: capitalize;
}
.labCategoryFeature .item .sub-cat li a:hover{
	color: #63ab04;
}
.lab_boxnp a{
	color: #3a3838;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 45%;
}
.category_feature:hover .lab_boxnp a{
	opacity:1;
}
.lab_boxnp a.prev {left: 15px;}
.lab_boxnp a.next {right: 15px;}
@media (min-width: 992px) and (max-width: 1024px){	
}
@media (min-width: 992px){
	.labCategoryFeature .item-inner.first-in-line{clear:left;}
}
@media (min-width: 768px) and (max-width: 991px){
	.labCategoryFeature .item-inner.first-in-line{clear:left;}
	.labCategoryFeature .item .cat-img {
		text-align: center;
	}
	.lab_category_feature .title_block span {
		font-size: 20px;
	}
	.lab_category_feature {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.labCategoryFeature .item .cat-img {
		margin-bottom: 30px;
	}
	
	.category_feature{padding:0 15px;border: none;}
	.lab_category_feature {
		margin-bottom: 30px;
	}
	.labCategoryFeature .owl-item .item-inner .item:last-child,
	.labCategoryFeature .owl-item .item-inner .item{
		border: 1px solid #e6e6e6;
		margin-bottom: 10px;
	}

}
@media (min-width: 480px) and (max-width: 767px){
	.labCategoryFeature .item-inner.first-item-of-mobile-line{clear:left;}
	
}
@media (max-width: 479px){
	.labCategoryFeature .item-inner{clear:left; width:100%;}
}