.farmi-how-we-started-block{
  background: #0262b2;
  /*height: 650px;*/
}
.farmi-how-we-started-block {
  position: relative;
  padding-bottom: 200px;
  background: #404a3d !important;
  padding-top: 120px;
  z-index: 1;
  color: #f8f9fa !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .farmi-how-we-started-block {
    padding: 70px 30px;
  }
}
.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 .site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}
.farmi-how-we-started-block .site-heading h2 {
  display: block;
  padding-bottom: 22px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
  color: #ffffff;
  font-size: 50px;
  font-family: var(--font-family);
}
@media (max-width: 767px) {
  .farmi-how-we-started-block .site-heading h2 {
    font-size: 24px;
  }
}
.farmi-how-we-started-block .history-items {
  position: relative;
}
.farmi-how-we-started-block .history-items .carousel {
  position: relative;
  width: 100%;
}
.farmi-how-we-started-block .history-items .carousel-indicators {
  bottom: auto;
  top: 0;
  justify-content: center;
  text-align: center;
  margin: 0 10%;
}
.farmi-how-we-started-block .history-items .carousel-indicators::after {
  position: absolute;
  left: 0;
  top: 42px;
  content: "";
  height: 2px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.farmi-how-we-started-block .owl-stage-outer {
  height: 200px;
}
.farmi-how-we-started-block .history-items .owl-item {
  position: relative;
}
.farmi-how-we-started-block .history-items .owl-item.active {
  background: transparent;
}
.farmi-how-we-started-block .history-items .owl-item:nth-child(2n) li {
  position: relative;
  top: 60px;
}
.farmi-how-we-started-block .history-items .owl-item:nth-child(2n) li::after {
  bottom: auto;
  top: -21px;
}

.farmi-how-we-started-block .timeline-carousel-item {
  position: relative;
  z-index: 1;
  text-indent: 0;
  border: none;
  color: #ffffff;
  background: transparent;
  line-height: 1;
  opacity: 1;
  height: 60px;
  text-align: center;
  display: block;
  float: none;
  width: auto;
  cursor: pointer;
  transition: margin 0.4s ease;
}
.farmi-how-we-started-block .timeline-carousel-item::after {
  position: absolute;
  left: 50%;
  bottom: 13px;
  content: "";
  height: 0;
  width: 0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin-left: -5px;
}
.farmi-how-we-started-block .timeline-carousel-item h4 {
  color: #ffffff;
  transition: all 0.35s ease-in-out;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--font-family);
}
.farmi-how-we-started-block .timeline-carousel-item:hover h4,
.farmi-how-we-started-block .history-items .owl-item.center h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font-family);
}
.farmi-how-we-started-block .timeline-carousel .owl-nav {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
.farmi-how-we-started-block .timeline-carousel .owl-prev {
  position: absolute;
  left: -60px;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 12px;
}
.farmi-how-we-started-block .timeline-carousel .owl-next {
  position: absolute;
  right: -60px;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 12px;
}
.farmi-how-we-started-block .carousel-inner {
  padding-top: 120px;
  padding-left: 15%;
  padding-right: 15%;
}
.farmi-how-we-started-block .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.farmi-how-we-started-block .history-items .carousel-item-next,
.farmi-how-we-started-block .history-items .carousel-item-prev,
.farmi-how-we-started-block .history-items .carousel-item.active {
  display: block;
}
.farmi-how-we-started-block .carousel-inner .active.carousel-item-right,
.farmi-how-we-started-block .history-items .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.farmi-how-we-started-block .carousel-inner .active.carousel-item-left,
.farmi-how-we-started-block .history-items .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.farmi-how-we-started-block .history-items .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 .carousel-inner h3 {
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .farmi-how-we-started-block .carousel-inner h3 {
    font-size: 24px;
  }
}
.farmi-how-we-started-block .carousel-inner p {
  color: #ffffff;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  /*height: 150px;*/
}
.farmi-how-we-started-block .carousel-inner p:last-child {
  margin-bottom: 0;
}
.farmi-how-we-started-block .carousel-inner .active {
  display: block;
}
