.Custom-Icon-Service {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0px ,-50%);
}

.Custom-Logo-Service-contact {
  position: relative;
  background-color: var(--third-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.Custom-Logo-Service-contact {
  position: relative;
  background-color: var(--third-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.Custom-Logo-Service {
  position: relative;
  background-color: var(--third-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.font-dark {
  color: var(--primary-color);
}

.font-gray-dark {
  color: var(--secondary-color);
}

.Custom-Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px 10px 0px;
}

.Parag-Style {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.h3-spacing {
  margin: 20px 0px 20px 0px;
}

.weight-600 {
  font-weight: 600;
}

.weight-200 {
  font-weight: 200;
}

.unset-text-shadow {
  text-shadow: unset;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  display: none;
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-carousel span {
  font-size: 70px;
  position: relative;
  top: -5px;
  color: var(--primary-color);
}

.owl-nav button:focus {
  outline: none;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

button.owl-next {
  position: absolute;
  right: -3% !important;
}

button.owl-prev {
  position: absolute;
  left: -3% !important;
}

.owl-carousel.off {
  display: block;
}

