.explore-services-section {
  /* pulse effect animation */
  /* right bounce */
  /* Background color */
  /* SEARCH CSS START */
  /* SERVICE CSS START */
}
@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 !important;
    margin-bottom: 0;
  }
}
.explore-services-section .tp-service__item {
  border: 1px solid var(--main-border);
  border-radius: 30px;
  padding: 30px;
  transition: 0.3s;
  height: 220px;
}
.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__title-sm {
  padding: 0;
  margin: 0;
}
@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;
}
@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 .tp-service__dashboard {
  background-repeat: no-repeat;
  overflow: hidden;
  background: var(--gradientone);
  background-blend-mode: screen, lighten, normal;
  background-size: cover;
  height: 355px;
  border-radius: 30px;
  background-size: cover;
}
.explore-services-section .tp-service__top-content {
  padding: 30px;
}
@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);
  text-align: left !important;
  padding-bottom: 10px;
}
@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: 1.2;
}
@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__title-white br {
    display: none;
  }
}
.explore-services-section .tp-service__dashdboard-sm-img {
  margin-right: -239px;
}
.explore-services-section .tp-service__dashdboard-sm-img img {
  width: 66%;
}
.explore-services-section .gap2 {
  gap: 1rem 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: 0px;
    height: 326px;
  }
  .explore-services-section .tp-service__dashdboard-sm-img img {
    right: 61px;
    top: 139px;
  }
}
@media (max-width: 767px) {
  .explore-services-section .tp-service__dashboard {
    height: auto;
  }
  .explore-services-section .tp-service__dashboard img {
    position: unset;
  }
}

@media (max-width: 767px) {
  .explore-services-section {
    padding-top: 0;
  }
}
.tp-service__item:hover img {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}/*# sourceMappingURL=the-loQal-ethos.css.map */