/*
	Template Name: Machinery
	File: Layout CSS
	Author: TemplatesOnWeb
	Author URI: https://www.templateonweb.com/
	Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************services****************/
#feature{
	padding-top:40px;
	padding-bottom:40px;
}

#category{
	padding-top:40px;
	padding-bottom:40px; 
}
.category_2{
	margin-top:30px; 
}
.category_2 img:hover{
	opacity:0.8;
}

.category_2 h4{
	background:#f59e0b;
	margin-top:0 !important;
	padding:10px;	
}

.category_2 h4 a{
	color:#000 !important;	
}
#process{
	background:#fdb9002e;
	padding-top:40px;
	padding-bottom:40px;
}
.process_2_mi{
	background:#fff;
	padding:40px; 
}
.process_2{
	margin-top:30px; 
}
.process_2_m{
	position:relative; 
}
.process_2_mi1{
	position:absolute; 
	width:15%;
	top:15%;
	left:-6%;
}
.process_2_mi1 h4{
	background:#fdb900;
	color:#fff;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:3px;
}
.process_2_m{
	width:95%;
}
/*********************services_end****************/


@media screen and (max-width : 767px){
	#process{
		text-align:center;
	}
	.process_2_m{
		width:100%;
		margin-top:10px; 
	}
	.process_2_mi1{
		left:0; 
		width:12%; 
	}
	#feature{
		text-align:center;
	}
	.feature_1r{
		margin-top:10px;
		margin-bottom:10px;  
	}
	.category_2i {
		margin-bottom:10px; 
	}
}

@media (min-width:768px) and (max-width:991px) {
	
}
@media (min-width:992px) and (max-width:1200px) {
	
}
@media (min-width:1201px) and (max-width:1366px) {
	
}