body {
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
    font-family: "Lato", sans-serif !important;
}

.cs-banner-bg {
    background-image: url('../images/contactus.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 94px);
    background-position: center;
}

.cs-banner-logo {
    max-width: 150px;
    margin: auto;
}

.cs-banner-title {
    background-color: #00000080 !important;
}

.cs-banner-title h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Contact Us */

.cs-contact-link {
    color: #0071ba;
    text-decoration: underline;
    font-size: 20px;
    line-height: normal;
}

.cs-contact-text {
    font-size: 20px;
    line-height: normal;
}

.cs-contact-form input,
.cs-contact-form textarea,
.cs-contact-form button {
    border-radius: 4px;
}

/* Contact Us End */

@media(max-width:425px) {
    .cs-banner-title h1 {
        font-size: 34px;
    }
}