*,
::after,
::before {
    box-sizing: border-box
}
::-moz-selection { /* Code for Firefox */
    background: #24170d;
}     
::selection {
    background: #24170d;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
@-ms-viewport {
    width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin-top: 0;
    margin-bottom: .5rem
}
dl,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
li{
    list-style-type: none;
    display: list-item;
    margin: 0;
    padding: 0;
}
b,
strong {
    font-weight: bolder
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
img {
    vertical-align: middle;
    border-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: inherit
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    border-radius: 0
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    display: block;
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}
[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
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical
}
[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
}
.blockquote,
.h5,
h5 {
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #be9b60
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
@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
    }
}
.col,
.col-12 {
    max-width: 100%
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    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;
    text-transform: uppercase;
    color:#24170d;
}
.btn.focus,
.btn:focus {
    outline: 0
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.d-none {
    display: none !important
}
@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !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
}
.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
}
.m-auto {
    margin: auto !important
}
.mt-auto,
.my-auto {
    margin-top: auto !important
}
.mr-auto,
.mx-auto {
    margin-right: auto !important
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important
}
.ml-auto,
.mx-auto {
    margin-left: auto !important
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.text-justify {
    text-align: justify !important
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}

/* basic custom css */
@font-face {
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

/*@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}*/
a{
    text-decoration: none;
    color: inherit;
}
div{
    display:block;
}
p{
    text-align: justify;
    margin-bottom: 10px;
    display:block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #f2cc74;
    background-color: #4b301b;
    border: 1px solid #4b301b;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #f2cc74;
    background-color: #24170d;
    border-color: #24170d;
    box-shadow: 0 0 0 .2rem rgba( 242, 204, 116, .25);
    outline: 0;
}
.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}
.form-control::-webkit-input-placeholder {
    color: #be9b60;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: #be9b60;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #be9b60;
    opacity: 1
}
.form-control::-ms-input-placeholder {
    color: #be9b60;
    opacity: 1
}
.form-control::placeholder {
    color: #be9b60;
    opacity: 1
}
.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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
}
.invalid-feedback,
.valid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%
}
.form-check-label {
    margin-bottom: 0
}
.valid-feedback {
    display: none;
    color: #28a745
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}
.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 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
    display: none;
    color: #dc3545
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}
.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 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.navBar, .wrapper {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.logo{
    display: block;
    background:transparent url(../img/logo-50x150.png);
    height: 50px;
    width: 150px;
}
.navBar .call{
    display: flex;
    font-weight: 800;
    text-align: center;
    min-width: 120px;
    margin: 0 10px;
}
.call_d {
    display: flex;
    justify-content: space-around;
}
.call_d div{
    min-width: 210px;
    height: 70px;
    background:transparent url(../img/call_us.png)  no-repeat;  
}
.mini-form-row .call_d{
    display: none;
}
.navBar input{
    display: none;
}
.navBar .label-toggle {
    background: linear-gradient(to bottom, #a28950 0%, #a28950 20%, transparent 20%, transparent 40%, #a28950 40%, #a28950 60%, transparent 60%, transparent 80%, #a28950 80%, #a28950 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    margin-bottom:0px;
}
.mainmenu {
    display: none;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 50px;
    background: #14110b;
/*    background-image:url(../img/dark-background-pattern.jpg);*/
    z-index: 1000;
}
#menu-toggle:checked ~ .mainmenu {
    display: flex;
}
.mainmenu div{
    display: flex;
    flex-flow: column wrap;
    height: 50px; 
    width: 100%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}
.mainmenu .submenu {
    display: none;
}
#submenu-toggle:checked ~ .submenu{
    display: flex;
    background-color: #24170d;
}
.desktop_menu{
    display: none;
}
#topBtn{
    position:fixed;
    bottom:10px;
    right:30px;
    z-index:1000;
    border:#7d6936;
    outline:0;
    background-color:#967a32;
    cursor:pointer;
    padding:6px 15px;
    border-radius:20px;
    font-size:18px}
#topBtn i{
    border:solid #fff;
    border-width:0 3px 3px 0;
    display:inline-block;
    padding:3px
}
#topBtn:hover{
    background-color:#7d6936
}
#topBtn i:hover{
    border-color:#f8e294
}
#topBtn .up{
    transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-ms-transform:rotate(7deg)  
}
body{
    color: #a28950;
/*    background-image:url(../img/dark-background-pattern.jpg)*/
}
h1, h2, h3{
    color:#f2cc74;
}
h2, h3, h4{
    text-align: center;
    padding: 20px 10px 0;
}
span {
    font-weight: 800;
    background-color: #be9b60;
    color: #14110b;
}
.btn{
    background-color: #f2cc74;
}
.main_img{
    display:block;
    height: 100%;
    min-height: 768px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home{
    background-image:url("../img/home/back_640x480.jpg");
    background-image: image-set(
    /*    url('../img/home/limousine-budapest-540x272.avif') 1x,
        url('../img/home/limousine-budapest-540x272@2x.avif') 2x,*/
        url('../img/home/back_640x480.webp') 1x,
      /*  url('../img/home/limousine-budapest-540x272@2x.webp') 2x,*/
        url('../img/home/back_640x480.jpg') 1x,
     /*   url('../img/home/limousine-budapest-540x272@2x.jpg') 2x*/
      );
}
.main{
    min-height: 217px;   
}
.title{
    color:#f2cc74;
    font-size: 2.5rem;
    margin-top: 400px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.mt-40{
    margin-top: -40px;
}/*
#form_main_mini label{
    font-weight: 700;
}*/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 6px 0;
}
.breadcrumb a{
    color: #a28950;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #a28950;
    content: "/"
}
.breadcrumb-item.active {
    color: #f2cc74;
}
.breadcrumb a{
    display:block;
    border:0;
    padding-left:18px;
}
.breadcrumb li{
    position: relative;
}
.breadcrumb li:first-of-type:before {
    content:"";
    position:absolute;
    border-style:solid;
    border-color:transparent;
    border-width:6px 6px;
    top: 2px;
    border-bottom-color:#a28950;
    background:transparent;
}
.breadcrumb li:first-of-type:after {
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    left: 2px;
    bottom:6px;
    border-style:solid;
    border-color:#a28950 #a28950 transparent;
    border-width:4px 4px 0;
    background:transparent;
}/*
.stiches{
    width:auto;
    height: 4px;
    background: url(../img/stiches.svg) repeat-x;
    margin: 0 6px 6px 6px;
}*/
.checkmarks li{
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.6;
    position:relative;
}  
.checkmarks li:before{
    content:"";
    position:absolute;
    left:0px;
    top:4px;
    width: 24px;
    height: 24px;
    background:url(../img/checkmark.svg) no-repeat;
} 
.prices{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 40px;
}
.prices .table_head{
    margin-bottom: 6px;
}
.prices .table_head, .prices .table_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin:auto;
}
.prices .btn{
    margin-top: 16px;
    position: absolute;
    right: 10px;
}
.social_tel{font-size: 18px;display: flex;justify-content:space-around;flex-flow:row wrap}
.social_tel a{position:relative;text-shadow: none;}
.viber{
    font-weight: 500;;
    color:#62569d;
}
.viber:before{
    content:"";
    position:absolute;
    left:-24px;
    top:2px;
    width: 20px;
    height: 20px;
    background:url(../img/viber_24x24.png) no-repeat;
    background-position: center;
    background-size: contain;
    color:#62569d
}
.whatsapp{
    font-weight: 500;;
    color:#26a318;
}
.whatsapp:before{
    content:"";
    position:absolute;
    left:-24px;
    top:2px;
    width: 20px;
    height: 20px;
    background:url(../img/whatsapp_24x24.png) no-repeat;
    background-position: center;
    background-size: contain;
    color:#26a318;
}
.brown_bg{
    width:100%;
    height: 228px;
    background: url(../img/leather-brown-background-transparent-414.png) no-repeat;
    background-position: center;
    display: inherit;
    position: absolute;
}
.services, .services p {
    text-align: center;
    margin: auto; 
}
.services a {
    text-align: center;
}
.services .btn{
    margin: 10px;
}
.home_icon{
    content: "";
    background-color: #d4af37;  
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-left: 50px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 60px 60px;
    mask-size: 60px 60px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.icon_text_lead{
    font-weight: 700;
    line-height: 1.25rem;
}
.icon_text_lead a, .icon_text_lead a:active, .icon_text_lead a:visited{
    color: #a28950;
}
.icon_text{
    line-height: 1.25rem;
}
.icon_number {
    background: #4b301b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-style: solid;
    border-color: #d4af37;  
    color: #d4af37;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}
.footer_nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    height: 120px;
}
.footer_menu{
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    background: #14110b;
/*    background-image:url(../img/dark-background-pattern.jpg);*/
    z-index: 1000;
    font-size: 20px;
    font-weight: 600;
}
.footer_menu div{
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}
.copyright{
    text-align: center;
    margin-bottom: 20px;;
}




@media screen and (min-width: 576px) {
    .main_img{
        min-height: 600px;
        top:0px;
    }
    .title{
        margin-top:40%;
    }

}

@media screen and (min-width: 768px) {
/*    
    .navBar{
        z-index: 900;
    }
    .navBar .label-toggle{
      display: none;
    }
    #menu-toggle:checked ~ .mainmenu {
      display: none;
    }
    .navBar .call{
      display: none;
    }
    .wrapper{
        justify-content: space-between;
    }
    .desktop_menu{
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      align-items: center;
      background: transparent;
      width:68%;
      font-size: 20px;
      font-weight: 600;
    }
    .desktop_menu div {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      height: 50px;
    }  
    .desktop_menu div:hover {
      background: #24170d;
    }  
    .desktop_menu div.desktop_submenu:hover{
        background: #14110b;
        background-image:url(../img/dark-background-pattern.jpg);
    }  
    .desktop_menu .desktop_submenu {
      display: none;
      background: #14110b;
      background-image:url(../img/dark-background-pattern.jpg);
      position: relative;
      width:100%;
      top: 50px;
      height:auto;
      flex-direction: column;
      position: absolute;
    }
    .desktop_submenu_toggle:hover > .desktop_submenu {
      display: flex;
      z-index: 1000;
    }
    .mini-form-row .call_d{
        display: flex;
    }
    .mt-40{
        margin-top: -100px;
    }
  
*/    
    .home {
        background-image:url("../img/home/back_800x600.jpg");
        background-image: image-set(
        /*    url('../img/home/limousine-budapest-720x363.avif') 1x,
            url('../img/home/limousine-budapest-720x363@2x.avif') 2x,*/
            url('../img/home/back_800x600.webp') 1x,
        /*    url('../img/home/limousine-budapest-720x363@2x.webp') 2x,*/
            url('../img/home/back_800x600.jpg') 1x,
        /*    url('../img/home/limousine-budapest-720x363@2x.jpg') 2x*/
          );
    }
    
    .main_img{
        min-height: 600px;
        top:-50px;
    }
    .title{
        margin-top:40%;
    }

}

@media screen and (min-width: 992px) {

    .home {
        background-image:url("../img/home/back_1024x768.jpg");
        background-image: image-set(
        /*    url('../img/home/limousine-budapest-960x483.avif') 1x,*/
            url('../img/home/back_1024x768.webp') 1x,
            url('../img/home/back_1024x768.jpg') 1x
          );
    }
    
    .main_img{
        min-height: 768px;
        top:-50px;
    }
    .title{
        margin-top:50%;
    }
    .desktop_menu{
        width:80%;
        font-size: 20px;
        font-weight: 600;
    }
    
}

@media screen and (min-width: 1200px) {
    .home {
        background-image:url("../img/home/back_1920x1080.jpg");
        background-image: image-set(
        /*    url('../img/home/limousine-budapest-1140x574.avif') 1x,*/
            url('../img/home/back_1920x1080.webp') 1x,
            url('../img/home/back_1920x1080.jpg') 1x
          );
    }
    
    .main_img{
        min-height: 1080px;
        top:-50px;
    }
    .title{
        margin-top:40%;
    }

}
