#web-solutions{
    padding: 85px 0 20px;
}

.web-solutions-block{
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.web-solutions-item{
    width: calc(20% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    min-height: 300px;
    margin-bottom: 20px;
}

.web-solutions-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
    background: linear-gradient(150.24deg, #60EAFC 0%, #03BBD3 84.31%), linear-gradient(0deg, #03BBD3, #03BBD3);
}

.web-solutions-item::after{
    content: '';
    position: absolute;
    background-image: url(../img/services-web-application-development/dots.svg);
    background-repeat: no-repeat;
    width: 58px;
    height: 182px;
    top: -10px;
    right: 20px;
    z-index: 1;
}

.web-solutions-item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.web-solutions-item .block-info{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25px 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}

.web-solutions-item h5{
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.web-solutions-item .details-link{
    font-size: 14px;
    display: inline-block;
    color: #FFFFFF;
    position: relative;
    padding-left: 45px;
}

.web-solutions-item .details-link::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 37px;
    height: 2px;
    background-color: #fff;
}


#services-providers{
    padding: 60px 0 20px;
}

.services-providers-block{
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.services-providers-block .services-providers-item{
    width: calc(33.3333% - 100px);
    /* margin-left: 50px;
    margin-right: 50px; */
    text-align: left;
    margin-bottom: 55px;
}

.services-providers-item .icon-wrap{
    width: 141px;
    height: 86px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-image: url(../img/services-web-application-development/providers-dots-icon.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 28px;
}

.services-providers-item p{
    font-size: 16px;
    line-height: 25px;
    color: #5C5C5C;
}

#core-custom{
    padding: 30px 0 20px;
}

.core-custom-block{
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.core-custom-item{
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DFE5E6;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px #DFE5E6;
    margin-bottom: 20px;
}

.core-custom-item h5{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #03BBD3;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.core-custom-item p{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #5C5C5C;
    padding-left: 20px;
    padding-right: 20px;
}

.container-services{
    width: 1296px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.banner_web_dev .container-services{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 544px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}


#process-flow{
    padding: 60px 0 35px;
}

.process-flow-block{
    position: relative;
    margin-top: 50px;
    min-height: 970px;
}

.process-flow-block::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 854px;
    height: 982px;
    background-image: url(../img/services-web-application-development/process-line.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.process-flow-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    min-height: 163px;
    z-index: 1;
    position: relative;
}

.process-flow-item .process-flow-number {
    font-weight: bold;
    font-size: 100px;
    line-height: 122px;
    color: #EEEFF1;
}

.process-flow-item h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #03BBD3;
    text-align: left;
    margin-bottom: 20px;
}

.process-flow-text-box{
    max-width: 470px;
}

.process-flow-item p{
    font-size: 14px;
    line-height: 25px;
    color: #5C5C5C;
}

.process-flow-item-right{
    justify-content: flex-end;
}

.process-flow-item-right .process-flow-number{
    margin-right: 100px;
}

.process-flow-item-left{
    justify-content: flex-start;
}

.process-flow-item-left .process-flow-number{
    margin-left: 100px;
}

.process-flow-start-box, .process-flow-end-box{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #03BBD3;
    display: inline-block;
    position: absolute;
}

.process-flow-start-box{
    padding-right: 75px;
    top: -16px;
    left: 0;
}

.process-flow-end-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    bottom: -16px;
    right: 0;
}

.process-flow-start-box::after{
    content: '';
    background-image: url(../img/services-web-application-development/poly.svg);
    background-repeat: no-repeat;
    width: 61px;
    height: 15px;
    right: -33px;
    top: calc(50% - 7px);
    position: absolute;
}

.process-flow-end-box::after{
    content: '';
    background-image: url(../img/services-web-application-development/poly.svg);
    background-repeat: no-repeat;
    width: 61px;
    height: 15px;
    right: 150px;
    top: calc(50% - 7px);
    position: absolute;
}



/* #latest-developments{
    padding:40px 0 0;
} */
.developnets-slider{
    position:relative;
    margin:24px 0 22px;
}
.developnets-swiper {
    padding: 0 0 60px;
}
.developnets-img img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    object-position: center;
}
.developnets-text {
    background: #fafafa;
    padding: 25px 25px 26px 24px
}
.developnets-name {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}
.developnets-technology{
    display:flex;
    margin:22px 0 0 ;
}
.developnets-technology a{
    margin-right:16px;
}
.developnets-technology a img{
    width:32px;
}
.explore-project {
    display:block;
    margin: 21px 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #03BBD3;
    position:relative;
}
.explore-project:after{
    content:'';
    background-image:url(../img/icons/blue-arrow.svg);
    width:8px;
    height:16px;
    background-size:cover;
    position:absolute;
    left: 145px;
    top: -2px;
}
.developnets-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #E3E3E3;
}
.developnets-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #ffffff;
    border: 2px solid #03BBD3;
    position:relative;
    top:1px;
}
.button-view-all{
    margin:auto;
}
.developnets-arrow{
    position:absolute;
    top:120px;
    width:20px;
    height:34px;
    cursor:pointer;
    background-image:url(../img/icons/arrow-slider-gray.svg);

}
.developnets-arrow-left{
    left:-45px;
}
.developnets-arrow-right{
    right:-45px;
    transform:rotate(180deg);
}


@media (max-width:1280px){
    .web-solutions-item{
        width: calc(25% - 24px);
    }
    .process-flow-block::before{
        display: none;
    }
    .process-flow-start-box, .process-flow-end-box{
        display: none;
    }
    .process-flow-block{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .process-flow-item{
        margin-bottom: 30px;
    }
    .process-flow-item-right{
        justify-content: flex-start;
    }
    #process-flow{
        padding-bottom: 30px;
    }
}

@media (max-width:1199px){
    .banner_web_dev .container-services {
        height: auto;
        min-height: 410px;
    }
}

@media (max-width: 991px) {
    .web-solutions-item{
        width: calc(33.3333% - 24px);
    }
    .services-providers-block .services-providers-item{
        width: calc(50% - 100px);
    }
    .core-custom-item{
        width: calc(50% - 24px);
    }
    .banner_web_dev .container-services {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .web-solutions-item{
        width: calc(50% - 24px);
    }
    .process-flow-item-right .process-flow-number{
        margin-right: 40px;
    }
    .process-flow-item-left .process-flow-number{
        margin-left: 40px;
    }
    
}

@media (max-width: 720px) {
    .banner_web_dev .container-services {
        display: block;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .banner_web_dev .button-blue{
        margin: 15px auto 0;
    }
    .banner_web_dev h1{
        text-align: center;
        display: block;
    }
    .banner_web_dev .img_banner{
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .web-solutions-item{
        width: 100%;
    }
    .services-providers-block .services-providers-item{
        width: 100%;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 30px;
    }
    .core-custom-item{
        width: 100%;
    }
    .process-flow-item{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .process-flow-item-right .process-flow-number, .process-flow-item-left .process-flow-number{
        margin: 0;
    }
    .process-flow-item h5{
        text-align: center;
    }

    .process-flow-item-left{
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .process-flow-item{
        margin-bottom: 20px;
    }
}