.nab-wrap{
  text-align: center;
  margin: 20px 0;
  position: relative;
  clear:both;
}
.nab-wrap .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.nab-wrap .owl-item img{
  height: auto;
  border: 1px solid #eeeeee;
}
.nab-title {
    margin-left: 8px;
    padding: 0;
    font-size: 18px;
    margin-bottom: 0px;
}

.nab-wrap .owl-theme  .owl-prev {
    right:25px;

}
.nab-wrap .owl-theme  .owl-next {

    right: -6px;
}
/* Dots Style */

.nab-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.nab-wrap .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
 .nab-wrap .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
.nab-wrap .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
   }

/* Ends Dots Style */
/*v2*/
/* Navigation */
.nab-wrap .owl-theme  .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size:18px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height:28px;
}
.nab-wrap .owl-controls .owl-next,
.nab-wrap .owl-controls .owl-prev {
  position: absolute;
  top: -40px;
  z-index: 2;
}
.nab-wrap  .owl-theme .owl-nav [class*='owl-'] {
 background-color:#f6435b;
}
 .nab-wrap  .owl-theme .owl-nav [class*='owl-']:hover {
  background-color:#e92e47;

 }

 .nab-wrap .owl-controls .owl-next {
  right:-4px;
 }
 .nab-wrap .owl-controls .owl-prev {
 right:28px;
 }
/* Dots */
.nab-wrap  .owl-theme .owl-dots .owl-dot span {
 background:#f6435b;
}
.nab-wrap  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background:#e92e47;
}

/* Make each item take up the carousel height */
.nab-wrap .owl-carousel .item {
  display: flex;
  justify-content: center; /* Horizontal alignment */
  align-items: center; /* Vertical alignment */
  height: 100%; /* Take full carousel height */
}

/* Make images responsive */
.nab-wrap .owl-carousel .item img {
  max-height: 100%; /* Scale the image to fit container height */
  max-width: 100%; /* Maintain aspect ratio */
  object-fit: contain; /* Ensure proper scaling without distortion */
}

.nab-wrap .owl-carousel .owl-stage {
  
  display: flex;
}
/*
Owl nav css 
*/
.nab-wrap .owl-nav .owl-next, .nab-wrap .owl-nav .owl-prev{position: absolute;top: 40%;}
.nab-wrap .owl-nav .owl-next{right: -40px;}
.nab-wrap .owl-nav .owl-prev{left: -40px;}

/*
Owl logo item 
*/
.nab-wrap .owl-carousel .item{border-top-width: 0px !important;
  border-radius: 4px;background-color: #fff;transition: transform 300ms ease-out;    padding-top: 5px;
  padding-bottom: 5px;
}
.nab-wrap .owl-carousel .item:hover{        -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);

}
.nab-wrap .owl-carousel .item a{ border-radius: 4px;}
.nab-wrap .owl-carousel .item a img{ border-radius: 4px;}