/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/autoplay.css [app-client] (css) */


/* [project]/uploads/styles/home/home.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.hero_sec {
  padding-top: 30px;
}

.hero_sec .main_wrapper {
  --padding: 50px;
  height: 525px;
  padding: var(--padding);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1170px) {
  .hero_sec .main_wrapper {
    --padding: 30px;
    height: 500px;
  }
}

.hero_sec .main_wrapper .background_wrapper {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
  position: absolute !important;
}

.hero_sec .main_wrapper .background_wrapper:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background: linear-gradient(90deg, #ffffffe8 40%, #fff0 100%);
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.hero_sec .main_wrapper .background_wrapper figure {
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all .8s;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_sec .main_wrapper .background_wrapper figure video, .hero_sec .main_wrapper .background_wrapper figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_sec .main_wrapper .background_wrapper figure:not(.active) {
  opacity: 0;
  transform: translateY(80px);
}

.hero_sec .main_wrapper .content_wrapper {
  z-index: 1;
  width: 400px;
  top: var(--padding);
  left: var(--padding);
  position: absolute;
}

.hero_sec .main_wrapper .content_wrapper .content_col {
  width: inherit;
  transition: all .8s;
  position: absolute;
}

.hero_sec .main_wrapper .content_wrapper .content_col:not(.active) {
  transform: translateX(calc(-1 * (101% + var(--padding))));
  opacity: 0;
}

.hero_sec .main_wrapper .content_wrapper .content_col h6 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.hero_sec .main_wrapper .content_wrapper .content_col h2 {
  margin: 40px 0 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 1170px) {
  .hero_sec .main_wrapper .content_wrapper .content_col h2 {
    font-size: 32px;
  }
}

.hero_sec .main_wrapper .content_wrapper .content_col p {
  font-weight: 400;
}

.hero_sec .main_wrapper .solutions_wrapper {
  z-index: 1;
  bottom: 10%;
  left: var(--padding);
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .hero_sec .main_wrapper .solutions_wrapper {
    gap: 10px;
  }
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap {
  text-align: center;
  cursor: pointer;
  background: linear-gradient(0deg, #fff, #fff);
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 130px;
  padding: 13px 0;
  transition: all .5s;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .hero_sec .main_wrapper .solutions_wrapper .solution_wrap {
    width: 120px;
  }
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap.active {
  background: linear-gradient(0deg, #005d99, #1e8dd4);
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap.active .icon img {
  filter: brightness(0) invert();
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap.active p {
  color: var(--white);
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap .icon {
  width: 43px;
  height: 43px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 991px) {
  .hero_sec .main_wrapper .solutions_wrapper .solution_wrap .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 7px;
  }
}

.hero_sec .main_wrapper .solutions_wrapper .solution_wrap p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .5s;
}

.hero_sec .main_wrapper .btn {
  z-index: 1;
  bottom: 10%;
  right: var(--padding);
  position: absolute;
}

@media only screen and (max-width: 1170px) {
  .hero_sec .main_wrapper .btn {
    bottom: unset;
    top: 10%;
  }
}

.insights_sec {
  padding-top: 0;
}

.insights_sec .main_wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 90px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .insights_sec .main_wrapper {
    gap: 50px;
  }
}

.insights_sec .main_wrapper figure {
  flex: 0 auto;
  max-width: 280px;
}

.insights_sec .main_wrapper figcaption {
  flex: 1;
}

.insights_sec .main_wrapper figcaption .insights_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  display: flex;
}

@media only screen and (max-width: 1170px) {
  .insights_sec .main_wrapper figcaption .insights_wrap {
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .insights_sec .main_wrapper figcaption .insights_wrap {
    gap: 30px;
  }
}

.insights_sec .main_wrapper figcaption .insights_wrap .insights_col {
  flex: 0 auto;
}

@media only screen and (max-width: 1170px) {
  .insights_sec .main_wrapper figcaption .insights_wrap .insights_col {
    flex: 0 calc(50% - 40px);
  }
}

@media only screen and (max-width: 991px) {
  .insights_sec .main_wrapper figcaption .insights_wrap .insights_col {
    flex: 0 calc(50% - 15px);
  }
}

.insights_sec .main_wrapper figcaption .insights_wrap .insights_col h5 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.insights_sec .main_wrapper figcaption .insights_wrap .insights_col h5 span {
  font-weight: 700;
}

.insights_sec .main_wrapper figcaption .insights_wrap .insights_col p {
  color: var(--text);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.about_sec {
  position: relative;
}

.about_sec:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background: url("/assets/logo-vector-white.svg") 98% 100% no-repeat;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

@media only screen and (max-width: 991px) {
  .about_sec:before {
    background-size: 170px;
  }
}

.about_sec .main_wrapper {
  --gap: 70px;
  align-items: start;
  gap: var(--gap);
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper {
    --gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .about_sec .main_wrapper {
    --gap: 30px;
  }
}

.about_sec .main_wrapper figure {
  background: var(--white);
  z-index: 2;
  border-radius: 250px;
  flex: 1;
  width: 100%;
  max-width: 50%;
  height: 420px;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figure {
    height: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .about_sec .main_wrapper figure {
    height: 260px;
  }
}

.about_sec .main_wrapper figure img {
  border-radius: inherit;
  clip-path: inset(50% round 250px);
  transition: clip-path 2s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_sec .main_wrapper figure img.active {
  clip-path: inset(0% round 250px);
  z-index: 1;
}

.about_sec .main_wrapper figcaption {
  flex: 1;
  width: 100%;
  max-width: 470px;
}

.about_sec .main_wrapper figcaption .heading h2 {
  max-width: 410px;
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figcaption .heading h2 {
    font-size: 32px;
  }
}

.about_sec .main_wrapper figcaption .heading p {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .about_sec .main_wrapper figcaption .heading p {
    margin-top: 15px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .about_sec .main_wrapper figcaption .btn_wrapper {
    gap: 50px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper {
  text-align: center;
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #cb8400, #ba9e2d);
  -webkit-background-clip: text;
  align-items: start;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 {
    font-size: 60px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 .counting {
  flex-direction: column;
  height: 76px;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 .counting {
    height: 72px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 .counting span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #cb8400, #ba9e2d);
  -webkit-background-clip: text;
  height: 76px;
  line-height: 76px;
  animation: 10s cubic-bezier(.645, .045, .355, 1) infinite slideCount;
  display: block;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .count_wrap h4 .counting span {
    height: 72px;
    line-height: 72px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .line {
  background: linear-gradient(0deg, #cb8400, #ba9e2d);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 auto 10px;
  position: relative;
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .line:before, .about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .line:after {
  content: "";
  background: linear-gradient(0deg, #cb8400, #ba9e2d);
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .line:before {
  left: 15px;
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper .line:after {
  right: 15px;
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper p {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #cb8400, #ba9e2d);
  -webkit-background-clip: text;
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1170px) {
  .about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper p {
    font-size: 16px;
  }
}

.about_sec .main_wrapper figcaption .btn_wrapper .experience-wrapper p span {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

@keyframes slideCount {
  0%, 15% {
    transform: translateY(0);
  }

  20%, 35% {
    transform: translateY(-100%);
  }

  40%, 55% {
    transform: translateY(-200%);
  }

  60%, 75% {
    transform: translateY(-300%);
  }

  80%, 95% {
    transform: translateY(-400%);
  }

  100% {
    transform: translateY(0);
  }
}

.business_sol_sec {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.business_sol_sec .heading {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 40px;
}

.business_sol_sec .main_wrapper {
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.banner.real_estate_banner {
  margin-bottom: 30px;
}

.banner.real_estate_banner:before {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .banner.real_estate_banner .bg {
    height: 500px;
  }
}

.banner.real_estate_banner .banner-wrapper {
  top: 30%;
  transform: translate(0%, -30%);
}

@media only screen and (max-width: 1170px) {
  .banner.real_estate_banner .banner-wrapper {
    top: 45%;
    transform: translate(0%, -45%);
  }
}

@media only screen and (max-width: 991px) {
  .banner.real_estate_banner .banner-wrapper {
    top: 35%;
    transform: translate(0%, -35%);
  }
}

.banner.real_estate_banner .banner-wrapper .heading {
  text-align: center;
  line-height: 1.3;
}

.banner.real_estate_banner .banner-wrapper .heading h2 {
  color: var(--white);
  font-size: 48px;
}

@media only screen and (max-width: 1170px) {
  .banner.real_estate_banner .banner-wrapper .heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.real_estate_banner .banner-wrapper .heading h2 {
    font-size: 32px;
  }
}

.banner.real_estate_banner .banner-wrapper .heading p {
  color: var(--white);
  margin: 6px 0;
}

.banner.real_estate_banner .banner-wrapper .heading h6 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.banner.real_estate_banner .banner-wrapper .heading h6 span {
  font-size: 24px;
  font-weight: 700;
}

.banner.real_estate_banner .banner-wrapper .heading .btn {
  margin-top: 20px;
}

.global_presence.banner {
  background: #eee;
}

.global_presence.banner .corporate {
  color: #005d99;
}

.global_presence.banner .port {
  color: #019add;
}

.global_presence.banner .coal {
  color: #ef9500;
}

.global_presence.banner:before {
  background: linear-gradient(0deg, #fff0, #eee);
}

.global_presence.banner .bg {
  height: 890px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .global_presence.banner .bg {
    width: 100%;
    height: 830px;
  }
}

.global_presence.banner .bg video {
  opacity: .15;
  mix-blend-mode: multiply;
  transform: scale(1.2)translateY(20%);
}

.global_presence.banner .bg .banner-wrapper {
  line-height: 1.2;
}

.global_presence.banner .bg .banner-wrapper .heading {
  text-align: center;
  max-width: 665px;
  margin: 0 auto 55px;
}

.global_presence.banner .bg .banner-wrapper .heading h2 {
  color: var(--primary);
  font-size: 48px;
}

@media only screen and (max-width: 1170px) {
  .global_presence.banner .bg .banner-wrapper .heading h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .global_presence.banner .bg .banner-wrapper .heading h2 {
    font-size: 32px;
  }
}

.global_presence.banner .bg .banner-wrapper .map_section {
  width: 500px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}

.global_presence.banner .bg .banner-wrapper .map_section .map_image {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.corporate .point_wrap span {
  color: var(--white);
  background: #005d99;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.port .point_wrap span {
  color: var(--white);
  background: #019add;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.coal .point_wrap span {
  color: var(--white);
  background: #ef9500;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer:hover {
  z-index: 10;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer:hover .point_wrap span {
  opacity: 1;
  visibility: visible;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap {
  position: relative;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap .icon {
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  animation: 1.5s .2s infinite jump;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap .icon {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 540px) {
  .global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap .icon {
    width: 18px;
    height: 18px;
  }
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap .icon svg {
  width: 80%;
  height: 80%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap span {
  background-color: var(--white);
  width: max-content;
  max-width: 180px;
  color: var(--black);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-radius: 25px;
  padding: 7px 15px;
  font-size: 14px;
  transition: all .5s;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

@media only screen and (max-width: 540px) {
  .global_presence.banner .bg .banner-wrapper .map_section .pointer .point_wrap span {
    max-width: 150px;
    font-size: 12px;
  }
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer1 {
  top: 35%;
  left: 33%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer2 {
  top: 43%;
  left: 30%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer3 {
  top: 43%;
  left: 39%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer4 {
  top: 46%;
  left: 47%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer5 {
  top: 48%;
  left: 35%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer6 {
  top: 48%;
  left: 43%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer7 {
  top: 51%;
  left: 50%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer8 {
  top: 54%;
  left: 33%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer9 {
  top: 52%;
  left: 39%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer10 {
  top: 56%;
  left: 45%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer11 {
  top: 44%;
  left: 7%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer12 {
  top: 49%;
  left: 11%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer13 {
  top: 55%;
  left: 18%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer14 {
  top: 65%;
  left: 23%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer15 {
  bottom: 15%;
  left: 26%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer16 {
  bottom: 5%;
  left: 40%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer17 {
  bottom: 31%;
  left: 50%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer18 {
  bottom: 40%;
  right: 32%;
}

.global_presence.banner .bg .banner-wrapper .map_section .pointer.pointer19 {
  bottom: 46%;
  right: 23%;
}

.global_presence.banner .bg .banner-wrapper .info_wrapper {
  max-width: 220px;
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: translate(10%, 10%);
}

@media only screen and (max-width: 1440px) {
  .global_presence.banner .bg .banner-wrapper .info_wrapper {
    bottom: 5%;
    right: 5%;
  }
}

.global_presence.banner .bg .banner-wrapper .info_wrapper li {
  align-items: center;
  gap: 15px;
  display: flex;
}

.global_presence.banner .bg .banner-wrapper .info_wrapper li:not(:last-child) {
  margin-bottom: 15px;
}

.global_presence.banner .bg .banner-wrapper .info_wrapper li p {
  font-weight: 500;
  line-height: 1.2;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

.industry_leader .heading {
  text-align: center;
}

.industry_leader .heading h2 {
  color: var(--primary);
  font-size: 48px;
  font-weight: 300;
}

@media only screen and (max-width: 1170px) {
  .industry_leader .heading h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .industry_leader .heading h2 {
    font-size: 32px;
  }
}

.industry_leader .heading h2 span {
  font-weight: 700;
}

.industry_leader .truck_vec {
  margin: 50px 0 90px;
}

@media only screen and (max-width: 1170px) {
  .industry_leader .truck_vec {
    margin: 50px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .industry_leader .truck_vec {
    margin: 35px 0 65px;
  }
}

.industry_leader .industry_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.industry_leader .industry_slider .swiper-wrapper .swiper-slide figure {
  height: 90px;
}

@media only screen and (max-width: 1170px) {
  .industry_leader .industry_slider .swiper-wrapper .swiper-slide figure {
    height: 80px;
  }
}

.industry_leader .industry_slider .swiper-wrapper .swiper-slide figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

.social_responsibility {
  padding-bottom: 100px;
}

.social_responsibility .heading {
  text-align: center;
  margin-bottom: 50px;
}

.social_responsibility .main_wrapper {
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .social_responsibility .main_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.social_responsibility .main_wrapper .social_col {
  height: 365px;
  overflow: hidden;
}

@media only screen and (max-width: 1170px) {
  .social_responsibility .main_wrapper .social_col {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .social_responsibility .main_wrapper .social_col:last-child {
    grid-column: span 2;
  }

  .social_responsibility .main_wrapper .social_col:last-child figcaption .desc {
    max-width: 380px;
  }
}

.social_responsibility .main_wrapper .social_col:hover figure img {
  transform: scale(1.1);
}

.social_responsibility .main_wrapper .social_col:hover figcaption {
  transform: translateY(0);
}

.social_responsibility .main_wrapper .social_col:hover figcaption h6 {
  padding-bottom: 0;
}

.social_responsibility .main_wrapper .social_col:before {
  background: linear-gradient(0deg, #000000b0, #0000);
}

.social_responsibility .main_wrapper .social_col figure img {
  transition: all .8s;
}

.social_responsibility .main_wrapper .social_col figcaption {
  padding: 0 30px 30px;
  transition: all .8s;
  transform: translateY(153px);
}

@media only screen and (max-width: 1170px) {
  .social_responsibility .main_wrapper .social_col figcaption {
    padding: 0 20px 25px;
  }
}

.social_responsibility .main_wrapper .social_col figcaption h6 {
  color: var(--white);
  margin-bottom: 5px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  transition: all .8s;
}

@media only screen and (max-width: 1170px) {
  .social_responsibility .main_wrapper .social_col figcaption h6 {
    line-height: 1.2;
  }
}

.social_responsibility .main_wrapper .social_col figcaption .desc {
  padding-top: 10px;
  position: relative;
}

.social_responsibility .main_wrapper .social_col figcaption .desc:before {
  content: "";
  background-color: var(--white);
  width: 36px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.social_responsibility .main_wrapper .social_col figcaption .desc p {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  color: #fffc;
  -webkit-box-orient: vertical;
  height: 70px;
  display: -webkit-box;
  overflow: hidden;
}

.social_responsibility .main_wrapper .social_col figcaption .desc .btn {
  margin-top: 10px;
}

.journey_sec {
  padding: 60px 0 300px;
}

@media only screen and (max-width: 991px) {
  .journey_sec {
    padding: 60px 0 250px;
  }
}

.journey_sec {
  position: relative;
}

.journey_sec:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  inset: 0;
  top: unset;
  z-index: -1;
  background: url("/assets/images/home/journey_bg.jpg") 100% 100% / cover no-repeat;
  transition: all .5s;
  position: absolute;
}

@media only screen and (min-width: 1336px) {
  .journey_sec:before {
    background-position: 100%;
  }
}

.journey_sec .heading {
  text-align: center;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1170px) {
  .journey_sec .heading {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .journey_sec .heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .journey_sec .heading {
    margin-bottom: 30px;
  }
}

.journey_sec .main_wrapper {
  height: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1336px) {
  .journey_sec .main_wrapper {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .journey_sec .main_wrapper {
    max-width: 1150px;
  }
}

@media only screen and (max-width: 1170px) {
  .journey_sec .main_wrapper {
    max-width: 990px;
  }
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper {
    height: 100%;
    overflow-y: auto;
  }

  .journey_sec .main_wrapper::-webkit-scrollbar {
    background: none;
    width: 3px;
    height: 3px;
  }

  .journey_sec .main_wrapper::-webkit-scrollbar-track {
    box-shadow: none;
  }

  .journey_sec .main_wrapper::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 2px;
  }
}

.journey_sec .main_wrapper .timeline {
  justify-content: space-between;
  padding: 70px 0;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline {
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 20px 0;
  }
}

.journey_sec .main_wrapper .timeline:before {
  content: "";
  z-index: 1;
  background: #d0d0d0;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline:before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 30px;
    right: auto;
    transform: none;
  }
}

@media only screen and (max-width: 540px) {
  .journey_sec .main_wrapper .timeline:before {
    left: 8px;
  }
}

.journey_sec .main_wrapper .timeline .time_col {
  z-index: 2;
  flex: 1;
  position: relative;
}

.journey_sec .main_wrapper .timeline input {
  display: none;
}

.journey_sec .main_wrapper .timeline input:checked ~ .time-item .year {
  color: var(--secondary);
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline input:checked ~ .time-item .year {
    color: var(--text);
  }
}

.journey_sec .main_wrapper .timeline input:checked ~ .time-item .dot {
  background: var(--secondary);
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline input:checked ~ .time-item .dot {
    background: #d0d0d0;
  }
}

.journey_sec .main_wrapper .timeline input:checked ~ .time-item .dot:before {
  background: var(--secondary);
  height: 160px;
}

.journey_sec .main_wrapper .timeline input:checked ~ .time-item .content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(odd) .time-item .year {
    bottom: calc(50% + 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(odd) .time-item .year {
    bottom: calc(50% + 20px);
  }
}

@media only screen and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(odd) .time-item .dot {
    top: 100%;
  }

  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(odd) .time-item .content {
    top: calc(50% + 80px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(odd) .time-item .content {
    top: calc(50% + 70px);
  }
}

@media only screen and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(2n) .time-item .dot:before {
    bottom: 100%;
  }

  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(2n) .time-item .year {
    top: calc(50% + 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(2n) .time-item .year {
    top: calc(50% + 20px);
  }
}

@media only screen and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(2n) .time-item .content {
    bottom: calc(50% + 80px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-of-type(2n) .time-item .content {
    bottom: calc(50% + 70px);
  }
}

@media only screen and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:last-of-type .time-item .content {
    text-align: right;
    left: unset;
    padding-left: 0;
    padding-right: 15px;
    right: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .journey_sec .main_wrapper .timeline .time_col:nth-last-of-type(2) .time-item .content {
    text-align: right;
    left: unset;
    padding-left: 0;
    padding-right: 15px;
    right: 50%;
  }
}

.journey_sec .main_wrapper .timeline .time-item {
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline .time-item {
    text-align: left;
    align-items: start;
    margin-bottom: 12px;
    display: flex;
  }
}

.journey_sec .main_wrapper .timeline .time-item .year {
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  z-index: 4;
  font-size: 16px;
  transition: color .3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline .time-item .year {
    margin-left: 30px;
    position: relative;
    bottom: 2px;
    left: 12px;
    transform: none;
  }
}

@media only screen and (max-width: 540px) {
  .journey_sec .main_wrapper .timeline .time-item .year {
    margin-left: 20px;
    left: 8px;
  }
}

.journey_sec .main_wrapper .timeline .time-item .dot {
  z-index: 3;
  background: #d0d0d0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.journey_sec .main_wrapper .timeline .time-item .dot:before {
  content: "";
  background: none;
  width: 1px;
  height: 0;
  transition: height .3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline .time-item .dot:before {
    display: none;
  }

  .journey_sec .main_wrapper .timeline .time-item .dot {
    top: 3px;
    left: 30px;
    transform: translate(-50%);
  }
}

@media only screen and (max-width: 540px) {
  .journey_sec .main_wrapper .timeline .time-item .dot {
    left: 9px;
  }
}

.journey_sec .main_wrapper .timeline .time-item .content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  width: 250px;
  padding-left: 15px;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateY(10px);
}

@media only screen and (max-width: 1170px) {
  .journey_sec .main_wrapper .timeline .time-item .content {
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline .time-item .content {
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin-left: 30px;
    padding-left: 0;
    display: block;
    position: relative;
    left: 0;
    transform: none;
  }
}

@media only screen and (max-width: 540px) {
  .journey_sec .main_wrapper .timeline .time-item .content {
    margin-left: 25px;
  }
}

.journey_sec .main_wrapper .timeline .time-item .content h4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .journey_sec .main_wrapper .timeline .time-item .content h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .journey_sec .main_wrapper .timeline .time-item .content h4 {
    color: var(--primary);
  }
}

.journey_sec .main_wrapper .timeline .time-item .content p {
  font-size: 14px;
}

/*# sourceMappingURL=_083zpg7._.css.map*/