.row{
    margin: 0;
}
.apps-holder{
    display: flex;
    flex-flow: row wrap;
}
.apps-item-box{
    width: 25%;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media screen and (max-width:576px) {
    /* home stage */
    .welcome-area .welcome-content{
        padding-top: 150px;
    }
    .welcome-area .welcome-content .apps{
        padding-top: 0;
        margin-top:0 ;
    }
    .apps-container .container-fluid{
        padding: 0;
    }
    .apps-holder{
        justify-content: space-between;
    }
    .apps-item-box{
        width: 21%;
        margin-bottom: 4%;
    }
    .apps-item-box .app-item{
        padding: 0!important;
        margin: 0!important;
    }
    /* home features */
    .features li{
        display: flex;
        flex-direction: column;
    }
    .features li .count{
        float: unset!important;
        display: flex;
        width: 100%;
        flex-direction: row;
        position: relative;
        min-height: unset;
    }
    .features li .count span{
        margin: 0;
    }
    .features li .dots-img{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        margin: 0;
        width: 86px;
        position: absolute;
        right: 57px;
        top: -30px;
    }
    .features li .text{
        padding: 0;
        width: 100%;
    }
    .features li .text .title{
        margin-top: 20px;
    }
    .features li:last-child{
        margin-bottom: 0;
    }
    /* home blog */
    .blog-title{
        margin: 0!important;
    }
    .blog-post-thumb h3, .blog-post-thumb h3 a{
        width: 100%;
    }
    .blog-post-thumb .btn-primary-line{
        width: 100%;
    }
    .blog-item-box{
        margin-bottom: 30px;
    }
    .blog-item-box:last-child{
        margin-bottom: 0;
    }
    /* about us parallax */
    .parallax1 .info.rtl-text p{
        font-size: 18px;
    }
    .ur-values-holder{
        padding: 0;
    }
    .ur-values-holder .ur-values-item{
        width: 100%;
    }
    .ur-values-holder .center-text2{
        height: auto;
    }
    .ur-values-holder .center-text2 p{
        margin: 0!important;
    }
    /* contact us */
    .map-wrapper .contact-info{
        height: auto;
        padding-bottom: 55px;
    }
    /* maintenance */
    .maintenance-wrapper{
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .maintenance-holder{
        width: 100%;
    }
    .maintenance-wrapper .height.row{
        margin: 0;
    }
    .maintenance-wrapper .height.row{
        flex-direction: column;
    }
    .maintenance-wrapper .image-svg{
        width: 90%;
    }
    .maintenance-wrapper .image-svg svg{
        height: auto;
    }
    .maintenance-wrapper .text-page{
        width: 90%;
        text-align: center;
        margin-top: 30px;
    }
    .maintenance-wrapper .color-title{
        font-size: 25px;
        text-align: center;
    }
    .maintenance-wrapper .worst{
        font-size: 45px;
        line-height: unset;
        text-align: center;
    }
    .maintenance-wrapper .paragraph{
        font-size: 15px;
        line-height: unset;
        margin: 20px 0;
    }
    .maintenance-wrapper .page-avail{
        width: 100%;
        margin: 0;
    }
    .maintenance-wrapper footer{
        padding: 0;
        margin-top: 30px;
    }
}