@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
font-family: 'visia_probold_outline';
src: url('../fonts/visiapro-boldoutline-webfont.woff2') format('woff2'),
 url('../fonts/visiapro-boldoutline-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
background: #ffffff;
line-height: 24px;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #272E39;
}
body, html{
overflow-x:hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
html * {
outline: none !important;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
color:#018ABE;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
a:hover, a:focus {
cursor: pointer !important;
text-decoration: none;
color:#000000;
}
img {
display: block;
max-width: 100%;
height: auto;
}
strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
small {
font-size: 12px;
line-height: 16px;
}
ul {
margin: 0;
padding: 0 0 20px 0;
list-style-type: none;
}
ul li {
background: url(../images/list-icon.png) no-repeat 0 5px;
padding: 0 0 12px 45px;
}
h1,h2{
font-family: 'Montserrat', sans-serif;
font-weight:700;
}
h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight:700;
}
p {
padding: 0;
}
p:empty {
display: none !important;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
outline {
border: 0;
}
textarea {
outline: none;
resize: none;
}
input[type="submit"], input[type="button"], input[type="reset"] {
cursor: pointer;
outline: none;
font-family: 'Roboto', sans-serif;
transition:all 400ms linear;
}
button[disabled], input[disabled], submit[disabled] {
cursor: default;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
}
.wrapper {
margin: 0 auto;
}
.parallax {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.container{
max-width:1230px;
margin-right: auto !important;
margin-left: auto !important;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: none;
}
/*************general*******************/
.btn{
display:inline-block;
padding:11px 20px 10px;
margin:0;
border-radius: 6px;
border:none;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight:500;
white-space: nowrap;
text-align: center;
text-transform: uppercase;
moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
letter-spacing:0;
line-height:20px;
}
.btn-primary{
color: #ffffff;
background: #C4A133;
}
.btn-primary:hover,
.btn-primary:focus {
background: #086A55;
color: #ffffff;
box-shadow:none;
}
.btn-secondary{
background: #086A55;
color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus {
background: #C4A133;
color: #ffffff;
box-shadow:none;
}
.btn-link{
color: #086A55;
}
.btn-link:hover,
.btn-link:focus {
background: transparent;
color: #C4A133;
box-shadow:none;
}
h1.logo{
margin: 0;
}
.header_top .mb_header{
display:none;
}
.header_top {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 15px 0;
z-index: 999;
/* transition:all 400ms linear; */
}
.inner_header .header_top {
position: relative;
background: #086A55;
}
.header_top.smaller {
position: fixed;
background: #086A55;
/* padding: 5px 0; */
}
.inner_header .header_top.smaller {
position: fixed;
background: #086A55;
/* padding: 5px 0; */
}
.navigation{
color: #ffffff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
display:flex;
font-family: 'Roboto', sans-serif;
align-items:center;
}
.navigation ul{
padding:0;

}
.navigation ul li{
padding:0 80px 0 0;
background:none;
display:inline-block;
}
.navigation ul li:last-child{
padding-right:0;
}
.navigation ul li a{
color: #ffffff;
display: block;
transition: all .3s ease-in-out;
position: relative;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
position:relative;
}
.navigation ul li a::before {
position: absolute;
content: '';
bottom: -8px;
width: 0;
height: 2px;
background: #C4A133;
transition: width .3s;
left: 50%;
transform: translateX(-50%);
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
color: #ffffff;
}
.navigation ul li a:hover::before, .navigation ul li.current-menu-item a::before,
.navigation ul li a:focus::before {
width: 50px;
}
.banner{
background-image:url(../images/banner_img.png);
min-height:549px;
background-size:100% 100%;
padding-top: 120px;
color: #FFF;
font-weight: 700;
position:relative;
line-height: 24px;
background-position:top left;
background-repeat:no-repeat;
}
.banner_lft_img img {
position: absolute;
bottom: -110px;
left: -63px;
z-index: 99;
}
.banner .container{
max-width:800px;
}
.banner_txt h2 {
color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 45px;
}
.heading h2 {
color: #086A55;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 29.652px */
letter-spacing: -0.98px;
margin-bottom:20px !important;
}
.heading h3 {
color: #086A55;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 37px; /* 25.416px */
letter-spacing: -0.84px;
margin-bottom:20px !important;
}
.heading h3 a{
color: #086A55;
}
p {
margin-top: 0;
margin-bottom: 1rem !important;
}
.wpb-content-wrapper {
max-width: 100% !important;
}
.home_farm_table {
position: relative;

}
.home_farm_table::before{
background:url(../images/curve_img.png) no-repeat top left;
position: absolute;
content: '';
top: -110px;
left: 0;
width: 100%;
height: 130px;
background-size:100% 100%;
}
.home_logo_cont, .home_farm_table, .home_innov_cont{
padding: 50px 0 !important;
position:relative;
}
.home_logo_cont::before {
background: url(../images/leaf_img2.png) no-repeat bottom right;
position: absolute;
content: '';
top: 0;
left: -140px;
width: 512px;
height: 466px;
background-size: 100% auto;
}
.logo_outer .logo_img {
display: inline-block;
width: 100px;
vertical-align: middle;
}
.logo_outer {
text-align: center;
margin-top: 50px;
}
.innov_rgt .wpb_wrapper {
max-width: 650px;
}
footer{
background:#086A55;
padding: 60px 0;
color: #ffffff;
}
footer a.btn-primary:hover{
background: #ab8307;
}
footer a{
color: #ffffff;
}
footer ul li {
display: inline-flex;
background: none;
padding: 0 15px 0 0;
}
footer ul li.w-50 {
width: 280px !important;
padding-bottom: 4px;
}
ul.sc_icons li a {
padding: 5px;
background: #fff;
border-radius: 4px;
line-height: 0;
}
ul.sc_icons li a i {
color: #086A55;
}
.whoweare_banner {
padding: 90px 0;
position: relative;
}
.whoweare_banner::before {
position: absolute;
top: -110px;
right: -490px;
content: '';
width: 900px;
height: 1000px;
background: #086A55;
border-radius: 50%;
z-index: -1;
}
.whoweare_banner::after {
background: url(../images/leaf_img2.png) no-repeat top left;
position: absolute;
content: '';
bottom: 0;
left: -100px;
width: 380px;
height: 423px;
background-size: 100% auto;
}
.whoweare_ourmission {
color:#ffffff;
}
.whoweare_ourmission .mission_box {
margin: 0;
}
.whoweare_ourmission .mission_box > .vc_column_container > .vc_column-inner {
padding: 50px 0 30px 0;
}
.whoweare_ourmission .unite_cont_inner {
max-width: 900px;
margin: 0 auto;
padding: 70px 0 50px 0;
}
.whoweare_ourmission .unite_box{
padding:0;
position:relative;
}
.whoweare_ourmission .unite_box .vc_column-inner > div {
color: #086A55;
padding: 80px 60px 50px 60px;
}
.whoweare_ourmission .unite_box:nth-child(1)::before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 25px 40px 25px;
border-color: transparent transparent #f6f1e1 transparent;
position: absolute;
top: -40px;
left: 50%;
content: '';
transform: translate(-50%);
}
.whoweare_ourmission .unite_box:nth-child(2)::before{
width: 0;
height: 0;
border-style: solid;
border-width: 40px 25px 0 25px;
border-color: #086A55 transparent transparent transparent;
position:absolute;
top: 0px;
left: 50%;
content: '';
transform: translateX(-50%);
}
.whoweare_ourmission .unite_box:nth-child(2)::after{
width: 0;
height: 0;
border-style: solid;
border-width: 25px 40px 25px 0;
border-color: transparent #dae9e5 transparent transparent;
position:absolute;
top: 50%;
left: -40px;
content: '';
transform: translateY(-50%);
}
.whoweare_ourmission .unite_cont {
position: relative;
z-index: 2;
}
.whoweare_ourmission .img_holder_pos img {
margin-top: -260px;
margin-bottom: 140px;
}
.img_holder_pos{
position:relative;
}
.img_holder_pos::before {
background: url(../images/leaf_img1.png) no-repeat bottom right;
position: absolute;
content: '';
bottom: -130px;
right: -260px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.inner_banner {
height: 450px;
background-repeat: no-repeat;
background-size: 100% auto;
}
.offer_grain_sec {
margin-bottom: 60px;
}
.grain_box .vc_single_image-wrapper {
height: 204px;
margin-bottom: 20px;
}
.grain_box .vc_single_image-wrapper {
height: 350px;
margin-bottom: 0px;
display: flex;
flex-direction: column-reverse;
}
.offer_product_sec {
padding-top: 100px !important;
}
.offer_product_sec .pos_img_bck {
margin-bottom: -70px;
position:relative;
}
.offer_product_sec .pos_img_bck::before {
background: url(../images/grass_vesctor.png) no-repeat bottom right;
position: absolute;
content: '';
bottom: 0;
right: 320px;
width: 351px;
height: 492px;
background-size: 100% auto;
z-index: -1;
}
.offer_product_box {
padding: 50px 0;
color: #fff;
max-width: 800px;
}
.unite_box > div {
padding: 0 !important;
}
.product_details_banner {
padding: 50px 0 80px 0;
position: relative;
}
.product_details_banner::before {
background: url(../images/leaf_img1.png) no-repeat bottom right;
position: absolute;
content: '';
top: -40px;
right: -240px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.product_details_banner::after {
background: url(../images/leaf_img2.png) no-repeat bottom right;
position: absolute;
content: '';
top: -40px;
left: -240px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.product_grain_list_box .heading h3 {
margin-bottom: 20px !important;
}
.product_grain_list_box{
margin-bottom: 40px !important;
}
.product_details_list_grain {
margin-bottom: 60px;
}
.product_details_banner .wpb_single_image img {
max-width: 500px;
}
.product_details_banner .wpb_single_image.vc_align_center {
text-align: center;
margin-bottom: 15px !important;
}
.grain_box > .vc_column-inner > .wpb_wrapper {
margin-bottom: 50px;
}
.grain_box > .vc_column-inner > .wpb_wrapper h3{
position:relative;
z-index:9;
}
.grain_box > .vc_column-inner > .wpb_wrapper:hover .heading h3 a{
color:#C4A133;
}
.grain_box > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img {
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
max-width: 450px;
}
.grain_box > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img{
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}

.howwecare_banner.vc_section {
padding: 100px 0 !important;
background-size: 100% auto;
color: #fff;
background-position: bottom left !important;
}
.howwecare_banner .vc_column-inner > .wpb_wrapper {
width: 600px;
}
.howwecare_zigzagcont {
padding: 90px 0 !important;
}
.howwecare_zigzagcont .vc_row:nth-child(1) {
margin-bottom: 40px;
}
.howwecare_iconcont .vc_inner {
margin-bottom: 40px;
display: flex;
align-items: center;
}
.howwecare_iconcont .vc_inner h3{
margin-bottom:0px !important;
}
.howwecare_iconcont {
margin-bottom:50px;
}
.banner_lft_img {
display: none;
}
.howwecare_zigzagcont{
position:relative;
}
.howwecare_zigzagcont::after {
background: url(../images/tree-green.png) no-repeat top left;
position: absolute;
content: '';
bottom: 117px;
left: -120px;
width: 418px;
height: 387px;
background-size: 100% auto;
}
.howwecare_iconcont{
position:relative;
}
.howwecare_iconcont::after {
background: url(../images/leaf_img2.png) no-repeat bottom right;
position: absolute;
content: '';
top: 100px;
left: -160px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.howwecare_iconcont::before {
background: url(../images/leaf_img1.png) no-repeat bottom right;
position: absolute;
content: '';
bottom: -190px;
right: -140px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.addrs_info .call_info_icon {
display: inline-block;
width: 30px;
vertical-align: top;
margin-right: 18px;
margin-top: 7px;
}
.addrs_info .call_info_txt {
display: inline-block;
width: calc(100% - 70px);
vertical-align: middle;
}
.addrs_info .call_info_txt h5 {
font-size: 18px;
display: block;
color: #000;
margin-bottom: 1px;
line-height: 23px;
font-weight: 500;
}
.addrs_info h5 a{
color: #000;
}
.addrs_info .col-12 {
margin-bottom: 18px;
}
.addrs_info p {
margin: 0 !important;
font-size:13px;
color:#086A55;
}
.addrs_info p a{
color:#086A55;
}
.wpb_gmaps_widget .wpb_wrapper {
background-color: #f7f7f7;
padding: 5px;
margin-bottom: 35px;
margin-top: 15px;
}
.connect_sec {
padding: 90px 0 40px 0;
position:relative;
}
.form-control, .form-select, .form-control:disabled, .form-control[readonly] {
border-radius: 3px;
background-color: transparent;
border: 1px solid #086A55;
height: 42px;
color: #000000;
}
textarea.form-control {
min-height: 150px !important;
height: 150px;
color: #000000;
}
.wpcf7-not-valid-tip {
color: red;
font-size: 13px;
font-weight: 500;
display: block;
margin-top: 7px;
}
.connect_sec::before {
background: url(../images/leaf_img1.png) no-repeat bottom right;
position: absolute;
content: '';
bottom: -130px;
right:-60px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}
.farm_section {
padding: 90px 0;
background: url(../images/leaf_img1.png) no-repeat 1300px 140px;
background-size: 20%;
}
/*.farm_section::before {
background: url(../images/leaf_img1.png) no-repeat bottom right;
position: absolute;
content: '';
bottom: -390px;
right: -230px;
width: 552px;
height: 507px;
background-size: 100% auto;
z-index: -1;
}*/
.farm_section ul {
display: flex;
justify-content: center;
align-items: center;
}
.farm_section ul li {
background: none;
display: inline-block;
padding: 0;
vertical-align: top;
}
.border_box {
margin: 0 38px;
}
.border_box figure {

border-radius: 50%;
width: 112px;
height: 112px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0 auto 20px auto;
transition:all 400ms linear;
position:relative;
border: 2px solid #DDD5B5;
}

.border_box:hover figure{
border-color:#086A55;
}
.border_box h4{
font-size:16px;
line-height:20px;
color:#000000;
font-weight:500;
margin:0;
text-align:center;
}
.custom-tooltip.tooltip > .tooltip-inner{
background:#086A55;
max-width: 300px;
color:#ffffff;
box-shadow: 0px 0px 4px black;
opacity: 1 !important;
}
.custom-tooltip.tooltip .tooltip-arrow::before {
border-top-color: #086A55 !important;
}
.capabilities_section{
background:#C4A133;
padding:0 0 60px 0;
color:#ffffff;
}
.bx-wrapper{
background:none;
border:none;
box-shadow:none;
}
.capabilities_section .headtag {
background: #086A55;
padding: 10px 15px;
position:relative;
margin-bottom: 60px;
}
.capabilities_section .headtag::after {
width: 0;
height: 0;
border-style: solid;
border-width: 20px 15px 0 15px;
border-color: #086A55 transparent transparent transparent;
position: absolute;
bottom: -20px;
left: 50%;
content: '';
transform: translateX(-50%);
}
.headtag h2{
color:#ffffff;
margin-bottom:0px !important;
}
.capabilities_section h2 {
color: #fff;
font-size: 40px;
line-height: 44px;
margin-bottom: 25px;
}
.capabilities_section h3 {
color: #fff;
font-size: 21px;
line-height: 25px;
margin-bottom: 21px;
}
#slider-prev, #slider-next{
display:inline-block;
margin:0 8px;
}
#slider-prev a {
background: url(../images/prev_icon.svg) no-repeat top left;
display: block;
width: 41px;
height: 41px;
font-size: 0;
}
#slider-next a{
background:url(../images/next_icon.svg) no-repeat top right;
display: block;
width: 41px;
height: 41px;
font-size: 0;
}
.capabilities_section{
position:relative;
}
.capabilities_section::before {
background: url(../images/leaf_imgwh.png) no-repeat top left;
position: absolute;
content: '';
top: 70px;
left: -100px;
width: 320px;
height: 275px;
background-size: 100% auto;
}
.capabilities_section::after {
background: url(../images/leaf_small.png) no-repeat top left;
position: absolute;
content: '';
bottom: 70px;
right: 40px;
width: 76px;
height: 87px;
background-size: 100% auto;
}
.home_howwork{
padding-top:50px;
}
.home_howwork h2{
padding-bottom:50px;
}
.home_howwork .offer_box > .vc_column-inner > .wpb_wrapper {
box-shadow:0px 0px 24px 0px rgba(0, 0, 0, 0.14);
padding:25px;
margin-bottom:30px;
transition: box-shadow 0.3s ease-in-out;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home_howwork .offer_box > .vc_column-inner > .wpb_wrapper:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.3);

}
.home_howwork .offer_box > .vc_column-inner{
padding-top:0px !important;
padding-left: 20px;
padding-right: 20px;
}
.home_howwork .offer_box  .wpb_single_image img {
max-width: 160px;
margin-bottom: 10px;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home_howwork .offer_box > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img{
-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.home_howwork .offer_box h3 {
font-size: 20px;
line-height: 25px;
margin: 0px !important;
position: relative;
z-index: 9;
}
.home_howwork .offer_box .wpb_single_image {
height:150px;
}
.popup-overlay {
background: #002c22;
text-align: center;
padding: 10px;
color: #fff;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
font-size: 16px;
}
.popup-overlay a{
color: #C4A133;
text-decoration:underline;
}
.popup-overlay button {
padding: 12px 12px 10px 12px;
line-height: 16px;
background: #C4A133;
color: #ffffff;
}
footer{
margin-bottom: 57px;
}
footer.cache{
margin-bottom: 0px;
}
body .uwy.userway_p1 .uai {
top: 50% !important;
}
/***ADA***/
.navigation ul li a,
.banner_txt h2, .banner_txt p, .offer_product_box .heading h3, .offer_product_box p,
.howwecare_banner .heading h2, .howwecare_banner p{
background: rgba(0,0,0,0.01);
}
.contact_form label{
display:block;
}
.contact_form label span.label{
display:block;
height:0px;
font-size:0px;
line-height:0px;
}
.contact_form p{
margin-bottom:0px !important;
}


















.navigation ul li.mobile_close {
display: none;
}
.sidr {
background: #C4A133;
color:#ffffff;
padding:0;
z-index:9999;
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
/*border-top:6px solid #454545;*/
width:300px;
letter-spacing: 0;
}
.sidr .sidr-inner {padding:63px 18px 18px 18px !important;height:auto;}
.sidr  ul{margin:0;padding:0;}
.sidr ul li{
padding: 0 0 16px 0;
margin: 0 0 20px 0;
background: none;
border-bottom:1px solid rgba(255,255,255,0.3);
position:relative;
}
.sidr ul li ul li {
line-height: 16px;
font-size: 12px;
background:url(../images/menu_arrw.png) no-repeat left 3px;
border-bottom:1px solid rgba(255,255,255,0.3);
}
.sidr ul li ul.sidr-class-sub-menu{margin-top:15px;margin-bottom:5px;}
.sidr ul li ul li a, .sidr ul li ul li span {padding-left: 20px;color: #ffffff;}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active{line-height: 16px;}
.sidr ul li ul li:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.sidr-class-mb_close_btn{display:none;}
.sidr ul li a, .sidr ul li span{padding:0;color:#ffffff;font-weight: 600;text-transform: capitalize;}
#mobile-header {display: none;float: none;margin-left: 0;}
#mobile-header.sidr-open.sidr-main-open .on{display:none;}
#mobile-header .off{display:none;}

.sidr .sidr-class-mobile_close {
display: block;
position: absolute;
z-index: 9999999;
top: 10px;
right: 10px;
background: url(../images/close_btn.png) no-repeat center center;
padding: 0;
border-radius: 0;
color: #000000;
font-size: 0;
width: 40px;
height: 40px;
border: none;
margin:0;
}
.sidr .sidr-class-mobile_close a{
width:40px;
height:40px;
display:block;
padding:0;
}
.sidr .sidr-inner .active .sidr-class-dropIc, .sidr-class-dropIc {
position: absolute;
right: 0;
height: 40px;
width: 40px;
top: -10px;
cursor: pointer;
background: url(../images/arrow_icon_dwn.png) no-repeat center center;
}
.sidr-class-logo{
display:none;
}
.home_farm_table {
padding: 0 !important;

}

/******************Responsive****************/
@media screen and (max-width:1300px){
.banner {
background-size: 100% 100%;
}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1100px){
.border_box {
margin: 0 18px;
}
}
@media screen and (max-width: 1000px){
.container{
max-width:650px;
}
.banner .container{
max-width:600px;
}
footer .container{
max-width:800px;
}
body{
font-size:14px;
line-height:20px;
}
.navigation {
font-size: 14px;
line-height: 20px;
}
.navigation ul li {
padding: 0 30px 0 0;
}
h1.logo {
max-width: 153px;
}
.banner {
background-size: 100% 100%;
padding: 120px 0 90px 0;
}
.logo_outer .logo_img {
width: 80px;
}
footer ul li.w-50 {
width: 190px !important;
padding: 0 0 4px 0;
}
.btn{
font-size:14px;
line-height: 16px;
}
.whoweare_banner::before {
top: -72px;
right: -470px;
width: 700px;
height: 700px;
}
.whoweare_banner .container {
max-width: 800px;
}
.whoweare_ourmission .unite_cont, .whoweare_ourmission .img_holder_pos {
max-width: 920px;
}
.whoweare_ourmission .unite_cont_inner {
max-width: 520px;
}
.whoweare_ourmission .unite_box .vc_column-inner > div {
padding: 70px 40px 40px 40px;
}
.offer_grain_sec .container, .offer_graintype_sec .container {
max-width: 800px;
}
.offer_grain_sec .w-50, .offer_graintype_sec .w-50 {
width:100% !important;
}
.offer_product_sec .pos_img_bck::before{
right:30px;
}
.inner_banner {
height: 285px;
}
.heading h3 {
font-size: 24px;
line-height: 30px;
margin-bottom: 15px !important;
}
.heading h2 {
font-size: 30px;
line-height: 35px;
margin-bottom: 20px !important;
}
footer .col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
footer .col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.product_details_banner .w-50.mx-auto {
width: 100% !important;
}
.product_details_list_grain .container {
max-width: 850px;
}
.farm_section ul{
display:block;
text-align: center;
}
.farm_section ul li {
width: 200px;
margin-bottom: 40px;
}
.farm_section {
padding: 40px 0 0 0;
}
.border_box h4 br{
display:none;
}
.home_howwork .offer_box {
width: 50%;
}
.home_howwork .container.w-50 {
width: 100% !important;
}
.home_howwork .offer_box h3 {
min-height: 50px;
}
.home_howwork .offer_box:nth-child(3){
float: none;
display: block;
clear: both;
margin: 0 auto;
}
}
@media screen and (max-width: 850px){
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, 
.vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, 
.vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, 
.vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, 
.vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, 
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, 
.vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, 
.vc_col-xs-8, .vc_col-xs-9{
width:100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.innov_rgt .wpb_wrapper {
max-width: 100%;
text-align: center;
padding: 0 50px;
}
.innov_rgt .wpb_wrapper p. .innov_rgt .wpb_wrapper h2{
text-align: center !important;
}
.home_innov_cont .container-fluid.px-0 {
max-width: 100%;
margin-left: 0px !important;
margin-left: 0px;
}
.innov_rgt .wpb_wrapper .wpb_single_image.vc_align_left {
text-align: center;
}
.wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
display: block;
}
.home_innov_cont .mw-100 img {
width: 100%;
}
.home_innov_cont img, .wpb_single_image img {
margin:0 auto;
}
.home_innov_cont > div {
flex-direction: column-reverse;
}
address.copyrght.m-0 {
margin-bottom: 30px !important;
}
footer ul li.w-50 {
width: 100% !important;
padding: 0 0 8px 0;
border-bottom: 1px dotted #fdfdfd;
margin-bottom: 5px;
box-sizing:border-box;
}
.whoweare_banner::before{
display:none;
}
.whoweare_banner .whoweare_banner_txt{
margin-bottom:50px !important;
}
.whoweare_banner {
padding: 40px 0 60px 0;
}
.whoweare_ourmission .unite_box:nth-child(2)::after{
display:none;
}
.vc_section {
margin-left: 0px;
margin-right: 0px;
}
.inner_banner {
height: 300px;
background-size: cover;
}
.container, footer .container, .offer_grain_sec .container, .offer_graintype_sec .container,
.whoweare_banner .container, .whoweare_ourmission .unite_cont, 
.whoweare_ourmission .img_holder_pos, .banner .container , .product_details_list_grain .container{
max-width:100%;
}
.grain_box .vc_single_image-wrapper {
height: auto;
margin-top: 20px;
}
footer, .connect_sec {
padding: 40px 0;
}
footer .col-lg-7 {
flex: 0 0 auto;
width: 100%;
}
footer .col-lg-5 {
flex: 0 0 auto;
width: 100%;
}
.howwecare_zigzagcont {
padding: 40px 0 !important;
text-align:center;
}
.howwecare_zigzagcont .container:nth-child(2){
flex-direction: column-reverse;
}
.howwecare_zigzagcont  .wpb_single_image .vc_figure{
margin-bottom:40px;
}
.howwecare_iconcont .vc_inner{
display:block;
}
.howwecare_iconcont .vc_inner img{
margin-bottom:25px !important;
}
.howwecare_iconcont .vc_inner h3, .howwecare_zigzagcont h2{
text-align:center !important;
}
.howwecare_iconcont {
margin-bottom: 20px;
}
.connect_sec .pe-4, .connect_sec .ps-4{
padding-left:0px !important;
padding-right:0px !important;
}
.product_details_banner .wpb_single_image img,
.grain_box > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper img,
.home_howwork .offer_box .wpb_single_image img{
max-width: 100%;
}
.home_howwork .offer_box .wpb_single_image {
height: auto;
}
}
@media screen and (max-width: 767px){
#mobile-header {
display: inline-block;
margin-left: 20px;
vertical-align: middle;
margin-top: 0;
font-size: 28px;
width: auto;
}
#mobile-header a {
color: #C4A133;
display: block;
}
#mobile-header a .mobile_menu{
color: #C4A133;
display: block;
background: transparent;
padding: 0px;
border-radius: 0px;
}
.navigation{
display:none !important;
}
.banner_lft_img img, .product_details_banner::before, .product_details_banner::after{
display: none;
}
img.alignleft{
float:none;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:20px;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
}
img.alignright{
float:none;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:20px;
}
.header_top .mb_header {
display: flex;
justify-content: space-between;
align-items: center;
}
h1.logo {
max-width: 140px;
}
.banner {
background-size: 100% 140% !important;
padding: 100px 0 60px 0;
background-image: url(../images/banner_img1.png);
}
.inner_banner.vc_section {
height: 620px;
background-size: 100% auto;
background-image: url(../images/banner_img2.png) !important;
}
.howwecare_banner.vc_section{
background-size: 100% auto;
background-image: url(../images/howwecare_mb.jpeg) !important;
background-position: center center !important;
}
.howwecare_banner .vc_column-inner > .wpb_wrapper {
width: 100%;
}
.logo_outer .logo_img {
width: 100px;
margin: 8px 0;
}
.home_logo_cont, .home_farm_table, .home_innov_cont {
padding: 20px 0 !important;
}
.innov_rgt .wpb_wrapper {
max-width: 100%;
text-align: center;
padding: 0;
}
.home_innov_cont .vc_col-sm-6:nth-child(1) .vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
.whoweare_ourmission .unite_box .vc_column-inner > div {
padding: 60px 30px 30px 40px;
}
footer {
padding: 30px 0;
}
.product_details_banner {
padding: 50px 0 30px 0;
}
.product_details_list_grain {
padding-left: 0px;
padding-right: 0;
}
.home_farm_table::before, .howwecare_zigzagcont::after, .howwecare_iconcont::before{
display:none;
}
.home_farm_table{
padding:0 !important;
}
.home_farm_table > div{
padding-top:20px !important;
}
.howwecare_iconcont .container{
padding-left:15px !important;
padding-right:15px !important;
}
.farm_section ul li {
width: 100%;
margin-bottom: 20px;
}
.copyRt address {
text-align: center !important;
}
footer h1.logo {
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 600px){
h1.logo {
max-width: 120px;
}
.banner_txt h2 {
font-size: 26px;
line-height: 33px;
}
.heading h2, .capabilities_section h2 {
font-size: 26px;
line-height: 33px;
margin-bottom: 20px !important;
}
.heading h3, .capabilities_section h3 {
font-size: 20px;
line-height: 24px;
margin-bottom: 15px !important;
}
.innov_rgt .wpb_wrapper .wpb_single_image.vc_align_left {
margin-bottom: 20px !important;
}
.whoweare_ourmission .unite_cont_inner {
max-width: 100%;
padding: 40px 0 70px 0;
}
.whoweare_ourmission .img_holder_pos img {
margin-top: -130px;
margin-bottom: 90px;
}
footer h1.logo {
margin-bottom:20px;
}
.vc_section{
padding-left:0px !important;
padding-right:0px !important;
}
}
@media only screen and (max-device-width: 568px) and (orientation : landscape) {

}
@media screen and (max-width: 360px){

#mobile-header a .mobile_menu {
background: #fff;
padding: 2px 5px;
border-radius: 2px;
}
#mobile-header{
font-size: 20px;
}
}