@font-face{
	font-family: body_new;
	src:url(../font/BebasNeue.otf);
}

body{
	width: 100%;
	
	background-image: url("../img/body_bg.jpg");
	margin: 0px;
	font-family: body_new;
	background:#1F1F1F url(../images/pattern.png) repeat top left;
	color:#fff;
	
	font-size:14px;

}
a{
	all:unset;
}
.main{
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.header{
	width: 100%;
	height: 80px;
	float: left;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;

}
.logo{
	width: 15%;
	height: 100%;
	float: left;
	
}
.nav{
	width: 85%;
	height: 100%;
	float: left;
}
.nav ul li{
	float: right;
	list-style: none;
	width: 15%;
	margin-top: 15px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}
.nav ul li:hover{
	color: #d4e515;
	transition: .5s;
}
.banner{
	width: 100%;
	height: 30%;
	float: left;
	overflow: hidden;
	
}
.content{
	width: 100%;
	background-color: #000;
}
.aboutus_heading{
	width: 100%;
	height: 45px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid;

}
.aboutus_heading h2{
	font-size: 40px;
	margin:0px;
}
.aboutus_content{
	width: 100%;
	float: left;
	font-family: arial !important;
	text-align: justify;

}
.aboutus_content_left{
	width: 33%;
	float: left;
	

}
.aboutus_content_right{
	width: 33%;
	float: left;
	height: 375px;
	

}
.awarded{
	width: 33%;
	float: left;
	height: 375px;
	

}
.form{
	background-color: #000;
	width: 90%;
	height: 90%;
	border-radius: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
input{
	border-radius: 5px;
}
form h3{
	margin:0px;
	margin-top: 20px;
}
.footer_contact{
	width: 100%;
	float: left;
	font-family: arial !important;
	text-align: right;
	background-color: #000;
}
.footer_contact h5{
	font-size: 15px;
	margin-right: 5px;
}
.footer_contact h6{
	font-size: 12px;
	margin-right: 5px;
	margin:5px;
}
.footer{
	width: 100%;
	font-family: arial;
	float: left;
	background-color: #000;
	text-align: center;
}
.footer h6{
	margin: 0px;
	font-size: 12px;
}

.submit{
	width: 100px;
	height:30px;
	background-color: #fff;
	cursor: pointer;
	margin-top: 25px;

}
.submit:hover{
	background-color: #d4e515;
}


.aboutus_content{
	width: 100%;
	float: left;

}

.shamba{
	text-align: center;
	width: 100%;
	height: 150px;
	background-color: #000;
	border-radius: 30px;
}
.shamba li{
	list-style: none;
}
.contactus_content{
	width: 100%;
	float: left;
	height: 550px;
}
.left{
	width: 30%;
	float: left;
	font-family: arial;
}
.right{
	width: 70%;
	float: left;
	text-align: center;
}
.right input {
	width: 60%;
	height: 30px;
	background-color: #e3e3e3;
	margin-top: 20px;



}
textarea{
	width: 60%;
	height: 100px;
	background-color: #e3e3e3;
	border-radius: 5px;
	margin-top: 20px;
}




/* Elastislide Style */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#e3e3e3;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}