
/* Slider */
.slider .dione .tp-bullet.selected,
.slider .dione .tp-bullet:hover {
	background: #FFF;
}

@media (max-width: 991px) {
	.tp-bullets {
		display: none;
	}
}
/* Custom Team Carousel */
.owl-team-custom.owl-carousel.show-nav-title .owl-nav {
	margin-top: 120px;
	right: auto;
	top: 0;
	width: 100%;
	left: 0;
}
.owl-team-custom.owl-carousel.show-nav-title .owl-nav .owl-prev {
	left: -41px;
}
.owl-team-custom.owl-carousel.show-nav-title .owl-nav .owl-next {
	right: -32px;
}
.owl-team-custom.owl-carousel.show-nav-title img {
	transform-style: unset;
}
