@charset "UTF-8";
:root {
  --primary-blue:#18245e;
  --primary-grey:#E9E9E9;
  --main-font: "Inter", sans-serif;
  --title-font: "Barlow Condensed", sans-serif;
  --title-font2: "Merriweather", serif;
  --fnt-white:#F5F5F5;
  --fnt-white2:#F5F5F5;
  --fnt-light-blk:#707070;
  --bg-white:#ffffff;
  --bg-black:#1b1b1b;
  --bg-black2:#000000;
  --bg-lightblk:#292a2e;
  --product-title:white;
  --data-weight:400;
  --svg-stroke-white:#F5F5F5;
  --footer-blk-border:2px solid black;
  --bg-navbar:#191b24c2;
  --border-white-green:1px solid #ffffff26;
  --bg-navbar-pblack:#000000;
  --logo-white:#ffffff;
  --clr-l-blue:#297DB6; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5% !important;
  font-family: inherit;
  scroll-behavior: smooth;
  line-height: 1.5; }

body {
  box-sizing: border-box;
  font-family: var(--main-font) !important;
  font-size: 62.5% !important;
  color: #383838;
  overflow-x: hidden; }

.padd-7-2 {
  padding: 7px 2px 2px 2px; }

.padd-10 {
  padding: 10px; }

.padd-15 {
  padding: 0 15px 10px 15px; }

.pt-5 {
  padding-top: 5px; }

.pt-6 {
  padding-top: 6px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-17 {
  padding-top: 17px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pct-50 {
  padding-top: 50px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .pct-50 {
      padding-top: 5px; } }

.pb-20 {
  padding-bottom: 20px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-40 {
  margin-top: 40px; }

.mt-15 {
  margin-top: 15px; }

.padd-tb-30 {
  padding: 30px 0; }

.nmt-40 {
  margin-top: -40px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .nmt-40 {
      margin-top: 0; } }

.cta__readmore {
  color: white;
  background-color: #ED3237;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 2px; }

.cta__productinner--enquiry {
  font-size: 1.8rem;
  background-color: var(--sec-blue);
  color: #f3f3f3;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid var(--sec-blue); }
  .cta__productinner--enquiry:hover {
    text-decoration: none; }

.cta__productinner--cat {
  font-size: 1.8rem;
  color: var(--sec-blue);
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid var(--sec-blue); }
  .cta__productinner--cat:hover {
    text-decoration: none; }

.cta-box {
  /* 4. hover-filled-slide-right */
  /*--- btn-1 ---*/ }
  .cta-box :active, .cta-box :hover, .cta-box :focus {
    outline: 0 !important;
    outline-offset: 0; }
  .cta-box ::before,
  .cta-box ::after {
    position: absolute;
    content: ""; }
  .cta-box .btn20 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0; }
  .cta-box .btn20 span {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    transition: 0.3s; }
  .cta-box .btn20.hover-filled-slide-right::before {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .cta-box .btn20.hover-filled-slide-right:hover::before {
    width: 0%; }
  .cta-box .btn-1::before {
    background-color: var(--cta-green);
    transition: 0.3s ease-out; }
  .cta-box .btn-1 span {
    color: white;
    border: 1px solid #1c1f1e;
    transition: 0.2s 0.1s; }
  .cta-box .btn-1 span:hover {
    color: white;
    border: 1px solid #207236;
    transition: 0.2s 0.1s; }

.res__pt-80 {
  padding-top: 80px; }

.table {
  font-size: 1.7rem; }

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998; }

.cta-blue1 {
  font-size: 1.66rem;
  background-color: var(--sec-blue);
  color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 2px; }

@media (min-width: 320px) and (max-width: 768px) {
  .hide-mobi {
    display: none; } }

@media (min-width: 320px) and (max-width: 767px) {
  .desk {
    display: none !important; } }

.mbl {
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .mbl {
      display: block; } }

.pos-rel {
  position: relative;
  width: 100%;
  min-height: 345px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .pos-rel {
      min-height: 200px; } }

.pos-abs {
  position: absolute; }

.relative {
  position: relative; }

.fixed-header-spec {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 99; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

header {
  position: relative;
  z-index: 9999;
  display: flex;
  padding: 3px 5%;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff !important; }
  @media (min-width: 320px) and (max-width: 768px) {
    header {
      justify-content: space-between;
      align-items: flex-start; } }
  header .header-logo {
    width: 150px;
    height: auto; }

.header {
  transition: all ease 0.36s; }
  .header__fbox {
    display: flex; }

.banner {
  z-index: 9993;
  position: relative;
  margin-top: -30px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .banner {
      margin-top: 0px; } }

.hrline1 {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee; }

.wrapper {
  max-width: 1445px; }

.header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 40px;
  border-radius: 0px;
  min-height: 82px;
  background-color: #ffffff;
  margin: 0 10%;
  border-radius: 46px;
  box-shadow: 1px 1px 3px 2px #00000047; }
  @media (min-width: 320px) and (max-width: 768px) {
    .header {
      margin: 0 2%; } }

.header-inner {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 20px 0 40px;
  border-radius: 0px;
  min-height: 82px;
  background-color: var(--bg-navbar-pblack); }

.header__logo {
  max-width: 200px; }

.header__wrapper {
  width: 100%;
  display: flex;
  align-items: center; }
  .header__wrapper .nav-svg {
    width: 230px;
    height: 55px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .header__wrapper .nav-svg {
        width: 180px;
        height: 40px; } }

.header__navigation-wrapper {
  display: flex;
  width: 100%;
  padding-left: 3%;
  justify-content: flex-end; }

.header__navigation-wrapper a {
  color: var(--bg-black2);
  font-weight: var(--data-weight); }

.header__navigation-wrapper a:hover {
  color: var(--primary-green);
  text-decoration: none; }

.header__list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0; }

.header__list-item {
  display: flex;
  padding: 30px 0 50px;
  margin-bottom: -20px;
  gap: 8px;
  font-size: 1.6rem; }

.header__list-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition); }

.header__list-item > a svg path {
  transition: var(--transition); }

.header__list-item .submenu-wrapper {
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  border-radius: 33px;
  padding: 30px 30px 50px 30px;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition); }

@media (min-width: 320px) and (max-width: 768px) {
  .header__list-item.has-submenu > a {
    pointer-events: none; } }

.header__buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto; }

.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: max-content;
  padding: 6px 20px;
  border-radius: 100px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition); }

.submenu-list__title {
  width: max-content;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a1a5; }

.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 380px;
  padding-left: 0; }

.submenu-list__item {
  display: flex;
  padding-right: 100px;
  margin-right: -100px;
  cursor: pointer; }

.submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 15px;
  border-bottom: var(--border-white-green);
  transition: var(--transition); }

.submenu-list__item-wrapper > svg {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition); }

.submenu-list__item-wrapper a:hover {
  text-decoration: none; }

.submenu-list__wrapper {
  position: relative; }
  .submenu-list__wrapper-idfbox {
    display: flex;
    flex-direction: row; }
    @media (min-width: 320px) and (max-width: 768px) {
      .submenu-list__wrapper-idfbox {
        flex-wrap: wrap; } }
    .submenu-list__wrapper-idfbox > div {
      width: 25%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .submenu-list__wrapper-idfbox > div {
          width: 100%; } }

.submenu-content {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 370px);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition); }

.submenu-list__item.has-submenu.active .submenu-content {
  opacity: 1;
  visibility: visible;
  border-left: 1px solid #00000026;
  height: 100%; }

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
  background-color: rgba(255, 255, 255, 0.04); }

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.submenu-list__item-link {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.submenu-list__item-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--bg-black); }

.submenu-list__item-icon {
  display: flex; }

.submenu-list__item-subtile {
  font-size: 12px;
  font-weight: 400;
  color: #a0a1a5; }

.submenu-content__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a1a5; }

.submenu-content__list {
  display: flex;
  justify-content: space-around;
  width: 100%; }

.submenu-content__list:not(.events) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0; }

.submenu-content__list.events {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0; }

.submenu-content__list-item {
  display: block;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: auto;
  width: 270px; }

.submenu-content__link {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid transparent;
  transition: var(--transition); }

.submenu-content__link-img {
  margin-bottom: 5px;
  border-radius: 13px;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid #ffffff2e; }

.submenu-content__link-img img {
  transition: 0.4s ease-in;
  width: 150px; }

.submenu-content__link-title {
  padding: 0 5px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--bg-black); }

.submenu-content__link-text {
  padding: 0 10px;
  font-size: 12px;
  color: #a0a1a5; }

.submenu-content__link-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05); }

.submenu-content__list.events .submenu-content__link-img {
  width: 100%;
  max-width: 220px;
  flex: 1;
  border-radius: 13px;
  margin-bottom: 0; }

.submenu-content__info {
  display: flex;
  flex-direction: column;
  flex: 1 0; }

.submenu-content__category {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7); }

.submenu-content__list.events .submenu-content__link-title,
.submenu-content__list.events .submenu-content__link-text {
  padding: 0;
  margin-bottom: 12px; }

.submenu-content__link-address,
.submenu-content__link-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #a0a1a5; }

.submenu-content__link-address span,
.submenu-content__link-date span {
  line-height: 0.9; }

.submenu-content__url {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 20px;
  color: white;
  font-size: 14px;
  transition: var(--transition); }
  .submenu-content__url svg,
  .submenu-content__url svg path {
    transition: var(--transition); }

.header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto; }

.header__burger i {
  width: 100%;
  height: 2px;
  background-color: #404090;
  border-radius: 13px;
  transition: var(--transition); }

.header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px); }

.header__burger.active i:nth-child(2) {
  opacity: 0; }

.header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px); }

@media (hover: hover) and (pointer: fine) {
  .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .header__list-item:hover ~ .header__list-item .submenu-wrapper {
    display: none; }
  .header__list-item:hover > a,
  .header__list-item:hover > a svg path {
    color: var(--primary-green);
    fill: var(--primary-green); }
  .header__button:hover {
    background-color: rgba(255, 255, 255, 0.05); }
  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04); }
  .submenu-list__item.has-submenu:hover .submenu-content,
  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .submenu-content__list-item:hover .submenu-content__link {
    border-color: rgba(255, 255, 255, 0.3); }
  .submenu-content__list-item:hover .submenu-content__link-img img {
    transform: scale(1.05); }
  .submenu-content__url:hover,
  .submenu-content__url:hover svg path {
    color: var(--color-primary);
    stroke: var(--color-primary); }
  .submenu-content__url:hover svg {
    transform: translateX(5px); } }

@media screen and (max-width: 1280px) {
  .header__navigation-wrapper {
    padding-left: 25px; }
  .submenu-list {
    max-width: 250px; }
  .submenu-content {
    max-width: calc(100% - 270px); }
  .submenu-content__url {
    margin-bottom: 0; } }

@media screen and (max-width: 1024px) {
  .base-template__wrapper {
    min-height: auto; }
  .header {
    min-height: 64px;
    padding: 0 20px; }
  .header__burger {
    display: flex; }
  .header__navigation-wrapper {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 110%;
    left: 0;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5); }
  .header__navigation-wrapper.open {
    opacity: 1;
    visibility: visible; }
  .header__list {
    flex-direction: column;
    gap: 30px; }
  .header__buttons-wrapper {
    flex-direction: column;
    margin-left: unset;
    margin-top: 12px;
    gap: 8px;
    align-items: flex-start; }
  .header__navigation,
  .header__list {
    width: 100%; }
  .header__list-item {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0; }
  .header__list-item.active a,
  .header__list-item.active a > svg path {
    fill: var(--color-primary); }
  .header__list-item .submenu-wrapper {
    position: static;
    padding: 0;
    max-height: 0;
    background-color: var(--bg-lightblk);
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    transition: max-height var(--transition);
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #e7ede9;
    border-radius: 15px; }
  .submenu-list {
    width: 100%;
    max-width: 100%;
    gap: 5px; }
  .submenu-list__wrapper {
    margin-top: 30px; }
  .submenu-list__item {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e4dbdb; }
  .submenu-list__item:active .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04); }
  .submenu-list__item:active .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible; }
  .submenu-list__title {
    display: none; }
  .submenu-content {
    display: none; }
  .header__button {
    border: 1px solid white; } }

@media screen and (max-width: 767.9px) {
  .header__buttons-wrapper,
  .header__button {
    width: 100%; } }

.c-button {
  font-family: inherit;
  font-size: 1.8rem;
  height: 40px;
  line-height: 1;
  /* border-radius: 122px; */
  border: none;
  padding: 12px 6px;
  width: 130px;
  margin-top: 10px; }

.c-button--primary {
  background: linear-gradient(to left, #17a424, #267fc5) #17a424;
  color: #fff; }

.c-button--marquee {
  color: transparent;
  position: relative;
  overflow: hidden; }

.c-button--marquee:before {
  content: attr(data-marquee);
  color: #fff;
  position: absolute;
  animation: scrolling 7s linear infinite; }
  @media (min-width: 320px) and (max-width: 768px) {
    .c-button--marquee:before {
      animation: none; } }

.c-button--background {
  background: linear-gradient(to left, #17a424, #267fc5) #17a424;
  background-size: 300% 100%;
  animation: background 7s linear infinite; }

@keyframes background {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

@keyframes scrolling {
  from {
    transform: translatex(calc(100% + 30px)); }
  to {
    transform: translatex(calc(-100% - 30px)); } }

.experience {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--bg-white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-image: url(../images/qcs-bg.webp);
  background-attachment: fixed;
  z-index: 999; }
  @media (min-width: 320px) and (max-width: 768px) {
    .experience {
      display: none; } }
  .experience__mobi {
    display: none; }
    @media (min-width: 320px) and (max-width: 768px) {
      .experience__mobi {
        height: auto;
        background: var(--bg-white);
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
        line-height: 1; }
        .experience__mobi .title {
          font-size: 5rem;
          font-weight: 700;
          text-align: center;
          color: var(--primary-green); }
        .experience__mobi--inner {
          display: flex;
          flex-wrap: wrap; }
          .experience__mobi--inner > div {
            border-radius: 7px;
            background-image: linear-gradient(2deg, #0a7827, #008b25e0);
            padding: 10px;
            margin: 5px;
            width: 22%;
            box-shadow: 1px 2px 2px 0px #00000040; }
            .experience__mobi--inner > div .data {
              color: var(--fnt-white);
              font-size: 1.4rem;
              font-weight: 500;
              margin: 0;
              text-align: center;
              line-height: 1.2; } }

.experience .title {
  font-size: 1.8rem;
  font-weight: 500;
  /* color:var(--primary-green); */
  color: #ffffff;
  margin: 0; }

.experience-middle {
  font-size: 15rem;
  color: #1b8736;
  font-family: var(--main-font);
  font-weight: 700;
  line-height: 1.01;
  z-index: 1; }
  @media (min-width: 320px) and (max-width: 768px) {
    .experience-middle {
      font-size: 5rem; } }

.stack-image {
  position: absolute;
  width: 150px;
  height: auto;
  /* background-image: linear-gradient(2deg, #e7e5e5, transparent); */
  background-image: linear-gradient(2deg, #0a7827, #008b25e0);
  padding: 10px;
  border-radius: 11px;
  box-shadow: 1px 1px 3px 1px #00000040;
  opacity: 1; }

.stack-image-left1 {
  top: 6%;
  left: -300px;
  /* Off-screen initially */ }

.stack-image-left2 {
  top: 28%;
  left: -300px;
  /* Off-screen initially */ }

.stack-image-left3 {
  top: 55%;
  left: -300px;
  /* Off-screen initially */ }

.stack-image-left4 {
  top: 75%;
  left: -300px;
  /* Off-screen initially */ }

.stack-image-right1 {
  top: 6%;
  right: -300px;
  /* Off-screen initially */ }

.stack-image-right2 {
  top: 28%;
  right: -300px;
  /* Off-screen initially */ }

.stack-image-right3 {
  top: 55%;
  right: -300px;
  /* Off-screen initially */ }

.stack-image-right4 {
  top: 75%;
  right: -300px;
  /* Off-screen initially */ }

.stack-image-left5 {
  top: 75%;
  left: -300px;
  /* Off-screen initially */ }

.pos-rel {
  position: relative; }

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto; }

.red {
  color: red; }

.form-cta {
  padding: 10px 40px;
  margin: 2px 15px;
  background-color: var(--cta-green);
  color: var(--fnt-white);
  font-size: 1.6rem;
  border: none; }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-navbar-pblack);
  z-index: 999;
  /* so it stays above content */ }

.side-fix {
  position: fixed;
  left: 0;
  top: 25%;
  z-index: 99;
  display: flex;
  flex-direction: column; }
  @media (min-width: 320px) and (max-width: 768px) {
    .side-fix {
      top: 92%;
      flex-direction: row;
      bottom: 0;
      width: 100%; } }
  .side-fix > div {
    padding: 5px 1px 5px 1px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .side-fix > div {
        width: 33.33%;
        padding: 5px 1px 10px 1px; } }
  .side-fix > div:nth-child(3) {
    display: none; }
    @media (min-width: 320px) and (max-width: 768px) {
      .side-fix > div:nth-child(3) {
        display: block; } }
  .side-fix svg {
    height: 52px;
    width: 52px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .side-fix svg {
        height: 50px;
        width: 100%;
        padding-bottom: 5px; } }

#logo_tagline {
  fill: var(--logo-white); }

@media (min-width: 320px) and (max-width: 768px) {
  .submenu {
    position: relative !important;
    height: 200px;
    overflow-y: scroll; } }

.hom__slider {
  margin-top: -7%;
  /* Text content */
  /* Title + subtitle */
  /* Thumbnails container */
  /* Thumbnails animation */
  /* Animate IN thumbnails */
  /* Animate OUT thumbnails */
  /* Controls */ }
  @media (min-width: 320px) and (max-width: 768px) {
    .hom__slider {
      margin-top: 0; } }
  .hom__slider .slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slider {
        height: 40vh; } }
  .hom__slider .slides {
    position: relative;
    height: 100%; }
  .hom__slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.5s ease, transform 2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    box-sizing: border-box; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide {
        padding: 10px; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide {
        display: flex;
        flex-direction: column; } }
  .hom__slider .slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2; }
  .hom__slider .slide-content {
    color: #fff;
    max-width: 600px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
    transition-delay: 0.4s;
    background-color: #3535356e;
    padding: 20px 40px;
    border-radius: 6px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide-content {
        max-width: 100%; } }
  .hom__slider .slide.active .slide-content {
    opacity: 1;
    transform: translateY(0); }
  .hom__slider .slide-content .title {
    text-transform: uppercase;
    margin: 0;
    font-size: 4rem;
    font-family: var(--main-font);
    font-weight: 600;
    line-height: 1.2; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide-content .title {
        font-size: 2.1rem; } }
  .hom__slider .slide-content .title2 {
    font-size: 2.8rem;
    font-family: var(--main-font);
    font-weight: 500;
    margin: 0px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide-content .title2 {
        display: none; } }
  .hom__slider .slide-content .description {
    font-size: 1.6rem;
    font-family: var(--main-font);
    margin: 0px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide-content .description {
        display: none; } }
  .hom__slider .slide-content .subtitle {
    font-size: 20px;
    line-height: 1.4;
    color: #e0e0e0; }
  .hom__slider .slidercta {
    width: fit-content;
    background-color: var(--primary-green);
    color: white;
    border-radius: 3px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    margin-top: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slidercta {
        font-size: 1.2rem;
        margin-top: 5px; } }
  .hom__slider .slide .thumbs {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    top: 32%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide .thumbs {
        display: flex;
        justify-content: center;
        right: auto;
        top: auto; } }
  .hom__slider .slide .thumbs a img {
    width: 180px;
    height: 280px;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
    border: 1px solid #ffffff40; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hom__slider .slide .thumbs a img {
        width: 80px;
        height: 140px; } }
  .hom__slider .slide.active .thumbs a:nth-child(1) img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s; }
  .hom__slider .slide.active .thumbs a:nth-child(2) img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s; }
  .hom__slider .slide.active .thumbs a:nth-child(3) img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s; }
  .hom__slider .slide:not(.active) .thumbs a:nth-child(1) img {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 1.2s; }
  .hom__slider .slide:not(.active) .thumbs a:nth-child(2) img {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.9s; }
  .hom__slider .slide:not(.active) .thumbs a:nth-child(3) img {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.5s; }
  .hom__slider .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none; }
  .hom__slider .controls button {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 11; }
  .hom__slider .controls button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.15); }

@media (min-width: 320px) and (max-width: 768px) {
  #lhc_status_container {
    bottom: 15% !important; } }

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
  margin-top: -150px; }

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative; }

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden; }

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh; }

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: 1; }

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%); }

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px; }

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 9rem;
  font-family: var(--title-font);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none; }

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFFB0; }

.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden; }

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1); }

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1); }

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1); }

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000; }

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff; }

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1); }

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1); }

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px); }

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1); }

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important; }

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%); }

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1); }

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1; }

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s; }

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px; }

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px; }

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1; }

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px; }

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px; }

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px; }

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important; }

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #ffffff;
  font-size: 60px; }

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #ffffff;
  font-size: 60px; }

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D; }

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0; }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px; }
  .swiper-container-h .slider-pagination-area {
    width: 200px !important; }
  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px; }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b; }
  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important; } }

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 50px; }
  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px; }
  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%; }
  .swiper-container-h .slider-pagination-area {
    display: none; }
  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none; } }

/*homepage product carousal start*/
.carousel-container-outer {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 20px;
  margin-bottom: 50px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .carousel-container-outer {
      top: 60px;
      left: 0;
      margin: 10px; } }

.carousel-container {
  width: 100%;
  margin: 100px auto; }

.carousel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 5%; }

.carousel-header h2 {
  font-size: 24px; }

.nav-buttons {
  display: flex;
  gap: 10px; }

.nav-buttons button {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  background: #156c2d;
  color: white;
  border-radius: 4px;
  font-size: 2rem; }
  @media (min-width: 320px) and (max-width: 768px) {
    .nav-buttons button {
      padding: 6px 12px; } }

.carousel-wrapper {
  overflow: hidden; }

.carousel {
  display: flex;
  transition: transform 0.5s ease; }

.carousel-container .card {
  flex: 0 0 25%;
  /* 4 cards desktop */
  margin-right: 10px;
  background: white;
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /* Initial state for GSAP */
  opacity: 0;
  transform: translateY(50px);
  display: flex;
  flex-direction: column;
  min-height: 300px; }
  .carousel-container .card img {
    border-radius: 15px; }
  .carousel-container .card .title {
    margin: 0;
    padding: 5px 0 10px;
    color: #313187;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--main-font); }
  .carousel-container .card .fbox-cta {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: all ease 0.35s; }
    @media (min-width: 320px) and (max-width: 768px) {
      .carousel-container .card .fbox-cta {
        visibility: visible; } }
    .carousel-container .card .fbox-cta a {
      font-size: 1.5rem;
      color: white;
      background-color: #156c2d;
      padding: 5px 10px;
      border-radius: 9px;
      transition: all ease 0.35s;
      margin: 5px; }
      .carousel-container .card .fbox-cta a:hover {
        text-decoration: none;
        transform: translateY(-5px); }
  .carousel-container .card:hover .fbox-cta {
    visibility: visible; }

/* Mobile */
@media (max-width: 768px) {
  .carousel-container .card {
    flex: 0 0 100%; } }

/*homepage product carousal end*/
.hm__usp {
  height: 60vh; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__usp {
      height: auto;
      padding-bottom: 50px; } }
  .hm__usp .main-title {
    margin-top: 50px;
    color: #196c30;
    font-size: 5rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__usp .main-title {
        font-size: 3rem; } }
  .hm__usp--fbox {
    display: flex;
    margin: 5px 5%;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__usp--fbox {
        flex-wrap: wrap;
        gap: 5px; } }
    .hm__usp--fbox > div:nth-child(1) {
      width: 40%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__usp--fbox > div:nth-child(1) {
          order: 2;
          width: 100%; } }
    .hm__usp--fbox > div:nth-child(2) {
      width: 20%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__usp--fbox > div:nth-child(2) {
          order: 1;
          width: 100%; } }
    .hm__usp--fbox > div:nth-child(3) {
      width: 40%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__usp--fbox > div:nth-child(3) {
          order: 3;
          width: 100%; } }
    .hm__usp--fbox svg {
      width: 120px;
      height: 120px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__usp--fbox svg {
          width: 80px;
          height: 80px; } }
    .hm__usp--fbox img {
      border-radius: 15px; }
    .hm__usp--fbox .abs-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* justify-content: center; */
      /* align-items: center; */
      color: white;
      font-size: 3rem;
      text-transform: uppercase;
      font-weight: 600;
      /* width: 100%; */
      text-align: center;
      transition: all ease 0.35s; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__usp--fbox .abs-text {
          font-size: 2.5rem;
          line-height: 1.2; } }
    .hm__usp--fbox a {
      cursor: pointer; }
      .hm__usp--fbox a:hover .abs-text {
        top: 40%; }

.hm__hub {
  padding: 150px 10%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__hub {
      padding: 50px 3%; } }
  .hm__hub--fbox {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__hub--fbox {
        flex-wrap: wrap; } }
    .hm__hub--fbox > div {
      width: 50%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__hub--fbox > div {
          width: 100%; } }
    .hm__hub--fbox .fbox-right {
      display: flex;
      flex-direction: column; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__hub--fbox .fbox-right {
          padding-top: 30px; } }
      .hm__hub--fbox .fbox-right-inner {
        display: flex;
        align-items: center; }
        .hm__hub--fbox .fbox-right-inner svg {
          height: 60px;
          width: 60px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__hub--fbox .fbox-right-inner svg {
              height: 40px;
              width: 40px; } }
        .hm__hub--fbox .fbox-right-inner a {
          font-size: 1.8rem;
          color: #383838;
          text-decoration: none;
          font-weight: 500; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__hub--fbox .fbox-right-inner a {
              font-size: 1.6rem; } }
      .hm__hub--fbox .fbox-right .bor-bottom {
        border-bottom: 1px solid #0000001c; }
  .hm__hub .left-title {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__hub .left-title {
        font-size: 3rem; } }
    .hm__hub .left-title .highliter {
      font-size: 6rem;
      font-weight: 600;
      background: linear-gradient(90deg, #0d8f4d, #4364f7, #1a88c8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__hub .left-title .highliter {
          font-size: 3rem; } }
  .hm__hub .small-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__hub .small-title {
        font-size: 1.3rem; } }
  .hm__hub .data {
    font-size: 1.8rem; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__hub .data {
        font-size: 1.6rem; } }

.hm__location {
  padding: 150px 10%;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5); }
  @media (max-width: 768px) {
    .hm__location {
      padding: 60px 5%; } }
  .hm__location--fbox {
    display: flex;
    gap: 6px; }
    .hm__location--fbox-inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 15px;
      background-size: cover;
      background-position: center;
      position: relative;
      transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
      /* SMOOTH EXPAND CONTENT */ }
      .hm__location--fbox-inner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #00000073, #000000d6);
        z-index: 0; }
      .hm__location--fbox-inner > * {
        position: relative;
        z-index: 1; }
      .hm__location--fbox-inner .l_position {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 800;
        margin: 0; }
      .hm__location--fbox-inner .l_name {
        color: #fff;
        font-size: 2rem;
        font-weight: 700; }
      .hm__location--fbox-inner .l_address {
        color: #fff;
        font-size: 1.4rem; }
      .hm__location--fbox-inner iframe {
        border-radius: 15px; }
    .hm__location--fbox:hover .hm__location--fbox-inner {
      transform: scale(1.05); }
    .hm__location--fbox .location-card {
      flex-basis: 14%;
      height: 300px;
      border-radius: 12px;
      overflow: hidden;
      background: #0055A6;
      transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
      cursor: pointer; }
      .hm__location--fbox .location-card:hover {
        flex-basis: 40%; }
  .hm__location .temp-hid {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
  .hm__location .location-card:hover .temp-hid {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0); }
  .hm__location .sec-title {
    margin-top: 50px;
    color: #196c30;
    font-size: 5rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-left: -12px;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__location .sec-title {
        font-size: 3rem;
        margin-top: 30px; } }
  .hm__location .sec-data {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__location .sec-data {
        font-size: 1.8rem;
        padding-bottom: 30px;
        line-height: 1.2; } }

.hm__enquiry {
  position: relative;
  padding: 140px 8%;
  background: linear-gradient(250deg, #eef7ff, #f6fffb);
  overflow: hidden;
  /* Random placements */ }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__enquiry {
      padding: 40px 3%; } }
  .hm__enquiry .enquiry-box {
    max-width: 720px;
    margin: auto;
    background: white;
    padding: 20px 40px 40px;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 5; }
    .hm__enquiry .enquiry-box .main-title {
      margin-top: 50px;
      color: #196c30;
      font-size: 5rem;
      font-family: var(--title-font);
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      margin-left: -12px;
      text-decoration: none;
      text-align: center; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__enquiry .enquiry-box .main-title {
          margin-top: 30px;
          font-size: 3rem; } }
    .hm__enquiry .enquiry-box .main-data {
      text-align: center;
      font-size: 2.2rem;
      font-weight: 400; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__enquiry .enquiry-box .main-data {
          font-size: 1.8rem;
          line-height: 1.2;
          padding-bottom: 30px; } }
    .hm__enquiry .enquiry-box .form--fbox {
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__enquiry .enquiry-box .form--fbox {
          gap: 0; } }
      .hm__enquiry .enquiry-box .form--fbox label {
        font-size: 1.4rem;
        font-weight: 400;
        text-align: left; }
      .hm__enquiry .enquiry-box .form--fbox > div {
        width: 45%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__enquiry .enquiry-box .form--fbox > div {
            width: 100%; } }
  .hm__enquiry .floating-icons {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  .hm__enquiry .float-icon {
    position: absolute;
    width: 60px;
    opacity: 0.5;
    width: 60px;
    height: 60px; }
  .hm__enquiry .i1 {
    top: 10%;
    left: 8%; }
  .hm__enquiry .i2 {
    top: 18%;
    right: 10%; }
  .hm__enquiry .i3 {
    bottom: 20%;
    left: 12%; }
  .hm__enquiry .i4 {
    bottom: 15%;
    right: 14%; }
  .hm__enquiry .i5 {
    top: 61%;
    transform: translateX(-50%);
    right: 2%; }
  .hm__enquiry .i6 {
    top: 38%;
    left: 20%;
    transform: translateX(-50%); }
  .hm__enquiry .i7 {
    top: 35%;
    left: 4%; }
  .hm__enquiry .i8 {
    top: 11%;
    right: 33%; }
  .hm__enquiry .i9 {
    top: 53%;
    right: 17%; }
  .hm__enquiry .i10 {
    top: 55%;
    left: 9%;
    transform: rotate(360deg); }
  .hm__enquiry .i11 {
    top: 9%;
    right: 65%;
    transform: rotate(354deg); }
  .hm__enquiry .i12 {
    top: 35%;
    left: 84%; }
  .hm__enquiry .i13 {
    top: 15%;
    right: 80%;
    transform: rotate(347deg); }

@media (max-width: 768px) {
  .float-icon {
    display: none; } }

/* 📱 MOBILE VIEW */
@media (max-width: 768px) {
  .hm__location--fbox {
    flex-direction: column;
    gap: 14px; }
    .hm__location--fbox .location-card {
      flex-basis: auto !important;
      height: auto; }
  .location-card .temp-hid {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px); }
  .location-card.active .temp-hid {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0); } }

.logo-part {
  opacity: 0;
  transform: translateY(20px); }

/* Wrapper */
/* SECTION */
.osmoArcFinal__section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 0 0; }
  .osmoArcFinal__section-cta {
    color: #efefef;
    font-size: 1.8rem;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    background-color: var(--cta-green);
    border-radius: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .osmoArcFinal__section-cta {
        font-size: 1.6rem; } }

/* Title */
.osmoArcFinal__title {
  margin-top: 50px;
  color: #196c30;
  font-size: 5rem;
  font-family: var(--title-font);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-left: -12px;
  text-decoration: none;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .osmoArcFinal__title {
      font-size: 3rem;
      margin-top: 30px;
      margin: 0 1%; } }

.osmoArcFinal__subtitle {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400; }
  @media (min-width: 320px) and (max-width: 768px) {
    .osmoArcFinal__subtitle {
      font-size: 1.8rem; } }

/* Viewport */
.osmoArcFinal__viewport {
  position: relative;
  height: 520px;
  overflow: hidden; }

/* Rotating wheel */
.osmoArcFinal__wheel {
  position: absolute;
  left: 50%;
  bottom: -184px;
  width: 900px;
  height: 900px;
  transform: translateX(-50%);
  will-change: transform; }

/* Card */
.osmoArcFinal__card {
  position: absolute;
  width: 300px;
  height: 400px;
  border-radius: 16px;
  background: linear-gradient(135deg, #222, #444);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  transform-origin: 50% 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 600;
  bottom: 0;
  transform: translateX(-50%); }
  .osmoArcFinal__card img {
    border-radius: 15px; }
  .osmoArcFinal__card .t-card {
    position: absolute;
    color: white;
    font-size: 2.8rem;
    top: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px; }

.pos-abs {
  position: relative; }

/*homepage industries*/
.industries-scroll-section {
  height: 100vh;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industries-scroll-section {
      background: white; } }

.industries-scroll-container {
  display: flex;
  height: 100vh; }

/* LEFT PANEL */
.industries-info-panel {
  width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5); }

.industries-info-panel .left-title {
  margin-top: 50px;
  color: #196c30;
  font-size: 5rem;
  font-family: var(--title-font);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-left: -12px;
  text-decoration: none;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industries-info-panel .left-title {
      margin-top: 20px;
      font-size: 3rem; } }

.industries-info-panel .left-para {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  color: #383838; }

/* RIGHT PANEL */
.industries-scroll-panel {
  width: 50%;
  position: relative;
  overflow: hidden; }

.industries-scroll-track {
  display: flex;
  flex-direction: column; }

/* INDUSTRY ITEMS */
.industry-item {
  height: 50vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .industry-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .industry-item .title-inds {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .industry-item .title-inds {
        font-size: 3rem; } }

.industry-item:nth-child(1) {
  background: #1b1b1b;
  border-left: 10px solid #008F4B; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(1) {
      border-left: none;
      border-bottom: 5px solid #008F4B; } }

.industry-item:nth-child(2) {
  background: #222;
  border-left: 10px solid #4DB44C; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(2) {
      border-left: none;
      border-bottom: 5px solid #4DB44C; } }

.industry-item:nth-child(3) {
  background: #191919;
  border-left: 10px solid #7EBD4A; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(3) {
      border-left: none;
      border-bottom: 5px solid #7EBD4A; } }

.industry-item:nth-child(4) {
  background: #242424;
  border-left: 10px solid #00BAE8; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(4) {
      border-left: none;
      border-bottom: 5px solid #00BAE8; } }

.industry-item:nth-child(5) {
  background: #1a1a1a;
  border-left: 10px solid #0088CA; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(5) {
      border-left: none;
      border-bottom: 5px solid #0088CA; } }

.industry-item:nth-child(6) {
  background: #202020;
  border-left: 10px solid #0055A6; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(6) {
      border-left: none;
      border-bottom: 5px solid #0055A6; } }

.industry-item:nth-child(7) {
  background: #202020;
  border-left: 10px solid #0055A6; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(7) {
      border-left: none;
      border-bottom: 5px solid #0055A6; } }

.industry-item:nth-child(8) {
  background: #202020;
  border-left: 10px solid #2E3189; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(8) {
      border-left: none;
      border-bottom: 5px solid #2E3189; } }

.industry-item:nth-child(9) {
  background: #202020;
  border-left: 10px solid #008F4B; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(9) {
      border-left: none;
      border-bottom: 5px solid #008F4B; } }

.industry-item:nth-child(10) {
  background: #202020;
  border-left: 10px solid #4DB44C; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(10) {
      border-left: none;
      border-bottom: 5px solid #4DB44C; } }

.industry-item:nth-child(11) {
  background: #191919;
  border-left: 10px solid #7EBD4A; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(11) {
      border-left: none;
      border-bottom: 5px solid #7EBD4A; } }

.industry-item:nth-child(12) {
  background: #242424;
  border-left: 10px solid #00BAE8; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry-item:nth-child(12) {
      border-left: none;
      border-bottom: 5px solid #00BAE8; } }

/* MOBILE */
@media (max-width: 900px) {
  .industries-scroll-container {
    flex-direction: column; }
  .industries-info-panel,
  .industries-scroll-panel {
    width: 100%;
    height: auto; }
  .industries-info-panel {
    padding: 25px; }
  .industry-item {
    height: 300px; } }

.cta-send {
  background-color: var(--cta-green);
  border-color: #ccc;
  color: white;
  font-size: 18px;
  border-radius: 17px;
  padding: 5px 25px;
  margin-top: 5px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .cta-send {
      font-size: 16px; } }

footer {
  background: linear-gradient(151deg, #010f2ae0 0%, #002d6fd9 54%), url(../footer.webp) center/cover no-repeat;
  background-position: right;
  background-attachment: scroll;
  padding: 50px 0 0; }
  footer .footer__top {
    display: flex;
    padding: 30px 0 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white; }
    @media (min-width: 320px) and (max-width: 768px) {
      footer .footer__top {
        flex-wrap: wrap; } }
    footer .footer__top p {
      margin: 0;
      text-align: center;
      color: white;
      font-size: 2rem;
      padding: 0 3px; }
    footer .footer__top-inner {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      column-gap: 30px; }
      @media (min-width: 320px) and (max-width: 768px) {
        footer .footer__top-inner {
          flex-wrap: wrap;
          flex-direction: column;
          align-items: flex-start; } }
      footer .footer__top-inner svg {
        height: 10px;
        width: 10px; }
        @media (min-width: 320px) and (max-width: 768px) {
          footer .footer__top-inner svg {
            height: 5px;
            width: 5px; } }
  footer .footer__fbox {
    display: flex;
    padding: 0;
    justify-content: space-evenly; }
    @media (min-width: 320px) and (max-width: 768px) {
      footer .footer__fbox {
        justify-content: flex-start; } }
    @media (min-width: 320px) and (max-width: 768px) {
      footer .footer__fbox {
        flex-wrap: wrap; } }
    footer .footer__fbox > div {
      width: 25%;
      padding: 0px 20px; }
      @media (min-width: 320px) and (max-width: 768px) {
        footer .footer__fbox > div {
          width: 100%; } }
    footer .footer__fbox .link-box {
      display: flex;
      align-items: normal;
      padding: 8px 0; }
      footer .footer__fbox .link-box .arrow {
        width: 10px;
        height: 20px; }
      footer .footer__fbox .link-box svg.arrow {
        width: 10px;
        height: 20px; }
      footer .footer__fbox .link-box .link {
        color: white;
        font-size: 1.6rem;
        text-decoration: none;
        transition: color ease 0.35s; }
        footer .footer__fbox .link-box .link:hover {
          color: white; }
      footer .footer__fbox .link-box > div:nth-child(2) {
        padding-left: 3px; }
  footer .footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid white;
    justify-content: space-between; }
    @media (min-width: 320px) and (max-width: 768px) {
      footer .footer__bottom {
        flex-wrap: wrap;
        justify-content: center; } }
    footer .footer__bottom p {
      color: #efefef;
      font-size: 1.2rem;
      padding: 10px;
      text-align: center;
      width: 50%;
      margin: 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        footer .footer__bottom p {
          padding: 1px;
          width: 100%; } }
  footer .f-title {
    font-size: 2.8rem;
    color: #efefef;
    font-family: var(--title-font);
    padding: 10px 0 5px;
    margin: 0 0 5px 0;
    position: relative; }
    footer .f-title::after {
      content: "";
      position: absolute;
      width: 60%;
      height: 1px;
      background: white;
      bottom: -2px;
      left: 0; }
  footer .f-office-title {
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0;
    padding: 10px; }
  footer .f-office-data {
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
    margin: 0;
    padding: 0 10px; }
  footer .f-map {
    padding: 10px; }
    footer .f-map iframe {
      border-radius: 3px; }
  footer .f-socialfbox {
    display: flex; }
    footer .f-socialfbox > div {
      padding-right: 10px; }
    footer .f-socialfbox svg {
      height: 30px;
      width: 30px; }

.hero {
  min-height: 100vh;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  padding-top: 180px;
  overflow: hidden;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5); }
  @media (min-width: 320px) and (max-width: 768px) {
    .hero {
      padding-top: 120px; } }

.reveal-text {
  /* font-size: 10vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  opacity: 0;
  transform: translateY(140px); */
  font-size: 15rem;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--cta-green); }
  @media (min-width: 320px) and (max-width: 768px) {
    .reveal-text {
      font-size: 5rem;
      font-weight: 900; } }

.service__topbox {
  display: flex;
  overflow: hidden;
  position: relative; }
  @media (min-width: 320px) and (max-width: 768px) {
    .service__topbox {
      flex-wrap: wrap; } }
  .service__topbox > div {
    width: 50%;
    margin: 10px; }
    .service__topbox > div:nth-child(1) {
      height: 70vh; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__topbox > div:nth-child(1) {
          width: 100%;
          height: 40vh; } }
    .service__topbox > div:nth-child(2) {
      height: 70vh; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__topbox > div:nth-child(2) {
          width: 100%;
          height: 20vh; } }
    .service__topbox > div img {
      border-radius: 30px;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .service__topbox > div:nth-child(2) {
      background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
      border-radius: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .service__topbox > div h1 {
      margin-top: 50px;
      color: #196c30;
      font-size: 5rem;
      font-family: var(--title-font);
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      margin-left: -12px;
      text-decoration: none; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__topbox > div h1 {
          margin-top: 5px;
          font-size: 2.2rem;
          margin-left: 0;
          padding: 10px;
          text-align: center; } }
      .service__topbox > div h1 span {
        display: block; }
        @media (min-width: 320px) and (max-width: 768px) {
          .service__topbox > div h1 span {
            display: inline; } }
  .service__topbox .image-reveal {
    position: relative;
    overflow: hidden; }
  .service__topbox .product-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .service__topbox .product-img-container img {
      will-change: transform; }
  .service__topbox .image-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.service__descbox {
  margin: 50px 3% 100px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .service__descbox {
      margin: 10px 3% 100px; } }
  .service__descbox h2 {
    margin-top: 50px;
    color: #196c30;
    font-size: 4rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -12px;
    text-decoration: none;
    text-align: center;
    z-index: 3; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__descbox h2 {
        font-size: 3rem; } }
  .service__descbox .data {
    position: relative;
    margin: 0;
    font-size: 1.8rem;
    padding-top: 10px;
    background-color: white;
    z-index: 2; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__descbox .data {
        font-size: 1.6rem; } }

.service__usp {
  padding: 100px 3%;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
  display: flex;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .service__usp {
      padding: 10px 3%;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  .service__usp > div {
    width: 50%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__usp > div {
        width: 100%; } }
    .service__usp > div:nth-child(2) {
      padding: 15px 35px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__usp > div:nth-child(2) {
          padding: 15px; } }
  .service__usp .data {
    margin: 0;
    font-size: 1.8rem;
    padding-top: 10px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__usp .data {
        font-size: 1.6rem; } }
  .service__usp .main-title {
    margin-top: 50px;
    color: #196c30;
    font-size: 4rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -12px;
    text-decoration: none; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__usp .main-title {
        font-size: 3rem; } }
  .service__usp .fbox-capacity {
    display: flex;
    flex-direction: column;
    padding-top: 25px; }
    .service__usp .fbox-capacity .title {
      font-size: 1.6rem;
      color: var(--cta-green);
      margin: 0;
      font-weight: 600; }
    .service__usp .fbox-capacity .data {
      font-size: 2.8rem;
      margin: 0;
      padding: 0;
      font-weight: 400; }

.service__feture {
  /* LEFT IMAGE */
  /* RIGHT CONTENT */
  /* MOBILE FALLBACK */ }
  .service__feture--fbox {
    display: flex;
    align-items: center;
    padding-top: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__feture--fbox {
        padding-top: 10px; } }
    .service__feture--fbox .data {
      font-size: 1.8rem;
      margin: 0;
      padding-left: 5px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__feture--fbox .data {
          font-size: 1.6rem; } }
    .service__feture--fbox-outer {
      display: flex; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__feture--fbox-outer {
          flex-wrap: wrap; } }
      .service__feture--fbox-outer > div {
        width: 50%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .service__feture--fbox-outer > div {
            width: 100%; } }
  .service__feture .split-scroll {
    width: 100%;
    background: #fff; }
  .service__feture .split-wrap {
    display: flex;
    min-height: 100vh; }
  .service__feture .split-left,
  .service__feture .split-right {
    width: 50%; }
  .service__feture .split-left {
    height: 100vh;
    overflow: hidden;
    position: relative; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__feture .split-left {
        display: none; } }
  .service__feture .split-left img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .service__feture .split-right {
    display: flex;
    flex-direction: column; }
  .service__feture .content-block {
    min-height: 100vh;
    padding: clamp(40px, 6vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__feture .content-block {
        padding: 25px; } }
  .service__feture .content-block h5 {
    margin-top: 50px;
    color: #196c30;
    font-size: 4rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -12px;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__feture .content-block h5 {
        font-size: 3rem; } }
  @media (max-width: 900px) {
    .service__feture .split-wrap {
      flex-direction: column; }
    .service__feture .split-left,
    .service__feture .split-right {
      width: 100%; }
    .service__feture .split-left {
      position: relative;
      height: 60vh; }
    .service__feture .content-block {
      min-height: auto; } }

.service__casestudy {
  min-height: 70vh;
  position: relative; }
  .service__casestudy img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .service__casestudy p {
    margin-top: 50px;
    color: #196c30;
    font-size: 2.2rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -12px;
    text-decoration: none;
    text-align: center; }
  .service__casestudy .cta {
    color: #efefef;
    font-size: 1.8rem;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    background-color: var(--cta-green);
    border-radius: 20px; }
  .service__casestudy-content {
    position: absolute;
    left: 39%;
    bottom: 12%;
    max-width: 600px; }

.service__ctabox {
  padding: 100px 3%;
  background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60vh; }
  .service__ctabox h6 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__ctabox h6 {
        font-size: 3rem;
        text-align: center; } }
    .service__ctabox h6 .highlighter {
      font-size: 6rem;
      font-weight: 600;
      background: linear-gradient(90deg, #0d8f4d, #4364f7, #1a88c8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent; }
      @media (min-width: 320px) and (max-width: 768px) {
        .service__ctabox h6 .highlighter {
          font-size: 3rem;
          text-align: center; } }
  .service__ctabox p {
    font-size: 2.5rem;
    color: var(--cta-green);
    font-weight: 500;
    margin-bottom: 30px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__ctabox p {
        font-size: 1.8rem;
        text-align: center; } }
  .service__ctabox .cta {
    color: #efefef;
    font-size: 1.8rem;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    background-color: var(--cta-green);
    border-radius: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .service__ctabox .cta {
        font-size: 1.6rem; } }

@media (max-width: 768px) {
  .service__casestudy {
    aspect-ratio: auto;
    min-height: 40vh; }
  .service__casestudy img {
    height: 260px; }
  .service__casestudy-content {
    position: absolute;
    left: 30%;
    bottom: 14%;
    max-width: 600px; }
  .service__casestudy-content .cta {
    font-size: 1.2rem;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    background-color: var(--cta-green);
    border-radius: 20px; }
  .service__casestudy p {
    margin-top: 50px;
    color: #196c30;
    font-size: 1.2rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: -12px;
    text-decoration: none;
    text-align: center; } }

.product__feture .main-title {
  margin-top: 50px;
  color: #196c30;
  font-size: 4rem;
  font-family: var(--title-font);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: -12px;
  text-decoration: none; }

.product__feture--fbox {
  display: flex;
  align-items: flex-start;
  margin-top: 10px; }
  .product__feture--fbox > div:nth-child(2) {
    padding-left: 5px; }
  .product__feture--fbox .title {
    margin: 0;
    font-size: 2rem;
    font-weight: 500; }
  .product__feture--fbox .data {
    font-size: 1.8rem; }

.product .sec__one--fbox {
  display: flex;
  height: 100%; }
  .product .sec__one--fbox > div {
    width: 50%;
    border-radius: 30px;
    margin: 20px; }
    .product .sec__one--fbox > div:nth-child(1) {
      background-image: url(../images/product/wvs50/problem.webp);
      background-size: cover;
      background-position: center; }
    .product .sec__one--fbox > div:nth-child(2) {
      background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .product .sec__one--fbox h1 {
    margin-top: 50px;
    color: #196c30;
    font-size: 5rem;
    font-family: var(--title-font);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-left: -12px;
    text-decoration: none; }
    .product .sec__one--fbox h1 span {
      display: block; }

.product .sec__two {
  padding: 100px 3%; }
  .product .sec__two--fbox {
    display: flex;
    height: 100%; }
    .product .sec__two--fbox > div {
      width: 50%; }
      .product .sec__two--fbox > div .data {
        font-size: 1.8rem; }
    .product .sec__two--fbox img {
      border-radius: 30px; }

.product .sec__three {
  padding: 100px 3%; }
  .product .sec__three--fbox {
    display: flex; }
    .product .sec__three--fbox > div {
      width: 20%; }

.scroll-wrapper {
  position: relative;
  /* PRODUCT ABSOLUTE LAYER */ }
  .scroll-wrapper .section {
    position: relative;
    overflow: hidden; }
    .scroll-wrapper .section-one {
      display: flex; }
      .scroll-wrapper .section-one .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 30px; }
      .scroll-wrapper .section-one > div {
        width: 50%;
        margin: 10px;
        border-radius: 30px; }
        .scroll-wrapper .section-one > div:nth-child(2) {
          background-image: linear-gradient(250deg, #d0eaff, #dff0ff, #e3ffe5);
          border-radius: 30px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
    .scroll-wrapper .section-two {
      position: relative;
      display: flex;
      padding: 150px 3%;
      align-items: flex-start; }
      .scroll-wrapper .section-two > div {
        width: 50%; }
        .scroll-wrapper .section-two > div .data {
          font-size: 1.8rem; }
    .scroll-wrapper .section-three {
      display: flex;
      padding: 150px 3%;
      align-items: center; }
      .scroll-wrapper .section-three > div {
        width: 50%; }
        .scroll-wrapper .section-three > div .data {
          font-size: 1.8rem; }
    .scroll-wrapper .section h1 {
      margin-top: 50px;
      color: #196c30;
      font-size: 5rem;
      font-family: var(--title-font);
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
      margin-left: -12px;
      text-decoration: none; }
      .scroll-wrapper .section h1 span {
        display: block; }
        @media (min-width: 320px) and (max-width: 768px) {
          .scroll-wrapper .section h1 span {
            display: inline; } }
  .scroll-wrapper .section .bg {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .scroll-wrapper .product-layer {
    position: fixed;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 400px;
    z-index: 10;
    pointer-events: none;
    transform-origin: center center; }
  .scroll-wrapper .product-layer img {
    width: 100%;
    height: auto; }
  .scroll-wrapper .product-target {
    position: absolute;
    width: 10px;
    height: 10px; }
  .scroll-wrapper .target-1 {
    top: 40%;
    left: 10%; }
  .scroll-wrapper .target-2 {
    top: 50%;
    left: 70%; }
  .scroll-wrapper .target-3 {
    top: 40%;
    left: 40%; }
  .scroll-wrapper .target-4 {
    top: 45%;
    left: 15%; }

.cta-common a {
  color: white;
  background-color: var(--clr-l-blue);
  font-size: 1.6rem;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid var(--clr-l-blue);
  transition: all ease 0.35s; }
  .cta-common a:hover {
    text-decoration: none;
    background-color: white;
    color: var(--clr-l-blue);
    font-weight: 500; }

.cta-common-white {
  margin-top: 30px; }
  .cta-common-white a {
    color: var(--primary-blue);
    background-color: white;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 2px;
    border: 1px solid var(--primary-blue);
    transition: all ease 0.35s;
    font-weight: 600; }
    .cta-common-white a:hover {
      text-decoration: none;
      background-color: white;
      color: var(--primary-blue);
      font-weight: 600; }

.carousel {
  height: 85vh; }
  @media (min-width: 320px) and (max-width: 768px) {
    .carousel {
      height: 21vh; } }

.item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition-delay: .6s;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  transition: all .8s ease; }

.item .img-box::before {
  content: '';
  position: absolute;
  left: 0;
  width: 500px;
  height: 100%;
  background: #000000cc;
  border-radius: 50%;
  filter: blur(200px);
  z-index: 3; }

.item.active .img-box,
.item.previously-active .img-box {
  transition-delay: .2s; }

.item.active .img-box {
  opacity: 1;
  transform: translateX(0); }

.item.back-active .img-box {
  transition: none; }

@media (min-width: 320px) and (max-width: 768px) {
  .img-box.pos1 img {
    object-position: left; } }

@media (min-width: 320px) and (max-width: 768px) {
  .img-box.pos2 img {
    object-position: left; } }

@media (min-width: 320px) and (max-width: 768px) {
  .img-box.pos3 img {
    object-position: center; } }

@media (min-width: 320px) and (max-width: 768px) {
  .img-box.pos4 img {
    object-position: -55px center; } }

.img-box img {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)); }
  @media (min-width: 320px) and (max-width: 768px) {
    .img-box img {
      object-fit: cover;
      width: 100%; } }

.item .info-box {
  position: absolute;
  left: 6%;
  top: 45%;
  transform: translateY(-50%);
  width: 550px;
  height: 550px;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 768px) {
    .item .info-box {
      left: 3%;
      right: 0;
      top: 55%; } }

.item.active .info-box {
  z-index: 2; }

.info-box .info-slider {
  transition: 0.7s cubic-bezier(0.68, -0.55, 0.1, 1);
  position: relative; }
  .info-box .info-slider .dot-grid {
    position: absolute;
    top: 10px;
    opacity: 0.3; }
    .info-box .info-slider .dot-grid svg {
      width: 40px;
      height: 40px; }

.info-slider .info-item {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all .8s ease; }

.item.active .info-item {
  opacity: 1;
  transform: translateY(0); }

.info-item .title {
  font-size: 6rem;
  line-height: 1;
  font-family: var(--title-font2); }
  @media (min-width: 320px) and (max-width: 768px) {
    .info-item .title {
      font-size: 1.8rem; } }

.info-item .subtitle {
  font-size: 2rem;
  margin: 5px 0; }
  @media (min-width: 320px) and (max-width: 768px) {
    .info-item .subtitle {
      font-size: 0.9rem; } }

.info-item .tag {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .info-item .tag {
      display: none; } }

.info-item .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 42px;
  background: var(--clr-l-blue);
  border: 1px solid #fff;
  /* border-radius: 40px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .info-item .btn {
      width: 105px;
      height: 30px;
      font-size: 11px;
      margin-top: 5px; } }

.thumb {
  position: absolute;
  left: 5%;
  bottom: 0%;
  /* transform: translateY(-50%); */
  list-style: none;
  z-index: 100;
  display: flex;
  column-gap: 10px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .thumb {
      left: 20%;
      bottom: -10%; } }

.thumb li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: 25px 0;
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 768px) {
    .thumb li {
      width: 25px;
      height: 25px; } }

.thumb li.selected {
  border: 3px solid #fff; }

.thumb li.disabled {
  pointer-events: none; }

.thumb li img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.sldr {
  overflow: hidden; }
  .sldr .slider-container {
    position: relative;
    height: 85vh;
    user-select: none;
    cursor: all-scroll; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sldr .slider-container {
        height: 23vh; } }
  .sldr .slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0; }
  .sldr .slider-control.inactive:hover {
    cursor: auto; }
  .sldr .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer; }
  .sldr .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%); }
  .sldr .slider-control.right {
    right: 0;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%); }
  .sldr .slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none; }
  .sldr .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sldr .slider-pagi__elem {
        width: 0.9rem;
        height: 0.9rem; } }
  .sldr .slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0); }
    @media (min-width: 320px) and (max-width: 768px) {
      .sldr .slider-pagi__elem:before {
        width: 0.9rem;
        height: 0.9rem; } }
  .sldr .slider-pagi__elem.active:before, .sldr .slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1); }
  .sldr .slider {
    z-index: 1;
    position: relative;
    height: 100%; }
  .sldr .slider.animating {
    transition: transform 0.5s;
    will-change: transform; }
  .sldr .slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform; }
  .sldr .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .sldr .slide.active .slide__overlay,
  .sldr .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0); }
  .sldr .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    will-change: transform; }
  .sldr .slide:nth-child(1) {
    left: 0; }
  .sldr .slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../slide-press-spot-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(1) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(1) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(2) {
    left: 100%; }
  .sldr .slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../slide-seam-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(2) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(2) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(3) {
    left: 200%; }
  .sldr .slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../slide-bench-mounted-spot-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(3) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(3) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(4) {
    left: 300%; }
  .sldr .slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../slide-side-seam-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(4) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(4) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(5) {
    left: 400%; }
  .sldr .slide:nth-child(5) .slide__bg {
    left: -200%;
    background-image: url("../slide-portable-suspension-spot-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(5) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(5) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(6) {
    left: 500%; }
  .sldr .slide:nth-child(6) .slide__bg {
    left: -250%;
    background-image: url("../slide-flash-butt-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(6) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(6) .slide__text {
      background-color: #30303000; } }
  .sldr .slide:nth-child(7) {
    left: 600%; }
  .sldr .slide:nth-child(7) .slide__bg {
    left: -300%;
    background-image: url("../slide-rail-flash-butt-welder.webp"); }
  @media (max-width: 991px) {
    .sldr .slide:nth-child(7) .slide__text {
      background-color: #303030; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 768px) {
    .sldr .slide:nth-child(7) .slide__text {
      background-color: #30303000; } }
  .sldr .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(92deg, #062134, #00000000, #00000000); }
  .sldr .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  @media (max-width: 991px) {
    .sldr .slide__overlay {
      display: none; } }
  .sldr .slide__overlay path {
    opacity: 0.8; }
  .sldr .slide__text {
    position: absolute;
    width: 45%;
    top: 30%;
    left: 5%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0; }
  @media (max-width: 991px) {
    .sldr .slide__text {
      left: 0;
      top: 20%;
      width: 65%;
      height: 20rem;
      text-align: left;
      transform: translateY(50%);
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
      padding: 0 1rem; } }
  .sldr .slide__text-heading {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .sldr .slide__text-heading {
      line-height: 10rem;
      font-size: 3.5rem; } }
  .sldr .slide__text-desc {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem; }
  @media (max-width: 991px) {
    .sldr .slide__text-desc {
      display: none; } }
  .sldr .slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    perspective: 1000px; }
  @media (max-width: 991px) {
    .sldr .slide__text-link {
      margin: -2rem 0 8rem; } }
  .sldr .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform; }
  .sldr .slide__text-link:hover:before {
    transform: rotateX(0); }

.breadcrumb-product a, .breadcrumb-product span {
  font-size: 1.3rem;
  color: #383838;
  transition: color ease 0.35s;
  text-decoration: none; }

.breadcrumb-product a:hover {
  color: var(--primary-blue);
  text-decoration: none; }

.breadcrumb-industry {
  display: flex;
  justify-content: center; }
  .breadcrumb-industry a, .breadcrumb-industry span {
    font-size: 1.3rem;
    color: #383838;
    transition: color ease 0.35s;
    text-decoration: none;
    padding: 0 2px; }
  .breadcrumb-industry a:hover {
    color: var(--primary-blue);
    text-decoration: none; }

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table {
  width: 100%;
  border-collapse: collapse; }
  @media (min-width: 320px) and (max-width: 768px) {
    table {
      min-width: 700px; } }

th,
td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 1.5rem; }

th {
  background: #f5f5f5; }

.prod-tblmargin {
  margin: 20px 12%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .prod-tblmargin {
      margin: 20px; } }

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.custom-table {
  width: 100%;
  min-width: 1200px;
  /* Important */
  border-collapse: collapse; }

.custom-table th,
.custom-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  white-space: nowrap;
  /* Prevent wrapping */ }

.custom-table th {
  background: #f5f5f5;
  font-weight: 600; }

body.open-menu {
  left: -250px; }

body.open-menu > .over-menu {
  visibility: visible;
  opacity: 1; }

body.open-menu .menu-container {
  right: 0 !important; }

header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent; }

header::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: 0;
  background: #FFF;
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  right: 0;
  height: 0; }

header .desk-menu {
  position: relative;
  width: 100%;
  float: left; }

@media (min-width: 320px) and (max-width: 767px) {
  header .desk-menu {
    margin-left: 1%; } }

header .desk-menu .logo {
  position: absolute;
  float: left; }

header .desk-menu .logo-adn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0;
  position: relative;
  display: table;
  z-index: 1; }

header .desk-menu .logo-adn a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png");
  background-position: 0;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0; }

header .desk-menu .box-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 1px 0 0;
  display: block;
  margin: 0 auto;
  text-align: center; }

@media (min-width: 768px) {
  header .desk-menu .box-menu {
    float: left; } }

@media (min-width: 768px) {
  header .desk-menu {
    float: left; } }

header .desk-menu .menu-container {
  float: left; }

header .desk-menu .menu-container .menu-head,
header .desk-menu .menu-container .menu-foot {
  width: 100%;
  float: left;
  display: none; }

header .desk-menu .menu-container .menu-head {
  background: #000075;
  padding: 16px 10px; }

header .desk-menu .menu-container .menu-head span {
  color: white;
  font-size: 1.3rem; }

header .desk-menu .menu-container .menu-head .e1 {
  padding: 3px 0;
  float: left; }

header .desk-menu .menu-container .menu-head .e1 img {
  width: 29px;
  float: left;
  height: 29px; }

header .desk-menu .menu-container .menu-head .client {
  color: #FFF;
  float: right; }

header .desk-menu .menu-container .menu-head .client span {
  font-family: var(--title-font);
  text-transform: uppercase;
  padding: 5px 42px 5px  0;
  position: relative;
  line-height: 100%;
  font-size: 9px;
  display: block; }

header .desk-menu .menu-container .menu-head .client i {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 0; }

header .desk-menu .menu-container .menu-foot {
  position: absolute;
  bottom: 0;
  padding: 15px 0; }

header .desk-menu .menu-container .menu-foot .social {
  display: table;
  margin: 0 auto; }

header .desk-menu .menu-container .menu-foot .social a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  background: #797c82;
  width: 29px;
  height: 29px; }

header .desk-menu .menu-container .menu-foot .social a:last-child {
  margin: 0; }

header .desk-menu .menu-container .menu-foot .social a:hover {
  background: #a4a7ac; }

header .desk-menu .menu-container .menu-foot hr {
  margin: 15px auto 20px;
  display: table;
  width: calc(100% - 20px); }

header .desk-menu .menu-container .menu-foot address {
  position: relative;
  text-align: left;
  padding: 0 15px;
  margin: 0; }

header .desk-menu .menu-container .menu-foot address i {
  position: absolute;
  left: 0;
  top: 0; }

header .desk-menu .menu-container .menu-foot address span {
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  display: block; }

header .desk-menu .menu-container .menu {
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header .desk-menu .menu-container .menu li.back {
  display: none; }

header .desk-menu .menu-container .menu > li {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit; }

header .desk-menu .menu-container .menu > li a {
  position: relative;
  /* text-transform: uppercase; */
  font-size: 1.6rem;
  padding: 10px 8px;
  display: block;
  color: #383838;
  font-weight: 500;
  text-decoration: none; }

#cd-primary-nav > li:last-child > a {
  color: white !important; }

header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
  padding: 10px 19px 8px 6px;
  position: relative; }

header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: '';
  height: 1px;
  width: 7px;
  top: 20px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  min-width: 350px;
  position: absolute;
  list-style: none;
  background: #FFF;
  padding: 0;
  float: left;
  display: table;
  left: 0;
  width: 100%;
  float: left;
  display: none; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #0000001c;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
  color: #4e4e4e;
  padding: 8px 12px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
  display: none; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: '';
  height: 1px;
  width: 7px;
  top: 24px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  transform: rotate(45deg);
  right: 6px;
  top: 19px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(-45deg);
  right: 6px;
  top: 23px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  display: block; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a {
  color: var(--clr-l-blue);
  background-color: #eeeff1; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
  -webkit-transform: rotate(142deg);
  -moz-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
  -o-transform: rotate(142deg);
  transform: rotate(142deg);
  top: 23px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  right: 11px; }

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  margin-top: -43px;
  /* .menu-item-has-children{

		                        }*/ }

header .desk-menu .menu-container .menu > li.menu-item-has-children a {
  text-align: left; }

header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
  margin-top: 0; }

header .desk-menu .menu-container .menu > li.line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 11px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: none;
  background: #000075;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block; }

header .desk-menu .menu-container .menu > li:hover > a {
  color: #2fa9ff; }

header .desk-menu .menu-container .menu > li:hover > a::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  width: 10px;
  right: 12px; }

header .desk-menu .menu-container .menu > li:hover > a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 7px; }

header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
  display: block;
  z-index: 9998; }

header .hamburger-menu {
  display: none; }

header.small {
  top: 0;
  padding-top: 0;
  position: fixed; }

header.small img {
  display: inline; }

@media (min-width: 320px) and (max-width: 767px) {
  header.small {
    padding-top: 4%; }
  header.small img {
    display: none; } }

header.small::before {
  box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
  height: 100%; }

header.small .desk-menu {
  /*.box-menu .cd-header-buttons{
                // top: 19px;
            }*/ }

header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  background-color: #4e4e4e; }

header.small .desk-menu .logo-adn {
  margin-top: 14px; }

header.small .desk-menu .logo-adn a {
  background-image: url("../img/empresa-1-logo.svg");
  height: 30px;
  width: 140px; }

header.small .desk-menu .box-menu {
  padding: 0; }

header.small .desk-menu .box-menu ul li a {
  color: #4e4e4e; }

@media (max-width: 991px) {
  header .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top: 45px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 0;
    z-index: 9990; }
  header .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: var(--clr-l-blue); }
  header .hamburger-menu .bar,
  header .hamburger-menu .bar::after,
  header .hamburger-menu .bar::before {
    width: 35px;
    height: 3px; }
  header .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: var(--clr-l-blue);
    top: -7px; }
  header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
    position: absolute;
    background: var(--clr-l-blue);
    content: '';
    left: 0;
    border-radius: 5px; }
  header .hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  header .hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  header .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0); }
  header .hamburger-menu .bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  header .hamburger-menu .bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  header .desk-menu .box-menu ul li a {
    color: #FFF !important;
    border-bottom: 1px solid #eaeaea; }
  header .desk-menu .menu-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FFF;
    position: fixed;
    height: 100%;
    width: 350px;
    right: -350px;
    top: 0; }
  header .desk-menu .menu-container .menu-header-container {
    position: relative;
    float: left; }
  header .desk-menu .menu-container .menu-header-container ul {
    padding: 10px !important; }
  header .desk-menu .menu-container .menu {
    margin: 0; }
  header .desk-menu .menu-container .menu li.back {
    position: relative;
    display: block; }
  header .desk-menu .menu-container .menu li.back a {
    padding: 12px 12px 12px 35px !important; }
  header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 2px;
    width: 7px;
    top: 23px; }
  header .desk-menu .menu-container .menu li.back a::before {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 20px !important;
    right: inherit !important;
    left: 15px !important; }
  header .desk-menu .menu-container .menu li.back a::after {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 24px !important;
    left: 15px !important; }
  header .desk-menu .menu-container .menu li.line {
    display: none !important; }
  header .desk-menu .menu-container .menu > li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left; }
  header .desk-menu .menu-container .menu > li a {
    font-family: var(--title-font);
    padding: 12px;
    color: #4e4e4e !important; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children {
    position: initial; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 12px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    background: #4e4e4e; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    right: 6px !important;
    top: 22px !important;
    width: 7px !important; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 26px !important;
    width: 7px !important; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    background: #FFF;
    z-index: 9990;
    top: 0;
    left: 100%;
    height: 100%; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
    left: 0%; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    background-color: #4e4e4e; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    right: 6px !important;
    top: 22px !important;
    width: 7px !important; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    right: 6px !important;
    top: 26px !important;
    width: 7px !important; }
  header .desk-menu .menu-container .menu > li:hover a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
    top: 22px; }
  header .desk-menu .menu-container .menu > li:hover a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 26px; }
  header .desk-menu .menu-container .menu-head {
    display: block; }
  header .desk-menu .menu-container .menu-foot {
    display: block; }
  header.small .hamburger-menu {
    top: 31px; }
  header.small .hamburger-menu span {
    color: #4e4e4e; }
  header.small .hamburger-menu .bar {
    background: #4e4e4e; }
  header.small .hamburger-menu .bar::before, header.small .hamburger-menu .bar::after {
    background: #4e4e4e; }
  header.small .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0); } }

@media (max-width: 767px) {
  header header .desk-menu .box-menu {
    float: right !important; }
  header .desk-menu .menu-container .menu li a {
    padding: 8px 12px; }
  header .desk-menu .menu-container .menu li.back a {
    padding: 8px 12px 8px 35px !important; }
  header .desk-menu .menu-container .menu li.back a::before {
    top: 17px !important; }
  header .desk-menu .menu-container .menu li.back a::after {
    top: 21px !important; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 8px 12px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    top: 18px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 22px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
    padding: 8px 12px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    top: 18px; }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    top: 22px; } }

@media (max-width: 481px) {
  header header .desk-menu .box-menu {
    float: right !important; }
  header .desk-menu .logo-adn a {
    width: 100px;
    height: 30px; }
  header .hamburger-menu {
    top: 28px;
    right: 0; }
  header .hamburger-menu .bar,
  header .hamburger-menu .bar::after,
  header .hamburger-menu .bar::before {
    width: 30px;
    height: 3px; }
  header .hamburger-menu .bar::before {
    bottom: 9px; }
  header .hamburger-menu .bar::after {
    top: 9px; }
  header.small .desk-menu .logo-adn a {
    width: 100px;
    height: 30px; } }

@media (max-height: 550px) {
  header .desk-menu .menu-container .menu-foot hr,
  header .desk-menu .menu-container .menu-foot address {
    display: none; } }

.menu-item-innerfbox {
  display: flex;
  align-items: center; }
  .menu-item-innerfbox > div:nth-child(1) {
    width: 25%; }
  .menu-item-innerfbox > div:nth-child(2) {
    padding: 5px;
    width: 75%; }

/* RESET the global ::before effect ONLY for CTA */
header .desk-menu .menu-container .menu > li.contact-cta > a::before {
  transform: none !important;
  -webkit-transform: none !important;
  width: 0;
  left: 0; }

header .desk-menu .menu-container .menu > li.contact-cta > a::after {
  transform: none !important;
  -webkit-transform: none !important;
  width: 0;
  right: 0; }

/* CTA base */
.nav-cta-contact {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #FFFFFF; }

/* Top line */
.nav-cta-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: currentColor;
  transition: width 0.4s ease;
  color: black; }

/* Bottom line */
.nav-cta-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: currentColor;
  transition: width 0.4s ease;
  transform: translateY(0.5px);
  /* 👈 tiny adjustment */
  color: black; }

.contact-cta a {
  background-color: var(--clr-l-blue) !important;
  padding: 10px 20px !important; }
  @media (min-width: 320px) and (max-width: 768px) {
    .contact-cta a {
      background-color: white !important;
      border: 1px solid var(--primary-blue); } }

/* Hover */
.nav-cta-contact:hover::before {
  width: 50% !important; }

.nav-cta-contact:hover::after {
  width: 50% !important; }

.hm__hero {
  position: relative; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__hero {
      height: 40vh; } }
  .hm__hero video {
    width: 100%;
    height: 100%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__hero video {
        object-fit: cover; } }
  .hm__hero .cover-patch {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000075; }
    .hm__hero .cover-patch-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__hero .cover-patch-box {
          padding: 20px; } }
      .hm__hero .cover-patch-box .title {
        text-align: center;
        color: white;
        font-size: 6rem;
        font-family: var(--title-font);
        line-height: 1.2; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__hero .cover-patch-box .title {
            font-size: 2.5rem; } }
        .hm__hero .cover-patch-box .title span {
          display: block; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__hero .cover-patch-box .title span {
              display: inline; } }
      .hm__hero .cover-patch-box .data {
        color: white;
        font-size: 2rem;
        font-family: var(--title-font);
        line-height: 1.2; }
      .hm__hero .cover-patch-box .cta-box {
        padding-top: 10px;
        position: relative;
        z-index: 99; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__hero .cover-patch-box .cta-box {
            padding-top: 2px; } }
        .hm__hero .cover-patch-box .cta-box a {
          position: relative;
          display: inline-block;
          background-color: var(--primary-blue);
          color: white;
          font-size: 1.8rem;
          border-radius: 1px;
          padding: 10px 20px;
          transition: all ease 0.35s;
          text-decoration: none; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__hero .cover-patch-box .cta-box a {
              font-size: 1.4rem;
              padding: 5px 15px; } }
          .hm__hero .cover-patch-box .cta-box a:hover {
            background-color: white;
            color: var(--primary-blue); }

.hm__reach {
  padding: 30px;
  background-color: #eeeeee; }
  .hm__reach--fbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__reach--fbox {
        flex-wrap: wrap; } }
    .hm__reach--fbox .title {
      font-size: 2rem;
      margin: 0;
      color: var(--primary-blue);
      line-height: 0.5;
      font-weight: 500; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__reach--fbox .title {
          font-size: 1.6rem;
          line-height: 1.5; } }
    .hm__reach--fbox .data {
      font-size: 5rem;
      margin: 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__reach--fbox .data {
          font-size: 3.5rem; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__reach--fbox > div {
        width: 50%; } }

.hm__product {
  padding: 50px 5%;
  /* mobile */ }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__product {
      padding: 50px 3%; } }
  .hm__product--fbox {
    display: flex;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__product--fbox {
        flex-wrap: wrap; } }
    .hm__product--fbox > div {
      width: 100%; }
    .hm__product--fbox .fbox-title {
      font-size: 5rem;
      font-weight: 500;
      margin: 0;
      line-height: 1.1;
      font-family: var(--title-font);
      color: var(--primary-blue); }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__product--fbox .fbox-title {
          font-size: 4.5rem; } }
    .hm__product--fbox .fbox-subtitle {
      font-size: 1.6rem;
      margin: 0; }
  .hm__product .main-title {
    text-align: center;
    font-family: var(--title-font);
    font-size: 3.5rem; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__product .main-title {
        font-size: 2.5rem; } }
  .hm__product .prod-carousel-section {
    margin: auto;
    font-family: Inter, sans-serif; }
  .hm__product .prod-carousel-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px; }
  .hm__product .prod-carousel-nav button {
    border: 1px solid var(--clr-l-blue);
    color: white;
    background-color: var(--clr-l-blue);
    padding: 8px 9px;
    cursor: pointer;
    margin-left: 6px;
    font-size: 2rem;
    border-radius: 31px;
    font-weight: 700; }
  .hm__product .prod-carousel-container {
    overflow: hidden;
    width: 100%; }
  .hm__product .prod-carousel-track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 40px; }
    .hm__product .prod-carousel-track a {
      text-decoration: none;
      color: #383838; }
      .hm__product .prod-carousel-track a:hover {
        color: white; }
  .hm__product .prod-card {
    flex: 0 0 22%;
    padding: 0;
    border: 1px solid #e2e6f0;
    text-align: center;
    opacity: 1;
    transition: all ease 0.35s;
    border-radius: 5px; }
    .hm__product .prod-card img {
      background-color: #ECF0F3; }
    .hm__product .prod-card:hover {
      background-color: var(--clr-l-blue);
      border: 1px solid #b0b0b0; }
      .hm__product .prod-card:hover .prod-name {
        color: white; }
    .hm__product .prod-card a:hover {
      color: #383838; }
    .hm__product .prod-card .prod-name {
      font-size: 1.7rem;
      padding: 10px;
      text-align: left;
      font-weight: 500;
      min-height: 71px;
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 768px) {
    .hm__product .prod-card {
      flex: 0 0 100%;
      margin-right: 0; } }

.hm__solution {
  padding: 50px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__solution {
      padding: 50px 3%; } }
  .hm__solution .main-title-mobi {
    display: none; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__solution .main-title-mobi {
        display: block;
        font-size: 4.5rem;
        font-weight: 500;
        margin: 0;
        line-height: 1.1;
        font-family: var(--title-font);
        color: var(--primary-blue);
        text-align: center;
        margin-bottom: 30px; } }
  .hm__solution--fbox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .hm__solution--fbox > div {
      height: 250px;
      width: 45%;
      border-radius: 3px;
      padding: 10px;
      border: 1px solid var(--primary-blue); }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__solution--fbox > div {
          min-height: 250px;
          width: 100%; } }
    .hm__solution--fbox-outer {
      display: flex; }
      .hm__solution--fbox-outer > div:nth-child(1) {
        width: 70%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__solution--fbox-outer > div:nth-child(1) {
            width: 100%; } }
      .hm__solution--fbox-outer > div:nth-child(2) {
        width: 30%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__solution--fbox-outer > div:nth-child(2) {
            display: none; } }
      .hm__solution--fbox-outer .img-pos {
        position: absolute;
        z-index: 10; }
      .hm__solution--fbox-outer .main-title {
        margin: 0;
        position: absolute;
        z-index: 11;
        font-size: 8rem;
        line-height: 0.9;
        left: 20px;
        top: 15px;
        color: white;
        font-family: var(--title-font);
        font-weight: 500; }
    .hm__solution--fbox-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .hm__solution--fbox-inner .counter {
        margin: 0;
        font-size: 5rem;
        font-weight: 600;
        font-style: italic; }
      .hm__solution--fbox-inner .c-title {
        margin: 0;
        font-size: 3rem;
        line-height: 1.1;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        color: var(--primary-blue);
        font-family: var(--title-font); }
      .hm__solution--fbox-inner .c-data {
        padding-top: 10px;
        margin: 0;
        font-size: 1.6rem; }

.hm__industry {
  padding: 0; }
  .hm__industry--container {
    padding: 50px 5% 30px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__industry--container {
        padding: 50px 3% 30px; } }
  .hm__industry .main-title {
    font-size: 5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
    font-family: var(--title-font);
    color: var(--primary-blue);
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__industry .main-title {
        font-size: 4.5rem; } }
  .hm__industry .sub-title {
    margin: 0;
    text-align: center;
    font-size: 2.5rem; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__industry .sub-title {
        font-size: 2rem;
        font-weight: 500; } }
  .hm__industry .sub-title2 {
    margin: 0;
    text-align: center;
    font-size: 1.8rem; }
  .hm__industry--fbox {
    display: flex;
    flex-wrap: wrap; }
    .hm__industry--fbox > div {
      width: 20%;
      min-height: 180px;
      background-color: #f0f0f0;
      border-right: 1px solid #797979;
      border-top: 1px solid #797979;
      transition: all ease 0.35s; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__industry--fbox > div {
          width: 50%;
          min-height: 150px; } }
      .hm__industry--fbox > div:hover {
        background-color: var(--primary-blue); }
        .hm__industry--fbox > div:hover svg {
          fill: white; }
        .hm__industry--fbox > div:hover .title-inds {
          color: white; }
      .hm__industry--fbox > div svg {
        width: 100px;
        height: 100px;
        fill: #383838; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__industry--fbox > div svg {
            width: 80px;
            height: 80px; } }
    .hm__industry--fbox .bor-btm {
      border-bottom: 1px solid #797979; }
    .hm__industry--fbox-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .hm__industry--fbox-inner .title-inds {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center; }

.hm__why {
  /* SECTION */
  /* LEFT SIDE */
  /* SVG hidden by default */
  /* Show SVG on hover */
  /* Keep SVG visible for active */
  /* RIGHT SIDE */
  /* ANIMATION */
  /* RESPONSIVE */ }
  .hm__why .why-section {
    padding: 100px 20px;
    background: #fff;
    font-family: 'Inter', sans-serif; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__why .why-section {
        pading: 50px 5px; } }
  .hm__why .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__why .container {
        flex-wrap: wrap; } }
    .hm__why .container > div {
      width: 50%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__why .container > div {
          width: 100%; } }
  .hm__why .section-title {
    font-family: var(--title-font);
    font-size: 5rem;
    margin-bottom: 30px;
    font-weight: 500;
    color: var(--primary-blue); }
  .hm__why .tabs {
    list-style: none;
    padding: 0; }
  .hm__why .tab {
    font-family: var(--title-font);
    font-size: 4.5rem;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-text-stroke: 1.2px #000;
    color: transparent;
    opacity: 0.4;
    transition: all 0.3s ease;
    font-weight: 500; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__why .tab {
        color: black;
        -webkit-text-stroke: 0; } }
  .hm__why .tab svg.left {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    width: 30px;
    height: 30px; }
  .hm__why .tab:hover svg.left {
    opacity: 1;
    transform: translateX(0); }
  .hm__why .tab:hover {
    opacity: 0.7; }
  .hm__why .tab-fbox {
    display: flex;
    column-gap: 20px; }
  .hm__why .tab.active {
    -webkit-text-stroke: 0;
    color: #000;
    opacity: 1;
    transform: translateX(10px); }
  .hm__why .tab.active svg.left {
    opacity: 1;
    transform: translateX(0); }
  .hm__why .right {
    position: relative;
    margin-top: 60px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__why .right {
        margin-top: 30px; } }
  .hm__why .content {
    display: none;
    animation: fade 0.4s ease; }
  .hm__why .content.active {
    display: block; }
  .hm__why .content p {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 500; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__why .content p {
        font-size: 2rem; } }
  .hm__why .content ul {
    padding-left: 20px;
    list-style: none; }
  .hm__why .content li {
    margin-bottom: 8px;
    font-size: 1.8rem; }
    .hm__why .content li > svg {
      height: 13px;
      width: 13px; }

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  @media (max-width: 768px) {
    .hm__why .container {
      grid-template-columns: 1fr; }
    .hm__why .tab {
      font-size: 3.5rem; }
    .hm__why .section-title {
      font-size: 4.5rem; } }

.hm__client {
  background: linear-gradient(#0000009e, #023047ab, #0000009e), url(../bg-client.jpg);
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #efefef;
  background-size: cover; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__client {
      height: auto;
      padding: 50px 3%; } }
  .hm__client--fbox {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__client--fbox {
        flex-wrap: wrap; } }
    .hm__client--fbox > div {
      padding: 0 5%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__client--fbox > div {
          padding: 10px; } }
      .hm__client--fbox > div:nth-child(1) {
        width: 45%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__client--fbox > div:nth-child(1) {
            width: 100%; } }
      .hm__client--fbox > div:nth-child(2) {
        width: 55%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__client--fbox > div:nth-child(2) {
            width: 100%; } }
    .hm__client--fbox .tagline {
      color: white;
      font-size: 1.8rem;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 5px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__client--fbox .tagline {
          font-size: 1.5rem; } }
      .hm__client--fbox .tagline::after {
        content: "";
        width: 260px;
        height: 2px;
        background: white;
        display: block; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__client--fbox .tagline::after {
            width: 50px; } }
  .hm__client .main-title {
    font-size: 5rem;
    font-weight: 500;
    padding-top: 10px;
    margin: 0;
    line-height: 1.1;
    font-family: var(--title-font2);
    color: #ffffff; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__client .main-title {
        font-size: 3rem; } }
  .hm__client .data {
    font-size: 2rem;
    color: white;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 10px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__client .data {
        font-size: 1.8rem; } }
  .hm__client .marquee {
    width: 100%;
    max-width: 1000px;
    height: 420px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent); }
  .hm__client .track-c {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    top: 0; }
  .hm__client .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__client .grid {
        gap: 10px;
        justify-content: center; } }
  .hm__client .logo {
    width: calc(21% - 15px);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__client .logo {
        width: 40%; } }
  .hm__client .logo img,
  .hm__client .logo svg {
    max-width: 100%;
    height: auto;
    display: block; }

.hm__project {
  padding: 100px 5%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__project {
      height: auto; } }
  .hm__project .parallax-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    background: url("../bg-project.svg") center/cover no-repeat;
    will-change: transform; }
  .hm__project .content {
    position: relative;
    z-index: 2; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__project {
      padding: 50px 3%; } }
  .hm__project .main-title {
    font-size: 5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
    font-family: var(--title-font);
    color: var(--primary-blue);
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__project .main-title {
        font-size: 4.5rem; } }
  .hm__project .main-data {
    font-size: 1.8rem;
    text-align: center; }
  .hm__project--fbox {
    display: flex;
    margin-top: 40px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__project--fbox {
        flex-wrap: wrap; } }
    .hm__project--fbox > div {
      width: 25%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__project--fbox > div {
          width: 100%; } }
      .hm__project--fbox > div a {
        text-decoration: none;
        color: #383838;
        transition: all ease 0.35s; }
        .hm__project--fbox > div a:hover .card {
          transform: translateY(-10px); }
      .hm__project--fbox > div .card {
        display: flex;
        flex-direction: column;
        background-color: white;
        border: 1px solid var(--primary-blue);
        border-radius: 2px;
        margin: 10px;
        transition: all ease 0.35s; }
        .hm__project--fbox > div .card .project-title {
          font-size: 1.8rem;
          margin: 0;
          /* text-align: center; */
          padding: 5px 10px;
          color: white;
          font-weight: 500;
          border-top: 1px solid var(--primary-blue);
          color: var(--primary-blue);
          background-color: #dfdfdf; }
        .hm__project--fbox > div .card .project-data {
          margin: 0;
          font-size: 1.6rem;
          padding: 10px; }

.hm__cta {
  padding: 50px 5%;
  min-height: 75vh; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__cta {
      padding: 50px 3%; } }
  .hm__cta--box {
    position: relative; }
    .hm__cta--box img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      border-radius: 5px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__cta--box img {
          position: relative;
          min-height: 600px;
          object-fit: cover; } }
    .hm__cta--box .txt-box {
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 11; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__cta--box .txt-box {
          left: 15px; } }
    .hm__cta--box .cta-title {
      font-size: 5rem;
      color: white;
      font-family: var(--title-font);
      font-weight: 400;
      line-height: 1.1; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__cta--box .cta-title {
          font-size: 4.5rem; } }
    .hm__cta--box .cta-data {
      font-size: 2rem;
      color: white;
      font-weight: 400;
      line-height: 1.3;
      margin: 0; }

.hm__application {
  padding: 80px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__application {
      padding: 50px 3%; } }
  .hm__application--fbox {
    display: flex;
    margin-top: 40px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__application--fbox {
        gap: 5px; } }
    .hm__application--fbox a {
      text-decoration: none; }
    .hm__application--fbox a:hover {
      text-decoration: none; }
      .hm__application--fbox a:hover .link-svgarrow {
        opacity: 1 !important; }
    .hm__application--fbox > div {
      width: 17%;
      border-top: 4px solid var(--clr-l-blue); }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__application--fbox > div {
          width: 47%;
          margin-top: 35px; } }
      .hm__application--fbox > div-inner {
        display: flex;
        flex-direction: column; }
      .hm__application--fbox > div .txt-box {
        position: relative;
        min-height: 100px;
        background-color: #ECF0F3;
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 1.8rem;
        color: #383838;
        line-height: 1.3;
        font-weight: 500;
        text-decoration: none;
        font-family: var(--main-font); }
        .hm__application--fbox > div .txt-box .svg-container {
          position: absolute;
          right: 0;
          bottom: 0; }
          .hm__application--fbox > div .txt-box .svg-container svg {
            width: 65px;
            height: 65px; }
          .hm__application--fbox > div .txt-box .svg-container img {
            width: 65px;
            height: 65px; }
        .hm__application--fbox > div .txt-box .link-svgarrow {
          position: absolute;
          right: 5px;
          top: 5px;
          opacity: 0;
          transition: 0.3s ease; }
          .hm__application--fbox > div .txt-box .link-svgarrow svg {
            width: 30px;
            height: 30px; }
          .hm__application--fbox > div .txt-box .link-svgarrow img {
            width: 30px;
            height: 30px; }

.hm__feature {
  padding: 150px 5%;
  background: url(../worker.webp) center/contain no-repeat, linear-gradient(180deg, white 0%, #ccd1d8 41%);
  background-position: right;
  background-attachment: scroll;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__feature {
      padding: 50px 3%; } }
  .hm__feature-outer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
  .hm__feature--fbox {
    display: flex;
    margin-top: 50px;
    gap: 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__feature--fbox {
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 10px; } }
    .hm__feature--fbox > div {
      width: 25%;
      background-color: #ECF0F3;
      padding: 10px;
      border: 1px solid var(--clr-l-blue);
      border-radius: 15px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__feature--fbox > div {
          width: 100%;
          margin: 15px; } }
      .hm__feature--fbox > div .title {
        font-family: var(--title-font2);
        font-size: 2rem;
        margin: 10px 0 0 0; }
      .hm__feature--fbox > div .data {
        font-size: 1.5rem;
        line-height: 1.4;
        margin: 5px 0 0 0; }
      .hm__feature--fbox > div .f-icon {
        width: 55px;
        height: 55px; }

.hm__aboutcounter {
  padding: 80px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__aboutcounter {
      padding: 50px 3%; } }
  .hm__aboutcounter--fbox {
    display: flex;
    align-items: center;
    margin: 50px 3%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__aboutcounter--fbox {
        flex-wrap: wrap;
        margin: 15px 0; } }
    .hm__aboutcounter--fbox > div {
      position: relative; }
      .hm__aboutcounter--fbox > div.left {
        width: 25%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__aboutcounter--fbox > div.left {
            width: 100%; } }
      .hm__aboutcounter--fbox > div.right {
        width: 25%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__aboutcounter--fbox > div.right {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around; } }
      .hm__aboutcounter--fbox > div.center {
        width: 50%; }
        .hm__aboutcounter--fbox > div.center .svg-bg {
          width: 600px;
          height: 500; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__aboutcounter--fbox > div.center .svg-bg {
              width: 100%;
              height: auto; } }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__aboutcounter--fbox > div.center {
            width: 100%;
            margin-top: 30px; } }
      .hm__aboutcounter--fbox > div .fbox-pointers {
        display: flex;
        align-items: center;
        margin-top: 15px; }
        .hm__aboutcounter--fbox > div .fbox-pointers p {
          margin: 0;
          font-size: 1.8rem;
          font-weight: 500;
          padding-left: 5px; }
        .hm__aboutcounter--fbox > div .fbox-pointers svg {
          width: 20px;
          height: 20px; }
        .hm__aboutcounter--fbox > div .fbox-pointers img {
          width: 20px;
          height: 20px; }
      .hm__aboutcounter--fbox > div .fbox-number {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding-left: 50px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__aboutcounter--fbox > div .fbox-number {
            padding-left: 0; } }
        .hm__aboutcounter--fbox > div .fbox-number .title {
          font-size: 5rem;
          color: var(--clr-l-blue);
          font-style: italic;
          margin: 0;
          font-weight: 600; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__aboutcounter--fbox > div .fbox-number .title {
              font-size: 4rem; } }
        .hm__aboutcounter--fbox > div .fbox-number .data {
          font-size: 1.8rem;
          margin: 0;
          font-weight: 500; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__aboutcounter--fbox > div .fbox-number .data {
              font-size: 1.6rem; } }
        .hm__aboutcounter--fbox > div .fbox-number p {
          line-height: 1; }
      .hm__aboutcounter--fbox > div .center-year {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: auto;
        transform: translate(-50%, -50%); }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__aboutcounter--fbox > div .center-year {
            width: 90px; } }

.hm__what {
  padding: 80px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm__what {
      padding: 50px 3%; } }
  .hm__what--fbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__what--fbox {
        flex-wrap: wrap; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm__what--fbox .img-comp {
        width: 100%; } }
    .hm__what--fbox > div {
      width: 50%;
      position: relative; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__what--fbox > div {
          width: 100%; } }
      .hm__what--fbox > div:nth-child(1) {
        padding: 10px; }
      .hm__what--fbox > div .hero-card {
        position: relative; }
      .hm__what--fbox > div .main-image {
        width: 80%;
        height: auto;
        display: block; }
      .hm__what--fbox > div .badge-w {
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 40%;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(20%); }
        .hm__what--fbox > div .badge-w .what-bg {
          position: absolute; }
      .hm__what--fbox > div .badge-w svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%; }
      .hm__what--fbox > div .badge-w h2 {
        position: relative;
        z-index: 1;
        color: #fff;
        text-align: center;
        line-height: 1.3;
        margin: 0;
        /* font-size: clamp(1rem, 2vw, 3rem); */
        font-size: 3.2rem;
        font-family: var(--title-font2);
        font-weight: 500; }
        @media (min-width: 320px) and (max-width: 768px) {
          .hm__what--fbox > div .badge-w h2 {
            font-size: 2rem;
            line-height: 1.4; } }
    .hm__what--fbox-inner {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 320px) and (max-width: 768px) {
        .hm__what--fbox-inner {
          margin-top: 30px; } }
      .hm__what--fbox-inner > div {
        width: 50%;
        padding: 10px;
        margin-top: 50px; }
        .hm__what--fbox-inner > div .title {
          font-size: 2rem;
          font-weight: 500;
          margin-bottom: 3px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__what--fbox-inner > div .title {
              font-size: 1.8rem; } }
        .hm__what--fbox-inner > div .data {
          font-size: 1.6rem;
          line-height: 1.3; }
        .hm__what--fbox-inner > div svg {
          height: 75px;
          width: 75px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__what--fbox-inner > div svg {
              width: 55px;
              height: 55px; } }
        .hm__what--fbox-inner > div img {
          height: 75px;
          width: 75px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .hm__what--fbox-inner > div img {
              width: 55px;
              height: 55px; } }

.prod__top {
  /* MAIN WRAPPER */
  /* current image */
  /* next image starts from right */
  /* animation classes */
  /* MAIN IMAGE (SQUARE) */
  /* THUMBNAILS */
  /* ARROWS */
  /* RESPONSIVE */ }
  .prod__top--fbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__top--fbox {
        flex-wrap: wrap; } }
    .prod__top--fbox h1 {
      margin: 0;
      font-family: var(--title-font2);
      font-size: 4rem;
      font-weight: 500;
      padding: 5px 0 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .prod__top--fbox h1 {
          font-size: 3rem; } }
    .prod__top--fbox .data {
      font-size: 1.6rem;
      margin: 0; }
    .prod__top--fbox .title {
      font-size: 1.8rem;
      font-weight: 500;
      margin: 0; }
    .prod__top--fbox .title-fbox {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .prod__top--fbox .title-fbox p {
        margin: 0;
        font-size: 1.6rem;
        background-color: aliceblue;
        border: 1px solid var(--clr-l-blue);
        padding: 5px 15px;
        border-radius: 15px;
        font-weight: 400; }
    .prod__top--fbox .tbl-model p {
      font-size: 1.4rem;
      margin: 0; }
    .prod__top--fbox > div {
      width: 50%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .prod__top--fbox > div {
          width: 100%; } }
      .prod__top--fbox > div:nth-child(1) {
        border: 1px solid #ececec;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ecf0f3; }
      .prod__top--fbox > div:nth-child(2) {
        border-bottom: 1px solid #ececec;
        padding: 30px; }
      .prod__top--fbox > div .cta-box {
        display: flex;
        margin: 30px 0; }
        @media (min-width: 320px) and (max-width: 768px) {
          .prod__top--fbox > div .cta-box {
            flex-wrap: wrap;
            justify-content: center; } }
        .prod__top--fbox > div .cta-box > div {
          padding: 10px 10px 10px 0; }
        .prod__top--fbox > div .cta-box a {
          font-size: 1.6rem;
          text-decoration: none;
          padding: 10px 20px;
          display: flex; }
        .prod__top--fbox > div .cta-box-db {
          border: 1px solid var(--clr-l-blue);
          background-color: white;
          color: var(--clr-l-blue);
          border-radius: 3px; }
        .prod__top--fbox > div .cta-box-enq {
          border: 1px solid var(--clr-l-blue);
          background-color: var(--clr-l-blue);
          color: white;
          border-radius: 3px; }
  .prod__top .pd-carousel {
    width: 100%;
    max-width: 500px; }
  .prod__top .pd-main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0; }
  .prod__top .pd-main-img.current {
    z-index: 2; }
  .prod__top .pd-main-img.next {
    z-index: 3;
    transform: translateX(100%); }
  .prod__top .slide-in {
    animation: pdSlideIn 0.5s ease forwards; }
  .prod__top .slide-out {
    animation: pdSlideOut 0.5s ease forwards; }

@keyframes pdSlideIn {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@keyframes pdSlideOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .prod__top .pd-main {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
  .prod__top .pd-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease; }
  .prod__top .pd-thumb-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    justify-content: center;
    border-top: 1px solid #ececec;
    width: 100%;
    padding: 10px; }
  .prod__top .pd-thumbs {
    display: flex;
    gap: 8px;
    overflow: hidden;
    scroll-behavior: smooth; }
  .prod__top .pd-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.3s; }
  .prod__top .pd-thumb.active {
    opacity: 1;
    border-color: #000; }
  .prod__top .pd-thumb-prev,
  .prod__top .pd-thumb-next {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px; }
  .prod__top .pd-thumb-prev {
    margin-right: 5px; }
  .prod__top .pd-thumb-next {
    margin-left: 5px; }
  @media (max-width: 768px) {
    .prod__top .pd-carousel {
      max-width: 100%; }
    .prod__top .pd-thumb {
      width: 60px;
      height: 60px; } }

.prod__about {
  padding: 100px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .prod__about {
      padding: 50px 3%; } }
  .prod__about .main-title {
    font-size: 4rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
    font-family: var(--title-font2);
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__about .main-title {
        font-size: 3rem; } }
  .prod__about .data {
    margin: 0;
    font-size: 1.6rem; }

.prod__spec {
  background-color: #ecf0f3;
  align-items: center;
  display: flex; }
  @media (min-width: 320px) and (max-width: 768px) {
    .prod__spec {
      flex-wrap: wrap; } }
  .prod__spec > div {
    width: 50%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__spec > div {
        width: 100%; } }
    .prod__spec > div:nth-child(1) {
      background-image: url("../bg-prod.svg");
      background-attachment: scroll;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 320px) and (max-width: 768px) {
        .prod__spec > div:nth-child(1) {
          height: auto; } }
    .prod__spec > div:nth-child(2) {
      padding: 50px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .prod__spec > div:nth-child(2) {
          padding: 30px; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__spec > div .img-spec {
        width: 100%;
        max-width: 100%;
        height: auto; } }
  .prod__spec details {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 10px;
    background-color: var(--clr-l-blue); }
    .prod__spec details .data {
      color: #efefef;
      margin: 0;
      font-size: 1.4rem;
      border-top: 1px solid;
      padding: 10px; }
  .prod__spec summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #efefef;
    display: flex;
    justify-content: space-between;
    padding: 5px; }
    .prod__spec summary svg {
      transition: transform 0.3s ease; }
  .prod__spec details[open] {
    background: var(--clr-l-blue); }
  .prod__spec details[open] summary svg {
    transform: rotate(180deg); }
  .prod__spec .content {
    margin-top: 10px; }

.prod__tech {
  padding: 100px 5%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .prod__tech {
      padding: 50px 3%; } }
  .prod__tech .main-title {
    font-size: 4rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
    font-family: var(--title-font2);
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__tech .main-title {
        font-size: 3rem; } }
  .prod__tech--fbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .prod__tech .tbl-responsive {
    overflow-x: scroll; }
    @media (min-width: 320px) and (max-width: 768px) {
      .prod__tech .tbl-responsive {
        width: 100%; } }

.hm-tag {
  font-family: var(--main-font);
  color: var(--clr-l-blue);
  font-weight: 500;
  text-align: center;
  font-size: 1.7rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm-tag {
      font-size: 1.5rem;
      gap: 10px; } }
  .hm-tag::before, .hm-tag::after {
    content: "";
    height: 2px;
    background: var(--clr-l-blue);
    display: block; }
  .hm-tag.application::before, .hm-tag.application::after {
    width: 140px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm-tag.application::before, .hm-tag.application::after {
        width: 25px; } }
  .hm-tag.product::before, .hm-tag.product::after {
    width: 260px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm-tag.product::before, .hm-tag.product::after {
        width: 25px; } }
  .hm-tag.about::before, .hm-tag.about::after {
    width: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm-tag.about::before, .hm-tag.about::after {
        width: 25px; } }
  .hm-tag.feature::before, .hm-tag.feature::after {
    width: 50px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .hm-tag.feature::before, .hm-tag.feature::after {
        width: 25px; } }

.hm-title {
  font-family: var(--title-font2);
  font-size: 4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 320px) and (max-width: 768px) {
    .hm-title {
      font-size: 3rem; } }

.hm-subtitle {
  font-family: var(--main-font);
  font-weight: 400;
  text-align: center;
  font-size: 1.8rem;
  margin: 0; }

.mainprod {
  padding: 100px 5%; }
  .mainprod h1 {
    font-family: var(--title-font2);
    font-size: 4rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .mainprod h1 {
        font-size: 3rem; } }
  .mainprod .title2 {
    font-family: var(--title-font2);
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 50px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .mainprod .title2 {
        font-size: 2.5rem; } }
  .mainprod__fbox {
    display: flex;
    flex-wrap: wrap; }
    .mainprod__fbox > div {
      width: 25%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .mainprod__fbox > div {
          width: 100%; } }
      .mainprod__fbox > div .box {
        border: 1px solid #dbd4d4;
        border-radius: 5px;
        margin: 10px; }
      .mainprod__fbox > div img {
        background-color: #ECF0F3; }
      .mainprod__fbox > div a {
        text-decoration: none;
        color: #383838;
        transition: all ease 0.35s; }
        .mainprod__fbox > div a:hover {
          text-decoration: none; }
          .mainprod__fbox > div a:hover .prod-name {
            background-color: var(--clr-l-blue);
            color: white; }
      .mainprod__fbox > div .prod-name {
        text-align: center;
        color: #383838;
        text-decoration: none;
        font-size: 1.8rem;
        padding: 10px 0;
        transition: all ease 0.35s; }
    .mainprod__fbox--why {
      display: flex;
      margin-top: 10px; }
      .mainprod__fbox--why > div:nth-child(1) {
        width: 30px; }
      .mainprod__fbox--why svg {
        width: 25px;
        height: 25px; }
      .mainprod__fbox--why .data {
        font-size: 1.8rem; }
    .mainprod__fbox--inds {
      display: flex;
      margin-top: 10px;
      flex-wrap: wrap; }
      .mainprod__fbox--inds > div {
        width: 20%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .mainprod__fbox--inds > div {
            width: 100%; } }
        .mainprod__fbox--inds > div .box {
          border: 1px solid #dbd4d4;
          border-radius: 5px;
          margin: 10px; }
        .mainprod__fbox--inds > div img {
          background-color: #ECF0F3; }

.data-common {
  font-size: 1.8rem; }

.industry {
  padding: 100px 5%;
  background-color: #ecf0f3; }
  @media (min-width: 320px) and (max-width: 768px) {
    .industry {
      padding: 50px 3%; } }
  .industry h1 {
    font-family: var(--title-font2);
    font-size: 4rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .industry h1 {
        font-size: 2.5rem; } }
  .industry__topfbox {
    display: flex; }
    @media (min-width: 320px) and (max-width: 768px) {
      .industry__topfbox {
        flex-wrap: wrap; } }
    .industry__topfbox > div {
      padding: 10px; }
    .industry__topfbox > div:nth-child(1) {
      width: 40%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .industry__topfbox > div:nth-child(1) {
          width: 100%; } }
    .industry__topfbox > div:nth-child(2) {
      width: 60%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .industry__topfbox > div:nth-child(2) {
          width: 100%; } }
    .industry__topfbox .data {
      font-size: 1.8rem; }
  .industry2 {
    padding: 30px 5%; }
  .industry3 {
    padding: 20px 5%;
    background-color: #ecf0f3; }
    .industry3 h1 {
      font-family: var(--title-font2);
      font-size: 4rem;
      text-align: center;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 30px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .industry3 h1 {
          font-size: 3rem; } }

.bg-grey {
  background-color: #ecf0f3; }

.indus-title2 {
  font-family: var(--title-font2);
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 50px; }

.contact__topfbox {
  display: flex; }
  @media (min-width: 320px) and (max-width: 768px) {
    .contact__topfbox {
      flex-wrap: wrap; } }
  .contact__topfbox > div {
    width: 50%;
    padding: 50px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .contact__topfbox > div {
        width: 100%;
        padding: 50px 3%; } }
  .contact__topfbox .name-title {
    font-size: 2.5rem;
    color: var(--clr-l-blue);
    font-weight: 500;
    font-family: var(--title-font2); }
  .contact__topfbox .name-data {
    font-size: 1.8rem; }

.contact__datafbox {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .contact__datafbox > div:nth-child(1) {
    width: 40px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .contact__datafbox > div:nth-child(1) {
        width: 15%; } }
  .contact__datafbox svg {
    width: 30px;
    height: 30px; }
  .contact__datafbox a, .contact__datafbox p {
    text-decoration: none;
    font-size: 1.6rem;
    color: #383838; }

.contact__branch {
  padding: 50px 5%;
  background-color: #ecf0f3; }
  .contact__branch--fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .contact__branch--fbox > div {
      width: 22%;
      padding: 15px;
      margin: 10px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .contact__branch--fbox > div {
          width: 100%; } }
    .contact__branch--fbox-inner {
      display: flex;
      flex-direction: column;
      background-color: white;
      border-radius: 5px; }
      .contact__branch--fbox-inner iframe {
        border: 1px solid #e5dcdc;
        border-radius: 5px; }
      .contact__branch--fbox-inner .title {
        text-align: center;
        font-size: 1.8rem;
        padding: 10px 0; }
      .contact__branch--fbox-inner .link {
        text-align: center;
        font-size: 1.6rem;
        text-decoration: none;
        color: #383838; }

.aboutus {
  padding: 50px 5%; }
  .aboutus-grey {
    padding: 50px 5%;
    background-color: #ecf0f3; }
    @media (min-width: 320px) and (max-width: 768px) {
      .aboutus-grey {
        padding: 50px 3%; } }
    .aboutus-grey h1 {
      font-family: var(--title-font2);
      font-size: 4rem;
      text-align: center;
      font-weight: 400;
      line-height: 1.2; }
      @media (min-width: 320px) and (max-width: 768px) {
        .aboutus-grey h1 {
          font-size: 3rem; } }
  .aboutus .main-title {
    font-family: var(--title-font2);
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .aboutus .main-title {
        font-size: 2.1rem;
        line-height: 1.5; } }
  .aboutus .data {
    font-size: 1.8rem;
    line-height: 1.6; }
  .aboutus__counterbox {
    display: flex;
    background-color: #ecf0f3;
    padding: 10px 3%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .aboutus__counterbox {
        flex-wrap: wrap; } }
    .aboutus__counterbox > div {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.3;
      padding: 20px 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .aboutus__counterbox > div {
          width: 50%; } }
      .aboutus__counterbox > div:not(:first-child) {
        border-left: 1px solid #d8d8d8; }
      .aboutus__counterbox > div .title {
        font-size: 4rem;
        font-weight: 600; }
        @media (min-width: 320px) and (max-width: 768px) {
          .aboutus__counterbox > div .title {
            font-size: 2.5rem; } }
      .aboutus__counterbox > div .data {
        font-size: 1.8rem;
        color: var(--clr-l-blue);
        font-weight: 600; }
  .aboutus__box {
    padding: 100px 5% 50px; }
    .aboutus__box--fbox {
      display: flex;
      align-items: center; }
      @media (min-width: 320px) and (max-width: 768px) {
        .aboutus__box--fbox {
          flex-wrap: wrap; } }
      .aboutus__box--fbox img {
        border-radius: 25px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .aboutus__box--fbox img {
            width: 100%;
            height: auto; } }
      .aboutus__box--fbox > div {
        width: 50%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .aboutus__box--fbox > div {
            width: 100%; } }
        .aboutus__box--fbox > div .t2 {
          font-family: var(--title-font2);
          font-size: 3rem;
          font-weight: 400;
          line-height: 1.2;
          margin-bottom: 30px; }
          @media (min-width: 320px) and (max-width: 768px) {
            .aboutus__box--fbox > div .t2 {
              margin-top: 30px;
              font-size: 2.5rem; } }
