button:focus, input:focus, textarea:focus {
	outline: 0;
}

.logo_wrapper {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 100px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo_active img {
    width: 250px !important;
}

.logo_active .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}