.owl-carousel1 .owl-item {
  opacity: .4;
}
.owl-carousel1.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.owl-carousel1 .owl-item.active {
  opacity: 1;
}

.owl-carousel1 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel1 .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel1 .owl-nav .owl-prev span:before,
.owl-carousel1 .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel1 .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel1 .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel1 .owl-dots {
  text-align: center;

}

.owl-carousel1 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #e6e6e6;
visibility:visible;

}

.owl-carousel1 .owl-dots .owl-dot.active {
  background: #007bff;
}

.owl-carousel1.home-slider1 {
  z-index: 1;
  position: relative;
	margin-top:10px;
}


.owl-carousel1.home-slider1 .slider-item1 {
	margin-top:68px;  /*space between header and slider */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
min-height:450px;
 
width:100%;
}



.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  
   max-height:450px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel1.home-slider1 .owl-dots {
  position: absolute;
  bottom: -33px;
  width: 100%;
}

.owl-carousel1.home-slider1 .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #f25a02;
  background: none;
  border: 1px solid black;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel1.home-slider1 .owl-dots .owl-dot span {
  position: absolute;
  width: 7px;
  height: 7px;
  background:#f25a02 ;
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel1.home-slider1 .owl-dots .owl-dot.active {
  border: 1px solid red;
}

.owl-carousel1.home-slider1 .owl-dots .owl-dot.active span {
  background: #f25a02;
}

.owl-carousel1.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel1.major-caousel .owl-nav .owl-prev, .owl-carousel1.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel1.major-caousel .owl-nav .owl-prev:hover, .owl-carousel1.major-caousel .owl-nav .owl-prev:focus, .owl-carousel1.major-caousel .owl-nav .owl-next:hover, .owl-carousel1.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel1.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel1.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel1.major-caousel .owl-nav .owl-prev {
  left: -60px !important;

}

.owl-carousel1.major-caousel .owl-nav .owl-next {
  right: -60px !important;

}

.owl-carousel1.major-caousel .owl-dots {
  bottom: 0px !important;
  position: relative;
   display:none;

}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}
