/* CONTACT FORM 7 */

.wpcf7{
max-width:850px;
margin:auto;
}

.wpcf7 p{
margin-bottom:28px;
}

.wpcf7 label{
display:block;
font-size:15px;
color:#6f7480;
margin-bottom:10px;
font-weight:500;
}

.wpcf7 input,
.wpcf7 textarea{
width:100%;
box-sizing:border-box;
padding:18px 24px;
background:#f8f9fc;
border:1px solid #e4e9f2;
border-radius:18px;
font-size:17px;
color:#6f7480;
transition:.3s;
}

.wpcf7 textarea{
height:180px;
resize:none;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus{
outline:none;
border-color:#00338d;
box-shadow:0 0 0 4px rgba(0,51,141,.08);
background:white;
}

.wpcf7-submit{
background:#00338d !important;
color:white !important;
border:none !important;
border-radius:18px !important;
padding:18px 50px !important;
font-size:15px !important;
letter-spacing:2px;
font-weight:600;
cursor:pointer;
transition:.3s;
display:block;
margin:40px auto 0;
}

.wpcf7-submit:hover{
transform:translateY(-3px);
box-shadow:0 12px 30px rgba(0,51,141,.25);
}

.wpcf7-spinner{
display:none;
}

@media(max-width:768px){

.wpcf7 input,
.wpcf7 textarea{
padding:16px 18px;
}

.wpcf7-submit{
width:100%;
}

}

.footer_top .column1{
    text-align:center !important;
}

