




   .slideshow {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    
    .slide {
        display: none;
        width: 100%;
        height: auto;
    }



 .container-fluid {
     
      background: linear-gradient(180deg, #F7CD7B, #FFFFFF);
    }

    .image-container img {
      border-radius: 20px;
      max-width: 80%;
      height: auto;
      
      margin: 50px; /* Adding margin to the image */
        margin-top: -20px;
    }

    .text-container {
      
      
      padding: 20px;
      margin: 20px; /* Adding margin to the text container */
       
    }

    .text-container h1 {
      font-size: 36px;
      color: #1F7753;
    }

    .text-container p {
      font-size: 18px;
      color: #000000;
      margin-bottom: 20px;
    }

    .read-story {
      display: inline-block;
      padding: 10px 20px;
      background-color: #1F7753;
      color: #FFFFFF;
      text-decoration: none;
      font-size: 16px;
      border-radius: 5px;
    }

    .read-story:hover {
      background-color: #165737;
    }






 .container-fluid {
  border-radius: 50px;
  background: linear-gradient(180deg, #F7CD7B, #FFFFFF);
 
    padding: 10px;
}

 .title {
      text-align: center;
      margin-bottom: 20px;
    }

    .title h1 {
      font-size: 36px;
      color: #333;
    }

    .line-short, .line-long {
      width: 50%;
      height: 2px;
      background-color: #333;
      margin: 0 auto;
    }

    .line-long {
      width: 75%;
      margin-top: 5px;
    }





    .product {
      margin-bottom: 20px;
      border-radius: 10px;
      overflow: hidden;
      text-align: center; /* Center align product details */
    }

    .product img {
       
      max-width: 100%; /* Adjust image width */
      height: auto;
      display: block;
      margin: 0 auto; /* Center align image */
      /*border-bottom: 2px solid #ccc;*/
    }

    .details {
      padding: 10px;
    }

    .details h2 {
      font-size: 18px;
      color: #333;
      margin-bottom: 8px;
    }

    .details p {
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
    }

    .price, .offer-price {
      font-weight: bold;
      color: #005432;
    }





    .subscribe-text {
      font-size: 34px;
      font-weight: bold;
    }
    .green-text {
      color: #28a745; /* Green color */
    }
    @media (max-width: 8756px) {
      .subscribe-text {
        font-size: 38px; /* Adjusting font size for smaller screens */
      }
    }






.subscribe-button {
      background-color: green;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .form-wrapper {
      display: flex;
      align-items: center; /* Align items vertically */
    }
    .email-input {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px 0 0 5px;
      width: 100%;
      max-width: 400px;
    }
    .subscribe-button-container {
      padding-left: 10px;
    }
    .image-container {
      margin-right: 20px;
    }
    .image-container img {
      max-width: 80%;
      height: auto;
      border-radius: 5px;
    }
    @media (max-width: 768px) {
      .form-wrapper {
        flex-direction: column;
        align-items: stretch;
      }
      .image-container {
        margin-bottom: 20px;
        margin-right: 0;
      }
      .subscribe-button-container {
        padding-left: 0;
        margin-top: 10px;
      }
      .email-input {
        border-radius: 5px;
        width: 100%;
        max-width: none;
      }
    }








.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}


.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background-image: center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("Images/Home/Tractor.gif") no-repeat center center ;
    margin-bottom: 10px;
    width: 320px;
    height: 130px;
  background-size:60%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("Images/Home/farmer.gif") no-repeat center center;
    width: 100px;
    height: 100px;
  background-size:100%;
    margin-bottom: 0;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}




 

/*************footer End*****************/
