/* Service Style 3 */
.tstk-service-style-3 .tstk-featured-wrapper img,
.tstk-service-style-3 .tstk-service-icon-wrapper i,
.tstk-service-style-3 .tstk-service-content-wrapper,
.tstk-service-style-3 .themestek-box-content{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tstk-service-style-3 .themestek-post-item{
  margin-top: 20px;
  margin-bottom: 40px;
}

.tstk-service-style-3 .tstk-service-img-wrapper{
  position: relative;
  overflow: hidden; 
  border-radius: 50px 0 0 0;
  margin-top: -20px;
}
.tstk-service-style-3 .themestek-box-content{
  padding: 40px 35px 60px; 
  margin-left: 30px; 
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.tstk-service-style-3 .tstk-service-content-wrapper{
  position: absolute;
  padding: 0 70px;
  z-index: 99;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center; /* align horizontal */ 
  flex-direction: column;
  opacity: 0;
  color: #fff;
}
.tstk-service-style-3:hover .tstk-featured-wrapper img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tstk-service-style-3 .tstk-service-title a:hover{
	color: var(--tstk-industrey-global-color);
}
.tstk-service-style-3 .tstk-service-content{
  padding-top: 20px;
}
.tstk-service-style-3 .tstk-service-title {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.tstk-service-style-3 .tstk-service-title:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 50px;
  height: 4px;
  left: -65px;
  background-color:  var(--tstk-industrey-global-color);
}
.tstk-service-style-3 .tstk-service-icon-wrapper{
  margin-left: 60px; 
}
.tstk-service-style-3 .tstk-service-icon-wrapper i{
  font-size: 60px;
  line-height: 60px;
  color:  var(--tstk-industrey-secondary-color);
}

.tstk-service-style-3:hover .tstk-service-title  a{
    color:  var(--tstk-industrey-global-color);
}
.tstk-service-style-3:hover .tstk-service-icon-wrapper i{
  color:  var(--tstk-industrey-global-color);
}

.tstk-service-style-3 .tstk-service-img-wrapper:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background: var(--tstk-industrey-secondary-color);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
  opacity: 0.50;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.tstk-service-style-3:hover .tstk-service-img-wrapper:after {
  transform: scaleY(1.0);
  opacity: 1; 
}
.tstk-service-style-3:hover .tstk-service-content-wrapper{
  opacity: 1; 
}

.tstk-service-style-3 .tstk-service-content-wrapper{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transition-delay: .2s;
}
.tstk-element-service-style-3.themestek-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    right: 32px;
    margin-top: 35px;
}

.tstk-service-style-3 a.btn-arrow{
  background: var(--tstk-industrey-global-color);
  color: #fff;
}
@media (max-width: 767px){
  .tstk-element-service-style-3.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
    display: none;
  }
  .tstk-service-style-3 .themestek-post-item {
    margin-bottom: 20px;
}
}