/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: Services.css
*//*---------------------------------------------------------------------------*/

/*services-header start*/
.services-header{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.services-header:before{
	content: 'Services';
	position: absolute;
	top: 0%;
	left: 8%;
	font-family: arial !important;
	letter-spacing: 15px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: rgba(00,00,00,0.02);
	z-index: -1;
}
/*services-header end*/

/*Services start*/
.services{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.services:before{
	content: 'Services';
	position: absolute;
	top: 3%;
	left: 10%;
	font-family: arial !important;
	letter-spacing: 15px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: rgba(00,00,00,0.03);
	z-index: -1;
}
.services:after{
	content: '';
	position: absolute;
	top: 3%;
	left: 10%;
	font-family: arial !important;
	letter-spacing: 15px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: rgba(00,00,00,0.02);
}
.service-section{
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
}
.service-section:hover .service-img-box .facility-box{
	opacity: 0.90;
	width: 100%;
	height: 100%;
}
.service-img-box{
	width: 100%;
	position: relative;
	padding: 0;
}
.facility-box{
	opacity: 0.0;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0px;
	width: 95px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--color);
	overflow: hidden;
}
.facility-box i{
	font-size: 30px;
	color: var(--color);
	width: 60px;
	height: 60px;
	background: white;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	box-shadow: 0 .3rem 1rem rgba(0,0,0,0.20);
}
.service-content{
	position: relative;
	z-index: 1;
}
.service-content:before{
	content: '';
	position: absolute;
	top: 20%;
	left: 15%;
	width: 30%;
	height: 10%;
	background: var(--color);
	opacity: 0.5;
	z-index: -1;
	transform: rotate(0deg);
	transition: 0.5s;
}
.service-section:hover .service-content:before{
	content: '';
	position: absolute;
	top: 20%;
	left: 15%;
	width: 50%;
	height: 10%;
	background: var(--color);
	opacity: 0.5;
	z-index: -1;
	transform: rotate(0deg);
}
/*Services end*/