:root {
    --primary:#000000;
    --secondary:#0B8CFA;
    --primary-o:#064674;
}

body, html{
    font-family: 'Mulish', sans-serif;
    color: var(--primary);
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.container, .elementor-container{
    max-width: 1400px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

h1,h2,h3{
    font-weight: 800;
    text-transform: uppercase;
    
}
h1{
    line-height: 50px;
}
.wpcf7-submit{
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 7px 20px;
}
.elementor-button, .wpcf7-submit{
    background-color:var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 20px;
}
.elementor-button:hover, .wpcf7-submit:hover{
    background-color:var(--secondary);
}
.lines{
    padding: 25px 10px 20px 10px;
    border-bottom: 4px solid #F6F6F6;
    font-weight: 600;
}
.lines:hover, .active .lines{ 
    border-bottom: 4px solid #064674;
    color:#064674;
}
label, input, textarea{
    width: 100%;
}
input, textarea{
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
}
textarea{
    height: 100px;
}
label, .wpcf7-response-output{
    color: #fff;
}
