.first iframe
{
width:100%;
height:250px;
}
.first1
{
 color: #ff9900;
}
.first2
{
text-align:center;
color: #ff9900;
margin-bottom:20px;
}
.second img
{
width:100%;
height:100px;
}
.second1 img
{
width:100%;
height:220px;
}

.hr
{
color:#000000;
}
/* Services */
.button {
  border-radius: 4px;
  background-color:#FFFFFF;
  border: none;
  color:#000000;
  text-align: center;
  font-size: 20px;
  padding: 6px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.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;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/* Gallary */
div.gallery {
    margin: 5px;
    float: left;
}
div.gallery img {
    width: 100%;
    height:150px;
}

div.desc {
    padding: 15px;
    text-align: center;
}
.gallery1 img
{
width:100%;
height:200px;
}
.third
{
margin-top:2opx;
margin-bottom:20px;
}