/*work page*/


.work-box {
    border: 1px solid #ccc;
    padding: 10px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
}


.work-content h3 {
    text-align: center;
    color: #010101;
    text-transform: uppercase;
    font-family: 'Butler_Regular';
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
}

.work-content p {
    text-align: center;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 14px;
    color: #616174;
}


.work-thumnail figure{
 width:100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.work-thumnail figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          width: 100%;
}

.work-thumnail figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.videoaccess {
    background: #333;
    padding: 18px;
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    margin: 0;
   padding: 10px;
}

.videoaccess p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}

.video-icon {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}


.video-icon a {
    text-decoration:none;
    color: #fff;
}

/*responsive*/

@media (min-width: 1500px){
 

}


