.main-navbar .navbar-brand img {
  width: 80px;
}

.main-responsive-nav .logo img {
  width: 40px;
}

.main-banner-content .tag img,
.experiences-area .tag img {
  width: 25px;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.single-services .icon img {
  padding: 10px;
}
.single-services .icon img.color {
  display: block;
}
.single-services .icon img.white {
  display: none;
}
.single-services:hover .icon img.color {
  display: none;
}
.single-services:hover .icon img.white {
  display: block;
}

.support-area {
  background-attachment: scroll !important;
  background-image: url(../../assets/images/spash-screen.jpg);
}

footer .widget-logo img {
  width: 45px;
}

.about-icon {
  width: 60px;
  border-radius: 10px;
}

.video-hero-area {
  height: calc(100vh - 100px);
  position: relative;
}

.title-area {
  padding: 40px 0;
}

.target-industries .single-industry {
  position: relative;
  padding: 10px;
}
.target-industries .single-industry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.target-industries .single-industry .overlay {
  position: absolute;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.2784313725);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
}
.target-industries .single-industry .overlay:hover {
  background-color: rgba(0, 0, 0, 0.1098039216);
}

.video-hero-area .hero-overlay {
  position: absolute;
  background: linear-gradient(rgba(232, 84, 102, 0.2), #212529);
  width: 100%;
  height: calc(100% );
}

.video-hero-area video {
  width: 100%;
  height: calc(100vh - 100px);
  /* object-fit: cover; */
}

.text-justify {
  text-align: justify;
}

.partnership-area .partner {
  width: 100px;
}

.single-features {
  padding: 20px;
  background-color: #0a0a11;
}

/*# sourceMappingURL=custom.css.map */
