.hero-grid .stats-card {
  min-height: 250px;
  border-radius: 4px;
}
.hero-grid .stats-card p {
  color: #fff;
  font-size: 1.3rem;
}
.hero-grid .card1 {
  background: url(./img/Stats\ Image\ star.png) no-repeat center center;
  background-size: cover;
}
.hero-grid .card2 {
  background: url(./img/Stats\ Details\ Container.png) no-repeat center center;
  background-size: cover;
}
.hero-grid .card3 {
  background: url(./img/Stats\ Image.png) no-repeat center center;
  background-size: cover;
}
.hero-grid .card3 P {
  color: #000;
}

footer li a {
  color: #cfcfcf;
}
footer li a:hover {
  color: #d948a7;
}
footer h5 {
  color: #909090;
  font-weight: 500;
}

.text-lighted {
  color: rgba(255, 255, 255, 0.6431372549);
}

.process-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.process-container .transformed {
  transform: translateX(-68px);
}
.process-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.process-step {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 10px;
  height: 100%;
}
.process-step.step1 {
  background: #D948A7;
  transform: translateY(-48px);
}
.process-step.step1 * {
  color: #fff !important;
}
.process-step h5 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.process-step .process-number {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.process-step p {
  color: #3e3e3e;
}

.service-card {
  background: var(--dark-gray);
  border: 1px solid var(--border-color);
  border-radius: 0;
  padding: 10px;
  height: 100%;
  transition: transform 0.3s ease;
}
.service-card img {
  width: 100%;
  margin-bottom: 40px;
}

.client-section {
  position: relative;
  padding-top: 15rem;
}
.client-section::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/Frame-bgd.png) no-repeat center top;
  z-index: -1;
}
.client-section h2 {
  font-family: "anton";
  text-transform: uppercase;
  font-weight: 300;
  color: #fff !important;
}
.client-section h3 {
  font-family: "anton";
  text-transform: uppercase;
  font-weight: 300;
}
.client-section .client-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  margin-bottom: 2rem;
  padding-left: 20px;
}
.client-section .client-card .badge {
  border-radius: 20px;
  font-weight: 200;
  background: rgba(108, 117, 125, 0.2901960784);
}
.client-section .client-card .col-md-8 {
  padding: 10px;
}
.client-section .client-card .image-box {
  padding-top: 40px;
}
.client-section .client-card .image-box .block {
  margin: 30px;
  margin-bottom: 0;
}
.client-section .client-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.form-control-custom,
.btn-primary-custom {
  border-radius: 2px !important;
}

.contact-box {
  background: #fff;
  padding: 15px;
}
.contact-box h2, .contact-box p {
  color: #000;
}
.contact-box .prod-text {
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-box .text-right {
  text-align: right;
}
.contact-box .text-right img {
  width: 100%;
}
.contact-box .cta-form {
  background: url(./img/Call\ to\ Action\ Form.jpg) no-repeat center center;
  padding: 60px 30px;
}
.contact-box .cta-form p {
  color: #808080;
  margin-bottom: 1px;
}
.contact-box .cta-form form {
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .hero-title {
    padding-top: 4rem;
  }
  .hero-grid .stats-card {
    min-height: 200px;
  }
  .hero-grid .stats-card p {
    font-size: 1.1rem;
  }
  .process-step .process-number {
    font-size: 2rem;
  }
  .process-step h5 {
    font-size: 1rem;
  }
  .service-card img {
    margin-bottom: 20px;
  }
  .process-container .transformed {
    transform: unset;
  }
  .process-step.step1 {
    transform: unset;
  }
  .cta-form {
    padding: 0px !important;
  }
  .btn-primary-custom {
    font-size: 15px !important;
  }
}/*# sourceMappingURL=prod-styles.css.map */