.service-block-icon {
  text-align: center;
  margin-bottom: 25px;
}
.service-block-icon .tp-service-3-title a {
  color: #000000 !important;
}
.service-block-icon .logo-shape-box {
  width: 306px;
  height: 292px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block-icon .logo-shape-box .icon_box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: absolute;
  bottom: 18px;
  left: 30px;
}
.service-block-icon .logo-shape-box .icon_box img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.service-block-icon .logo-shape-box .icon_box:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.service-block-icon .logo-shape-box .icon_box:hover img {
  transform: rotate(10deg) scale(1.1);
}

.service-block-new {
  text-align: center;
  margin-bottom: 25px;
}
.service-block-new .tp-service-3-title a {
  color: #000000 !important;
}
.service-block-new .logo-shape-box {
  width: 306px;
  height: 292px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.service-block-new .logo-shape-box img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 18px;
  left: 30px;
}

.tp-service-3-item {
  padding: 60px;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-item {
    padding: 60px 30px;
    padding-top: 65px;
  }
}
.tp-service-3-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  transition: 0.5s;
  background: rgb(255, 255, 255);
  background: linear-gradient(351deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8323704482) 100%);
}

.tp-service-3-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}

.tp-service-3-item.active .tp-service-3-icon span {
  color: var(--tp-common-white);
  animation: icon-bounce 0.8s 1;
}

.tp-service-3-item .tp-service-3-title {
  color: var(--tp-common-white);
}

.tp-service-3-item .tp-service-3-title, .tp-service-3-item .tp-service-3-title a {
  color: var(--tp-common-white) !important;
}

.tp-service-3-item.active .tp-service-3-title:hover {
  color: var(--tp-theme);
}

.tp-service-3-item.active .tp-service-3-text p {
  color: var(--tp-common-white);
}

.tp-service-3-item.active .tp-service-3-shape-3 {
  right: 0;
}

.tp-service-3-item.active .tp-service-3-link {
  background-color: #ffd438;
  border-color: var(--tp-theme-yellow);
  position: relative;
  transition: 0.3s;
}

.tp-service-3-item.active .tp-service-3-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  content: "";
  background: var(--tp-theme);
  transition: all 300ms ease-in-out;
}

.tp-service-3-item.active .tp-service-3-link:hover {
  border-color: var(--tp-theme);
}

.tp-service-3-item.active .tp-service-3-link:hover::after {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-service-3-item.active .tp-service-3-link span {
  color: var(--tp-theme);
  position: relative;
  z-index: 5;
}

.tp-service-3-item.active .tp-service-3-link:hover span, .tp-service-3-item.active .tp-service-3-link:hover i {
  color: var(--tp-theme-yellow) !important;
}

.tp-service-3-item.active .tp-service-3-link i {
  color: var(--tp-theme);
  position: relative;
  z-index: 5;
}

.tp-service-3-icon span {
  font-size: 70px;
  color: var(--tp-theme);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.tp-service-3-title {
  font-weight: 700;
  font-size: 32px;
  transition: 0.3s;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-title {
    font-size: 22px;
  }
}
.tp-service-3-text {
  margin-bottom: 250px;
}

.tp-service-3-text p {
  transition: 0.5s;
}

.tp-service-3-link {
  padding: 11px 30px;
  border: 1px solid #d8d2d0;
  transition: 0.3s;
  background-color: #000000;
}

.tp-service-3-link span {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-service-3-link i {
  font-size: 16px;
  transition: 0.5s;
  color: var(--tp-common-white);
}

.tp-service-3-shape-1 {
  position: absolute;
  top: 105px;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}

.service_content {
  font-size: 21px;
  font-weight: 500;
}

.service_content p {
  font-size: 21px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-3-shape-1 {
    top: 60px;
  }
}
.tp-service-3-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-service-3-shape-3 {
  position: absolute;
  bottom: 0;
  right: -10%;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-shape-3 {
    bottom: -3%;
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-section-title .tp-section-title br {
    display: block;
  }
}/*# sourceMappingURL=services-block.css.map */