/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
 
/* ------------------------------------
12.bestt page testimonial start here 
---------------------------------------*/
.bestt-testimonial-area {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px; 
  color: #6a6a6a;

  padding: 80px 20px; 
  margin-top: -78px;
  overflow: hidden;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.bestt-testimonial-area .total-testimonial {
  background-position: center;
  margin: 0 -30px;
  background: url(../img/testimonial-bg.png) no-repeat;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial {
  position: relative;
  overflow: hidden;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial p {
  padding: 0 200px;
  margin: 48px 0 0;
  position: relative;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial p i {
  font-size: 72px;
  color: #e4e4e4;
  padding: 0;
  position: absolute;
  left: 10%;
  top: -20px;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial .details {
  margin-top: 20px;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial .details h3 {
  color: #01b1d7;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 500;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .single-testimonial .details p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .owl-controls {
  margin-top: 5px;
  position: relative;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .owl-controls .owl-pagination {
  margin-left: 70%;
  margin-top: -19px;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .owl-controls .owl-pagination .owl-page.active span {
  border: 1px solid #222222;
}
.bestt-testimonial-area .total-testimonial .bestt-testimonial .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 8px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  background: #01b1d7;
} 




@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
 
.bestt2-testimonial-area {
  padding: 100px 0;
  background: url(../img/bt2-bg.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
}
.bestt2-testimonial-area .carousel-inner {
  left: 0 !important;
  width: 100% !important;
}
.bestt2-testimonial-area .carousel-control {
  display: none;
}
.bestt2-testimonial-area blockquote {
  border: none;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 40px 0px;
  color: #333
}
.bestt2-testimonial-area blockquote p:nth-child(2) {
  max-width: 800px;
  text-align: center;
  display: inline-block
}
.bestt2-testimonial-area blockquote:nth-child(2), .bestt2-testimonial-area blockquote:nth-child(3) {
  display: none
}
.bestt2-testimonial-area .carousel-indicators li {
  width: 100px;
  height: 92px;
  border-radius: 0px;
  border: none;
  position: relative;
  text-indent: 0px;
  overflow: hidden; 
}
.bestt2-testimonial-area .carousel {
  height: 400px;
  position: relative;
}
.bestt2-testimonial-area .carousel-indicators li.active {
  width: 160px;
  height: 140px;
  position: relative;
  top: 20px;
}
.bestt2-testimonial-area .carousel-indicators li.active img {
  width: 100%;
  height: 100%;
}
.bestt2-testimonial-area .carousel-indicators li p {
  display: none;
  background: #3b9dcc;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .8
}
.bestt2-testimonial-area .carousel-indicators li.active p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 30% 0;
}
.bestt2-testimonial-area .carousel-indicators li.active p span {
  display: block;
  font-family: "Arimo", sans-serif;
  font-weight: normal;
  font-size: 14px;
} 

 
@media (min-width: 1170px) and (max-width: 1300px) { 
  .bestt2-testimonial-area .carousel-indicators{
    left:29%; 
    width:100%; 
    bottom:20px;
  } 
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) { 
  .bestt2-testimonial-area .carousel-indicators{
    left:29%; 
    width:100%; 
    bottom:20px;
  } 
}
 
 
/* Large Mobile 200px to 767 start */
@media only screen and (min-width: 200px) and (max-width: 767px) { 
  .bestt2-testimonial-area .carousel-indicators li{
    width:15%; 
    height:auto
  }
  .bestt2-testimonial-area .carousel-indicators li.active{
    width:20%; 
    height:auto; 
    top:12px
  }
  .bestt2-testimonial-area .carousel-indicators{
    left:29%; 
    width:100%; 
    bottom:35px;
  }
  .bestt2-testimonial-area .carousel-indicators li.active p{
    font-size:10px; 
    line-height:normal
  }
  .bestt2-testimonial-area .carousel-indicators li.active p span{
    font-size:10px
  } 
}

/* Large Mobile 200px to 767 start */
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
  .bestt2-testimonial-area .carousel-indicators li{
    width:15%; 
    height:auto
  }
  .bestt2-testimonial-area .carousel-indicators li.active{
    width:20%; 
    height:auto; 
    top:12px
  }
  .bestt2-testimonial-area .carousel-indicators{
    left:29%; 
    width:100%; 
    bottom:20px;
  } 
}
