/*Write you styles here*/
/* .button1 {
    position: absolute;
    top: 35%;
    left: 10%;
    background-color: wheat;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    
    
}
/* .btnwrap .button1 {
    display: none;
} */


/* .btnwrap:hover + .button1 {
    display: block;
}

.button2 {
    position: absolute;
    top: 35%;
    left: 60%;
    background-color: wheat;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    
}  */





/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
  } */

  /* .btnwrap:hover {
    transition: background 0.5s ease;
    background: rgba(0, 0, 0, .3);
  } */

  .button1 {
    position: absolute;
     /*width: 350px; */
    top: 35%;
    left: 10%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    
  }
  
  .button1 a {
    width: 100px; 
    padding: 12px 24px;
    text-align: center;
    color: black;
    z-index: 1;
    background-color: #def2f1;
    /*padding: 8px 16px;*/
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .btnwrap:hover .button1 {
    opacity: 1;
  }



  .button2 {
    position: absolute;
    /* width: 350px; */
    top: 35%;
    right: 10%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    
  }
  
  .button2 a {
    width: 100px; 
    padding: 12px 24px;
    text-align: center;
    color: black;
    z-index: 1;
    background-color: #def2f1;
    /*padding: 8px 16px;*/
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .btnwrap:hover .button2 {
    opacity: 1;
  }
  
  /*single button*/
  /*.button3 {*/
  /*  position: absolute;*/
     /*width: 350px; */
  /*  top: 35%;*/
  /*  right: 50%;*/
  /*  text-align: center;*/
  /*  opacity: 0;*/
  /*  transition: opacity .35s ease;*/
    
  /*}*/
  
  /*.button3 a {*/
     /*width: 100px; */
  /*  padding: 12px 24px;*/
  /*  text-align: center;*/
  /*  color: black;*/
  /*  z-index: 1;*/
  /*  background-color: #def2f1;*/
    /*padding: 8px 16px;*/
  /*  border: none;*/
  /*  cursor: pointer;*/
  /*  border-radius: 5px;*/
  /*}*/
  
  /*.btnwrap:hover .button3 {*/
  /*  opacity: 1;*/
  /*}*/

  .services-list-front h5 {
      background-color:#def2f1;
  }