/*foundation_02*/
#foundation_02 {
	background-color: rgba(238, 238, 238, 0.3);
}
#foundation_02 .burger-process-wrp h4{
	display: inline-block;
    border-radius: 25px;
    padding: 5px;
    font-size: 16px;
    position: absolute;
    right: 25%;
    width: 50%;
    background-color: #f11010;
    color: #fff;
    text-align: center;
}
#foundation_02 .burger-process-wrp .burger-process{
	border: 1px solid #000;
    margin-top: 15px;
    padding-top: 40px !important;
    padding: 25px;
	text-align: center;
	font-size: 17px;
	min-height: 240px;
	color: #222;
}
#foundation_02 .burger-process-wrp .burger-process span{
	display: block;
	color: #999999;
	line-height: 17px;
    font-size: 13px;
}
#foundation_02 .burger-process-wrp ul li:after{
	border-color: transparent transparent transparent rgba(223, 61, 50, 0.77);
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    width: 0;
}
#foundation_02 .burger-process-wrp ul li:after{
	border-color: transparent transparent transparent rgba(223, 61, 50, 0.77);
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    width: 0;
}
#foundation_02 .burger-process-wrp ul li:last-child:after{
	border-color: transparent;
}
@media only screen and (max-width:768px){
    #foundation_02 .burger-process-wrp ul li:after{
		border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent;
		bottom: -7px !important;
		top: inherit !important;
		right: 48% !important;
	}
    #foundation_02 .burger-process-wrp ul li:last-child:after{
        border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent ;
    }
    #foundation_02 .burger-process-wrp ul.last-process li:last-child:after{
        border-color: transparent;
    }
}