blockquote{
  font-size: 1.4em;
  width:80%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:1px solid #e6e6e6 ;
  line-height:1.6;
  position: relative;
  background:#FDFDFD;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#61c0a0;
  font-size:2.25em;
  position: absolute;
  left: 15px;
  top:-10px;
}

blockquote::after{
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 30px;
    background: #7a756f; }
   /* was #0033c7 blue */
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
.grecaptcha-badge {
              bottom: 170px !important;
}
.ftco-services .services .icon span {
  padding-top: 13px;
}
@media (max-width: 768px) {
    .reverse-it {
        order: 1;
    }
}
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: grey !important;
    }
}
