.service-provide-section {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}

.service-provide-section::after {
    content: url(../img/service-l-1.png);
    position: absolute;
    bottom: -8px;
    left: -5px;
    z-index: 1;
}

.service-provide-section::before {
    position: absolute;
    top: -5px;
    right: -5px;
    content: url(../img/service-r-1.png);
    z-index: 1;
}

.service-text {
    margin-top: 50px;
    margin-bottom: 45px
}

.bizway-service-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 5px;
    text-align: center
}

.bizway-service-box::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 0;
    background-image: url(../images/img-v6/sercices-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.bizway-service-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    background-color: #1e2f41;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s
}

.bizway-service-box .bizway-service-box-bottom {
    position: absolute;
    bottom: 0;
    width: 0;
    background-color: #2ed9f5;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    border-radius: 5px
}

.bizway-service-box:hover::before {
    opacity: 1;
    height: 100%
}

.bizway-service-box:hover::after {
    opacity: .8;
    height: 100%;
    bottom: 0
}

.bizway-service-box:hover h3 a {
    color: #fff
}

.bizway-service-box:hover p {
    color: #cfcbcb
}

.bizway-service-box:hover .bizway-service-box-bottom {
    opacity: 1;
    width: 80%
}

.bizway-service-box .services-icon {
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 30px;
    background-color: transparent;
    text-align: center;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto
}

.bizway-service-box h3 {
    margin-bottom: 10px
}

.bizway-service-box h3 a {
    color: #1e2f41;
    display: block
}

.bizway-service-box p {
    margin-bottom: 15px
}

.service-view-btn {
    margin-bottom: 30px
}

.service-view-btn .view-btn {
    padding: 11px 35px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #1e2f41;
    color: #1e2f41;
    -webkit-transition: .7s;
    transition: .7s
}

.service-view-btn .view-btn:hover {
    background-color: #1e2f41;
    color: #fff
}

.services-btn-snd a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #2ed9f5;
    color: #1e2f41;
    border-radius: 50%;
}

.services-btn-snd a:hover {
    background: #1e2f41;
    color: #fff;
}

.services-btn-snd {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
}