#z-work-section  {
  width: 100%;
  padding: 0px 0 70px ;
  background: url('../images/bg.jpeg');
  background-size: 100% 100% !important;
  background-attachment: fixed;
}
#z-work-section  h3 {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  color:#fff;
  font-family: 'Noto Sans';
  margin-bottom: 30px;
  text-transform: uppercase;
}
#z-work-section .col-md-4 {
  height: 400px;
  padding: 12px;
   box-sizing: border-box;
}
#z-work-section .col-md-4 .z-box-content {
  background: #fff;
  box-sizing: border-box;
  padding-top: 5px ;
  overflow: hidden;
}
#z-work-section .col-md-4 .z-box-content .z-image {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-size: 100% !important;
  background-repeat: no-repeat;
  position: relative;
}
#z-work-section .col-md-4 .z-box-content .z-image .z-bg {
position: absolute;
width: 100%;
height: 0;
top: -5px;
background: rgba(41,119,155,0.6);
 transition: all ease-in .3s;
-moz-transition: all ease-in .3s;
-ms-transition: all ease-in .3s;
-webkit-transition: all ease-in .3s;
}
#z-work-section .col-md-4 .z-box-content .z-image .icon-search{
font-size: 20px;
display: inline-block;
width: 100%;
position: absolute;
left: -50px;
font-size: 30px;
top: calc(50% - 5px);
color: rgb(212, 63, 58);
 transition: all ease-in .3s;
-moz-transition: all ease-in .3s;
-ms-transition: all ease-in .3s;
-webkit-transition: all ease-in .3s;
cursor: pointer;
}
#z-work-section .col-md-4 .z-box-content:hover .z-bg{
height: calc(100% + 5px);
}
#z-work-section .col-md-4 .z-box-content:hover .icon-search{
 left: calc(50% - 20px);
}
#z-work-section .col-md-4 .z-box-content .z-title {
 display: inline-block;
  width: 100%;
height: 50px;
line-height: 48px;
text-align: center;
font-family: 'Noto Sans';
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid rgba(0,0,0,0.1)
}
#z-work-section .col-md-4 .z-box-content  .z-txt {
display: inline-block;
width: 100%;
padding: 12px;
box-sizing: border-box;
font-family: 'Noto Sans';
font-size: 13px;
text-align: justify;
margin-bottom: 10px
}
#z-work-section .col-md-4 .z-box-content .z-btn {
 display: inline-block;
width: 100%;
height: 45px;
text-align: center;
}