ul.nav.media-tabs {
  overflow: scroll;
  transform: rotateX(180deg);
  direction: ltr;
}

ul.nav.media-tabs > li {
  transform: rotateX(180deg);
}

ul.nav.media-tabs::-webkit-scrollbar {
  height: 2px;
  position: absolute;
}

ul.nav.media-tabs::-webkit-scrollbar-thumb {
  background: gray;
}

.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}
.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
.text-base {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}
.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}
.text-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
}
.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}
.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}
.text-5xl {
  font-size: 3rem; /* 48px */
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem; /* 60px */
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem; /* 72px */
  line-height: 1;
}
.text-8xl {
  font-size: 6rem; /* 96px */
  line-height: 1;
}
.text-9xl {
  font-size: 8rem; /* 128px */
  line-height: 1;
}

.opacity-40 {
  opacity: 0.4 !important;
}
.portfolio-card-slide .portfolio-card-body {
  transform: translateY(0) !important;
}

.portfolio-card-img {
  height: 400px;
}

.portfolio-card-slide {
  pointer-events: none;
}

#tns2 > .tns-item {
  display: flex;
  align-items: center;
}

.achievements i {
  font-size: 48px;
  margin-bottom: 1.5rem;
  color: #9a9ca5;
}

.values i {
  font-size: 48px;
  margin-bottom: 1.5rem;
  color: #ff5a30;
}

.bottom-2rem {
  bottom: 2rem !important;
}

.end-2rem {
  right: 2rem !important;
}

.home_services i {
  font-size: 52px;
  margin: 0 auto 1.5rem auto;
  display: flex;
  justify-content: center;
  color: #ff5a30;
  transition: color 0.3s ease-in-out;
}

.home_services .row > div:hover i {
  color: white;
}

.home-projects .tns-nav {
  overflow: hidden;
}

.home-projects .tns-nav [data-nav] {
  width: 1rem;
}

.our-history img {
  height: 450px;
  width: 100%;
}

.custom-navbar-tool .custom-navbar-tool-phones {
  display: none;
}

.float-left {
  float: left;
}

@media (min-width: 1280px) {
  .custom-navbar-tool .custom-navbar-tool-phones {
    display: block !important;
  }
  .custom-navbar-tool .custom-navbar-tool-phones a {
    text-decoration: none;
  }
}

.service-category-card > i{
  margin-bottom: 1rem;
  font-size: 3rem;
  color: var(--cx-primary);
}

.service-category-card.active > i{
  color: #fff;
}

.pointer-events-unset{
    pointer-events: unset!important;
}

.contact-map{
  min-height: 40vh;
}

.news-inner-imgholder{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 25rem;
}

.testimonial-image{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20rem;
  width: 100%;
}

.history-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 35rem;
  width: 100%;
}

.hero-slide-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 35rem;
  width: 100%;
}

