@media (min-width: 1441px) {
  .container {
    max-width: 1441px;
  }
}

@media (min-width: 1220px) and (max-width: 1440px) {
  html {
    font-size: 55%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 45%;
  }
}

@media (min-width: 992px) {
  .sustainability_slider_wrap {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }

  /* site_header_v2 */
  .site_header_v2 .menulink:hover,
  .site_header_v2 .menulink.active {
    color: var(--white);
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 62.5%;
  }

  br {
    display: none;
  }

  .container {
    max-width: 100%;
  }

  :root {
    --header_height: 10rem;
  }

  /* titles */
  h1 {
    font-size: 4.6rem;
    line-height: 120%;
  }
  h2 {
    font-size: 3.6rem;
    line-height: 120%;
  }
  h3 {
    font-size: 2.6rem;
    line-height: 130%;
  }

  /* ============== Site Header ============ */
  .primary_menu {
    position: fixed;
    flex-direction: column;
    background: var(--black);
    height: 100vh;
    top: -100%;
    width: 100vw;
    left: 0;
    gap: 0;
    padding-top: var(--header_height);
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
  }

  .site_header.active .primary_menu {
    top: 0;
    opacity: 1;
  }

  .hamburger_btn img {
    width: 2.4rem;
    transition: var(--transition);
  }

  .close {
    display: none;
  }

  .hamburger_btn,
  .logo {
    position: relative;
    z-index: 2;
  }

  .site_header.active .hamburger {
    display: none;
  }

  .site_header.active .close {
    display: block;
  }

  .site_header.active .hamburger_btn img,
  .site_header.active .logo img {
    filter: var(--white_img);
  }

  .menulink {
    color: var(--white);
    height: 11rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    border-bottom: 0.1rem solid #4d4a4f;
    font-size: 2.6rem;
    line-height: 130%;
    transition: var(--transition);
  }

  .menulink:hover {
    padding: 0 4rem;
  }

  .menulink:first-child {
    border-top: 0.1rem solid #4d4a4f;
  }

  .site_header .container-fluid {
    padding: 0 2rem;
  }

  .logo img {
    width: 13.2rem;
  }

  .site_header.sticky.active {
    height: var(--header_height);
  }

  /* ================== Hero Content ================ */
  .hero_content {
    padding: 15rem 0;
  }

  /* =================== fundamental_content  =============== */
  .fundamental_section {
    padding-bottom: 0;
  }
  .fundamental_content {
    padding: 2rem;
    height: 48rem;
  }
  .fundamental_section .col-md-6 {
    padding: 0 0.5rem;
  }
  .fundamental_section .container {
    padding: 0;
  }
  .section_contents {
    padding: 0 0 4.5rem 0;
  }
  .fundamental_section .fundamental_row1 {
    padding-bottom: 1rem;
    border-bottom: none !important;
    padding-top: 4.5rem;
  }

  .fundamental_section .fundamental_row2 {
    padding-bottom: 4.5rem;
  }

  .fundamental_section .section_contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* ================ community_section =============== */
  .community_section .col-lg-6 {
    padding: 0;
  }

  .community_row_md .container {
    padding: 0;
  }

  .row.community_row_md {
    --bs-gutter-x: 1rem;
  }

  .row.community_row_md .row {
    --bs-gutter-x: 0;
  }

  .community_row_md .col-lg-12:nth-child(2) .row,
  .community_row_md .col-lg-12:nth-child(4) .row {
    flex-direction: column-reverse;
  }

  .community_logo {
    height: 48rem !important;
  }

  .row.community_row_md > .col-lg-12 {
    padding: 0 0.5rem;
  }

  .community_content {
    padding: 6rem;
    align-content: space-between;
    display: grid;
    height: 63rem;
  }

  .community_content p.pt_30.pb_100 {
    padding-bottom: 0;
  }

  .community_row_md .container,
  .community_row_md .container .row {
    height: 100%;
  }

  .community_row_md .col-12:nth-child(1),
  .community_row_md .col-12:nth-child(2) {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .community_row_md .col-12:nth-child(4),
  .community_row_md .col-12:nth-child(3) {
    padding-top: 4.5rem;
  }

  /* ==================== sustainability_section ==================== */
  .sustainability_section {
    padding-bottom: 6rem;
  }
  .sustainability_slider {
    padding: 5rem 2rem;
  }

  .sustainability_slide {
    height: 50rem;
    padding-top: 3rem;
  }

  .sustainability_slider .owl-nav {
    display: none;
  }

  /* ==================== Footer Section ==================== */
  .footer_section .col-md-4 {
    height: 14.8rem;
    padding: 0 2rem;
    text-align: center;
  }

  .footer_logo img {
    width: 13.2rem;
  }

  /* =================== Contact Section ================= */
  .hero_section_v2 .hero_content {
    padding: 4.5rem 0;
  }
  .input_field {
    height: 12rem;
    font-size: 2rem;
  }

  .input_message {
    height: 36rem;
    padding-top: 9.5rem;
  }

  .contact_area .container {
    padding: 0;
  }

  .input_field {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }

  .contact_area .link {
    padding-left: 4.5rem;
  }

  .hero_section_v2 .hero_content h1 {
    font-size: 4rem;
  }

  .form_group label {
    left: 4.5rem;
  }

  .textarea_group .close_input,
  .textarea_group label {
    transform: translateY(0);
    top: 9.5rem;
  }

  .sent_message {
    padding-left: 4.5rem;
  }

  /* =================== Network Section ================= */
  .network_logo {
    padding-top: 0;
  }

  .network_content {
    padding: 0;
    gap: 1rem;
  }

  .network_row .row {
    padding: 6rem 0;
  }

  /* =================== Network Section ================= */
  .team_section .row {
    padding: 0;
  }

  .our_story_area .row {
    --bs-gutter-x: 0;
  }

  .our_story_area .col-lg-10.pl_75.pr_90 {
    padding: 0;
  }

  .our_story_area .section_contents h2 {
    padding-bottom: 4rem;
  }

  .team_section .row .col-lg-4 {
    padding: 4.5rem 1.3rem 4.5rem 1.3rem;
  }

  .team_section1 .team_info {
    padding: 4.5rem;
  }

  .team_section2 .team_info {
    padding: 4.5rem 4.5rem 0 4.5rem;
  }

  .border_bottom:before {
    display: none;
  }

  .border_bottom_sm:before {
    display: block;
  }

  .team_section .row .col-lg-4 {
    padding: 4.5rem 1rem 4.5rem 1rem;
    --bs-gutter-x: 2.6rem;
  }

  .team_info h3 br {
    display: block;
  }

  .team_section1 .row .col-lg-4:last-child:before {
    display: block;
  }

  .team_section2 .row .col-lg-4:before {
    display: block;
  }

  .team_section2 .col-lg-4:nth-child(3) .team_info,
  .my_auto .team_info,
  .team_section2 .my_auto {
    padding-bottom: 0;
    margin: 0;
  }

  .team_section2 .row .col-lg-4.xy_center {
    align-items: flex-end;
  }

  .my_auto .team_info p {
    padding-bottom: 21rem;
  }
  /* ======================== profile_description ========================= */
  .profile_description {
    margin-bottom: 3rem;
    margin-top: 3rem;
    height: 22rem;
  }

  .team_box_large.bg_black .team_info {
    padding-bottom: 4.5rem;
  }

  .team_box_large .profile_description {
    height: 22rem;
  }

  .team.team_box_large.pt_60 {
    padding-top: 0;
  }

  .team_box_large {
    height: auto;
  }

  .team .team_info {
    padding: 3.5rem;
    height: 100%;
    display: grid;
    align-content: space-between;
  }

  .team.bg_grey .team_info {
    padding: 3.5rem 2rem 3.5rem 2rem !important;
  }

  .hero_section_v3 .col-lg-8.pl_75 {
    padding-left: 0.8rem;
  }

  .network_area .col-lg-11.pl_75.pr_85 {
    padding-left: 0.8rem;
  }
}

/*----- sm devices (tablets, 767px and down) -----*/
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    line-height: 160%;
  }
  .body_sm {
    line-height: 140%;
  }

  /* ================= hero_section ================= */
  .hero_content {
    padding: 4.5rem 0;
  }

  /* ================= fundamental_section ================= */
  .fundamental_section .container {
    padding: 0 2rem;
  }

  .fundamental_section .fundamental_row1 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .fundamental_section .fundamental_row2 {
    padding-bottom: 2rem;
  }

  .fundamental_section .row {
    gap: 2rem 0;
  }

  /* =================== community Section ================== */
  .community_section {
    padding-bottom: 0;
  }

  .community_content {
    height: auto;
  }

  .community_content p.pt_30.pb_100 {
    padding-bottom: 9rem;
  }

  .community_row_md .col-12:nth-child(2),
  .community_row_md .col-12:nth-child(3),
  .community_row_md .col-12:nth-child(4) {
    padding-top: 0;
  }

  .community_row_md .col-12:nth-child(1),
  .community_row_md .col-12:nth-child(2) {
    padding-bottom: 0;
  }

  /* ================= footer_section =================== */
  .footer_section .col-md-4.border-start.border-end {
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .footer_section .col-md-4 {
    height: auto;
    padding: 5rem 0;
  }

  .footer_section .col-md-4 {
    border-top: 0 !important;
    border-bottom: 0.1rem solid #fff;
  }

  .footer_section .col-md-4:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  /* =================== Network Section ================= */
  .network_content {
    grid-template-columns: 1fr;
  }

  /* =================== hero_section_v3 ================= */
  .hero_section_v3 .hero_content {
    padding: 4.5rem 0;
  }

  .team .team_info {
    padding: 4.5rem 0 !important;
  }

  .border_bottom:before {
    display: block;
  }

  .team_section .row .col-lg-4.mt_60 {
    margin: 0;
  }

  .team_seo .team_info {
    padding-bottom: 4.5rem !important;
  }

  .team_seo {
    height: 62.7rem !important;
  }

  .my_auto .team_info p {
    padding-bottom: 4.5rem;
  }
  /* ================= profile_description ================== */
  .profile_description {
    margin-bottom: 3rem;
    margin-top: 3rem;
    height: 19rem;
  }
  .team_box_large .profile_description {
    height: 19rem;
  }
  .team.bg_grey .team_info {
    display: grid;
    align-content: space-between;
    height: 100%;
  }


}

/*----- xs devices (landscape phones, 575px and down) -----*/

@media (max-width: 575px) {
  html {
    font-size: 2.666vw;
  }
  section {
    padding: 6rem 0;
  }
}
