@charset "utf-8";

/*-------------------------service----------------*/
.serviceBg{
	min-height:50px;
	text-align:center;
	color:#000;
}
.serviceBg > h1{
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bolder;
}
.Border50{
	float:left;
	width:50%;
	min-height:150px;
	padding-top:5%;
	padding-bottom:5%;
	height:auto;
}
.leftLine{
	border-right:1px solid #444;
}
.workPageBorder{
	width:50%;
	float:left;
	margin-bottom:9%;
}
.workPageBorder > span.workSub{
	width:100%;
	height:auto;
	font-size:1.2em;
	line-height:1.4em;
}
.workPageBorder > span.workSub{
	width:60%;
	float:left;
	height:auto;
	font-size:1.2em;
	font-weight:600;
	text-align:left;
	line-height:1.4em;
	margin-top:12px;
	margin-left:4%;
}
.workPageBorder > span.workitems{
	width:62%;
	float:left;
	height:auto;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	line-height:1.4em;
	margin-bottom:12px;
	margin-left:38%;
}
.workPageBorder >span.workSubIcon{
	width:90px;
	float:left;
	margin-left:18%;
	text-align:center;
	width:90px;
	height:90px;
	background:#fcd846;
	border-radius:45px;
	display:  flex;/*image align center*/
    align-items: center;/*image align center*/
    justify-content:  center;/*image align center*/
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
	.workPageBorder{
		width:50%;
	}
	.workPageBorder > span.workSub{
		width:100%;
		text-align:center;
		float:left;
		margin-left:0%;
	}
	.workPageBorder > span.workitems{
		width:100%;
		text-align:center;
		float:left;
		margin-left:0%;
	}
	.workPageBorder >span.workSubIcon{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	.Border50{
		width:100%;
	}
	.leftLine{
		border-right:none;
	}
	.workPageBorder{
		width:100%;
		margin-bottom:4%;
		padding-bottom:4%;
	  	border-bottom:1px solid #eeeeee;
	}
	
	.workPageBorder > span.workSub{
		width:86%;
		font-size:1.4em;
		font-weight:600;
		text-align:center;
		line-height:1.9em;
		margin-top:12px;
		margin:4% 7%;
	}
	.workPageBorder > span.workitems{
		width:86%;
		font-size:1.1em;
		font-weight:500;
		text-align:center;
		line-height:1.6em;
		margin-bottom:12px;
		margin:4% 7%;
	}
	.workPageBorder >span.workSubIcon{
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:60px;
		height:60px;
		border-radius:30px;
	}
	.workPageBorder >span.workSubIcon img{
		width:85%;
	}
	
	
}

@media  (max-width: 480px) {
	.Border50{
		width:100%;
	}
	.leftLine{
		border-right:none;
	}
	.workPageBorder{
		width:100%;
		margin-bottom:4%;
		padding-bottom:4%;
	  border-bottom:1px solid #eeeeee;
	}
	
	.workPageBorder > span.workSub{
		width:63%;
		font-size:1.4em;
		font-weight:600;
		text-align:left;
		line-height:1.9em;
		margin-top:12px;
		margin-left:4%;
	}
	.workPageBorder > span.workitems{
		width:63.5%;
		font-size:1.1em;
		font-weight:500;
		text-align:left;
		line-height:1.6em;
		margin-bottom:12px;
		margin-left:4%;
	}
	.workPageBorder >span.workSubIcon{
		float:left;
		margin-left:4%;
		width:60px;
		height:60px;
		border-radius:30px;
	}
	.workPageBorder >span.workSubIcon img{
		width:85%;
	}
}