/***
=============================================
    Highlights
=============================================
***/

.highlights_section .highlights_wrapper {
    background-color: #fff;
    display: flex;
    padding: 12px 120px;
    /* padding: 12px 165px; */
    justify-content: center;
    align-items: center;
    /* background-color: rgb(242 243 248); */
}

.highlights_section .highlights_wrapper .single_achieve_wrapper {
    display: flex;
    align-items: center;
}

.highlights_section .highlights_wrapper .single_achieve_wrapper .achieve_icons {
    margin-right: 20px;
}

.highlights_section .highlights_wrapper .single_achieve_wrapper img {
    width: 40px;
    height: 40px;
}

.highlights_section .highlights_wrapper .single_achieve_wrapper .description_wrapper {
    height: fit-content;
    margin: 10px 0;
}

.highlights_section .highlights_wrapper .single_achieve_wrapper .description_wrapper p {
    font-size: 0.8em;
    color: #000000;
    line-height: 24px;
    margin: 0;
}

.highlights_section .highlights_wrapper .single_achieve_wrapper .description_wrapper p:first-child {
    font-size: 17px;
    font-weight: 600;
}


/*team section*/
/***
=============================================
    Meet Farmers One
=============================================
***/

.meet-farmers-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 87px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: -120px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}

.meet-farmers-one .sec-title {
    margin-bottom: 53px;
}

.meet-farmers-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.meet-farmers-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.meet-farmers-one__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), 0.5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scaleY(0);
    opacity: 0;
    z-index: 1;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-img::before {
    opacity: 1;
    transform: scaleY(1);
}

.meet-farmers-one__single-img img {
    width: 100%;
}

.meet-farmers-one__single-img .social-link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 9px 0px 8px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scaleY(0);
    z-index: 5;
}

.meet-farmers-one__single:hover .meet-farmers-one__single-img .social-link {
    transform: scaleY(1);
}

.meet-farmers-one__single-img .social-link ul {
    position: relative;
    display: block;
}

.meet-farmers-one__single-img .social-link ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.meet-farmers-one__single-img .social-link ul li:last-child {
    margin-right: 0;
}

.meet-farmers-one__single-img .social-link ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.meet-farmers-one__single-img .social-link ul li a:hover {
    color: var(--thm-base);
}

.meet-farmers-one__single-img .social-link ul li a i::before {}

.meet-farmers-one__single-title {
    position: relative;
    display: block;
    padding-top: 15px;
}

.meet-farmers-one__single-title p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.meet-farmers-one__single-title h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.meet-farmers-one__single-title h2 a {
    color: var(--thm-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.meet-farmers-one__single-title h2 a:hover {
    color: var(--thm-base);
}

.meet-farmers-one--about {
    position: relative;
    display: block;
    padding: 120px 0px 86px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
/*************************************************************************/
.innerPage_section {
    padding: 80px 0;
}
.directors-info {
    display: flex;
    flex-wrap: wrap;
}
.directors-info .meet-farmers-one__single-img {
    width: 250px;
}
.directors-info.right_align .descrition, .directors-info.left_align .meet-farmers-one__single-img {
    border-radius: 10px 0 0 10px;
}
/*team style 2*/

.team_style2 .directors-info {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #dfdddd;
    border-radius: 10px;
    justify-content: space-between;
}

.team_style2 .directors-info .meet-farmers-one__single-img {
    width: 208px;
    height: 220px;
}

.team_style2 .meet-farmers-one__single-img::before {
    border-radius: 10px;
}

.team_style2 .directors-info .meet-farmers-one__single-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top center;
}

.team_style2 .directors-info .descrition {
    width: calc(100% - (208px + 30px));
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.full-content.team_style2 .directors-info .descrition {
    max-height: 100%;
}

.directors-info .readmore-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    text-align: right;
}

.directors-info .button {
    font-size: 12px;
    padding: 7px 20px !important;
}

.directors-info .readmore-overlay {
    background: linear-gradient(rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 1;
}

.team-modal .meet-farmers-one__single {
    margin: 0;
}

@media (min-width: 576px) {
    .team-modal .modal-dialog {
        max-width: 80%;
    }
}

/*awards*/

.awards-certification .left_section .awards_name-outer {
    display: flex;
    align-items: center;
  }
  .awards-certification .left_section .awards_name-outer + .awards_name-outer {
    margin-top: 15px;
  }
  .awards-certification .left_section .awards_name-outer .img {
    height: 70px;
    padding: 10px 0;
    width: 100px;
    text-align: center;
  }
  .awards-certification .left_section .awards_name-outer .img img {
    object-fit: cover;
    height: 100%;
  }
  .awards-certification .left_section .awards_name-outer .award_name {
    flex-grow: 1;
    background-color: #f6f4ec;
    border-radius: 10px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    padding: 20px 10px;
    text-align: center;
    width: calc(100% - 10px);
    font-size: 14px;
  }
  .awards-certification .left_section .awards_name-outer .award_name em {
    font-size: 14px;
    margin-top: 2px;
  }
  .all_awards .aboutItem {
    flex: auto;
    width: calc((100% / 5) - 10px);
    border: 1px solid #ececec;
    margin: 0 5px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
  }
  .all_awards .year {
    background: #273172;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 6px 6px 0 0;
    width: 101%;
  }
  .all_awards .aboutItem p {
    padding: 10px 10px 0 !important;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
  }
  .all_awards .aboutItem p.heading {
    color: var(--thm-tertiary);
    font-weight: 500;
  }
  .all_awards .aboutItem p.desc {
    padding-top: 0 !important;
    font-size: 14px;
    flex-grow: 1;
  }
  .all_awards .aboutItem .icons {
    text-align: center;
    padding: 10px 5px;
  }
  .all_awards .aboutItem .icons img {
    width: auto;
    height: 40px;
    max-width: 100px;
    object-fit: contain;
  }
  .awards-certification .about-three__content-box.left_section {
    height: 100%;
  }
  .awards-certification .about-three__content-box-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
  }
  .aboutItems {
    display: flex;
    flex-wrap: wrap;
}
.about-three__content-box-inner:after {
    content: "";
    border: solid 1px #2079003d;
    height: 98%;
    position: absolute;
    bottom: 0;
    right: -5px;
    top: 0;
    margin: auto;
}


@media (max-width: 767px) {
    .awards-certification .aboutItems {
        display: flex;
      }
      .all_awards .aboutItem {
        width: calc((100% / 2) - 10px);
        padding: 0;
      }
      .all_awards .year {
        width: 100%;
      }
}

.features-two__singlewa {
    position: relative;
    display: block;
    background: #fff;
    padding: 21px 14px 20px;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 3%);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.features-two__single-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.features-two__singlewa .features-two__single-title h3 {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--thm-font);
    margin-bottom: 3px;
}