:root {
  --primary: #00a99d;
  --primary-light: #edf7f3;
  --secondary: #21759b;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#topnav.scroll .logo,
#topnav .logo {
  padding: 0;
}

#topnav .logo img {
  max-height: 60px;
}

#footer-widgets .widget ul {
  text-align: center;
}

#footer-widgets .widget ul li {
  display: inline-block;
  margin: 0 15px;
}

#footer-widgets {
  padding-top: 20px;
  padding-bottom: 0;
}

#footer .footer-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.lnews .wpb_single_image .vc_figure {
  overflow: hidden;
  max-height: 200px;
}

.lnews .wpb_heading.wpb_singleimage_heading {
  font-size: 15px;
  min-height: 50px;
}

.slide-content h6 {
  margin: 0 0 30px 0;
}

.slide-content h1 {
  font-size: 50px;
  margin: 25px 0 15px 0;
}

.pro_cont .title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

section.page-title .title h1,
section.page-title .title h1.upper {
  font-size: 40px;
}

.data-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  float: none;
  height: 100%;
}

.data-cell {
  display: table-cell;
  vertical-align: top;
  min-width: 1%;
  float: none;
  text-align: center;
  padding: 20px;
}

.data-cell img {
  display: block;
  margin: 0 auto 10px auto !important;
  max-width: 75px;
}

.vc_row.wpb_row.vc_row-fluid.boiler_class {
  padding: 0;
  border: none;
}

.vc_row.wpb_row.vc_row-fluid.pro_cont {
  padding: 25px 0;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.stats-inner {
  display: flex;
  justify-content: space-between;
}

.stats-inner .stat-cell {
  padding: 10px 15px;
  border-left: solid 2px var(--primary);
  width: 100%;
}
.stat-value {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.stat-label {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 500;
}

.hero-title .animated-text {
  display: block;
}

.hero-title .animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: letterReveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes letterReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

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

.sec-product,
.bg-light {
  background: #edf7f3;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
}
.product-row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 20px;
}
.product-tile {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
  border-radius: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition-duration: 0.4s;
}
.product-tile:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.product-tile-text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-cta {
  padding-top: 20px;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition-duration: 0.3s;
}
.product-cta:after {
  content: "→";
  transition-duration: 0.3s;
}
.product-tile:hover .product-cta {
  gap: 10px;
}
.product-tile-img {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 66%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.product-tile-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.6s;
}
.product-tile:hover .product-tile-img img {
  transform: scale(1.05);
}
.product-tile-text h4 {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}
.product-tile-text p {
  font-size: 14px;
}

.quote-strip {
  background: #4ca08b;
  color: #fff;
}
.quote-strip h3,
.quote-strip .title {
  margin: 0;
}

.about-text {
  margin: -70px 5% 0;
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.about-text .btn {
  margin-top: 30px;
}

.text-large {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.text-primary {
  color: #00a99d;
}
.bread-crumb {
  background: #f2f2f2;
  font-size: 12px;
}

.bg-dark {
  background: #333;
  color: #fff;
  line-height: 1.6;
}
.bg-dark p {
  color: rgba(255, 255, 255, 0.8);
}
.spacer {
  margin-bottom: 30px;
}
.process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  counter-reset: my-number;
}
.process-row li {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  counter-increment: my-number;
  display: flex;
  gap: 15px;
}
.process-row li:before {
  content: counter(my-number) ". ";
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00a99d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #fff;
}

/* Timeline Start*/
.timeline-section {
  padding: 100px 20px;
}

.timeline-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

/* Center line */
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #d8d8d8;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 50px 70px;
}

/* Alternate sides */
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* Timeline dot */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a99d;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #00a99d;
  z-index: 2;
}

.timeline-item:nth-child(odd)::before {
  right: -7px;
}

.timeline-item:nth-child(even)::before {
  left: -7px;
}

/* Content card */
.timeline-content {
  padding: 28px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Year */
.timeline-year {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #00a99d;
}

/* Title */
.timeline-content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  .timeline-section {
    padding: 60px 15px;
  }

  .timeline-container::before {
    left: 15px;
    transform: none;
  }

  .timeline-item,
  .timeline-item:nth-child(even),
  .timeline-item:nth-child(odd) {
    width: 100%;
    left: 0;
    padding: 0 0 40px 45px;
    text-align: left;
  }

  .timeline-item::before,
  .timeline-item:nth-child(odd)::before,
  .timeline-item:nth-child(even)::before {
    left: 8px;
    right: auto;
  }

  .timeline-content {
    padding: 22px 20px;
  }

  .timeline-content h3 {
    font-size: 17px;
  }

  .timeline-year {
    font-size: 13px;
  }
}
/* Timeline End*/

/* Team Start */

.team-card {
  display: grid;
  grid-template-columns: 35% 65%;
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 45px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

/* =========================
   Sticky Image
========================= */

.team-card-img {
  height: fit-content;
  margin-right: 50px;
}

.team-card-img img {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;

  border: 6px solid #f3f3f3;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

  transition: transform 0.4s ease;
}

.team-card-img img:hover {
  transform: scale(1.02);
}

.team-card-text .title {
  margin-bottom: 25px;
}

.team-card-text h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.team-card-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
  .team-card {
    grid-template-columns: 30% 70%;
    gap: 35px;
    padding: 30px;
  }

  .team-card-img {
    top: 80px;
  }

  .team-card-text h4 {
    font-size: 24px;
  }

  .team-card-text p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .team-card {
    display: block;
    padding: 25px 20px;
    margin-top: 35px;
  }

  /* Disable sticky on mobile */
  .team-card-img {
    margin-bottom: 30px;
  }

  .team-card-img img {
    max-width: 220px;
  }

  .team-card-text h4 {
    font-size: 22px;
  }

  .team-card-text p {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}
/* Team End */

.row-advantage {
  margin-top: 30px;
}
.row-advantage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.row-advantage ul li {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  flex: 0 0 auto;
  width: 30%;
  font-weight: 600;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}

.row-advantage ul li:hover {
  transform: scale(1.02);
}

.gallery-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.gallery-row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-row > div {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-row > div img {
  transition: transform 0.4s ease;
}
.gallery-row > div:hover img {
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.award-card img {
  width: 100%;
}
.award-card {
  margin-bottom: 30px;
}

.award-card-text {
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.tsmnl-list {
  display: flex;
  flex-wrap: wrap;
}
.tsmnl-list [class*="col-"] {
  margin-bottom: 40px;
}
.tsmnl {
  display: flex;
  height: 100%;
}

.tsmnl-text {
  flex: 1 1 auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  border: solid 1px #ddd;
  position: relative;
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
}
.tsmnl-text:hover,
.feature-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.tsmnl-text:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a99d;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #00a99d;
  z-index: 2;
}
.tsmnl-text:after {
  content: "\f10e";
  font-family: FontAwesome;
  color: #daf6eb;
  font-size: 50px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.tsmnl-text .title {
  margin: auto 0 0;
}
.tsmnl-text .title h4 {
  margin: 20px 0 0;
  color: #00a99d;
}
.tsmnl-text p {
  color: #333;
}
.single-product {
  position: relative;
  overflow: inherit;
  padding-top: 0;
}
.single-product p,
.single-product ul,
.single-product ol,
.single-product h4,
.single-product h5 {
  margin: 0 0 20px;
  color: #333;
}
.text-muted {
  color: #6c747d !important;
}
.single-product .card-ind {
  background: var(--primary-light);
}
.single-product .inds-row .card-ind:before {
  background: #fff;
}
.single-product h5 {
  font-size: 20px;
  font-weight: 600;
}
.rounded-card {
  background: var(--secondary);
  color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  font-size: 24px;
  font-weight: 300;
}
.single-product .title h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.single-product .section {
  margin-top: 70px;
  border: none;
  overflow: inherit;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
}
.feature-card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  border: solid 1px #ddd;
  position: relative;
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
  font-size: 14px;
}
.feature-card h4 {
  font-size: 16px;
}
.feature-card p {
  margin: 0;
}
.feature-list [class*="col-"] {
  margin-bottom: 30px;
}

.brochure-card {
  padding: 20px;
  background: #00a99d;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: transform 0.4s ease;
  height: 100%;
  text-align: center;
}
.brochure-card h4 {
  color: #fff;
}
.brochure-card i {
  font-size: 30px;
}
.brochure-card h4 {
  margin: 20px 0 30px;
}
.brochure-card a {
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.sticky-nav {
  background: #fff;
  position: sticky;
  top: 62px;
  border-bottom: solid 1px #ddd;
  z-index: 100;
}
.sticky-nav .nav-tabs {
  margin: 0;
}
.sticky-nav .nav-tabs a,
.sticky-nav .nav-tabs a:focus {
  padding: 20px 15px;
  font-size: 12px;
  background: none;
  outline: 0;
}

.sec-service {
  position: relative;
  overflow: inherit;
}
.sec-service p {
  color: #333;
}
.d-flex {
  display: flex;
}
.service-card {
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  border: solid 1px #ddd;
  position: relative;
  transition: transform 0.4s ease;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.service-card + .service-card {
  margin-top: 30px;
}
.service-card .count {
  min-width: 50px;
  min-height: 50px;
  background: #00a99d;
  color: #fff;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.service-card-img {
  border-radius: 24px;
  height: 100px;
  padding-bottom: 49%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.service-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-card-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.service-card-text ul,
.list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-card-text * {
  margin: 0;
}
.service-card-text ul li,
.list-style li {
  background: url("../images/check-icon.svg") no-repeat 0 0;
  background-size: 20px;
  padding: 0 0 5px 30px;
}

.sidebar {
  padding: 30px;
  border-radius: 24px;
  border: solid 1px #ddd;
  position: relative;
  transition: transform 0.4s ease;
  position: sticky;
  top: 80px;
}

.sidebar h3 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.sidebar h3 strong {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: normal;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sidebar ul li a {
  display: flex;
  border-radius: 6px;
  padding: 10px 15px;
  justify-content: space-between;
  gap: 10px;
  border: solid 1px #edf7f3;
  background: #edf7f3;
  transition-duration: 0.3s;
}
.sidebar ul li a:hover {
  background: #00a99d;
  color: #fff;
}

.sidebar ul li a:after {
  content: "→";
}

.sec-pan {
}

/* =========================================
   PROCESS SECTION
========================================= */

.process-section {
  padding: 100px 0;
  background: #f7f8f8;
}

.process-heading {
  max-width: 750px;
  margin: 0 auto 70px;
  text-align: center;
}

.process-label {
  display: inline-block;
  margin-bottom: 12px;

  color: #00a99d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.process-heading h2 {
  margin: 0 0 18px;

  color: #222;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.process-heading h2 strong {
  color: #00a99d;
}

.process-heading .red-dot {
  display: inline-block;

  width: 7px;
  height: 7px;

  margin-left: 5px;
  margin-bottom: 3px;

  border-radius: 50%;
  background: #00a99d;
}

.process-heading p {
  margin: 0;

  color: #777;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================================
   PROCESS WRAPPER
========================================= */

.process-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.process-list {
  position: relative;

  display: grid;
  grid-template-columns: repeat(6, 1fr);

  gap: 20px;
}

/* =========================================
   CONNECTING LINE
========================================= */

.process-line {
  position: absolute;

  top: 74px;
  left: 8%;
  right: 8%;

  height: 2px;

  background: #d8e8e7;

  z-index: 0;
}

.process-line::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: #00a99d;
}

/* =========================================
   PROCESS ITEM
========================================= */

.process-item {
  position: relative;

  text-align: center;

  z-index: 1;
}

/* =========================================
   NUMBER
========================================= */

.process-number {
  margin-bottom: 10px;

  color: #b8c5c4;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;

  transition: color 0.3s ease;
}

/* =========================================
   ICON
========================================= */

.process-icon {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 96px;
  height: 96px;

  margin: 0 auto 25px;

  border: 2px solid #d5e5e3;

  border-radius: 50%;

  background: #fff;

  color: #00a99d;

  font-size: 30px;

  box-shadow: 0 8px 25px rgba(0, 169, 157, 0.08);

  transition: all 0.35s ease;
}

/* Center dot */

.process-icon::after {
  content: "";

  position: absolute;

  width: 10px;
  height: 10px;

  right: -6px;
  top: 50%;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #00a99d;

  border: 3px solid #f7f8f8;
}

/* =========================================
   CONTENT
========================================= */

.process-content h3 {
  margin: 0 0 10px;

  color: #222;

  font-size: 16px;
  font-weight: 700;

  letter-spacing: 0.5px;

  transition: color 0.3s ease;
}

.process-content p {
  max-width: 170px;

  margin: 0 auto;

  color: #777;

  font-size: 13px;
  line-height: 1.6;
}

/* =========================================
   HOVER
========================================= */

.process-item:hover .process-icon {
  color: #fff;

  background: #00a99d;

  border-color: #00a99d;

  transform: translateY(-8px);

  box-shadow: 0 15px 35px rgba(0, 169, 157, 0.25);
}

.process-item:hover .process-content h3 {
  color: #00a99d;
}

.process-item:hover .process-number {
  color: #00a99d;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .process-section {
    padding: 75px 20px;
  }

  .process-heading {
    margin-bottom: 55px;
  }

  .process-heading h2 {
    font-size: 35px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 55px;
  }

  .process-line {
    display: none;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .process-section {
    padding: 60px 15px;
  }

  .process-heading {
    margin-bottom: 40px;
  }

  .process-heading h2 {
    font-size: 29px;
  }

  .process-heading p {
    font-size: 14px;
  }

  /*
     Horizontal swipe on mobile
  */

  .process-wrapper {
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -15px;
    padding: 0 15px 20px;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .process-wrapper::-webkit-scrollbar {
    display: none;
  }

  .process-list {
    display: flex;

    width: max-content;

    gap: 25px;
  }

  .process-item {
    flex: 0 0 210px;
  }

  .process-line {
    display: block;

    top: 48px;
    left: 70px;
    right: auto;

    width: calc(100% - 140px);
  }

  .process-icon {
    width: 82px;
    height: 82px;

    font-size: 25px;
  }

  .process-content h3 {
    font-size: 15px;
  }

  .process-content p {
    font-size: 13px;
  }
}

.card-info {
  padding: 20px;
  border-radius: 15px;
  transition-duration: 0.3s;
}
.card-info p {
  color: inherit;
  opacity: 0.8;
  margin: 0;
}
.card-info i {
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
}
.card-info h5 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.card-info:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: var(--primary);
  color: #fff;
}

.inds-row {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
}
.inds-row [class*="col-"] {
  margin-top: 30px;
}

.inds-row .card-ind {
  counter-increment: num;
  padding: 30px;
  height: 100%;
  font-size: 14px;
  border-radius: 20px;
  transition-duration: 0.4s;
  border: solid 1px transparent;
}
.inds-row .card-ind:before {
  content: "0" counter(num);
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: 600;
  background: var(--primary-light);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  transition-duration: 0.4s;
}
.inds-row .card-ind:hover {
  background: var(--primary-light);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem);
  border-color: var(--primary);
}
.inds-row .card-ind:hover:before {
  background: var(--primary);
  color: #fff;
}

@media screen and (max-width: 767.5px) {
  .stat-value {
    font-size: 36px;
  }
  .title h2 {
    font-size: 32px;
  }
  .title h4.upper {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .stats-inner {
    flex-wrap: wrap;
  }
  .stats-inner .stat-cell {
    width: 50%;
  }
  .about-text {
    margin: -30px 5% 0;
    padding: 15px;
    font-size: 15px;
  }
  .sec-client [class*="col-"] {
    border: none !important;
  }
  .quote-strip .title {
    margin-bottom: 20px;
  }
  .quote-strip .pull-left,
  .quote-strip .pull-right {
    float: none !important;
  }
  #home-slider .video-caption h1 {
    font-size: 4vw;
  }
  #home-slider .video-caption h1 strong {
    font-size: 6vw;
    letter-spacing: -6%;
  }
}
@media screen and (max-width: 480px) {
  .product-row [class*="col-"] {
    width: 100%;
  }
}
