/* Contact page only */
.page-contact .page-hero{
    background:linear-gradient(135deg,rgba(6,27,61,.94),rgba(8,169,222,.76)),url('../images/backgroundimg.png') center/cover;
}
.page-contact .contact-card .section-heading{
    max-width:100%;
}
.page-contact .contact-form{
    position:relative;
    overflow:hidden;
}
.page-contact .contact-form::before{
    content:"";
    position:absolute;
    right:-70px;
    top:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(31,212,239,.11);
    pointer-events:none;
}
