.service-skin-style3 {
  overflow: hidden;
}
.service-skin-style3 .thumb {
  position: relative;
}
.service-skin-style3 .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style3 .thumb img {
    transition: none;
  }
}
.service-skin-style3 .thumb .service-icon {
  bottom: -26px;
  background: var(--theme-color2);
  position: absolute;
  color: #ffffff;
  font-size: 38px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style3 .thumb .service-icon {
    transition: none;
  }
}
.service-skin-style3 .content {
  background-color: #ffffff;
  border: 1px solid #e2e6ed;
  border-top: none;
  padding: 40px 23px 27px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style3 .content {
    transition: none;
  }
}
.service-skin-style3 .content.content-style {
  border: 1px solid #e2e6ed;
  padding: 34px 49px 55px;
  text-align: left;
}
@media (max-width: 1399px) {
  .service-skin-style3 .content.content-style {
    padding: 15px 32px 35px;
  }
}
@media (max-width: 1199.98px) {
  .service-skin-style3 .content.content-style {
    padding: 15px 26px 35px;
  }
}
@media (max-width: 991.98px) {
  .service-skin-style3 .content.content-style {
    padding: 36px 50px 58px;
  }
}
.service-skin-style3 .content.content-style .inner-title {
  font-family: var(--font-current-theme1);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 33px;
}
@media (max-width: 1199.98px) {
  .service-skin-style3 .content.content-style .inner-title {
    font-size: 22px;
    margin-bottom: 17px;
  }
}
@media (max-width: 991.98px) {
  .service-skin-style3 .content.content-style .inner-title {
    font-size: 26px;
    margin-bottom: 33px;
  }
}
.service-skin-style3 .content.content-style .list-style {
  margin-bottom: 25px;
}
.service-skin-style3 .content.content-style .list-style ul {
  margin-top: 0;
}
.service-skin-style3 .content.content-style .list-style ul li {
  list-style: none;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1199.98px) {
  .service-skin-style3 .content.content-style .list-style ul li {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .service-skin-style3 .content.content-style .list-style ul li {
    font-size: 18px;
  }
}
.service-skin-style3 .content.content-style .list-style ul li:before {
  content: "\f111";
  font-size: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service-skin-style3 .content.content-style .cp-btn-theme {
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 16px 34px;
}
@media (max-width: 1199.98px) {
  .service-skin-style3 .content.content-style .cp-btn-theme {
    font-size: 14px;
    padding: 8px 14px;
  }
}
@media (max-width: 991.98px) {
  .service-skin-style3 .content.content-style .cp-btn-theme {
    padding: 16px 34px;
  }
}
.service-skin-style3 .content .excerpt {
  margin-bottom: 0;
}
.service-skin-style3 .content .title {
  margin-bottom: 5px;
}
.service-skin-style3 .content p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .service-skin-style3 .content p {
    font-size: 16px;
  }
}
.service-skin-style3:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style3:hover .thumb img {
    transition: none;
  }
}
.service-skin-style3:hover .thumb .btn-icon {
  background: var(--theme-color1);
}
.service-skin-style3:hover .thumb .btn-icon i {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style3:hover .thumb .btn-icon i {
    transition: none;
  }
}
.service-skin-style3:hover .content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}