.video-bg-section {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
  top: -25%;
}

.video-btn i {
  position: relative;
  bottom: 18px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}



.about-box-custom {
  width: 50% !important;
  padding: 20px 22px !important;
}

.text-justify {
  text-align: justify;
}

.white-bg {
  border-radius: 20px;
  padding: 10px 70px;
  background: white;
}

.hero-content p {
  color: #21353e;
}

.footer-about-text p {
  color: #fff;
  line-height: 1.6;
  max-width: 74%;
  font-size: 15px;

}

@media (max-width: 991px) {
  .mouseCursor {
    display: none;
  }
}

.certificate-logo-slider img {
  max-width: 150px;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.certificate-logo-slider img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.process-content-items-3 {
  margin: 10px;
  max-width: 200px;
  height: 165px;
  padding: 26px 19px 33px;
  background-color: #f4f5ec;
  transition: all 0.4s;
  border-radius: 10px;
  border-top: 4px solid var(--theme-2dark);
}

.map-boxes {
  display: flex;
  position: relative;
  top: 150px;
  right: 33.5%;
}

@media (max-width: 1399px) {
  .process-content-wrap .right-process-working {

    transform: translate(-28%, 114px) !important;

  }
}

@media (max-width:768px) {
  .about-left-item-style-2 .about-main-box .about-box {
    width: 100% !important;
  }

  .hero-1 .hero-content {

    padding-left: 22px;
  }

  .process-content-items {
    right: 28%;
  }

  .service-wrapper .service-card-items {
    padding: 30px;
    margin: 20px;
    height: 100%;
    width: 100%;
  }

  .video-wrapper {

    top: 20%;
  }

  .video-btn i {

    bottom: -6px;

  }

  .theme-btn-products {
    display: none;
  }

  .hero-1 .hero-image img {
    left: 17%;
  }

  .footer-about-text p {
    max-width: 100% !important;
  }

  .feature-bg-item-style-2 {
    display: flex;
  }

  .feature-bg-item-style-2 .content h5 {
    margin-bottom: 0px;
  }



}

@media (max-width: 768px) {
  .certificate-logo-slider img {
    max-width: 120px;
  }

  .slick-slide {
    width: 130px !important;
  }
}

@media (max-width: 512px) {
  .certificate-logo-slider img {
    max-width: 90px;
  }

  .process-content-items {
    max-width: 100% !important;
    right: 60%;
  }
}

@media (max-width: 1199px) {


  .map-boxes {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
  }

  .process-content-items-3 {
    margin: 30px 0;
    max-width: 377px;

    padding: 26px 19px 33px;
    background-color: #f4f5ec;
    transition: all 0.4s;
    border-radius: 10px;
    border-top: none;
    border-left: 4px solid var(--theme-2dark);
  }

  .custom-mt {
    margin-top: 0px !important;
  }

  .process-section03 {
    padding: 120px 2px 20px;
  }
}

.fa-check {
  color: #b30000;
  font-size: 18px;
}