@charset "UTF-8";

body {
	overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-carousel img {
	max-width: 100%;
	height:auto;

}



.owl-carousel .owl-stage-outer {
	overflow:visible;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
	position: absolute;
top: 0;
margin: 0;
background-color: white!important;
border-radius: 50%!important;
top:50%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 16px 0px;
width:56px;
height:56px;
	background-image: url(https://hozah.com/wp-content/uploads/2020/08/arrow.svg)!important;
	background-size: 24px 24px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	color:transparent!important;
	transition:0.25s ease-in-out;
}


@media screen and (max-width: 767px) {
	
	
.owl-nav button.owl-prev, .owl-nav button.owl-next {
width:40px;
height:40px;
	background-image: url(https://hozah.com/wp-content/uploads/2020/08/arrow.svg)!important;
	background-size: 16px 16px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	color:transparent!important;
	transition:0.25s ease-in-out;
}

}


.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
	opacity: 0.5;
}

.owl-theme .owl-nav {
	margin:0;
}

.owl-theme .owl-nav [class*=owl-] {
	margin:0;
}

.owl-theme .owl-nav button.owl-prev {
	left: 0;
	-webkit-transform: translate(-50%, calc(-50% - 29px));
  transform: translate(-50%, calc(-50% - 29px));
}

.owl-theme .owl-nav button.owl-next {
	right: 0;
	-webkit-transform: translate(50%, calc(-50% - 29px)) scaleX(-1);
  transform: translate(50%, calc(-50% - 29px)) scaleX(-1);
}

.owl-nav button.owl-prev {
	left: 0;
	-webkit-transform: translate(50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-nav button.owl-next {
	right: 0;
	-webkit-transform: translate(50%, -50%) scaleX(-1);
	transform: translate(50%, -50%) scaleX(-1);
}

@media screen and (max-width: 767px) { 
	
	.owl-theme .owl-nav button.owl-prev {
	left: 0;
	-webkit-transform: translate(12px, calc(-50% - 29px));
  transform: translate(12px, calc(-50% - 29px));
}

.owl-theme .owl-nav button.owl-next {
	right: 0;
	-webkit-transform: translate(-12px, calc(-50% - 29px)) scaleX(-1);
  transform: translate(-12px, calc(-50% - 29px)) scaleX(-1);
}
}

.owl-theme .owl-dots {
margin-top:32px;
}

.owl-theme .owl-dots .owl-dot {
	background:transparent!important;
}

.owl-theme .owl-dots .owl-dot span {
	background:#999999;
	width:8px;
	height:8px;
	margin:12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#009FE3;
}






#logos .owl-stage {
	display: flex;
align-items: center;
}

#logos .owl-carousel .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:0 24px;
	text-align: center;
}

#logos .owl-carousel .owl-item img {
	max-height:100%;
	width: auto!important;
	display: inline-block!important;
	max-height: 300px;
}







#testimonials .owl-carousel .owl-stage {
	display:flex!important;
}

#testimonials .owl-carousel .owl-item {
	display: flex;
}

#testimonials .owl-carousel .item {
	background:white;
	border-radius: 16px;
	padding:48px;
	margin: 0 16px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 24px 32px 0px;
	display:flex;
	align-items:center;
	width:100%;
}

@media screen and (max-width: 767px) {
	
	#testimonials .owl-carousel .item {
		padding:16px;
	}
}

#testimonials .owl-carousel .owl-item {
	opacity:0.5;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

#testimonials .owl-carousel .owl-item.active.center {
	opacity:1;
}


#testimonials blockquote {
	margin:0;
	border: none;
    padding: 0;
	width:100%;
}

#testimonials blockquote .quote {
	margin-bottom:16px;
	position:relative;
}

#testimonials blockquote .quote::before, #testimonials blockquote .quote::after {
	font-family: Nexa-Bold,'Nexa-Bold';
    font-weight: normal!important;
	position: absolute;
	font-size:100px;
	z-index: 100;
	top:24px;
	color:#009FE3;
	transition:0.5s;
	-webkit-transition:0.5s;
	opacity: 0;
}

#testimonials .owl-carousel .owl-item.active.center blockquote .quote::before, #testimonials .owl-carousel .owl-item.active.center blockquote .quote::after {
	opacity: 1;
}

#testimonials blockquote .quote::before {
	left:0;
	content:'\201C';
	transform: translateX(-150%);
}

#testimonials blockquote .quote::after {
	right:0;
	content:'\201C';
	transform: scaleX(-1) translateX(-150%);
}

#testimonials blockquote .author, #testimonials blockquote .company {
	color:#999999;
	margin:0;
	transition:0.5s;
	-webkit-transition:0.5s;
}

#testimonials .owl-carousel .owl-item.active.center blockquote .author, #testimonials .owl-carousel .owl-item.active.center blockquote .company {
	color:#0071BA;
}

#testimonials blockquote .author {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}




#sectors .owl-carousel .owl-stage {
	display: flex;
}

#sectors .owl-carousel .owl-item {
	display: flex;
}

#sectors .owl-carousel .item {
	background:white;
	border-radius: 16px;
	padding:16px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 24px 32px 0px;
	text-align:center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#sectors h3 {
	margin:8px 0 0 0;
	font-family: 'Source Sans Pro';
font-weight: bold!important;
color: #333333;
	padding:0;
}

#sectors .disabled {
	opacity: 0;
}