.flow_development{
    margin-top: 30px;
}
.flow_development .row{
    background: #ECECEC;
}
.flow_development .title{
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 30px 0px;
    font-weight: bold;
    color: #333;
}

.flow_development .border{
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.flow_development .title_item{
    background: #E57E21;
    padding: 7px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    margin-top: -20px;

}
.flow_development .title_item .visible-xs{
    padding: 0px 7px;
}
.flow_development .item{
    padding: 30px 0px 0px;
    text-align: center;
}
.flow_development .item .desc{
    padding: 15px 0px 0px;
    margin: 0px -25px;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    color: #333;
}
.flow_development .column:after{
    content: '';
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #E57E21;
    display: inline-block;
    position: absolute;
    top: calc(50% + 17px);
    right: -15px;
    background-position: 36px -2px;
    margin-top: -35px;
}
.flow_development .column:last-child:after{
    display: none;
}

@media (min-width: 768px){
    .flow_development .item.one{
        margin: calc(50% + 66px) 0px;
        padding: 15px 0px;
    }
    .flow_development .item .desc{
        font-size: 15px;
    }
}
@media (min-width: 992px){
    .flow_development .item.one{
        padding: 0px;
    }
}
@media (min-width: 1200px){
    .flow_development .item .one{
        margin: calc(50%) 0px;
        padding: 0px;
    }
}
@media (max-width: 767px){
    .flow_development .column{
        padding: 0px;
        margin: 0px 0px 60px;
    }
    .flow_development .column .col-xs-4{
        width: 37%;
    }
    .flow_development .title_item{
        padding: 50% 12px;
        margin: 0px;
        text-align: center;
        max-width: 40px;
        min-width: 30px;
    }
    .flow_development .item{
        padding: 0px;
    }
    .flow_development .column:after{
        content: '';
        
        width: 30px;
        height: 32px;
        display: inline-block;
        position: absolute;
        bottom: -40px;
        top: inherit;
        left: 50%;
        background-position: 36px -2px;
        margin-left: -15px;
        -ms-transform: scale(1.2) rotate(90deg); /* IE 9 */
        -webkit-transform: scale(1.2) rotate(90deg); /* Chrome, Safari, Opera */
        transform: scale(1.2) rotate(90deg);
    }
    .flow_development .title{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .flow_development .border{
        border: none;
        padding: 0px
    }
    .flow_development .item .desc{
        font-size: 12px;
    }
}


/**/
.trapezoid{
    text-align: right;
    position: relative;
    display: block;
}
.trapezoid img {
   
    height: auto;
}
.trapezoid-1{
}
.trapezoid-2{
}
.trapezoid-3{
    margin-bottom: 30px;
}
.trapezoid .text{
    position: absolute;
    top: 20%;
    right: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.developteam .chart2{
    background: url(/img/app/chart1.png) no-repeat;
       background-size: cover !important;
    font-size: 38px;
    display: inline-block;
    line-height: 50px;
    padding: 50px;
    color: #fff;
    text-align: center;

}
.developteam .column{
    text-align: center;
}
@media (min-width: 480px){
    .trapezoid .text{
        font-size: 20px;
        line-height: 22px;
    }
}
@media (min-width: 768px){
    .developteam .column.left{
        text-align: right;
    }
    .developteam .column.right{
        text-align: left;
    }
}
@media (min-width: 992px){
    .developteam .chart2{
        font-size: 44px;
    }
    .web .developteam .chart2, .system .developteam .chart2{
    	font-size: 50px;
    }
}

.list_example .title p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
}
.list_example .images{
	display: flex;
	align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
}

.list_example .text p{
	font-size: 20px;
    color: #000000;
    font-weight: bold;
}


.list_example .images .img{
    margin: auto auto;
    text-align: center;
    padding: 5px 5px 30px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.list_example .text ul{
	color: #333;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	padding-left: 17px;
}
.list_example .item{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.list_example .item:last-child{
	border-bottom: none;
	padding-bottom: 40px;
}

.list_example ul li {
	font-size: 12px;
    list-style: initial;
}

.list_example ul li span{
	font-size: 18px;
	color: #333;
    line-height: 22px;
}
.error-msg {
    padding: 30px 0 80px;
    text-align: center;
}
.error-msg h1 {
    font-size: 30px;
    line-height: 40px;
    color: #E67B22;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 20px;
}
.error-msg h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
}
.error-msg .link-top-page{
    padding-top: 50px;
}

.error-msg .link-top-page a{
    color: #E67B22;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.error-msg .tg{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #E57E21;
    display: inline-block;
    position: absolute;
    left: -25px;
}

@media (max-width: 767px){
    error-msg{
        padding-top: 0px;
    }
    .error-msg h1 {
        padding: 0px;
        font-size: 24px;
    }
    .error-msg h2{
        font-size: 18px;
    }
}