.timeline-about-us .row {
	display: flex;
	position: relative;
}
#site-header{
	position: fixed;
	height: 180px;
	background-color: #000;
	z-index: 2;
}
.timeline-about-us .title-timeline {
	color: #4069E9;
}

.timeline-about-us .item {
	position: relative;
}

.timeline-about-us .item::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #4069e9;
	border-radius: 99px;
	position: absolute;
	top: -3px;
}

.timeline-about-us .item-timeline.item::before {
	content: unset;
}

.timeline-about-us .title-timeline {
	color: #4069e9;
	font-size: 50px;
	line-height: 60px;
	font-weight: 200;
	margin-top: 52px;
}

.timeline-about-us .item .card .title h3 {
	font-size: 50px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 27px;
}

.timeline-about-us .item .card .description {
	color: #4069e9;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
}

.timeline-about-us .item .card .description p {
	margin-bottom: 19px;
}

.hexagon-box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.hexagon-box::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 310px;
	height: 183.21px;
	background-color: transparent;
	border: 2px solid #4a90e2;
	clip-path: inherit;
}

.forminator-label {
	color: #fff !important;
}

.box-contact-right .forminator-field-upload label {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	padding: 16px 21px;
	z-index: 0;
	background-image: url(../images/border.png);
	background-size: 100% 100%;
}

.box-contact-right .forminator-field-upload label::after {
	content: "";
	background-image: url(../images/upload.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 19px;
}

.box-contact-right .forminator-field-upload input {
	z-index: 1;
	position: relative;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}

.box-contact-right .forminator-textarea {
	height: 117px;
}

.box-contact-right .forminator-field {
	position: relative;
}

.box-contact-right .forminator-button {
	padding: 0 25px 0 0;
}

.box-contact-right .forminator-button::after {
	background-image: url(../images/arrow-submit-form.svg);
	width: 10px;
	height: 10px;
}

.box-why-choose-vantage h3.elementor-image-box-title {
	margin: 0 auto;
	max-width: 400px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.box-current-openings ul {
	padding-left: 26px;
	list-style: none;
	padding-top: 9px;
	padding-bottom: 9px;
}

.box-current-openings .content-box-current-openings ul li {
	position: relative;
}

.box-current-openings .content-box-current-openings ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: rgb(128, 128, 128);
	display: block;
	border-radius: 99px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.box-contact-right .forminator-label {
	color: #fff !important;
}

.box-contact-right textarea::placeholder {
	color: rgba(255, 255, 255, 0.54) !important;
	font-size: 12px !important;
}

.content-services-list:hover {
	background-color: #4069e9;
}

.content-services-list::after {
	content: "";
	background-image: url("../images/line.svg");
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
}

.content-services-list {
	padding: 40px 0 35px;
	position: relative;
}

.content-services {
	max-width: 941px;
	margin: 0 auto;
}

.content-services-list:hover h3 a,
.content-services-list:hover .service-sub-title,
.content-services-list:hover .excerpt,
.content-services-list:hover a.exploremore,
.content-services-list a.exploremore:hover {
	color: #fff !important;
}

.content-services-list:hover a.exploremore::after {
	background-image: url("../images/arrow_explore_hover.svg");
}

.content-services h3 {
	margin: 0;
	padding-bottom: 14px;
}

.content-services h3 a {
	text-decoration: none;
	font-size: 30px;
	line-height: 38px;
	color: #0e193a;
}

.content-services .service-sub-title {
	color: #4069e9;
	font-size: 20px;
	line-height: 25px;
}

.content-services .excerpt {
	color: #808080;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 4px;
}

.content-services a.exploremore {
	color: #4069e9;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
}

.content-services a.exploremore::after {
	content: "";
	background-image: url("../images/arrow_explore.svg");
	width: 10px;
	height: 12px;
	display: block;
}

#back-to-top {
	display: flex;
	align-items: center;
	gap: 5px;
}

#back-to-top::after {
	content: "";
	background-image: url("../images/arrow_explore.svg");
	width: 10px;
	height: 12px;
	display: block;
	transform: rotate(-90deg);
}

.content-why-vantage {
	overflow-x: hidden;
}

.content-why-vantage .swiper-wrapper {
	flex-wrap: nowrap !important;
}

.content-why-vantage .swiper-wrapper .swiper-slide {
	flex-shrink: 0 !important;
}

.content-why-vantage .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: rgba(64, 105, 233, 0.7) !important;
}

.content-why-vantage .swiper-pagination-bullet-active {
	background-color: #4069e9 !important;
}

.st-company-highlights .box-hexagon {
	padding: 0;
}

.st-company-highlights .box-hexagon>.e-con-inner {
	position: relative;
	padding: 38px 20px 33px;
	justify-content: center !important;
}

.st-company-highlights .box-hexagon>.e-con-inner:before {
	content: "";
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s;
}

.st-company-highlights .box-hexagon.active>.e-con-inner:before {
	content: "";
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.3s;
}

.st-company-highlights .box-hexagon.active>.e-con-inner .elementor-counter-number-wrapper {
	color: #4069e9;
}

.st-company-highlights .box-hexagon.active>.e-con-inner .elementor-counter-title {
	color: #4069e9;
}

.st-company-highlights .box-hexagon.active>.e-con-inner .elementor-widget-text-editor p {
	color: #717171;
}

.st-company-highlights .box-hexagon .elementor-widget-text-editor {
	max-width: 200px !important;
	margin: 0 auto;
}

.st-company-highlights .box-hexagon-1 {
	transform: translate(23%, 55%);
}

.st-company-highlights .box-hexagon-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 77%;
	height: 3px;
	width: 60%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(-60deg) translateX(-49%);
}

.st-company-highlights .box-hexagon-1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 81%;
	height: 3px;
	width: 53%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(60deg) translateX(-49%);
}

.st-company-highlights .box-hexagon-2 {
	transform: translate(9%, 0%);
}

.st-company-highlights .box-hexagon-2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 78%;
	height: 3px;
	width: 54%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(119deg) translateX(51%);
}

.st-company-highlights .box-hexagon-2:after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	height: 3px;
	width: 57%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(0deg) translateX(-50%);
	bottom: -17px;
}

.st-company-highlights .box-hexagon-3 {
	transform: translate(-8%, 55%);
}

.st-company-highlights .box-hexagon-3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 76%;
	height: 3px;
	width: 60%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(-60deg) translateX(-50%);
}

.st-company-highlights .box-hexagon-3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: -9%;
	height: 3px;
	width: 60%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(240deg) translateX(34%);
}

.st-company-highlights .box-hexagon-4 {
	transform: translate(-23%, 0%);
}

.st-company-highlights .box-hexagon-4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 78%;
	height: 3px;
	width: 54%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(-240.8deg) translateX(52%);
}

.st-company-highlights .box-hexagon-4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: -9%;
	height: 3px;
	width: 54%;
	background: linear-gradient(90deg,
			rgba(64, 105, 233, 0) -4.44%,
			#4069e9 47.31%);
	transform: rotate(61deg) translateX(-40%);
}

.box-hexagon .hexagon-line-gradient {
	position: absolute !important;
}

.st-company-highlights .box-hexagon-4 .hexagon-line-gradient {
	bottom: -18px;
	left: -2px;
}

.hexagon-line-gradient .elementor-divider {
	padding: 0 !important;
}

.hexagon-line-gradient-mobile {
	display: none;
}

.box-hexagon-4 .hexagon-line-gradient span.elementor-divider-separator {
	width: 58% !important;
	border: none !important;
	margin: auto;
	height: 3px;
	background: #4069e9;
}

.hexagon-line-gradient span.elementor-divider-separator {
	border: none !important;
	background: transparent;
}

.timeline-about-us .row .item:before {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	background: #D7DFFA;
	top: 0;
	left: 0;
}

.timeline-about-us .row.row-1 .item:first-child:before {
	background: linear-gradient(90deg, rgba(215, 223, 250, 0) -2.85%, #D7DFFA 100%);
}

.timeline-about-us .row:nth-child(2n+1) .item:last-child:after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	top: 0;
	right: 0;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #D7DFFA;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 48px;
	transform: rotate(-135deg);
}

.timeline-about-us .row:nth-child(2n+1) .item:last-child .conner:after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	bottom: -3px;
	right: 0;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #D7DFFA;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 48px;
	transform: rotate(-45deg);
}

.timeline-about-us .row:nth-child(2n) .item:first-child .conner:after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	bottom: -3px;
	left: 0;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #D7DFFA;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 48px;
	transform: rotate(45deg);
}

.timeline-about-us .row:nth-child(2n):is(.last-row) .item:first-child .conner:after {
	display: none;
}

.timeline-about-us .row:nth-child(2n) .item:first-child:after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	top: 0px;
	left: 0;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #D7DFFA;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 48px;
	transform: rotate(135deg);
}

.timeline-about-us .row:nth-child(2n) .item:first-child:before {
	width: calc(100% - 45px);
	left: auto;
	right: 0;
}

.timeline-about-us .row:nth-child(2n+1) .item:first-child:before {
	width: calc(100% - 45px);
	left: auto;
	right: 0;
}

.timeline-about-us .row .item:last-child:before {
	width: calc(100% - 45px);
}

.timeline-about-us .row .item {
	width: 33.3333%;
	position: relative;
	padding: 101px 53px 83px 53px;
}

.timeline-about-us .row:first-child .item {
	padding-left: 0;
	width: 40%;
}

.timeline-about-us .row:first-child .item:last-child {
	padding-left: 0;
	width: 34%;
}

.timeline-about-us .row:first-child .item.item-timeline {
	width: 26%;
}

.timeline-about-us .row:first-child .item .mile-stone {
	left: 0;
}

.timeline-about-us .row:nth-child(2n+1):after {
	content: '';
	position: absolute;
	width: 4px;
	height: calc(100% - 86px);
	top: 45px;
	right: 0px;
	background-color: #D7DFFA;
}

.timeline-about-us .row:nth-child(2n):after {
	content: '';
	position: absolute;
	width: 4px;
	height: calc(100% - 88px);
	top: 46px;
	left: 0px;
	background-color: #D7DFFA;
}

.timeline-about-us .row.last-row .item:last-child:after {}

.timeline-about-us .row.last-row:after {
	display: none;
}

.timeline-about-us .row.last-row .item:last-child:after {}

.timeline-about-us .row.last-row .item:last-child:before {
	width: 100%;
}

.timeline-about-us .row.last-row .item:first-child:before {
	width: calc(100% - 45px);
	left: 45px;
}

.timeline-about-us .row:first-child .item:first-child::before {
	width: 100%;
}

.timeline-about-us .row:first-child .item:first-child::after {
	display: none;
}

.timeline-about-us .item .mile-stone {
	width: 20px;
    height: 24px;
	background-color: #4069E9;
	position: absolute;
	top: -10px;
	left: 53px;
	background: url("../images/arr_left.png");
}
.timeline-about-us .row:nth-child(even) .item .mile-stone{
	background: url("../images/arr_right.png");
}
.timeline-about-us .row:nth-child(2n+1):is(.last-row) .item:last-child:before {
	background: linear-gradient(-90deg, rgba(215, 223, 250, 0) -2.85%, #D7DFFA 100%);
}

.timeline-about-us .row:nth-child(2n):is(.last-row) .item:first-child:after {
	display: none;
}

.timeline-about-us .row:nth-child(2n):is(.last-row) .item {
	padding-left: 0;
}

.timeline-about-us .row:nth-child(2n):is(.last-row) .item .mile-stone {
	left: 0;
}

.timeline-about-us .row:nth-child(2n):is(.last-row) .item:before {
	width: 100%;
	left: 0;
}

.timeline-about-us .row:nth-child(2n) {
	justify-content: end;
}

.timeline-about-us .row:nth-child(2n) .item:last-child:before {
	width: calc(100% - 45px);
}

.timeline-about-us .row:nth-child(2n+1):is(.last-row) .item:last-child .conner:after,
.timeline-about-us .row:nth-child(2n+1):is(.last-row) .item:last-child:after {
	display: none;
}

.timeline-about-us.mobile {
	display: none;
}

@media (max-width: 1359px) {
	.st-company-highlights {
		flex-wrap: wrap !important;
		max-width: 654px;
		margin: auto !important;
	}

	.st-company-highlights .box-hexagon {
		width: 50%;
		min-height: 283px;
	}

	.st-company-highlights .box-hexagon-1 {
		transform: translate(7%, 54%);
	}

	.st-company-highlights .box-hexagon-2 {
		transform: translate(-7%, 0%);
	}

	.st-company-highlights .box-hexagon-3 {
		transform: translate(7%, 67%);
	}

	.st-company-highlights .box-hexagon-4 {
		transform: translate(-7%, 12%);
	}

	.st-company-highlights .box-hexagon-1:before {
		left: 79.5%;
		transform: rotate(-60deg) translateX(-50%);
		width: 57.5%;
	}

	.st-company-highlights .box-hexagon-4:after {
		left: -10%;
		width: 56%;
		transform: rotate(240deg) translateX(40%);
	}

	.st-company-highlights .box-hexagon-3:after {
		top: -18px;
		left: 50%;
		width: 60%;
		transform: rotate(0deg) translateX(-50%);
	}

	.st-company-highlights .box-hexagon-4:after {
		left: -9.5%;
		width: 56%;
		transform: rotate(240deg) translateX(42%);
	}

	.st-company-highlights .box-hexagon-3:before {
		left: 77%;
	}
}

@media (max-width: 991px) {
	.timeline-about-us .item .card .title h3 {
		font-size: 40px;
		margin-bottom: 27px;
	}

	.timeline-about-us .item .card .description {
		font-size: 18px;
	}

	.timeline-about-us .title-timeline {
		font-size: 40px;
		line-height: 45px;
	}

	.timeline-about-us .row:first-child .item {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.st-company-highlights {
		max-width: 327px;
	}

	.st-company-highlights .box-hexagon {
		width: 100%;
		min-height: 281px;
		transform: none !important;
		margin-bottom: 34px;
	}

	.st-company-highlights .box-hexagon-1:before {
		left: 77.5%;
		transform: rotate(120deg) translateX(49%);
		width: 55%;
	}

	.st-company-highlights .box-hexagon-1:after {
		top: 104%;
		left: -5%;
		width: 52%;
		transform: rotate(59deg) translateX(-49%);
	}

	.st-company-highlights .box-hexagon-2:before {
		left: 78%;
	}

	.st-company-highlights .box-hexagon-3:after {
		top: -21px;
		left: 53%;
		width: 51%;
		transform: rotate(240deg) translateX(-50%);
	}

	.st-company-highlights .box-hexagon-3:before {
		top: 105%;
		left: 51%;
		transform: rotate(120deg) translateX(-50%);
		width: 55%;
	}

	.hexagon-line-gradient {
		top: -20px;
	}

	.st-company-highlights .box-hexagon-4:before {
		top: -5%;
		left: -10%;
		width: 59%;
		transform: rotate(-60deg) translateX(-47%);
	}

	.st-company-highlights .box-hexagon-4:after {
		left: 77%;
		width: 58%;
		transform: rotate(239deg) translateX(42%);
		top: 46%;
	}

	.hexagon-line-gradient-mobile {
		display: block;
	}

	.st-company-highlights .box-hexagon-1 .hexagon-line-gradient {
		top: auto;
		bottom: -16px;
		left: -1px;
	}

	.st-company-highlights .box-hexagon-1 .hexagon-line-gradient span.elementor-divider-separator {
		width: 58% !important;
		border: none !important;
		margin: auto;
		height: 3px;
		background: #4069e9;
	}

	.st-company-highlights .box-hexagon-2 .hexagon-line-gradient-1:before {
		content: "";
		position: absolute;
		right: 8px;
		height: 3px;
		width: 51%;
		background: linear-gradient(90deg,
				rgba(64, 105, 233, 0) -4.44%,
				#4069e9 47.31%);
		transform: rotate(240deg) translateX(-48%);
	}

	.st-company-highlights .box-hexagon-2 .hexagon-line-gradient-1:after {
		content: "";
		position: absolute;
		left: -34px;
		height: 3px;
		width: 51%;
		background: linear-gradient(90deg,
				rgba(64, 105, 233, 0) -4.44%,
				#4069e9 47.31%);
		transform: rotate(-60deg) translateX(-49%);
	}

	.st-company-highlights .box-hexagon-2 .hexagon-line-gradient-2 {
		bottom: -14px;
	}

	.st-company-highlights .box-hexagon-2 .hexagon-line-gradient-2:after {
		content: "";
		position: absolute;
		left: -35px;
		height: 3px;
		width: 51%;
		background: linear-gradient(90deg,
				rgba(64, 105, 233, 0) -4.44%,
				#4069e9 47.31%);
		transform: rotate(59deg) translateX(-50%);
	}

	.st-company-highlights .box-hexagon-3 .hexagon-line-gradient-1:before {
		content: "";
		position: absolute;
		left: -34px;
		height: 3px;
		width: 51%;
		background: linear-gradient(90deg,
				rgba(64, 105, 233, 0) -4.44%,
				#4069e9 47.31%);
		transform: rotate(-60deg) translateX(-49%);
	}

	.st-company-highlights .box-hexagon-3 .hexagon-line-gradient-1 {
		bottom: -14px;
	}

	.st-company-highlights .box-hexagon-3 .hexagon-line-gradient-1:after {
		content: "";
		position: absolute;
		left: -35px;
		height: 3px;
		width: 51%;
		background: linear-gradient(90deg,
				rgba(64, 105, 233, 0) -4.44%,
				#4069e9 47.31%);
		transform: rotate(59deg) translateX(-50%);
	}

	.timeline-about-us.desktop {
		display: none;
	}

	.timeline-about-us.mobile {
		display: block;
		margin-bottom: 10px;
	}

	.timeline-about-us.mobile .item-timeline {
		text-align: center;
	}

	.timeline-about-us .title-timeline {
		max-width: 300px;
		margin: 0 auto 88px;
	}

	.timeline-about-us.mobile .items-list .item {
		position: relative;
		padding: 52px 27px 51px 45px;
		min-height: 364px;
		display: flex;
		align-items: center;
	}

	.timeline-about-us.mobile .items-list .item:first-child {
		padding-left: 0;
	}

	.timeline-about-us .item .mile-stone {
		width: 16px;
		height: 16px;
		top: -7px;
	}

	.timeline-about-us.mobile .items-list .item:first-child .mile-stone {
		left: -8px;
	}

	.timeline-about-us.mobile .items-list .item:before {
		content: '';
		position: absolute;
		height: 4px;
		width: calc(100% - 86px);
		background-color: #D7DFFA;
		top: 0;
		left: 45px;
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n+1):after {
		content: '';
		position: absolute;
		height: calc(100% - 86px);
		width: 4px;
		background-color: #D7DFFA;
		top: 45px;
		right: 0;
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n+1) .conner:before {
		content: '';
		position: absolute;
		width: 92px;
		height: 92px;
		top: 0px;
		right: 0;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #D7DFFA;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 48px;
		transform: rotate(-135deg);
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n+1) .conner:after {
		content: '';
		position: absolute;
		width: 92px;
		height: 92px;
		bottom: -4px;
		right: 0;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #D7DFFA;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 48px;
		transform: rotate(-45deg);
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n) .conner:before {
		content: '';
		position: absolute;
		width: 92px;
		height: 92px;
		top: 0px;
		left: 0;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #D7DFFA;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 48px;
		transform: rotate(135deg);
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n) .conner:after {
		content: '';
		position: absolute;
		width: 92px;
		height: 92px;
		bottom: -4px;
		left: 0;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #D7DFFA;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 48px;
		transform: rotate(45deg);
	}

	.timeline-about-us.mobile .items-list .item:first-child:before {
		width: calc(100% - 45px);
		left: 0;
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n):after {
		content: '';
		position: absolute;
		height: calc(100% - 86px);
		width: 4px;
		background-color: #D7DFFA;
		top: 45px;
		left: 0;
	}

	.timeline-about-us.mobile .items-list {
		position: relative;
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n+1):is(:last-child) .card:after {
		background: linear-gradient(90deg, rgba(215, 223, 250, 0) -2.85%, #D7DFFA 100%);
		content: '';
		position: absolute;
		width: calc(100% - 88px);
		right: 45px;
		bottom: -4px;
		height: 4px;
	}

	.timeline-about-us.mobile .items-list .item:nth-child(2n):is(:last-child) .card:after {
		background: linear-gradient(-90deg, rgba(215, 223, 250, 0) -2.85%, #D7DFFA 100%);
		content: '';
		position: absolute;
		width: calc(100% - 88px);
		left: 45px;
		bottom: -4px;
		height: 4px;
	}
}

@media (max-width: 380px) {
	.st-company-highlights .box-hexagon>.e-con-inner {
		padding: 15px 20px !important;
	}

	.st-company-highlights {
		max-width: 320px;
		padding: 0 25px !important;
	}

	.st-company-highlights .box-hexagon {
		min-height: 240px;
	}

	.st-company-highlights .box-hexagon>.e-con-inner .elementor-counter-number-wrapper {
		font-size: 70px !important;
		line-height: 30px !important;
	}

	.st-company-highlights .box-hexagon-1:before {
		left: 79.5%;
		transform: rotate(120deg) translateX(-53%);
		width: 55%;
	}

	.st-company-highlights .box-hexagon-1:after {
		top: 104%;
		left: -6%;
		width: 52%;
		transform: rotate(59deg) translateX(-47%);
	}

	.st-company-highlights .box-hexagon-2:before {
		left: 79%;
		transform: rotate(119deg) translateX(54%);
	}

	.st-company-highlights .box-hexagon-4:after {
		left: 77%;
		width: 58%;
		transform: rotate(239deg) translateX(47%);
		top: 42.4%;
	}

	.st-company-highlights .box-hexagon-4:before {
		top: -7%;
		left: -10%;
		width: 59%;
		transform: rotate(-60deg) translateX(-44%);
	}

	.st-company-highlights .box-hexagon-4 .hexagon-line-gradient span.elementor-divider-separator {
		width: 60%;
	}

	.st-company-highlights .box-hexagon-2:after {
		width: 58%;
	}
}

@media (max-width: 767px) {
	.col-why-choose-vantage:first-child .box-why-choose-vantage h3.elementor-image-box-title {
		max-width: 330px;
	}

	.box-why-choose-vantage p {
		max-width: 373px;
		margin: 0 auto;
	}

	.box-why-choose-vantage h3.elementor-image-box-title {
		min-height: auto;
	}
}