.template-slider, .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
    margin-left: 0px !important;
	margin-right: 0px !important;
	-ms-touch-action: pan-y;
}
.template-slider .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.template-slider .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.template-slider .owl-wrapper {
  position: relative;
  display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);	
}
.template-slider .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.template-slider  .owl-page, 
.template-slider  .owl-buttons div, .template-slider  .owl-nav div {
	cursor: pointer;
}
.template-slider  .owl-buttons div, .template-slider  .owl-nav div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 17px;
  opacity: 0.5;
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.template-slider .clickable .owl-buttons div:hover, .template-slider .clickable .owl-nav div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}
/* Styling Pagination*/
.template-slider .owl-page , .template-slider .owl-dot{
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.template-slider .owl-page span , .template-slider .owl-dot span  {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #cccccc;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}
.template-slider .owl-page.active span,
.template-slider .clickable .owl-page:hover span, .template-slider .owl-dot.active span, .template-slider .clickable .owl-dot:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}
/* If PaginationNumbers is true */
.template-slider .owl-page span.owl-numbers, .template-slider .owl-dot span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}
.template-slider {
   /* cursor: url(../images/drag.png) 16 9, ew-resize !important;*/
	position: relative;
    overflow: hidden;
}
/***********************
/*    Control layout9   */
/************************/
.template-slider .owl-controls, .template-slider .owl-nav {
   text-align: center;
    position: absolute;
    top: 50% !important;
    width: 100%;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.template-slider .owl-pagination, .template-slider .owl-dots{
   text-align: center;
	margin-top: 20px;
    width: 100%;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.template-slider .owl-prev, .template-slider .owl-next {
	position: absolute !important;
	top: 50% !important;
	background: none !important;
	font-size: 1em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #fff !important;
	-webkit-transform: translateY(-50%)  !important;
	transform: translateY(-50%)  !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
	opacity: 0.7 ;
}
.template-slider .owl-prev:hover, .template-slider .owl-next:hover {
	opacity: 1  !important;
}
.template-slider .owl-prev {
	left: 0.8em  !important;
	padding-left: 15px !important;
	background-size: 1.3em 1em  !important;
}
.template-slider .owl-next {
	background: none !important;
	left: auto  !important;
	right: 0.8em  !important;
	padding-right: 15px  !important;
	background-size: 1.3em 1em  !important;
}
.template-slider .owl-next {

}
.template-slider .elementor-widget-image{
	text-align: center;
}

