.gradient-title-style1
{
    background: #040014;
    background: linear-gradient(to right, #040014 0%, #00BFE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-title-style2
{
    background: #00BFE3;
    background: linear-gradient(to right, #00BFE3 0%, #3BEDD0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-title-style3
{
    background: #040014;
    background: linear-gradient(to right, #040014 0%, #3BEDD0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-form-style-03 {
    margin-top: -100px;
}

input, select, textarea, .form-control, .form-select
{
    padding: 5px 15px!important;
    border-radius: 0;
    font-family: "DM Sans", sans-serif;
    color: #040014!important;
}

.wpcf7 [type=submit]
{
    width: 100%!important;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #00BFE3!important;
    color: #fff!important;
}

.wpcf7-form p 
{
    margin-bottom: 10px!important;
    font-family: "DM Sans", sans-serif;
}

.wpcf7-spinner
{
    display: none;
}

.wpcf7-response-output
{
    border-color: #03bfe3!important;
    font-family: "DM Sans", sans-serif;
    color : #040014!important;
    margin: 0!important;
}

.wpcf7 form.sent .wpcf7-response-output
{
    padding: 5px 10px;
    border-radius: 5px;
    border : none!important;
    background-color: #00bde354!important;
    font-family: "DM Sans", sans-serif;
    color: #040014!important;
    text-align: center;
}

.navbar.bg-transparent
{
    background-color: transparent!important;
}

button.mfp-close:before, button.mfp-close:active:before
{
    color: #00BFE3!important;
}

.form-label{
    color : #FFF8EA!important;
}

#crisp-chatbox
{
    display: none!important;
}