﻿.btn-contact { text-decoration: none; display: inline-block; background-color: #ff8f03; padding: 14px 25px; font-size: 14px; line-height: 1.6; letter-spacing: .5px; color: #181a2f; text-transform: uppercase; border-radius: 2px; font-weight: 500; font-family: rubik; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; border:0px; }
.btn-contact a:hover { background-color: #14141c; color: #fff;cursor:crosshair }