*{
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	text-decoration: none;
	box-sizing:border-box;
}
body{
	/*color:#9b9b9b;*/
	color:#000;
	background: url('images/bgbody.jpg') #eef3f6 no-repeat top center;
	font-size: 12px;
	font-family: 'Arail','Helvetica','sans-serif';
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
p{
	line-height: 18px;
}
.shadowed{
	-o-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-khtml-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
.w{
	display: inline-block;
	float: left;
}
.w1{
	width:8.3333333333333333333333333333333%;
}
.w2{
	width:16.666666666666666666666666666667%;
}
.w3{
	width:25%;
}
.w4{
	width:33.333333333333333333333333333333%;
}
.w5{
	width:41.666666666666666666666666666667%;
}
.w6{
	width:50%;
}
.w7{
	width:58.333333333333333333333333333333%;
}
.w8{
	width:66.666666666666666666666666666667%;
}
.w9{
	width:75%;
}
.w10{
	width:83.333333333333333333333333333333%;
}
.w11{
	width:91.666666666666666666666666666667%;
}
.w12{
	width:100%;
}
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.floatnone {
	float: none;
}

.textcenter {
	text-align: center;
}
#logo{
	text-align: center;
}
#logo img{
	max-width:75%;
}
.axetransition {
	transition: all 0.7s;
}
.purplebg{
	background: url('images/wheatbg.jpg') repeat-x center center;
}
.greenbg{
	background: url('images/greenbg.jpg') repeat-x center center;
}
.whitebg{
	background:#FFF;
}
.defaultpad{
	padding:20px 40px;
}
.rounded5 {        	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.rounded10 {        	
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
h1,h2,h3,h4,h5,h6{
	
	margin:5px 0px;
	/*color:#824c84;*/
	color:#a78402;
	word-break: break-word;
	font-family: 'PT Sans', 'sans-serif';
}
h1{
	font-size:19px;
}
h2{
	font-size:18px;
}
h3{
	font-size:17px;
}
h4{
	font-size:16px;
}
h5{
	font-size:15px;
}
h6{
	font-size:14px;
}
.banner{
	padding:10px;
	margin-bottom:20px;
}
.banner.banner-home{
	margin-bottom:0px;
}
.banner img{
	display: block;
	margin:auto;
	padding:1px;
	background: #FFF;
	border:1px solid #dbdbdb;
	/*max-width: 100%;*/
	min-height: 340px;
}
.banner .axeCarousel{
	/*height:180px;*/
}
.banner .axeCarousel{
	height:340px;
}
.banner .axeCarousel .axecarouselitem{
	width:935px;
	margin:0px;
	
}
.banner .axeCarousel .axecarouselarrows{
	/*background: purple;*/
	background: #a78402;
	color:#FFF;
}
.banner .axeCarousel .axecarouselarrows.axecarouselback{
	padding-left:2px;
}
.content a{
	/*color:#703c71;*/
	color:#a78402;
}
.content a:hover, .readmore:hover{
	color: #68A756;
}
.wrapwidth{
	width:1000px;
	margin:auto;
}
.blockshadow{
	position: relative;
}
.blockshadow:after{
	content:'';
	position: absolute;
	height:12px;
	width:100%;
	margin:auto;
	background: url('images/shadow.png') no-repeat top center;
	bottom:-12px;
	z-index:10;
	left:0px;
}
.marginedsection{
	margin:25px auto;
}
#header{
	padding:5px 20px;
}
#topcontact h4{
	color:#619f4f;
	margin-top: 20px;
}
#topcontact .onpage{
	display: none;
}
ul.certifiedfrom{
	text-align: right;
}
ul.certifiedfrom li{
	list-style: none;
	display: inline-block;
	padding:20px 0px;
}
.navigation{
	width:97.708333333333333333333333333333%;
	margin:auto;
}
.navi{
	text-align:center;
}
.navi li{
	display: inline-block;
	list-style: none;
}
.navi li a{
	color:#FFF;
}
.mainnavigation{
	background-position: bottom center;
	position: relative;
}
.mainnavigation:before,.mainnavigation:after{
	content:'';
	width:5px;
	height: 44px;
	position: absolute;
	bottom:0px;
	z-index:10;
}
.mainnavigation:before{
	/*background: url('images/navleft.png') no-repeat bottom center;*/
	background: url('images/wheatleft.png') no-repeat bottom center;
	left:0px;
}
.mainnavigation:after{
	/*background: url('images/navright.png') no-repeat bottom center;*/
	background: url('images/wheatright.png') no-repeat bottom center;
	right:0px;
	
}
#mainnav li a{
	width:90%;
	display: block;
	margin: auto;
}
#mainnav li a{
	line-height:48px;
	font-size:14px;
	border:1px solid transparent;
}
#mainnav li.current-nav a,#mainnav li a:hover{
	background: url('images/greenbg.jpg') repeat-x center center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*border-color:#703c71;*/
	border-color:#a78402;
}
#greenwrap{
	background: #355920;
	padding:20px;
}
#transparentwrap{
	padding:4px;
	background:rgba(255,255,255,0.7);
	margin-bottom:20px;
}
#footernavigation{
	/*border:1px solid #703c71;*/
	/*border:1px solid #a78402;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:none;
	height:44px;
	padding:3px 0px;
	overflow: hidden;
	border-left:1px solid #a78402;
	border-right:1px solid #a78402;
}
#footernavigation .footernav{
	text-align: left;
	float: left;
	margin-left:5px;
	padding:13px 0px;
}
#footernavigation .sociallinks{
	float:right;
	text-align: right;
	margin-right:10px;
}
#footernavigation li{
	border-left:1px solid #FFF;
	padding:0px 15px;
}
#footernavigation li:first-child{
	border-left:none;
}
#footernavigation li.current-nav a, #footernavigation li a:hover{
	color:#000;
}
#footernavigation .sociallinks li{
	list-style: none;
	display: inline-block;
	border:none;
	padding:0px 3px;
}
#footernavigation .sociallinks li img{
	height:90%;
}
#copyright{
	text-align: center;
	/*color:#7b427c;*/
	color:#FFF;
	/*padding:15px 0px 30px;*/
	padding:15px 0px;
}
.home-content .content{
	padding-right:40px;
}
.content p{
	margin-top:15px;
	text-align: justify;
}
.sidebox .indivsidebox{
	background: #f3f3f3;
	border:1px solid #e1e1e1;
	padding:30px 20px;
	margin-top:30px;
	position: relative;
}
.sidebox .indivsidebox:first-child{
	margin-top:0px;
}
.sidebar-title,.title{
	margin-top:0px;
}
.sidebox ul li{
	list-style: inside;
}
.sidebox ul li p{
	padding-left:30px;
}
.readmore{
	/*color:#703c71;*/
	color:#a78402;
	font-size:26px;
	font-weight: bold;
}
.ricevariety{
	margin:23px auto;
}
.variety-img-wrap{
	border:1px solid #c5bfbf;
	padding:5px 3px;
}
.variety-img-wrap img{
	max-width:138px;
	max-height: 166px;
	border:1px solid #dfdfdf;
}

/* AXe Carousel Starts */
.axeCarousel {
	width: 100%;
	height: 200px;
	margin: auto;
}

.axeCarousel .axecarouselitem {
	width: 230px;
	margin: 0px 10px;
	float: left;
	height: 200px;
	
}
.axeCarousel .carouselitemimg{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/*background-attachment: fixed; */
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.axeCarousel .axecarouselarrows{
	position: absolute;
	z-index: 10000;
	display: inline-block;
	border-radius: 50%;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 28px;
	height: 28px;
	border: 1px solid #a78402;
	opacity: 0.4;
	line-height: 28px;
	font-size:15px;
	text-align: center;
	color:#a78402;
}
.axeCarousel .axecarouselarrows:hover{
	opacity:1;
}
.axeCarousel .axecarouselarrows.axecarouselnext{
	left:5px;
}
.axeCarousel .axecarouselarrows.axecarouselback{
	right:5px;
}
.axeCarousel .ricevariety{
	margin:0px auto;
}
.ohidden{
	overflow:hidden;
	width:100%;
	height: 100%;
}

/* AXe Carousel Ends */
.home-content-carousel{
	position: relative;
}
.home-content-carousel .axeCarousel{
	height:177px;
}
.axeCarousel .axecarouselitem
{	width: 281.6px;
	margin: 0px 0.5%;
	height: 100%;
}
.sidebox .axeCarousel{
	height:161px;
}
.sidebox .axeCarousel .axecarouselitem{
	width:240px;
}
.sidebox .variety-img-wrap{
	max-width:95%;
}
.sidebox .variety-img-wrap img{
	max-width: 100%;
}
.sidebox .axeCarousel .axecarouselarrows{
	width:20px;
	height:20px;
	line-height: 14px;
}
.sidebox .axeCarousel.brands-carousel{
	height:120px;
}
.sidebox .axeCarousel.brands-carousel .axecarouselitem{
	width:250px;
}
.sidebox .axeCarousel.brands-carousel .axecarouselarrows{
	border-radius:2px;
	background: #d5d5d5;
	color:#818181;
	width:26px;
	height:29px;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	border:none;
}
.altrow{
	border-top: 1px dotted #CCC;
	padding:20px ;
}
.altrow:first-child{
	border:none;
}
.altrow:nth-child(2n+1){
	background: #f3f3f3;
}
.content  ul,.content ol{
	width:80%;
	margin:auto;
}
.content  ul li,.content ol li{
	margin:7px auto;
}
.packing{
	width:80%;
	margin:auto;
	border-collapse: collapse;
	border:1px solid #CCC;
	box-shadow: 1px 1px 5px #000;
}
.packing thead th{
	background: #68A756;
	color:#FFF;
	font-weight: normal;
	text-align: center;
}
.packing tr td,.packing thead th{
	padding:10px 0px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	text-align: center;
}
.packing tr td:first-child{
	border-left:none;
}
.packing .tb-0{
	color:#FFF;
	background: #FFF;
}
.packing .tb-1{
	/*color: #703c71;
	background: #703c71;*/
	color:#a78402;
	/*background: #a78402;*/
	background: #FFF;
}
.packing .tb-1 img{
	max-width: 32px;
}
ul.certificategallery{
	text-align: center;
}
ul.certificategallery li{
	list-style: none;
	display: inline-block;
	text-align: center;
	width:50%;
	vertical-align: top;
}
ul.certificategallery li div{
	width:146px;
	margin:auto;
}
ul.certificategallery li h4{
	width: 80%;
	margin:auto;
}
span.contactlabel {
  display: inline-block;
  width: 35px;
}
.flag{
	position: relative;
}
.flag:before{
	position: absolute;
	left:25%;
	top:0px;
	content:'';
	width:48px;
	height:32px;
	box-shadow:0px 0px 5px #CCC;
	display: inline-block;
	background: url('images/pak.jpg') no-repeat center center;
}
.flag.euflag:before{
	background-image: url('images/ger.jpg');
	left:30%;
}