
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {

  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.ihbox_section
{
 background-image: url("../img/bck.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
  transition: 0.3s;
  height: auto;
 
}

/*------------whatahsp api-----*/
.whatahsp
{
   position: fixed;
   z-index:10;
   bottom: 60px;
   width: 60px;
  
}

/*------------whatahsp api-close------*/