.services-col {

	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;

}



.services-col a,
.services-col button {
	color: #4fc08d;
}

@media screen and (max-width: 600px) {}

.services-col .item {
	width: 100%;
	height: 306px;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	margin: 0 auto;
}

.services-col .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.services-col .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #fff;
	background: #020024;
	background: linear-gradient(0deg, #020024 0%, #000032a1 3%, #17d9ff00 100%);
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: start;
}

.services-col .item .overlay span {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 60px;
	padding: 10px 20px;
	display: inline-block;
}

.services-col .item .overlay > div h2 {
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	text-align: left;
	background:#171a36;
	color: #fff;
	border-radius: 0px;
	padding: 10px 31px;
	font-size: 22px;
	font-family: 'Myriad Pro', 'Poppins', sans-serif;
}

.owl-nav {
	position: relative;
	text-align: center;
	top:-45px;
	margin: 20px;
	right: 0;
	align-items: center;
}

.owl-dots {
	margin: 0;
	padding: 0;
	display: none;
}

@media screen and (max-width: 600px) {
	.owl-nav {
		top: -60px !important;
	}
}

.owl-nav button {
	background: #f6ba03 !important;
	width: 30px;
	height: 30px;
	font-size: 30px !important;
	font-weight: normal;
	box-shadow: 0px 0px 17px #00000005;
	border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	border: none;
	padding:0 10px 9px !important;
	color: #fff;
	/* margin-top: -20px; */

}

.owl-nav button:nth-of-type(1) {
	margin-right: 13px;
}