/*-------------------------
  VIDEOSLIDE DIAMOND BUTTON
-------------------------*/
.videoslide-btn, .sppb-btn-primary, #bfSubmitButton {
    background: #0e959b;
    font-size:16px!important;
    padding:0px 20px!important;
    border-radius:0px;
    position:relative;
    transition:0.3s ease;
}

.videoslide-btn:hover, .sppb-btn-primary:hover, #bfSubmitButton:hover {
    background: #0bb0b7;
    transition:0.3s ease;
}
.videoslide-btn:before, .sppb-btn-primary:before, #bfSubmitButton:before{
  content: "";
  position: absolute;
  width: 0;
  top: 16px;
  right: -33px;
  transform: rotate(90deg);
  bottom:0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition:0.3s ease;
}
.videoslide-btn:after, .sppb-btn-primary:after, #bfSubmitButton:after{
  content: "";
  position: absolute;
  width: 0;
  top: 16px;
  left: -33px;
  transform: rotate(-90deg);
  bottom:0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition:0.3s ease;
}
.videoslide-btn:before, .sppb-btn-primary:before, #bfSubmitButton:before {
  bottom: 100%;
  border-bottom: 17.6px solid #0e959b;
  transition:0.3s ease;
}
.videoslide-btn:after, .sppb-btn-primary:after, #bfSubmitButton:after {
  bottom: 100%;
  border-bottom: 17.6px solid #0e959b;
  transition:0.3s ease;
}
.videoslide-btn:hover:before, .sppb-btn-primary:hover:before, #bfSubmitButton:hover:before {
  bottom: 100%;
  border-bottom: 17.6px solid #0bb0b7;
  transition:0.3s ease;
}
.videoslide-btn:hover:after, .sppb-btn-primary:hover:after, #bfSubmitButton:hover:after {
  bottom: 100%;
  border-bottom: 17.6px solid #0bb0b7;
  transition:0.3s ease;
}

@media screen and (max-width:991px){
.videoslide-btn {
    transform: scale(0.65);
  }}

#bfSubmitButton {
    height: 50px!important;
    line-height: 30px!Important;
    top: -20px!Important;
    width: 120px!important;
    transition:0.3s ease;
}

.contact-form #bfSubmitButton, .career-form #bfSubmitButton {
    height: 50px!important;
    line-height: 30px!Important;
    top: 20px!Important;
    width: 120px!important;
    transition:0.3s ease;
}

.button-center-mobile {
margin-left: 20px!important;
}
