/* Style for the new hero section with video background */
.home-area {
  height: 100vh;
}
.home-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.home-area .home-overlay {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.home-area.video-variant #wrapper_homeVideo, .home-area.video-variant .mbYTP_wrapper {
  opacity: 1 !important;
}
.home-area.video-variant #wrapper_homeVideo :before, .home-area.video-variant .mbYTP_wrapper :before {
  display: none;
}
.home-area .section__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Custom styles for the new hero section */
.breadcrumnd-banner {
  position: relative;
}
.breadcrumnd-banner:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

::selection {
  background: transparent;
  color: unset;
}

.heroMob {
  z-index: 9;
  position: relative;
  background: url(../assets/img/team/watch-bg02.png) no-repeat center center;
  background-size: cover;
}
.heroMob video {
  width: 100%;
  height: auto;
  margin-bottom: -15px;
  margin-top: -15px;
}

@media (max-width: 1399px) {
  .service-tabing-wrap .tab-remove-thumb {
    max-width: max-content;
  }
}
@media (max-width: 1399px) {
  .service-tabing-wrap .tab-remove-thumb img {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .heroMob {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=style-new.v1.2.css.map */
