/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 5, 2019, 1:37:24 PM
    Author     : oranyelab
*/
.testimonila-item {
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 40px; }
  .testimonila-item .description p {
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    color: #333;
    font-weight: 700; }
  .testimonila-item .box-image {
    margin-bottom: 2em;
    border-radius: 3px;
    overflow: hidden; }

section.testimonial {
  padding: 96px 0px;
  background-color: #fff; }
  section.testimonial .owl-stage-outer {
    padding: 20px 0px;
    margin-right: -50%; }
  section.testimonial .owl-item:not(.active) {
    transform: scale(0.9);
    opacity: 0.8; }
  section.testimonial .owl-dots button {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    border-radius: 50%;
    border: 2px solid #a7d5f7;
    padding: 4px;
    background: #fafafa;
    cursor: pointer; }
  section.testimonial .owl-dots {
    text-align: center; }
  section.testimonial .owl-dots button.owl-dot.active {
    background: #1c92ea;
    border: 2px solid #1c92ea; }

@media only screen and (max-width: 575px) {
  .testimonila-item {
    padding: 30px 15px; } }

/*# sourceMappingURL=section-testimonial.css.map */
