@charset "utf-8";
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Montserrat';
    box-sizing:border-box;
}
body {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size:16px;
    color:#505050;
    background: #fff;
}
.c1 {
    background-color:#fff !important;
    color:#333 !important;
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rosebay Freebie';
    src: url('../fonts/RosebaySlabRounded-Regular.eot');
    src: url('../fonts/RosebaySlabRounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RosebaySlabRounded-Regular.woff') format('woff'),
        url('../fonts/RosebaySlabRounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.clear {
    clear: both 
}
audio, ::selection {
    background:#8cc248;
    color: #fff;
}
.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
.grecaptcha-badge{
    display:none !important;
}
.img-full{
    width: 100%;
    height:auto;
    display: block 
}
.img-responsive {
    max-width: 100%;
    height:auto;
}
.container{
    width:100%;
    padding-left:5%;
    padding-right:5% 
}
.desk-view{
    display:block 
}
.mob-view{
    display:none 
}

body.gallery  .nav-menu>li a.gallery ,
body.contact  .nav-menu>li a.contact,
body.home  .nav-menu>li a.home ,body.products  .nav-menu>li a.products ,
body.about  .nav-menu>li a.about 
 
 {
    color: #fcbf43;
 }
.banner-wraper{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    padding-top: 5%;
    min-height: 80vh;
}
.banner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-items: center;
}
.banner-caption{
    width: 36%;
    height: auto;
    float: left;
}
.banner-pic{
    width: 64%;
    height: auto;
    float: left;
    padding-left: 2%;
    perspective: 1000px;
}


.banner-pic img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

.banner-pic:hover img {
    transform: rotateY(20deg) rotateX(10deg) scale(1.1);
}
.banner-caption-top{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Rosebay Freebie';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size:2.111em;
  color: #2cb07f;
  line-height: 1;
}
.banner-caption-mid{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Rosebay Freebie';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size:3.75em;
  color: #333;
  line-height: 1;
}

.home-product-wrap{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 80px;
}
.home-product-bg-pic{
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: -7em;
}
.view-all {
    text-align: left;
    font-family: inherit;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 26px;
    float: right;
    font-size: 1em;
    position: relative;
    margin-top: -100px;
    z-index: 9;
  }

.home-product-bg-pic img {
    width: 100%;
    height: 100%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.home-product{
    width: 31.01%;
    height: auto;
    float: left;
    position: relative;
    margin-right: 1.25%;
    
}
.home-product:nth-child(1){ width: 35.47%;}

.home-product:nth-child(3){ margin-right: 0%;}
.product-inside{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 4%;
}
.product-inside:nth-child(2){ margin-bottom: 0%;}


.product-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .product-box img{
    width: 100%;
    height: auto;
  display:block
  }
  .product-box .box-content{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  }
  .product-box:hover .box-content{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  .product-box .title{
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 900ms ease 0s;
  width:100%;
    padding: 1em ;
  }
  
  .product-box:hover .title{ bottom: -75px; }
  .product-box .icon{
   list-style: none;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding-bottom: 1em;
  }
  .product-box .icon li{ display: inline-block; }
  a .product-box .icon li {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.15em;
    color: #fff;
    margin-right: 7px;
    transition: all 0.35s ease 0s;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  
  }
  a .product-box .icon li img{ height:25px;}
  a:hover .product-box .icon li {
    background: #fff;
    color: #000;
  }
  
  .product-box .title .service-name {
    font-size: 1.667em;
    color: #fff;
    display: block;
    text-align:left;
    font-family: 'Outfit';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  .product-title{
    width: 100%;
    height: auto;
    text-align:  center;
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 2.667em;
    color: #2cb07f;
    position: relative;
    z-index: 2;
    margin-bottom: 1em;
 }
 .product-title span{
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size:1em;
    color: #333;
 }
  
  .box-content .service-name {
    font-size: 1.667em;
    color: #fff;
    display: block;
    text-align: center;
    font-family: 'Outfit';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
.product-inside:nth-child(1) .product-box .title .service-name{ color: #333 !important;}
.home-product:nth-child(3) .product-inside:nth-child(1) .product-box .title .service-name{ color: #fff !important;}
.home-product:nth-child(3) .product-inside:nth-child(2) .product-box .title .service-name{ color: #333 !important;}

  .welcome-wraper{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 150px;
  }
  .welcome-pic{
    width: 47%;
    height: auto;
    float: left;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .welcome-pic-left{
    width: 62%;
    height: auto;
    float: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .welcome-pic-right{
    width: 31%;
    height: auto;
    float: right;
  }
  .welcome-farmer-pic{
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .welcome-right-top{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }

  
.floating-image {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.floating-image.visible {
    opacity: 1;
    transform: translateY(0);
}
.welcome-pic-middle{
    width: auto;
    height: auto;
    position: absolute;
    top: 35%;
    right: 2%;
    animation: swing 2s infinite ease-in-out;
}
@keyframes swing {
    0% { transform: rotate(-1deg); }
    50% { transform: rotate(1deg); }
    100% { transform: rotate(-1deg); }
}

 .welcome-container-outer{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 80px;
 } 
 .welcome-container{
    width: 42.5%;
    height: auto;
    float: right;
 }
 .welcome-title-sub{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1.2em;
    color: #333;
 }
 .welcome-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 2em;
    color: #2cb07f;
 }
 .welcome-title span{
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size:1em;
    color: #333;
 }
 .welcome-container p{
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    margin: 1em 0em 0.5em 0em;
 }

 
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  .book-button{
    color: #fff;
    outline: none;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1em !important;
    font-weight: normal;
    text-align: center;
    background-color: #2cb07f;
    margin-top: 1.5em;
    border-radius: 10px;
  }
  .book-button:hover{ color: #fff;}





.whats-app{
    position:fixed;
    bottom:15vh;
    right:0;
    margin-right:1%;
    width:40px;
    z-index:120000 
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-top:5px;
    opacity:1;
    max-width:40px 
}
.whats-app:hover img{
    opacity:1 
}
@keyframes floating{
    from{
        transform:translate(0,0) 
   }
    65%{
        transform:translate(0,15px) 
   }
    to{
        transform:translate(0,0) 
   }
}
.header-1.is-sticky.header-1 .header-logo .logo-img {
    height: 70px !important;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.header-1.is-sticky.header-1 .menu-link{
    color: #333;
}
.header-1.is-sticky.header-1 .links {
   margin-top: 0em !important;
}
.bottom-wraper{
    width: 100%;
    height: auto;
    padding-top: 80px;
    position: relative;
}
.bottom-container{
    padding: 0px 3.5%;
}
.bottom-wraper .bottom-container{
     display: flex; align-items: flex-end; justify-content: space-between;
}
.enquiries-bottom{
    width: 47%;
    height: auto;
    float: left;

}
.enquiry-title {
    width: 100%;
    height: auto;
    text-align:left;
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 2.688em;
    color: #2cb07f;
    position: relative;
    z-index: 2;
    margin-bottom: 1em;
    line-height: 1;
  }
  .enquiry-title span {
    text-align:left;
    font-family: 'Rosebay Freebie';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size:1em;
    color: #333;
    line-height: 1;
  }
  .enuiry-container{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color:#2cb07f;
    padding: 44px 50px;
    margin-top:0.5em;
  }
/************************************************** START LOCATION **************************************************/
.header-1 .header-logo .logo-img img{
    margin-top: 15px !important;
}
.inner-banner-caption{
   font-size: 0.75em;
}
.inner-banner-caption .featured-text::after{
    width:25px;
    height:37px;
    background-size: cover;
    margin-top: 26px;
}
.inner-banner{
    width:100%;
    height:auto;
    position: relative;
    margin-top: 115px;
}
.banner-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    justify-content: space-between;
  }
.inner-banner-bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-banner-pic {
    width: 56%;
    height: auto;
    float: right;
    padding-top: 35px;
  }
.inner-wrap{
    width:100%;
    height:auto;
    position:relative;
    margin-top:80px;
}
.inner-caption{
    width:43%;
    height:auto;
    float: left;
    text-align: left;
  font-family: 'Rosebay Freebie';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size:3em;
  color: #fff;
  line-height: 1;
}
.bredcum-wraper{
    width:100%;
    height:auto;
    position: relative;
    margin-top: -50px;
    z-index: 9;
}
.bred-home{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
    text-transform: capitalize;
}
.bred-home a{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
}
.bred-home a:hover{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#387898;
    line-height:30px;
}
.bred-arrow{
    width:auto;
    height:auto;
    float:left;
    font-size:0.85em;
    color:#999;
    line-height:30px;
    padding-left:8px;
    padding-right:8px;
}
.bred-next{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#2cb07f;
    line-height:30px;
}

/************************************************** END CONTACT **************************************************/
.hide-menu{
   visibility: hidden;
}
/*.header-1 .menu-item:nth-last-child(-n+2) .menu-link::before{
    display: none !important;
}
*/

  
.enuiry-container .user-box {
    position: relative;
    width: 49%;
    float: left;
    margin-bottom:2%;
    margin-right: 2%;
   
  }
  .enuiry-container .user-box:nth-child(2n+2){ margin-right: 0%;} 


  .enuiry-container .user-box input {
    width: 100%;
    padding: 0px 1em;
    font-size:1em;
    color: #333;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
    line-height: 60px;
  }
  .enuiry-container .user-box input:focus ~ label,
  .enuiry-container .user-box input:valid ~ label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 10px;
    bottom: inherit;
  }
  
  .enuiry-container .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 0px 1em;
    font-size: 16px;
    color: #333;
    pointer-events: none;
    transition: .5s;
    bottom: 0;
    line-height: 60px;
    background-color: transparent;
  }
  
  .full-field{
    width: 100% !important;
    margin-right: 0% !important;
  }
  
  textarea:focus~.floating-label,
  textarea:not(:placeholder-shown)~.floating-label,
  input:not(:focus):valid~.floating-label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 10px;
    bottom: inherit;
  }
  
  .scheme-des textarea {
    width: 100%;
    height: 125px;
    resize: none;
    padding: 10px 20px 0 20px;
    font-size: 1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
  outline: none;
  background:#fff;
  border-radius: 10px;
  }
  
  .floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: 0.2s ease all;
    color: #999999;
    font-size: 1em;
  }
  
  
  
  
  .floating-input , .floating-select {
    width: 100%;
    padding: 0px 1em;
    font-size:1em;
    color: #333;
    border: none;
    border: 1px solid #fff;
    outline: none;
    background: #ededed;
    border-radius: 10px;
    line-height: 50px;
    height: 50px;
  }
  
  .floating-input:focus , .floating-select:focus {
       outline:none;
  }
  
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 10px;
    bottom: inherit;
  }
  
  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
  }
  
  
  /* highlighter */
  .highlight {
    position:absolute;
    height:50%; 
    width:100%; 
    top:15%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }


  .submit-button{
    color: #fff;
    outline: none;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1em !important;
    font-weight: normal;
    text-align: center;
    background-color: #9c5c35;
    border-radius: 10px;
  }
  .video-container{
    width: 49%;
    height: auto;
    float: right;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .box-link {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width:100% 
}
.box-link img {
    width: 100%;
    height: auto;
    display:block;
    transform: scale(1);
    transition: all 0.5s ease 0s 
}
.box-link:hover img {
    transform: scale(1.1) 
}
.box-link .box-content {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg) scale(0.5);
    transition: all 0.45s ease-out 0s;
    display:flex;
    align-items:center;
    justify-content:center 
}
.box-link:hover .box-content {
    opacity: 1;
    transform: rotateY(0deg) scale(1) 
}
.box-link .box-content:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5% 
}
.box-link .icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative 
}
.box-link .icon li {
    display: inline-block 
}
.box-link .icon li i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    background:#fff;
    color: #333;
    display:flex;
    align-items:center;
    justify-content:center 
}
.box-link .icon li i:hover {
    background:#fff;
    color: #333 
}
.box-link .icon li i img {
    width:30px 
}
.box-link .content {
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5% 
}
.box-link .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 
}
.box-link .post {
    display: block;
    font-size: 14px;
    color: #fff 
}

.video-icon a {
    width:65px;
    height: 65px;
    line-height:65px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #2cb07f;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 1.5em;
    z-index: 44 
   }
   .slider10 .video-icon a {
    border-radius: 0 
   }
   @-webkit-keyframes ripple-blue {
    0% {
     -webkit-box-shadow: 0 0 0 0 rgba(44,176,127, 0.3), 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3);
     box-shadow: 0 0 0 0 rgba(44,176,127, 0.3), 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3) 
    }
    100% {
     -webkit-box-shadow: 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3), 0 0 0 30px rgba(44,176,127, 0);
     box-shadow: 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3), 0 0 0 30px rgba(44,176,127, 0) 
    }
   }
   @keyframes ripple-blue {
    0% {
     -webkit-box-shadow: 0 0 0 0 rgba(44,176,127, 0.3), 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3);
     box-shadow: 0 0 0 0 rgba(44,176,127, 0.3), 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3) 
    }
    100% {
     -webkit-box-shadow: 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3), 0 0 0 30px rgba(44,176,127, 0);
     box-shadow: 0 0 0 10px rgba(44,176,127, 0.3), 0 0 0 20px rgba(44,176,127, 0.3), 0 0 0 30px rgba(44,176,127, 0) 
    }
   }
   .main_video {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50% 
   }

 
  .main_video {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .footer-wraper{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom:0.25%;
    padding-top: 60px;
  }
  .footer-container{
    width: 100%;
    height: auto;
    background-color: #fef7e9;
    position: relative;
    padding-top: 50px;
    padding-bottom:35px;
    border-radius: 10px;
  }
  .footr-bottom{
    width: 100%;
    height: auto;
    background-color:#80523b;
    border-radius: 10px;
    padding: 0px 20px;
    position: relative;
  }
  .copyright{
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1em;
    color: rgba(255,255,255,0.8);
  line-height: 46px;
  font-family: inherit;
  font-size: 1em;
  font-weight:normal;
  font-style: normal;
  font-display: swap;
  float: left;
  }
  .designed
  {
  width: auto;
  height: 46px;
  float: right;
  display: flex;
  align-items: center;
  }
  
  .designed p {
    width: auto;
    height: auto;
    font-size: 1em;
    color: rgba(255,255,255,0.8);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
  .designed p a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
  .designed p a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
  font-family: inherit;
  font-size: 1em;
  font-weight:  normal;
  font-style: normal;
  font-display: swap;
  }

  .footer-top{
    width: 100%;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer-top-container {
    width: auto;
    height: auto;
    float: left;
    position: relative;
  }
  .footer-top-container-icon {
    width: auto;
    height: auto;
    float: left;
    margin-right: 0.5em;
    color: #36836e;
    font-size: 1.5em;
  }
  .footer-top-container-content {
    width: auto;
    height: auto;
    float: left;
  }
  .footer-top-container-content p {
    font-family: inherit;
    font-size: 1em;
    color: #333;
    font-weight: normal;
    line-height: 1.7;
  }
  .footer-contact{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
  .footer-middle-content-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: inherit;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    color: #36836e;
    line-height: 2;
    margin-bottom: 0.5em;
    white-space: nowrap;
  }
  .footer-top-container ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 50%;
  }
  .footer-top-container ul li {
    font-family: inherit;
    font-size:1em;
    line-height:1.7;
}
.footer-top-container ul li a {
    font-family: inherit;
    font-size:1em;
    color:#333;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight: normal 
}
.footer-top-container ul li a:hover {
    font-family: inherit;
    font-size:1em;
    color:#36836e;
    padding-left:3px;
    font-weight: normal 
}
.footer-social-links {
    width:100%;
    height: auto ;
    margin-top: 1.5em;
}
.footer-social-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
}
.footer-social-links ul li{
    float: left;
    width:auto;
    margin-right: 1em;
}
.footer-social-links ul li a{
    color:#36836e;
    font-size:1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-links ul li a:hover{
    color:#333;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bg{
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom-right-bg{
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 2em;
    z-index: -1;
}
.bottom-right-bg img {
    width: 100%;
    height: 100%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.footer-top-container:nth-child(4){ min-width:290px ;}
  
.header-1 .menu-item:nth-last-child(1){ padding-right: 0% !important;}
.header-1 .menu-item:nth-last-child(1) .menu-link::before{ display: none !important;}

.about-wraper{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 75px;
}
.about-pic-wrap{
    width: 48.78%;
    height: auto;
    float: left;
    position: relative;
   margin-right: 1em;
}
.about-pic-left{
    width: 68.32%;
    height: auto;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.about-pic-right{
    width: 29.2%;
    float: right;
    height: auto;
}
.about-right-pic{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10%;
    overflow: hidden;
}
.about-right-pic:nth-child(2){ margin-bottom: 0px;}
.about-container {
    width: 47.72%;
    height: auto;
    float: right;
  }
  .about-container p {
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    margin: 1em 0em 0.5em 0em;
  }
  .about-bg{
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .about-video-wraper{
    width: 100%;
    height: auto;
    position: relative;
  }
  .about-video-bg{
    width: 100%;
    height: auto;
  }
  .about-video-container{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .about-image-container {
    -webkit-mask-image: url(../images/about-video.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    -webkit-mask-size: 100% 100%;
    margin: 0 auto;
      margin-bottom: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #f7f7f7;
  }
  .main-wraper{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom:30px;
}
.products-container{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  width: 100%;
  position: relative;
}
.produact-bottom-left-pic{
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.produact-bottom-right-pic{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products{
    width: 33%;
    height: auto;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    position: relative;
}
.products:nth-child(3n+3){ margin-right: 0%;}
.products-pic{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.product-name{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding:25px 30px;
    font-family: 'Outfit';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #fff;
  font-size: 1.875em;
}
.product-name-black{ color: #333;}

.contact-address{
    width: 33%;
    height: auto;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size:100% 100%;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #864c37;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right:20px ;
  color: #fff;
  font-size: 1.5em;
}
.contact-dtl{
  width: auto;
  height: auto;
  float: left;
}
.contact-dtl p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.7;
  color: #fff;
  font-weight: normal;
}
.contact-address:nth-child(3n+3){ margin-right: 0%;}
.enquiry-container{
  width: 100%;
  height: auto;
  padding-top:73px ;
}
.enquiry-pic{
  width: 41%;
  height: auto;
  float: left;
}


.rotating-image {
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.enquiry-dtl{
  width: 55%;
  height: auto;
  float: right;
}

.gallery-item  {
  width: 24%;
  float: left;
  height: auto;
  position: relative;
  margin-right: 1.33%;
  margin-bottom:1.33%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-item:nth-child(4n+4){ margin-right: 0%;}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}
.box-group.gallery-box h4 {
position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: 0;
  font-family:  inherit;
  z-index: 9;
  font-weight: 600;
  font-size: 1em;
  color: #333;
  padding: 6px 25px;
  background: #fff;
  border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
opacity: 1 !important
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}
.box-group{
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group .icon img{
height: auto !important;
width: 70%
  }
.box-group img{
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display:block;
  width: 100%;
  object-fit: cover;
height: 310px;
}
.box-group:hover img{
  transform: scale3d(1.15, 1.15, 1);
}
.box-group .box-content{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
  opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}
.box-group .box-content:after{
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
  opacity: 1;
  transform: scale(1);
}
.box-group .content-inner{
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
  opacity: 1;
  transform: scale(1);
}
.box-group .title{
  font-size: 22px;
  font-weight: 700;
  color:#ffcc00;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.box-group .post{
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
}
.box-group-icon {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: rgba(255,255,255,1) !important;
  font-size: 1.5em;
  font-family: inherit;
  width: 100%;
  text-align: left;
  z-index: 2;
  font-weight:500;
  padding-left: 2%;
  padding-right: 2%;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
a:hover .box-group-icon{
  display:none !important;
}
.group-link{
  position: absolute;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-group .icon{
  list-style: none;
  padding: 0;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  bottom:0;
  right:0;
  margin:auto;
}
.box-group:hover .icon{
  left: 0px;
  opacity: 1;
  transition-delay: 0.3s;
}
.box-group .icon li{
  display: inline-block;
}
.box-group .icon li {
     width: 180px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  font-size:18px;
  color: #fff;
  transition: all 0.5s ease 0s;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.inner-banner-pic img{ max-width: 100%;}
.fancybox-slide > *{ display: inherit !important;}

@media (min-width: 1023px) and (max-width: 1279px) {
    body {
        font-size:13px !important;
   }
   .container{
    width:100%;
    padding-left:5%;
    padding-right:5% 
}


.banner-caption-mid{ font-size: 3.5em;}
.enquiry-title{ font-size: 2em;}
}
@media (min-width: 1280px) and (max-width: 1359px) {
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:5%;
        padding-right:5% 
   }


.banner-caption-mid{ font-size: 3.5em;}
.enquiry-title{ font-size: 2em;}
}
@media (min-width: 1360px) and (max-width: 1399px) {
    body {
        font-size:15px !important;
   }
    .container{
        width:100%;
        padding-left:7%;
        padding-right:7% 
   }

   .banner-caption-mid{ font-size: 3.5em;}
   .enquiry-title{ font-size: 2em;}
}
@media (min-width: 1400px) and (max-width: 1441px) {
    body {
        font-size:16px !important;
   }
    .container{
        width:100%;
        padding-left:8%;
        padding-right:8% 
   }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    body {
        font-size:16px !important;
   }
    .container{
        width:100%;
        padding-left:10%;
        padding-right:10% 
   }
}
@media (min-width:1600px) and (max-width:1680px) {
    body {
        font-size:16px !important;
   }
    .container{
        width:100%;
        padding-left:10%;
        padding-right:10% 
   }
}
@media (min-width:1681px){
    body {
        font-size:16px !important;
   }
    .container{
        width:100%;
        padding-left:15%;
        padding-right:15% 
   }
}
.hide-menu{
    display: none;
}
@media (max-width:390px) {
    .grid li{
        width: 100% !important;
   }
   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (max-width:420px) {
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }

   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:421px) and (max-width:460px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }

   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:461px) and (max-width:560px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }
    .whats-app img{
        margin-left: 0px;
   }
    .header-1{
        padding-top: 0%;
   }

   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:561px) and (max-width:680px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }
    .header-1{
        padding-top: 0%;
   }

   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:681px) and (max-width: 768px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }
    .whats-app img{
        margin-left: 0px;
   }
    .header-1{
        padding-top: 0%;
   }
   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:769px) and (max-width:991px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .desk-view{
        display: none 
   }
    .mob-view{
        display: block 
   }
   .copyright span{ display: none;}
   .footer-top-container img{ display: none;}
   .footer-social-links{ width: 100%; margin-top: 0px;}
   .footer-top{ display: inherit;}
   .footer-top-container{ width: 100%; float: none;}
   .footer-top-container-content{ width: 100%; float: none;}


   .home-product{ display: none;}
   .home-product:nth-child(1){ display: block; width: 100%; margin-right: 0%;}
   .welcome-container-outer{ position: inherit; display: inherit; padding-top: 50px;}
   .welcome-container{ width: 100%;}
   .welcome-pic{ width: 100%;}
   .welcome-wraper{ padding-top: 50px; overflow: hidden;}
   .welcome-right-top{ display: none;}
   .welcome-pic-middle img{ width: 50%;}
   .welcome-farmer-pic img{ width: 90%;}
   .welcome-pic-middle { top: -5%;right: -64%;}
   .welcome-title{ font-size: 2.25em;}
   .bottom-wraper{ padding-top: 50px;}
   .enquiry-title{ font-size: 2em;}
   .enuiry-container{ padding: 15px 10px;}
   .enuiry-container .user-box{ width: 100%; margin-right: 0%;}
   .enuiry-container .user-box input{ line-height: 50px;}
   .view-all{ margin-top: 0; text-align: center; margin-bottom: 1em; float: none;}
   .view-all .book-button{ margin-top: 0;}
   .product-title{ margin-bottom: 0.25em;}

   .about-pic-wrap{ width: 100%; overflow: hidden; }
   .about-container{ width: 100%;  margin-top: 1em;}
   .about-pic-wrap .welcome-pic-middle { top:5%;right: -30%;}
   .products{ width: 100%; margin-right: 0%; margin-bottom: 1em;}

   .gallery-item{ width: 49% ; margin-right: 2%; margin-bottom: 2%;}
   .gallery-item:nth-child(2n+2){ margin-right: 0%;}
   .box-group img{ height: 165px;}

   .contact-address-wrap{ display: inherit;}
   .contact-address{ width: 100%; margin-bottom: 1em;}
   .enquiry-pic{ width: 100%; margin: 1em 0px;}
   .enquiry-dtl{ width: 100%; padding-top: 1.5em;}
   .rotating-image{ width: 75%; margin: 0 auto;}
   .about-wraper{ padding-top: 50px;}
   .main-wraper{ padding-top: 50px;}
   .home-product-wrap{ padding-top: 0px;}
}
@media (min-width:992px) and (max-width:1199px){
}
@media (max-width:992px) {
    .back-to-top{
        display: none !important;
   }
   .footer-top-container-content p br{ display: none;}
   .footer-top-container:nth-child(4){ display: none;}
   .footer-social-links{ width: 100%;  margin-bottom: 1em;}
   .footer-social-links ul{ width: auto;}

   .bottom-wraper .bottom-container{ display: inherit;}
   .enquiries-bottom{ width: 100%; float: none;}
   .video-container{ width: 100%; float: none; margin-top: 1em;}

   .banner{ display: inherit;}
   .banner-caption{ width: 100%; float: none;}
   .banner-pic{ width: 100%;}

   .banner-caption p{ display: none;}
   .banner-caption a{ display: none;}
   .banner-caption-mid{ text-align: center; font-size: 3em;}
   .banner-caption-top{ text-align: center; padding-top: 3em;}
   .banner-wraper{ min-height: 70vh;}
   .bredcum-wraper{ margin-top: 1em;}
   .banner-inner{ display: inherit;}
   .inner-caption{ width: 100%; text-align: center; font-size: 2em; padding: 0.5em 0em;}
   .inner-banner-pic{ width: 80%; margin: 0 auto; float: none;}
   .inner-banner{ margin-top: 75px;}
   .home-product-bg-pic{ top: 3em;}

   .footer-container{ padding-bottom: 80px;}
    #quick_view_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: auto;
        background-color: #fff ;
   }
    .hide-menu{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 15px 20px;
        visibility: visible;
   }
    .sexy-menu.detached{
        opacity: 1 !important 
   }
    .hide-menu a {
        width: 20%;
        line-height: 1;
        font-size: 1.5em;
        float: left;
        display: flex;
        justify-content: center;
   }
    .hide-menu {
        display: block;
   }
    .hide-menu img {
        display: block;
        justify-content: center;
        margin: 0 auto;
   }
    .nav-toggle{
        display: flex!important;
        align-items: center;
        width: 25px;
        height: 20px;
        cursor: pointer;
       /*border-top: 3px solid #000;
        border-bottom: 3px solid #000;
       */
        text-align: center;
        justify-content: center;
        top: auto !important;
   }
    .nav-toggle {
        top: auto !important;
        bottom:auto !important;
   }
    .nav-toggle:before{
        position: absolute;
        content: "";
        width: 40px;
        border-bottom: 3px solid #000;
        right: 0;
        display: none 
   }
    .nav-toggle:after{
        content: "";
        width: 33px;
        border-bottom: 3px solid #000;
        position: absolute;
        top: -2px;
        right: 0;
        display: none 
   }
    .nav-toggle {
       margin-top: 3px !important;
   }
    .bottom-menu {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
       /* border: 1px solid #999;
       */
        background-color: #fff;
        color: #666;
        box-shadow: rgba(103, 103, 103, 0.2) 0px 8px 24px;
   }
    .header-1 .bar-bottom .menu-navbar{
        justify-content: center !important;
   }
    .header-1 .bar-bottom{
        border-bottom: 0px !important;
   }
    .header-1 .links-list{
       bottom: 0 !important;
        top: inherit !important;
        background-color:#a58b62!important;
   }
    .header-1 .menu-wrapper{
        bottom: 70px !important;
        top: inherit !important
   }
    .menu-wrapper li a{
       color: rgba(255,255,255,1) !important;
   }
    .header-1 .menu-link{
        font-size: 1.25em !important
   }
    .header-1 .menu-link{
        justify-content: flex-start;
   }
    .section-main-bunner{
        height: auto;
        margin-bottom: 50px;
   }
    .header-1 .header-logo .logo-img.light-logo{
        width: 100px;
        height: auto !important;
   }
    .header-1.is-sticky.header-1 .header-logo .logo-img {
       width: 100px;
        height: auto !important;
   }
    .home-gallery:nth-child(2){
        display: none;
   }
    .header-1 .links {
        margin-top: inherit!important;
   }
}
@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .section-main-bunner{
        height: auto;
   }
    .banner-main{
        height: auto;
   }
    .welcome-left-pic{
        display: none;
   }
    .welcome-left-title br{
        display: none;
   }
    .values{
        width: 33%;
   }
    .whats-app{
        bottom: 70vh;
   }
}
