﻿@charset "utf-8";

/*
*******************************************
*******************************************


/*-------------- Google Font ------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
/*-------------- Defalts Css ------------------*/

@media only screen and (min-width: 1920px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}
	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}
	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}
	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}
	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1920px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 1024px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 991px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 767px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 640px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 580px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}
@media only screen and (max-width: 480px) {
	#collapse-1-1-1 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #f7f7f9;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-1 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	#collapse-1-1-2 .sub:hover {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

	.card-header_Menu {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #1e8742;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #54b551;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

	.card-header_Menu1 {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: #54b551;
		border-bottom: 1px solid rgba(0,0,0,.125);
	}

		.card-header_Menu1:hover {
			padding: .75rem 1.25rem;
			margin-bottom: 0;
			background-color: #1e8742;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}


	.iconinlabel {
		position: absolute;
		left: 25px;
		top: 10px;
	}
	.Product_h4 {
		background-color: #1e8742;
		line-height: 45px;
		margin: 0px;
		color: #FFFFFF;
	}

	.view {
		margin: 10px;
		float: left;
		border: 0px solid #f8f4f4;
		overflow: hidden;
		position: relative;
		text-align: center;
		box-shadow: 2px 2px 8px #e6e6e6;
		cursor: default;
		/*Date 03-12-2020 As per told by pratap bhai i have commented below line due to image not found*/
		/*background: #fff url(../Content/images/bgimg.jpg) no-repeat center center*/
	}

		.view .mask,
		.view .content {
			width: 250px;
			height: 250px;
			position: absolute;
			overflow: hidden;
			top: 0;
			left: 0
		}

		.view img {
			display: block;
			position: relative
		}

		.view h2 {
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			position: relative;
			font-size: 17px;
			font-family: Raleway, serif;
			padding: 10px;
			/*background: rgba(0, 0, 0, 0.8);*/
			margin: 20px 0 0 0
		}

		.view p {
			font-family: 'Roboto', sans-serif;
			/*font-style: italic;*/
			font-size: 14px;
			position: relative;
			color: #fff;
			padding: 0px 20px 0px;
			text-align: center
		}

		.view a.info {
			display: inline-block;
			text-decoration: none;
			padding: 7px 14px;
			background: #1e8742;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			text-transform: uppercase;
			box-shadow: 0 0 1px #000
		}

			.view a.info:hover {
				box-shadow: 0 0 5px #000
			}


	/*1*/

	.view-first img {
		/*1*/
		transition: all 0.2s linear;
		width: 250px;
		height: 200px;
	}

	.view-first .mask {
		opacity: 0;
		background-color: rgba(19, 18, 19, 0.80);
		transition: all 0.4s ease-in-out;
	}

	.view-first h2 {
		transform: translateY(-100px);
		opacity: 0;
		font-family: Raleway, serif;
		transition: all 0.2s ease-in-out;
	}

	.view-first p {
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.2s linear;
	}

	.view-first a.info {
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.view-first:hover img {
		transform: scale(1.1);
	}

	.view-first:hover .mask {
		opacity: 0;
	}

	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
		opacity: 1;
		transform: translateY(0px);
	}

	.view-first:hover p {
		transition-delay: 0.1s;
	}

	.view-first:hover a.info {
		transition-delay: 0.2s;
	}

	.inquiry-now-button {
		display: inline-block;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #1e8742;
		padding: 8px 10px;
		border: 0px;
	}

		.inquiry-now-button:hover {
			text-decoration: none;
			background-color: #3b3b3b;
			color: #fff;
		}

	.product-bg-main a {
		font-size: 22px;
		color: #FFFFFF;
	}

	.Main_logo {
		width: 168px;
		height: auto;
	}
	/*Main Products Banner*/
	.product-bg-main {
		background-image: url(images/products/Banner/product_banner.png);
	}

	.chilli-product-bg-main {
		background-image: url(images/products/Banner/chilli-product_banner.png);
	}

	.turmeric-product-bg-main {
		background-image: url(images/products/Banner/turmeric-product_banner.png);
	}

	.cd-accordion__label--icon-img1 {
		background-image: url(images/Right.png);
	}

	#productimg {
		width: 100%;
	}

	#Bannerimg {
		width: 1920px;
		height: 1251px;
	}




	.modal-lg {
		max-width: 1000px;
	}

	.modelpop {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}

	.modelpop1:before {
		content: "";
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		display: inline-block;
		width: 100%;
		background-image: linear-gradient(rgba(30,135,66,0.6), rgba(30,135,66,0.6));
	}

	.slide-bg-1 {
		background-image: url(images/Slider-img-1.png);
	}

	.slide-bg-2 {
		background-image: url(images/Slider-img-2.png);
	}

	.slide-bg-3 {
		background-image: url(images/slide-bg-4.jpg);
	}

	.service-bg-3 {
		background-image: url(images/service-bg-3.jpg)
	}

	.home-quote {
		background-image: url(images/Products/Banner/QUOTE_Banner.png);
	}

	.provided-block {
		background-image: url(images/Products/Banner/Our_Product_Bg.png);
	}


	.testimonial-style2 {
		background-image: url(images/we-provide-bg.jpg);
	}

	.get-quote {
		background-image: url(images/get-quote-bg2.jpg);
	}

	.blog-bg-1 {
		background-image: url(images/service-bg-1.jpg)
	}

	.blog-bg-2 {
		background-image: url(images/blog-bg-2.jpg)
	}

	.blog-bg-3 {
		background-image: url(images/blog-bg-3.jpg)
	}

	.related-blog-bg-1 {
		background-image: url(images/air-single-gallery3.jpg)
	}

	.related-blog-bg-2 {
		background-image: url(images/air-single-gallery1.jpg)
	}

	.counter-section {
		background-image: url(images/Products/Banner/counter-section-bg.png)
	}

	.ContactUs-top-Banner {
		background-image: url(images/Products/Banner/ContactUs_Banner.png);
	}

	.Blog-top-Banner {
		background-image: url(images/Products/Banner/Blog_top_Banner.png);
	}

	.Itempage_Banner {
		background-image: url(images/Products/Banner/itempage_Banner.png);
	}

	.inner-bg-1 {
		background-image: url(images/inner-banner.jpg);
	}

	.Login-Top-Banner {
		background-image: url(images/Products/Banner/Login_Top_Banner.png);
	}

	.Register-Top-Banner {
		background-image: url(images/inner-banner.jpg);
	}

	.About-bg-top {
		background-image: url(images/Products/Banner/Aboutus_top_banner.png);
	}

	.testimonial-img-bg {
		background-image: url(images/testimonial.jpg);
	}

	.blog-image-1 {
		background-image: url(images/Products/Banner/blog-image-1.png);
	}

	.blog-image-2 {
		background-image: url(images/Products/Banner/blog-image-2.png);
	}

	.blog-image-3 {
		background-image: url(images/Products/Banner/blog-image-3.png);
	}

	.blog-image-4 {
		background-image: url(images/blog-image-4.jpg);
	}

	.blog-image-5 {
		background-image: url(images/blog-image-5.jpg);
	}

	.blog-image-6 {
		background-image: url(images/blog-image-6.jpg);
	}

	.blog-image-7 {
		background-image: url(images/blog-image-7.jpg);
	}

	.blog-image-8 {
		background-image: url(images/blog-image-8.jpg);
	}

	.community-bg-1 {
		background-image: url(images/Coconut-Shells.jpg);
	}

	.community-bg-2 {
		background-image: url(images/jute-fiber.jpg);
	}

	.community-bg-3 {
		background-image: url(images/prawn.jpg);
	}

	.community-bg-4 {
		background-image: url(images/fruits.jpg);
	}
}

.input-icons i {
	position: absolute;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding-top:13px;
	padding-left:10px;
	padding-right: 9px;
	min-width: 40px;
}

.input-field {
	width: 100%;
	padding: 10px;
} 
