.owl-nav{
  position:absolute;
  bottom:20px;
  right:116px;
}
.owl-carousel.owl-theme{
	height:300px;
}
.owl-stage-outer{
	height:300px;
}
.owl-item.active{
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-item{
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-item.active > .item{
	height:100% !important;
	width:100%;
	filter:blur(0px);
}
.owl-item > .item{
	width:100%;
	height:100%;
	filter:blur(3px);
}
.owl-stage{
	display:flex;
	justify-content:center;
	align-items:center;
}
.blurbg-open > :not(.login-form){
  -webkit-filter: blur(3px);
  filter:blur(3px);
}
nav {
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none;
}
.xnav
{
  width:60%;
  background: #000;
  border: 1px solid #000;
  margin:auto;
  left:0;
  right:0;
  top:40%;
  border-radius:8px;
  opacity:0.7;
}
nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  float: left;
  text-align: center;
 /* border-left: 1px solid #fff;
  border-right: 1px solid #ccc;*/
 
  box-sizing: border-box;
 
}
.xnav ul li { margin:0px;}
nav ul li:first-child {
  border-left: none;
}

nav ul li a {
  display: block;
  text-decoration: none;
  text-align:center;
  color: #fff;
  font-size:20px;
  padding: 10px 5px;
  opacity:1;
}

.xnav ul li.active { background:#c2002e;}

::-webkit-scrollbar { 
  display: none; 
}
.registration-steps{
  width:100%;
  min-height:100vh;
  height:auto;
}