.row {
  margin: 0;
}
.modal-footer button{
  background:#00a066;
}

.home-banner {
  margin-top: 140px;
  height: 550px;
  /*background: green url('../images/banner.png');*/
  background-size: cover !important;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 55px;
}

.home-banner h2 {
  color: white;
  font-weight: normal;
  text-shadow: 2px 2px #000;
  padding-bottom: 15px;
}

/*BIG IMAGES SWIPER*/
.swiper-container {
  width: 100%;
  height: auto;
}
.symbols-container svg {
  width: 80%;
  height: 120px;
  max-width: 120px;
}
.symbols-container h4 {
  padding-top: 20px;
}
.symbols-container h3 {
  padding-top: 20px;
}
.big-images-swiper{
  margin-top:140px;
}
.big-images-swiper .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: calc((100% - 14px) / 2) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #cfcfcf;
  margin-right: 2px !important;
}
.big-images-swiper .swiper-pagination-bullet-active {
  background: #00a066 !important;
}

.big-images-swiper .swiper-pagination {
  bottom: 0 !important;
  display: flex !important;
  position: relative;
}

.swiper-img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.swiper-absolute-subtext-rtl {
  position: absolute;
  bottom: 10%;
  left: 20%;
  z-index: 5;
  text-align: left;
}
.swiper-absolute-subtext-rtl p {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
  text-align: left;
}
.farmer-text{
  padding-right: 15px;
  padding-left:15px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.farmer-text h2, .farmer-text h1, .farmer-text h3{
  color: black;
}
.farmer-column{
  background-size: cover!important;
  background-position: center center;
  background:url('../images/homepage-farmer.jpg');
}
.farmer-column img{
  opacity: 0;
}
.swiper-absolute-subtext-rtl a {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  text-align: right;
}
.swiper-absolute-subtext-rtl .readmore {
  font-size: 16px;
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background: #00a066;
  border: 1px solid white;
}

.swiper-absolute-subtext {
  position: absolute;
  bottom: 10%;
  right: 20%;
  z-index: 5;
  text-align: right;
}

.swiper-absolute-subtext p {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
  text-align: right;
}

.swiper-absolute-subtext a {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  text-align: left;
}

.swiper-absolute-subtext .readmore {
  font-size: 16px;
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background: #00a066;
  border: 1px solid white;
}

/*ICONS SWIPER*/
.symbols-swiper {
  margin-top: 100px !important;
  width: 60%;
}

.symbols-swiper svg {
  width: 150px;
  height: 150px;
}

.sympols-swiper .swiper-navigation {
  position: absolute;
}

.symbols-container .swiper-navigation {
  background: #0092ac;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3.2;
  color: white;
  top: 60px;
}

.symbols-container .swiper-navigation:before {
  line-height: 0;
}

.symbols-container .swiper-button-next {
  padding-left: 20px;
}

.symbols-container .swiper-button-prev {
  padding-left: 18px;
}

.swiper-button-prev {
  top: 50%;
  margin-top: 5px;
  left: -26px
}

.swiper-button-next {
  top: 50%;
  margin-top: 5px;
  right: -26px
}

.values-swiper .swiper-slide {
  text-align: center;
}


/*=======who we are section*/

/* .who-is .background-container{
    margin-top: 100px;
    background-image: url("../images/homepage-farmer.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #edf9fb;
    background-size: cover;
    color:#58585a

} */
.who-is {
  background: #fafafa;
}
.who-is p {
  color: #9aa6ae !important;
}
.who-is h2 {
  color: #58585a;
}
.who-is .col-container {
  padding: 0;
}

.who-is img {
  width: 100%;
}

.who-is .readmore {
  font-size: 16px;
  color: white !important;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-top: 10px;
  padding-left: 50px;
  background: #00a066;
  border-radius: 5px;
  width: 150px;
  text-align: center;
}

.who-is .text-description {
  margin-top: 10%;
  margin-bottom: 10%;
}
.filter .filter-link {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/*=====recent news section ====*/
.news-image-container {
  position: relative;
}
.news-image-container .news-image {
  position: relative;
  width: 100%;
}
.news-image-container .news-triangle {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.news-text {
  background: #f0f0f0;
  min-height: 100px;
  padding: 20px;
  text-align: left;
}
.news-text div{
  padding:0!important
}
.recent-news .news-text-content {
  padding: 5px;
}
.recent-news-swiper-navigation {
  background: #08a450;
  background-image: none !important;
  border-radius: 50%;
  border: 2px solid #08a450;
  width: 33px !important;
  height: 33px !important;
  color: white;
  padding-left: 11px;
  position: absolute;
  top: 50% !important;
  margin-top: -16px;
}
.recent-news-swiper-navigation:before {
  line-height: 1.8;
}
.recent-news-swiper-navigation.swiper-button-prev {
  padding-left: 7px;
  margin-right: 20px;
  left: -10px;
  padding-top: 2px;
}
.recent-news-swiper-navigation.swiper-button-prev:before {
  content: '\279E';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}
.recent-news-swiper-navigation.swiper-button-next:before {
  content: '\279E';
  display: inline-block;
  margin-top: revert;
}
.recent-news-swiper-navigation.swiper-button-next {
  margin-right: 20px;
  right: -26px;
  padding: 0 8px;
}
/* newsletter */
.newsletter-subscribe input {
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  padding-left: 20px;
  background: #fbfbfb;
  box-shadow: none;
  border: 1px solid #efefef;
  text-indent: 10px;
  height:50px;
}
/*.newsletter-subscribe input[type="submit"]{
  padding:0;
  text-indent: 0;
}*/
.newsletter-input-container-ar input {
  padding-left: 20px !important;
  text-indent: 10px;
}
/*.newsletter-subscribe .submit {
  color: white;
  background-color: #00a066;
}*/
.newsletter-subscribe input:focus {
  outline: none;
  border-color: green !important;
}
.newsletter-subscribe input::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter-subscribe input:-moz-placeholder {
  font-style: italic;
}

.newsletter-subscribe input::-moz-placeholder {
  font-style: italic;
}

.newsletter-subscribe input:-ms-input-placeholder {
  font-style: italic;
}

.join-news-letter {
  padding-top: 20%;
}
.join-news-letter .submit {
  border-radius: 5px;
}
.recent-news-swiper-navigation.mobile-news-navigation {
  display: none;
}
.recent-news-swiper-navigation.desktop-news-navigator {
  /* margin-top: 10%; */
}
.recent-news {
  margin-bottom: 50px;
}
/* @media only screen and (max-width: 844px) {
  .desktop-only{
    display: none;
  }
} */
@media only screen and (max-width: 1200px) {
  .recent-news-swiper-navigation.mobile-news-navigation {
    display: inline-block;
  }
  .desktop-news-navigator {
    display: none !important;
  }
  .join-news-letter {
    position: relative;
  }
  .news-letter-col {
    margin-top: 50px;
  }
  .recent-news-title-container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1140px) {
}

@media only screen and (max-width: 750px) {
  .who-is {
    font-size: 12px;
  }
  .who-is h2 {
    font-size: 1.7rem;
  }
  .swiper-absolute-subtext {
    right: 10%;
  }

  .swiper-absolute-subtext .readmore {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .swiper-absolute-subtext p {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }

  .swiper-button-prev {
    left: 0px
  }

  .swiper-button-next {
    right: 0px
  }
}
