#section_image_qoute{
	background: url(../img//misc/house5new.jpg);
	background-repeat: no-repeat;
	position: center;
	background-attachment: fixed;
	background-size: cover;
}
#section_text{
	margin-left: 8em;
	height: 70vh;

}
#section_image_qoute h3{
	font-size: 2.5em;
	color: #ffffff;
	text-align: center;
	margin-top: 5em;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #2196f3;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0 10px 6px -6px #777;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
  color: #fff;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  color: #fff;
}



#section_image_qoute1{
	background: url(../img/misc/ofc3new.jpg);
	background-repeat: no-repeat;
	position: center;
	background-attachment: fixed;
	background-size: cover;
}
#section_text1{
	margin-left: 8em;
	height: 70vh;

}
#section_image_qoute1 h2{
	font-size: 2.5em;
	color: #ffffff;
	text-align: center;
	margin-top: 5em;
