.hero_banner_wrap {
   background-position: center 73%;
   background-repeat: no-repeat;
   background-size: cover; 
   position: relative;

}
.hero_banner_wrap:before {
    content: "";
    background: rgba(0,0,0,0.35);
    height: 100%;
    width: 100%;
    position: absolute;
left: 0px;
top:0px;
}
.hero_banner_wrap .hero_text_wrap {
    max-width: 900px;
    min-height:1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    line-height: 1.232;
}

.hero_top_text h2 {
    line-height: 1.232;
    font-size: 60px;
}
.hero_bottom_text h3 {
    font-size: 42px;
    line-height: 1.232;
}

.btn.icon-arrow {
    padding: 1rem 1.2rem 1rem 1.2rem;
    padding-right: 60px;
    background-image: url('../images/btn-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 40px;
}

.btn.btn-white {
    background-color: #ffffff;
    color: #ef700e;
}
.btn.btn-white:hover {
    background-color: #ef700e;
    color: #ffffff;
}

.counter_text {
    min-width: 320px;
}

.counter_wrap {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
}
.counter_logo img {
    max-width: 600px;
}

.counter_section .subheading {
    color: #ffffff;
    font-size: 42px;
    max-width: 700px;
    margin: 0 auto;
}
.featured_logo_sec {
    border-bottom: 2px solid #e5e5e5;
}
.logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-slider img {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
.logo-slider .swiper-wrapper {
    align-items: center;
}
.section-title {
    text-align: center;
    font-size: 32px;
    color: #666666;
}


@media screen and (max-width: 1024px) {
    .hero_banner_wrap .hero_text_wrap {
        min-height: 900px;
    }
    .counter_logo img {
        max-width: 500px;
    }
  }

  @media screen and (max-width: 991px) { 
    .hero_top_text h2 {
        font-size: 48px;
    }
    .hero_bottom_text h3 {
        font-size: 34px;
    }
    .counter_logo img {
        max-width: 350px;
    }
  }

  @media screen and (max-width: 767px) {
    .hero_top_text h2 {
        font-size: 28px;
    }
    .hero_bottom_text h3 {
        font-size: 22px;
    }
    .counter_wrap {
        flex-direction: column;
    }
    .counter_logo img {
        max-width: 100%;
    }
    .counter_section .subheading {
        font-size: 34px;
    }
    .hero_banner_wrap .hero_text_wrap {
        min-height: 560px;
    }
    .counter_section .subheading {
        font-size: 22px;
    }
   }