* {
  margin: 0;
  padding: 0; }

body {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  position: relative;
  background: #fffefd !important;
  color: #1b1c1e !important;
  padding: 0; }

html {
  font-size: 62.5%; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

.header {
  height: 100vh; }
  @media (max-width: 600px) {
    .header {
      height: unset; } }
  .header .navigation {
    background: #5d7200;
    padding: 0 10rem;
    height: 7rem; }
    @media (max-width: 600px) {
      .header .navigation {
        padding: 0 2rem;
        height: 5rem;
        display: none;
        position: relative; } }
    .header .navigation .logo {
      background: #ecebeb;
      height: 8rem;
      width: 7rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 600px) {
        .header .navigation .logo {
          height: 6rem; } }
    .header .navigation_links {
      height: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 600px) {
        .header .navigation_links {
          flex-direction: column;
          position: absolute;
          height: fit-content;
          top: 5rem;
          left: 0;
          width: 50%;
          height: 100vh;
          background: #333f00;
          z-index: 10;
          display: none; } }
      .header .navigation_links .nav_link {
        font-size: 1.3rem;
        text-decoration: none;
        color: #eee;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 3rem; }
        .header .navigation_links .nav_link:hover {
          background: #485900;
          color: #caca00; }
        @media (max-width: 600px) {
          .header .navigation_links .nav_link {
            height: fit-content;
            padding: 3rem;
            left: 0;
            width: 100%; } }
      .header .navigation_links .active {
        background: #333f00;
        color: #caca00; }
    .header .navigation .toggle {
      background: none;
      outline: none;
      border: none;
      color: #dedede;
      width: 50px;
      height: 50px;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      display: none; }
      @media (max-width: 600px) {
        .header .navigation .toggle {
          display: block; } }
      .header .navigation .toggle span {
        position: absolute;
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        left: 14px;
        height: 2px;
        transition: all 0.4s; }
        .header .navigation .toggle span:nth-of-type(1) {
          top: 15px;
          width: 45%; }
        .header .navigation .toggle span:nth-of-type(2) {
          top: 23px;
          width: 35%; }
        .header .navigation .toggle span:nth-of-type(3) {
          top: 31px;
          width: 20%; }
  .header .active_btn span:nth-of-type(1) {
    width: 2.5rem !important;
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-135deg); }
  .header .active_btn span:nth-of-type(2) {
    opacity: 0; }
  .header .active_btn span:nth-of-type(3) {
    width: 2.5rem !important;
    top: 27px !important;
    left: 14px;
    transform: translateY(-6px) rotate(135deg); }
  .header .hero_sec {
    padding: 0 10rem;
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 600px) {
      .header .hero_sec {
        padding: 0 2rem; } }
    .header .hero_sec .caption_container {
      padding: 10rem 0 0 0; }
      @media (max-width: 600px) {
        .header .hero_sec .caption_container {
          padding-top: 6rem; } }
    .header .hero_sec .caption {
      width: 50%;
      font-size: 8rem;
      font-family: "Jura", sans-serif;
      font-optical-sizing: auto;
      font-weight: normal;
      font-style: normal;
      color: #616161;
      line-height: 1;
      margin-bottom: 2rem; }
      @media (max-width: 600px) {
        .header .hero_sec .caption {
          font-size: 1.45rem;
          width: 90%;
          margin-top: 2rem; } }
      .header .hero_sec .caption span {
        font-weight: bolder;
        color: #809a0a; }
        @media (max-width: 600px) {
          .header .hero_sec .caption span {
            font-size: 3rem; } }
    .header .hero_sec .sub_caption {
      width: 40%;
      font-size: 1.3rem; }
      @media (max-width: 600px) {
        .header .hero_sec .sub_caption {
          width: 100%;
          font-size: 1.2rem;
          margin-top: 9rem;
          width: 47%; } }
    .header .hero_sec .hero_img {
      position: absolute;
      right: 7rem;
      top: 3rem;
      width: 45%;
      object-fit: contain; }
      @media (max-width: 600px) {
        .header .hero_sec .hero_img {
          width: 80%;
          top: 0;
          right: -3.3rem; } }

.about_section {
  margin-top: 15rem;
  position: relative;
  padding: 0 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 5rem; }
  @media (max-width: 600px) {
    .about_section {
      margin-top: 3rem;
      padding: 0 2rem;
      display: flex;
      flex-direction: column-reverse; } }
  .about_section .base_container {
    width: 30%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 600px) {
      .about_section .base_container {
        position: unset;
        flex-direction: column-reverse;
        padding: 0;
        width: 91%; } }
    .about_section .base_container .mission {
      background: #5d7200;
      width: 100%;
      height: 12rem;
      padding: 1rem 2rem;
      border-radius: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem; }
      @media (max-width: 600px) {
        .about_section .base_container .mission {
          width: 100%;
          margin-top: 2rem;
          padding: 2rem;
          height: unset; } }
      .about_section .base_container .mission p {
        font-size: 1.2rem;
        margin-bottom: 0;
        color: #eee; }
    .about_section .base_container .other_mission {
      background: #5d7200;
      width: 100%;
      height: 20rem;
      border-radius: 2rem;
      padding: 2rem 3rem;
      position: relative; }
      @media (max-width: 600px) {
        .about_section .base_container .other_mission {
          width: 100%; } }
      .about_section .base_container .other_mission .mission_content {
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.692); }
        .about_section .base_container .other_mission .mission_content strong {
          color: white;
          font-weight: bold; }
        .about_section .base_container .other_mission .mission_content:last-of-type {
          width: 70%;
          margin-left: 25%;
          margin-top: 3rem; }
      .about_section .base_container .other_mission .curvy_cta {
        position: absolute;
        left: 0;
        height: 6.5rem;
        width: 6.5rem;
        border-radius: 2rem;
        bottom: 0;
        z-index: 7;
        background: #a55d00;
        text-decoration: none;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center; }
      .about_section .base_container .other_mission .white_box {
        background: white;
        border-radius: 0 2rem 0 2rem;
        width: 7rem;
        height: 7rem;
        position: absolute;
        bottom: 0;
        left: 0; }
      .about_section .base_container .other_mission::after {
        content: "";
        position: absolute;
        left: 6rem;
        height: 3rem;
        width: 3rem;
        background: transparent;
        border-left: 1rem solid white;
        border-bottom: 1rem solid white;
        border-bottom-left-radius: 3rem;
        bottom: -1rem; }
      .about_section .base_container .other_mission::before {
        content: "";
        position: absolute;
        left: -1rem;
        bottom: 6rem;
        height: 3rem;
        width: 3rem;
        background: transparent;
        border-left: 1rem solid white;
        border-top: 1rem solid white;
        border-top-left-radius: 3rem;
        transform: rotate(270deg);
        z-index: 3; }
  .about_section .left_part {
    position: relative;
    width: 55%; }
    @media (max-width: 600px) {
      .about_section .left_part {
        width: 100%;
        margin-top: 4rem; } }
    .about_section .left_part .large_title {
      font-size: 7rem;
      font-family: "Jura", sans-serif;
      color: #616161; }
      @media (max-width: 600px) {
        .about_section .left_part .large_title {
          font-size: 3rem;
          position: absolute;
          top: -3.5rem;
          font-size: 2.8rem; } }
      .about_section .left_part .large_title .mod {
        color: #809a0a; }
    .about_section .left_part .info {
      width: 100%;
      font-size: 1.3rem;
      color: grey;
      margin-top: 2rem; }
      @media (max-width: 600px) {
        .about_section .left_part .info {
          width: 100%; } }

.our_services {
  padding: 0 10rem;
  margin-top: 15rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 600px) {
    .our_services {
      margin-top: 3rem;
      padding: 0 2rem;
      flex-direction: column-reverse;
      justify-content: center; } }
  .our_services .service_card-container {
    width: 50%; }
    @media (max-width: 600px) {
      .our_services .service_card-container {
        width: 91%; } }
    .our_services .service_card-container .service_card {
      width: 47%;
      height: 25rem;
      background: #e9e9e9;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-start;
      padding: 2rem;
      border-radius: 2rem;
      position: relative; }
      .our_services .service_card-container .service_card img {
        width: 100%;
        height: 40%;
        object-fit: cover;
        border-radius: 1.5rem; }
      @media (max-width: 600px) {
        .our_services .service_card-container .service_card {
          width: 100%; }
          .our_services .service_card-container .service_card img {
            width: 100%; } }
      .our_services .service_card-container .service_card::before {
        content: "";
        position: absolute;
        right: -1rem;
        bottom: 6rem;
        height: 3rem;
        width: 3rem;
        background: transparent;
        border-right: 1rem solid white;
        border-bottom: 1rem solid white;
        border-bottom-right-radius: 3rem;
        z-index: 3;
        box-shadow: 5px 5px 0 5px white; }
      .our_services .service_card-container .service_card::after {
        content: "";
        position: absolute;
        right: 5.5rem;
        bottom: -1rem;
        height: 3rem;
        width: 3rem;
        background: transparent;
        border-right: 1rem solid white;
        border-bottom: 1rem solid white;
        border-bottom-right-radius: 3rem;
        z-index: 3;
        box-shadow: 5px 5px 0 5px white; }
      .our_services .service_card-container .service_card .service_name {
        width: 100%;
        margin: 1rem 0;
        font-weight: 600;
        font-size: 1.4rem; }
      .our_services .service_card-container .service_card .text {
        font-size: 1.1rem;
        line-height: 1.2;
        width: 75%; }
        @media (max-width: 600px) {
          .our_services .service_card-container .service_card .text {
            margin-bottom: 0; } }
      .our_services .service_card-container .service_card .curvy_cta {
        position: absolute;
        right: -0.5rem;
        height: 7rem;
        width: 7rem;
        border-radius: 2.5rem;
        bottom: 0;
        background: #5d7200;
        text-decoration: none;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0.54rem solid white;
        box-sizing: border-box;
        z-index: 10; }
  .our_services .services_text {
    width: 45%;
    position: relative; }
    @media (max-width: 600px) {
      .our_services .services_text {
        width: 100%;
        margin-bottom: 4rem; } }
    .our_services .services_text .text {
      font-family: "Khula", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 4.5rem;
      color: #616161; }
      @media (max-width: 600px) {
        .our_services .services_text .text {
          font-size: 3.5rem;
          margin-top: 3rem; } }
      .our_services .services_text .text .color {
        color: #809a0a;
        font-weight: 600; }
    .our_services .services_text .services_info {
      font-size: 1.2rem;
      color: #505050; }
    .our_services .services_text .curvy_cta {
      border-radius: 2rem;
      background: #5d7200;
      text-decoration: none;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15rem;
      height: 6rem;
      margin-top: 3rem;
      font-size: 1.3rem; }
      @media (max-width: 600px) {
        .our_services .services_text .curvy_cta {
          width: 100%; } }
    .our_services .services_text .small {
      position: absolute;
      left: 92%;
      top: -35%;
      z-index: -1;
      transform: rotate(270deg); }
      @media (max-width: 600px) {
        .our_services .services_text .small {
          left: -9rem;
          top: -6rem; } }
    .our_services .services_text .blury {
      transform: rotate(270deg);
      width: 120%;
      position: absolute;
      top: -40%;
      left: -10rem;
      z-index: -1;
      filter: blur(0.5rem);
      opacity: 0.2;
      display: none; }
      @media (max-width: 600px) {
        .our_services .services_text .blury {
          bottom: -13rem;
          top: unset;
          left: unset;
          right: -8.4rem; } }

.testimonials {
  width: 100%;
  padding: 0 10rem; }
  @media (max-width: 600px) {
    .testimonials {
      padding: 2rem;
      display: none; } }
  .testimonials .sec_heading {
    font-size: 5rem;
    width: 70%;
    font-weight: 300;
    font-family: "Khula", sans-serif;
    color: #616161;
    margin-bottom: 3rem; }
    @media (max-width: 600px) {
      .testimonials .sec_heading {
        width: 100%;
        font-size: 3rem; } }
  .testimonials .testimonials_container {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .testimonials .testimonials_container {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 2rem; } }
    .testimonials .testimonials_container .testimonial {
      background: #f3f3f3;
      padding: 1.5rem;
      width: 32%;
      border-radius: 10px;
      height: 18rem; }
      @media (max-width: 600px) {
        .testimonials .testimonials_container .testimonial {
          width: 91%; } }
      .testimonials .testimonials_container .testimonial .customer {
        display: flex;
        align-items: center;
        column-gap: 1rem;
        margin-bottom: 1rem; }
        .testimonials .testimonials_container .testimonial .customer img {
          width: 5rem;
          height: 5rem;
          object-fit: cover;
          object-position: top center;
          border-radius: 50%; }
        .testimonials .testimonials_container .testimonial .customer .det .name {
          font-weight: 600;
          font-size: 1.4rem; }
        .testimonials .testimonials_container .testimonial .customer .det .designation {
          margin-bottom: 0;
          font-size: 1.2rem;
          color: grey; }
      .testimonials .testimonials_container .testimonial .text {
        font-size: 1.2rem; }

.facilities {
  width: 100%;
  height: 65vh;
  background: linear-gradient(to right, #5d7200, #5d7200), url(/img/farm_road.jpg);
  background-blend-mode: multiply;
  background-size: contain;
  margin-top: 5rem;
  padding: 2rem 10rem; }
  @media (max-width: 600px) {
    .facilities {
      display: none; } }
  @media (max-width: 600px) {
    .facilities {
      padding: 2rem; } }
  .facilities .sec_heading {
    font-size: 5rem;
    width: 70%;
    font-weight: 300;
    font-family: "Khula", sans-serif;
    color: #ffffff;
    margin-bottom: 3rem; }
  .facilities .facilities_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    margin-top: 9rem; }
    .facilities .facilities_container .facility_card {
      background: white;
      width: 19%;
      height: 10rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem; }
      .facilities .facilities_container .facility_card p {
        font-size: 1.2rem;
        color: grey; }

.our_partners-section {
  padding: 0 10rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  width: 100%; }
  @media (max-width: 600px) {
    .our_partners-section {
      padding: 0 2rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .our_partners-section .title {
    font-family: "Jura", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #616161;
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .our_partners-section .title {
        font-size: 3rem; } }
    .our_partners-section .title .color {
      color: #809a0a; }
  .our_partners-section .icons_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .our_partners-section .icons_list {
        column-gap: 1rem; } }
    .our_partners-section .icons_list img {
      width: 18rem;
      height: 10rem;
      object-fit: contain; }
      @media (max-width: 600px) {
        .our_partners-section .icons_list img {
          width: 9rem;
          height: 5rem; } }

footer {
  background: #d8dacf;
  padding: 3rem 10rem;
  box-sizing: border-box;
  display: flex; }
  @media (max-width: 600px) {
    footer {
      flex-direction: column;
      padding: 2rem; } }
  footer .logo_container {
    display: flex;
    align-items: center; }
    footer .logo_container img {
      width: 7rem;
      height: 7rem;
      object-fit: contain; }
  footer .footer_element {
    display: flex;
    flex-direction: column; }
    footer .footer_element:not(:last-of-type) {
      margin-bottom: 2rem; }
    footer .footer_element .footer_el {
      color: #333f00;
      font-size: 1.3rem; }

.other_hero {
  width: 100%;
  height: 35vh;
  background: linear-gradient(to right, #5d7200, #5d7200), url(/img/farm_road.jpg);
  background-blend-mode: multiply;
  background-size: contain;
  padding: 0 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 600px) {
    .other_hero {
      height: 20vh;
      background-repeat: no-repeat;
      background-size: cover; } }
  .other_hero .page_title {
    color: white;
    font-family: "jura";
    font-size: 8rem; }
    @media (max-width: 600px) {
      .other_hero .page_title {
        font-size: 3rem; } }
  .other_hero .breadcrumb li {
    font-size: 1.2rem;
    font-weight: 600; }
    .other_hero .breadcrumb li a {
      color: white !important;
      text-decoration: none; }
  .other_hero .breadcrumb li.active {
    color: orange; }

.main_content {
  padding: 2rem 10rem; }
  @media (max-width: 600px) {
    .main_content {
      padding: 2rem; } }
  .main_content .page_caption {
    font-family: "julius sans one", sans-serif;
    font-size: 3.5rem;
    width: 73%;
    color: #5d7200;
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .main_content .page_caption {
        font-size: 1.7rem; } }
  .main_content .about_us-caption {
    font-size: 1.3rem;
    color: grey; }
  .main_content .facilities_sec {
    margin: 4rem 0;
    column-gap: 4rem; }
    @media (max-width: 600px) {
      .main_content .facilities_sec {
        flex-direction: column-reverse; } }
    .main_content .facilities_sec .facilities_list .sec_title {
      font-size: 2rem;
      font-family: "khula";
      margin-bottom: 2rem; }
    .main_content .facilities_sec .facilities_list .item {
      font-size: 1.3rem;
      color: grey; }
    .main_content .facilities_sec img {
      width: 45rem;
      height: 30rem;
      object-fit: contain; }
      @media (max-width: 600px) {
        .main_content .facilities_sec img {
          width: 100%; } }
  .main_content .our_team .sec_title {
    font-size: 2rem;
    font-family: "khula";
    margin-bottom: 4rem; }
  .main_content .our_team .team_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3rem; }
    .main_content .our_team .team_list .team_member {
      width: 23rem;
      height: 25rem;
      background: #d9d9d9; }
      .main_content .our_team .team_list .team_member img {
        width: 100%;
        height: 70%;
        object-fit: cover;
        object-position: top center; }
      .main_content .our_team .team_list .team_member .name {
        padding: 0 1rem;
        font-weight: 600;
        font-size: 1.45rem;
        color: #333f00;
        margin-bottom: 0;
        margin-top: 1rem; }
      .main_content .our_team .team_list .team_member .position {
        padding: 0 1rem;
        color: grey;
        font-size: 1.3rem; }

.services_container {
  padding: 0;
  margin-top: 0; }
  .services_container .service_card-container {
    width: 75%; }
    @media (max-width: 600px) {
      .services_container .service_card-container {
        width: 100%;
        justify-content: center; } }
    .services_container .service_card-container .service_card {
      width: 30%; }
      @media (max-width: 600px) {
        .services_container .service_card-container .service_card {
          width: 75%; } }
  .services_container .services_text {
    width: 25%; }
    @media (max-width: 600px) {
      .services_container .services_text {
        width: 100%;
        margin: 2rem 0; } }
    @media (max-width: 600px) {
      .services_container .services_text .curvy_cta {
        width: 100%; } }

.activities {
  margin-top: 3rem !important;
  gap: 2rem 2rem !important; }
  .activities .facility_card {
    width: 23% !important; }

.contact_container {
  width: 100%;
  padding: 0 12rem; }
  @media (max-width: 600px) {
    .contact_container {
      padding: 0 2rem; } }
  .contact_container .contact_details-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    width: 100%;
    padding: 4rem 0; }
    .contact_container .contact_details-container .section_descr {
      width: 48%; }
      @media (max-width: 600px) {
        .contact_container .contact_details-container .section_descr {
          width: 100%; } }
      .contact_container .contact_details-container .section_descr .title_char {
        font-size: 5rem;
        font-weight: normal;
        font-family: "julius sans one", sans-serif;
        margin-bottom: 3rem; }
        @media (max-width: 600px) {
          .contact_container .contact_details-container .section_descr .title_char {
            font-size: 2.5rem; } }
      .contact_container .contact_details-container .section_descr .contact_list .subtitle {
        font-family: "khula", sans-serif;
        color: #333f00;
        font-size: 2rem;
        margin-bottom: 1rem;
        margin-top: 3rem; }
        @media (max-width: 600px) {
          .contact_container .contact_details-container .section_descr .contact_list .subtitle {
            margin-bottom: 2rem;
            font-size: 1.7rem; } }
      .contact_container .contact_details-container .section_descr .contact_list .contact {
        width: 50%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 1rem; }
        .contact_container .contact_details-container .section_descr .contact_list .contact i {
          margin-right: 1rem;
          font-size: 1.7rem; }
        .contact_container .contact_details-container .section_descr .contact_list .contact span {
          font-size: 1.3rem; }
      .contact_container .contact_details-container .section_descr .form_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .contact_container .contact_details-container .section_descr .form_container input,
        .contact_container .contact_details-container .section_descr .form_container textarea {
          width: 100%;
          background: #efefef;
          border: none;
          outline: none;
          padding: 2rem 1rem;
          margin-bottom: 1rem;
          resize: none;
          font-size: 1.3rem; }
        .contact_container .contact_details-container .section_descr .form_container .base {
          display: flex;
          align-items: center; }
          .contact_container .contact_details-container .section_descr .form_container .base .socials {
            margin-left: 2rem; }
            .contact_container .contact_details-container .section_descr .form_container .base .socials a {
              text-decoration: none;
              height: 2rem;
              width: 2rem;
              padding: 2rem;
              background: #6d6d6d;
              color: white; }
              .contact_container .contact_details-container .section_descr .form_container .base .socials a:hover {
                color: lightgrey; }
              .contact_container .contact_details-container .section_descr .form_container .base .socials a i {
                font-size: 1.7rem; }
          .contact_container .contact_details-container .section_descr .form_container .base button {
            background: #333f00;
            border: none;
            outline: none;
            font-size: 1.3rem;
            color: #efefef;
            padding: 1.5rem; }
