.tripex-hero-sec .hero-wrapper .hero-content h1 span {
  font-size: 44px;
}

.tripex-hero-sec .hero-wrapper .hero-content h1 {
  font-size: 65px;
}

.sub-title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.section-title h2 {
  margin-bottom: 10px;
}

.tripex-content-box p {
  font-size: 14px;
  text-align: justify;
  font-weight: 700;
  line-height: 30px;
}

.section-title h2 {
  font-size: 27px;
  line-height: 22px;
}

.tripex-iconic-box .content h5 {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-v2 .footer-widget.footer-about-widget .text-box h4 {
  font-size: 18px;
  padding-top: 10px;
  line-height: 15px;
  font-weight: 600;
}

.theme-nav-menu {
  width: 100%;
  padding-right: 55px;
}

.site-branding .brand-logo img {
  max-width: 60px;
  position: relative;
  top: 5px;
}

.footer-widget.footer-about-widget .footer-logo img {
  max-width: 115px;
  position: relative;
  top: 5px;
}

.nav-inner-menu {
  padding: 0 50px;
}

.tripex-hero-sec .hero-wrapper .overlay-image {
  position: absolute;
  bottom: 0;
  /* right: 50%; */
  /* -webkit-transform: translateX(50%); */
  /* transform: translateX(50%); */
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  background-position: 100% 100%;
  background-size: 100% 100%;
}

.tripex-hero-sec .hero-wrapper {
  height: 95vh;
}

.tripex-about-sec .tripex-image-box {
  padding-top: 60px;
}

.tripex-iconic-box .content p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding-top: 5px;
}

@media (max-width: 767.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 1.0);
    padding-left: calc(var(--bs-gutter-x) * 1.0);
  }

  .tripex-hero-sec .hero-wrapper .hero-content h1 span {
    font-size: 29px;
    padding-bottom: 15px;
  }

  .tripex-hero-sec .hero-wrapper .hero-content h1 {
    font-size: 36px;
  }

  .tripex-hero-sec .hero-wrapper .hero-content p {
    padding-top: 20px;
  }

  .tripex-about-sec {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .sub-title {
    font-size: 18px;
    margin-bottom: 0px !important;
  }

  .footer-v2 .footer-widget.footer-newsletter-widget .form_control {
    max-width: 100%;
  }

  .footer-v2 .copyright-area {
    margin-top: 20px;
  }

  .tripex-clients-sec {
    margin-top: 15px !important;
  }

  .nav-inner-menu {
    padding: 0 5px !important;
  }

  .tripex-hero-sec .hero-wrapper {
    height: 75vh;
  }

  .overlay-image.overlay-image.bg_cover {
    background-image: url(/assets/images/home-two/hero/hero-img12.png) !important;
  }

}