.custom-slider {
  width: 100%;
}

/*.owl-stage {
  background-color: rgba(30, 144, 255, .8);
}*/

/*.owl-item {
  padding: 0;
  position: relative;
  opacity: .5;
}*/

.owl-item img {
  object-fit: cover;
  object-position: center;
  /*height: 450px !important;*/

}

.center {
  opacity: 1;
  transform: scale(1.005);
  transition: .5s ease-in-out;
  z-index: 9999;
}

.custom-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.thumb-slider
{
  margin-top:10px;
}

.thumb-slider .owl-controls .owl-nav .owl-next,.thumb-slider .owl-controls .owl-nav .owl-prev{
  top: 0;
  bottom: 0;
}

.owl-controls .owl-nav .owl-prev {
  position: absolute;
  height: 90%;
  /*width: 15%;*/
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-controls .owl-nav .owl-next {
  position: absolute;
  height: 90%;
  /*width: 15%;*/
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-controls .owl-nav .owl-next .next,.owl-controls .owl-nav .owl-prev .prev {
  background-color: #00a0e3;
  padding: 5px;
  color: white;
}


.owl-thumbs {
  text-align: center;
  display: table;
  width: 100%;
}

.owl-thumb-item {
  width: 20%;
  /*height: 150px;*/
  border: none;
  background: none;
  padding: 0 !important;
  opacity: .7 !important;
  overflow: hidden;
}

.owl-thumb-item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.owl-thumb-item.active,.active-thumb {
  opacity: 1 !important;
}

.owl-thumb-item.active img,.active-thumb {
  position: relative;
  border: 3px solid #00a0e3;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}