.time-line{
    height: 500px;
    width: 100%;
    -ms-background-position-y: bottom;
    background-position-y: bottom;
    margin-top: 18px;
    position: relative;
    background:url('../images/about/bg-about-line.jpg') no-repeat !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about/bg-about-line.jpg',sizingMethod='scale'); 
}
.time-line>ul{
    list-style: none;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0;
    padding: initial;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.time-line>ul>li{
    float: left;
}
.line{
    width: 98%;
    /* position: absolute; */
    top: 50%;
    height: 3px;
    margin-top: 2px;
    border-bottom: 3px solid #2b9ae2;
    /* margin-left: 10%; */
}
.line-before,.line-after{
    background: url(../images/about/line-before.png) top no-repeat;
    width: 7px;
    height: 7px;
    /* position: absolute; */
    left: 10%;
    /* top: 49.5%; */
}
.time-line-content-top ul {
    margin-left: -50px;
}
.time-line-content-bottom ul {
    margin-left: 50px;
}
.time-line-content-bottom .line-title {
    padding-top: 50px;
    margin-right: -100px;
}
.line-after{
    right: 10%;
    left: auto;
}
.time-line-content-bottom{
    width: 250px;
    height: 150px;
    margin-top: -3.5px;
    border-left: 1px solid #90c31f;
    position: relative;
}
.line-circle-bottom{
    background: url(../images/about/2.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    top: -7px;
    left: -7px;
    z-index: 1;
    font-weight: 300;
}
.line-background-bottom{
    background: url(../images/about/green.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: -60px;
    left: -30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.time-line-bottom>li{
    margin-left: 10%;
    width: 20%;
}
.time-line-top>li{
    margin-bottom: -3.5px;
    width: 20%;
    margin-left: 10%;
}
.line-circle-top{
    background: url(../images/about/1.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    bottom: -7px;
    right: -7px;
    z-index: 1;
    font-weight: 300;
}
.time-line-content-top{
    margin-top: 40%;
    width: 250px;
    height: 150px;
    border-right: 1px solid #2b9ae2;
    position: relative;
}
.line-background-top{
    background: url(../images/about/blue.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -60px;
    right: -30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.line-title{
    list-style: none;
    padding:inherit;
    line-height: 22px !important;
    /* padding-left: 5px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 12px; */
    /* padding: 10px ; */
}
.time-line-content-top>div{
    display: table-cell;
    height: 120px;
    vertical-align: bottom;
}
.wp-theme-3 .section-title {
    /*margin: 0 0 15px 0;*/
    padding: 20px 0 5px 0;
    font-size: 19px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
