@charset "utf-8";
/* CSS Document */

/* Inner Banners End */

.inner-banner {
	position: relative;
	z-index: 0;
}

.pulses-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/pulses.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.grains-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/grains.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.spices-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/spices.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oil-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/oil-seeds.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oil-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/nuts-%26-dried-fruits.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.feeds-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/feeds-%26-meals.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.news-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/news.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about-banners {
	width: auto;
	height: 250px;
	background-image: url(../images/inner-banners/about.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.slide-descs {
	width: 980px;
	height: auto;
	padding-top: 86px;
	margin: 0px auto;
}

.slider-heading {
	font-family: 'latolight';
	font-size: 50px;
	color: #456210;
	font-weight: 300;
	float: left;
	margin-left: 40px;
	margin-bottom: 5px;
}

.slider-parag {
	font-family: 'latolight';
	font-size: 18px;
	color: #750005;
	line-height: 18px;
	font-weight: 300;
	width: 340px;
	float: left;
	clear: both;
	margin-left: 40px;
}

.brown {
	color: #6e442c;
}

.white {
	color: #FFF;
}

.brown-li {
	color: #9d561e;
}

.oil-brown {
	color: #412f25;
}

.oil-brown2 {
	color: #6b2f19;
}

.nut-clr {
	color: #a45422;
}

.nut-clr2 {
	color: #f8f6db;
}

.feeds-clr {
	color: #36311c;
}

.feeds-clr2 {
	color: #785210;
}

/* Inner Banners End */


/* About Page Start */

.inner-row {
	display: inline-block;
}

.heading h3 {
	font-family: 'latolight';
	font-size: 24px;
	color: #3e4094;
	text-align: left;
	font-weight: 300;
	margin-bottom: 25px;
}

.about-img {
	width: 300px;
	height: auto;
	float: left;
	margin-right: 30px;
	border: solid 5px #93c85d;
	border-radius: 15px;
}

.about-img img {
	width: 100%;
	height: auto;
}

.inner-content {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: justify;
	/*width: 65%;*/
	height: auto;
	float: right;
}

.inner-content p {
	margin-bottom: 15px;
}

/* About Page End */



/* Products Page Start */

.products-list {
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 55px;
}

.products-list ul {
	padding: 0px;
	margin: 0px;
}

.products-list li {
	width: 256px;
	height: auto;
	display: inline-block;
	margin-right: 67px;
	margin-bottom: 50px
}

.products-list li:last-child {
	margin-right: 0px;
}

.margin-0 {
	margin-right: 0px !important;
}

.products-img {
	width: 250px;
	height: auto;
	border-radius: 15px;
	border: solid 3px #93c85d;
	margin-bottom: 15px;
}

.products-name {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 10px;
	width: 180px;
	height: auto;
	text-align: center;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
}


/* Products Page End */



/* News & Events Page Start */

.news-list {
	width: auto;
	height: auto;
}

.news-list ul {
	padding: 0px;
	margin: 0px;
}

.news-list li {
	width: auto;
	height: 100%;
	min-height: 110px;
	display: block;
	border-bottom: solid 1px #dedddd;
	margin-top: 30px;
	padding-bottom: 30px;
}

.news-list li:last-child {
	border-bottom: none;
}

.news-inner {
	width: 85%;
	height: auto;
	float: right;
}

.news-content {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: justify;
	float: left;
	clear: both;
	margin-top: 10px;
}

/* News & Events Page End */


/* Contact Us Page Start */

.map {
	width: 100%;
	height: 250px;
	position: relative;
	top: -18px;
	overflow: hidden;
}

@media (max-width: 1920px) {
	.map iframe {
		width: 1903px;
		height: 250px;
	}
}

@media (max-width: 1920px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1920px;
			height: 250px;
		}
	}
}

@media (max-width: 1680px) {
	.map iframe {
		width: 1663px;
		height: 250px;
	}
}

@media (max-width: 1680px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1680px;
			height: 250px;
		}
	}
}

@media (max-width: 1600px) {
	.map iframe {
		width: 1585px;
		height: 250px;
	}
}

@media (max-width: 1600px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1600px;
			height: 250px;
		}
	}
}

@media (max-width: 1440px) {
	.map iframe {
		width: 1425px;
		height: 250px;
	}
}

@media (max-width: 1440px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1440px;
			height: 250px;
		}
	}
}

@media (max-width: 1366px) {
	.map iframe {
		width: 1350px;
		height: 250px;
	}
}

@media (max-width: 1366px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1349px;
			height: 250px;
		}
	}
}

@media (max-width: 1280px) {
	.map iframe {
		width: 1265px;
		height: 250px;
	}
}

@media (max-width: 1280px) {
	@-moz-document url-prefix() {
		.map iframe {
			width: 1280px;
			height: 250px;
		}
	}
}

@media (max-width: 1024px) {
	.map iframe {
		width: 1007px;
		height: 250px;
	}
}

@media (max-width: 1024px) {
	@-moz-document url-prefix() { 
		.map iframe {
			width: 1024px;
			height: 250px;
		}
	}
}


@-moz-document url-prefix() { 
	.map {
		top: -35px;
}
}

.margin-left {
	margin-left: 80px;
	width: 400px;
}

.divider {
	border-right: solid 1px #dddbdb;
	width: 80%;
	height: 350px;
}

.address-list {
	width: auto;
	height: auto;
}

.address-list ul {
	padding: 0px;
	margin: 0px;
}

.address-list li {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: left;
	line-height: 23px;
}

.address-list li a {
	color: inherit;
}

.contact-div {
	width: 100%;
	height: auto;
}

.item-wrapper {
	margin-bottom: 15px;	
}

.input-wrapper {	
	display:inline-block;
}

label {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: left;
	float: left;
	margin-top: 10px;
	width: 55px;
}

.contact-input {
	font-family: 'latolight';
	font-size: 14px;
	padding: 6px 0 6px 5px;
	line-height: 18px;
	width: 317px;
	outline: none;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	margin-left: 15px;
}

.contact-message {
	width: 317px !important;
	height: 114px;
}

.submit {
	font-family: 'latolight';
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	background-color: #6b9b34;
	padding: 8px 20px;
	cursor: pointer;
	float: right;
	margin-right: 32px;
	outline: none;
}

/* Contact Us Page End */