@import url('https://fonts.googleapis.com/css?family=Lato');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section-header {
    background: #000;
    padding: 20px 0;
}

.header-logo {
    width: 21vw;
}

.section-service-banner {
    padding: 20px 0;
    font-family: "Lato",sans-serif;
}

.service-icon {
    width: 3.3vw;
    margin-right: 20px;
}

.service-list .title {
    max-width: 183px;
    font-size: 16px;
}

.content-column1 div {
    position: relative;
}

.section-hero {
    font-family: "Lato",sans-serif !important;
}

.content-column1 .img-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form-select {
    background-image: unset !important;
    font-weight: 600 !important;
}

.submit-button {
    color: #000;
    background-color: #fff;
    /* font-weight: 500 !important; */
}

.submit-button:hover {
    background-color: #D4AF37 !important;
    color: #fff !important;
}

.navbar {
    font-family: "Lato",sans-serif !important;
}

.nav-link {
    padding: 20px !important;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    font-weight: 600;
    width: 33.3vw;
}

.navbar-nav a.active {
    border: none;
    border-bottom: 5px solid #D4AF37;
    text-decoration: none;
    color: #D4AF37 !important;
    background-color: #f3f3f3;
}

.form-check-input {
    cursor: pointer ;
}

input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55,.25) !important;
    border-color: #D4AF37 !important;
}

input[type="checkbox"]:enabled:checked {
    background-color: #D4AF37 !important;
    color: white;
    border-color: #D4AF37 !important;
    outline: none !important;
    box-shadow: #D4AF37 !important;
}

select:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55,.25) !important;
    border-color: #D4AF37 !important;
}