.explore-services-section {
  margin-bottom: 4rem;
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.explore-services-section .grey-bg {
  background: var(--badge-semi-light);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .explore-services-section .main-heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-services-section .main-heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .explore-services-section .main-heading {
    font-size: 33px;
    text-align: left;
  }
}
.explore-services-section .tp-green-color {
  transition: 0.3s;
  display: inline-block;
}
.explore-services-section .tp-green-color:hover {
  color: var(--greenclr);
}
.explore-services-section .tp-purple-color {
  transition: 0.3s;
  display: inline-block;
}
.explore-services-section .tp-purple-color:hover {
  color: var(--themeprimaryclr);
}
.explore-services-section .tp-yellow-color {
  transition: 0.3s;
  display: inline-block;
}
.explore-services-section .tp-yellow-color:hover {
  color: var(--yellowclr);
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__section-box p {
    text-align: left;
    margin-bottom: 0;
  }
}
.explore-services-section .mb_50 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 3000px) {
  .explore-services-section .mb_50 {
    margin-bottom: 42px;
  }
}
.explore-services-section .tp-service__item {
  border: 1px solid var(--main-border);
  border-radius: 30px;
  padding: 18px 23px 18px;
  height: 100%;
  transition: 0.3s;
}
.explore-services-section .tp-service__item:hover img {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__item {
    padding: 20px !important;
  }
}
.explore-services-section .tp-service__item:hover {
  border: 1px solid var(--main-border);
  box-shadow: var(--shadowthree);
  border-radius: 30px;
}
.explore-services-section .tp-service__item:hover .tp-service__icon {
  animation: icon-bounce 0.8s 1;
}
.explore-services-section .tp-service__icon {
  margin-bottom: 13px;
  width: 50px;
}
.explore-services-section .tp-service__icon img {
  filter: var(--icon-hover-grey);
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__icon {
    margin-bottom: 10px;
    width: 50px;
  }
}
.explore-services-section .tp-service__section-box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__title-sm {
    margin-bottom: 0;
  }
}
.explore-services-section .tp-service__title-sm a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__title-sm a {
    font-size: 18px !important;
  }
}
.explore-services-section .tp-service__title-sm a:hover,
.explore-services-section .tp-service__title-sm a :focus {
  color: inherit !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .explore-services-section .tp-service__title-sm {
    font-size: 20px;
  }
}
.explore-services-section .tp-service__content p {
  padding-bottom: 0px;
  margin: 0;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__content p {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .explore-services-section .tp-service__content p br {
    display: none;
  }
}
.explore-services-section .tp-service__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: var(--badge-light);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.explore-services-section .tp-service__link a:hover {
  box-shadow: var(--shadowtwo), inset 0 0 0 30px var(--themeprimaryclr);
}
.explore-services-section .tp-service__link a:hover svg {
  color: var(--plainclr);
}
.explore-services-section .tp-service__link a svg {
  transition: 0.4s;
  color: var(--themesecondaryclr);
}
.explore-services-section .heightauto .tp-service__item {
  height: 100%;
}
.explore-services-section .tp-service__dashboard {
  background-repeat: no-repeat;
  overflow: hidden;
  background: var(--gradientone);
  background-blend-mode: screen, lighten, normal;
  background-size: cover;
  border-radius: 30px;
  background-size: cover;
}
.explore-services-section .tp-service__dashboard {
  max-height: 677px;
  height: 677px;
}
.explore-services-section .tp-service__top-content {
  padding: 60px;
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__top-content {
    padding: 20px;
  }
}
.explore-services-section .tp-service__top-content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--plainclr);
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__top-content p {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .explore-services-section .tp-service__top-content p br {
    display: none;
  }
}
.explore-services-section .tp-service__title-white {
  color: var(--plainclr);
  line-height: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .explore-services-section .tp-service__title-white {
    font-size: 32px;
  }
}
.explore-services-section .tp-service__dashdboard-sm-img {
  position: relative;
  text-align: right;
  margin-bottom: -105px;
  margin-right: -104px;
  height: 100%;
}
.explore-services-section .tp-service__dashdboard-sm-img img {
  position: absolute;
  top: 0;
  right: 0;
}
.explore-services-section .gap2 {
  gap: 2rem 0px !important;
}
.explore-services-section .tp-service__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .explore-services-section .tp-service__dashdboard-sm-img img {
    margin-left: 0;
    margin-top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .explore-services-section .tp-service__dashboard {
    margin-bottom: 67px;
  }
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__dashboard {
    max-height: 548px;
    height: 548px;
    margin-bottom: 1rem;
  }
  .explore-services-section .tp-service__dashboard img {
    position: unset;
  }
}

@media (max-width: 767px) {
  .explore-services-section {
    padding-top: 34px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=explore-services.css.map */