.center-title .center-line {
    width: 40px;
    height: 3px;
    display: block;
    background-color: #20a9e9;
    margin: 0 auto 5px
}

.center-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px
    padding-bottom: 40px;
    text-align: center
}

.center-title2 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -1px
    padding-bottom: 40px;
    text-align: center
}


#services {
    padding-top: 50px;
    padding-bottom: 50px
}

.special-feature h4 {
    text-transform: uppercase
}



.special-feature .section-title hr {
    border-color: #333
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #20a9e9
}

.special-feature h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    font-weight: 700;
    color: #777
}

.special-feature .mask-top {
    width: 100%;
    background-color: #fff;
    padding: 55px 0;
    position: absolute;
    top: 0;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.special-feature .mask-bottom,
.special-feature .s-feature-box:hover .mask-top {
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.special-feature .mask-top-1 {
    width: 100%;
    background-color: #fff;
    padding: 55px 0;
    position: absolute;
    top: 20px
}

.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px
}

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    transition: all .3s ease-out 0s
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    background-color: #fff;
    margin-bottom: 20px;
    cursor: pointer
}

.special-feature .mask-bottom {
    color: #333;
    padding: 20px 15px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    transition: all .3s ease-out 0s
}

.special-feature .mask-bottom p {
    padding: 0 5px;
    font-size: 13px
}

.special-feature .mask-bottom h4 {
    margin: 15px 0 17px
}

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px
}