.about_hero_sec .about_hero_cover {
  display: flex;
  align-items: center;
}
.about_hero_cover .hero_left_sec {
  position: relative;
  width: 50%;
  padding-right: 50px;
}
.about_hero_cover .hero_right_sec {
  width: 50%;
  position: relative;
  padding-left: 50px;
}
.about_hero_cover .hero_left_sec .left_img,
.about_hero_cover .hero_right_sec .right_img {
  width: 100%;
  position: relative;
  top: 0%;
  left: 0;
  right: auto;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.about_hero_cover .hero_left_sec .left_img img,
.about_hero_cover .hero_right_sec .right_img img {
  width: 100%;
  cursor: pointer;
}
.about_hero_cover .hero_left_sec .left_img {
  max-width: 468px;
  margin: 0;
}
.about_hero_cover .hero_right_sec .right_img {
  max-width: 610px;
}
.about_hero_cover .hero_left_sec .img_below_text,
.about_hero_cover .hero_right_sec .img_below_text {
  width: 100%;
  position: relative;
  z-index: -1;
}
.about_hero_cover .hero_left_sec .img_below_text p,
.about_hero_cover .hero_right_sec .img_below_text p {
  line-height: 1.44em;
  color: var(--mobilemenu_font_color);
}
.about_hero_cover .hero_left_sec .img_below_text {
  padding-right: 13%;
  padding-left: 0%;
  transition: all 0.3s ease-in-out;
}
.about_hero_cover .hero_right_sec .img_below_text {
  padding-left: 0%;
  transition: all 0.3s ease-in-out;
}
.about_hero_sec {
  position: relative;
}
.about_hero_sec .about_hero_top {
  max-width: 330px;
  width: 100%;
  padding-top: 315px;
  position: absolute;
  z-index: -2;
  top: -20%;
  left: 21%;
  background-size: cover !important;
}
.image_with_text_cls .center_floting_img img {
  width: 100%;
}
.about_hero_sec .about_hero_bottom {
  max-width: 448px;
  width: 100%;
  position: absolute;
  padding-top: 415px;
  bottom: 6%;
  right: 15%;
  z-index: 0;
  background-size: cover !important;
}
.about_hero_sec {
  padding-top: 170px;
}
@media screen and (min-width: 799px) {
  .hide_in_dsk {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .about_image_with_text_cls {
    padding-top: 230px;
  }
}
@media screen and (max-width: 1080px) {
  .about_hero_cover .hero_right_sec .img_below_text:after {
    width: 40px;
  }
  .about_hero_cover .hero_left_sec .img_below_text:after {
    width: 40px;
  }
  .about_hero_cover .hero_left_sec .left_img img,
  .about_hero_cover .hero_right_sec .right_img img {
    width: 80%;
  }
  .about_hero_sec .about_hero_cover {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1600px) {
  .about_hero_sec .about_hero_bottom {
    bottom: -12%;
  }
}
@media screen and (max-width: 1280px) {
  .about_hero_sec .about_hero_bottom {
    bottom: -24%;
  }
}
@media screen and (max-width: 1024px) {
  .image_with_text_cls .center_floting_img {
    max-width: 19%;
  }
  .about_hero_sec .about_hero_top {
    left: 12%;
  }
}
@media screen and (max-width: 991px) {
  .about_hero_sec .about_hero_bottom {
    bottom: -40%;
    right: 6%;
  }
  .about_hero_sec .about_hero_bottom {
    bottom: -5%;
    right: 6%;
    padding-top: 280px;
    max-width: 300px;
    object-fit: cover;
    background-size: 100% !important;
  }
  .about_hero_cover .hero_left_sec .left_img img,
  .about_hero_cover .hero_right_sec .right_img img {
    width: 100%;
    cursor: pointer;
    max-height: 128px;
    object-fit: contain;
  }
  .about_hero_sec .about_hero_top {
    max-width: 300px;
    width: 100%;
    padding-top: 285px;
    left: 5%;
  }
}
@media screen and (max-width: 798px) {
  .about_hero_cover .hero_left_sec {
    width: 100%;
    padding: 40px 0 10px;
  }
  .about_hero_cover .hero_right_sec {
    width: 100%;
    padding: 10px 0 40px;
  }
  .about_hero_sec .about_hero_cover {
    flex-wrap: wrap;
  }
  .about_hero_cover .hero_left_sec .img_below_text:after,
  .about_hero_cover .hero_right_sec .img_below_text:after {
    display: none;
  }
  .about_hero_cover .hero_left_sec .img_below_text,
  .about_hero_cover .hero_right_sec .img_below_text {
    padding: 0 15%;
    margin: 0 auto;
    text-align: center;
  }
  .about_hero_cover .hero_left_sec .left_img,
  .about_hero_cover .hero_right_sec .right_img {
    right: 0;
  }
  .hide_in_mob {
    display: none;
  }
  .brand_logo .right_img img {
    width: 100%;
  }
  .brand_logo {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .about_hero_cover .hero_left_sec .left_img img {
    width: 100%;
    max-height: initial !important;
  }
}
@media screen and (max-width: 749px) {
  .about_hero_sec {
    padding-top: 0;
    padding-bottom: 360px;
  }
  .about_hero_sec .about_hero_top {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .about_hero_sec .about_hero_bottom {
    bottom: 8%;
    right: 0%;
  }
  .about_hero_sec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .brand_logo .right_img img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .about_hero_cover .hero_left_sec .img_below_text,
  .about_hero_cover .hero_right_sec .img_below_text {
    padding: 0;
  }
  .about_hero_cover .hero_left_sec {
    padding-bottom: 0;
  }
  .about_hero_cover .hero_right_sec {
    padding-top: 0;
  }
  .about_hero_cover .hero_left_sec .img_below_text p,
  .about_hero_cover .hero_right_sec .img_below_text p {
    margin: 0;
  }
  .about_hero_sec .about_hero_top {
    max-width: 260px;
    width: 100%;
    padding-top: 250px;
  }
  .about_hero_sec .about_hero_bottom {
    max-width: 270px;
  }
  .about_hero_sec .about_hero_cover {
    row-gap: 20px;
  }
}
/* @media (min-width: 1880px){

    .about_hero_cover .hero_right_sec {
      padding-left: 12% !important;
    }

} */
@media screen and (min-width: 799px) {
  .about_hero_cover .hero_left_sec {
    padding-right: 20px;
  }
  .about_hero_cover .hero_right_sec {
    padding-left: 12% !important;
  }
  .about_hero_sec .about_hero_cover {
    align-items: flex-start !important;
  }
  .about_hero_cover .hero_left_sec .left_img img,
  .about_hero_cover .hero_right_sec .right_img img {
    width: auto !important;
    height: 11vw !important;
  }
  .about_hero_cover .hero_left_sec .left_img,
  .about_hero_cover .hero_right_sec .right_img {
    width: auto !important;
    max-width: 100%;
  }
  .about_hero_cover .hero_left_sec .left_img,
  .about_hero_cover .hero_left_sec {
    text-align: right !important;
  }
  .about_hero_cover .hero_left_sec .img_below_text {
    padding-right: 0 !important;
  }
}
/*# sourceMappingURL=/s/files/1/0657/8133/4252/t/1/assets/about_hero_style.css.map?v=114299340329904129561666650813 */
