body {
	margin: 0;
	font-family: 'Avenir Next Condensed', sans-serif !important;
}

body,
html {
	overflow-x: hidden;
}

@media (min-width: 2500px)
{
	.horizontal-scroll-section .ul-timeline li:after {
		font-size: 30px !important;
	}
}

.horizontal-scroll-section .trigger {
	position: absolute;
}
.horizontal-scroll-section .trigger--one {
	left: 0;
}

.horizontal-scroll-section .scene {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
}
.horizontal-scroll-section .scene--active {
	position: fixed;
}
.horizontal-scroll-section .scene--ended {
	position: absolute;
	bottom: 0;
	top: auto;
}

.horizontal-scroll-section {
	position: relative;
	min-height: 100vh;
	opacity: 0;
	transition: 0.2s opacity;
}
.horizontal-scroll-section img {
	display: block;
	width: auto;
}
.horizontal-scroll-section--init {
	opacity: 1;
}
.horizontal-scroll-section__content {
	display: flex;
	align-items: center;
}
.horizontal-scroll-section__content-wrapper {
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}
.horizontal-scroll-section__content-section {
	position: relative;
	text-align: center;
	padding: 0 0px;
	min-width: 500px;
	display: flex;
	align-items: center;
	max-width:100%;
}
.horizontal-scroll-section__image {
	display: flex;
	align-items: center;
}


.horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
	opacity: 1;
	transform: translateX(0);
}

/**/

.horizontal-scroll-section .ul-timeline li {
	position: relative;
	border: 2px solid #515151;
	list-style: none;
}

/* 			.horizontal-scroll-section.horizontal-scroll-section--init {
background-image: url(https://uat.uatall.com/wp-content/uploads/2022/10/CyberWeb-1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
} */

.horizontal-scroll-section .ul-timeline li:before {
	content: attr(data-year);
	font-size: 55px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	width: 100%;
	color: #007367;
	transform: translateX(-50%);
}

.horizontal-scroll-section .ul-timeline li:after {
	content: attr(data-text);
	font-size: 25px;
	font-weight: 400;
	position: absolute;
	width: 100%;
	left: 50%;
	color: #515151;
	transform: translateX(-50%);
}

.horizontal-scroll-section .ul-timeline li:nth-child(odd):before {
	top: -100px;
}
.horizontal-scroll-section .ul-timeline li:nth-child(even):before {
	bottom: -100px;
}

.horizontal-scroll-section .ul-timeline li:nth-child(odd):after {
	bottom: -50px;
	margin-bottom: 0px;
	transform: translate(-50%, 100%);
}
.horizontal-scroll-section .ul-timeline li:nth-child(even):after {
	top: -50px;
	margin-top: 0px;
	transform: translate(-50%, -100%);
}

.horizontal-scroll-section .ul-timeline li .li_circle {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	background-color: #515151;
	border-radius: 100px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.horizontal-scroll-section .ul-timeline li:last-child:after {
	padding-right: 15px;
}

.horizontal-scroll-section .ul-timeline li:first-child:before {
	text-align: left;
}

@media (max-width: 1600px)
{
	.horizontal-scroll-section .ul-timeline li:before
	{
		font-size: 50px;
	}

	.horizontal-scroll-section .ul-timeline li:after
	{
		font-size: 20px;
	}
}
@media (max-width: 845px) {
	.horizontal-scroll-section .ul-timeline li:after {
		width: 70%;
	}
}