/*feature 1*/


#feature1.featureone {
    
    padding: 60px 0px;

}

.featureone {
    background: #eeeeee;
}


#feature1 .feature {
    
    text-align: center;

}

.index section {
    padding: 60px 0px;
    width: 100%;
}

#feature1 .feature .featureicon {
    background: #25bce9;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 125px;
    height: 120px;
    display: inline-block;
    border: 8px solid transparent;
    cursor: pointer;
}

#feature1 .feature .featureicon:hover {
    border-color: #ade8fa;
}

#feature1 .feature .featureicon i {
    font-size: 48px;
    line-height: 110px;
    color: #fff;
}

#feature1 .feature .headline {
    
    font-weight: 500;
    color: #444444;
    margin-bottom: 12px;
    font-size: 18px;
    margin-top: 24px;
    position: relative;
    padding-bottom: 16px;
    line-height: 18px;
    letter-spacing: 0.1px;
}


#feature1 .feature .headline:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    height: 1px;
    background: #c2c2c2;
}
#feature1 .feature .subline {    
font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-top: 7px;
    font-weight: 400;
}

.feature .btn-readmore {
    margin-top: 18px;
}
.btn-readmore {
    border: 1px solid #25bce9;
    border-radius: 3px;
    color: #25bce9;
    display: inline-block;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-readmore:hover {
    background: #25bce9;
    color: #fff;
}

/* /feature 1*/
