/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: About.css
*//*---------------------------------------------------------------------------*/

/*about company start*/
.about-company{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.about-company:before{
	content: 'About';
	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;
}
.progress-box{
	width: 100%;
	margin-top: 10px;
}
.progress-box .progress{
	width: 100%;
}
/*about company end*/

/*working-site start*/
.working-site{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: rgba(0, 0, 0, 0.02);	
}
/*working-site end*/

/*experts start*/
.experts{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
}
.experts-box{
	width: 280px;
	position: relative;
	overflow: hidden;
}
.experts-box:hover .expertbox-layer{
	opacity: 0.93;
}
.expertbox-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.0;
	transition: 0.5s !important;
}
.expertbox-layer a{
	color: white;
	margin: 10px;
	font-size: 25px;
}
/*experts end*/

/*ourclients start*/
.ourclients{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;	
	position: relative;
	z-index: 1;
	background: url("../images/clients/bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.ourclients:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(255, 255, 255, 0.98);
}
.ourclients .client-img{
	width: 160px;
	margin: 20px;
}
/*ourclients end*/

/*work with us start*/
.wwu{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;	
	position: relative;
	z-index: 1;
	background: url("../images/about/workwithus.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.wwu:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(00, 00, 00, 0.70);
}
/*work with us end*/

/*testimonials start*/
.testimonials{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
}
.testimonials-client{
	width: 70px;
	height: 70px;
	border-radius: 1000px;
	border: 3px solid var(--color);
}
/*testimonials end*/

/*benefits start*/
.benefits{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 80px;
}
/*benefits end*/