.header {
  background: #ebe5de;
}
.header .header-body h1 {
  color: #333;
}

.header .header-body p {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 20px auto 0;
  line-height: 30px;
}

.header .header-body p span {
  color: #990000;
}

.rq-demo-single {
  position: relative;
  padding: 5px;
  background: #ebe5de;
  margin-bottom: 30px;
}



.rq-demo-single .rq-demo-img-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden
  display: block;
  background-position: 0 0;
  transition: all 2s ease;
  background-size: 100% auto;
}

.rq-demo-single:hover .rq-demo-img-wrapper  {
  background-position: 0 100%;
}

.rq-demo-details {
  background: #ebe5de;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}




