/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-carousel .item {
	position: relative;
	background-size: cover !important;
}
.owl-theme .owl-controls {
	text-align: center;
	display: block;
}
#owl-slider.owl-theme .owl-controls {
	margin-top: -45px;
	margin-bottom: 39px;
	height: 5px;
}
#owl-slider.owl-theme .owl-controls {
	visibility: hidden;
}
#owl-slider.owl-theme:hover .owl-controls{
	visibility: visible;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	display: block;
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	top: 50%;
	zoom: 1;
	text-align: center;
	z-index: 9;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 1;
	font-size:36px;
	border: 5px solid #e2e2e2;
	margin-top: -25px;
	background: #444;
	color: #fff;
	opacity: .4;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	border-color: #ECEFF1;
	background: #cc0001;
	color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 50px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 50px;
}
.all-carousels.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0px!important;
}
.all-carousels.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px!important;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
  	content: "\f060";
	position: relative;
	right: 2px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	font-family: 'Font Awesome 5 Free';
  	content: "\f061";
  	position: relative;
	left: 2px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.9;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position: relative;
}
.owl-theme .owl-controls .owl-page span {
	/*display: block;
	width: 30px;
	height: 5px;
	margin: -60px 3px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	background: #fff;
	z-index: 0;
	position: relative;*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: 24px;
	width: 24px;
	color: #FFF;
	padding: 0px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media (max-width: 1000px) {
  .owl-theme .owl-controls {
	visibility: visible;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div {
	font-size: 28px;
	width: 40px !important;
	height: 40px !important;
	margin-top: -20px;
  }
}
@media (max-width: 479px) {
  .owl-theme .owl-controls {
	display: none!important ;
  }
}
.section .owl-theme .owl-controls {
	margin-top: -79px;
	/*visibility: hidden;*/
}
.section:hover .owl-theme .owl-controls {
	visibility: visible;
}
#reviews.owl-theme .owl-controls .owl-buttons div {
	top: 50px;
}
#reviews.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -50px;
}
#reviews.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -50px;
}
#owl-partners.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0px;
/*	top:20px;*/
}
#owl-partners.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px;
/*	top:15px;*/
}
#owl-partners.owl-theme .owl-controls {
	margin-bottom: -20px;
}
#owl-partners.owl-theme .item {
	text-align: center;
}

.ie8 #owl-slider {
	max-height: 533px;
}
.testimonials .owl-item ul {
	display: none;
}
.all-carousels .item{
    padding: 10px 15px;
}
.sidebar-carousel .owl-controls .owl-buttons div {
	top: -56px !important;
	margin: 0;
	border-radius: 0%;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	line-height: 1;
	font-size:36px;
	border: 0px none transparent;
	background: transparent;
	color: #888;
	opacity: 1;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    visibility: visible;
}
@media (min-width: 1024px) {
  .sidebar-carousel .owl-controls .owl-buttons div {
	visibility: hidden;
	color: #fff;
  }
  .page-carousels .owl-controls .owl-buttons div {
	visibility: hidden;
	color: #fff;
  }
}
.sidebar-carousel .owl-controls .owl-buttons div.owl-prev {
	right: 20px;
	left: auto;
}
.sidebar-carousel .owl-controls .owl-buttons div.owl-next {
	right: -10px;
}
.sidebar .post:hover .sidebar-carousel .owl-controls .owl-buttons div {
	visibility: visible !important;
	color: #888;
}
.sidebar-carousel .owl-controls .owl-buttons div:hover {
	background: transparent;
	color: #222 !important;
	opacity: 1;
}
.page-carousels:hover .owl-controls .owl-buttons div {
	visibility: visible;
}
.page-carousels .owl-controls .owl-buttons div.owl-prev {
	left: -10px;
}
.page-carousels .owl-controls .owl-buttons div.owl-next {
	right: -10px;
}
.owl-item .border {
	border-width: 0px;
	margin-bottom: 5px;
	color: #333 !important;
}
.owl-item.active .border {
	border-width: 1px;
}

.second-carousel .item {
  text-align: center;
  
}
.second-carousel .item h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
.second-carousel .item h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
}
