@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-007F, U+0080-00FF;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/Poppins-SemiBold.woff2)format("woff2"), url(../fonts/Poppins-SemiBold.woff)format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-007F, U+0080-00FF;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/Poppins-Bold.woff2)format("woff2"), url(../fonts/Poppins-Bold.woff)format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-007F, U+0080-00FF;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins-Regular.woff2)format("woff2"), url(../fonts/Poppins-Regular.woff)format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-007F, U+0080-00FF;
    src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/Poppins-Light.woff2)format("woff2"), url(../fonts/Poppins-Light.woff)format("woff");
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #fb3048;
    --orange: #fd7e14;
    --yellow: #fff000;
    --green: #ffa300;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ffa300;
    --secondary: #4975e1;
    --success: #ffa300;
    --info: #17a2b8;
    --warning: #fff000;
    --danger: #fb3048;
    --light: #e8e8e8;
    --dark: #868686;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(50, 50, 50, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ffa300;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #b37200;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(50, 50, 50, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffd180;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ffa300
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 163, 0, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffa300' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #ffa300;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #ffa300;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffa300' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #ffa300;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #ffa300
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #ffa300
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #ffa300
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #ffb533;
    background-color: #ffb533
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffa300
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #ffa300
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #ffa300;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #fb3048
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(251, 48, 72, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fb3048;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fb3048' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fb3048' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fb3048;
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #fb3048;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fb3048' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fb3048' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #fb3048;
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #fb3048
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #fb3048
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #fb3048
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #fc6274;
    background-color: #fc6274
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #fb3048
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #fb3048
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #fb3048;
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-primary:hover {
    color: #fff;
    background-color: #d98b00;
    border-color: #cc8200
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #d98b00;
    border-color: #cc8200;
    box-shadow: 0 0 0 .2rem rgba(222, 144, 6, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc8200;
    border-color: #bf7a00
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 144, 6, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #4975e1;
    border-color: #4975e1
}

.btn-secondary:hover {
    color: #fff;
    background-color: #285cdc;
    border-color: #2356d4
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #285cdc;
    border-color: #2356d4;
    box-shadow: 0 0 0 .2rem rgba(100, 138, 230, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #4975e1;
    border-color: #4975e1
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2356d4;
    border-color: #2152c9
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 138, 230, .5)
}

.btn-success {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-success:hover {
    color: #fff;
    background-color: #d98b00;
    border-color: #cc8200
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #d98b00;
    border-color: #cc8200;
    box-shadow: 0 0 0 .2rem rgba(222, 144, 6, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #cc8200;
    border-color: #bf7a00
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 144, 6, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #fff000;
    border-color: #fff000
}

.btn-warning:hover {
    color: #212529;
    background-color: #d9cc00;
    border-color: #ccc000
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #d9cc00;
    border-color: #ccc000;
    box-shadow: 0 0 0 .2rem rgba(222, 210, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #fff000;
    border-color: #fff000
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ccc000;
    border-color: #bfb400
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 210, 6, .5)
}

.btn-danger {
    color: #fff;
    background-color: #fb3048;
    border-color: #fb3048
}

.btn-danger:hover {
    color: #fff;
    background-color: #fa0a27;
    border-color: #f30521
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #fa0a27;
    border-color: #f30521;
    box-shadow: 0 0 0 .2rem rgba(252, 79, 99, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #fb3048;
    border-color: #fb3048
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f30521;
    border-color: #e7041f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(252, 79, 99, .5)
}

.btn-light {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-light:hover {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cfcfcf
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cfcfcf;
    box-shadow: 0 0 0 .2rem rgba(202, 203, 203, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cfcfcf;
    border-color: #c8c8c8
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(202, 203, 203, .5)
}

.btn-dark {
    color: #fff;
    background-color: #868686;
    border-color: #868686
}

.btn-dark:hover {
    color: #fff;
    background-color: #737373;
    border-color: #6d6d6d
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #737373;
    border-color: #6d6d6d;
    box-shadow: 0 0 0 .2rem rgba(152, 152, 152, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #868686;
    border-color: #868686
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #666
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(152, 152, 152, .5)
}

.btn-outline-primary {
    color: #ffa300;
    border-color: #ffa300
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ffa300;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .5)
}

.btn-outline-secondary {
    color: #4975e1;
    border-color: #4975e1
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #4975e1;
    border-color: #4975e1
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(73, 117, 225, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #4975e1;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4975e1;
    border-color: #4975e1
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(73, 117, 225, .5)
}

.btn-outline-success {
    color: #ffa300;
    border-color: #ffa300
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #ffa300;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #ffa300;
    border-color: #ffa300
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #fff000;
    border-color: #fff000
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #fff000;
    border-color: #fff000
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 240, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fff000;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fff000;
    border-color: #fff000
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 240, 0, .5)
}

.btn-outline-danger {
    color: #fb3048;
    border-color: #fb3048
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fb3048;
    border-color: #fb3048
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fb3048;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fb3048;
    border-color: #fb3048
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(251, 48, 72, .5)
}

.btn-outline-light {
    color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 232, 232, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #e8e8e8;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 232, 232, .5)
}

.btn-outline-dark {
    color: #868686;
    border-color: #868686
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #868686;
    border-color: #868686
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 134, 134, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #868686;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #868686;
    border-color: #868686
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 134, 134, .5)
}

.btn-link {
    font-weight: 400;
    color: #ffa300;
    text-decoration: none
}

.btn-link:hover {
    color: #b37200;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(50, 50, 50, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa300
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffa300;
    background-color: #ffa300
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffd180
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffe3b3;
    border-color: #ffe3b3
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ffa300;
    background-color: #ffa300
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 163, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 163, 0, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 163, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 163, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ffd180;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ffd180;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ffa300;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffe3b3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffa300;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffe3b3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ffa300;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffe3b3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffa300
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(50, 50, 50, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(50, 50, 50, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(50, 50, 50, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(50, 50, 50, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(50, 50, 50, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(50, 50, 50, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(50, 50, 50, .5);
    border-color: rgba(50, 50, 50, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2850, 50, 50, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(50, 50, 50, .5)
}

.navbar-light .navbar-text a {
    color: rgba(50, 50, 50, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(50, 50, 50, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(50, 50, 50, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(50, 50, 50, .03);
    border-bottom: 1px solid rgba(50, 50, 50, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(50, 50, 50, .03);
    border-top: 1px solid rgba(50, 50, 50, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffa300;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #b37200;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 163, 0, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffa300;
    border-color: #ffa300
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #9d6d18;
    background-color: #ffedcc;
    border-color: #ffe5b8
}

.alert-primary hr {
    border-top-color: #ffdc9f
}

.alert-primary .alert-link {
    color: #714e11
}

.alert-secondary {
    color: #3e558d;
    background-color: #dbe3f9;
    border-color: #ccd8f7
}

.alert-secondary hr {
    border-top-color: #b6c7f4
}

.alert-secondary .alert-link {
    color: #2e406a
}

.alert-success {
    color: #9d6d18;
    background-color: #ffedcc;
    border-color: #ffe5b8
}

.alert-success hr {
    border-top-color: #ffdc9f
}

.alert-success .alert-link {
    color: #714e11
}

.alert-info {
    color: #246c78;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #184951
}

.alert-warning {
    color: #9d9518;
    background-color: #fffccc;
    border-color: #fffbb8
}

.alert-warning hr {
    border-top-color: #fffa9f
}

.alert-warning .alert-link {
    color: #716b11
}

.alert-danger {
    color: #9b313d;
    background-color: #fed6da;
    border-color: #fec5cc
}

.alert-danger hr {
    border-top-color: #feacb6
}

.alert-danger .alert-link {
    color: #74252e
}

.alert-light {
    color: #919191;
    background-color: #fafafa;
    border-color: #f9f9f9
}

.alert-light hr {
    border-top-color: #ececec
}

.alert-light .alert-link {
    color: #787878
}

.alert-dark {
    color: #5e5e5e;
    background-color: #e7e7e7;
    border-color: #ddd
}

.alert-dark hr {
    border-top-color: #d0d0d0
}

.alert-dark .alert-link {
    color: #454545
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(50, 50, 50, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #323232
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ffa300 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #cc8200 !important
}

.bg-secondary {
    background-color: #4975e1 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #2356d4 !important
}

.bg-success {
    background-color: #ffa300 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #cc8200 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #fff000 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ccc000 !important
}

.bg-danger {
    background-color: #fb3048 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #f30521 !important
}

.bg-light {
    background-color: #e8e8e8 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #cfcfcf !important
}

.bg-dark {
    background-color: #868686 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #6d6d6d !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ffa300 !important
}

.border-secondary {
    border-color: #4975e1 !important
}

.border-success {
    border-color: #ffa300 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #fff000 !important
}

.border-danger {
    border-color: #fb3048 !important
}

.border-light {
    border-color: #e8e8e8 !important
}

.border-dark {
    border-color: #868686 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(50, 50, 50, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(50, 50, 50, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(50, 50, 50, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.aligncenter,
.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.aligncenter,
.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ffa300 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #b37200 !important
}

.text-secondary {
    color: #4975e1 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #1f4dbe !important
}

.text-success {
    color: #ffa300 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #b37200 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #fff000 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b3a800 !important
}

.text-danger {
    color: #fb3048 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #da041e !important
}

.text-light {
    color: #e8e8e8 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #c2c2c2 !important
}

.text-dark {
    color: #868686 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #606060 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(50, 50, 50, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.wrapper {
    padding: 30px 0
}

#wrapper-hero {
    padding: 0 !important
}

.bypostauthor,
.gallery-caption,
.sticky {
    font-size: inherit
}

.wrapper#wrapper-sticky {
    border-bottom: 1px solid #dee2e6
}

#wrapper-footer-full,
#wrapper-static-hero {
    background-color: #e9ecef
}

.wp-caption {
    font-size: inherit
}

.wp-caption-text {
    font-size: inherit
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.entry-footer span {
    padding-right: 10px
}

#secondary img,
article img,
figure,
img,
img.wp-post-image {
    max-width: 100%;
    height: auto
}

a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0
}

.jumbotron {
    margin-bottom: 0
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ffa300
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent
}

.navbar-light .navbar-brand a {
    color: rgba(50, 50, 50, .9)
}

.navbar-light .navbar-brand a:focus,
.navbar-light .navbar-brand a:hover {
    color: rgba(50, 50, 50, .9)
}

.navbar-dark .navbar-brand a {
    color: #fff
}

.navbar-dark .navbar-brand a:focus,
.navbar-dark .navbar-brand a:hover {
    color: #fff
}

.navbar h1 {
    font-weight: 400
}

.wrapper {
    padding: 0
}

:focus {
    outline: 0
}

body {
    font-family: Poppins, sans-serif
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.875rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

p {
    font-size: 1rem
}

.small-font {
    font-size: .813rem
}

.large-font {
    font-size: 2.5rem
}

.xl-large-font {
    font-size: 4.625rem
}

.metro-top-gradient {
    background: linear-gradient(90deg, #ffa300 35%, #ff8702 100%)
}

.metro-text-dark-color {
    color: #727272
}

.metro-title-color {
    color: #323232
}

.metro-primary-color,
.read_more {
    color: #ffa300
}

.read_more:hover {
    color: #ffa300
}

.metro-footer-bg {
    background-color: #2c2c2c
}

.line-height {
    line-height: 1.5
}

.entry-content a {
    color: #f76e2a
}

.entry-content a:hover {
    color: #ffa300
}

.entry-content h2 {
    color: #323232 !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 2rem 0 1.3rem 0 !important
}

.entry-content h3 {
    color: #323232;
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 1.3rem 0
}

.entry-content h4,
.entry-content h5 {
    color: #323232 !important;
    font-size: 2rem;
    font-weight: 700;
    margin: 1.4rem 0 1.3rem 0
}

.entry-content ul li {
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 1rem
}

.service-bg {
    background-color: #f8f8f8;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .service-bg {
        margin: 4rem 0
    }
}

.service-bg .card-title {
    color: #000
}

.service-bg h3 {
    margin: 0
}

.google-banner {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.youtube-main {
    border: solid .4rem transparent;
    border-radius: .5rem;
    background-image: linear-gradient(#000, #000), linear-gradient(0deg, #ffa300 0, #ff8702 100%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (min-width:768px) {
    .youtube-main {
        margin-top: 3rem
    }
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: .4s all
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player .play {
    height: 50px;
    width: 75px;
    left: 50%;
    top: 50%;
    margin-left: -37.5px;
    margin-top: -25px;
    position: absolute;
    background: url(../img/youtube.png) no-repeat;
    background-size: contain;
    cursor: pointer
}

@media (min-width:1200px) {
    .youtube-player .play {
        height: 100px;
        width: 150px;
        margin-left: -75px;
        margin-top: -50px
    }
}

.license-number {
    padding-bottom: 3rem;
    color: #858585
}

@media (min-width:992px) {
    .license-number {
        padding-bottom: 0
    }
}

.license-number strong {
    font-size: 1rem;
    padding-right: 1rem;
    color: #858585;
    line-height: 1.8
}

.margin-top {
    margin-top: 8rem
}

.alert {
    background-color: #1c1c1c;
    font-size: .875rem
}

.close {
    font-size: 2.5rem;
    line-height: .7;
    color: #fff !important;
    font-weight: 300;
    cursor: pointer
}

.alert a:hover {
    color: unset
}

.close:hover {
    color: #fff !important
}

.location-main .home-service {
    padding: 5.75rem 0 2rem 0
}

.location-main .home-service h5 {
    color: #212529
}

.top-gradient {
    height: 5px;
    background-color: #5fc9bd;
    background-image: linear-gradient(90deg, #ffa300 0, #ffa300 35%, #ff8702 100%)
}

.header-service {
    letter-spacing: .03rem
}

.header-service .active {
    background-color: #ffa300
}

.top-nav {
    background-color: #323232;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: .3125rem 0;
    line-height: 2.7
}

@media (min-width:990px) {
    .top-nav {
        padding: 0
    }
}

@media (min-width:420px) {
    .top-nav {
        font-size: .625rem
    }
}

@media (min-width:1200px) {
    .top-nav {
        font-size: .75rem
    }
}

.top-nav .metro-front {
    font-weight: 700
}

.top-nav a:hover {
    color: #ccc
}

.top-nav ul {
    margin: 0;
    padding: 0
}

.top-nav ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.top-nav ul li:after {
    content: "";
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: auto;
    border-right: 2px solid #727272
}

.top-nav ul li:hover {
    text-decoration: underline
}

.top-nav ul li a {
    text-decoration: none;
    outline: 0;
    color: #b7c2c7;
    text-transform: capitalize;
    padding: .3125rem .625rem;
    letter-spacing: .03rem
}

.top-nav ul li a:hover {
    text-decoration: none;
    color: #eee
}

@media (min-width:768px) {
    .top-nav ul li a {
        padding: .33rem .625rem
    }
    .top-nav ul li a:after {
        margin-left: 20px;
        font-weight: 300;
        color: #7a828f
    }
}

.top-nav ul li:last-child:after {
    border-right: none
}

.top-nav ul li:last-child a:after {
    content: '';
    margin-left: 0
}

.top-nav .active a {
    color: #fff
}

.top-nav .click-disable {
    pointer-events: none
}

.top-nav .nav-bookcall {
    line-height: 1
}

.top-nav .nav-bookcall .hours {
    height: 40px;
    width: auto;
    vertical-align: middle
}

@media (min-width:576px) {
    .top-nav .nav-bookcall .hours {
        height: 40px
    }
}

.top-nav .nav-bookcall .nav-phone {
    font-size: 1rem;
    padding-left: .3rem;
    font-weight: 600;
    vertical-align: middle
}

@media (min-width:375px) {
    .top-nav .nav-bookcall .nav-phone {
        font-size: 1.5rem;
        padding-left: .25rem;
        font-weight: 700
    }
}

@media (min-width:576px) {
    .top-nav .nav-bookcall .nav-phone {
        font-size: 1.8rem;
        padding-left: .8rem
    }
}

@media (max-width:576px) {
    .top-nav .nav-bookcall .btn-small {
        position: absolute;
        top: -5px;
        right: 0;
        height: 50px;
        border-radius: 0;
        width: 150px;
        padding-top: .75rem
    }
}

.top-nav .hours {
    max-width: 30px
}

.top-nav .nav-phone {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    vertical-align: middle
}

.top-nav #metropolitan-menu li:after {
    border: 0 !important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(46, 49, 146, 1)' stroke-width='3' stroke-linecap='0' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 2em !important;
    height: 3em !important
}

.navbar-toggler {
    outline: 0
}

.navbar-m-dark {
    background: #e8e8e8 !important
}

.navbar {
    padding: .75rem 0;
    background: #fff;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1)
}

@media (min-width:430px) {
    .navbar a {
        font-size: .75rem
    }
}

@media (min-width:1200px) {
    .navbar a {
        font-size: .875rem
    }
}

.navbar .container {
    padding-right: 15px;
    padding-left: 15px
}

.navbar .custom-logo-link img {
    height: auto;
    width: 180px
}

@media (min-width:430px) {
    .navbar .custom-logo-link img {
        width: 200px
    }
}

.navbar .nav-link {
    color: #636363 !important
}

@media (min-width:992px) {
    .navbar .nav-link {
        padding: 0 1.5rem !important
    }
}

.navbar .nav-link:hover {
    color: #ffa300 !important
}

.navbar .product-review {
    width: 30%;
    padding: 0 2rem
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: #fff;
    border: none;
    margin: 0;
    border-radius: 0
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        padding: 2.2rem .5rem 1rem;
        box-shadow: 0 .5rem .25rem -.25rem rgba(0, 0, 0, .1)
    }
}

.navbar-nav li:hover .dropdown-menu {
    display: block
}

.navbar-nav a {
    font-weight: 600
}

.dropdown-item {
    color: #323232;
    padding: .25rem 1rem
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffa300;
    text-decoration: none;
    background-color: #fff;
    transition: ease-in .3s
}

.navbar-border {
    height: auto;
    background-color: #323232;
    color: #fff;
    font-size: .8rem;
    padding: .5rem;
    padding-bottom: .7rem
}

.navbar-border span a {
    color: #01aeff
}

.dropdown-toggle:after {
    content: none
}

.nav-bookcall .nav-phone {
    color: #2a3548;
    font-size: .875rem;
    font-weight: 700;
    margin-right: 0;
    line-height: 0;
    vertical-align: middle
}

@media (min-width:420px) {
    .nav-bookcall .nav-phone {
        font-size: 1.125rem
    }
}

@media (min-width:768px) {
    .nav-bookcall .nav-phone {
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .nav-bookcall .nav-phone {
        line-height: 2.7;
        font-size: 1.5rem;
        margin-right: 1rem;
        font-weight: bolder
    }
}

.nav-bookcall .btn-primary {
    font-size: 1rem
}

@media (min-width:1200px) {
    .nav-bookcall .btn-primary {
        padding: .75rem 2.75rem
    }
}

@media (min-width:992px) {
    #mobile-menu {
        display: none
    }
}

#main-menu {
    display: none
}

@media (min-width:992px) {
    #main-menu {
        display: inline-flex
    }
}

.custom-dropdown-item,
.dropdown-item {
    font-weight: 600 !important
}

@media (min-width:576px) {
    .custom-dropdown-item,
    .dropdown-item {
        color: #323232;
        padding: .25rem 1rem
    }
}

@media (min-width:992px) {
    .custom-dropdown-item,
    .dropdown-item {
        color: #636363;
        text-align: left
    }
}

.custom-dropdown-item:hover,
.dropdown-item:hover {
    color: #ffa300;
    text-decoration: none
}

.findplumb-menu {
    margin: 0 -8px -16px;
    padding: .5rem
}

@media (max-width:576px) {
    .findplumb-menu {
        margin: 10px 0 0 -.25rem;
        padding: .625rem 0 0
    }
}

.findplumb-menu a .fal {
    margin-right: 4px;
    color: #ffa300
}

.findplumb-menu a:hover .fal {
    color: #ffa300;
    transition: ease-in .3s
}

.findplumb-menu a:active,
.findplumb-menu a:focus,
.findplumb-menu a:hover {
    color: #ffa300;
    background: 0 0
}

#main-menu .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -.5rem;
    padding: .5rem 0;
    display: none !important
}

#main-menu .dropdown-menu .dropdown>.custom-dropdown-item:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #636363;
    float: right;
    margin-top: 10px;
    transition: transform .25s
}

#main-menu .dropdown:hover>.dropdown-menu {
    display: block !important
}

#main-menu .dropdown:hover>.custom-dropdown-item:after {
    border-top: 5px solid #ffa300;
    transform: rotate(-90deg)
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, .6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.offcanvas {
    min-width: 320px;
    width: 90%;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #26395a
}

@media (min-width:576px) {
    .offcanvas {
        width: 420px
    }
}

.offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s
}

.btn-close {
    display: block;
    position: fixed;
    z-index: 33;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    transition: all 1s ease
}

.btn-close .bar {
    width: 35px;
    height: 3px;
    border-radius: 3px;
    margin: 11px auto;
    background-color: #fff
}

.btn-close .bar:first-child {
    transform: translateY(7px) rotate(45deg)
}

.btn-close .bar:last-child {
    transform: translateY(-7px) rotate(-45deg)
}

#mobile-menu {
    line-height: 1
}

#mobile-menu .menu-item a {
    color: #fff;
    font-size: 1.5rem;
    padding: .75rem 1rem
}

#mobile-menu li ul {
    list-style: none;
    background: 0 0;
    color: #fff;
    position: relative !important;
    transform: none !important;
    padding: 0;
    border-radius: unset;
    border: none
}

#mobile-menu li ul li {
    display: block
}

#mobile-menu li ul li a {
    font-size: 1rem !important;
    color: #fff !important;
    padding: .5rem 1rem !important;
    display: inline-block
}

#mobile-menu li ul li a:focus,
#mobile-menu li ul li a:hover {
    background-color: transparent !important
}

#mobile-menu li ul li ul li a {
    margin-left: 1.5rem !important;
    padding: .25rem 0;
    font-size: 1rem !important
}

#mobile-menu li .dropdown-toggle:after {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    margin-left: 1rem
}

#mobile-menu .dropdown-menu {
    padding: .5rem 0 .25rem 1rem !important;
    margin-top: -.5rem;
    float: none
}

#mobile-menu .dropdown-menu li.dropdown a:before {
    content: "+";
    margin-right: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem
}

#mobile-menu .dropdown-menu .dropdown-menu {
    padding: 0 0 .25rem !important;
    margin-top: 0;
    float: unset
}

#mobile-menu .dropdown-menu .dropdown-menu li {
    width: 100%
}

#mobile-menu .dropdown-menu .dropdown-menu li a:before {
    content: ""
}

#mobile-menu .menu-item-has-children {
    position: relative
}

#mobile-menu .menu-item-has-children a::after {
    transition: all .25s;
    vertical-align: 2px
}

#mobile-menu .menu-item-has-children a[aria-expanded=true]::after {
    transform: rotate(90deg);
    vertical-align: -2px
}

#mobile-menu .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem
}

@media (max-width:992px) {
    .main-footer .footer-logo img {
        max-width: 300px
    }
}

.main-footer .social-icons a {
    text-decoration: none
}

.main-footer .social-icons a:hover {
    -webkit-filter: brightness(200%);
    filter: brightness(200%)
}

@media (min-width:768px) {
    .main-footer .footer-right-main {
        padding-left: 5rem
    }
}

.main-footer .footer-right-main .footer-menus .widget_nav_menu {
    margin-bottom: 3rem
}

.main-footer .footer-right-main .footer-menus ul {
    padding: 0
}

.main-footer .footer-right-main .footer-menus ul li {
    list-style: none;
    margin: 0 0 .4rem
}

.main-footer .footer-right-main .footer-menus ul li a {
    color: #ddd;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem
}

.main-footer .footer-right-main .footer-menus ul li a:hover {
    color: #ffa300
}

.main-footer .license-footer {
    color: #6c757d !important;
    font-size: .813rem !important
}

.main-footer .license-footer .lic-no {
    display: inline-block;
    color: #7d8892;
    font-weight: 400
}

.metro-footer-bg-up .subject {
    margin-top: .6rem;
    margin-bottom: .6rem
}

@media (min-width:768px) {
    .metro-footer-bg-up .subject {
        margin-bottom: 0
    }
}

.message-wrapper {
    position: absolute;
    bottom: 6rem;
    background-color: #494949;
    color: #fff;
    font-weight: 600;
    border-radius: 1rem;
    width: 50%
}

@media (min-width:430px) {
    .message-wrapper {
        bottom: 10rem
    }
}

@media (min-width:576px) {
    .message-wrapper {
        bottom: 12rem;
        width: 60%
    }
}

@media (min-width:768px) {
    .message-wrapper {
        width: 70%
    }
}

@media (min-width:992px) {
    .message-wrapper {
        bottom: 9.5rem;
        right: 136px;
        width: 31%
    }
}

@media (max-width:991px) {
    .message-wrapper {
        right: 12rem
    }
}

@media (max-width:575px) {
    .message-wrapper {
        right: 10rem
    }
}

.message-wrapper .message-box {
    position: relative;
    padding: 1rem
}

@media (min-width:992px) {
    .message-wrapper .message-box {
        padding: 1.5rem 3rem 1.5rem 1rem;
        text-align: left
    }
}

.message-wrapper .message-box .message-text:after {
    position: absolute;
    content: "";
    bottom: -40px;
    right: 5rem;
    border-top: 40px solid #494949;
    border-left: 35px solid transparent
}

.message-wrapper .message-box .message-text p {
    margin: 0
}

.message-girl {
    float: right
}

@media (min-width:992px) {
    .message-girl {
        position: absolute;
        bottom: 0;
        right: -1rem
    }
}

@media (min-width:1200px) {
    .message-girl {
        right: 0
    }
}

@media (max-width:575px) {
    .message-girl {
        margin-right: -2rem
    }
}

.footer-payicons {
    max-height: 25px;
    height: auto;
    width: auto
}

.footer-find-near .fa-map-marker-alt {
    width: 30px;
    height: 30px
}

.footer-find-near a {
    text-decoration: none
}

.footer-find-near .footer-find-near-main {
    color: #f76e2a;
    line-height: 1.4
}

.footer-find-near .footer-find-near-main img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .footer-find-near .footer-find-near-main img {
        float: left
    }
}

.footer-find-near span {
    color: #fff;
    font-weight: 600;
    display: inline-block
}

@media (min-width:768px) {
    .footer-find-near span {
        display: block
    }
}

.social-icons a:hover {
    text-decoration: none
}

.license-number-footer {
    color: #727272;
    text-align: center
}

@media (min-width:992px) {
    .license-number-footer {
        text-align: left
    }
}

.license-number-footer strong {
    font-size: .75rem;
    color: #979797;
    line-height: 1.8
}

.license-number-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.license-number-footer li {
    display: block
}

@media (min-width:576px) {
    .license-number-footer li {
        display: inline-block
    }
}

.license-number-footer span {
    display: none;
    padding: 0 .5rem
}

@media (min-width:576px) {
    .license-number-footer span {
        display: inline-block
    }
}

.license-footer .lic-no {
    display: inline-block;
    color: #727272;
    font-weight: 400
}

.home-hero {
    height: auto;
    position: relative;
    color: #fff
}

.home-hero .container {
    padding: 15px 0
}

@media (min-width:420px) {
    .home-hero .container {
        padding: 30px 0
    }
}

@media (min-width:576px) {
    .home-hero .container {
        padding: 45px 0
    }
}

@media (min-width:768px) {
    .home-hero .container {
        padding: 60px 0
    }
}

.home-hero .container .no-gutters {
    padding: 2rem
}

@media (min-width:576px) {
    .home-hero .container .no-gutters {
        padding: 0
    }
}

.home-hero .container .hero-text .btn-success {
    padding: .6rem 5rem;
    font-size: 1rem;
    border-radius: .3rem;
    background-color: #ffa300 !important
}

@media (min-width:1200px) {
    .home-hero .container .hero-text .btn-success {
        padding: .6rem 8rem
    }
}

.home-hero .container .hero-text .btn-success:active,
.home-hero .container .hero-text .btn-success:focus,
.home-hero .container .hero-text .btn-success:hover {
    background-color: #fb7200 !important;
    box-shadow: none !important;
    border-color: #fb7200 !important
}

.home-hero .container h1 {
    font-weight: 600;
    margin: 1rem 0;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .home-hero .container h1 {
        font-size: 1.75rem;
        margin: 1rem 0
    }
}

@media (min-width:992px) {
    .home-hero .container h1 {
        font-size: 2.5rem
    }
}

.home-hero .container h1 a {
    color: #fff;
    font-weight: 700;
    font-size: 2.25rem
}

@media (min-width:768px) {
    .home-hero .container h1 a {
        font-size: 5rem
    }
}

.home-hero .container h2 {
    margin: 1rem 0
}

.home-hero .container h2 a {
    color: #fff;
    font-weight: 300;
    font-size: 3rem;
    text-decoration: none
}

.home-hero .container h2 a:focus,
.home-hero .container h2 a:hover {
    color: #fff;
    text-shadow: 0 2px 2px #1c2739;
    transition: ease-in .3s
}

@media (min-width:992px) {
    .home-hero .container h2 a {
        font-size: 4rem
    }
}

@media (min-width:1200px) {
    .home-hero .container h2 a {
        font-size: 4.5rem
    }
}

.home-hero .container h3 {
    font-size: 1.75rem;
    margin: 0;
    font-weight: 400
}

@media (min-width:768px) {
    .home-hero .container h3 {
        font-size: 2.625rem
    }
}

.home-hero .container p {
    margin: .9375rem 0 0 0
}

.home-hero .container small {
    font-size: 1rem;
    font-weight: 400
}

#homeCarousel .carousel-item {
    min-height: 250px;
    background-color: #f76e2a
}

#homeCarousel .container {
    position: relative
}

#homeCarousel .hero-badge,
#homeCarousel .hero-human {
    position: absolute
}

#homeCarousel .hero-human {
    bottom: 0;
    left: 0
}

@media (min-width:1200px) {
    #homeCarousel .hero-human {
        left: 100px
    }
}

#homeCarousel .hero-human img {
    height: 350px;
    width: auto
}

@media (min-width:1200px) {
    #homeCarousel .hero-human img {
        height: 30vw;
        max-height: 500px
    }
}

#homeCarousel .hero-badge img {
    height: 130px;
    width: auto;
    position: relative;
    z-index: 20;
    top: -25px;
    right: 45px
}

#homeCarousel .cta-box {
    position: absolute;
    top: -380px;
    right: 15px;
    padding: 1.875rem 1.875rem 1.875rem 3.75rem;
    width: auto;
    min-width: 550px
}

@media (min-width:1200px) {
    #homeCarousel .cta-box {
        right: 100px;
        top: -420px
    }
}

#homeCarousel .cta-box h5 {
    margin-bottom: 1.1875rem
}

#homeCarousel .cta-box h1 {
    font-size: 2.25rem;
    font-weight: 700;
    white-space: nowrap
}

#homeCarousel .cta-box h5 .text-yellow {
    font-size: 3.125rem;
    font-weight: 700
}

#homeCarousel .cta-box .btn-book {
    padding: .9375rem 7.5rem
}

#homeCarousel .cta-box .btn-book .text-yellow {
    font-size: 1.75rem;
    font-weight: 700
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.glide__slide {
    text-align: center;
    position: relative
}

@media (min-width:576px) {
    .glide__slide {
        border-radius: .25rem
    }
    .glide__slide:hover .brands-intro {
        opacity: .95
    }
}

.glide__slide .brands-intro {
    position: absolute;
    opacity: 0;
    background-color: #868686;
    color: #fff;
    border-radius: .25rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 5px;
    line-height: 1.2
}

.glide__slide .brands-intro-sm {
    height: 125px;
    overflow: hidden;
    text-align: center;
    color: #868686;
    padding: 0 5px
}

.glide__slide img {
    height: 90px;
    width: auto
}

@media (min-width:420px) {
    .glide__slide img {
        height: 120px
    }
}

@media (min-width:768px) {
    .glide__slide img {
        height: 90px
    }
}

@media (min-width:992px) {
    .glide__slide img {
        height: 120px
    }
}

.glide__arrow {
    position: absolute;
    top: calc(50% - .75rem);
    bottom: calc(50% - .75rem);
    width: 1rem !important;
    opacity: .5;
    transition: all 1s ease;
    cursor: pointer
}

@media (min-width:576px) {
    .glide__arrow {
        width: 3rem
    }
}

.glide__arrow:hover {
    opacity: .66;
    transform: scale(1.1)
}

@media (max-width:575px) {
    .glide__arrow {
        display: none
    }
}

.glide__arrow:after {
    height: 1rem;
    width: 1rem;
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #323232;
    display: inline-block
}

.glide__arrow--left {
    left: 0
}

@media (min-width:576px) {
    .glide__arrow--left {
        left: -1rem
    }
}

.glide__arrow--left:after {
    transform: rotate(-135deg)
}

.glide__arrow--right {
    right: 0
}

@media (min-width:576px) {
    .glide__arrow--right {
        right: -1rem
    }
}

.glide__arrow--right:after {
    transform: rotate(45deg)
}

.other-hero {
    height: auto;
    position: relative;
    color: #fff
}

.other-hero .no-gutters {
    padding: 2rem 2rem .5rem 2rem
}

@media (min-width:969px) {
    .other-hero .no-gutters {
        padding: 2rem 0
    }
}

.other-hero .no-gutters .other-right {
    padding: 1rem 0;
    text-align: center
}

@media (min-width:996px) {
    .other-hero .no-gutters .other-right {
        padding: 4rem 3rem;
        text-align: left
    }
}

.other-hero .no-gutters .other-right .h1-first {
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

@media (min-width:575px) {
    .other-hero .no-gutters .other-right .h1-first {
        font-weight: 600;
        font-size: 2rem
    }
}

@media (min-width:767px) {
    .other-hero .no-gutters .other-right .h1-first {
        font-weight: 600;
        font-size: 2rem
    }
}

@media (min-width:996px) {
    .other-hero .no-gutters .other-right .h1-first {
        font-weight: 700;
        font-size: 2.5rem
    }
}

.other-hero .no-gutters .other-right .h1-second {
    display: block !important;
    font-size: 3rem;
    color: #fff;
    font-weight: 700
}

@media (min-width:996px) {
    .other-hero .no-gutters .other-right .h1-second {
        font-size: 4.5rem
    }
}

.second-other-part {
    background-color: #26395a;
    padding: 1.5rem 0 2rem 0
}

@media (min-width:996px) {
    .second-other-part {
        padding: 1.5rem 0
    }
}

.second-other-part h4 {
    display: inline;
    color: #fff;
    font-style: italic;
    font-size: 2rem;
    text-shadow: 2px 2px #000;
    vertical-align: middle;
    line-height: 1.5
}

@media (min-width:996px) {
    .second-other-part h4 {
        padding-bottom: 0;
        font-size: 2.6rem
    }
}

.second-other-part h4 span {
    color: #ffa300;
    font-weight: 700
}

.second-other-part .book-now-text {
    display: inline;
    color: #fff;
    font-style: italic;
    font-size: 2rem;
    text-shadow: 2px 2px #000;
    vertical-align: middle;
    line-height: 1.5
}

@media (min-width:996px) {
    .second-other-part .book-now-text {
        padding-bottom: 0;
        font-size: 2.6rem
    }
}

.second-other-part .book-now-text span {
    color: #ffa300;
    font-weight: 700
}

.second-other-part .other-btn .btn {
    padding: .8rem 5rem;
    border-radius: 10px;
    border: 8px solid #1d2e4c;
    margin-top: 1.5rem;
    font-size: 18px
}

@media (min-width:1200px) {
    .second-other-part .other-btn .btn {
        padding: .5rem 4rem;
        margin-top: 0
    }
}

.second-other-part .other-btn .btn:active,
.second-other-part .other-btn .btn:focus,
.second-other-part .other-btn .btn:hover {
    background-color: #fb7200 !important;
    box-shadow: none !important;
    border: 8px solid #1d2e4c !important
}

.near-me-hero {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff
}

.near-me {
    padding: 5rem;
    margin-bottom: 3rem
}

.near-me .location-title {
    font-size: 2rem;
    font-weight: 400 !important;
    color: #fff
}

@media (min-width:768px) {
    .near-me .location-title {
        font-size: 1.5rem;
        font-weight: unset !important
    }
}

@media (min-width:992px) {
    .near-me .location-title {
        font-size: 2rem
    }
}

.near-me .location-sub-title {
    font-weight: 700 !important;
    color: #fff;
    font-size: 2rem
}

@media (min-width:768px) {
    .near-me .location-sub-title {
        font-size: 2.5rem
    }
}

@media (min-width:992px) {
    .near-me .location-sub-title {
        font-size: 4rem
    }
}

.near-me .location-text-desc {
    font-size: 1rem;
    color: #fff
}

.near-me .location-shortcode {
    display: ruby
}

.near-me .location-shortcode .wpdreams_asl_container {
    padding-top: 10px;
    padding-bottom: 10px
}

.near-me .location-shortcode .asl_w * {
    padding-right: 10px
}

.near-me .location-shortcode #ajaxsearchlite1 .probox .proinput input {
    font-size: 15px
}

.near-me .location-text-desc {
    font-size: .8rem
}

@media (min-width:768px) {
    .near-me .location-text-desc {
        padding-top: .5rem;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .near-me .location-text-desc {
        padding-top: 1rem;
        font-size: 1rem
    }
}

.services-sidebar {
    margin: 90px 0;
    padding-bottom: 15px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.services-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.services-sidebar li {
    margin-left: 15px
}

.services-sidebar li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    margin-right: 3px
}

.services-sidebar li a {
    color: #868686
}

.services-sidebar li a:hover {
    text-decoration: underline
}

.services-sidebar li a[aria-current=page] {
    color: #ffa300
}

.blog-sidebar {
    background-color: #e8e8e8;
    padding: 1.5rem 2rem;
    border-radius: .75rem
}

.blog-sidebar h4 {
    font-weight: 600
}

.blog-left {
    background: #e8e8e8;
    padding: 10px 28px;
    border-radius: .75rem
}

.blog-left h3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700
}

.blog-left ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.blog-left ul li {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px
}

.blog-left ul li:last-child {
    border: none
}

.blog-left .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline
}

.blog-left .post-categories li {
    margin: 0;
    padding: 0;
    display: inline
}

.blog-left .sidebar-thumb {
    float: left;
    overflow: hidden;
    margin-right: 15px
}

.blog-left .sidebar-thumb img {
    height: auto;
    width: 75px;
    margin: .5rem 0 2rem;
    border-radius: .5rem
}

.blog-left .sidebar-content h5 {
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5
}

.blog-left .sidebar-content a {
    color: #858585;
    outline: 0 none;
    text-decoration: none;
    font-weight: 700
}

.blog-left .sidebar-content a:hover {
    color: #2996bd
}

.blog-left .sidebar-meta span {
    color: #2e2e2e
}

.blog-left .sidebar-meta .time {
    margin-right: 10px
}

.blog-left .sidebar-meta .author {
    color: #407bdf
}

.introduction-section {
    background-color: #f5f5f5;
    padding: 3rem 0 0 0
}

@media (min-width:992px) {
    .introduction-section {
        padding: 4rem 0 3rem 0
    }
}

.introduction-section .left-side-intro .img-border {
    border: .4rem solid #fff;
    border-radius: .4rem
}

.introduction-section .left-side-intro .img-border .left-side-img {
    border-radius: .4rem
}

.introduction-section .right-side-intro {
    padding-left: 1rem;
    padding-bottom: 1rem
}

@media (min-width:992px) {
    .introduction-section .right-side-intro {
        padding-left: 2rem;
        padding-bottom: 0
    }
}

.introduction-section .right-side-intro h2 {
    color: #323232;
    font-size: 2.2rem;
    font-weight: 700;
    padding-top: 2rem
}

@media (min-width:768px) {
    .introduction-section .right-side-intro h2 {
        padding-top: 0;
        font-size: 2.1rem
    }
}

@media (min-width:992px) {
    .introduction-section .right-side-intro h2 {
        font-size: 2.5rem;
        padding-top: 0
    }
}

.introduction-section .right-side-intro h2 span {
    color: #ffa300
}

.introduction-section .right-side-intro p {
    font-weight: 600;
    padding-top: 1rem
}

.introduction-section .right-side-intro img {
    margin-top: 1rem
}

.introduction-section .right-side-intro ul {
    color: #fff;
    padding-left: 0;
    list-style: none
}

@media (min-width:992px) {
    .introduction-section .right-side-intro ul {
        padding-top: 1rem
    }
}

.introduction-section .right-side-intro ul li {
    color: #323232;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    background-image: url(../img/shield-bullet.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    vertical-align: middle;
    padding-left: 2rem
}

@media (min-width:768px) {
    .introduction-section .right-side-intro ul li {
        font-size: 1rem
    }
}

@media (min-width:996px) {
    .introduction-section .right-side-intro ul li {
        font-size: 1.2rem
    }
}

@media (min-width:768px) {
    .single-brands-intro .introduction-section {
        padding: 3rem 0 2rem 0
    }
}

@media (min-width:992px) {
    .single-brands-intro .introduction-section .right-side-intro {
        min-height: 16rem
    }
}

.employee-main .employee-img {
    position: absolute;
    z-index: 1;
    right: -2%;
    bottom: -51px
}

.semi-circle-wrapper-intro {
    height: 100px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

@media (min-width:992px) {
    .semi-circle-wrapper-intro {
        margin-top: -3rem;
        margin-bottom: 3rem
    }
}

.semi-circle-wrapper-intro .semi-circle-intro {
    position: absolute;
    background-color: #f5f5f5;
    height: 500vw;
    width: 500vw;
    border-radius: 50%;
    bottom: 0;
    left: -200vw
}

@media (min-width:2000px) {
    .semi-circle-wrapper-intro .semi-circle-intro {
        height: 1000vw;
        width: 1000vw;
        left: -450vw
    }
}

.bottom-space {
    margin-bottom: 5rem
}

@media (min-width:992px) {
    .bottom-space {
        margin-bottom: 8rem
    }
}

.btn {
    color: #fff;
    border-radius: .25rem;
    border: 2px solid #fff;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 5px 10px
}

@media (min-width:768px) {
    .btn {
        padding: 10px 20px
    }
}

@media (min-width:992px) {
    .btn {
        padding: 10px 12px
    }
}

@media (min-width:1200px) {
    .btn {
        padding: 15px 30px
    }
}

.btn:hover {
    background-color: #f76e2a;
    color: #fff
}

.btn-success {
    border: 2px solid #ffa300;
    background-color: #ffa300;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.25rem 4rem;
    text-transform: capitalize
}

.btn-success:hover {
    background-color: #fb7200
}

.btn-primary {
    border: 2px solid #ffa300;
    background-color: #ffa300;
    font-size: 1.3rem;
    font-weight: 700
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #fb7200 !important;
    box-shadow: none !important;
    border-color: #fb7200 !important
}

.hero-text .btn-success {
    border: 2px solid #ffa300;
    background-color: #ffa300;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.25rem 4rem
}

.hero-text .btn-success:hover {
    background-color: #fb7200
}

.btn-brands {
    padding: 0;
    border: none !important;
    background-color: #fff;
    color: #555;
    border-radius: 0
}

.btn-brands:active,
.btn-brands:focus,
.btn-brands:hover {
    box-shadow: none;
    border: 0;
    background-color: #fff !important;
    padding: 0;
    color: #297cb7 !important
}

.btn-book {
    padding: 15px 30px;
    background-color: #fb3048;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    border-radius: 3px;
    position: relative
}

@media (min-width:768px) {
    .btn-book {
        padding: 15px 60px
    }
}

.btn-book span:first-child {
    font-weight: 600;
    font-size: 12px
}

@media (min-width:768px) {
    .btn-book span:first-child {
        font-size: 18px
    }
}

.btn-book span:last-child {
    font-size: 10px
}

@media (min-width:768px) {
    .btn-book span:last-child {
        font-size: 12px
    }
}

.btn-book .btn-arrow {
    position: absolute;
    height: 60px;
    width: auto;
    top: -15px;
    right: -30px
}

@media (min-width:992px) {
    .btn-book .btn-arrow {
        height: 75px
    }
}

.cta-box {
    border-radius: 2px;
    background-image: linear-gradient(to bottom right, #09275d 33%, #365792 50%, #09275d 66%);
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px
}

@media (min-width:576px) {
    .cta-box {
        padding: 30px
    }
}

@media (min-width:768px) {
    .cta-box {
        padding: 45px
    }
}

@media (min-width:992px) {
    .cta-box {
        padding: 60px
    }
}

.cta-box h5 {
    font-size: 26px
}

.cta-box h1 {
    font-size: 42px
}

.btn-small {
    padding: 7px 18px;
    font-size: 1rem
}

.nav-bookcall .btn-success {
    border: 2px solid #ffa300;
    background-color: #ffa300;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem .9rem;
    vertical-align: middle
}

@media (min-width:576px) and (max-width:992px) {
    .nav-bookcall .btn-success {
        margin-top: -5px;
        margin-bottom: 5px;
        border-radius: 0 0 .3rem .3rem
    }
}

@media (min-width:768px) {
    .nav-bookcall .btn-success {
        padding: .5rem .75rem
    }
}

@media (min-width:1200px) {
    .nav-bookcall .btn-success {
        padding: .75rem 2.75rem
    }
}

.nav-bookcall .btn-success:active,
.nav-bookcall .btn-success:focus,
.nav-bookcall .btn-success:hover {
    background-color: #fb7200 !important;
    box-shadow: none !important;
    border-color: #fb7200 !important
}

.btn-more {
    border: 2px solid #f76e2a;
    color: #fff;
    font-weight: 600;
    padding: .85rem 2rem;
    background-color: #f76e2a;
    border-radius: .3rem
}

.btn-more:focus {
    box-shadow: none
}

.btn-more:hover {
    border: 2px solid #ffa300;
    background-color: #ffa300
}

.fa-2x:after {
    transform: scale(1.1)
}

.fa:after,
.fab:after,
.fal:after {
    display: inline-block;
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 25px;
    width: 25px
}

.fa-facebook-f:after,
.fa-facebook:after {
    background-image: url(../img/facebook-icon.png)
}

.fa-instagram:after {
    background-image: url(../img/instagram-icon.png)
}

.fa-linkedin-in:after,
.fa-linkedin:after {
    background-image: url(../img/linkedin-icon.png)
}

.fa-youtube:after {
    background-image: url(../img/youtube-icon.png)
}

.fa-twitter:after {
    background-image: url(../img/twitter-icon.png)
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.youtube-wrapper embed,
.youtube-wrapper iframe,
.youtube-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.breadcrumbs {
    font-size: 1rem;
    padding: 30px 0;
    margin: 0
}

.breadcrumbs span a {
    color: #323232 !important;
    text-decoration: underline
}

.breadcrumbs span.breadcrumb_last {
    color: #4975e1 !important;
    text-decoration: underline
}

.breadcrumbs .fa-home {
    color: #930369
}

.breadcrumbs a {
    color: #707070;
    padding-right: .5rem;
    padding-left: .5rem;
    font-weight: 600
}

.breadcrumbs .current-item {
    color: #930369;
    padding-left: .5rem;
    font-weight: 600
}

.breadcrumbs a[href$="/locations/"] {
    pointer-events: none
}

.breadcrumbs a[href$="/services/"] {
    pointer-events: none
}

.entry-title {
    color: #4975e1
}

.entry-content ul {
    list-style-type: none;
    line-height: 2;
    padding: 0 2rem 0 0
}

.entry-content ul li {
    position: relative;
    margin-left: 2rem
}

.entry-content ul li:before {
    content: "";
    background-image: url(../img/green-tick.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 19px;
    height: 16px;
    position: absolute;
    top: .25rem;
    left: -2rem
}

.entry-content ul li a {
    color: #858585
}

.entry-content ul li a:hover {
    color: #009394
}

.container-left-half {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (min-width:576px) {
    .container-left-half {
        max-width: calc(540px - 30px)
    }
}

@media (min-width:768px) {
    .container-left-half {
        margin-right: 0;
        max-width: calc(360px - 30px)
    }
}

@media (min-width:992px) {
    .container-left-half {
        max-width: calc(480px - 30px)
    }
}

@media (min-width:1200px) {
    .container-left-half {
        max-width: calc(570px - 30px)
    }
}

.fa-map-marker-alt {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100% 0 55% 50%/55% 0 100% 50%;
    background: #ffa300;
    transform: rotate(135deg);
    position: relative;
    margin-top: .5rem
}

.fa-map-marker-alt:after {
    content: "";
    width: 35%;
    height: 35%;
    background-color: #727272;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    border-radius: 50%
}

#accordionModule {
    margin-bottom: 7rem
}

#accordionModule .card {
    border: none;
    margin: 2rem 0
}

#accordionModule .card .card-header {
    border: none;
    background-color: #e8e8e8;
    border-radius: 5px
}

#accordionModule .card .card-body {
    padding: 1rem 3rem 0;
}

#accordionModule .card .card-body p {
    margin: 0
}

#accordionModule .btn-link {
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: #f76e2a;
    cursor: pointer
}

#accordionModule .btn-link:before {
    margin-right: 1rem;
    content: " ";
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease
}

#accordionModule .btn-link[aria-expanded=true]:before {
    transform: rotate(90deg)
}

#accordionModule .btn-link[aria-expanded=false]:before {
    transform: rotate(-90deg)
}

.suburb-char {
    margin: 2rem 0 .5rem .25rem;
    font-weight: 700
}

.suburb-name {
    color: #7a8185;
    margin: .15rem .25rem;
    padding: 0;
    display: inline-block
}

#accordionModule .card .card-body p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.9
}

.pagination {
    display: inline-flex;
    margin-top: 3rem
}

.pagination .page-item .page-link {
    border-radius: 50px;
    margin: 5px;
    height: 37px;
    width: 38px
}

.btn.loadMoreBtn {
    text-align: center;
    background-color: #01c906;
    margin-top: 2rem;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700
}

.btn.loadMoreBtn:hover {
    text-decoration: none
}

.popmake-content {
    text-align: center !important
}

.popmake-content img {
    margin: calc(-18px - 3rem) calc(-18px - .5rem) 0;
    width: calc(100% + 36px + 1rem);
    max-width: 150% !important
}

@media (min-width:768px) {
    .popmake-content img {
        margin: calc(-18px - 3rem) calc(-18px - 1rem) 0;
        width: calc(100% + 36px + 2rem)
    }
}

@media (min-width:992px) {
    .popmake-content img {
        margin: calc(-18px - 3rem) calc(-18px - 2rem) 0;
        width: calc(100% + 36px + 4rem)
    }
}

@media (min-width:1200px) {
    .popmake-content img {
        margin: calc(-18px - 3rem) calc(-18px - 3rem) 0;
        width: calc(100% + 36px + 6rem)
    }
}

.popmake-content h1 {
    font-size: 2rem;
    color: #ffa300;
    font-weight: 700;
    margin-top: 3rem
}

@media (min-width:576px) {
    .popmake-content h1 {
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .popmake-content h1 {
        font-size: 3rem
    }
}

@media (min-width:992px) {
    .popmake-content h1 {
        font-size: 3.1rem
    }
}

.popmake-content h3 {
    font-size: 1.5rem;
    color: #283542
}

@media (min-width:576px) {
    .popmake-content h3 {
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    .popmake-content h3 {
        font-size: 1.7rem
    }
}

@media (min-width:992px) {
    .popmake-content h3 {
        font-size: 1.8rem
    }
}

.popmake-content p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
    color: #868686;
    margin-top: 3rem;
    padding: 0 .5rem
}

@media (min-width:768px) {
    .popmake-content p {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .popmake-content p {
        padding: 0 2rem
    }
}

@media (min-width:1200px) {
    .popmake-content p {
        padding: 0 3rem
    }
}

.popmake-content .btn-success {
    font-size: .6rem;
    padding: .5rem 2.4rem;
    margin-bottom: 3rem
}

@media (min-width:576px) {
    .popmake-content .btn-success {
        font-size: .75rem;
        padding: .75rem 3.5rem
    }
}

@media (min-width:768px) {
    .popmake-content .btn-success {
        font-size: .9rem;
        padding: .85rem 4.2rem
    }
}

.above-points {
    background-position: center;
    background-repeat: no-repeat;
    color: #323232;
    text-align: center;
    background-size: cover;
    padding: 30px 0 0;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .above-points {
        padding: 45px
    }
}

@media (min-width:992px) {
    .above-points {
        padding: 30px 0 0;
        background-size: cover
    }
}

.above-points h2 {
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:992px) {
    .above-points h2 {
        font-size: 2.25rem
    }
}

.above-points p {
    font-size: 1rem;
    margin: 20px 0 0;
    font-weight: 600
}

.above-points .mb-3 {
    font-size: 1.25rem
}

@media (min-width:768px) {
    .above-points .review-image {
        padding-top: 0
    }
}

@media (min-width:1000px) {
    .above-points .review-image {
        padding-top: 0
    }
}

@media (min-width:1200px) {
    .above-points .review-image {
        padding-top: 0
    }
}

.above-points .col-md-8 {
    padding-top: 2rem
}

@media (min-width:768px) {
    .above-points .col-md-8 {
        padding-top: 3rem
    }
}

.above-points .emp-img {
    left: 0;
    z-index: 1;
    bottom: -75px
}

@media (min-width:992px) {
    .above-points .emp-img {
        bottom: -60px
    }
}

@media (min-width:1600px) {
    .above-points .emp-img {
        bottom: -65px
    }
}

@media (min-width:2000px) {
    .above-points .emp-img {
        bottom: -75px
    }
}

.semi-circle-wrapper {
    height: 100px;
    width: 100%;
    overflow: hidden;
    background-color: #e8e8e8;
    position: relative;
    margin-top: -4rem
}

@media (min-width:992px) {
    .semi-circle-wrapper {
        margin-top: -2rem
    }
}

.semi-circle-wrapper .semi-circle {
    position: absolute;
    background-color: #fff;
    height: 500vw;
    width: 500vw;
    border-radius: 50%;
    bottom: 0;
    left: -200vw;
    z-index: 1
}

@media (min-width:2000px) {
    .semi-circle-wrapper .semi-circle {
        height: 1000vw;
        width: 1000vw;
        left: -450vw
    }
}

.box-below {
    background-color: #e8e8e8;
    min-height: 1rem;
    height: auto;
    width: 100%
}

.page-mode-selling {
    padding-bottom: 2rem
}

@media (min-width:992px) {
    .page-mode-selling {
        padding-bottom: 4rem
    }
}

.home-points {
    background: linear-gradient(#e8e8e8 0, #e8e8e8 65%, #fff 90%);
    padding-top: 6rem
}

@media (min-width:992px) {
    .home-points {
        background: linear-gradient(#e8e8e8 0, #e8e8e8 25%, #fff 60%)
    }
}

@media (max-width:992px) {
    .home-points {
        margin-bottom: -6rem
    }
}

@media (max-width:768px) {
    .home-points {
        margin-bottom: -2rem
    }
}

.home-points .points-wrapper {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 2rem;
    margin-bottom: 6rem;
    border: .15rem solid #cdcdcd
}

@media (min-width:992px) {
    .home-points .points-wrapper {
        padding: 1rem;
        margin-bottom: 0;
        border: unset
    }
}

@media (min-width:1200px) {
    .home-points .points-wrapper {
        padding: 2rem
    }
}

.home-points .points-wrapper h3 {
    font-size: 1.5rem
}

@media (min-width:1200px) {
    .home-points .points-wrapper h3 {
        padding: 0 1.25rem
    }
}

.home-points .points-wrapper img {
    margin-top: -5rem;
    padding-bottom: 1rem
}

.home-points .points-wrapper .btn {
    border-radius: .3rem
}

.choose-us {
    padding: 2rem 2rem 5rem
}

@media (min-width:992px) {
    .choose-us {
        padding: 5rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
}

@media (max-width:768px) {
    .choose-us {
        background: linear-gradient(to right, #ffb200 0, #ff8702 100%) !important
    }
}

@media (max-width:576px) {
    .choose-us {
        margin-bottom: -4rem
    }
}

.choose-us .container-left-half {
    color: #fff
}

@media (min-width:768px) and (max-width:992px) {
    .choose-us .container-left-half {
        margin-right: auto;
        max-width: calc(768px - 90px)
    }
}

@media (min-width:992px) {
    .choose-us .container-left-half {
        padding-right: 3rem
    }
}

.choose-us .container-left-half h3 {
    font-size: 1.5rem
}

@media (min-width:1240px) {
    .choose-us .container-left-half h3 {
        font-size: 1.75rem
    }
}

.choose-us .why-choose-image {
    height: auto
}

@media (min-width:992px) {
    .choose-us .why-choose-image {
        width: 450px;
        max-width: none
    }
}

@media (min-width:1200px) {
    .choose-us .why-choose-image {
        width: 540px
    }
}

.choose-us .accordion {
    line-height: 1.5
}

.choose-us .card {
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    border-radius: 3px !important
}

.choose-us .card div[aria-expanded] .alldown {
    border: solid #21285e;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float: right;
    margin-top: .5rem
}

@media (min-width:992px) {
    .choose-us .card div[aria-expanded] .alldown {
        border: solid #fff;
        border-width: 0 4px 4px 0
    }
}

.choose-us .card div[aria-expanded=true] .up {
    border: solid #21285e;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    float: right;
    margin-top: .5rem
}

@media (min-width:992px) {
    .choose-us .card div[aria-expanded=true] .up {
        border: solid #fff;
        border-width: 0 4px 4px 0
    }
}

.choose-us .card div[aria-expanded=false] .down {
    border: solid #21285e;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float: right;
    margin-top: .5rem
}

@media (min-width:992px) {
    .choose-us .card div[aria-expanded=false] .down {
        border: solid #fff;
        border-width: 0 4px 4px 0
    }
}

.choose-us .card .card-header {
    border: 0;
    border-bottom: 1px solid #f98251;
    border-radius: 0;
    padding: .55rem .25rem .5rem 0;
    margin: .5rem 0;
    font-weight: 700;
    cursor: pointer;
    background-color: unset
}

@media (min-width:992px) {
    .choose-us .card .card-header {
        border-bottom: 0;
        border-radius: 3px !important;
        padding: .55rem .75rem;
        margin: .5rem 0;
        background-color: #ff7f00
    }
}

.choose-us .card .card-body {
    padding: .5rem 0 1.5rem
}

@media (min-width:992px) {
    .choose-us .card .card-body {
        padding: 1rem 0
    }
}

.blank-section {
    min-height: 6rem
}

@media (min-width:576px) {
    .blank-section {
        min-height: 7.5rem
    }
}

@media (min-width:768px) {
    .blank-section {
        min-height: 6rem
    }
}

@media (min-width:992px) {
    .blank-section {
        min-height: 8rem
    }
}

.custom-banner h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #323232
}

@media (min-width:576px) {
    .custom-banner h4 {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .custom-banner h4 {
        font-size: 2.25rem
    }
}

.custom-banner p {
    font-size: 1rem;
    color: #727272;
    padding: 1rem 0
}

.custom-banner .custom-bookcall .btn {
    border-radius: .3rem;
    padding: .75rem 3rem;
    font-size: 1rem
}

.custom-banner .first-col {
    text-align: center;
    background-image: linear-gradient(#202f4c, #0a101c)
}

@media (min-width:992px) {
    .custom-banner .first-col {
        position: relative
    }
}

.custom-banner .second-col {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #363636;
    padding: 3rem;
    text-align: center
}

@media (min-width:768px) {
    .custom-banner .second-col {
        text-align: left
    }
}

@media (min-width:992px) {
    .custom-banner .second-col {
        box-shadow: 1px 0 3px 0 #363636;
        padding: 10rem 3rem
    }
}

@media (min-width:1200px) {
    .custom-banner .second-col {
        padding: 13rem 7rem
    }
}

@media (max-width:768px) {
    .custom-banner .second-col {
        margin-top: -6rem !important
    }
}

.custom-banner .second-col h2 {
    font-weight: 700
}

.custom-banner .second-col p {
    color: #727272
}

.custom-banner .banner-human {
    width: 50%;
    height: auto
}

@media (min-width:768px) {
    .custom-banner .banner-human {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: -2rem;
        z-index: 1
    }
}

@media (max-width:992px) {
    .custom-banner .banner-human {
        margin-top: -3rem
    }
}

.custom-banner .btn-primary {
    font-size: 1rem
}

.call-section .container-left-half {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (min-width:576px) {
    .call-section .container-left-half {
        max-width: calc(540px - 30px)
    }
}

@media (min-width:768px) {
    .call-section .container-left-half {
        margin-right: 0;
        max-width: calc(360px - 30px)
    }
}

@media (min-width:992px) {
    .call-section .container-left-half {
        max-width: calc(480px - 30px)
    }
}

@media (min-width:1200px) {
    .call-section .container-left-half {
        max-width: calc(570px - 30px)
    }
}

.call-section .bg-gradiant {
    background: linear-gradient(90deg, #63055b 0, #830266 35%, #a6056c 100%);
    padding-top: 5rem;
    padding-bottom: 5rem
}

.call-section .bg-gradiant h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

.call-section .bg-gradiant p {
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.call-section .bg-image {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px
}

.custom-banner {
    background-size: cover;
    background-position: center right
}

@media (min-width:992px) {
    .custom-banner {
        background-size: cover;
        background-position: center;
        margin-bottom: 6rem
    }
}

.custom-banner .dool-bell-left img {
    height: 100%;
    width: auto;
    max-width: none
}

@media (min-width:992px) {
    .custom-banner .dool-bell-left img {
        margin-left: -10rem
    }
}

.custom-banner .dool-bell-right {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width:568px) {
    .custom-banner .dool-bell-right {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.custom-banner h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700
}

@media (min-width:768px) {
    .custom-banner h3 {
        font-size: 5rem
    }
}

.custom-banner h5 {
    color: #58e1f1;
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:768px) {
    .custom-banner h5 {
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .custom-banner ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding: 1rem 0
    }
}

.custom-banner li {
    color: #fff;
    padding: .3rem 0;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .05rem
}

@media (min-width:768px) {
    .custom-banner li {
        font-size: 1.1rem
    }
}

.custom-banner ul li::before {
    content: '>';
    margin-right: .5rem;
    color: #58e1f1;
    font-size: 1.3rem;
    font-weight: 700
}

.custom-banner .btn-primary {
    background-color: #29a8d3;
    border: 2px solid #29a8d3;
    padding: 15px 30px
}

.custom-banner .btn-primary:hover {
    background-color: #35adca !important;
    border: 2px solid #35adca !important;
    padding: 15px 30px
}

.festival-section-mobile {
    width: 100%;
    max-width: none
}

.festival-section {
    margin-bottom: 4rem
}

@media (min-width:768px) {
    .festival-section {
        margin-bottom: 7rem
    }
}

.festival-section .bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.festival-section .left-section {
    background-color: #c5bbb4;
    padding: 5rem 1rem 5rem
}

.festival-section .left-section h3 {
    color: #fff;
    font-weight: 600
}

@media (min-width:768px) {
    .festival-section .left-section h3 {
        font-size: 2.25rem;
        font-weight: 700
    }
}

.festival-section .left-section p {
    color: #fff;
    padding: 1rem 0
}

@media (min-width:768px) {
    .festival-section .left-section p {
        padding: 1rem 2rem 1rem 0
    }
}

.festival-section .left-section .btn {
    padding: .75rem 2.5rem;
    font-size: 1rem
}

.newyear .left-section {
    background-color: #c07941
}

.home-service {
    padding: 0 0 1.75rem
}

@media (min-width:768px) {
    .home-service {
        padding: 5.75rem 0
    }
}

.home-service p {
    color: #868686;
    font-weight: 600
}

.home-service .services-listing {
    position: relative;
    padding-top: 1.5rem
}

.home-service .bottom-image-service {
    height: auto;
    max-height: 200px;
    width: auto;
    margin: 0 auto -60px auto
}

@media (min-width:576px) {
    .home-service .bottom-image-service {
        max-height: 225px;
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media (min-width:768px) {
    .home-service .bottom-image-service {
        max-height: 260px
    }
}

.home-service .home-service-main {
    text-align: center;
    transition: all 1s ease;
    padding-bottom: 15px;
    padding-top: 15px
}

@media (min-width:768px) {
    .home-service .home-service-main {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.home-service .home-service-main:hover {
    box-shadow: none
}

.home-service .home-service-main .service-images {
    width: auto;
    height: 90px;
    transition: all 1s ease
}

.home-service .home-service-main h3,
.home-service .home-service-main h4,
.home-service .home-service-main h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .75rem
}

.home-service .home-service-main .services-description {
    line-height: 1.7
}

.home-service .home-service-main a {
    color: #323232;
    text-decoration: none
}

.home-service .home-service-main a:hover {
    color: #323232
}

.home-service .home-service-main a:hover h3 {
    color: #63055b
}

.home-service .home-service-main a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.home-service .card-title {
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:768px) {
    .home-service .card-title {
        font-size: 2rem
    }
}

.home-service .card-title-sub {
    font-size: 1.25rem;
    font-weight: 600;
    color: #979797
}

@media (min-width:768px) {
    .home-service .card-title-sub {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .home-service .card-title-sub {
        font-size: 1.75rem
    }
}

.home-service .services-tabs .nav-tabs {
    border: 0 !important
}

.home-service .services-tabs .nav-tabs .nav-link {
    border: 0 !important
}

.home-service .services-tabs a {
    width: 30%;
    text-align: center;
    line-height: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 1rem 1rem 0 0;
    color: #fff !important;
    font-weight: 600;
    font-size: .75rem
}

@media (min-width:576px) {
    .home-service .services-tabs a {
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .home-service .services-tabs a {
        font-size: 1.2rem
    }
}

.home-service .services-tabs a:nth-child(2) {
    width: 40%
}

.home-service .services-tabs .nav-tabs .active {
    margin-top: 0
}

.home-service .services-tabs .nav-tabs .active:after {
    margin-top: 1rem;
    margin-bottom: -1rem;
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Pro"
}

.home-service .services-tabs #nav-elect-tab {
    background: linear-gradient(to right, #f12711 0, #f5af19 100%)
}

.home-service .services-tabs #nav-plumb-tab {
    background: linear-gradient(to right, #61045f 0, #aa066b 100%)
}

.home-service .services-tabs #nav-aircon-tab {
    background: linear-gradient(to right, #287db6 0, #643877 100%)
}

.home-service .tab-content .tab-pane {
    margin-top: 4rem
}

.home-service .tab-content .row {
    margin-top: 1rem
}

.home-service .location-services-icons h5 {
    margin-top: 1rem;
    color: #2e3192
}

.home-service .btn-more i {
    font-size: 1.2rem;
    color: #fff;
    vertical-align: inherit;
    margin-top: -3px;
    margin-right: .5rem
}

.home-service .btn-more span {
    font-size: .8rem;
    font-weight: 300;
    color: #fff;
    padding-left: 1rem
}

.home-service .btn-more:hover span {
    color: #fff
}

.home-service .disabled:hover {
    cursor: default
}

.location-services-icons {
    padding-top: 4rem;
    padding-bottom: 0
}

@media (min-width:992px) {
    .location-services-icons {
        padding-top: 5rem;
        padding-bottom: 2rem
    }
}

.emergency {
    padding-top: 2rem;
    padding-bottom: 0
}

@media (min-width:992px) {
    .emergency {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

.emergency .main-box {
    background: linear-gradient(to bottom, #5b095d 0, #300130 75%);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .2rem;
    color: #fff;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .emergency .main-box {
        margin-bottom: 0;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media (min-width:1200px) {
    .emergency .main-box {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.emergency .emergency-image {
    max-width: none;
    width: auto;
    z-index: 1
}

@media (min-width:992px) {
    .emergency .emergency-image {
        top: -50%;
        height: 200%;
        left: -25%
    }
}

@media (min-width:1200px) {
    .emergency .emergency-image {
        top: -58%;
        height: 215%;
        left: -26%
    }
}

.emergency .info h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0
}

@media (min-width:992px) {
    .emergency .info h3 {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .emergency .info h3 {
        font-size: 1.75rem
    }
}

.emergency .info p {
    font-size: 1.3rem;
    color: #f76e2a;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:992px) {
    .emergency .info p {
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .emergency .info p {
        font-size: 1.5rem
    }
}

.technology-section {
    margin-top: 4rem;
    margin-bottom: 0
}

@media (min-width:768px) {
    .technology-section {
        margin-top: 4rem;
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    .technology-section {
        margin-top: 6rem;
        margin-bottom: 2rem
    }
}

.technology-section .technology-image {
    max-width: none;
    height: auto;
    width: 100%
}

@media (min-width:768px) {
    .technology-section .technology-image {
        width: 85%
    }
}

@media (max-width:576px) {
    .technology-section .technology-image {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
}

.technology-section .technology-title {
    margin-top: 2rem;
    font-weight: 700
}

@media (min-width:768px) {
    .technology-section .technology-title {
        margin-top: 0;
        font-size: 1.875rem
    }
}

.technology-section .technology-description {
    color: #868686;
    margin-top: 1.5rem;
    font-weight: 400;
    line-height: 1.7
}

@media (min-width:768px) {
    .technology-section .technology-description {
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .three-points-inner .col-lg-4 .media-body {
        border-right: 1px solid #fff
    }
    .three-points-inner .col-lg-4:last-child .media-body {
        border-right: none
    }
}

.three-points-inner .media {
    padding: 5% 0
}

@media (min-width:768px) {
    .three-points-inner .media {
        padding: 4% 0
    }
}

@media (min-width:992px) {
    .three-points-inner .media {
        padding: 13% 0
    }
}

.three-points-inner .media .icon img {
    width: 70%
}

@media (min-width:992px) {
    .three-points-inner .media .icon img {
        width: 100%
    }
}

.three-points-inner .media .icon .fal {
    color: #fff;
    font-size: 30px;
    height: 30px;
    width: 30px;
    text-align: center
}

@media (min-width:992px) {
    .three-points-inner .media .icon .fal {
        width: 40px;
        height: 40px;
        font-size: 40px
    }
}

.three-points-inner .media .media-body {
    padding: 0 5px;
    white-space: nowrap
}

@media (min-width:992px) {
    .three-points-inner .media .media-body {
        padding: 15px 20px
    }
}

.three-points-inner .media .media-body strong {
    color: #fff;
    font-size: 1rem
}

.three-points-inner .media .media-body span {
    color: #fff000;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

.awards-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 2rem 0
}

.awards-section .image-center p {
    margin-bottom: 0
}

.awards-section .image- img,
.awards-section .image-left img,
.awards-section .image-right img {
    height: 100%;
    padding-top: 0
}

@media (min-width:992px) {
    .awards-section .image- img,
    .awards-section .image-left img,
    .awards-section .image-right img {
        height: 90%;
        padding-top: 10%
    }
}

@media (min-width:768px) {
    .awards-section .image-left {
        text-align: right
    }
}

@media (min-width:768px) {
    .awards-section .image-right {
        text-align: left
    }
}

.location-near-me {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% center;
    padding-top: 15rem;
    padding-bottom: 2rem
}

@media (min-width:768px) {
    .location-near-me {
        background-position: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-top: 5rem
    }
}

@media (min-width:996px) {
    .location-near-me {
        margin: 6rem 0
    }
}

.location-near-me .location-near-me-right {
    border-radius: .5rem
}

@media (min-width:768px) {
    .location-near-me .location-near-me-right {
        margin: 5rem 0
    }
}

.location-near-me .location-near-me-right .location-near-me-title {
    padding-top: 2rem;
    font-size: 2rem;
    font-weight: 400;
    color: #323232
}

@media (min-width:996px) {
    .location-near-me .location-near-me-right .location-near-me-title {
        font-size: 2.5rem;
        padding-top: 0
    }
}

.location-near-me .location-near-me-right .location-near-me-sub_title {
    font-size: 2rem;
    font-weight: 700;
    color: #671268
}

@media (min-width:996px) {
    .location-near-me .location-near-me-right .location-near-me-sub_title {
        font-size: 2.5rem
    }
}

.location-near-me .location-near-me-right .location-near-me-bottom {
    color: #727272;
    padding-bottom: 2rem
}

@media (min-width:996px) {
    .location-near-me .location-near-me-right .location-near-me-bottom {
        padding-bottom: 0
    }
}

.location-near-me .location-near-me-right .location-near-me-bottom a {
    color: #ffa300;
    text-decoration: none;
    font-weight: 600
}

.location-near-me .location-near-me-right #ajaxsearchpro2_1 {
    border: 2px solid #a6a8ab;
    border-radius: 5px;
    width: 80%;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width:996px) {
    .location-near-me .location-near-me-right #ajaxsearchpro2_1 {
        margin: 0 !important;
        width: 75%
    }
}

@media (min-width:576px) {
    .zip-section {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media (min-width:992px) {
    .zip-section {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

@media (max-width:768px) {
    .zip-section .container {
        padding: 0
    }
    .zip-section .container .row {
        margin-left: 0;
        margin-right: 0
    }
    .zip-section .container .row .col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .zip-section .first-col {
        padding-right: 0
    }
}

.zip-section .first-col img {
    width: 100%;
    height: auto;
    border-radius: 0
}

@media (min-width:576px) {
    .zip-section .first-col img {
        border-radius: 0 0 .5rem .5rem
    }
}

@media (min-width:992px) {
    .zip-section .first-col img {
        border-radius: .5rem 0 0 .5rem;
        height: 100%
    }
}

@media (min-width:992px) {
    .zip-section .second-col {
        padding-left: 0
    }
}

.zip-section .second-col .zip-right {
    padding: 1.5rem .75rem;
    background-color: #21285e;
    border-radius: 0
}

@media (min-width:576px) {
    .zip-section .second-col .zip-right {
        border-radius: .5rem .5rem 0 0
    }
}

@media (min-width:992px) {
    .zip-section .second-col .zip-right {
        padding: 3.5rem 2rem;
        border-radius: 0 .5rem .5rem 0
    }
}

.zip-section .second-col img {
    max-width: 50%
}

@media (min-width:992px) {
    .zip-section .second-col img {
        max-width: 75%
    }
}

.zip-section .second-col h4 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700
}

@media (min-width:992px) {
    .zip-section .second-col h4 {
        padding-bottom: .5rem
    }
}

@media (min-width:1200px) {
    .zip-section .second-col h4 {
        font-size: 2.15rem;
        padding-bottom: 1.25rem
    }
}

.zip-section .second-col p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.2
}

@media (min-width:1200px) {
    .zip-section .second-col p {
        font-size: 1.33rem
    }
}

@media (max-width:375px) {
    .trust-section .col-9 {
        padding: 0 1rem 0 0
    }
}

.trust-section .trust-title {
    font-size: 1.3rem
}

@media (min-width:768px) {
    .trust-section .trust-title {
        font-size: 2rem
    }
}

.trust-section .trust-sub-title {
    font-size: 1.25rem;
    font-weight: 600
}

@media (min-width:768px) {
    .trust-section .trust-sub-title {
        font-size: 1.75rem
    }
}

.trust-section h3 {
    font-family: Poppins, sans-serif, cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 1.75rem
}

.testimonial-section {
    padding-top: 3rem !important
}

@media (min-width:992px) {
    .testimonial-section {
        padding-top: 1.5rem !important
    }
}

.testimonial-section h3 {
    font-size: 1.75rem;
    font-weight: 700
}

@media (min-width:992px) {
    .testimonial-section h3 {
        font-size: 2rem
    }
}

.testimonial-section .testimonials-subtitle {
    color: #979797;
    font-size: 1.2rem
}

@media (min-width:992px) {
    .testimonial-section .testimonials-subtitle {
        font-size: 1.75rem
    }
}

.testimonial-section .testimonials-description {
    color: #727272;
    line-height: 1.5;
    margin: 2.5rem auto 4rem
}

.testimonial-section .card-text {
    background-color: #efefef;
    padding: 2rem;
    border-radius: .5rem
}

.testimonial-section .more_text .read_more {
    display: none
}

.opening-hours {
    padding-top: 1rem;
    padding-bottom: 4rem
}

.opening-hours .title {
    color: #323232;
    font-weight: 600
}

.opening-hours .state {
    font-weight: 400;
    color: #8c8c8c
}

.opening-hours .state-desc {
    font-size: 1rem
}

.opening-hours .hours-section .title {
    font-size: 1rem;
    text-decoration: underline;
    color: #323232;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.opening-hours .hours-section .hours {
    color: #17479d;
    padding-left: 2rem
}

.opening-hours .hours-male {
    width: 30%;
    bottom: 0;
    right: 0
}

@media (min-width:768px) {
    .opening-hours .hours-male {
        width: 40%
    }
}

@media (min-width:996px) {
    .opening-hours .hours-male {
        width: 45%
    }
}

.location-archive-section .location-archive-main {
    margin: 2rem 0
}

.location-archive-section .location-archive-main a {
    text-decoration: none
}

.location-archive-section .location-archive-main img {
    border-radius: .3rem;
    margin-bottom: 1.5rem
}

.location-archive-section .location-archive-main h3 {
    color: #323232
}

.location-archive-section .location-archive-main p {
    color: #f76e2a;
    text-decoration: none;
    font-weight: 600
}

.location-archive-section .employee-img-archive {
    bottom: -8rem;
    right: 1rem;
    width: 70%
}

.accordion-div h4 {
    color: #323232;
    font-size: 2.125rem;
    font-weight: 700;
    margin: 2rem 0 1.3rem 0
}

.accordion-div #accordionModule {
    margin-bottom: 0
}

.accordion-div #accordionModule .card .card-body {
    padding: 1rem .5rem 0
}

.location-main .entry-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #4975e1
}

@media (min-width:768px) {
    .location-main .entry-title {
        font-size: 40px
    }
}

.location-main .youtube-wrapper {
    width: 100%;
    padding-bottom: 54.25%;
    padding-top: 15px;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .location-main .youtube-wrapper {
        float: left;
        width: 320px;
        margin-right: 15px;
        padding-bottom: 28.25%;
        padding-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:968px) {
    .location-main .youtube-wrapper {
        width: 450px;
        margin-right: 30px
    }
}

.location-main .entry-content .social {
    margin-top: 35px
}

.location-main .entry-content .social .fa {
    background-color: #4975e1;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 3px;
    width: 25px;
    font-size: 10px;
    text-align: center
}

.location-main .entry-content .social .fa-twitter {
    background-color: #329ff5
}

.location-main .entry-content .social .fa-facebook {
    background-color: #3b5a96
}

.location-main .entry-content .social .fa-instagram {
    background-color: #0078b8
}

.location-main .entry-content .social .fa-share-alt {
    background-color: #fff;
    color: #323232
}

.location-main .entry-content .social .related-suburb {
    color: #868686;
    text-decoration: underline;
    font-size: 14px;
    padding-right: 6px
}

.location-main .entry-content .google-map-main {
    padding-top: 35px
}

.map-container {
    overflow: hidden;
    height: 100%
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

@media (min-width:768px) {
    .map-container iframe {
        overflow: hidden;
        border-radius: 0 15px 15px 0
    }
}

.main-map {
    top: 32%
}

.main-map h1 {
    font-size: 3.75rem;
    font-weight: 700;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.masthead {
    height: 9rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .masthead {
        height: 25rem
    }
}

.location-title {
    font-size: 2rem;
    font-weight: 700 !important;
    color: #fff;
    padding: 0 30px;
    display: inline-block
}

@media (min-width:576px) {
    .location-title {
        font-size: 2.75rem
    }
}

@media (min-width:768px) {
    .location-title {
        font-size: 4rem
    }
}

@media (min-width:992px) {
    .location-title {
        font-size: 4.5rem
    }
}

.location-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    display: block
}

@media (min-width:576px) {
    .location-subtitle {
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    .location-subtitle {
        font-size: 2rem;
        font-weight: 600
    }
}

.single-locations .service-main .service-left {
    background-color: #aa076b
}

.hm-serv-desc {
    display: none
}

@media (max-width:576px) {
    .intro-sell li {
        display: flex
    }
}

@media (max-width:576px) {
    .intro-sell .fa-shield-check {
        font-size: 2.15rem !important
    }
}

@media (min-width:992px) {
    .near-city {
        margin-bottom: 7rem
    }
}

.near-city h4 {
    color: #f76e2a !important;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1.4rem 0 1.3rem 0
}

.near-city .background {
    background-color: #6b4169
}

.near-city img {
    opacity: .1
}

.near-city .card-img-overlay {
    top: 59%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding: 0
}

@media (min-width:992px) {
    .near-city .card-img-overlay {
        top: 62%;
        left: 48%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 1rem;
        font-weight: 700
    }
}

.archive-brand .left-side-brand img {
    left: 0;
    max-width: 200%;
    width: auto
}

.archive-brand .brand-alphabets {
    margin: 1rem 0 4rem
}

.archive-brand .brand-alphabets .col-12 {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.archive-brand .brand-alphabets h5 {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 1rem
}

.archive-brand .brand-alphabets ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.archive-brand .brand-alphabets ul li {
    display: inline-block;
    margin: 0 10px
}

@media (min-width:1200px) {
    .archive-brand .brand-alphabets ul li {
        margin: 0 13px
    }
}

.archive-brand .brand-alphabets ul li a {
    color: #868686;
    font-size: 1rem;
    font-weight: 600
}

.archive-brand .brand-alphabets ul li a:hover {
    color: #ffa300
}

.archive-brand .brand-alphabets ul li:first-child {
    margin-left: 0
}

.archive-brand .brand-alphabets ul li:last-child {
    margin-right: 0
}

.archive-brand .brand-alphabets #dropdownAlphabetsLink {
    cursor: pointer
}

.archive-brand .brand-alphabets .dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 5rem;
    margin: -1rem 0 0 10rem
}

@media (min-width:1200px) {
    .archive-brand .brands-loop {
        margin-top: 2rem
    }
}

.archive-brand .brands-loop .row {
    margin-top: 0;
    margin-bottom: 0
}

.archive-brand .brands-loop .row h3 {
    font-weight: 700;
    line-height: .85
}

.archive-brand .brands-loop .row p {
    color: #868686
}

.archive-brand .brands-loop .row a {
    font-weight: 600;
    font-size: 1rem
}

.archive-brand .brands-loop .row .btn-brands {
    padding: 0;
    border: none !important;
    background-color: #fff;
    color: #555;
    border-radius: 0
}

.archive-brand .brands-loop .row .btn-brands:active,
.archive-brand .brands-loop .row .btn-brands:hover {
    color: #297cb7 !important;
    box-shadow: none;
    padding: 0;
    background-color: #fff !important
}

.archive-brand .brands-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -145px
}

.blog-content {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.blog-content img {
    border-radius: .5rem
}

.blog-content .card-img-overlay {
    bottom: 1rem
}

.blog-content .card {
    margin: 2rem 0;
    border-radius: 1rem;
    box-shadow: 0 0 15px -5px #868686;
    border: none;
    height: 33rem
}

.blog-content .card .card-img-top {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    position: relative
}

.blog-content .card .attachment-blogSmall {
    border-radius: 1rem 1rem 0 0
}

.blog-content .blog-date {
    position: absolute;
    padding: .25rem .5rem;
    background-color: #ffa300;
    color: #fff;
    font-weight: 600;
    border-radius: .33rem;
    top: 20px;
    right: 15px
}

.blog-content .entry-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
    color: #323232
}

.blog-content .entry-header .entry-title a {
    color: #2c2c2c;
    font-size: 1.5rem;
    font-weight: 600
}

.blog-content .entry-content {
    padding-top: .75rem
}

.blog-content .entry-content p {
    margin: 0;
    color: #868686;
    font-size: 1.12rem;
    line-height: 1.6
}

.blog-content .entry-content .blog-readmore {
    font-weight: 600;
    margin: 2rem 0 1rem;
    display: inline-block
}

.blog-content .entry-content .blog-readmore i {
    font-size: .75rem
}

.blog-right {
    padding-bottom: 2rem
}

.blog-right img {
    border-radius: 15px;
    width: 100%
}

.blog-right .title {
    color: #323232 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin: 2rem 0 1.3rem 0 !important
}

.blog-right h2,
.blog-right h3,
.blog-right strong {
    color: #323232 !important;
    font-weight: 700 !important
}

.blog-right h2,
.blog-right h3 {
    font-size: 2rem !important;
    margin: 2rem 0 1.3rem 0 !important
}

.blog-right .description {
    color: #858585
}

.blog-right .description h4,
.blog-right .description h5 {
    color: #323232
}

.blog-right .description ol {
   padding-left: 1rem;
}


.blog-right .description ol li {
   margin-bottom: 1rem;
}


.blog-right .description ul {
    list-style-type: none;
    line-height: 2;
    padding: 0
}

.blog-right .description ul li {
    display: -webkit-box;
    position: relative
}

.blog-right .description ul li:before {
    content: "";
    background-color: transparent;
    background-image: url(../img/green-tick.png);
    display: table;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    min-width: 19px;
    height: 16px;
    margin-right: .8rem;
    margin-top: .3rem
}

.blog-right .description ul li a {
    color: #858585
}

.blog-right .description ul li a:hover {
    color: #009394
}

.blog-right .description ul strong {
    margin: 0 0.33rem
}

.social-blog h6 {
    padding-bottom: 1rem
}

.social-blog .fab {
    padding-right: .5rem
}

.social-blog img {
    display: inline;
    height: 15px;
    width: auto;
    margin: 0 5px;
    border-radius: 0
}

.page-contact {
    padding-top: 2rem
}

@media (min-width:768px) {
    .page-contact {
        padding-bottom: 2rem
    }
}

@media (min-width:1200px) {
    .page-contact .contact-left {
        padding-right: 4rem
    }
}

.page-contact .contact-right {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .page-contact .contact-right {
        padding-top: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .page-contact {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.page-contact .contact-left .mauticform_wrapper {
    padding: 2.4rem
}

.page-contact .cont-call {
    padding-top: 2rem;
    font-size: 2rem;
    color: #868686
}

@media (min-width:992px) {
    .page-contact .cont-call {
        font-size: 3.5rem
    }
}

.page-contact .cont-call a {
    color: #3f0d42;
    font-weight: 700
}

.page-contact p {
    color: #858585;
    line-height: 2
}

.page-contact .expert {
    font-size: 1rem;
    color: #323232;
    padding-bottom: 1rem
}

.page-contact .expert span {
    color: #ffa300;
    font-weight: 700
}

.page-contact .icon {
    display: flex
}

.page-contact .icon a {
    margin-right: 1rem
}

.page-contact .icon i {
    color: #5fc9bd
}

.page-contact .contact-vanMobile {
    margin: 0 auto -40px auto;
    z-index: 2;
    max-width: 70%
}

@media (min-width:992px) {
    .page-contact .contact-vanMobile {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .page-contact .contact-social {
        padding-bottom: 3rem
    }
}

.page-contact .contact-social .fab {
    font-size: 2rem;
    padding-right: 10px;
    color: #5dcdc1
}

.page-contact .contact-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-contact .contact-social ul li {
    display: inline-block
}

.page-contact-selling .home-points {
    margin-bottom: -6rem
}

@media (min-width:968px) {
    .page-contact-selling .home-points {
        margin-bottom: -2rem
    }
}

.page-contact-selling .page-mode-selling {
    padding-bottom: 0
}

.page-contact-award {
    padding-top: 0
}

.thankyou_wrapper i[class*=fa] {
    font-size: 90px
}

.thankyou_wrapper h1 {
    color: #ffa300;
    font-size: 32px;
    margin: 30px 0 5px
}

.thankyou_wrapper p {
    color: #868686;
    margin-top: 15px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .thankyou_wrapper i[class*=fa] {
        font-size: 190px
    }
    .thankyou_wrapper h1 {
        font-size: 54px
    }
}

.about-intro-image {
    bottom: -20px !important;
    width: 100% !important
}

.faq-intro-image {
    min-width: 0 !important;
    left: 10% !important
}

@media (min-width:992px) {
    .faq-intro-image {
        left: 20% !important
    }
}

@media (min-width:1200px) {
    .faq-intro-image {
        left: 25% !important
    }
}

.state-main .state-intro {
    border-radius: 15px 15px 15px 15px;
    background-color: #f3f3f3
}

.state-main .state-intro .bg-image {
    border-radius: 15px 0 0 15px;
    background-position: center
}

/*# sourceMappingURL=theme.min.css.map */

/* Ajax Search Pro */

@keyframes aspAnFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.6
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes aspAnFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.6
    }
    100% {
        opacity: 1
    }
}

@keyframes aspAnFadeOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.6
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes aspAnFadeOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.6
    }
    100% {
        opacity: 0
    }
}

@keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
}

@keyframes aspAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

@-webkit-keyframes aspAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

div.ajaxsearchpro.asp_an_fadeIn,
div.ajaxsearchpro.asp_an_fadeOut,
div.ajaxsearchpro.asp_an_fadeInDrop,
div.ajaxsearchpro.asp_an_fadeOutDrop {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.asp_an_fadeIn,
div.ajaxsearchpro.asp_an_fadeIn {
    animation-name: aspAnFadeIn;
    -webkit-animation-name: aspAnFadeIn
}

.asp_an_fadeOut,
div.ajaxsearchpro.asp_an_fadeOut {
    animation-name: aspAnFadeOut;
    -webkit-animation-name: aspAnFadeOut
}

div.ajaxsearchpro.asp_an_fadeInDrop {
    animation-name: aspAnFadeInDrop;
    -webkit-animation-name: aspAnFadeInDrop
}

div.ajaxsearchpro.asp_an_fadeOutDrop {
    animation-name: aspAnFadeOutDrop;
    -webkit-animation-name: aspAnFadeOutDrop
}

div.ajaxsearchpro.asp_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear
}

div.asp_w.ajaxsearchpro,
div.asp_w.asp_r,
div.asp_w.asp_s,
div.asp_w.asp_sb,
div.asp_w.asp_sb * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    text-indent: initial;
    letter-spacing: normal
}

div.asp_w.ajaxsearchpro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

div.asp_w.asp_r,
div.asp_w.asp_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.asp_w.ajaxsearchpro input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

div.asp_w.ajaxsearchpro input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

div.asp_w.ajaxsearchpro input[type="search"]::-webkit-search-decoration,
div.asp_w.ajaxsearchpro input[type="search"]::-webkit-search-cancel-button,
div.asp_w.ajaxsearchpro input[type="search"]::-webkit-search-results-button,
div.asp_w.ajaxsearchpro input[type="search"]::-webkit-search-results-decoration {
    display: none
}

div.asp_w.ajaxsearchpro input[type="search"] {
    -webkit-appearance: textfield !important
}

.clear {
    clear: both
}

.asp_clear {
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: 0 !important
}

.hiddend {
    display: none !important
}

div.asp_w.ajaxsearchpro {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden
}

div.asp_w.ajaxsearchpro.asp_non_compact {
    min-width: 140px
}

#asp_absolute_overlay {
    width: 0;
    height: 0;
    position: fixed;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear
}

div.asp_m.ajaxsearchpro .proinput input:before,
div.asp_m.ajaxsearchpro .proinput input:after,
div.asp_m.ajaxsearchpro .proinput form:before,
div.asp_m.ajaxsearchpro .proinput form:after {
    display: none
}

div.asp_w.ajaxsearchpro textarea:focus,
div.asp_w.ajaxsearchpro input:focus {
    outline: none
}

div.asp_m.ajaxsearchpro .probox .proinput input::-ms-clear {
    display: none
}

div.asp_m.ajaxsearchpro .probox {
    width: auto;
    border-radius: 5px;
    background: #FFF;
    overflow: hidden;
    border: 1px solid #FFF;
    box-shadow: 1px 0 3px #CCC inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    direction: ltr;
    align-items: stretch
}

div.asp_m.ajaxsearchpro .probox .proinput {
    width: 1px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    z-index: 0
}

div.asp_m.ajaxsearchpro .probox .proinput form {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

div.asp_m.ajaxsearchpro .probox .proinput input {
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
    width: auto;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    padding-top: 2px;
    min-width: 120px
}

div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete {
    border: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    left: 0
}

div.asp_m.ajaxsearchpro .probox .proinput.iepaddingfix {
    padding-top: 0
}

div.asp_m.ajaxsearchpro .probox .proloading,
div.asp_m.ajaxsearchpro .probox .proclose,
div.asp_m.ajaxsearchpro .probox .promagnifier,
div.asp_m.ajaxsearchpro .probox .prosettings {
    width: 20px;
    height: 20px;
    background: none;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 1
}

div.asp_m.ajaxsearchpro .probox .proloading,
div.asp_m.ajaxsearchpro .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent
}

div.asp_m.ajaxsearchpro .probox .proloading {
    padding: 2px;
    box-sizing: border-box
}

div.asp_m.ajaxsearchpro .probox .proclose {
    position: relative;
    cursor: pointer;
    z-index: 2
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon,
div.asp_m.ajaxsearchpro .probox .prosettings .innericon,
div.asp_m.ajaxsearchpro .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    line-height: initial;
    text-align: center;
    overflow: hidden
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,
div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg,
div.asp_m.ajaxsearchpro .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block
}

div.asp_m.ajaxsearchpro.asp_msie .probox .proloading .asp_loader {
    height: 0;
    width: 0;
    display: none !important
}

div.asp_m.ajaxsearchpro .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9)
}

.opacityOne {
    opacity: 1
}

.opacityZero {
    opacity: 0
}

div.asp_w.asp_s [disabled].noUi-connect,
div.asp_w.asp_s [disabled] .noUi-connect {
    background: #B8B8B8
}

div.asp_w.asp_s [disabled] .noUi-handle {
    cursor: not-allowed
}

div.asp_w.asp_r p.showmore {
    display: none;
    margin: 5px 0
}

div.asp_w.asp_r.asp_more_res_loading p.showmore a,
div.asp_w.asp_r.asp_more_res_loading p.showmore a span {
    color: transparent !important
}

@-webkit-keyframes shm-rot-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.85
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes shm-rot-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.85
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

div.asp_w.asp_r div.asp_showmore_container {
    position: relative
}

div.asp_w.asp_r. div.asp_moreres_loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2)
}

div.asp_w.asp_r.asp_more_res_loading div.asp_moreres_loader {
    display: block !important
}

div.asp_w.asp_r div.asp_moreres_loader-inner {
    height: 24px;
    width: 24px;
    animation: shm-rot-simple 0.8s infinite linear;
    -webkit-animation: shm-rot-simple 0.8s infinite linear;
    border: 4px solid #353535;
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -12px auto auto -12px;
    left: 50%
}

div.asp_hidden_data,
div.asp_hidden_data * {
    display: none
}

div.asp_w.asp_r {
    display: none
}

div.asp_w.asp_r * {
    text-decoration: none;
    text-shadow: none
}

div.asp_w.asp_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0
}

div.asp_w.asp_r .results .asp_nores {
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: initial;
    text-align: center;
    margin: 0;
    background: #FFF;
    padding: 10px 3px;
    color: #222
}

div.asp_w.asp_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.4)
}

div.asp_w.asp_r .results .item,
div.asp_w.asp_r .results .asp_group_header {
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden
}

div.asp_w.asp_r .results .item .asp_image {
    overflow: hidden;
    background: transparent;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
    position: relative
}

div.asp_w.asp_r .results .asp_image canvas {
    display: none
}

div.asp_w.asp_r .results .asp_image .asp_item_canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 1;
    background-position: inherit;
    background-size: inherit;
    transition: opacity 0.5s
}

div.asp_w.asp_r .results .item:hover .asp_image .asp_item_canvas,
div.asp_w.asp_r .results figure:hover .asp_image .asp_item_canvas {
    opacity: 0
}

div.asp_w.asp_r a.asp_res_image_url,
div.asp_w.asp_r a.asp_res_image_url:hover,
div.asp_w.asp_r a.asp_res_image_url:focus,
div.asp_w.asp_r a.asp_res_image_url:active {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important
}

div.asp_w.asp_r .results .item .asp_image_auto {
    width: auto !important;
    height: auto !important
}

div.asp_w.asp_r .results .item .asp_image img {
    width: 100%;
    height: 100%
}

div.asp_w.asp_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

div.asp_w.asp_r .resdrg {
    height: auto
}

div.asp_w.ajaxsearchpro .asp_group_header:first-of-type {
    margin: 0 0 -3px !important
}

div.asp_w.asp_r.vertical .results .item:first-child {
    border-radius: 0
}

div.asp_w.asp_r.vertical .results .item:last-child {
    border-radius: 0;
    margin-bottom: 0
}

div.asp_w.asp_r.vertical .results .item:last-child:after {
    height: 0;
    margin: 0;
    width: 0
}

div.asp_w.asp_s.searchsettings {
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    z-index: 11001;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    opacity: 0;
    overflow: visible
}

div.asp_w.asp_sb.searchsettings {
    display: none;
    visibility: hidden;
    direction: ltr;
    overflow: visible;
    position: relative;
    z-index: 1
}

div.asp_w.asp_s.searchsettings form,
div.asp_w.asp_sb.searchsettings form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px 0 !important;
    padding: 0 !important
}

div.asp_w.asp_s.searchsettings .asp_option_inner,
div.asp_w.asp_sb.searchsettings .asp_option_inner,
div.asp_w.asp_sb.searchsettings input[type='text'] {
    margin: 2px 10px 0 10px;
    *padding-bottom: 10px
}

div.asp_w.asp_s.searchsettings input[type='text']:not(.asp_select2-search__field),
div.asp_w.asp_sb.searchsettings input[type='text']:not(.asp_select2-search__field) {
    width: 86% !important;
    padding: 8px 6px !important;
    margin: 0 0 0 10px !important;
    background-color: #FAFAFA !important;
    font-size: 13px;
    border: none !important;
    line-height: 17px;
    height: 20px
}

div.asp_w.asp_s.searchsettings.ie78 .asp_option_inner,
div.asp_w.asp_sb.searchsettings.ie78 .asp_option_inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

div.asp_w.asp_s.searchsettings div.asp_option_label,
div.asp_w.asp_sb.searchsettings div.asp_option_label {
    font-size: 14px;
    line-height: 20px !important;
    margin: 0;
    width: 150px;
    text-shadow: none;
    padding: 0;
    min-height: 20px;
    border: none;
    background: transparent;
    float: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.asp_w.asp_s.searchsettings .asp_label,
div.asp_w.asp_sb.searchsettings .asp_label {
    line-height: 24px !important;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer
}

div.asp_w.asp_s.searchsettings input[type=radio],
div.asp_w.asp_sb.searchsettings input[type=radio] {
    vertical-align: middle;
    margin: 0 6px 0 17px;
    display: inline-block;
    appearance: normal;
    -moz-appearance: normal;
    -webkit-appearance: radio
}

div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox],
div.asp_w.asp_sb.searchsettings .asp_option_inner input[type=checkbox] {
    display: none !important
}

div.asp_w.asp_s.searchsettings.ie78 .asp_option_inner input[type=checkbox],
div.asp_w.asp_sb.searchsettings.ie78 .asp_option_inner input[type=checkbox] {
    display: block
}

div.asp_w.asp_s.searchsettings.ie78 div.asp_option_label,
div.asp_w.asp_sb.searchsettings.ie78 div.asp_option_label {
    float: right !important
}

div.asp_w.asp_s.searchsettings .asp_option_inner,
div.asp_w.asp_sb.searchsettings .asp_option_inner {
    width: 17px;
    height: 17px;
    position: relative;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

div.asp_w.asp_sb.searchsettings .asp_option_inner {
    border-radius: 3px;
    background: rgb(66, 66, 66);
    box-shadow: none
}

div.asp_w.asp_s.searchsettings .asp_option_inner label,
div.asp_w.asp_sb.searchsettings .asp_option_inner label {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    padding: 0;
    border-radius: 2px;
    box-shadow: none;
    font-size: 0 !important;
    color: rgba(0, 0, 0, 0)
}

div.asp_w.asp_s.searchsettings.ie78 .asp_option_inner label,
div.asp_w.asp_sb.searchsettings.ie78 .asp_option_inner label {
    display: none
}

div.asp_w.asp_s.searchsettings .asp_option_inner label:before,
div.asp_w.asp_sb.searchsettings .asp_option_inner label:before {
    display: none !important
}

div.asp_w.asp_s.searchsettings .asp_option_inner label:after,
div.asp_w.asp_sb.searchsettings .asp_option_inner label:after {
    opacity: 0;
    font-family: 'asppsicons2';
    content: "\e800";
    background: transparent;
    border-top: none;
    border-right: none;
    box-sizing: content-box;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0
}

div.asp_w.asp_s.searchsettings.ie78 .asp_option_inner label:after,
div.asp_w.asp_sb.searchsettings.ie78 .asp_option_inner label:after {
    display: none
}

div.asp_w.asp_s.searchsettings .asp_option_inner label:hover::after,
div.asp_w.asp_sb.searchsettings .asp_option_inner label:hover::after {
    opacity: 0.3
}

div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox]:checked~label:after,
div.asp_w.asp_sb.searchsettings .asp_option_inner input[type=checkbox]:checked~label:after {
    opacity: 1
}

div.asp_w.asp_sb.searchsettings span.checked~label:after,
div.asp_w.asp_s.searchsettings span.checked~label:after {
    opacity: 1 !important
}

div.asp_w.asp_s.searchsettings fieldset,
div.asp_w.asp_sb.searchsettings fieldset {
    position: relative;
    float: left
}

div.asp_w.asp_s.searchsettings fieldset,
div.asp_w.asp_sb.searchsettings fieldset {
    background: transparent;
    font-size: .9em;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    width: 200px;
    min-width: 200px
}

div.asp_w.asp_sb.searchsettings fieldset:last-child {
    margin: 5px 0 0 !important
}

div.asp_w.asp_sb.searchsettings fieldset {
    margin: 10px 0 0
}

div.asp_w.asp_sb.searchsettings fieldset legend {
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: normal;
    font-size: 13px
}

div.asp_w.asp_sb.searchsettings .asp_option,
div.asp_w.asp_s.searchsettings .asp_option {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    margin: 0 0 10px 0;
    cursor: pointer
}

div.asp_w.asp_s.searchsettings .asp_option.asp-o-last,
div.asp_w.asp_s.searchsettings .asp_option:last-child {
    margin-bottom: 0
}

div.asp_w.asp_s.searchsettings fieldset .asp_option,
div.asp_w.asp_s.searchsettings fieldset .asp_option_cat,
div.asp_w.asp_sb.searchsettings fieldset .asp_option,
div.asp_w.asp_sb.searchsettings fieldset .asp_option_cat {
    width: auto;
    max-width: none
}

div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-1,
div.asp_w.asp_sb.searchsettings fieldset .asp_option_cat_level-1 {
    margin-left: 12px
}

div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-2,
div.asp_w.asp_sb.searchsettings fieldset .asp_option_cat_level-2 {
    margin-left: 24px
}

div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-3,
div.asp_w.asp_sb.searchsettings fieldset .asp_option_cat_level-3 {
    margin-left: 36px
}

div.asp_w.asp_s.searchsettings fieldset div.asp_option_label,
div.asp_w.asp_sb.searchsettings fieldset div.asp_option_label {
    width: 70%;
    display: block
}

div.asp_w.asp_s.searchsettings fieldset div.asp_option_label {
    width: auto;
    display: block;
    box-sizing: border-box
}

div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-2 div.asp_option_label {
    padding-right: 12px
}

div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-3 div.asp_option_label {
    padding-right: 24px
}

div.asp_w.asp_s select,
div.asp_w.asp_sb select {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 5px !important;
    background: #f9f9f9;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: none;
    color: #111;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    line-height: initial;
    outline: none !important;
    font-family: Roboto, Helvetica;
    font-size: 14px;
    height: 34px;
    min-height: unset !important
}

div.asp_w.asp_s select[multiple],
div.asp_w.asp_sb select[multiple] {
    background: #fff
}

div.asp_w.asp_s select:not([multiple]),
div.asp_w.asp_sb select:not([multiple]) {
    overflow: hidden !important
}

.asp_two_column {
    margin: 8px 0 12px 0
}

.asp_two_column .asp_two_column_first,
.asp_two_column .asp_two_column_last {
    width: 48%;
    padding: 1% 2% 1% 0;
    float: left;
    box-sizing: content-box
}

.asp_two_column .asp_two_column_last {
    padding: 1% 0 1% 2%
}

.asp_shortcodes_container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 12px -10px;
    box-sizing: border-box
}

.asp_shortcodes_container .asp_shortcode_column {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 120px;
    padding: 10px 0 0 10px;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    box-sizing: border-box
}

div.ajaxsearchpro.searchsettings fieldset.asp_custom_f {
    margin-top: 9px
}

div.ajaxsearchpro.searchsettings fieldset legend {
    margin-bottom: 8px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.ajaxsearchpro.searchsettings fieldset legend+div.asp_option_inner {
    margin-top: 0 !important
}

div.ajaxsearchpro.searchsettings .asp_sett_scroll>.asp_option_cat:first-child>.asp_option_inner {
    margin-top: 0 !important
}

div.ajaxsearchpro.searchsettings fieldset .asp_select_single,
div.ajaxsearchpro.searchsettings fieldset .asp_select_multiple {
    padding: 0 10px
}

p.asp-try {
    color: #555;
    font-size: 14px;
    margin-top: 5px;
    line-height: 28px;
    font-weight: 300;
    visibility: hidden
}

p.asp-try a {
    color: #FFB556;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block
}

[data-asp_simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.asp_simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.asp_simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.asp_simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.asp_simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none
}

.asp_simplebar-content-wrapper::-webkit-scrollbar,
.asp_simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.asp_simplebar-content:before,
.asp_simplebar-content:after {
    content: ' ';
    display: table
}

.asp_simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.asp_simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.asp_simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.asp_simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-asp_simplebar].asp_simplebar-dragging .asp_simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-asp_simplebar].asp_simplebar-dragging .asp_simplebar-track {
    pointer-events: all
}

.asp_simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.asp_simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear
}

.asp_simplebar-scrollbar.asp_simplebar-visible:before {
    opacity: 1;
    transition: opacity 0s linear
}

.asp_simplebar-track.asp_simplebar-vertical {
    top: 0;
    width: 11px;
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.asp_simplebar-track.asp_simplebar-vertical .asp_simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.asp_simplebar-track.asp_simplebar-horizontal {
    left: 0;
    height: 11px;
    margin-left: 12px !important;
    margin-right: 12px !important
}

.asp_simplebar-track.asp_simplebar-horizontal .asp_simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.asp_simplebar-track.asp_simplebar-horizontal .asp_simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-asp_simplebar-direction='rtl'] .asp_simplebar-track.asp_simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.asp_simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.rtl .asp_content,
.rtl .asp_nores,
.rtl .asp_content *,
.rtl .asp_nores *,
.rtl .searchsettings form {
    text-align: right !important;
    direction: rtl !important
}

.rtl .asp_nores>* {
    display: inline-block
}

.rtl .searchsettings .asp_option {
    flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important
}

.rtl .asp_option {
    direction: ltr
}

.rtl .asp_label,
.rtl .asp_option div.asp_option_label {
    text-align: right !important
}

.rtl .asp_label {
    max-width: 1000px !important;
    width: 100%;
    direction: rtl !important
}

.rtl .asp_label input[type=radio] {
    margin: 0 0 0 6px !important
}

.rtl .asp_option_cat_level-0 div.asp_option_label {
    font-weight: bold !important
}

.rtl fieldset .asp_option_cat_level-1 {
    margin-right: 12px !important;
    margin-left: 0
}

.rtl fieldset .asp_option_cat_level-2 {
    margin-right: 24px !important;
    margin-left: 0
}

.rtl fieldset .asp_option_cat_level-3 {
    margin-right: 36px !important;
    margin-left: 0
}

.rtl .searchsettings legend {
    text-align: right !important;
    display: block;
    width: 100%
}

.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
    direction: rtl !important;
    text-align: right !important
}

.rtl div.asp_w.asp_s.searchsettings form,
.rtl div.asp_w.asp_sb.searchsettings form {
    flex-direction: row-reverse !important
}

.rtl div.horizontal.asp_r div.item {
    float: right !important
}

.rtl p.asp-try {
    direction: rtl;
    text-align: right;
    margin-right: 10px;
    width: auto !important
}

.asp_arrow_box {
    position: absolute;
    background: #444;
    padding: 12px;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    max-width: 240px;
    display: none;
    z-index: 99999999999999999
}

.asp_arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #444;
    border-width: 6px;
    margin-left: -6px
}

.asp_arrow_box.asp_arrow_box_bottom:after {
    bottom: 100%;
    top: unset;
    border-bottom-color: #444;
    border-top-color: transparent
}

.asp_elementor_nores {
    text-align: center
}

.elementor-sticky__spacer .asp_w,
.elementor-sticky__spacer .asp-try {
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important
}

div[id*='ajaxsearchpro2_'] div.asp_loader,
div[id*='ajaxsearchpro2_'] div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div[id*='ajaxsearchpro2_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

div[id*='ajaxsearchpro2_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div[id*='ajaxsearchpro2_'] div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 0, 0);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 0, 0);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box
}

#ajaxsearchpro2_1 div.asp_loader,
#ajaxsearchpro2_2 div.asp_loader,
#ajaxsearchpro2_1 div.asp_loader *,
#ajaxsearchpro2_2 div.asp_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

#ajaxsearchpro2_1 div.asp_loader,
#ajaxsearchpro2_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center
}

#ajaxsearchpro2_1 div.asp_loader-inner,
#ajaxsearchpro2_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#ajaxsearchpro2_1 div.asp_simple-circle,
#ajaxsearchpro2_2 div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 0, 0);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name: asp_an_fadeInDown;
    animation-name: asp_an_fadeInDown
}

div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal
}

div.asp_r.asp_r_2,
div.asp_m.asp_m_2,
div.asp_s.asp_s_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    padding: 0;
    margin: 0
}

.wpdreams_clear {
    clear: both
}

div.asp_m.asp_m_2 {
    width: 40%;
    height: auto;
    max-height: none;
    border-radius: 5px;
    background: #d1eaff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-image: -moz-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -ms-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: radial-gradient(ellipse at center, rgb(255, 255, 255), rgb(255, 255, 255));
    overflow: hidden;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 0;
    box-shadow: none
}

@media only screen and (min-width:641px) and (max-width:1024px) {
    div.asp_m.asp_m_2 {
        width: 70%
    }
    div.asp_main_container.asp_w+[id*=asp-try-2] {
        width: 70%
    }
    div.asp_r.asp_r_2 {
        width: auto
    }
}

@media only screen and (max-width:640px) {
    div.asp_m.asp_m_2 {
        width: 90%
    }
    div.asp_main_container.asp_w+[id*=asp-try-2] {
        width: 90%
    }
    div.asp_r.asp_r_2 {
        width: auto
    }
}

div.asp_m.asp_m_2 .probox {
    margin: 6px;
    height: 28px;
    background: transparent;
    border: 0 none rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: none
}

p[id*=asp-try-2] {
    color: rgb(85, 85, 85) !important;
    display: block
}

div.asp_main_container+[id*=asp-try-2] {
    margin-left: auto;
    margin-right: auto;
    width: 40%
}

p[id*=asp-try-2] a {
    color: rgb(255, 181, 86) !important
}

p[id*=asp-try-2] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ','
}

p[id*=asp-try-2] a:last-child:after {
    display: none
}

div.asp_m.asp_m_2 .probox .proinput {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    flex-grow: 1;
    order: 5;
    -webkit-flex-grow: 1;
    -webkit-order: 5
}

div.asp_m.asp_m_2 .probox .proinput input.orig {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important
}

div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    opacity: 0.25;
    height: 28px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -28px !important;
    width: 100%;
    background: transparent !important
}

.rtl div.asp_m.asp_m_2 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    direction: rtl;
    text-align: right
}

.rtl div.asp_m.asp_m_2 .probox .proinput {
    margin-right: 2px
}

.rtl div.asp_m.asp_m_2 .probox .proloading,
.rtl div.asp_m.asp_m_2 .probox .proclose {
    order: 3
}

div.asp_m.asp_m_2 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig::-moz-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-shadow: none;
    opacity: 0.85
}

div.asp_m.asp_m_2 .probox .proinput input.orig:-moz-placeholder {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-shadow: none;
    opacity: 0.85;
    line-height: normal !important
}

div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    line-height: normal;
    border: 0;
    box-shadow: none
}

div.asp_m.asp_m_2 .probox .proloading,
div.asp_m.asp_m_2 .probox .proclose,
div.asp_m.asp_m_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .prosettings {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    flex-grow: 0;
    order: 7;
    -webkit-flex: 0 0 28px;
    -webkit-flex-grow: 0;
    -webkit-order: 7
}

div.asp_m.asp_m_2 .probox .proclose svg {
    fill: rgb(254, 254, 254);
    background: rgb(51, 51, 51);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9)
}

div.asp_m.asp_m_2 .probox .proloading {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px
}

div.asp_m.asp_m_2 .probox .proloading .asp_loader {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px
}

div.asp_m.asp_m_2 .probox .promagnifier {
    width: auto;
    height: 28px;
    flex: 0 0 auto;
    order: 7;
    -webkit-flex: 0 0 auto;
    -webkit-order: 7
}

div.asp_m.asp_m_2 .probox .promagnifier div.innericon {
    width: 28px;
    height: 28px;
    float: right
}

div.asp_m.asp_m_2 .probox .promagnifier div.asp_text_button {
    width: auto;
    height: 28px;
    float: right;
    margin: 0;
    padding: 0 10px 0 2px;
    font-weight: normal;
    font-family: inherit;
    color: rgb(51, 51, 51);
    font-size: 15px;
    line-height: auto;
    text-shadow: none;
    line-height: 28px
}

div.asp_m.asp_m_2 .probox .promagnifier .innericon svg {
    fill: rgb(0, 0, 0)
}

div.asp_m.asp_m_2 .probox .prosettings .innericon svg {
    fill: rgb(69, 69, 69)
}

div.asp_m.asp_m_2.asp_msie .probox .proloading {
    background-image: url("//www.metropolitanelectrical.com.au/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right
}

div.asp_m.asp_m_2 .probox .promagnifier {
    width: 28px;
    height: 28px;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    order: 11;
    -webkit-order: 11;
    float: right;
    border: 0 solid rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: -1px 1px 0 0 rgba(255, 255, 255, 0.64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

div.asp_m.asp_m_2 .probox .prosettings {
    width: 28px;
    height: 28px;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    order: 10;
    -webkit-order: 10;
    float: right;
    border: 0 solid rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    align-self: flex-end
}

div.asp_r.asp_r_2 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0
}

div.asp_r.asp_r_2 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: normal;
    font-family: inherit;
    color: rgb(74, 74, 74);
    font-size: 13px;
    line-height: 1.35em;
    text-shadow: none;
    font-weight: bold
}

div.asp_r.asp_r_2 .asp_results_top {
    background: rgb(255, 255, 255);
    border: 1px none rgb(81, 81, 81);
    border-radius: 0;
    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans";
    color: rgb(81, 81, 81);
    font-size: 13px;
    line-height: 16px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item {
    height: auto;
    background: rgb(255, 255, 255)
}

div.asp_r.asp_r_2 .results .item.hovered {
    background-image: -moz-radial-gradient(center, ellipse cover, rgb(244, 244, 244), rgb(246, 246, 246));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(244, 244, 244), rgb(246, 246, 246));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgb(244, 244, 244), rgb(246, 246, 246));
    background-image: -o-radial-gradient(center, ellipse cover, rgb(244, 244, 244), rgb(246, 246, 246));
    background-image: -ms-radial-gradient(center, ellipse cover, rgb(244, 244, 244), rgb(246, 246, 246));
    background-image: radial-gradient(ellipse at center, rgb(244, 244, 244), rgb(246, 246, 246))
}

div.asp_r.asp_r_2 .results .item .asp_image {
    background-size: cover;
    background-repeat: no-repeat
}

div.asp_r.asp_r_2 .results .item .asp_item_overlay_img {
    background-size: cover;
    background-repeat: no-repeat
}

div.asp_r.asp_r_2 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px
}

div.asp_r.asp_r_2 .results .item .asp_content h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    font-weight: bold;
    font-family: inherit;
    color: rgb(20, 104, 169);
    font-size: 14px;
    line-height: 1.55em;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .asp_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: bold;
    font-family: inherit;
    color: rgb(20, 104, 169);
    font-size: 14px;
    line-height: 1.55em;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .asp_content h3 a:hover {
    font-weight: bold;
    font-family: inherit;
    color: rgb(20, 104, 169);
    font-size: 14px;
    line-height: 1.55em;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item div.etc {
    padding: 0;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 6px
}

div.asp_r.asp_r_2 .results .item .etc .asp_author {
    padding: 0;
    font-weight: bold;
    font-family: inherit;
    color: rgb(161, 161, 161);
    font-size: 11px;
    line-height: 13px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item .etc .asp_date {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: normal;
    font-family: inherit;
    color: rgb(173, 173, 173);
    font-size: 11px;
    line-height: 15px;
    text-shadow: none
}

div.asp_r.asp_r_2 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: inherit;
    color: rgb(74, 74, 74);
    font-size: 13px;
    line-height: 1.35em;
    text-shadow: none
}

div.asp_r.asp_r_2 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1)
}

div.asp_r.asp_r_2 p.showmore {
    text-align: center;
    margin: 5px 0 0;
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 94, 148);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none
}

div.asp_r.asp_r_2 p.showmore a {
    font-weight: normal;
    font-family: inherit;
    color: rgb(5, 94, 148);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none;
    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center
}

div.asp_r.asp_r_2 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px
}

div.asp_r.asp_r_2.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0)
}

div.asp_r.asp_r_2 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto
}

div.asp_s.asp_s_2.searchsettings {
    direction: ltr;
    padding: 0;
    background-image: -webkit-linear-gradient(185deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -moz-linear-gradient(185deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-linear-gradient(185deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(185deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(185deg, rgb(255, 255, 255), rgb(255, 255, 255));
    box-shadow: 0 0 0 1px rgb(181, 181, 181) inset;
    ;
    max-width: 208px;
    z-index: 11001
}

div.asp_sb.asp_sb_2.searchsettings {
    max-width: none
}

div.asp_s.asp_s_2.searchsettings form {
    display: flex
}

div.asp_sb.asp_sb_2.searchsettings form {
    display: flex
}

div.asp_s.asp_s_2.searchsettings div.asp_option_label,
div.asp_s.asp_s_2.searchsettings .asp_label {
    font-weight: bold;
    font-family: inherit;
    color: rgb(43, 43, 43);
    font-size: 12px;
    line-height: 15px;
    text-shadow: none
}

div.asp_sb.asp_sb_2.searchsettings .asp_option_inner label,
div.asp_s.asp_s_2.searchsettings .asp_option_inner label {
    background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
    background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0, rgb(69, 72, 77) 100%);
    background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77))
}

div.asp_sb.asp_sb_2.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_2.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0 !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none
}

div.asp_s.asp_s_2.searchsettings .asp_sett_scroll {
    max-height: 220px;
    overflow: auto
}

div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll {
    max-height: 220px;
    overflow: auto
}

div.asp_s.asp_s_2.searchsettings fieldset {
    width: 200px;
    min-width: 200px;
    max-width: 10000px
}

div.asp_sb.asp_sb_2.searchsettings fieldset {
    width: 200px;
    min-width: 200px;
    max-width: 10000px
}

div.asp_s.asp_s_2.searchsettings fieldset legend {
    padding: 0 0 0 10px;
    margin: 0;
    background: transparent;
    font-weight: normal;
    font-family: inherit;
    color: rgb(71, 71, 71);
    font-size: 13px;
    line-height: 15px;
    text-shadow: none
}

div.asp_s.asp_s_2.searchsettings .asp_simplebar-scrollbar::before {
    background: transparent;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

div.asp_sb.asp_sb_2.searchsettings .asp_simplebar-scrollbar::before {
    background: transparent;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

div.asp_r.asp_r_2.vertical {
    padding: 4px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 0;
    box-shadow: none;
    visibility: hidden;
    display: none
}

div.asp_r.asp_r_2.vertical .results {
    max-height: none
}

div.asp_r.asp_r_2.vertical .item {
    position: relative;
    box-sizing: border-box
}

div.asp_r.asp_r_2.vertical .item .asp_content h3 {
    display: inline
}

div.asp_r.asp_r_2.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 8px
}

div.asp_r.asp_r_2.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0 0
}

div.asp_r.asp_r_2.vertical .asp_simplebar-scrollbar::before {
    background: transparent;
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

div.asp_r.asp_r_2.vertical .results .item::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.55)
}

div.asp_r.asp_r_2.vertical .results .item.asp_last_item::after {
    display: none
}

.asp_spacer {
    display: none !important;
}

.asp_v_spacer {
    width: 100%;
    height: 0
}

div.asp_r.asp_r_2 .asp_group_header {
    background: #DDD;
    background: rgb(246, 246, 246);
    border-radius: 3px 3px 0 0;
    border-top: 1px solid rgb(248, 248, 248);
    border-left: 1px solid rgb(248, 248, 248);
    border-right: 1px solid rgb(248, 248, 248);
    margin: 10px 0 -3px;
    padding: 7px 0 7px 10px;
    position: relative;
    z-index: 1000;
    min-width: 90%;
    flex-grow: 1;
    font-weight: bold;
    font-family: inherit;
    color: rgb(5, 94, 148);
    font-size: 11px;
    line-height: 13px;
    text-shadow: none
}

.item .read_more {
    cursor: pointer !important;
}

.home-hero,
.other-hero {
    background: linear-gradient(-45deg, #671465, #9E2D4C, #EB562B, #F76A2A);
    background-size: 400% 400%;
}

@media (min-width:768px){.home-hero,.other-hero{-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite}}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width:769px) {
    .book-form-main {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}

@media (max-width:768px) {
    .book-form-main {
        background: linear-gradient(180deg, #21314a 90%, #e8e8e8 0) !important
    }
}

.book-form-main .bg-image {
    -o-object-position: bottom;
    object-position: bottom
}

.book-form-main .book-form-right {
    padding: 2rem
}

@media (min-width:996px) {
    .book-form-main .book-form-right {
        padding: 5rem 2rem 10rem 0
    }
}

.book-form-main .book-form-right h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

.book-form-main .book-form-right h4 span {
    color: #0dbebf
}

.book-form-main .book-form-right p {
    color: #fff;
    padding-top: 1.2rem
}

.book-form-main .mauticform_wrapper {
    max-width: 100% !important;
    background: linear-gradient(180deg, #fafafa 38%, #f6f6f6 58%, #eee 100%, #e9e9e9 100%);
    background-color: #f8f9fa;
    box-shadow: 0 0 10px -5px #626262;
    display: flex !important;
    padding: 1.5rem
}

.book-form-main .mauticform_wrapper form {
    width: 100%
}

.book-form-main .mauticform_wrapper .row {
    display: unset !important;
    margin: 0
}

.book-form-main .mauticform_wrapper h3 {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
    font-weight: 700
}

.book-form-main .mauticform_wrapper h3:after {
    display: block;
    content: " ";
    height: .25rem;
    width: 2rem;
    background-color: #0dbebf;
    border-radius: .25rem;
    margin-top: .3rem
}

.book-form-main .mauticform_wrapper h5 {
    margin-left: .25rem;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.book-form-main .mauticform_wrapper .form-control {
    box-shadow: 0 0 0 #fff inset;
    border-radius: .3rem;
    color: #000000;
    font-size: 1rem
}

.book-form-main .mauticform_wrapper .form-control:focus-visible {
    text-shadow: none;
    color: #2c2c2c
}

.book-form-main .mauticform_wrapper .selecttime1 {
    color: #7c848b
}

.book-form-main .mauticform_wrapper .btn {
    width: 100%;
    text-transform: unset;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background-color: #c3007a;
    border: none;
    margin-left: -15px
}

.book-form-main .mauticform_wrapper .btn:hover {
    background-color: #61045f
}

.book-form-main .mauticform_wrapper .in-touch {
    margin-top: .75rem
}

@media (min-width:768px) {
    .book-form-main .mauticform_wrapper .in-touch {
        margin-top: .25rem;
        line-height: 1.2
    }
}

.book-form-main .mauticform_wrapper .minutes {
    color: #c3007a
}

.book-form-main .mauticform_wrapper textarea.form-control.is-invalid,
.book-form-main .mauticform_wrapper textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.page-template-book-now .book-form-main {
    background: unset
}

@media (min-width:992px) {
    .page-template-book-now .book-form-main .in-touch {
        margin-top: .75rem
    }
}

.page-contact .book-form-main {
    background: unset
}

.page-contact .book-form-main h3:after {
    left: 15px
}

.page-contact .book-form-main .btn {
    margin-left: 0
}

.field-hidden1 {
    display: none !important;
    visibility: hidden !important
}

.mauticform-errormsg {
    display: none
}

.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat;
    border-color: #fb3048;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.is-valid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=) !important;
    background-repeat: no-repeat;
    border-color: #28a745;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

select.form-control {
    color: #6c757d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.asp_w_container {
    width: 100%;
}

.backg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.z-index-0{z-index:0 !important}

/*Bootstrap 5 Form css */

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-check-input {
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

[data-bs-toggle="hide"] {
    display: none !important
}

[data-bs-toggle="show"] {
    display: block
}

.contact-left .btn {
    margin: 1rem 0
}

.btn-alert-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1.5
}

.btn-alert-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-alert-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-alert-close.disabled,
.btn-alert-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-alert-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.alert-dismissible .btn-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.btn-covid{background-color:#447146 !important;border-color:#447146 !important;transition:all 1s ease; !important}.btn-covid:hover{opacity:0.75 !important;}
.near-me .location-shortcode{display:block !important}
.recent-title {font-size:2.5rem !important;}


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/* home page video padding on top*/
.mt-6{padding-top: 5.5rem !important;}
.recent-title {font-size:2.5rem !important;}