.txt_glyph {
      margin-top:25px;
     line-height:180px;
}

.img_glyph {
     max-height:180px;
}
   #baloon {
    line-height: 1;
    display: none;
    position: absolute;
    width: 140px;
    top: -55px;
    left: 100%;
    margin-left: -120px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    background: white;
    border-radius: 5px;
    border : solid 2px #004b96;
    color : rgba(0, 75, 150, 1);
   -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
   -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    }

   #baloon:before {
  content:'';
  position: relative;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 2;
  margin-left: -8px;
  bottom: -35px;
  left: 50%;
}



   #baloon:after {
    content: '';
    position: relative;
   border-style: solid;
   border-width: 10px 10px 0;
   border-color: #004b96 transparent;
   display: block;
   width: 0;
   z-index: 1;
   margin-left: -8px;
   bottom: -12px;
   left: 50%;
    }


    #circle {
        display:block;
        position:relative;
       text-align:center;
    }

    #circle:hover > #baloon {
        display: block;
    }


.hi-icon-wrap:hover span {
  display: inline;
}


.txt_icon {
     bottom:0px;
    left:35px;
      position: absolute;
     font-size:14px;

}

.img_glyph {
     max-height:220px;
}

a:hover, a:active, a:focus {
    color: #004b96;
    text-decoration: none;
}

