.transparency-wrapper {
  margin-top: 195px;
}
.about-title h1 {
  font-size: 42px;
  line-height: 78px;
  color: var(--title-color);
  margin-bottom: 20px;
}
.about-btn {
  margin-top: 40px;
}
.about-title P {
  max-width: 100%;
}
.about-image-box img {
  border-radius: 20px;
  width: 100%;
  margin-top: 30px;
}
.about-image-box video {
  border-radius: 20px;
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
  z-index: 99;
  position: relative;
}
.loader {
  z-index: 9;
}
.about-image-right video {
  margin: 0;
  margin-top: 30px;
}
.transparency-title-box h3 {
  margin-bottom: 20px;
}
.transparency-title-box p {
  margin-bottom: 20px;
}
.about-btn a.meet-btn {
  background: #fff;
  color: var(--front_main_color);
}
.about-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-header button.btn.btn-close {
  position: absolute;
  top: -20px;
  right: 0;
  filter: invert(1);
  opacity: 1;
}
.modal-header button.btn.btn-close:hover {
  transform: rotate(90deg);
  border: none;
  transition: 0.6s ease-in-out;
  text-decoration: unset;
  outline: none !important;
}
.modal-header button.btn.btn-close {
  font-size: 13px;
  font-weight: 900;
}
.modal-dialog .modal-content .modal-header.model-video {
  width: 100% !important;
  position: relative;
  border: 0;
}
.video-popup .modal-dialog {
  max-width: 60%;
  margin: 1.75rem auto;
}
.about-innovating {
  background: #024c5b14;
  padding: 60px 0;
}
.innovating-description p {
  margin-bottom: 20px;
  padding-left: 30px;
}
.innovating-video {
  margin-top: 40px;
}
.video-popup {
  padding-right: 0 !important;
}

/* slider */

.slider-wrapper {
  padding: 30px 0;
  background: var(--background_main_color);
}

.slider-customers-img {
  margin-bottom: 60px;
}

.customers-title h3 {
  color: #fff;
  margin-bottom: 40px;
}

.customers-view-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-card-box {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}

.slider-text-box p {
  padding: 20px 0;
}

.slider-card-title h5 {
  color: var(--title-color);
  font-size: 18px;
  line-height: 28px;
}

.slider-card-img h4 {
  width: 80px !important;
  height: 80px;
  border-radius: 50% 50% 50% 50%;
  background: #eee;
  color: var(--title-color);
  font-size: 46px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: none;
}

.slider-wrapper .owl-dots {
  text-align: center;
}

.slider-wrapper .owl-dots button.active {
  background: var(--text-color);
}

.slider-wrapper .owl-dots button {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
}

.slider-wrapper .owl-dots button:last-child {
  display: none;
}

.slider-customers-box {
  padding: 0 40px;
}

.get-in-btn a img {
  vertical-align: text-top;
}

/* map */
.map-main-box {
  padding-top: 60px;
}
.map-main-box iframe {
  width: 100%;
}

@media (max-width: 991px) {
  .about-title h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .about-btn {
    margin-top: 30px;
  }
  .about-image-right video {
    margin-top: 10px;
  }
  .about-image-box video {
    margin-top: 25px;
  }
  .about-title-box {
    margin-bottom: 40px;
  }
  .about-image-box img {
    margin-top: 0;
  }
  .innovating-description p {
    padding-left: 0;
  }
  .transparency-wrapper {
    margin-top: 180px;
  }
  .about-image-last {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .transparency-text p {
    max-width: 100%;
  }
  .transparency-title-box h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .transparency-wrapper {
    margin-top: 160px;
  }
  .about-title h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .about-btn {
    margin-top: 20px;
  }
  .about-innovating {
    padding: 40px 0;
  }
  .innovating-description {
    margin-top: 30px;
  }
  .innovating-description p {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .about-image-box img {
    margin-top: 0;
  }
  .transparency-title-box h3 {
    margin-bottom: 10px;
  }
  .about-title P {
    max-width: 100%;
  }
  .about-title-box {
    margin-bottom: 20px;
  }
  .video-popup .modal-dialog {
    max-width: 100%;
  }
  .transparency-wrapper {
    margin-top: 160px;
  }
}
@media (max-width: 480px) {
  .transparency-wrapper {
    margin-top: 160px;
  }
  .about-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
