.farmi-how-we-started-block {
  position: relative;
  padding: 100px 0;
  z-index: 1;
  color: #f8f9fa !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .farmi-how-we-started-block {
    padding: 30px 0;
  }
}
.farmi-how-we-started-block .fixed-shape-center {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.farmi-how-we-started-block .top-view .site-heading {
  margin-bottom: 80px;
}
.farmi-how-we-started-block .top-view .site-heading h4 {
  color: #cccccc;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .farmi-how-we-started-block .top-view .site-heading h4 {
    font-size: 18px;
  }
}
.farmi-how-we-started-block .top-view .site-heading h2 {
    text-align: center;
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1.2;
    text-transform: uppercase;
}


.farmi-how-we-started-block .top-view .site-heading h2::before {
  /* background: var(--color-primary) none repeat scroll 0 0; */
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.farmi-how-we-started-block .top-view .site-heading h2::after {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  /* content: ""; */
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.farmi-how-we-started-block .bottom-view .history-items {
  position: relative;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel {
  position: relative;
  width: 100%;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators {
  bottom: auto;
  top: 0;
  justify-content: center;
  text-align: center;
  margin: 0 10%;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel.active{
  background-color: unset;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators::after {
  position: absolute;
  left: 0;
  top: 42px;
  content: "";
  height: 2px;
  width: 100%;
  background: #1d1a1a;
  z-index: -1;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer {
  height: 200px;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item {
  position: relative;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item.active {
  background: transparent;
  color: var(--color-primary);
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item:nth-child(2n) li {
  position: relative;
  /* top: 60px; */
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item:nth-child(2n) li::after {
  /* bottom: auto; */
  /* top: -22px; */
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item > li {
  cursor: pointer;
  transition: margin 0.4s ease;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item li {
  position: relative;
  z-index: 1;
  text-indent: 0;
  border: none;
  background: transparent;
  line-height: 1;
  opacity: 1;
  height: 60px;
  text-align: center;
  display: block;
  float: none;
  width: auto;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item li::after {
  position: absolute;
  left: 50%;
  bottom: 12px;
  content: "";
  height: 10px;
  width: 10px;
  border: 5px solid #0a0a0a;
  border-radius: 50%;
  margin-left: -5px;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item.center li::after {
  border: 5px solid var(--color-primary);
}
.farmi-how-we-started-block .bottom-view  .owl-item.center li h4 {
  color: var(--color-primary) !important;
}


.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item li h4 {
  font-weight: 600;
  color: #000;
  transition: all 0.35s ease-in-out;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item li:hover h4 {
  color: var(--color-primary) !important;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .owl-item li:hover::after {
  border-color: var(--color-primary);
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .current li h4 {
  color: var(--color-primary) !important;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer .current li::after {
  border-color: var(--color-primary);
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-nav {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  background: rgb(33 63 153 / 48%);
  height: 40px;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 12px;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  background: rgb(33 63 153 / 57%);
  height: 40px;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 12px;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner {
  padding-top: 120px;
  padding-left: 15%;
  padding-right: 15%;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item-next,
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item-prev,
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item.active {
  display: block;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .active.carousel-item-right,
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .active.carousel-item-left,
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item h3 {
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px;
  /* color: #ffffff; */
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}

.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item h3::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-size: contain;
  z-index: -1;
  background-position: bottom;
  background-repeat: no-repeat;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item p:last-child {
  margin-bottom: 0;
}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .active {
  display: block;
}

@media(max-width:1280px){
  .farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item p{font-size: 16px;}
  .farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item h3 {font-size: 26px;}
}


@media(max-width:991px){
  .farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item p{font-size: 14px;}
  .farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-inner .carousel-item h3 {font-size: 22px;}
  .farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-stage-outer {height: 110px;}
  
}

@media(max-width:576px){
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators::after {left: 20px;width: 85%;}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-nav .owl-prev {left: -30px;}
.farmi-how-we-started-block .bottom-view .history-items .carousel .carousel-indicators .timeline-carousel .owl-nav .owl-next {right: -30px;}
}

























