.owl-nav .disabled, .disabled{
    display: none !important;
}
  
  #sync2 .item {
    background: #C9C9C9;
  }
  #sync2 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .slider_item_container {
    background: #0c83e7 !important;
  }
  
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
  }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
  }
  
 