/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  /*margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; */
    margin-top: 10px;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-40px;
	width: 100%;
	text-align: left;
    height: 0px;
}
 .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;margin-top: 10px; }
.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;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.testimonial{background: #e3e3e3;}
.att-name{font-weight: bold;}
.testimonial .quote{width: 100%;box-sizing: border-box; padding:30px; font-size: 13px;display: block;text-align: right;position: absolute;bottom:0;left: 0;}
.owl-carousel-w{max-width: 996px;margin: 0 auto;}
.testimonial .owl-item{padding: 35px 30px 65px 30px;color: #fff;box-sizing: border-box;position: relative; background-color: #297f9d;}
.testimonial .owl-item p{color: #fff;}
/* .testimonial .owl-item:nth-child(3n+1){background:#297f9d;}
.testimonial .owl-item:nth-child(3n+2){background:#eda823;}
.testimonial .owl-item:nth-child(3n+3){background:#d94558;} */
.testimonial .owl-theme .owl-nav .owl-prev {
    position: relative;
	float: left;
	background: url(../img/icon_slider_arrow_left.png) no-repeat center center;
	left: -5.77%;
	background-size: 42px 42px;
	background-color: rgba(0, 0, 0, 0);
    width: 42px;
	height: 42px;
}
.testimonial .owl-theme .owl-nav .owl-next {
     position: relative;
	float: right;
	background: url(../img/icon_slider_arrow_right.png) no-repeat center center;
	right:-5.77%;
	background-size: 42px 42px;
	background-color: rgba(0, 0, 0, 0);
    width: 42px;
	height: 42px;
}

@media all and (max-width: 1137px) {
.testimonial .owl-theme .owl-nav .owl-next {right: 10px;opacity: 0.8;}
.testimonial .owl-theme .owl-nav .owl-prev{left: 10px;opacity: 0.8;}
.testimonial .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default; }
}

.speakers_wrapper{max-width: 996px;margin: 0 auto;}
.speakers_s .owl-theme .owl-nav .owl-prev {
    position: relative;
    float: left;
    background: url(../img/icon_slider_arrow_left.png) no-repeat center center;
    left: -5.77%;
    background-size: 42px 42px;
    background-color: rgba(0, 0, 0, 0);
    width: 42px;
    height: 42px;
}
.speakers_s .owl-theme .owl-nav .owl-next {
    position: relative;
    float: right;
    background: url(../img/icon_slider_arrow_right.png) no-repeat center center;
    right:-5.77%;
    background-size: 42px 42px;
    background-color: rgba(0, 0, 0, 0);
    width: 42px;
    height: 42px;
}
.speakers_s .owl-item{border-top: 10px solid #eb5e57;border-bottom: 2px solid #d6d6d6;background: #fff;padding-bottom: 15px;}
.speakers_s .owl-item:nth-child(even){border-top: 10px solid #ffcd1c;}

@media all and (max-width: 1137px) {
    .speakers_s .owl-theme .owl-nav .owl-next {right: 10px;opacity: 0.8;}
    .speakers_s .owl-theme .owl-nav .owl-prev{left: 10px;opacity: 0.8;}
    .speakers_s .owl-theme .owl-nav .disabled {
        opacity: 0;
        cursor: default; }
}