@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Regular.ttf) format("truetype"), url(fonts/Poppins-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Bold.ttf) format("truetype"), url(fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

header {
    padding-top: 100px;
}

article,
details,
footer,
header,
main,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

b,
strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

.btn-dark{
    color:#FFF !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
    background-color: #212529;
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #212529;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #212529;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role="button"] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul {
        margin-bottom: 0;
    }

ol li {
    font-size: 16px;
    margin-top: 5px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}

    input[type="checkbox"][disabled],
    input[type="radio"][disabled] {
        cursor: not-allowed;
    }

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly] {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled] {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.has-success .control-label,
.has-success .help-block {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-error .control-label,
.has-error .help-block {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5a6570;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control,
.input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-group .form-control:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .input-group .form-control:last-child,
        .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
        .input-group-btn:first-child > .btn:not(:first-child),
        .input-group-btn:last-child > .btn,
        .input-group-btn:last-child > .btn-group > .btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus,
            .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

            .nav > li > a > img {
                max-width: none;
            }

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-link {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-link:hover {
            color: #fff;
        }

    .navbar-inverse .btn-link {
        color: #9d9d9d;
    }

        .navbar-inverse .btn-link:focus,
        .navbar-inverse .btn-link:hover {
            color: #fff;
        }

        .navbar-inverse .btn-link[disabled]:focus,
        .navbar-inverse .btn-link[disabled]:hover {
            color: #444;
        }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    list-style: none;
    background-color: #ededed;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-primary {
    background-color: #212529;
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #0a0c0d;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c;
    }

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.skip-to-content-link {
    position: absolute;
    margin-top: -65px;
    margin-left: 45%;
    color: white !important;
    background: #212529;
    font-weight: 700;
    max-width:fit-content;
    padding:15px;
    text-transform: uppercase;
}

    .skip-to-content-link:focus {
        position: relative;
        margin-top: 0;
        z-index: 99999;
        display: block;
    }

* {
    font-family: Poppins, sans-serif !important;
}

body {
    background-color: #f7f7f7;
    color: #fff;
}

a,
p {
    font-size: 18px !important;
    margin: 15px auto 0;
    text-decoration: none !important;
}

.page-header {
    background-color: #ededed;
    color: #000;
    margin: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    padding-bottom: 25px;
}

.page-content {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    color: #000;
    background-color: #f7f7f7;
}

footer {
    display: block;
    padding: 25px;
    border-top: 2px solid #fea45a;
    background-color: #212529;
}

    footer a,
    footer p {
        color: #fff;
        font-size: 14px !important;
    }

        footer a:focus,
        footer a:hover {
            color: #fea45a;
        }

.btn {
    border-radius: 0;
}

section {
    padding: 25px 0;
}

#banner-primary {
    padding: 0;
}

.section-primary,
.section-secondary {
    padding: 80px 8px;
}

.section-row-header {
    margin-bottom: 40px;
}

.section-primary .section-row-header h2,
.section-secondary h2 {
    font-weight: 400;
}

.section-row-header h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.section-row-header h3 {
    font-size: 22px;
}

    .section-row-header h3 > a {
        font-size: 34px !important;
        color: white !important;
        text-decoration: none !important;
    }

.section-primary .svg-container {
    padding: 25px 0 5px;
    margin-bottom: 25px;
    background-color: #363636;
    border-radius: 15px;
}

.section-primary svg {
    fill: #fea45a;
    width: 88px;
    display: block;
    margin: 0 auto 25px auto;
}

.section-secondary {
    background-color: #fff;
    color: rgba(0, 0, 0, 1);
}

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1325px;
}

.row-articles .article-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
    border-bottom: 15px solid #fea45a;
    background-color: #fff;
}

@media (min-width: 1650px) {
    .container-xl {
        max-width: 1650px !important;
    }
}

.navbar {
    background-color: rgba(33, 37, 41, 1);
    margin-bottom: 0;
    border: unset;
    border-bottom: 2px solid #c63;
    padding-left: 15px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-brand {
    display: flex;
    height: 100px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .navbar-brand img {
        height: 65px;
    }

.navbar-toggle {
    margin-top: 30px;
}

.navbar-inverse .navbar-toggle {
    background-color: #c63;
}

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #c63;
    }

.navbar-inverse .navbar-nav > li {
    padding: 0;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
        padding: 0 0 1rem 0;
        margin: 1rem;
        display: inline-block;
    }

        .navbar-inverse .navbar-nav > li > a.active {
            border-bottom: 2px solid #fea45a;
        }

.section-footer {
    display: block;
    width: 100%;
    text-align: center;
}

    .section-footer .cta-primary {
        display: inline-block;
    }

#banner-primary {
    background: url('/img/f1774283-2553-005d-95a5-b0fc88b18478/00b5694f-3680-45e3-91fa-a10e54d4e420/seattle-concrete-design-contractors.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    #banner-primary .container {
        padding: 100px 20px 120px;
    }

    #banner-primary h1 {
        font-size: 40px;
        line-height: 48px;
    }

    #banner-primary h2 {
        max-width: 75%;
        font-weight: 400;
    }

    #banner-primary .banner-cta {
        margin-top: 25px;
    }

.banner-cta {
    display: block;
    width: 100%;
}

.cta-primary {
    padding: 5px 0;
    color: #fff !important;
    border-bottom: 2px solid #fea45a;
    min-height: 38px;
}

    .cta-primary:focus,
    .cta-primary:hover {
        border-bottom: 2px solid #fea45a;
    }

#contact .cta-primary {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
}

.cta-secondary {
    padding: 25px 0 5px;
    color: #000;
    border-bottom: 2px solid #c63;
    display: inline-block;
}

    .cta-secondary:focus,
    .cta-secondary:hover {
        color: #000;
        border-bottom: 2px solid #fea45a;
    }

.services-wrapper ul {
    padding: 0;
    list-style: none;
}

    .services-wrapper ul li {
        height: 50px;
    }

        .services-wrapper ul li a {
            padding-bottom: 5px;
        }

#about-seattle-concrete .section-row {
    margin-top: 30px;
}

#services-seattle-concrete {
    background-color: rgba(33, 37, 41, 1);
}

    #services-seattle-concrete .section-column {
        border: 5px solid #363636;
        padding: 25px;
        margin: 15px;
    }

    #services-seattle-concrete > .container > .cta-primary {
        margin-top: 45px;
        margin-bottom: 10px;
    }

.row-service {
    margin-bottom: 50px;
    background-color: #fff;
    border: 2px solid #ededed;
    padding: 25px 5px;
}

#projects-seattle-concrete .img-wrapper {
    margin-top: 25px;
}

    #projects-seattle-concrete .img-wrapper:first-of-type {
        margin-top: 0;
    }

#articles-seattle-concrete {
    background-color: #e6e6e6;
}

    #articles-seattle-concrete .col-md-4 {
        display: flex;
        align-items: stretch;
    }

    #articles-seattle-concrete .article-body {
        height: 100%;
        padding: 25px;
        background-color: #fff;
        border-bottom: 15px solid #fea45a;
    }

    #articles-seattle-concrete .cta-secondary {
        display: inline-block;
    }

.row-articles {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

    .row-articles h4 {
        font-size: 30px;
    }

    .row-articles .article-item {
        display: block;
        height: 100%;
        padding: 15px 0;
    }

    .row-articles .cta-secondary {
        margin-top: auto;
        margin-left: 0;
    }

    .row-articles .article-body {
        padding: 25px;
    }

article {
    margin-bottom: 100px;
}

    article h2 {
        margin: 40px 0 20px 0 !important;
        font-size: 24px;
    }

#articles-seattle-concrete h4,
#contact-seattle-concrete h4,
#services-seattle-concrete h4 {
    font-size: 24px;
    margin-bottom: 24px;
}

.article-tags {
    margin-bottom: 15px;
}

    .article-tags > span {
        background-color: #fff;
        padding: 10px;
        display: flex;
        margin-top: 5px;
        margin-bottom: 5px;
    }

#contact-seattle-concrete {
    background-color: #212529;
    border-bottom: 15px solid #f7f7f7;
    border-top: 2px solid #fea45a;
}

    #contact-seattle-concrete input,
    #contact-seattle-concrete textarea {
        font-size: 18px !important;
        padding: 15px;
    }
    #contact-seattle-concrete .col-lg-6 {
        padding: 0px;   
    }

    #contact-seattle-concrete .content-row {
        background-color: #3a3a3a;
        padding: 50px !important;
    }

    #contact-seattle-concrete .section-row-header {
        margin-bottom: 40px;
    }

    #contact-seattle-concrete .btn-submit {
        color: #000 !important;
        padding: 15px;
        background-color: #e6e6e6;
        border-bottom: 2px solid #fea45a;
        color: #fff;
        width: 100%;
    }

    #contact-seattle-concrete .contact-form-wrapper {
        margin-top: 55px;
    }

    #contact-seattle-concrete ul {
        list-style: none;
        padding: 0;
    }

    #contact-seattle-concrete li > a {
        color: #fff;
        display: block;
        margin: 5px 5px 5px 0px;
    }

section.section-gallery {
    margin-top: -25px;
    padding-top: 0 !important;
}

.img-about,
.img-service,
.section-gallery img {
    margin: 15px 0;
    border: 25px solid #fff;
}

.d-none {
    display: none !important;
}

.arrow {
    border: solid #c63;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media (min-width: 1024px) {
    .section-gallery img {
        height: 500px;
    }

    .navbar {
        width: 100%;
        z-index: 9999;
        background-color: rgba(33, 37, 41, 1);
        text-align: left;
        height: 100px;
    }

        .navbar ul li {
            height: 100px;
            display: flex;
            align-items: center;
        }

    .nav-link {
        border-bottom: 2px solid #c63;
        margin-right: 15px;
    }

    a.nav-link {
        padding: 10px 3px !important;
        margin: 0 15px;
    }

    .nav a:active,
    .nav-link.active,
    .nav > li > a:focus,
    .nav > li > a:hover {
        color: #fff;
        background-color: unset;
        border-bottom: 2px solid #fea45a;
    }

    a.nav-button {
        background-color: #fea45a;
        padding: 15px !important;
        margin: 15px 10px 5px !important;
        font-weight: 700;
        color: #000 !important;
    }

    .nav-button:focus,
    .nav-button:hover {
        color: #fff !important;
        background-color: #fea45a !important;
        padding-bottom: 15px !important;
        margin: 15px 10px 5px;
        border: 0 !important;
    }

    #banner-primary {
        min-height: 700px;
        margin-top: -100px;
    }

        #banner-primary .container {
            position: relative;
            padding: 150px 20px 100px;
        }

    .banner-mask {
        z-index: 100;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(33, 37, 41, 0.4);
    }

    .banner-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #banner-primary h2 {
        max-width: 100%;
        font-weight: 400;
    }

    #banner-primary .banner-cta {
        display: inline-block;
        width: auto;
        margin-right: 15px;
        margin-top: 0;
    }

    .cta-primary,
    .cta-secondary {
        border-bottom: 2px solid #c63;
        display: inline-block;
    }

    #projects-seattle-concrete .cta-secondary {
        margin-top: 0;
        border-bottom: 2px solid #c63;
        display: inline-block;
    }

    .section-row-header h2 {
        text-transform: uppercase;
        font-size: 20px;
    }

    .section-row-header h3 {
        font-size: 40px;
        font-weight: 700;
    }

        .section-row-header h3 > a {
            font-size: 40px !important;
            font-weight: 700;
            text-decoration: none !important;
        }

    .section-primary,
    .section-secondary {
        padding: 100px 8px 120px;
    }

    .services-wrapper {
        text-align: center;
    }

        .services-wrapper .section-column {
            padding-top: 75px;
            margin: 15px;
            border: 5px solid #363636;
            border-radius: 15px;
        }

    .section-secondary .img-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .section-secondary img {
        margin-left: auto;
        display: flex;
        align-items: baseline;
    }

    .section-row {
        display: flex;
        align-items: stretch;
        height: 100%;
    }

        .section-row p {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    #articles-seattle-concrete h4,
    #contact-seattle-concrete h4,
    #services-seattle-concrete h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    #projects-seattle-concrete .section-row .img-wrapper {
        min-height: 350px;
        margin-top: 0;
    }

    #projects-seattle-concrete .section-row img {
        border: 2px solid #fea45a;
        border-radius: 15px;
    }

    #projects-seattle-concrete .section-footer a {
        padding-top: 15px;
    }

    .projects-wrapper {
        margin-top: -25px;
    }

    #articles-seattle-concrete .article-body {
        padding: 50px;
    }

    #contact-seattle-concrete .cta-primary,
    #contact-seattle-concrete p {
        font-size: 24px !important;
    }

    #contact-seattle-concrete .content-row {
        background-color: #3a3a3a;
        border-bottom: 30px solid #3a3a3a;
        border-left: 15px solid #3a3a3a;
        border-top: 30px solid #3a3a3a;
        border-right: 15px solid #3a3a3a;
    }

    #contact-seattle-concrete .section-row-header {
        margin-bottom: 40px;
    }

    #contact-seattle-concrete .contact-form-wrapper {
        border-bottom: 30px solid #3a3a3a;
        border-right: 30px solid #3a3a3a;
        border-top: 30px solid #3a3a3a;
        padding: 50px;
        margin-top: 0;
    }

    #contact-seattle-concrete .contact-row {
        border-bottom: 5px solid #c63;
    }

    #contactForm {
        padding: 25px 0 0;
    }

    .locations-list {
        margin-top: 25px;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

.locations-list .cta-secondary {
    padding-top: 10px;
}
