.features-area{
position: relative;
display: block;
background: #f3f3f4;
min-height: 575px;
}
.features-area .container-fullwidth{
position: relative;
display: block;
}
.features-content-box {
position: relative;
display: block;
max-width: 470px;
width: 100%;
padding: 47px 0px 48px;
}
.features-content-box .title{
position: relative;
display: block;
padding-bottom: 33px;
}
.features-content-box .title h2{
font-size: 32px;
line-height: 40px;
font-weight: 700;
text-transform: uppercase;
}
.features-content-box p{
font-size: 16px;
line-height: 30px;
margin: 0;
}
.features-content-box ul{
position: relative;
display: block;
overflow: hidden;
padding-top: 21px;
}
.features-content-box ul li{
font-size: 16px;
line-height: 30px;
font-weight: 400;
margin-bottom: 21px;
}
.features-content-box ul li:last-child{
margin-bottom: 0;
}
.features-content-box ul li span::before {
position: relative;
display: inline-block;
padding-right: 17px;
font-size: 18px;
top: 2px;
}
.features-content-box .button{
position: relative;
display: block;
padding-top: 61px;
}
.features_bg_image {
position: absolute;
overflow: hidden;
top: 0;
right: 0;
bottom: 0;
max-width: 50%;
width: 100%;
height: 575px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.features_bg_image:before{
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.features_bg_image:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}