body{
	
	line-height: 1.7;
	color: #c4c3ca;
	background-image: url(../images/bk/1.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*homecontrol starts */

#welcomeContrl {
	height: auto;
	width: 100%;
	padding:17% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:10% 30% 8% 30%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:5% 19% 5% 19%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(51,51,51,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#companyname3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#email4 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#url3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#location3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#tel3 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}

#notes3 {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#security4	 {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(51,51,51,1);
	border:hidden;
	border-bottom:1px rgba(102,102,102,1) solid;
	-webkit-appearance: none;
border-radius: 0;
}
#submit4  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;
	background-color: rgba(11,11,11,1);
	padding: 0px;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}

#submit4:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(140,198,62,1);
}


/* Small devices (portrait tablets and large phones, 600px and up) */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:37% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 15% 10%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:27% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 8% 10%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:17% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 8% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:17% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 8% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:17% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:10% 20% 8% 20%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:17% 15% 5% 15%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8) url(../images/pattern.png);
	background-repeat:repeat;
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}


#welcome {
	height:auto;
	width:100%;
	float:left;
	padding:10% 20% 8% 20%;
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align:left;
}
	}