
.page-header{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 375px;
}
.page-header h1{
    line-height: 1.4em;
    font-size: 4.125rem;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    padding-top: 150px;
}
.the-bg{
    background-color: var( --e-global-color-astglobalcolor4 );
    padding-bottom: 30px;
}
.queries{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.queries h5{
    line-height: 1.2em;
    color: var(--ast-global-color-2);
    font-size: 1.125rem;
    font-family: 'Lato',sans-serif;
}
.queries h1{
    font-size: 2.625rem;
    font-family: 'Lato',sans-serif;
    color: var(--ast-global-color-2);
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.queries .line{
    background-color: var(--ast-global-color-2);
    height: 1.5px;
    width: 60px;
    margin: auto;
}
.contact-one div{
    background-color: var( --e-global-color-astglobalcolor5 );
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}
.contact-one div:hover{
    box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.15);
}
.contact-one span{
    font-size: 1.625rem;
    font-family: 'Lato', sans-serif;
    line-height: 1.3em;
    font-weight: 700;
    color: #1d2124;
}
p{
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    color: var(--ast-global-color-3);
}
.contact-one p{
    text-align: center;
    margin-top: 10px;
}
.contact-one h5{
    color: var( --e-global-color-astglobalcolor0 );
    font-size: 1.125rem;
    line-height: 1.2em;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    margin-top: 20px;
}
.cf h6{
    line-height: 1.25em;
    color: var(--ast-global-color-2);
    font-size: 0.9375rem;
    font-family: 'Lato',sans-serif;
}
.cf h2{
    font-size: 2.625rem;
    font-family: 'Lato',sans-serif;
    color: var(--ast-global-color-2);
}
.the-form{
    background-color: var( --e-global-color-astglobalcolor5 );
    padding: 50px;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
}
input, textarea{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    font-family: inherit;

    border-color: var(--ast-border-color);
    background-color: var(--ast-global-dark-bg-style);
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    border: 1px solid var(--ast-border-color);
    margin-top: 15px;
    margin-bottom: 15px;
}
.c-msg div{
    padding-top: 30px;
}
.c-msg h2{
    margin-top: 10px;
    margin-bottom: 10px;
}
.the-form button{
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
}
textarea{
    height: 200px;
}
