.owl-item > div{
	max-width:285px;
	margin:0 auto;
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
		font-weight: 800;
    position: relative;
    left: 2px;
    top: 1px;
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
		font-weight: 800;
    position: relative;
    left: 2px;
    top: 1px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #666;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
		background:none;
		font-size:20px;
		color:#666;
}

.owl-team-custom.owl-carousel .owl-nav {
    position: absolute;
}

.owl-team-custom.owl-carousel.show-nav-title .owl-nav {
    margin-top:0px;
    right: auto;
		top: 50%;
    margin-top: -29px;
    width: 100%;
    left: 0;
}

.owl-team-custom.owl-carousel.show-nav-title .owl-nav .owl-next {
    right: -32px;
}

.owl-team-custom.owl-carousel.show-nav-title .owl-nav .owl-prev {
    left: -32px;
}