:root {
  --bodyFont: "Jost", sans-serif;
  --titleFont: "Jost", sans-serif;
  --transition: all .3s ease;
  --body_bg: #ffffff;
  --globalColor: #F5F5F5;
  --borderColor: #DFE0E4;
  --bodyColor: #404A60;
  --titleColor: #222E48;
  --primaryColor: #2660B5;
  --secondaryColor: #EB7A23;
  --whiteColor: #ffffff;
  --blackColor: #171717;
  --linkColor: #2660B5;
  --hoverColor: var(--secondaryColor);
  --boxBorderRadius: 5px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 5px;
  --btnBgColor: #2660B5;
  --btnHoverBgColor: #EB7A23;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #2660B5;
  --btnColor2: #222E48;
  --btnHoverColor2: #ffffff;
}

.tp-service-style-style1 .single-item {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.tp-service-style-style1 .single-item .single-item-img {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.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 .title {
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
.tp-service-style-style1 .single-item .single-item-content p {
  color: #282828;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.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-style1 .single-item .image-btn-wrapper .services-btn-part {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background-color: var(--whiteColor);
  transform: scale(0);
}
.tp-service-style-style1 .single-item:hover .single-item-img {
  transform: scale(0);
}
.tp-service-style-style1 .single-item:hover .image-btn-wrapper .services-btn-part {
  transform: scale(1);
}

.tp-service-style-style3 .service-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(9, 9, 8);
  transition: all 0.5s ease-in-out;
}
.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;
  border: 1px solid #2e2e2e;
}
.tp-service-style-style4 .single-item-wrapper .single-item::before {
  content: "";
  position: absolute;
  background-color: var(--secondaryColor);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
}
.tp-service-style-style4 .single-item-wrapper:hover .single-item::before {
  opacity: 0.7;
}
.tp-service-style-style4 .swiper-slide:nth-child(even) .single-item-wrapper {
  transform: translateY(50px);
}
.tp-service-style-style4 .swiper-slide:hover:nth-child(even) .single-item-wrapper {
  transform: translateY(0px);
}
.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 {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
}/*# sourceMappingURL=service-slider.css.map */