/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.whatsapp {
    background: #25D366;
    font-size: 25px;
    line-height: 50px;
    box-shadow: 0 0 25px rgba(23, 23, 23, .25);
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    bottom: 15px;
    z-index: 1029;
    border-radius: 100%;
}
.whatsapp:hover{
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
a.btn_1.outline:hover, .btn_1.outline:hover{
    color: #fff !important;
}
