body{
	font-family: 'Lato', sans-serif;
	background-color: rgba(255,255,255,0.0); 
	height:auto;
	align-content: center;
}
img {
    width:100%;
	align-content: center;
}
.service-section{
	background-color: rgba(0,0,0,0.0); 
	padding: 1px 0;
}

.service-section .service-tab{
	padding: 0;
	margin:  0;
	display: flex;
	width: 100%;
	border: none;
	height:60px;
	overflow: hidden;
	align-content: center;
}
.service-section .service-tab li{
	display: table;
	float:  none;
	width:  25%;
	text-align: center;
	align-content: center;
}
.service-section .service-tab li a{
	background-color: rgba(0,0,0,0.0); 
	padding: 4px 1px 4px;
	border-radius: 0;
	margin-right: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: transparent;
	align-content: center;
}
.service-section .service-tab li.active a, .service-section .service-tab li a:hover{
	background-color: transparent;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #c67125;
}
.service-section .service-tab li a i{
	width: 67px;
	height: 67px;
	line-height: 67px;
	background-color: rgba(0,0,0,0.0); 
	color: #1f242f;
	text-align: center;
	border-radius: 50%;
	align-content: center;
}
.service-section .service-tab li.active a i, .service-section .service-tab li a:hover i{
	background-color: rgba(0,0,0,0.0); 
	color: #131720;
	align-content: center;
}
.service-section .service-tab li a h5{
	color: #FFF;
	line-height: auto;
	font-weight: 400;
	background-color: rgba(222,222,222,0.3);
	padding-top: 10px; 
	padding-bottom: 10px;
}
.service-section .service-tab li.active a h5, .service-section .service-tab li a:hover h5{
	color: #000;
	font-weight: 400;
	background-color: rgba(255,255,255,0.9);
	align-content: center;
}
.service-section .service-tab li a p{
	line-height: 20px;
	color: #b4bccf;
	align-content: center;
}
.service-section .service-tab li.active a p, .service-section .service-tab li a:hover p{
	color: #fff;
	align-content: center;
}
.service-section .service-tab-content{
	padding-top: 20px;
	align-content: center;
}
.service-section .service-tab-content h3{
	margin-top: 0;
	color: #fff;
	align-content: center;
}
.service-section .service-tab-content p{
	color: #b4bccf;
	font-size: 14px;
	line-height: 26px;
	align-content: center;
}
.service-section .tab-image-ex-gap{
	padding-top: 1px;
	align-content: center;
}