/*
    Template Name    : 
    Description      : 
    Version          : 
    Author           :
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Open Sans
2. Common CSS
3. Header Block
4. 
5. 
6. 
7. 
8. 
9. 
10.
11.
12.

/*
================================================
1.
================================================
*/

/*
================================================
2. Common CSS
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.all-section {
    overflow: hidden;
}

.sec-pad {
    padding: 200px 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    line-height: 1.5;
	font-family: "BentonSans Book";
}

p {
    margin: 0;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*
html {
  scroll-behavior: smooth;
}*/


/*Offcanvas*/

.bactound-overlay {
    position: fixed;
    z-index: 888;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: .5s;
    background: rgba(0, 0, 0, 0.3);
}

.bactound-overlay.active {
    width: 100%;
}

.offcanvas {

    position: fixed;
    z-index: 999;
    left: -120%;
    top: 0;
    width: 350px;
    background: #fff;
    height: 100%;
    overflow: auto;
    padding: 30px;
    transition: .5s;
    box-shadow: 0px 0 0px #00000057;
}

.offcanvas.active {
    left: 0%;
    box-shadow: 3px 0 14px #00000057;
    background: #549d33;
}

.canvas-logo img {
    width: 150px;
}

span.close-canvas {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 20px;
    background: transparent;
    line-height: 1;
    padding: 10px;
    color: #fff
}

.canvas-logo {
    margin-bottom: 50px;
}

.offcanvas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas ul li {line-height: 1.7;display: block;margin-bottom: 10px;}

.offcanvas ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block;
}

.offcanvas ul li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ef3c28;
    transition: .3s;
}

.offcanvas ul li:last-child {
    margin: 0;
}

.offcanvas ul li a:hover:after {
    width: 100%;
}


.menu button#menu-triger {
    font-size: 26px;
    color: #B7D635;
    border: 1px solid;
    line-height: 30px;
    margin-top: 44px;
}

.offcanvas .top-search {
    position: relative;
    margin-top: 30px;
}
.offcanvas .top-search input {
    width: 100%;
}

/* ========================
Top Area Start 
========================*/


section.main-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
    padding: 30px 0;
    z-index: 11;
}

.menu a.navbar-brand img {
    width: 250px;
}

.menu .navbar {
    padding: 0;
    align-items: center;
}

.menu a.navbar-brand {
    padding: 0;
}



.menu .navbar-nav .nav-link {
    font-size: 18px;
    position: relative;
    color: #fff;
    transition: .3s;
    margin: 30px;
    padding-left: 0;
    padding-right: 0;
}

.menu .navbar-nav {
    flex-grow: 1;
    justify-content: center;
}

.navbar-collapse {
    height: 100%;
    padding: 39px 0 0 0;
}

.top-search input {
    border: 1px solid #b7d635;
    line-height: 1;
    padding: 10px;
    font-size: 18px;
    width: 150px;
    background: transparent;
    color: #fff;
    text-align: center;
    outline: none;
}

.top-search input::placeholder {
    color: #fff;
}

.menu .navbar-nav .nav-link:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0%;
    height: 2px;
    background: #b7d635;
    content: "";
    transition: .3s;
}

.menu .navbar-nav .nav-link:hover:after {
    width: 100%;
}

.menu .navbar-nav .nav-link.active:after {
    width: 100%;
}

/*Banar Area*/

.single-banar {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

.single-banar.banar-1 {
    background: url("assets/img/banar-img-1.jpg") no-repeat scroll center / cover;
}
.single-banar.banar-2 {
    background: url("assets/img/banar-img-3.jpg") no-repeat scroll center / cover;
}
.single-banar.banar-3 {
    background: url("assets/img/banar-img-4.jpg") no-repeat scroll center / cover;
}
.single-banar.banar-4 {
    background: url("assets/img/banar-img-5.jpg") no-repeat scroll center / cover;
}

.banar-content h1 {
    font-size: 75px; font-family: "BentonSans Book";
    color: #fff;
}

.banar-content {
    text-align: center;
    margin-bottom: -50px;
}

.banar-content p {
    font-size: 18px;
    color: #fff;
}

/*OwlDots*/

.banar-slider.owl-carousel button.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #b7d635;
    margin: 0 3px;
    border-radius: 50%;
    transition: .3s;
    outline: none;
}


.banar-slider.owl-carousel button.owl-dot.active {
    background: #fff;
}

.banar-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    height: 1px;
    margin-top: 120px;
}


/*Footer Area */

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    color: #fff;
    transition: .3s;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 31px;
    background: transparent;
    margin-right: 15px;
}

.footer-text p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

a.disclaimer {
    display: block;
    margin-top: 30px;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

.footer-logo img {
    display: block;
    width: 265px;
    margin: 0 auto;
}

.footer-area {
    padding: 30px 0 75px;
    background: #000;
    position: relative;
    margin-top: 150px;
}

.footer-area:after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 99%;
    right: 0;
    height: 150px;
    background: #000;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 111;
}

.footer-text {
    padding-top: 40px;
}

.footer-social {
    padding-top: 92px;
}

/*Crops Area */

.s-crops-drop .dropdown-toggle::after {
    display: none;
}

button.btn.dropdown-toggle {
    border: 1px solid #b7d635;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    outline: none !important;
}

.crops-title h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 50px 0;
}

.s-crops-drop .dropdown-menu.show {
    width: 100%;
}

.crops-dropdown {
    padding-bottom: 20px;
}

.vegetable-img {
    background: #7d7c7a;
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vegetable-img.back-color-1 {
    background: #7CA640
}
.vegetable-img.back-color-2 {
    background: #B91F5B
}
.vegetable-img.back-color-3 {
    background: #859F82
}
.vegetable-img.back-color-4 {
    background: #797B3A
}
.vegetable-img.back-color-5 {
    background: #F9A626
}
.vegetable-img.back-color-6 {
    background: #882264
}
.vegetable-img.back-color-7 {
    background: #F96714
}
.vegetable-img.back-color-8 {
    background: #233F92
}
.vegetable-img.back-color-9 {
    background: #2B293F
}
.vegetable-img.back-color-10 {
    background: #274F37
}
.vegetable-img.back-color-11 {
    background: #577283
}
.vegetable-img.back-color-12 {
    background: #537A39
}
.vegetable-img.back-color-13 {
    background: #A41D21
}
.vegetable-img.back-color-14 {
    background: #A8CF38
}
.vegetable-img.back-color-15 {
    background: #B8B396
}
.vegetable-img.back-color-16 {
    background: #94552A
}
.vegetable-img.back-color-17 {
    background: #E08019
}
.vegetable-img.back-color-18 {
    background: #D0A32C
}
.vegetable-img.back-color-19 {
    background: #FFC01B
}
.vegetable-img.back-color-20 {
    background: #F03D29
}
.vegetable-img.back-color-21 {
    background: #CE5B78
}
.vegetable-img.back-color-22 {
    background: #D9E17E
}

.vege-name {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    background: #ffffff;
    color: #000;
}

.vegetable-contetn {
    box-shadow: 0 5px 20px #27506454;
    margin-top: 30px;
    transition: .3s;
}

.vegetable-contetn:hover {
    margin-top: 25px;
    margin-bottom: 5px;
    box-shadow: 0 10px 20px 3px #27506454;
}

.vegetable-item {
    padding-bottom: 50px;
}


/*Index-3*/

.catagorys {
    padding: 30px 0 15px;
    border-bottom: 3px solid #b7d635;
}

.catagorys ul li {
    display: inline-block;
    margin: 0 5px;
}

.catagorys ul {
    text-align: center;
}

.catagorys ul li a {
    font-weight: 600;
    display: block;
    color: #000;
    font-size: 15px;
    position: relative;
    padding-right: 10px;
}

.catagorys ul li a:after {content: ">";position: absolute;right: -4px;top: 2px;}

.catagorys ul li a.active:after {
    display: none;
}

.catagorys ul li a.active {
    color: #b7d635;
}

.tomato-sliders {
    box-shadow: 0 0 20px 4px rgba(40, 80, 100, 0.14);
    padding: 16px 100px 34px 100px;
    /*height: 400px;*/
    position: relative;
    margin-top: 30px;
    background: #fff;
}

.single-tomatoslide {
    display: flex;
    justify-content: space-between;
}

.tomato-slider-images {
    flex-basis: 40%;
}

.tomato-content {
    flex-basis: 50%;
    position: relative;
}

.tomato-slider-images img {
    display: block;
    width: 360px;
}

.tomato-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 3px solid black;
    margin-bottom: 15px;
}

.tomato-content p {
    font-size: 14px;
    padding-right: 58px;
}

.tomato-content a {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #ee3b27;
}


.tomato-sliders:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23px;
    background: black;
    content: "";
}

.showred:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23px;
    background: #000;
    content: "";
    margin: 0 15px 0 15px;
}


.tomato-sliders .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
    height: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.tomato-sliders.owl-carousel .owl-nav button.owl-prev {
    color: black;
    font-size: 50px;
    margin-top: -13px;
    outline: none;
}

.tomato-sliders.owl-carousel .owl-nav button.owl-next {
    color: black;
    font-size: 50px;
    margin-top: -15px;
    outline: none;
}

section.crops-type {
    background: #b7d635;
    /* padding-top: 200px;
    margin-top: -140px; */
    padding-bottom: 75px;
}

.padB15{
    padding-bottom: 15px;
}
.crops-ty-title {
    text-align: center;
}

.crops-ty-title h2 {
    font-size: 41px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.crops-ty-title p {
    color: #fff;
}

.crops-ty-title {
    margin-bottom: 30px;
}

.crops-clide-content {
    padding: 0 60px;
    position: relative;
}

.crops-type-slide.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    background: transparent;
    left: 0;
    z-index: -1;
    height: 100%;
    left: -60px;
    right: -59px;
}

.crops-type-slide.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    height: 100%;
    background: #ef3c28;
    width: 29px;
    font-size: 54px;
    color: #fff;
    border: 1px solid #ef3c28;
    transition: .3s;
}


.crops-type-slide.owl-carousel .owl-nav button.owl-next {
    color: #fff;
    right: 0;
    left: auto;
    position: absolute;
    width: 30px;
    height: 100%;
    background: #ef3c28;
    font-size: 54px;
    border: 1px solid #ef3c28;
    transition: .3s;
}

.crops-type-slide.owl-carousel .owl-nav button.owl-prev:hover, 
.crops-type-slide.owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    border: 1px solid #ef3c28;
    color: #ef3c28;
}

.desc-area {
    padding: 75px 0;
}

.des-box {
    padding: 30px 60px;
    box-shadow: 0 0 20px 4px rgba(40, 80, 100, 0.14);
}

.des-title h2 {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 3px solid #b8d637;
    margin-bottom: 25px;
}

.single-des-title h4 {
    color: #b8d637;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.single-des-title {
    margin-bottom: 30px;
}

.single-des-title p, .single-des-title ul li {
    font-size: 14px;
}

section.vegetable-box {
    background: #7d7c7a;
    padding: 75px 0 220px;
    margin-bottom: -150px;
}

.veg-img img {
    display: block;
    width: 100%;
}

.single-veg-box {
    background: #ffffff;
}

.veg-box-cont {
    padding: 30px 30px 50px 30px;
}

.veg-box-cont h4 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #b7d635;
    font-weight: 400;
}

.veg-box-cont p {
    font-size: 16px;
    margin-bottom: 30px;
}

.veg-box-cont a {
    display: block;
    color: #b8d637;
}

section.type-area {
    padding: 30px 0 20px 0;
}

.type-tab .nav {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 15px;
    border-bottom: 2px solid #B7D635;
    margin-bottom: 50px;
}

.type-tab .nav-link {
    color: #000;
    transition: .3s;
    font-weight: 600;
}

.type-tab .nav-link.active {
    color: #B7D635;
}

.type-tab-content {
    padding: 30px 60px;
    box-shadow: 0 0 20px 4px rgba(40, 80, 100, 0.14);
}

.type-title h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1;
    border-bottom: 3px solid #B7D635;
}

.type-left p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 18px;
}

.type-left a {
    color: #B7D635;
    display: inline-block;
    text-align: left;
    transition: .3s;
    font-size: 16px;
}

.type-left {
    margin-top: 15px;
}

.type-right h4 {
    font-size: 18px;
    color: #B7D635;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    border-bottom: 3px solid #B7D635;
    margin-bottom: 25px;
}

.single-checkbox  input[type="checkbox"] {
    display: none;
}

span.cehck-icon {
    width: 45px;
    height: 45px;
    background: #7D7C7A;
    text-align: center;
    margin-right: 15px;
    color: #7D7C7A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 30px;
}

.single-checkbox label {
    display: flex;
    align-items: center;
    color: #525252;
}

.single-checkbox  input[type="checkbox"]:checked + label span.cehck-icon {
    color: #fff;
}

.single-checkbox {
    margin-bottom: 15px;
}

button.search {
    display: block;
    line-height: 1;
    border: 1px solid #B7D635;
    background: transparent;
    color: #B7D635;
    padding: 15px 45px;
    margin-left: auto;
    transition: .3s;
    margin-top: 50px;
}

button.search:hover {
    background: #B7D635;
    color: #fff;
}

.type-right {
    padding-left: 50px;
}

section.faq-aera {
    background: #7D7C7A;
    padding: 75px 0;
}

.faq-content .accordion>.card .card-header {
    background: transparent;
    padding-left: 0;
    border: 0;
}

.faq-content div#accordionExample {
    background: transparent;
}

.faq-content .card {
    background: transparent;
    border: 0;
}

.faq-content .card-header .btn-link {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid;
    border-radius: 0;
    padding-left: 0;
    padding-right: 40px;
}

.faq-content .card-header .btn-link:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "-";
    transform: translate(-50%, -50%);
    transition: .3s;
}

.faq-content .card-header .btn-link.collapsed:after {
    transform: translate(-50%, -50%);
    content: "+";
}

.faq-content .card-body {
    color: #fff;
    font-size: 16px;
    padding-left: 0;
}

.faq-content .card-header .btn-link span.sut-tit {
    display: block;
    font-size: 14px;
}

.faq-content {
    padding: 0 60px;
}


/*=======*/


.brand-slider-content {
    padding: 0 60px;
    position: relative;
}

.brand-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    background: transparent;
    left: 0;
    z-index: -1;
    height: 100%;
    left: -60px;
    right: -59px;
}

.brand-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    width: 29px;
    font-size: 54px;
    color: #b7d635;
    border: 1px solid transparent;
    transition: .3s;
}

.single-crops-slide img{
    border: 2px solid #000;
}

.brand-slider.owl-carousel .owl-nav button.owl-next {
    color: #b7d635;
    right: 0;
    left: auto;
    position: absolute;
    width: 30px;
    height: 100%;
    background: transparent;
    font-size: 54px;
    border: 1px solid transparent;
    transition: .3s;
}

.brand-slider.owl-carousel .owl-nav button.owl-prev:hover, 
.brand-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    border: 1px solid #b7d635;
}

section.video-area {
    background: #b7d635;
    padding: 75px 0 225px;
    margin-bottom: -150px;
}

.video-content {
    padding: 0 60px;
}

.brand-content .crops-ty-title h2,
.brand-content .crops-ty-title p,
.video-content .crops-ty-title h2,
.video-content .crops-ty-title p {
    color: #000;
}


section.crobra-area {
    padding: 0 0 75px 0;
}


/*Index 4*/


section.varieties-area {
    padding: 75px 0;
}

.varietiescontent {
    box-shadow: 0 0 20px 4px rgba(40, 80, 100, 0.14);
}

.var-head {
    background: red;
    color: #fff;
}

.varitem-list {
    display: flex;
    justify-content: space-between;
    padding: 0 75px;
}

.ver-item.bac-col {
    background: #edf5cc;
}
.ver-item {
    flex-basis: 14.28571428571429%;
    height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.var-body .ver-item{
    
    border-bottom: 2px solid #b7d635;
    
}
.var-body.bor-non .ver-item{
    border-bottom:0;
}

.varieties-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    color: #b7d635;
    height: 1px;
}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}


/*MultiDropDown*/


.ml-che  input[type="checkbox"] {
    display: none;
}

.checkbox {
    width: 20px;
    height: 20px;
    background: #7D7C7A;
    text-align: center;
    margin-right: 15px;
    color: #7D7C7A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 14px;
}

.ml-che label {
    display: flex;
    align-items: center;
    color: #525252;
}

.ml-che  input[type="checkbox"]:checked + label .checkbox {
    color: #fff;
}

.ml-che {
    margin-bottom: 5px;
    padding: 0 10px;
}

.search-field{
    border: 1px solid #b7d635;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 7px 20px 7px 20px;
    font-family: 'Roboto', sans-serif;
    outline: none !important;
}
.single-vegetable{
    cursor: pointer;
}


.filter-search{
    line-height: 1;
    border: 1px solid #B7D635;
    background: transparent;
    color: #B7D635;
    padding: 15px 45px;
    margin-left: auto;
    transition: .3s;
    margin-top: 50px;
}

.custom_overlay_wrapper { position: relative; }
 
.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(141, 141, 141, 0.9);
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
 
.custom_overlay:hover {
	opacity: 1;
}
 
.custom_overlay_inner {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
  	transform: translateY(-50%);
}
 
.img-thumbnail {
    background-color: #000 !important;
}
 
.custom_overlay p { 
	color: #FFF;
	line-height: 1.4em;
}
 
.custom_overlay h4:after {
	background-color: red;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: 0;
	height: 4px;
}



/*news-part*/
.newsbanner{ width: 100%; position: relative;}
.newsbanner .single-banar img{ width:100%; height:816px; object-fit:cover;}
.banner_Itm_Inn{ width: 100%; position: absolute; top: 0px; left: 0px; text-align: center;}
.banner_Itm_Txt{ width: 100%; padding: 280px 0 0 0; position: relative;}
.banner_Itm_Txt strong{ color:#fff; text-shadow:black 1px 0 10px; font: normal 75px/78px  'Open Sans', sans-serif;}
.banner_Itm_Txt p{ color:#fff; font: normal 18px/24px  'BentonSans Book'; padding-top:25px;}

.latestSec{ width:100%; float:left;}
.innlatestSec{ width:100%; float:left; padding-top: 30px; padding-bottom: 300px;}
.heading{ width:100%; display:inline-block; text-align:center;}
.heading h2{ font: 600 52px/64px  'Open Sans', sans-serif; color:#000000;}
.grnlatestSec{ width:100%; float:left; background:#b8d734; padding-bottom: 60px;}
.inngrnlatestSec{ width:100%; display:inline-block;}
.whiteBox{ width:100%; display:inline-block; margin-top: -260px;}
.whiteBoxLt{ width:100%; display:inline-block; border-bottom:30px solid #000; box-shadow: 0px 0px 15px #ccc;}
.whiteBoxLt img{ width:100%;}
.whiteBox .media{ width: 440px; position: absolute; left: 180px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);}
.whiteBox .media img{ max-width:60px !important; width:auto !important;}
.whiteBox .media .media-body{text-align: right; padding-right: 20px;}
.whiteBox .media .media-body h5{ color:#b7d635; font: 600 52px/64px  'Open Sans', sans-serif;  }
.whiteBox .media .media-body a{ color:#000 !important; font: 600 14px/16px  'Open Sans', sans-serif;}
.whiteBox p{ font: 400 14px/24px  'Open Sans', sans-serif; color:#fff; padding-top:20px;}
 
 
.prevedition{ width:100%; float:left; background: #fff !important; padding:35px 0px;} 
.prevedition .vegetable-img{ height:inherit;}
.prevedition .vegetable-img img{ width:100%;}
.prevedition .single-vegetable .vege-name{ background:none !important; font-weight:bold;}
.prevedition .vegetable-item .row .col-lg-4 { padding:0px 30px; }



/*about-part*/
.aboutSec{ width:100%; display: inline-block; padding:50px 0px;}
.innaboutSec{ width:100%; float:left;}
.grnBoxes{ width:100%; float:left; background:#b8d637; padding:10px 0px 50px; margin-top:55px;}
.inngrnBox{ width:100%; display:inline-block;}
.inngrnBox h4{ font: 700 20px/24px  'Open Sans', sans-serif; color:#fff; padding-top:20px;}
.inngrnBox p{ font: 400 15px/22px  'Open Sans', sans-serif; color:#fff; padding-top:20px;}
 
.grnBoxPanel{ width:100%; display:inline-block; margin-top:50px;} 
.grnBoxPanelBox{ width:100%; display:inline-block; background:#ffffff; padding:20px; box-shadow: 0px 0px 15px 0px #999; min-height: 880px;} 
.grnBoxPanelBox h3{ color:#000; border-bottom:2px solid #b8d637; font: 700 20px/24px  'Open Sans', sans-serif; padding-bottom:10px;}
.grnBoxPanelBox p{ font: 400 16px/24px  'Open Sans', sans-serif; color:#525252; padding-top:5px;}
.grnBoxPanelBox h5{ font: 700 16px/24px  'Open Sans', sans-serif; color:#b8d637; padding-top:30px;}

.bottomPanelBox{ width:100%; float:left; padding:30px 0px;}
.bottomBoxes{ width:100%; display:inline-block; }
.bottomBoxes h5{ font: 700 20px/24px  'Open Sans', sans-serif; color:#000; display:inline-block;}
.bottomBoxes h4{ font: 700 20px/24px  'Open Sans', sans-serif; color:#000; padding-top:20px;}
.bottomBoxes p{ font: 400 15px/22px  'Open Sans', sans-serif; color:#000; padding-top:20px;}

.imageLineBox{ width:100%; float:left; border-top:2px solid #b8d637; border-bottom:2px solid #b8d637; margin:45px 0px;}
.imageLineBox ul{ width:100%; display:inline-block; font-size:0px; padding: 25px 0px;}
.imageLineBox ul li{ width:20%; display:inline-block; text-align:center;}
.imageLineBox ul li img{ width:auto; max-width:100%; max-height: 100px;}

.iconboxes{ width:100%; display:inline-block; margin-top:60px;}
.iconBox{ width:100%; display:inline-block; background:#7d7c7a; padding:30px; min-height: 400px; box-shadow: 0px 0px 15px 0px #999;}
.iconPic{ width:100%; display:inline-block; text-align:center;}
.iconPic img{ max-width:100%;}
.iconTxt{ width:100%; display:inline-block; padding-top:15px;}
.iconTxt h4{ font: 700 20px/24px  'Open Sans', sans-serif; color:#fff; border-bottom:2px solid #fff; padding-bottom: 10px;}
.iconTxt p{ font: 400 15px/22px  'Open Sans', sans-serif; color:#fff; padding-top:25px;}
.iconTxt ul{ width:100%; display:inline-block; padding-top:10px; padding-left: 15px;}
.iconTxt ul li{ width:100%; font: 400 15px/22px  'Open Sans', sans-serif; color:#fff; list-style-type: disc;
float: left;}



.header2{ position: relative !important;}
.newsBox .vege-name { background:none !important;  }



 
/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 600px ) and ( max-width: 999px ) {
	.custom_overlay h4 { font-size: 80%;}
	.custom_overlay p { 
		font-size: 85%;
		line-height: 1.2em;
	}
}
 
/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
	.custom_overlay h4 { font-size: 100%;}
	.custom_overlay p { font-size: 100%;}
}






@media (min-width: 992px) and (max-width: 1199px) {

.whiteBox .media {  left: 95px; }
.banner_Itm_Txt strong { font-size:66px; line-height:70px; }
.grnBoxPanelBox p { font-size:14px; }
.grnBoxPanelBox { min-height: 930px; }
.iconBox { min-height: 455px; }





}
@media (min-width: 768px) and (max-width: 991px) {

.whiteBox .media {  left: 75px; width: 340px; }
.banner_Itm_Txt strong { font-size:52px; line-height:60px; }
.newsbanner .single-banar { height: auto; }
.heading h2 { font-size:42px; line-height:56px; }
.whiteBox .media .media-body h5 { font-size:42px; line-height:54px; }
.grnBoxPanelBox p { font-size:14px; }
.grnBoxPanelBox { min-height: 930px; }
.iconBox { min-height: 445px; padding: 20px }
.aboutSec {  padding: 30px 0px; }
.grnBoxes { margin-top: 30px; }
.grnBoxPanel { margin-top: 40px; }
.grnBoxPanelBox p br{ display:none;}
.grnBoxPanelBox h5 { padding-top: 15px; }
.imageLineBox { margin: 30px 0px; }
.iconTxt h4 { font-size:15px; line-height:22px; }
.iconTxt p {  padding-top: 15px; font-size:13px; line-height:20px; }
.iconTxt ul li {font-size:13px; line-height:20px; }
.iconPic img {  max-width: 100px; }
.iconPic {  min-height: 100px; }
.imageLineBox ul li { padding: 10px; }
.imageLineBox ul li img { max-height: 100px; }
.imageLineBox ul { padding: 10px 0px; }

}

@media only screen and (max-width: 767px){
	
.whiteBox .media {  left: 25px; width: 290px; }
.banner_Itm_Txt strong { font-size: 40px; line-height: 40px;}
.newsbanner .single-banar { height: auto; }
.heading h2 { font-size: 36px; line-height: 50px; }
.whiteBox .media .media-body h5 { font-size: 32px; line-height: 38px; }	
.banner_Itm_Txt p { font-size:16px; line-height:22px; }
.whiteBox .media img { max-width: 45px !important;  width: auto !important; }
.prevedition .vegetable-item .row .col-lg-4 {  padding: 0px 10px; }
.prevedition { padding-bottom: 0px !important; }
.banner_Itm_Txt {  padding: 350px 0 0 0; }
.innlatestSec { padding-bottom: 200px; }
.whiteBox { margin-top: -160px; }
.aboutSec { padding: 30px 0px; }
.grnBoxes {  margin-top: 30px; }
.grnBoxPanel .col-sm-6{ flex: 0 0 100%; max-width: 100%;}
.grnBoxPanel { margin-top: 30px; }
.grnBoxPanelBox p { font-size:14px; line-height:22px; padding-top: 10px; }
.grnBoxPanelBox br{ display:none;}
.grnBoxPanelBox h5 { padding-top: 10px; }
.grnBoxPanelBox { min-height: auto;  margin-top: 25px; }
.grnBoxPanelBox h3 {  padding-top: 15px; }
.imageLineBox ul li {  width: 33.33%; padding: 10px; }
.imageLineBox ul {  text-align: center; }
.imageLineBox {  margin: 30px 0px; }
.iconboxes {  margin-top: 30px; }
.iconboxes .col-sm-4 { flex: 0 0 50%;  max-width: 50%; }
.iconBox {padding: 20px; min-height: 480px; }
.iconboxes .col-sm-4:last-child{ margin-top:25px;}
.imageLineBox ul li { padding: 10px; }
.imageLineBox ul li img { max-height: 100px; }
.imageLineBox ul { padding: 10px 0px; }

}


@media only screen and (max-width: 575px){
	
.whiteBox .media .media-body h5 { font-size: 26px;  line-height: 32px; }	
.whiteBox .media .media-body a { font-size:13px;}
.whiteBox .media img {  max-width: 40px !important; }
.whiteBox .media .media-body { padding-right: 10px; }
.whiteBox .media {  left: 25px;  width: 250px; }
.heading h2 {  font-size: 32px;   line-height: 44px; }
.banner_Itm_Txt strong {  font-size: 34px;  line-height: 36px; }
.newsbanner .single-banar img {  height: 700px; }

.grnBoxPanelBox p { font-size:14px; }
.grnBoxPanelBox { min-height: 930px; }
.iconBox { min-height: 445px; padding: 20px }
.aboutSec {  padding: 30px 0px; }
.grnBoxes { margin-top: 30px; }
.grnBoxPanel { margin-top: 40px; }
.grnBoxPanelBox p br{ display:none;}
.grnBoxPanelBox h5 { padding-top: 15px; }
.imageLineBox { margin: 30px 0px; }
.iconTxt h4 { font-size:15px; line-height:22px; }
.iconTxt p {  padding-top: 15px; font-size:13px; line-height:20px; }
.iconTxt ul li {font-size:13px; line-height:20px; }
.iconPic img {  max-width: 100px; }
.iconPic {  min-height: 100px; }
.aboutSec { padding: 30px 0px; }
.grnBoxPanelBox {  min-height: auto; }


}


@media only screen and (max-width: 480px){
	
.banner_Itm_Txt strong {  font-size: 24px;  line-height: 28px; }	
.banner_Itm_Txt p {  font-size: 14px;  line-height: 22px;  padding-top: 15px; }
.newsbanner .single-banar img { height: 700px; }
.banner_Itm_Txt {  padding: 400px 0 0 0; }
.heading h2 { font-size: 28px; line-height: 34px; }
.whiteBox .media {  width: 200px; }
.whiteBox .media .media-body h5 {  font-size: 22px;  line-height: 26px; }
.whiteBox .media img {  max-width: 35px !important; }
.whiteBoxLt { border-bottom: 20px solid #000; }
.innlatestSec {  padding-bottom: 150px; }
.whiteBox {  margin-top: -110px; }
.heading h2 { font-size: 24px;  line-height: 30px; }
.heading p{ font-size:14px;}
.prevedition .single-vegetable .vege-name { font-size: 14px;}
.prevedition .vegetable-img { padding: 0px; }
.grnBoxPanelBox h3 {  padding-top: 10px; }
.imageLineBox ul li {  width: 50%; }
.iconboxes .col-sm-4 {  flex: 0 0 100%;  max-width: 100%; } 
.iconBox {  min-height: auto;  padding: 20px;  margin-top: 15px; }
.iconPic {  min-height: auto; }
.iconTxt h4 {  font-size: 16px; }


}







