/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: Contact.css
*//*---------------------------------------------------------------------------*/

/*contact start*/
.contact{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.contact:before{
	content: 'Contact';
	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;
}
/*contact 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.98;
}
.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*/

/*Newslatter start*/
.newslatter{
	float: left;
	clear: both;
	width: 100%;
	padding: 60px 0px;
}
.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*/