/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: style.css
*//*---------------------------------------------------------------------------*/

/* process start */
.process{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.process:before{
	content: 'Process';
	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;
}

.process-box{
	float: left;
	clear: both;
	width: 100%;
	padding: 30px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.process-box:before{
	content: '';
	position: absolute;
	bottom: 20%;
	right: 0;
	width: 30%;
	height: 30%;
	background: var(--color);
	z-index: -1;
	opacity: 0.1;
	transition: 0.5s;
}
.process-box:hover:before{
	opacity: 0.3;
	transform: skew(10deg) scale(1.1) rotate(45deg);
	right: 10%;
}
.process-img{
	width: 80px;
}
.process-box:hover .process-img{
	margin-left: 10px;
}
/* process end */

/*whyus start*/
.whyus{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 80px;
}
.accordion-button:not(.collapsed) {
	color: white;
  	background-color: var(--color);
  	box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
/*whyus end*/

/*facility start*/
.facility{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: rgba(0, 0, 0, 0.01);
}
.facility-box{
	width: 180px;
	height: 150px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.facility-box i{
	font-size: 40px;
	color: rgba(0, 0, 0, 0.3);
	width: 80px;
	height: 80px;
	background: var(--color);
	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);
}
.facility-box:hover i{
	color: rgba(0, 0, 0, 0.5);
}
.solution-box{
	width: 300px;
	padding: 26px 10px;
	margin: 10px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 .3rem 1rem rgba(0,0,0,0.06);
	border-radius: 5px;
	text-align: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.solution-box:hover{
	color: white;
}
.solution-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	transition: 0.5s;
}
.solution-box:hover:before{
	background: var(--color);
	opacity: 0.85;
}
.solution-box i{
	font-size: 50px;
	color: var(--color);
	transition: 0.5s !important;
}
.solution-box:hover i{
	color: white;
}
.solution-box p{
	color: black;
	transition: 0.5s !important;
}
.solution-box:hover p{
	color: white;
}
/*facility end*/

/*mind start*/
.mind{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: url("../images/mind/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.mind:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	opacity: 0.95;
}
.mind .form-control{
	border: 0;
	border: 1px solid #c5c5c5;
	background: transparent;
	box-shadow: none;
	color: black;
}
.mind input.form-control[type="submit"]{
	border: 0 !important;
	background: var(--color) !important;
	box-shadow: none !important;
	color: white !important;
}
/*mind end*/

/*team start*/
.team{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
}
.counter-box{
	font-size: 50px;
	color: var(--color);
	font-weight: 800;
}
.team-box{
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
}
.team-box:before{
	content: '';
	position: absolute;
	top: 0;
	right: 20%;
	width: 60%;
	height: 50%;
	background: var(--color);
	z-index: -1;
	transform: skew(10deg);
	transition: 0.5s;
}
.team-box:hover:before{
	transform: skew(-10deg);
}
.team-duty{
	margin-top: -7px;
	color: var(--color);
	font-weight: bold;
}
/*team end*/

/*client start*/
.client{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.client:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: -2;
	background: url("../images/clients/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.client:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: var(--color);
	z-index: -1;
	opacity: 0.95;
}
.client-img{
	width: 200px !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08);
	margin: 20px 0;
}
.owl-dots{
	display: none;
}

/*client end*/

/*testimonials start*/
.testimonials{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: url("../images/testimonials/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.testimonials:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: -1;
	opacity: 0.8;
}
.testimonials-img{
	width: 100px !important;
	border-radius: 1000px;
	border: 3px solid var(--color);
	padding: 2px;
}
.reviews{
	width: 100%;
}
.reviews i{
	font-size: 20px;
	color: var(--color);
}
/*testimonials end*/

/*blogs articles start*/
.blogs{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: rgba(0, 0, 0, 0.01);
	position: relative;
	overflow: hidden;
}
#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
.blogs .card{
	overflow: hidden;
	border-color: rgba(0, 0, 0, 0.02);
}
.blogs .card img{
	border-radius: 0px;
}
.blog-timer{
	padding: 10px 2px;
}
.blogger-img{
	width: 50px;
	height: 50px;
	border-radius: 1000px !important;
}
/*blogs articles end*/

/*pricing start*/
.pricing{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
}
.pricing-box{
	width: 100%;
	padding: 50px 20px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.05);
	border-radius: 8px;
}
.pricing-facility i{
	color: var(--color);
}
/*pricing end*/

/*Newslatter start*/
.newslatter{
	float: left;
	clear: both;
	width: 100%;
	padding: 60px 0px;	
	background: url("../images/newsletter/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.newslatter:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	opacity: 0.98;
}
.newsletter-input{
	width: 100%;
	border-radius: 1000px;
}
.newsletter-button{
	width: 50%;
	border-radius: 1000px;
	background: var(--color);
	border: 0px;
	color: white;
	padding: 8px 20px;
}
/*Newslatter end*/