.contact-wrap {
  width: 100%;
  position: relative;
  cursor: pointer; }
  .contact-wrap:hover .e-mail-icon-active {
    display: block; }
  .contact-wrap:hover .e-mail-icon {
    display: none; }
  .contact-wrap:hover p {
    color: #f2ce92; }
  .contact-wrap .e-mail-bg img {
    width: 100%;
    height: auto; }
  .contact-wrap .e-mail-icon-active {
    width: 66px;
    height: auto;
    position: absolute;
    top: 96px;
    left: 50%;
    margin-left: -33px;
    z-index: 10;
    display: none; }
  .contact-wrap .e-mail-icon {
    width: 66px;
    height: auto;
    position: absolute;
    top: 96px;
    left: 50%;
    margin-left: -33px;
    z-index: 10; }
  .contact-wrap p {
    position: absolute;
    top: 170px;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #fff; }
  .contact-wrap tr{
    border-bottom:1px rgb(145, 136, 136) dashed;
  }
  .contact-wrap .cols-1{
    width:58%;
    padding-bottom:3px;
    padding-top:5px;
  }
  .contact-wrap .cols-1 .icon{
    display: inline-block;
    float:right;
    margin-right:40px;
  }
  .contact-wrap .cols-2{
    width:6%;
  }
  
  
