/* Service Style 1 */
.tstk-service-style-1 .tstk-featured-wrapper img,
.tstk-service-style-1 .tstk-service-icon-wrapper i,
.tstk-service-style-1 .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-1 .themestek-post-item{
  margin-bottom: 30px;
}
.tstk-service-style-1 .tstk-service-img-wrapper{
  position: relative;
  overflow: hidden; 
  border-radius: 50px 0 0 0;
}
.tstk-service-style-1 .themestek-box-content{
  position: relative;
  padding: 40px 35px;
  margin-top: -35px;
  margin-left: 30px;
  border-radius: 0 0 50px 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  z-index: 3;
}
.tstk-service-style-1:hover .tstk-featured-wrapper img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tstk-service-style-1 .tstk-service-title a:hover{
	color: var(--tstk-industrey-global-color);
}
.tstk-service-style-1 .tstk-service-content{
  padding-top: 10px;
}
.tstk-service-style-1 .tstk-service-title {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500; 
}
.tstk-service-style-1 .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-1 .tstk-service-icon-wrapper{
  float: right; 
}
.tstk-service-style-1 .tstk-service-icon-wrapper i{
  font-size: 60px;
  line-height: 60px;
  color:  var(--tstk-industrey-secondary-color);
}
.tstk-service-style-1:hover .themestek-box-content{
  background-color:  var(--tstk-industrey-secondary-color);
  color: #fff;
}
.tstk-service-style-1:hover .tstk-service-title  a{
  color: #fff;
}
.tstk-service-style-1:hover .tstk-service-icon-wrapper i{
  color:  var(--tstk-industrey-global-color);
}
.tstk-element-service-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
  position: absolute;
  right: 25px;
}
.tstk-service-style-1:hover  a.btn-arrow{
  background-color:  var(--tstk-industrey-global-color);
  border-color:  var(--tstk-industrey-global-color);
  color: #fff;
}
@media (max-width: 767px){
  .tstk-element-service-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
    display: none;
  }
}
/*===== RTL =====*/
body.rtl .tstk-service-style-1 .tstk-service-title{
  font-size: 20px;
}
body.rtl .tstk-service-style-1 .tstk-service-img-wrapper{
  border-radius: 0px 50px 0 0;
}
body.rtl .tstk-service-style-1 .themestek-box-content{
  margin-left: 0;
  margin-right: 30px;
  border-radius: 0 0px 0px 50px;
}
body.rtl .tstk-service-style-1 .tstk-service-title:after{
  left: inherit;
  right: -65px;
}
body.rtl .tstk-element-service-style-1.themestek-element-viewtype-carousel .owl-carousel .owl-dots{
  left: 25px;
  right: inherit;
}