/* Home Three Work */
.work-slider .single-slider {
    position: relative;
    margin: 0 10px;
}
.work-slider .slide-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
}
.work-slider .slide-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 2px;
}
.work-slider .slider-hover a {
    color: #FFF;
}
.work-slider .slider-hover {
    background: #F3A712;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.work-slider .single-slider:hover .slider-hover {
    padding: 40px 35px 25px;
    height: auto;
}
/* End Home Three Work */