.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style1 {
  position: relative;
  z-index: 1;
  padding: 50px 55px 40px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid rgba(88, 86, 233, 0.2);
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style1 {
    transition: none;
  }
}
.service-block-style1:hover {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
}
.service-block-style1:hover .details .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color1);
  border-bottom-color: var(--theme-color1) !important;
}
.service-block-style1:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1) !important;
}
.service-block-style1:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1) !important;
}
.service-block-style1:hover .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
}
.service-block-style1 .service-icon {
  margin-bottom: 10px;
}
.service-block-style1 .service-icon i {
  font-size: 75px;
  line-height: 1;
  color: var(--theme-color1);
}
.service-block-style1 .details .service-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.service-block-style1 .details .service-details {
  margin-bottom: 10px;
}
.service-block-style1 .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style2 {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(88, 86, 233, 0.2);
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style2 {
    transition: none;
  }
}
.service-block-style2:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.service-block-style2:hover .service-icon i {
  color: #fff;
}
.service-block-style2:hover .details .service-title {
  color: #fff;
}
.service-block-style2:hover .details .service-title a:hover {
  color: #fff;
}
.service-block-style2:hover .details .service-details {
  color: #fff;
}
.service-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right {
  color: #fff;
  border-bottom-color: #fff !important;
}
.service-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: #fff !important;
}
.service-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: #fff !important;
}
.service-block-style2:hover .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: #fff;
}
.service-block-style2:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.service-block-style2:after {
  position: absolute;
  content: "";
  bottom: 60px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style2:after {
    transition: none;
  }
}
.service-block-style2 .service-icon {
  margin-bottom: 10px;
}
.service-block-style2 .service-icon i {
  font-size: 75px;
  line-height: 1;
  color: var(--theme-color1);
}
.service-block-style2 .details .service-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.service-block-style2 .details .service-details {
  margin-bottom: 10px;
}
.service-block-style2 .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style3 {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-bottom: 40px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(88, 86, 233, 0.2);
  transition: all 0.3s;
  border: none;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3 {
    transition: none;
  }
}
.service-block-style3:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.service-block-style3:hover .service-icon {
  color: #fff;
}
.service-block-style3:hover .details .service-title {
  color: #fff;
}
.service-block-style3:hover .details .service-details {
  color: #fff;
}
.service-block-style3:hover .details .btn-view-details .btn-plain-text-with-arrow {
  color: #fff;
  border-bottom-color: #fff !important;
}
.service-block-style3:hover .details .btn-view-details .btn-plain-text-with-arrow:before {
  background-color: #fff;
}
.service-block-style3:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.service-block-style3:after {
  position: absolute;
  content: "";
  bottom: 60px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3:after {
    transition: none;
  }
}
.service-block-style3 .service-icon {
  margin-bottom: 10px;
  color: var(--theme-color1);
}
.service-block-style3 .service-icon i {
  font-size: 75px;
  line-height: 1;
}
.service-block-style3 .details .service-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.service-block-style3 .details .service-details {
  margin-bottom: 10px;
}
.service-block-style3 .details .btn-view-details .btn-plain-text-with-arrow:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--theme-color1);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style4 {
  margin-bottom: 30px !important;
}
.service-block-style4 .inner-box {
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 40px 40px 60px;
  margin-bottom: 22px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style4 .inner-box {
    transition: none;
  }
}
.service-block-style4 .inner-box:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-block-style4 .inner-box:hover .btn-plain-text-with-arrow-right {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-block-style4 .inner-box:hover .service-icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.service-block-style4 .inner-box .service-count {
  font-size: 55px;
  line-height: 60px;
  color: #e1e1e1;
  font-weight: 700;
  margin-bottom: 38px;
  display: inline-block;
}
.service-block-style4 .inner-box .service-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 64px;
  line-height: 1em;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style4 .inner-box .service-icon {
    transition: none;
  }
}
.service-block-style4 .inner-box .service-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.service-block-style4 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style4 .inner-box .service-details {
  margin-bottom: 0;
}
.service-block-style4 .inner-box .btn-plain-text-with-arrow-right {
  position: absolute !important;
  left: 0;
  right: 0;
  padding: 20px 30px;
  border: 1.5px solid #e1e1e1;
  background: #fff;
  margin: 0 auto;
  max-width: 165px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style5 {
  position: relative;
  margin-bottom: 30px;
}
.service-block-style5 .inner-box {
  position: relative;
  padding: 40px 40px 35px;
  height: 100%;
  background-color: #fafafb;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style5 .inner-box {
    transition: none;
  }
}
.service-block-style5 .inner-box:hover .icon-box {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style5 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style5 .inner-box .icon-box {
    transition: none;
  }
}
.service-block-style5 .inner-box .icon-box i {
  font-size: 60px;
}
.service-block-style5 .inner-box .service-count {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--theme-color1);
  width: 51px;
  height: 52px;
  font-weight: 700;
  font-size: 27px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 0px 10px;
}
.service-block-style5 .inner-box .service-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.service-block-style5 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style5 .inner-box .service-details {
  margin-bottom: 20px;
}
.service-block-style5 .inner-box .btn-plain-text-with-arrow-right {
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  -webkit-transform: all 300ms ease;
  -moz-transform: all 300ms ease;
  -ms-transform: all 300ms ease;
  transform: all 300ms ease;
}
.service-block-style5 .inner-box .btn-plain-text-with-arrow-right i {
  margin-left: 10px;
  font-size: 18px;
}
.service-block-style5 .inner-box .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1);
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style6 {
  position: relative;
  margin-bottom: 30px;
}
.service-block-style6 .inner-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px;
  height: 100%;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  transition: all 300ms ease;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style6 .inner-box {
    transition: none;
  }
}
.service-block-style6 .inner-box:before {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0px;
  margin-left: -222px;
  width: 444px;
  height: 444px;
  background-image: url(../../../images/current-theme/shadow-1.png);
  opacity: 0.8;
  pointer-events: none;
  transform: scale(0);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease;
  content: "";
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style6 .inner-box:before {
    transition: none;
  }
}
.service-block-style6 .inner-box:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service-block-style6 .inner-box:hover .icon-box:before {
  -webkit-transform: translate(7px, 7px);
  -moz-transform: translate(7px, 7px);
  -ms-transform: translate(7px, 7px);
  transform: translate(7px, 7px);
}
.service-block-style6 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: var(--theme-color2);
  margin-bottom: 45px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style6 .inner-box .icon-box {
    transition: none;
  }
}
.service-block-style6 .inner-box .icon-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style6 .inner-box .icon-box:before {
    transition: none;
  }
}
.service-block-style6 .inner-box .icon-box i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #00fcff;
  color: #333;
  font-size: 58px;
  position: relative;
  z-index: 99;
}
.service-block-style6 .inner-box .service-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.service-block-style6 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style6 .inner-box .service-details {
  position: relative;
  margin-bottom: 20px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style7 {
  margin-bottom: 50px;
}
.service-block-style7 .inner-box {
  position: relative;
  margin-bottom: 37px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style7 .inner-box {
    transition: none;
  }
}
.service-block-style7 .inner-box:hover i {
  background-color: var(--theme-color1);
  color: #fff;
}
.service-block-style7 .inner-box:hover .btn-theme-colored1 {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-block-style7 .inner-box .service-featured-img {
  margin: 0;
}
.service-block-style7 .inner-box .service-featured-img img {
  width: 100%;
}
.service-block-style7 .inner-box .content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: -140px;
  margin-left: 26px;
  margin-right: 26px;
  padding: 60px 30px 50px;
  text-align: center;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style7 .inner-box .content {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .service-block-style7 .inner-box .content {
    margin: 0;
    padding: 60px 30px;
  }
}
.service-block-style7 .inner-box i {
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: 0 auto;
  height: 65px;
  width: 65px;
  background-color: var(--theme-color2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1em;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style7 .inner-box i {
    transition: none;
  }
}
.service-block-style7 .inner-box .service-title {
  margin-bottom: 10px;
}
.service-block-style7 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style7 .inner-box .service-details {
  margin-bottom: 0;
}
.service-block-style7 .inner-box .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px;
  bottom: -37px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style8 {
  margin-bottom: 30px;
}
.service-block-style8 .inner-box {
  position: relative;
  border: 1px solid #E1E1E1;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style8 .inner-box {
    transition: none;
  }
}
.service-block-style8 .inner-box:hover .theme-btn,
.service-block-style8 .inner-box:hover .content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-block-style8 .inner-box:hover .service-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block-style8 .inner-box .service-featured-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.service-block-style8 .inner-box .service-featured-img img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style8 .inner-box .service-featured-img img {
    transition: none;
  }
}
.service-block-style8 .inner-box .content {
  position: relative;
  background-color: #fff;
  padding: 40px 40px 40px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style8 .inner-box .content {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .service-block-style8 .inner-box .content {
    padding: 30px 30px 30px;
  }
}
.service-block-style8 .inner-box i {
  position: absolute;
  right: 40px;
  top: -20px;
  margin: 0 auto;
  height: 65px;
  width: 65px;
  background-color: var(--theme-color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1em;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style8 .inner-box i {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .service-block-style8 .inner-box i {
    right: 30px;
    top: -50px;
  }
}
.service-block-style8 .inner-box .service-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 15px;
  margin-top: 0;
}
.service-block-style8 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style8 .inner-box .service-details {
  margin-bottom: 18px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style9 {
  margin-bottom: 30px;
}
.service-block-style9 .inner-box {
  position: relative;
  padding: 58px 30px 33px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 300ms ease;
  margin-top: 32px;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style9 .inner-box {
    transition: none;
  }
}
.service-block-style9 .inner-box:hover i {
  background-color: var(--theme-color2);
}
.service-block-style9 .inner-box i {
  margin-bottom: 30px;
  position: absolute;
  top: -32px;
  left: 30px;
  font-size: 38px;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color1);
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style9 .inner-box i {
    transition: none;
  }
}
.service-block-style9 .inner-box .service-details {
  margin-bottom: 37px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style10 {
  position: relative;
  margin-bottom: 30px;
}
.service-block-style10 .inner-box {
  position: relative;
  padding: 40px 40px 38px;
  height: 100%;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style10 .inner-box {
    transition: none;
  }
}
.service-block-style10 .inner-box:hover .service-icon {
  color: #222222;
}
.service-block-style10 .inner-box:hover .service-icon::before {
  background-color: #66FDFF;
  opacity: 0.5;
}
.service-block-style10 .inner-box:hover .service-icon::after {
  background-color: #66FDFF;
}
.service-block-style10 .inner-box .service-icon {
  position: relative;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  font-size: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style10 .inner-box .service-icon {
    transition: none;
  }
}
.service-block-style10 .inner-box .service-icon:before, .service-block-style10 .inner-box .service-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style10 .inner-box .service-icon:before, .service-block-style10 .inner-box .service-icon:after {
    transition: none;
  }
}
.service-block-style10 .inner-box .service-icon:after {
  -webkit-transform: rotate(12.07deg);
  -moz-transform: rotate(12.07deg);
  -ms-transform: rotate(12.07deg);
  transform: rotate(12.07deg);
  opacity: 0.2;
}
.service-block-style10 .inner-box .service-icon i {
  position: relative;
}
.service-block-style10 .inner-box .service-count {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: transparent;
  border-radius: 0px 0px 0px 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7a7a7a;
}
.service-block-style10 .inner-box .service-title {
  margin-bottom: 15px;
}
.service-block-style10 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style10 .inner-box .service-details {
  margin-bottom: 18px;
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style11 {
  position: relative;
  margin-bottom: 30px;
}
.service-block-style11 .inner-box {
  position: relative;
  padding: 35px 30px 30px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style11 .inner-box {
    transition: none;
  }
}
.service-block-style11 .inner-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.service-block-style11 .inner-box:hover .service-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style11 .inner-box .service-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  transition: all 300ms ease;
  color: #fff;
  background: var(--theme-color1);
  padding: 15px;
  border-radius: 5px;
  line-height: 0;
}
.service-block-style11 .inner-box .service-icon i {
  font-size: 60px;
}
.service-block-style11 .inner-box .service-count {
  position: absolute;
  right: 30px;
  bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  color: #e1e1e1;
  line-height: 42px;
}
@media (max-width: 575.98px) {
  .service-block-style11 .inner-box .service-count {
    display: none;
  }
}
.service-block-style11 .inner-box .service-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.service-block-style11 .inner-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style11 .inner-box .service-details {
  margin-bottom: 24px;
}
.service-block-style11 .inner-box .btn-plain-text {
  color: #333;
  transition: all 300ms ease;
  position: relative;
  overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style11 .inner-box .btn-plain-text {
    transition: none;
  }
}
.service-block-style11 .inner-box .btn-plain-text::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 1px;
  background-color: #e1e1e1;
  top: 10px;
  right: -100px;
}
@media (max-width: 575.98px) {
  .service-block-style11 .inner-box .btn-plain-text::before {
    display: none;
  }
}
.service-block-style11 .inner-box .btn-plain-text:hover {
  color: var(--theme-color1);
}

.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style12 {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 30px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.service-block-style12:hover .details .service-title {
  color: #fff;
}
.service-block-style12:hover .details .service-details {
  color: #fff;
}
.service-block-style12:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: #fff !important;
}
.service-block-style12:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: #fff !important;
}
.service-block-style12:hover .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: #fff;
}
.service-block-style12:after {
  position: absolute;
  content: "";
  bottom: 60px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.service-block-style12 .service-icon {
  margin-bottom: 10px;
}
.service-block-style12 .service-icon i {
  height: 85px;
  width: 85px;
  z-index: 1;
  font-size: 38px;
  line-height: 85px;
  background: #fff;
  position: relative;
  border-radius: 7px;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--theme-color1);
}
.service-block-style12 .service-icon i:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  opacity: 0.15;
  position: absolute;
  border-radius: 7px;
  border: 1px solid #edebfd;
}
.service-block-style12 .details .service-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.service-block-style12 .details .service-details {
  margin-bottom: 10px;
  color: #fff;
}
.service-block-style12 .details .btn-view-details .btn-plain-text-with-arrow-right {
  color: #fff;
  border-bottom-color: #fff !important;
}
.service-block-style12 .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: #fff;
  transform: rotate(0deg) !important;
}