body{
    font-family: 'Titillium Web', sans-serif;
   
}
img{
    width: 100%;
}
header{
    margin-top: 65px;
}
.slider{
    margin-top: 20px;
}
#testimonial{
    background: #f1f1f1;
    padding: 50px 0 30px 0;
    text-align: center;
    margin-top: 40px;
}
.info-two{
    background: #f1f1f1;
}
footer{
    background: url(../img/contact.jpg) no-repeat;

}
.service-icon {
    float: left;
    background: #03C4EB;
    padding: 20px;
    border-radius: 50%;
    transition: 0.5s;
    border: 3px solid #03C4EB;
}
.service-icon i {
    color: #fff;
    font-size: 16px;
  }
  .service-item:hover .service-icon {
    background: #fff;
  }
  .service-item:hover .service-icon i {
    color: #03C4EB;
  }
 a:hover{
     text-decoration: none;
 }

.reviews {
  padding: 70px; }
  .reviews .titulo {
    text-align: center;
    font-family: "Open Sans", Arial, Sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #4facd3;
    margin-bottom: 70px; }
.reviews .cliente {
    overflow: hidden;
    margin-bottom: 20px; }
   .reviews .cliente .foto {
      width: 20%;
      float: left;
      text-align: right; }
    .reviews .cliente .foto img {
        max-width: 100px;
        width: 100%;
        vertical-align: top;
        border-radius: 100%; }
  .reviews .cliente .review {
      float: left;
      width: 80%;
      padding: 0 30px;
      margin-top: 20px; }
     .reviews .cliente .review .texto {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px; }
      .reviews .cliente .review .nombre {
        color: #ddb146;
        font-size: 14px; }
    .reviews .cliente.derecha .foto {
      float: right;
      text-align: left; }
   .reviews .cliente.derecha .review {
      float: right;
      text-align: right; }
