body{
	background-image: url("n3.jpg");
    background-size: cover;
}

/*img{
	width:140px;
	height:90px;*/
	
	
}
.heading1{
	float:left;
	
}
.heading2{
	float: left;
	font-family:Alexis;
	font-size:45;
	color:#A52A2A;
	text-shadow:1px 1px;
	
}

.menubar{
	background-color:rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */;
	overflow: hidden;

}
ul{
	list-style-type:none;
	
}
li{
	color:white;
	display:inline;
	font-size:20px;
	padding:8px;
}
li a{
	color:white;
	text-align:center;
	padding: 14px 16px;
	text-decoration: none;
}
a:hover {
  background-color: orange;
}
.home{
	color: White;
}
.phone-1{
	text-align:center;
	font-family:arial;
	font-size:15;
	color:green;
	font-style:bold;
}
.mail-1{
	text-align:center;
	font-family:arial;
	font-size:15;
	color:green;
	font-style:bold;
}
.address-1{
	text-align:center;
	font-family:arial;
	font-size:15;
	color:green;
	font-style:bold;
}
.box1{
	width:460px;
	height:230px;
	padding:6px;
	margin:20px auto;
	box-shadow: 0px 0px 10px 2px orange;
	background-color:white;
	float:left;
}
.box2{
	width:460px;
	height:230px;
	padding:4px;
	margin:20px auto;
	box-shadow: 0px 0px 10px 2px orange;
	background-color:white;
	float:right;
	
}
.contact-form{
	max-width:550px;
	margin:auto;
	padding:20px;
	border-radius:5px;
	display:flex;
	
}
.input-fields{
	display:flex;
	flex-direction:column;
	margin-right:4%;
}
.input-fields,
.message{
	width:48%;
}
.input-fields.input,
.message textarea{
	margin:10px 0;
	background:transparent;
	border:0%;
}
.message textarea{
	height:212 px;
}
.btn{
	background:#39b7dd;
	text-align:center;
	padding:5px;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}
.con1{
	text-align:center;
	font-family:arial;
	font-size:20;
	color:green;
	text-decoration:underline;bold;
	font
}