.owler {
	font-family: sans-serif;
	background-color: transparent;
	font-size: 1em;
	padding: 0 20px;
    margin-top: -20px;
}

.transition-all {
	-webkit-transition:all 0.25s linear 0.02s;
	-o-transition:all 0.25s linear 0.02s;
	-moz-transition:all 0.25s linear 0.02s;
	transition:all 0.25s linear 0.02s;
} 

.wrapper_owl {
	margin: 0 auto;
	overflow: hidden;
	height: auto;
    min-height: 425px;
}

.carousel-custom-main {
	padding: 20px; /* Keep */
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	background-color: transparent;
	min-height: 380px;	
}
.owl-carousel {
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow-y: visible;
	overflow-x: clip;
	z-index: 10;
}
.owl-dots {
  	display: none;
}
.owl-stage {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	padding: 0;
    margin-top: -40px;
}
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	background: transparent !important;
	height: 60px;
	margin-top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav button {
	display: block !important;
	border-radius: 1000px;
	height: 40px;
	width: 40px;
	z-index: 1000;
	outline: 0;
	line-height: 1;
	background-color: rgba(255,255,255,.5) !important;
}
.owl-nav button img {
    top: -1px;
    position: relative;
}
.owl-prev {
	left: -20px;
	position: absolute;
}
.owl-next {
  	right: -20px;
  	position: absolute;
}
a.owl-element {
	text-decoration: none;
	color: #333;
}

.owl-item {
  	opacity: 0.25;
	margin-top: 20px;
}
.owl-item.center {
  	opacity: 1;
  	z-index: 100;
	min-width: 150px;
}
.owl-element {
	overflow: visible;
}
.owl-element span {
	/* display: block; */
	margin: 0 auto;
	transition: all 0.5s ease;
}
.owl-item.center > .owl-element span {
	margin-top: 0%;
  	width: 100%;
  	background-color: transparent;
  	padding: 0px;
    transform: scale(1.1);
}
.owl-item > .owl-element div.context {
  	display: none;
}
.owl-item.center > .owl-element div.context {
  	display: block;
}
.context h4 {
	font-size: 1.25em;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 auto 5px !important;
    padding: 15px 0 5px;
    width: 100%;
    display: block;
}
.context p {
	font-size: .9rem;
    font-weight: normal;
    color: #222;
    line-height: 1.45;
    padding: 0 10px 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 265px;
}
.context {
	border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    margin-top: -50px;
    -webkit-transition: all 0.2s linear 0.02s;
    -o-transition: all 0.2s linear 0.02s;
    -moz-transition: all 0.2s linear 0.02s;
    transition: all 0.2s linear 0.02s;
    width: 160%;
    left: -30%;
    position: relative;
    top: 20px;
}