.grip_3 .item{
    position: relative;
}
.grip_3 .item .thumb a{
    position: relative;
    display: block;
    overflow: hidden;
}
.grip_3 .item .thumb a img{
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
.grip_3 .item .thumb a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
	transition: all 3s linear;
}

.grip_3 .item .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../../../images/bg_1.png');
    height: 60%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: cover;
}
.grip_3 .item .thumb a:hover::before{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.grip_3 .item img{
    width: 100%;
}
.grip_3 .item .decs{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    transform: translate(0, -30%);
    text-align: center;
    z-index: 13;
}
.grip_3 .item .decs .line_bt a{
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
}
.grip_3 .item .decs .line_bt a{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: 400;
}
.grip_3 .item .decs .line_bt a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    background-color: #00aff0;
}
.grip_3 .item .decs .line_bt a::after{
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    background-color: #00aff0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.grip_3 .item .decs .line_bt a:hover{
    color: #00aff0;
}
.grip_3 .item .decs .line_bt a:hover::after{
    top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
}
.style_slick .slick-list{
    margin: 0px;
}
.style_slick .slick-slide{
    padding: 0px;
}
@media all and (max-width: 991px){
    .grip_3 .item .decs{
        bottom: 10%;
        transform: translate(0, -10%);
    }
    .grip_3 .item .thumb a::before{
        background-repeat: repeat;
        background-size: contain;
    }
}