/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #1188c8;
	display: inline-block;
	zoom: 1;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	content:'';
	font-size: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 40px;
	line-height: 32px;
	height: 40px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* 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: 1;
	text-decoration: none;
}

/* Styling Pagination*/


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  margin-top: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


.owl-theme .owl-controls {

    margin-top: 50px;

    text-align: center;

}

.owl-theme .owl-controls .owl-page { display: inline-block }

.owl-controls .owl-page,

.owl-controls .owl-buttons div { cursor: pointer }

.owl-theme .owl-controls .owl-page span {border-radius: 50%;display: block;height: 10px !important;margin: 2px 4px !important;width: 10px !important;background-color: #989898;}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #1791cf;height: 12px !important;width: 12px !important;}

.owl-theme .owl-controls {display: block !important;text-align: center;}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#testimonial-carousel.owl-theme .owl-controls {
    margin-top: 30px;
    position: absolute;
    text-align: center;
    top: 55%;
    right: 35%;
}
#clients-slider.owl-theme .owl-controls {
}
#vision-slider.owl-theme .owl-controls{
    text-align: center;
    position: absolute;
    margin: 0;
    left: -6%;
    bottom: -12%;
}
#solution-slider{
    padding-top: 40px
}