.content-bg {
	padding: 0px 0px 100px 0px;
}
.timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #d8d8d8;
	position: absolute;
	left: -20px;
}
.timeline-year-wrapper {
	position: relative;
}
.timeline-year-wrapper:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #d96363;
	border-radius: 50px;
	position: absolute;
	left: -25px;
	top: 0px;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: -135px;
	top: -20px;
}
.timeline-content-wrapper {
	position: relative;
}
.timeline-content {
	padding: 20px 0;
	margin-left: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
	transition: ease all .5s;
}
.timeline-content-wrapper h3 {
	width: 52px;
	position: absolute;
	left: -108px;
	top: 17px;
	font: 27px/1.3 Zoho_Puvi_SemiBold;
}
.timeline-content-wrapper h3:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #d96363;
	border-radius: 100%;
	top: 13px;
	right: -41px;
	background: #fff;
}
.timeline-content h4 {
	font: 22px/1.4 Zoho_Puvi_SemiBold;
	margin-bottom: 10px;
	display: inline-block;
}
/*filtering styles*/
.filter-headings-wrapper {
	border-bottom: 1px solid #dfdfdf;
	margin: 0px 0px 100px 0px;
}
ul.filter-headings {
	display: flex;
	justify-content: flex-end;
	margin: 0px auto 0px auto !important;
	max-width: 1400px;
}
ul.filter-headings li {
	margin: 20px 20px 10px 0px;
}
ul.filter-headings li:last-child {
	margin-right: 0px;
}
ul.filter-headings li span {
	font: 18px/1.4 Zoho_Puvi_medium;
	color: #000;
	cursor: pointer;
}
ul.filter-headings li span:hover {
	border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
	text-decoration: none;
	color: #ee4a43;
}
.active {
	border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
}
span.tag {
	position: relative;
	font: 12px/1.5 Zoho_Puvi_SemiBold;
	top: -2px;
	left: 20px;
	padding: 3px 10px 3px 5px;
}
span.tag:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 13px solid transparent;
	position: absolute;
	left: -13px;
	top: 0px;
}
span.tag.green {
	background: #dcfaee;
	color: #23986b;
}
span.tag.green:before {
	border-right: 13px solid #dcfaee;
}
span.tag.yellow {
	background: #fff59d;
	color: #f0483e;
}
span.tag.yellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.mildyellow {
	background: #fff59d;
	color: #e25e5a;
}
span.tag.mildyellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.orange {
	background: #fff6ed;
	color: #fe8312;
}
span.tag.orange:before {
	border-right: 13px solid #fff6ed;
}
/*filtering styles*/
ul.list-items {
	margin: 20px 0px 20px 50px;
}
.fixed-header {
	display: block;
	position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
	margin: 0px !important;
	padding: 0px 30px;
}
 @keyframes fadein {
 0% {
 transform: translateX(-100px);
}
 100% {
 transform: translateX(0px);
}
}
ul.list-items>li {
	font-size: 17px;
}
.all, .new, .enhancement, .integrations, .improvements {
	animation: fade-in 0.5s ease-in-out;
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
a.cta {
	border-radius: 2px;
}
.timeline-content-wrapper .timeline-content:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width:1024px) {
.banner .col:first-child {
	display: none;
}
.banner-bg {
	padding: 75px 0px;
	margin-top: 20px;
}
.banner {
	text-align: center;
}
.fixed-header {
	top: 83px;
}
.timeline:before {
	display: none;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: 0px;
	top: 0px;
}
.timeline-content-wrapper h3 {
	width: auto;
	position: inherit;
	left: 0px;
	top: 0px;
}
.timeline-content {
	position: relative;
	margin-left: 0px;
}
.timeline-content h4 {
	margin-top: 10px;
}
.timeline-year-wrapper:before {
	display: none;
}
.timeline-content-wrapper h3:after {
	display: none;
}
span.tag {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px 10px;
}
span.tag:before {
	display: none;
}
}

@media only screen and (max-width:414px) {
.content-bg {
	padding: 75px 0px;
}
ul.list-items {
	margin: 20px 0px 20px 20px;
}
ul.filter-headings {
	justify-content: center;
	flex-wrap: wrap;
}
ul.filter-headings li span {
	font: 16px/1.3 Zoho_Puvi_Regular;
	color: #a1a1a1;
}
}
