.taxi-app-developement-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 20px
}

.pattern-img1 {
    background-image: url(../img/screen/taxi-back1.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat
}

.pattern-img2 {
    background-image: url(../img/screen/taxi-back2.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 423px;
    height: 328px;
    background-position: right top;
    background-repeat: no-repeat
}

.pattern-img3 {
    background-image: url(../img/screen/pattern-3.png);
    position: absolute;
    left: 0;
    top: -420px;
    width: 552px;
    height: 552px;
    background-repeat: no-repeat;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

@keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.pattern-img4 {
    background-image: url(../img/screen/taxi-pattern.png);
    position: absolute;
    left: 58%;
    top: 180px;
    width: 215px;
    height: 215px;
    background-repeat: no-repeat
}

.pattern-img5 {
    background-image: url(../img/screen/taxi-back3.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 702px;
    height: 607px;
    background-repeat: no-repeat
}

.pattern-img6 {
    background-image: url(../img/screen/pattern-7.png);
    position: absolute;
    right: 0;
    top: 60%;
    width: 336px;
    height: 394px;
    background-repeat: no-repeat
}

.image-column .inner-column {
    position: relative;
    margin-right: -150px;
    padding-top: 0;
    text-align: right;
    margin-top: -50px
}

.image-column .image {
    position: relative;
    margin-left: 160px;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.image-column img {
    position: relative;
    width: auto;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

.image-column .image-two {
    position: absolute;
    left: 0;
    top: 145px !important;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

.image-column img {
    position: relative;
    width: auto
}

.work_process_col {
    position: relative;
    text-align: center;
    float: left;
    width: 100%
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 40px
}

.step-icon {
    background: #fff;
    color: #333;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    line-height: 112px;
    font-size: 40px;
    text-align: center;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06)
}

.step-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px 0 #f0eaf5;
    color: #1c5ffd;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.arrow-svg-img {
    position: absolute;
    width: 100%;
    bottom: -216px
}

#svgC {
    margin: 0 auto;
    width: 100%
}

.step-desc h4 {
    margin-bottom: 15px
}

.inner-column {
    position: relative;
    padding-left: 45px
}

.service-specifcation {
    margin-top: 0
}

.service-specifcation .education-app-category .catering-sol-col {
	min-height: 400px;
}

@media only screen and (max-width:1199px) {
    .step-icon {
        width: 100px;
        height: 100px;
        line-height: 100px
    }

    .step-desc h4 {
        font-size: 20px
    }

    .arrow-svg-img {
        bottom: -176px
    }
}

@media only screen and (max-width:991px) {
    .step-num-box {
        margin-bottom: 16px
    }

    .work_process_col {
        margin-bottom: 30px
    }

    .step-icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
        line-height: 80px
    }

    .step-num {
        font-size: 15px;
        font-weight: 500;
        height: 30px;
        line-height: 35px;
        width: 30px
    }

    .step-desc h4 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .step-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain
    }
}

@media only screen and (max-width:767.98px) {
    .step-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain
    }
}