/*============================================================================================
	Service Area
==============================================================================================*/
.service.service_style4 .isp-standard-v1-service-card {
  padding: 32px 24px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.service.service_style4 .isp-standard-v1-section-head-big-title .arrow-text {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.service.service_style4 .isp-standard-v1-section-head-big-title .arrow-text::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--accent-color);
  bottom: 8px;
  z-index: -1;
}

.service.service_style4 .isp-standard-v1-section-head-sm-title {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.service.service_style4 .isp-standard-v1-service-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white-color);
  z-index: -1;
  transition: all 0.4s ease;
  box-shadow: 0px 16px 48px rgba(6, 40, 61, 0.08);
  border-radius: 6px;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
}
.service.service_style4 .isp-standard-v1-service-card:hover::before {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service.service_style4 .isp-standard-v1-service-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: var(--white-color);
  text-align: center;
  line-height: 72px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  box-shadow: 0px 16px 48px rgba(6, 40, 61, 0.08);
}
.service.service_style4 .isp-standard-v1-service-card-icon img {
  width: 34px;
  height: 34px;
}
.service.service_style4 .isp-standard-v1-service-card-cont-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.service.service_style4 .isp-standard-v1-service-card-cont-text {
  margin: 0;
  color:#646464;
}

@media only screen and (max-width: 767px) {
	.service.service_style4 .isp-standard-v1-service-card-cont-title {
    font-size: 18px;
  }
}

/*============================================================================================
	End Service Area
==============================================================================================*/
 