section.philosophy-section {
	padding: 120px 0 156px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F6F6F6;
}

section.philosophy-section .section-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

section.philosophy-section .section-top .section-heading {
	font-size: 48px;
	line-height: 1.208;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}

.philosophy-section .c-timeline__swiper {
	overflow: visible;
	max-width: 968px;
	width: 80%;
	margin-left: 0;
}

.c-timeline__surtitle {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.6;
	margin-bottom: 2rem;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 10;
}

.c-timeline__swiper {
	width: 100%;
	margin-bottom: 27px;
}

.c-timeline__slide {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-timeline__slide__content {
	display: flex;
	height: 100%;
	margin: 0 auto;
	align-items: stretch;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.c-timeline__slide__img {
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	width: 50%;
}

.c-timeline__slide__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.c-timeline__slide__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background-color: #004789;
	color: #fff;
	padding: 50px;
}

.c-timeline__slide__info header h3 {
	font-size: 8rem;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.1);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.c-timeline__pagination {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 2rem;
	position: relative;
	margin-bottom: 150px;
}

.c-timeline__pagination__wrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.c-timeline__pagination__wrapper::-webkit-scrollbar {
	display: none;
}

.c-timeline__pagination__content {
	display: flex;
	align-items: flex-start;
	padding: 0 50vw 0 0;
	white-space: nowrap;
}

.c-timeline__pagination__item {
	position: relative;
	flex-shrink: 0;
	width: 242px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.c-timeline__pagination__item:last-child{
	width: 40px;
}

/* The Line */
.c-timeline__pagination__line {
	position: absolute;
	top: 19px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(0, 71, 137, 0.2);
	z-index: 0;
}

.c-timeline__pagination__item:last-child .c-timeline__pagination__line {
	display: none;
}

/* The Active Line Progress */
.c-timeline__pagination__line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: #004789;
	transition: width 0.5s ease;
}

.c-timeline__pagination__item.is-past .c-timeline__pagination__line::after {
	width: 100%;
}


/* The Date/Bullet Group */
.c-timeline__pagination__date {
	position: relative;
	z-index: 1;
	/* display: flex;
	flex-direction: column; */
	cursor: pointer;
}

.c-timeline__pagination__bullet {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
	position: relative;
}

.c-timeline__pagination__date.is-active .c-timeline__pagination__bullet {
	background-color: #004789;
}

.c-timeline__pagination__bullet:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	transition: transform 0.3s ease;
	background-color: #004789;
}

.c-timeline__pagination__date.is-active .c-timeline__pagination__bullet:after {
	background-color: #fff;
}

.c-timeline__pagination__year {
	font-size: 1.1rem;
	font-weight: 500;
}

.c-timeline__nav {
	position: absolute;
	bottom: 40px;
	right: 10%;
	display: flex;
	gap: 1rem;
	z-index: 20;
}

.c-timeline__nav-btn {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.c-timeline__nav-btn:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.philosophy-section .section-bottom {
	max-width: 826px;
	margin: auto;
	text-align: center;
}

.philosophy-section .section-bottom .section-bottom-heading {
	font-size: 48px;
	line-height: 58px;
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0.02em;	
}

.c-timeline__slide__info .slide-number {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 86px;
}

.c-timeline__slide__info footer h1,
.c-timeline__slide__info footer h2,
.c-timeline__slide__info footer h3,
.c-timeline__slide__info footer h4,
.c-timeline__slide__info footer h5,
.c-timeline__slide__info footer h6 {
	font-size: 36px;
	line-height: 46px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.c-timeline__slide__info footer {
	margin-bottom: 4px;
}

@media (max-width: 991px) {
	.c-timeline__slide__info .slide-number {
		margin-bottom: 40px;
	}
	.c-timeline__slide__info {
		padding: 25px 35px 10px;
	}
	.c-timeline__slide__info footer h1, 
	.c-timeline__slide__info footer h2, 
	.c-timeline__slide__info footer h3, 
	.c-timeline__slide__info footer h4, 
	.c-timeline__slide__info footer h5, 
	.c-timeline__slide__info footer h6 {
		font-size: 24px;
		line-height: 32px;
	}	
}

@media (max-width: 767px) {
	.c-timeline__slide__content {
		flex-direction: column;
	}

	.c-timeline__slide__info header h3 {
		font-size: 4rem;
	}
	section.philosophy-section .section-top .section-heading {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0;
	}
	.c-timeline__slide__img {
		width: 100%;
		height: 330px;
	}
	.philosophy-section .c-timeline__swiper {
		width: 100%;
	}
	.c-timeline__pagination__item {
		width: 120px;
	}
	.c-timeline__slide__info .slide-number {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.c-timeline__slide__info footer h1, 
	.c-timeline__slide__info footer h2, 
	.c-timeline__slide__info footer h3, 
	.c-timeline__slide__info footer h4, 
	.c-timeline__slide__info footer h5, 
	.c-timeline__slide__info footer h6 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 9px;
	}
	.c-timeline__pagination__wrapper {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
		padding-left: 30px;
	}
	section.philosophy-section {
		padding: 40px 0 102px;
	}
	.philosophy-section .section-bottom .section-bottom-heading {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
		font-weight: 600;
		letter-spacing: 0;
	}
	.c-timeline__slide__info footer {
		margin-bottom: 6px;
	}
	.c-timeline__swiper {
		margin-bottom: 0;
	}
	.c-timeline__pagination {
		padding-top: 29px;
		margin-bottom: 148px;
	}	
}