#uc_portfolio_carousel_elementor_ce2fd17 .owl-item {
	transition: all .3s ease-in-out;
}

#uc_portfolio_carousel_elementor_ce2fd17 .uc-active-item {
	z-index: 2;
}

.uc_title {
	font-size: 25px;
}

.uc_sub_title {
	font-size: 12px;
}

#uc_portfolio_carousel_elementor_ce2fd17 .ue-content-bottom {
	margin-top: auto;
}

#uc_portfolio_carousel_elementor_ce2fd17 .ue-btn-inner-wrapper {
	display: flex;
	align-items: center;
}

#uc_portfolio_carousel_elementor_ce2fd17  .uc_more_btn {
	display: inline-block;
	transition: all .2s ease-in-out;
}

#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	display: inline-block;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s;
}

#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-next {
	position: absolute;
	right: 30px;
	display: inline-block;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s;
}

#uc_portfolio_carousel_elementor_ce2fd17 .owl-item {
	opacity: 50%;
	transform: scale3d(.8, .8, 1);
	transition: all .3s ease-in-out;
}

#uc_portfolio_carousel_elementor_ce2fd17 .uc-active-item {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	transition: all .3s ease-in-out;
}

#uc_portfolio_carousel_elementor_ce2fd17 .owl-dots {
	overflow: hidden;
}

#uc_portfolio_carousel_elementor_ce2fd17 .owl-dot {
	display: inline-block;
	transition: all .3s;
}

@media screen and (max-width: 780px) {
	#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-prev {
		left: px;
	}
	
	#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-next {
		right: px;
	}
}

@media screen and (max-width: 420px) {
	#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-prev {
		left: 1px;
	}
	
	#uc_portfolio_carousel_elementor_ce2fd17 .owl-nav .owl-next {
		right: 1px;
	}
}