/**CONTACT US*/
.nf-form-fields-required{
    display: none;
}
.contact_page .hero-bg{
        left: 0PX;
    width: auto;
    background-size: auto;
}
.contact_page .about-hero-content{
    width: 935px;
}
.hero-home.contact_page {
    padding: 80px 0px;
}
.contact_page .about-hero-content h1{
       margin: 0 auto; 
      font-size: 32px;
}
.contact_page .about-hero-content p {
    font-size: 28px;
    line-height: 34px;
}
.cont_form .nf-form-wrap.ninja-forms-form-wrap {
    width: 643px;
    margin: 40px auto;
    padding: 67px 0px;
}
.cont_form {
    width: 803px;
    margin: 0 auto;
    background: linear-gradient(155.63deg, rgba(21, 15, 57, 0.75) 0%, rgba(36, 26, 93, 0.75) 84.41%);
    box-shadow: 8px 9px 38.5px 0px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(23.5px);
    border-radius: 25px;
    position: relative;
}
.cont_form:before {
    content: "";
    background: rgba(77, 54, 154, 0.8);
    width: 749px;
    height: 285px;
    position: absolute;
    right: -45px;
    border-radius: 100%;
    filter: blur(100px);
}
.cont_form label {
    font-weight: 500 !important;
    font-size: 16px;
    color: rgba(237, 240, 244, 1);
}
.cont_form .nf-field-element input{
    background: rgba(23, 30, 44, 0.5);
    border: 1px solid rgba(75, 98, 144, 1);
    height: 6px;
    border-radius: 6px;
    padding: 30px;
    color: rgba(237, 240, 244, 1);
}
.cont_form .nf-field-element textarea{
    background: rgba(23, 30, 44, 0.5);
    border: 1px solid rgba(75, 98, 144, 1);
    height: 80px;
    border-radius: 3px;
    padding: 30px;
    color: rgba(237, 240, 244, 1);
}   
.cont_form .submit-wrap .nf-field-element{
    margin: 0 auto;
    text-align: center;    
}
.cont_form .submit-wrap .nf-field-element input{
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);
    width: 104px;
    height: 37px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto !important;
    border: 0;  
    color: rgba(237, 240, 244, 1);    
}
.cont_form form .nf-field-container{
    margin-bottom: 35px;   
}
