body {
	color: #797979;
	background: #ffffff;
	font-family: "Montserrat", sans-serif;
}

h2,
h4 {
	color: #414141;
}

a {
	color: #313131;
	transition: 0.3s;
}

a:hover,
a:active,
a:focus {
	color: #ef233c;
	outline: none;
	text-decoration: none;
}

.experience {
	position: relative;
	padding: 45px 0 15px 0;
}

.experience .timeline {
	position: relative;
	width: 100%;
}

.experience .timeline::after {
	content: "";
	position: absolute;
	width: 2px;
	background: #ef233c;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}

.experience .timeline .timeline-item {
	position: relative;
	background: inherit;
	width: 50%;
	margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
	left: 0;
	padding-right: 30px;
}

.experience .timeline .timeline-item.right {
	left: 50%;
	padding-left: 30px;
}

.experience .timeline .timeline-item::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 48px;
	right: -8px;
	background: #ffffff;
	border: 2px solid #ef233c;
	/* border-radius: 16px; */
	z-index: 1;
}

.experience .timeline .timeline-item.right::after {
	left: -8px;
}

.experience .timeline .timeline-item::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 46px;
	right: 10px;
	z-index: 1;
	border: 10px solid;
	border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
	left: 10px;
	border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
	position: absolute;
	width: 100%;
	top: 44px;
	font-size: 16px;
	font-weight: 600;
	color: #ef233c;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
	text-align: left;
	left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
	text-align: right;
	right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
	padding: 30px;
	background: #ffffff;
	position: relative;
	border-right: 5px solid #dddddd;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
}

.experience .timeline .timeline-item.right .timeline-text {
	border-right: none;
	border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: 600;
}

.experience .timeline .timeline-text h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-style: normal;

	font-weight: 300;
}

.experience .timeline .timeline-text p {
	margin: 0;
	font-size: 16px;
}

@media (max-width: 767.98px) {
	.experience .timeline::after {
		left: 8px;
	}

	.experience .timeline .timeline-item {
		width: 100%;
		padding-left: 38px;
	}

	.experience .timeline .timeline-item.left {
		padding-right: 0;
	}

	.experience .timeline .timeline-item.right {
		left: 0%;
		padding-left: 38px;
	}

	.experience .timeline .timeline-item.left::after,
	.experience .timeline .timeline-item.right::after {
		left: 0;
	}

	.experience .timeline .timeline-item.left::before,
	.experience .timeline .timeline-item.right::before {
		left: 18px;
		border-color: transparent #dddddd transparent transparent;
	}

	.experience .timeline .timeline-item.left .timeline-date,
	.experience .timeline .timeline-item.right .timeline-date {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		text-align: left;
		margin-bottom: 10px;
	}

	.experience .timeline .timeline-item.left .timeline-text,
	.experience .timeline .timeline-item.right .timeline-text {
		border-right: none;
		border-left: 5px solid #dddddd;
	}
}

::-webkit-scrollbar {
	width: 10px !important;
}

::-webkit-scrollbar-track {
	background: hsla(0, 0%, 10%, 1) !important;
}

::-webkit-scrollbar-thumb {
	background: #ef233c !important;
	border-radius: 5px !important;
}

* {
	scrollbar-color: #ef233c hsla(0, 0%, 10%, 1) !important;
}

::selection {
	background-color: #ef233c !important;
	color: white !important;
}
