/*all*/
.btn, .sppb-btn{text-transform:uppercase;border:0px!important;padding:0px!important;}
.btn:focus, .sppb-btn:focus{box-shadow:none!important;outline:none!important;opacity:0.5;}
.btn:hover .fa, .sppb-btn:hover .fa{color:#000!important;}

/*top*/
.sppb-btn-default.contact-top:hover {
    background: #000!important;
    color: #fff!important;
}


/*default*/
.sppb-btn-default {
    background: transparent!important;
    color: #000!important;
    line-height: 0!important;
    padding: 18px 0px!important;
    font-size: 14px!important;
    font-family: 'Inter'!important;
    transtion:0.5s ease;
}

.sppb-btn-default:hover{
    background: transparent!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:0.5!important;
    transtion:0.5s ease;
}

/*primary*/
.sppb-btn-primary {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius:50px;
    line-height: 0!important;
    padding: 18px 25px!important;
}

.sppb-btn-primary:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}


/*videoslide*/
.videoslide-btn.sppb-btn-default {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius:50px;
    line-height: 0!important;
    padding: 18px 25px!important;
}

.videoslide-btn.sppb-btn-default:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}


/*button#bfSubmitButton*/
button#bfSubmitButton {
    background: transparent!important;
    color: #000!important;
    line-height: 0!important;
    padding: 18px 0px!important;
    font-size: 14px!important;
    font-family: 'Inter'!important;
    transtion:0.5s ease;
}

button#bfSubmitButton:hover{
    background: transparent!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:0.5!important;
    transtion:0.5s ease;
}

button#bfSubmitButton:after {
    content: '\f061';
    margin-left: 8px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

div#bfPage1 .form-group {
    text-align: right;
}

/*contact-top*/
.contact-top {
    text-transform: uppercase;
}


/*map*/
.leaflet-popup-content-wrapper a {
    background: #09142b!important;
    color: #fff!important;
    border-radius: 5px!important;
    line-height: 0!important;
    padding: 12px 18px!important;
    border: 0px!important;
    font-size: 12px!important;
}

.leaflet-popup-content-wrapper a:hover{
    background: #171717!important;
    color: #fff!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

/*mobile*/
@media (max-width: 767px){
.btn, .sppb-btn, .videoslide-btn.sppb-btn-default {
    font-size: 14px!Important;
    padding: 0px!important;
}}