html {
  scroll-behavior: smooth;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

button, input, select, textarea {
    border: 0px;
    padding: 4px;
    width: 400px;
    color: #000;
}

#contact-bar input[type=submit]{
background: #ffffff;
    color: #532991;

        display: inline-block;
    width: 184px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    border-radius: 35px;
    text-align: center;
    line-height: 47px;
    position: relative;
    padding-right: 41px;
    padding-left: 14px;
    padding-top:0px;
    padding-bottom:0px;
}

.cta_two-right > .vc_column-inner > .wpb_wrapper {

    padding-top: 99px;

}

.copyright{display:none;}

.header-search-area span{display:none!important;}