@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
#wrapper {
	width: 100%;
	background-color: #252525;
}
#header {
	height: 100px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius:10px 10px 0 0;
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	/*position:fixed;
	z-index:99;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;*/
}
#logo {
	float: left;
	height: 100px;
	width: 20%;
	z-index: 1;
}
#header #logo a img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#social {
	float: right;
	height: 100px;
	padding-top:20px;
	width: 80%;
}
#header #social h5 {
	text-align: right;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 10px;
	font-size: 14px;
}

#nav {
	/*height: 56px;*/
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 0px;
}
#banner {
	height: 500px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainpart {
	background-color: #252525;
	width: 100%;
	height: 377px;
}
#part {
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#mainpart #part h3 {
	font-family:Georgia;
	font-size: 18px;
	color: #09C;
	text-align: center;
	margin: 10px;
}

#part1 {
	width: 23%;
	height:330px;
	background-color: #FFF;
	border-radius:10px;
	margin: 1%;
}
#part2 {
	width: 23%;
	height:330px;
	background-color: #FFF;
	border-radius:10px;
	margin: 1%;
}
#part3 {
	width: 23%;
	height:330px;
	background-color: #FFF;
	border-radius:10px;
	margin: 1%;
}
#part4 {
	width: 23%;
	height:330px;
	background-color: #FFF;
	border-radius:10px;
	margin: 1%;
}
.left {
	float:left;
}
#maincontent {
	height: /*377*/400px;
	width: 100%;
	background-color: #e7ecea;
}
#maincontent2 {
	height: 377px;
	width: 90%;
	background-color: #e7ecea;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#maincontent1 {
	height: auto;
	width: 90%;
	margin:0 auto;
	background-color: #e7ecea;
}
#content {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content1 {
	width: 40%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	float:left;
}
#sidebar1 {
	width: 40%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	float:right;
}
#wrapper #maincontent1 #sidebar1 p img {
	padding: 10px;
}

#footer {
	background-color: #000;
	height: 235px;
	width: 100%;
}
#footer p {
	font-family:Georgia;
	font-size: 14px;
	line-height: 23px;
	color: #FFF;
}

.news {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
}

#foot {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:15px;
	text-align:center;
}
#foot1 {
	width: 33%;
}
#foot2 {
	width: 33%;
	height:100px;
	background-color: #000;
}
#foot3 {
	width: 33%;
}
p {
	font-family:Georgia;
	font-size: 14px;
	line-height: 23px;
	padding: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color: #666;
	text-align: center;
	padding: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #000;
	text-align: center;
	padding: 10px;
}
h4 {
	font-family:Georgia;
	color: #23a772;
	padding: 10px;
}
#partw {
	background-color: #FFF;
	height: 50px;
	width: 100%;
}




#enquiry {
	height: 152px;
	width: 44px;
	position: fixed;
	top: 250px;
	
}




.all_testimonials{
	float:right;
	background:#009fe2;
	padding:4px 12px 6px;
	border-radius:5px;
	color:#fff!important;
	outline:none;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out 0s;
}
.all_testimonials span{
	font-size:20px;
}
.all_testimonials:hover{
	color:#fff;
	background:#000;
}










.footer_contact{
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	float:left;
	width:100%;
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
}
.footer_contact .wpcf7{
	margin-top:10px;
}
.footer_contact input[type="text"]{
	width:50%;
	height:30px;
	margin-bottom:4px;
	border:none!important;
	background:#a6a6a6!important;
	color:#000!important;
}
.footer_contact input[type="email"]{
	width:50%;
	height:30px;
	margin-bottom:4px;
	border:none!important;
	background:#a6a6a6!important;
	color:#000!important;
}
.footer_contact input[type="text"]{
	width:50%;
	height:30px;
	margin-bottom:4px;
	border:none!important;
	background:#a6a6a6!important;
	color:#000!important;
}

.footer_contact input[type="submit"]{
	background:#000000;
	border:3px solid #2b2b2b;
	padding:2px 12px;
	font-size:15px;
	color:#797979;
	font-style:italic;
	font-weight:bold;
	margin-top:5px;
	transition: all 0.2s ease-in-out 0s;
	cursor:pointer;
	margin-left:-70px;
}
.footer_contact input[type="submit"]:hover{
	background:#111111;
	border:3px solid #fff;
	color:#fff;
}
