    .features-area {
        padding: 40px 0 70px;
    }
    
    .single-feature {
        text-align: center;
        margin-top: 30px;
        padding: 30px 15px;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        background: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        border-top: 3px solid transparent;
        transition: all 0.4s ease;
    }
    
    .single-feature:hover,
    .single-feature.active {
        border-top-color: #1A9F68;
    }
    
    .single-feature:hover {
        transform: scale(1.03);
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    }
    
    .single-feature .icon-head i {
        color: #f3a712;
        width: 90px;
        height: 90px;
        line-height: 90px;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 100%;
        font-size: 34px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .single-feature.active .icon-head i,
    .single-feature:hover .icon-head i {
        background: #1A9F68;
        color: #fff;
        border-color: transparent;
    }
    
    .single-feature .icon-head i::after {
        position: absolute;
        width: 20px;
        height: 2px;
        z-index: 3;
        opacity: 1;
        line-height: 20px;
        background: #f3a712;
        border-radius: 25px;
        left: 50%;
        bottom: 19px;
        content: "";
        margin-left: -10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .single-feature.active .icon-head i:after,
    .single-feature:hover .icon-head i:after {
        background: #fff;
    }
    
    .single-feature h4 {
        margin: 15px 0;
        line-height: inherit;
    }
    
    .single-feature h4 a {
        font-size: 18px;
        color: #09516c;
        display: inline-block;
    }
    
    .single-feature p {
        font-size: 12px;
    }
    
    .bizwheel-btn.theme-2 {
        text-align: center;
        margin: 0;
        padding: 10px 12px;
        background: #f3a712;
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-weight: 700;
        border-radius: 7px;
        text-transform: capitalize;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: inline-block;
        border: 2px solid transparent;
        margin-right: 15px;
    }
    
    .single-feature .button {
        margin-top: 15px;
    }
    
    .single-feature .button .bizwheel-btn {
        background: transparent;
        color: #666;
        padding: 0;
        height: auto;
        box-shadow: none;
        line-height: initial;
        border: none;
        font-size: 10px;
    }
    
    .single-feature .button .bizwheel-btn i {
        margin-right: 10px;
        background: #09516c;
        color: #fff;
        width: 25px;
        border-radius: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .single-feature.active .bizwheel-btn i,
    .single-feature:hover .bizwheel-btn i {
        color: #fff;
        background: #1A9F68;
    }
    /*======================================
	End Features CSS
========================================*/