.team_slider .team_top h3 {
	padding-bottom: 1rem;
	margin: 0;
}

.team_slider .team_top p {
	padding: 0;
	padding-bottom: 2rem;
}

.team_slider .splide_prev {
	animation-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	animation-duration: .2s;
	transition-duration: .2s;
	color: #05e9b3;
	border-radius: 9999px;
	overflow: hidden;
	align-self: center;
	align-items: center;;
	width: 4rem;
	height: 4rem;
	display: flex;
	margin-left: .5rem;
	margin-right: .5rem;
	justify-content: center;
	position: relative;

}

.team_slider svg {
	display: block;
	vertical-align: middle;
}

.team_slider .team_sld_outer {
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.team_sld {
	display: flex;
	flex-direction: row;
}

.team_slider .splide {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 0;
}


.team_slider  .splide_next.next-btn {
	animation-timing-function: cubic-bezier(.4,0,.2,1);
	animation-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .2s;
	align-self: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	display: flex;
	margin-left: .5rem;
	margin-right: 16px;
	color: #05e9b3;
	align-items:center;
	position: relative;
	right: 2px;

}

.team_slider .team_inr {
	padding: .75rem;
	border-radius: 1rem;
	margin: .5rem;
}

.team_slider .splide__list>.splide__slide{
	margin-bottom: 0;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	margin-top:0;
}

.team_slider .employee-container a+img {
	display: none;
}

.team_slider .employee-container a {
	position: absolute;
	right: 15px;
	top: 15px;
	color:#000000;
}
.team_slider .team_inner{
	position:relative;
}

.team_slider .employee-container:hover img:first-child {
	display: none;
}

.team_slider .employee-container:hover a+img {
	display: block;
}

.team_slider .splide .splide__track{
	margin:0;
}
.team_slider .col {
	padding-left: 10px;
	padding-right:10px;
}
.team_slider .splide__slide img{
	border-radius:1rem;
}

.team_slider .splide_next,
.team_slider .splide_prev {
	cursor: pointer;
}

@media(max-width:1024px){
	.team_slider .splide .splide__track{
		display:block;
	}
	.team_slider .team_top p{
		padding-bottom:1rem;
	}

	@media(max-width:767px){
		.team_slider .splide_next.next-btn{
			margin-right:5px;
		}
	}