
*::after, *::before{
display:none;
}

.cust-quotes {
    max-width: 980px;
    height: 450px;
    position: relative;
    margin: auto;
    color: #fff;
}

.cust-quotes blockquote {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
}
.cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
}
.cust-quotes blockquote p{
  font-weight:normal;
  margin-bottom: 10px;
}
.cust-quotes blockquote p:before {
   content: '\201C';
}
.cust-quotes blockquote p:after {
   content: '\201D';
}
.cust-quotes blockquote cite {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
   color: #88ce5d !important;
}


.quotetext  {
  font-size:1.3em;
  font-weight:normal;
  line-height: 1.5em;
}

.quoteppersontitle cite {
    text-transform: uppercase;
    font-weight: bold;
  color:#fff !important;
}

#testimonials {
    margin: 0 auto;
    width: 100%;
    background-color: #1f2932;
      padding-bottom: 100px;
}

/*****************************************/
/* Responsive */
/*****************************************/


      @media (max-width: 767px){

.quotetext {font-size: 1.3em !important;}
        
}
