/* Service Style 4 */
.tstk-service-style-4 .tstk-service-icon-wrapper i,
.tstk-service-style-4 .themestek-box-content:before{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tstk-service-style-4 .themestek-post-item{
  margin-bottom: 40px;
  border-right:1px solid var(--tstk-industrey-light-bg-color);
}
.tstk-service-style-4 .tstk-service-icon-wrapper img{
  width: 60px !important;
  height: 60px;
  margin-bottom: 8px;
}
.tstk-service-style-4 .themestek-box-content{
  position: relative;
  padding: 50px 40px;
  background: #fff;
  z-index: 3;
  text-align: center;
}
.tstk-service-style-4 .themestek-box-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  z-index: -1;
  bottom: 0px;
  display: inline-block;
  transition: all 500ms ease;
  background-color: var(--tstk-industrey-blackish-color);
}
.tstk-service-style-4:hover .themestek-box-content:before{
 height: 100%;
 top: 0;
}
.tstk-service-style-4 .tstk-service-title a:hover{
	color: var(--tstk-industrey-global-color);
}
.tstk-service-style-4 .tstk-service-content{
  padding-top: 20px;
}
.tstk-service-style-4 .tstk-service-title {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0px;
  padding: 20px 40px 25px;
}
.tstk-service-style-4 .tstk-service-title:after {
  position: absolute;
  content: "";
  bottom:0;
  width: 50px;
  height: 4px;
  left: 50%;
  margin-left: -25px;
  background-color:  var(--tstk-industrey-global-color);
}
.tstk-service-style-4 .tstk-service-icon-wrapper i{
  font-size: 60px;
  line-height: 60px;
  color:  var(--tstk-industrey-secondary-color);
}
.tstk-service-style-4:hover .tstk-service-title  a{
  color: #fff;
}
.tstk-service-style-4:hover .tstk-service-icon-wrapper i{
  color:  var(--tstk-industrey-global-color);
}
.tstk-service-style-4:hover  a.btn-arrow{
  background-color:  var(--tstk-industrey-global-color);
  border-color:  var(--tstk-industrey-global-color);
  color: #fff;
}
.tstk-element-service-style-4  .row > .tstk-service-style-4:last-child .themestek-post-item{
  border: none;
  border-radius: 0px 50px 0px 0px;
  overflow: hidden;
}

/*====== RTL ======*/
body.rtl .tstk-element-service-style-4 .row > .tstk-service-style-4:last-child .themestek-post-item{
  border-radius: 50px 0 0 0;
}
body.rtl .tstk-service-style-4 .tstk-service-title{
  font-size: 20px;
}