/*-----------------------------------------------------------------------------------

    Template Name: Aievari - HYIP Investment Business HTML Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/
.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border:1px solid #E6922E;
}
.support-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(233,146,46,0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.support-images {
    float: left;
    font-size: 44px;
    color: #E6922E;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #E6922E;
    text-align: center;
    margin-right: 30px;
    border-radius: 50%;
}
.support-content {
    padding-left: 100px;
}
.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #151b2c;
}
.support-content p {
    margin-bottom: 0px;
}
.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}
.support-services:hover .support-images {
    transition: 0.4s;
    color: #fff;
     border: 1px solid #fff;
}
.support-services:hover .support-content h3, .support-services:hover .support-content p {
    color: #fff;
}