
/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Custom Testimonial plugin          ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
/****************************************************************************************************************
****************************************************************************************************************
01. Imported styles

11. testimonial-section style


****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 1 imported styles */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200);
@import url(https://fonts.googleapis.com/css?family=Hind);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');
@import url(https://fonts.googleapis.com/css?family=Lora);


@import url(../plugin/bootstrap/css/bootstrap.min.css);

@import url(owl.carousel.css);

@import url(owl.theme.default.min.css);

@import url(../plugin/js/menuzord.css);






/* Start Base CSS */
html,
body { height: 100% }
body {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  color: #9E9E9E;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Hind', sans-serif;  
    margin: 0;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
i {
  font-style: normal;
}
.p0 {
  padding: 0 !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}




/* Start testimonial-section styles */

.testimonial-section h2{ 
margin:20px auto;
margin-top: 50px;
color: #fff;
border-bottom: 1px solid #fff;
 
}
.testimonial-section .manager_text {
  text-align: center;
}
.testimonial-section .single-manager_text img {
  width: 100px !important;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}
.testimonial-section .single-manager_text p {
  color: hsl(0, 0%, 80%);
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 22px;
  padding-top: 17px;
}
.single-manager_text .manager h4 {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;padding-bottom: 8px
}
.single-manager_text .manager h6 {
  color: #ffcc00;
  font-size: 21px;
  line-height: 22px;
   font-family: 'Pacifico', cursive;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ffcc00 none repeat scroll 0 0;
  border-radius: 30px;
  height: 10px;
  margin: 5px 7px;
  position: relative;
  right: 0;
  top: 50%;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot {
  display: block;
}
.testimonial-section .owl-theme .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid#ffcc00;
  background: none;
}
/* End testimonial-section styles */

/*responsive css*/

/* Tablet Layout: 768px. */
  @media only screen and (min-width: 768px) and (max-width: 980px) {


  .testimonial-section .single-manager_text p {
    font-size: 15px;
  }
  
  
  .owl-theme .owl-nav {
    right: 122px;
    top: 40px;
  }
  .testimonials-wrap {
    margin-left: 0px;
  }
   }
