
 #owl-demo .owl-buttons{display: none;}
  body{
    padding: 0;
    margin: 0;
  }
  #owl-demo{
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
  }
  .items{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
  }
  #owl-demo .item img{
    display: block;
    width: 100%;
    height: 100%; 
  }

  div.owl-prev,div.owl-next{
    top:45%;
    font-size: 18px !important;
    background: #0052a5 !important;
    opacity: 1 !important;
    color: #FFF !important;
    border-radius: 0!important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  div.owl-prev{
    left: 2%;
  }
  div.owl-next{
    right: 2%;
  }
  .owl-controls.clickable .owl-buttons div{
    width: 71px;
    height: 71px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    padding: 0; 
  }
  .owl-pagination{
   position: absolute;
   bottom: 3%;
   width: 100%;
   margin: 0 auto;
 }
 .owl-controls .owl-page span{  
  cursor: pointer;
  position: relative !important;
  background: #ec0a06 !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 19px !important;
  height: 19px !important;
  border: 2px #1E90FF	 !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float:none !important;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}
.owl-controls .owl-page.active span{
  background: #1E90FF	 !important;
  width: 19px !important;
  height: 19px !important;
  border: 2px #1E90FF	 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#owl-demo1  .item{
  margin:5px 10px ;
}
#owl-demo1, 
#owl-demo2 .item img{
  display: block;
  height: auto;
}

/* hover2 */
.boxes{
  overflow:hidden;
  position:relative;
}
.boxes .boxes-img img{
  width: 100%;
  height: auto;
}
.boxes .contents{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.boxes .content{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  transition:all 0.50s ease 0s;
}
.boxes:hover .content{
  left:0;
}
.boxes .title{
  font-size:24px;
  color:#fff;
  text-align: center;
  text-transform:uppercase;
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
  margin:0 0 30px 0;
}
.boxes .description{
  font-size:16px;
  color:#fff;
  text-align: center;
  margin-bottom:35px;
}
.boxes .read-more{
  padding:10px 20px;
  background:#000;
  color:#fff;
  text-decoration-line: none;
  text-transform: capitalize;
}