.btn-typ1 {
    background: #79b91c none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #79b91c;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.btn-typ1:hover {
    background: #565454;
    color: #fbfaf9;
}

.btn-typ2 {
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    transition: all .2s;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-typ2:hover {
    background: #fff;
    color: #79b91c;
}

.btn-typ3 {
    background: #79b91c none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #79b91c;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}

.btn-typ3:hover {
    background: #fff;
    color: #79b91c;
}

.btn-typ4 {
    background: #2f3034 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #2f3034;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.btn-typ4:hover {
    background: #fff;
    color: #79b91c;
}

.btn-typ5 {
    background: #2f3034 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 15px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #2f3034;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.btn-typ5:hover {
    background: #fff;
    color: #79b91c;
    border-color: #79b91c;
}