/* .btn_animation button {
    width: 90%;
}

@media (max-width:576px) {
    .btn_animation button {
        width: 100%;
    }
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    transform: rotate(180deg);
}

.hvr-icon-drop:before {
    content: "\e642";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-float-away:before,
.hvr-icon-float-away:after {
    content: "\e726";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-grow-rotate:before {
    content: "\e60f";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-wobble-horizontal:before {
    content: "\e6af";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-bounce:before {
    content: "\e670";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-pulse:before {
    content: "\e6b1";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-hang:before {
    content: "\e65f";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-drop:before {
    content: "\e61d";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
}

.hvr-icon-spin:before {
    content: "\e619";
    font-family: 'themify';
    font-weight: 500;
    font-size: 16px;
} */