.mycode .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
  border:1px solid #eeeeee;
  text-align: center!important;
  
}
.mycode .owl-item.center > div {
  cursor: auto;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
text-align: center!important;
}
.mycode .owl-item:not(.center) > div:hover {
  opacity: .75;
  text-align: center!important;
  
  
}
.mycode .owl-carousel  .owl-controls{
	text-align: center!important;
}
.mycode .owl-carousel .owl-controls .owl-nav {
	padding: 10px;
    text-align: center!important;
	
	margin: auto;
  width:100%;
  padding: 10px;
}

.mycode .owl-carousel .owl-controls .owl-nav .owl-prev{
  background:#283b8d;
  padding:10px;
  width:46px;
  text-align:center;
  float:left;
  margin:5px;
  color:white;
  left: 0;
 position: absolute;
}
.mycode .owl-carousel .owl-controls .owl-nav .owl-next{
  background:#283b8d;
  padding:10px;
  width:46px;
  margin:5px;
  text-align:center;
  float:left;
  color:white;
  right: 0;
 position: absolute;
}

