/* modern style */
/*****************/
.vc_column_container:nth-child(3n+3) .cs-service-item--modern .cs-service-item__content .cs-service-item__icon-wrap::before {
  display: none;
}

.cs-service-item--modern {
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .cs-service-item--modern {
    padding: 0;
  }
}
.cs-service-item--modern .cs-service-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 767px) {
  .cs-service-item--modern .cs-service-item__title {
    margin-bottom: 15px;
  }
}
.cs-service-item--modern .cs-service-item__description {
  font-size: 15px;
  line-height: 1.76;
  color: var(--grey-color);
}
.cs-service-item--modern .cs-service-item__icon-wrap {
  position: relative;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 767px) {
  .cs-service-item--modern .cs-service-item__icon-wrap {
    margin-bottom: 35px;
  }
}
.cs-service-item--modern .cs-service-item__icon-wrap:before {
  border-bottom: 2px dashed var(--green-color);
  content: '';
  display: inline-block;
  width: calc(100% + 30px);
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 63px);
}
.cs-service-item--modern .cs-service-item__icon-wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 2.35em;
  border-radius: 50%;
  max-width: 140px;
  max-height: 95px;
  background-color: white;
}
.cs-service-item--modern .cs-service-item__icon-wrap .cs-service-item__icon {
  font-size: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.35em;
  height: 2.35em;
  border-radius: 50%;
  margin-bottom: 34px;
  max-width: 95px;
  max-height: 95px;
  z-index: 1;
}
.cs-service-item--modern .cs-service-item__icon-wrap .cs-service-item__icon:after {
  background-color: inherit;
  border-radius: 50%;
  display: inline-block;
  content: '';
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: -1;
  opacity: 0.35;
  width: 120%;
  height: 120%;
}
.cs-service-item--modern .cs-service-item__content *:last-child {
  margin-bottom: 0;
}
.cs-service-item--modern .cs-service-item__content *:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .cs-service-item--simple .cs-service-item__title {
    font-size: 28px;
  }
  .cs-service-item--simple .cs-service-item__description {
    margin: 1.2em 0 1.4em;
  }
}
@media (max-width: 767px) {
  .cs-service-item--simple .cs-service-item__title {
    font-size: 25px;
  }
  .cs-service-item--simple .cs-service-item__description {
    margin: 1em 0 1.2em;
  }
  .cs-service-item--modern {
    margin-bottom: 40px;
  }
  .cs-service-item--modern .cs-service-item__icon-wrap::before, .cs-service-item--modern .cs-service-item__icon-wrap::after {
    content: none;
  }

  .cs-services .wpb_column:last-child .cs-service-item {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=service-item.min.css.map */
