.service-item-current-style1 {
  position: relative;
  margin-bottom: 30px;
  transition: all 300ms ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 {
    transition: none;
  }
}
.service-item-current-style1:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.service-item-current-style1:hover .icon-box {
  background-color: var(--theme-color1);
}
.service-item-current-style1:hover .icon-box .icon i {
  color: var(--text-color-bg-theme-color1);
}
.service-item-current-style1:hover .read-more i {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.service-item-current-style1 .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 45px 25px 50px 50px;
  transition: all 300ms ease;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .inner-box {
    transition: none;
  }
}
.service-item-current-style1 .inner-box:before {
  background-image: url(../../../images/current-theme/service1-bg-pattern.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.service-item-current-style1 .inner-box:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.service-item-current-style1 .icon-box {
  position: absolute;
  right: -65px;
  bottom: -55px;
  height: 190px;
  width: 190px;
  background: #f3f3f3;
  transition: all 300ms ease;
  padding: 45px;
  border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .icon-box {
    transition: none;
  }
}
.service-item-current-style1 .icon-box .icon i {
  color: var(--theme-color1);
  font-size: 60px;
}
.service-item-current-style1 .service-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-item-current-style1 .service-title:hover {
  color: var(--theme-color1);
}
.service-item-current-style1 .excerpt {
  position: relative;
  margin-bottom: 70px;
}
.service-item-current-style1 .read-more {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #6a6a6a;
  transition: all 100ms linear;
}
.service-item-current-style1 .read-more:hover {
  color: var(--theme-color2);
}
.service-item-current-style1 .read-more:hover i {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .read-more {
    transition: none;
  }
}
.service-item-current-style1 .read-more i {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  font-size: 16px;
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 100ms linear;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style1 .read-more i {
    transition: none;
  }
}

.tm-sc-services {
  counter-reset: my-counter;
}

.service-item-current-style2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-item-current-style2 .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(249, 249, 249, 0.168627451);
  padding: 35px 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .inner-box {
    transition: none;
  }
}
.service-item-current-style2 .inner-box:before {
  background-image: url(../../../images/current-theme/service1-bg-pattern.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  transform: scale(-1);
}
.service-item-current-style2 .inner-box span {
  position: absolute;
  right: 0;
  top: 40px;
  height: 65px;
  width: 140px;
  font-size: 45px;
  line-height: 65px;
  border-radius: 10px;
  background: linear-gradient(to right, rgba(209, 200, 200, 0.1803921569), transparent);
  content: "";
  transition: all 300ms ease;
  padding-left: 15px;
  font-weight: 600;
  color: #e9e9e9;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .inner-box span {
    transition: none;
  }
}
.service-item-current-style2 .inner-box span:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
}
.service-item-current-style2 .inner-box:hover {
  background-color: var(--theme-color1);
}
.service-item-current-style2 .inner-box:hover:before {
  filter: invert(1);
}
.service-item-current-style2 .inner-box:hover span {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1411764706), transparent);
  color: rgba(230, 228, 229, 0.3215686275);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .inner-box:hover span {
    transition: none;
  }
}
.service-item-current-style2 .inner-box:hover .icon i,
.service-item-current-style2 .inner-box:hover .excerpt,
.service-item-current-style2 .inner-box:hover .service-title,
.service-item-current-style2 .inner-box:hover .service-title a {
  color: #ffffff;
}
.service-item-current-style2 .icon-box {
  position: relative;
  margin-bottom: 10px;
}
.service-item-current-style2 .icon-box .icon i {
  color: var(--theme-color1);
  font-size: 72px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .icon-box .icon i {
    transition: none;
  }
}
.service-item-current-style2 .service-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
.service-item-current-style2 .excerpt {
  position: relative;
  margin-bottom: 0px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style2 .excerpt {
    transition: none;
  }
}

.service-item-current-style3 {
  position: relative;
  margin-bottom: 40px;
}
.service-item-current-style3 .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  padding: 50px 50px 50px;
  padding-right: 270px;
  min-height: 350px;
  transition: all 300ms linear;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .inner-box {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .inner-box {
    padding: 30px !important;
  }
}
.service-item-current-style3 .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  transform: scale(0);
  transform-origin: right bottom;
  border-radius: 500px 0 0;
  z-index: -1;
  content: "";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .inner-box:after {
    transition: none;
  }
}
.service-item-current-style3 .inner-box:hover::after {
  transform: scale(1.5);
}
.service-item-current-style3 .inner-box:hover .service-details {
  color: #ffffff;
}
.service-item-current-style3 .inner-box:hover .title a {
  color: #ffffff;
}
.service-item-current-style3 .inner-box:hover .icon {
  transform: rotate(180deg) scale(-1);
}
.service-item-current-style3 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.service-item-current-style3 .image-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 70px;
  }
}
.service-item-current-style3 .image-box .image {
  border-radius: 400px 0 0 0;
  overflow: hidden;
  max-width: 265px;
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .image-box .image {
    border-radius: 0 !important;
    max-width: 100%;
  }
}
.service-item-current-style3 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .image-box .image img {
    transition: none;
  }
}
.service-item-current-style3 .image-box .icon {
  position: absolute;
  right: 75px;
  top: -10px;
  height: 88px;
  width: 88px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--theme-color1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .image-box .icon {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .image-box .icon {
    right: 0 !important;
    left: 0 !important;
    top: auto;
    bottom: 0;
    margin: 0 auto -40px;
  }
}
.service-item-current-style3 .content {
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .content {
    text-align: center;
  }
}
.service-item-current-style3 .content .service-details {
  max-width: 230px;
}
@media (max-width: 1199.98px) {
  .service-item-current-style3 .content .service-details {
    max-width: 100%;
  }
}
.service-item-current-style3 .title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .service-item-current-style3 .title {
    font-size: 24px;
  }
}
.service-item-current-style3 .title:hover {
  color: var(--theme-color1);
}
.service-item-current-style3 .title a:hover {
  color: #fff;
}
.service-item-current-style3 .service-details {
  line-height: 30px;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style3 .service-details {
    transition: none;
  }
}
.image-position-bottom-left .service-item-current-style3 .inner-box {
  padding-left: 280px;
  padding-right: 50px;
}
.image-position-bottom-left .service-item-current-style3 .inner-box:after {
  transform-origin: left bottom;
  border-radius: 0 500px 0 0;
}
.image-position-bottom-left .service-item-current-style3 .image-box {
  right: auto;
  left: 0;
}
.image-position-bottom-left .service-item-current-style3 .image-box .image {
  border-radius: 0 400px 0 0;
}
.image-position-bottom-left .service-item-current-style3 .image-box .icon {
  right: auto;
  left: 75px;
}
.image-position-top-right .service-item-current-style3 .inner-box:after {
  transform-origin: right top;
  border-radius: 0 0 0 500px;
}
.image-position-top-right .service-item-current-style3 .image-box {
  top: 0;
  bottom: auto;
}
.image-position-top-right .service-item-current-style3 .image-box .image {
  border-radius: 0 0 0 400px;
}
.image-position-top-right .service-item-current-style3 .image-box .icon {
  top: auto;
  bottom: -10px;
}
.image-position-top-left .service-item-current-style3 .inner-box {
  padding-left: 280px;
  padding-right: 30px;
}
.image-position-top-left .service-item-current-style3 .inner-box:after {
  transform-origin: left top;
  border-radius: 0 0 500px 0;
}
.image-position-top-left .service-item-current-style3 .image-box {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}
.image-position-top-left .service-item-current-style3 .image-box .image {
  border-radius: 0 0 400px 0;
}
.image-position-top-left .service-item-current-style3 .image-box .icon {
  right: auto;
  left: 75px;
  top: auto;
  bottom: -10px;
}

.tm-sc-services {
  counter-reset: my-sec-counter;
}

.service-item-current-style4 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-item-current-style4 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 45px 50px 45px;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style4 .inner-box {
    transition: none;
  }
}
.service-item-current-style4 .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  transform: scale(0);
  transform-origin: right top;
  border-radius: 0 0 0 500px;
  content: "";
  z-index: -1;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style4 .inner-box:after {
    transition: none;
  }
}
.service-item-current-style4 .inner-box:hover:after {
  transform: scale(1.5);
  opacity: 1;
}
.service-item-current-style4 .inner-box:hover .service-title a,
.service-item-current-style4 .inner-box:hover .service-details,
.service-item-current-style4 .inner-box:hover .icon {
  color: #ffffff;
}
.service-item-current-style4 .inner-box:hover .count {
  background-color: rgba(255, 255, 255, 0.2);
}
.service-item-current-style4 .count {
  position: absolute;
  right: -40px;
  top: -70px;
  height: 170px;
  width: 170px;
  background-color: var(--theme-color1);
  color: #ffffff;
  border-radius: 50%;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style4 .count {
    transition: none;
  }
}
.service-item-current-style4 .count:before {
  content: counter(my-sec-counter, decimal-leading-zero);
  counter-increment: my-sec-counter;
  left: 50%;
  top: 50%;
  transform: translate(-30px, 10px);
  position: absolute;
  color: #f6f2f0;
  font-size: 30px;
  line-height: 1;
  font-family: var(--font-current-theme1);
  font-weight: 600;
  font-style: normal;
}
.service-item-current-style4 .icon {
  position: relative;
  display: block;
  font-size: 62px;
  color: var(--theme-color1);
  font-weight: 400;
  line-height: 1em;
  transition: all 300ms linear;
  margin-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style4 .icon {
    transition: none;
  }
}
.service-item-current-style4 .service-title {
  margin-bottom: 20px;
}
.service-item-current-style4 .service-title a:hover {
  color: #fff;
}
.service-item-current-style4 .service-details {
  line-height: 30px;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style4 .service-details {
    transition: none;
  }
}

.service-item-current-style5 {
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(96, 94, 94, 0.1215686275);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 {
    transition: none;
  }
}
.service-item-current-style5 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.service-item-current-style5 .thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--theme-color1);
  transform: scaleX(0);
  transition: all 500ms ease;
  content: "";
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .thumb::after {
    transition: none;
  }
}
.service-item-current-style5 .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--theme-color2-rgb), 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleX(0);
  transition: all 500ms ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .thumb::before {
    transition: none;
  }
}
.service-item-current-style5 .thumb img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .thumb img {
    transition: none;
  }
}
.service-item-current-style5 .content {
  background-color: #fff;
  padding: 45px 35px 30px 35px;
  position: relative;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.service-item-current-style5 .content .service-icon {
  background-color: #ffffff;
  border-radius: 50%;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  border: 6px solid #fff;
  top: -55px;
  width: 90px;
  text-align: center;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.4s ease;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .content .service-icon {
    transition: none;
  }
}
.service-item-current-style5 .content .service-icon i {
  color: var(--theme-color1);
  font-size: 38px;
  transition: all 0.4s ease;
  z-index: 3;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .content .service-icon i {
    transition: none;
  }
}
.service-item-current-style5 .content .service-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
  .service-item-current-style5 .content .service-icon::before {
    transition: none;
  }
}
.service-item-current-style5 .content .title {
  line-height: 30px;
}
.service-item-current-style5 .content .title a:hover,
.service-item-current-style5 .content .title a:focus {
  color: var(--theme-color1);
}
.service-item-current-style5:hover .thumb::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service-item-current-style5:hover .thumb::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service-item-current-style5:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-item-current-style5:hover .content .service-icon::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service-item-current-style5:hover .content .service-icon i {
  color: var(--text-color-bg-theme-color1);
}

.service-mouse-hover-cursor-effect .each-service {
  position: relative;
  padding: 25px 0 25px;
  padding-left: 80px;
  border-bottom: 2px solid rgba(240, 240, 240, 0.7);
  transition: all 0.3s ease;
  counter-increment: count;
}
@media (prefers-reduced-motion: reduce) {
  .service-mouse-hover-cursor-effect .each-service {
    transition: none;
  }
}
.service-mouse-hover-cursor-effect .each-service:before {
  content: counter(count) ".";
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  top: 50%;
  z-index: 1;
  color: var(--theme-color1);
  transform: translateY(-50%);
}
.service-mouse-hover-cursor-effect .each-service:nth-child(-n+9):before {
  content: "0" counter(count) ".";
}
.service-mouse-hover-cursor-effect .each-service .service-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title {
  color: #404a52;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:hover,
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:focus {
  color: #000;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  justify-content: center;
  align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:hover, .service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:focus {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
@media (max-width: 767.98px) {
  .service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
    display: none;
  }
}
.service-skin-style1 {
  padding-top: 98px;
  text-align: center;
}
.service-skin-style1 .service-block {
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .service-skin-style1 .service-block {
    padding: 0 30px;
  }
}
.service-skin-style1 .service-block .thumb {
  max-width: 220px;
  margin: 0 auto 24px;
  border: 12px solid #f5f5f5;
  border-radius: 50%;
  margin-top: -98px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-skin-style1 .service-block .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .thumb img {
    transition: none;
  }
}
.service-skin-style1 .service-block .content {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .content {
    transition: none;
  }
}
.service-skin-style1 .service-block .content .title {
  margin-bottom: 20px;
  margin-top: 0;
}
.service-skin-style1 .service-block .content .title a {
  color: #202426;
}
.service-skin-style1 .service-block .content .excerpt {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .service-skin-style1 .service-block .content p {
    margin-bottom: 50px;
  }
}
.service-skin-style1 .service-block .content .btn-link {
  background-color: #f5f5f4;
  border-radius: 35px 35px 0 0;
  color: #303035;
  display: inline-block;
  font-size: 20px;
  padding: 11px 25.25px 3px;
}
.service-skin-style1 .service-block .content .btn-link .shape-circle {
  bottom: 0;
  filter: brightness(0.1);
  left: 50%;
  opacity: 0.2;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .content .btn-link .shape-circle {
    transition: none;
  }
}
.service-skin-style1 .service-block:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-skin-style1 .service-block:hover .title a {
  color: var(--theme-color1);
}
.service-skin-style1 .service-block:hover .content .btn-link {
  background-color: var(--theme-color2);
  color: #fff;
}
.service-skin-style1 .service-block:hover .content .btn-link .shape-circle {
  filter: none;
  opacity: 1;
}

.service-skin-style2 {
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 {
    transition: none;
  }
}
.service-skin-style2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.service-skin-style2 .thumb img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 .thumb img {
    transition: none;
  }
}
.service-skin-style2 .content {
  background-color: #181f2e;
  padding: 40px;
  position: relative;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.service-skin-style2 .content .service-icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 72px;
  left: 0;
  line-height: 72px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 72px;
  text-align: center;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 .content .service-icon {
    transition: none;
  }
}
.service-skin-style2 .content .service-icon i {
  color: #fff;
  font-size: 36px;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style2 .content .service-icon i {
    transition: none;
  }
}
.service-skin-style2 .content .title {
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}
.service-skin-style2 .content .title a:hover,
.service-skin-style2 .content .title a:focus {
  color: var(--theme-color1);
}
.service-skin-style2 .content .excerpt {
  color: #c9d1e5;
}
.service-skin-style2:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-skin-style2:hover .content .service-icon {
  background-color: var(--theme-color2);
}
.service-skin-style2:hover .content .service-icon i {
  color: #fff;
}

.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);
}

.service-skin-style4 .thumb {
  position: relative;
  overflow: hidden;
}
.service-skin-style4 .thumb img {
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style4 .thumb img {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .service-skin-style4 .thumb img {
    width: 100%;
  }
}
.service-skin-style4 .thumb .icon-box {
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 120px;
  position: absolute;
  width: 135px;
  text-align: center;
  line-height: 160px;
  padding-right: 30px;
  z-index: 0;
}
.service-skin-style4 .thumb .icon-box i {
  font-size: 64px;
  color: #fff;
  margin-right: 20px;
  line-height: 1;
}
.service-skin-style4 .thumb .icon-box:before {
  content: "";
  left: -17px;
  height: 100%;
  position: absolute;
  width: 100%;
  transform: skewX(-16deg);
  z-index: -1;
  transition: all 0.5s;
  border-right: 6px solid var(--theme-color1);
  background: var(--theme-color2);
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style4 .thumb .icon-box:before {
    transition: none;
  }
}
.service-skin-style4 .thumb .icon-box .icon-img {
  position: relative;
  top: 30px;
  left: 25px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1199.98px) {
  .service-skin-style4 .thumb .icon-box .icon-img {
    top: 22px;
    width: 50px;
  }
}
.service-skin-style4 .content {
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-top: none;
  padding: 35px;
}
@media (max-width: 767.98px) {
  .service-skin-style4 .content {
    padding: 25px 30px;
  }
}
.service-skin-style4 .content .title a {
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style4 .content .title a {
    transition: none;
  }
}
.service-skin-style4 .content .excerpt {
  margin-bottom: 25px;
}
.service-skin-style4 .content .btn-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style4 .content .btn-link {
    transition: none;
  }
}
.service-skin-style4 .content > :last-child {
  margin-bottom: 0;
}
.service-skin-style4:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-skin-style4:hover .icon-box:before {
  border-right: 6px solid var(--theme-color2);
  background: var(--theme-color1);
}

.service-skin-style5 .tm-service .thumb {
  overflow: hidden;
}
.service-skin-style5 .tm-service .thumb img {
  width: 100%;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style5 .tm-service .thumb img {
    transition: none;
  }
}
.service-skin-style5 .tm-service .content {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
  display: flex;
  padding: 38px 40px 38px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style5 .tm-service .content {
    transition: none;
  }
}
.service-skin-style5 .tm-service .content:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s;
  background-color: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style5 .tm-service .content:after {
    transition: none;
  }
}
.service-skin-style5 .tm-service .content .icon {
  margin-right: 30px;
  line-height: 1;
}
.service-skin-style5 .tm-service .content .icon .icon-img {
  width: auto;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style5 .tm-service .content .icon .icon-img {
    transition: none;
  }
}
.service-skin-style5 .tm-service .content .icon i {
  font-size: 52px;
  color: var(--theme-color1);
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style5 .tm-service .content .icon i {
    transition: none;
  }
}
.service-skin-style5 .tm-service .content .title {
  margin: 0;
  text-transform: uppercase;
}
.service-skin-style5 .tm-service:hover .thumb img {
  transform: scale(1.1);
}
.service-skin-style5 .tm-service:hover .content:after {
  height: 100%;
}
.service-skin-style5 .tm-service:hover .content .icon .symbol-icon {
  filter: brightness(0.25);
}
.service-skin-style5 .tm-service:hover .content .icon i {
  color: #fff;
}
.service-skin-style5 .tm-service:hover .content .title a {
  color: #fff;
}