:root {
  --bodyFont: "Ubuntu", serif;
  --primaryColor: #F14F44;
  --secondaryColor: #242424;
  --commonBlack: #171717;
  --commonWhite: #ffffff;
  --titleColor: #ffffff;
  --bodyColor: #C4C5C0;
  --transition: all 0.5s ease-in-out;
}

.tp-service-style-style1 .single-item {
  box-shadow: 0 0px 19px 0 rgba(9, 9, 8, 0.1);
}
.tp-service-style-style1 .single-item .single-item-img {
  position: relative;
  z-index: 1;
}
.tp-service-style-style1 .single-item .single-item-img span.meta_fee {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 20px;
  background-color: #fff;
  color: var(--primaryColor);
}
.tp-service-style-style1 .single-item .single-item-img span.meta_fee::before {
  position: absolute;
  right: 100%;
  top: 0;
  width: 40px;
  height: 100%;
  content: "";
  background-color: transparent;
  border-top: 27.5px solid #fff;
  border-left: 40px solid transparent;
  border-bottom: 27.5px solid #fff;
}
.tp-service-style-style1 .single-item .single-item-img span.meta_fee span {
  color: #282828;
}
.tp-service-style-style1 .single-item .service-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.tp-service-style-style1 .single-item .service-meta li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.tp-service-style-style1 .single-item .service-meta li span {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}
.tp-service-style-style1 .single-item .service-meta li span i {
  display: inline-block;
  margin-right: 5px;
}
.tp-service-style-style1 .single-item .single-item-content {
  padding: 30px;
}
.tp-service-style-style1 .single-item .single-item-content .title {
  font-size: 24px;
}
.tp-service-style-style1 .single-item .single-item-content p {
  color: #282828;
}
.tp-service-style-style1 .single-item .single-item-content .services-btn {
  color: #090908;
}
.tp-service-style-style1 .single-item .single-item-content .services-btn:hover {
  color: var(--primaryColor);
}

.tp-service-style-style3 .service-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(9, 9, 8);
}
.tp-service-style-style3 .btn-area .title-shape::before {
  background-color: var(--primaryColor);
  left: 0;
  transition: all 0.5s ease-in-out;
}
.tp-service-style-style3 .btn-area:hover .title-shape::before {
  background-color: var(--primaryColor);
  width: 60%;
}
.tp-service-style-style3 .btn-area:hover span {
  color: var(--primaryColor);
}

.tp-service-style-style4 .single-item-wrapper {
  padding-bottom: 50px;
  transition: all 0.5s linear 0s;
}
.tp-service-style-style4 .single-item-wrapper .single-item {
  position: relative;
  z-index: 1;
}
.tp-service-style-style4 .single-item-wrapper .single-item .hover-item {
  top: 0;
  right: 0;
  padding: 20px;
}
.tp-service-style-style4 .text-item .meta_topic {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.tp-service-style-style4 .text-item .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.tp-service-style-style4 .text-item p {
  color: #fff;
}

.tp-service--slider .swiper-pagination-bullet {
  margin: 0 15px !important;
}
.tp-service--slider .swiper-pagination-bullet-active {
  background: #F14F44;
  position: relative;
}
.tp-service--slider .swiper-pagination-bullet-active:after {
  border: 2px solid #ff6600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -7px;
  left: -7px;
}

.service-meta.single-service-meta-abs {
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 25px;
  z-index: 2;
}
.service-meta.single-service-meta-abs li {
  display: inline-block;
}
.service-meta.single-service-meta-abs li:not(:last-child) {
  margin-right: 15px;
}

.bottom-right-0 {
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=service-slider.css.map */
