/* Enter Your Custom CSS Here */

.noni_icon {top: -50px}
.noni_txt {bottom: -50px}
.noni_hide {opacity:0; position:relative; transition: all .5s ease-in-out;}
.noni_box:hover .noni_icon {top:0px}
.noni_box:hover .noni_txt {bottom:0px}
.noni_box:hover .noni_hide {opacity:1}