.space{
	margin-top:20px !important;
}
ul.form-tab {
    margin: 1em 0 0;
}
ul.form-tab li {
    display: inline-block;
    padding: 0.5em 0.8em;
    transition: 0.2s all ease;
    border-bottom: 0px;
    font-weight: 400;
}
ul.form-tab li.active {
    border-bottom: 2px solid red !important;
    font-weight: 600;
}

.news-content h2:after {
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    border-left: 3px solid #b41749;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-data::before {
	border: 3px #10ade1 solid !important;
}