
/** ADD YOUR AWESOME CODES HERE **/

/*=============Our History===============*/
.history_heading {
    padding-bottom: 20px !important;
    background-color: #ffffff !important;
}
.company_history {
	padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 10px !important;
    background-color: #ffffff !important;
    position: relative;
}
.company_history > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.company_history > ul > li {
    margin: 0;
}
.company_history > ul > li .year {
    font-size: 20px;
    font-weight: 700;
    color: #373a36;
    line-height: 28px;
    letter-spacing: -0.04em;
    display: table-cell;
}
.company_history > ul > li .sep {
    position: relative;
    display: table-cell;
    width: 80px;
}
.company_history > ul > li .sep:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: -5px;
    width: 1px;
    background: rgba(0, 0, 0, 0.48);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.company_history > ul > li .sep:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #00bbff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.company_history > ul > li .company_history_text {
    display: table-cell;
    padding: 0 0 0px;
}
