.lab_category_feature{
    clear: both;	
    position: relative;	
	margin-bottom: 60px;
}
.category_feature{
	overflow: hidden;
}
.lab_category_feature .title_block{}
.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{
	padding: 0;
    position: relative;
}
.labCategoryFeature .item-inner{
}
.labCategoryFeature .item{
	position:relative;
	padding-left:15px;
}
.labCategoryFeature .owl-item:last-child .item{
	border-right:none;
}
.labCategoryFeature .item .cat-img{
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.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 {
}
.labCategoryFeature .item .viewall a {
	font-size: 14px;
	font-weight: 400;
	color: #2a7d2e;
	display: inline-block;
	border-bottom: 1px solid #2a7d2e;
	line-height: 30px;
}
.labCategoryFeature .item .viewall a:hover {
	color:#7fba00;
	border-color: #7fba00;
}

.labCategoryFeature .item:hover .content-cate{
	opacity:1;
} 

.labCategoryFeature .item .categoryName{
	margin-bottom:15px;
}
.labCategoryFeature .item .categoryName a{
	color: #124a2f;
	display: block;
	font-size: 24px;
	font-weight: 400;
}
.labCategoryFeature .item .categoryName a:hover{
	color: #7fba00;
}
.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;
	padding-left: 15px;
}
.labCategoryFeature .item .sub-cat li{
	margin-bottom: 15px;
	list-style: initial;
}
.labCategoryFeature .item .sub-cat li a{
	color: #7b6d58;
	display: block;
	font-size: 14px;
	position: relative;
	text-transform: capitalize;
}
.labCategoryFeature .item .sub-cat li a:hover{
	color: #124a2f;
}
.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{}
	.lab_category_feature {
		margin-bottom: 30px;
	}
	

}
@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%;}
}