button:focus {
    outline: none !important
}

@media (min-width:600px) {
    .modal-xl {
        max-width: 70% !important
    }
    .modal-lg {
        max-width: 46.60322% !important
    }
    .modal-md {
        max-width: 70% !important
    }
    .modal-sm {
        max-width: 46.60322% !important
    }
}

@media (min-width:800px) {
    .modal-xl {
        max-width: 70% !important
    }
    .modal-lg {
        max-width: 40.75% !important
    }
    .modal-md {
        max-width: 70% !important
    }
    .modal-sm {
        max-width: 26.60322% !important
    }
}

@media (min-width:1366px) {
    .modal-xl {
        max-width: 70% !important
    }
    .modal-lg,
    .modal-md {
        max-width: 46.60322% !important
    }
    .modal-sm {
        max-width: 26.60322% !important
    }
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .modal-dialog {
        min-width: 40.75%
    }
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #d7ac85;
    --secondary: #4b4b4b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fff;
    --dark: red;
    --fontblack: #000;
    --lightGold: #a39161;
    --#d3d3d3: #f6f6f6;
    --lightDark: #d9d9d9;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 800px;
    --breakpoint-lg: 1366px;
    --breakpoint-xl: 1440px;
    --breakpoint-xxl: 2880px;
    --breakpoint-xxxl: 3840px;
    --breakpoint-xxxxl: 4096px;
    --breakpoint-xxxxxxxxxxxxl: 5120px;
   
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ul {
    margin-bottom: 1rem
}

dl,
ul {
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: #d7ac85;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #c4854b;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code {
    
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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,
select,
textarea {
    margin: 0;
    
    font-size: inherit;
    line-height: inherit
}

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
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
h1,
h2 {
    margin-bottom: .5rem;
    
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

code {
    
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:600px) {
    .container {
        max-width: 98vw
    }
}

@media (min-width:800px) {
    .container {
        max-width: 90vw
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 82%
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 82%
    }
}

@media (min-width:2880px) {
    .container {
        max-width: 82%
    }
}

.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg-8,
.col-md-5,
.col-md-7,
.col-md-8,
.col-md-10,
.col-md-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.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-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%
}

@media (min-width:600px) {
    .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%
    }
}

@media (min-width:800px) {
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .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-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1366px) {
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    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: #495057;
    background-color: #fff;
    border-color: #f6ede5;
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(29, 51%, 68%, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.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
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-group {
    margin-bottom: 1rem
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    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;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(29, 51%, 68%, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #d7ac85;
    border-color: #d7ac85
}

.btn-primary:hover {
    color: #212529;
    background-color: #ce9868;
    border-color: #ca925f
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem hsla(29, 51%, 68%, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #d7ac85;
    border-color: #d7ac85
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #ca925f;
    border-color: #c78b55
}

.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 hsla(29, 51%, 68%, .5)
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #323232;
    border-color: #2b2b2b
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 75, 75, .5)
}

.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.show>.btn-fontblack.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.show>.btn-fontblack.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.show>.btn-lightGold.dropdown-toggle {
    color: #fff;
    background-color: #84754d;
    border-color: #7c6e48
}

.show>.btn-lightGold.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(163, 145, 97, .5)
}

.show>.btn-lightGray.dropdown-toggle {
    color: #212529;
    background-color: #ddd;
    border-color: #d6d6d6
}

.show>.btn-lightGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96%, .5)
}

.show>.btn-lightDark.dropdown-toggle {
    color: #212529;
    background-color: silver;
    border-color: #b9b9b9
}

.show>.btn-lightDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.btn-outline-primary {
    color: #d7ac85;
    background-color: transparent;
    background-image: none;
    border-color: #ec6e31;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #ec6e31;
    border-color: #ec6e31;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem hsla(29, 51%, 68%, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #d7ac85;
    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: #d7ac85;
    border-color: #d7ac85
}

.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 hsla(29, 51%, 68%, .5)
}

.btn-outline-secondary {
    color: #4b4b4b;
    background-color: transparent;
    background-image: none;
    border-color: #4b4b4b
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #4b4b4b;
    border-color: #4b4b4b
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 75, 75, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #4b4b4b;
    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: #4b4b4b;
    border-color: #4b4b4b
}

.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(75, 75, 75, .5)
}

.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red
}

.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
}

.show>.btn-outline-fontblack.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.show>.btn-outline-fontblack.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.show>.btn-outline-lightGold.dropdown-toggle {
    color: #fff;
    background-color: #a39161;
    border-color: #a39161
}

.show>.btn-outline-lightGold.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(163, 145, 97, .5)
}

.show>.btn-outline-lightGray.dropdown-toggle {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.show>.btn-outline-lightGray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96%, .5)
}

.show>.btn-outline-lightDark.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.show>.btn-outline-lightDark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.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 {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing,
.dropdown {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    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(0, 0, 0, .15)
}

.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: #d7ac85
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    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
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group-append {
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn {
    margin-left: -1px
}

.input-group-append {
    margin-left: -1px
}

.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
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.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
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d7ac85
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    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
}

@media (max-width:799.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:800px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        /* justify-content: flex-start */
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.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(0, 0, 0, .125)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.media {
    display: flex;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.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(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef
}

.modal-header .close {
    padding: 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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:600px) {
    .modal-dialog {
        max-width: 40.75%;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 26.60322%
    }
}

@media (min-width:1366px) {
    .modal-lg {
        max-width: 46.60322%
    }
}

.bg-white {
    background-color: #fff !important
}

.border-0 {
    border: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:600px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
}

.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
}

.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-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

@media (min-width:600px) {
    .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
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
}

@media (min-width:800px) {
    .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
    }
}

@media (min-width:1366px) {
    .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
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:2880px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:3840px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }
    .flex-xxxl-column {
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:4096px) {
    .flex-xxxxl-row {
        flex-direction: row !important
    }
    .flex-xxxxl-column {
        flex-direction: column !important
    }
    .flex-xxxxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxxxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxxxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxxxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:5120px) {
    .flex-xxxxxxxxxxxxl-row {
        flex-direction: row !important
    }
    .flex-xxxxxxxxxxxxl-column {
        flex-direction: column !important
    }
    .flex-xxxxxxxxxxxxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxxxxxxxxxxxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxxxxxxxxxxxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxxxxxxxxxxxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxxxxxxxxxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.px-0 {
    padding-right: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media (min-width:600px) {
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important
    }
    .px-sm-0 {
        padding-left: 0 !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:600px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    h2,
    p {
        orphans: 3;
        widows: 3
    }
    h2 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 1366px !important
    }
    .navbar {
        display: none
    }
}

@media (min-width:1366px) {
    .container {
        width: 76.281112737921%;
        width: 82%
    }
}

.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
}

@media (min-width:600px) {
    .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
    }
}

@media (min-width:800px) {
    .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
    }
}

@media (min-width:1366px) {
    .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
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:2880px) {
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media (min-width:3840px) {
    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media (min-width:4096px) {
    .flex-xxxxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxxxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxxxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxxxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxxxl-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media (min-width:5120px) {
    .flex-xxxxxxxxxxxxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxxxxxxxxxxxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxxxxxxxxxxxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxxxxxxxxxxxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxxxxxxxxxxxl-shrink-1 {
        flex-shrink: 1 !important
    }
}

[class^=fullH-] {
    display: flex;
    flex-direction: column
}

[class^=fullH-]>* {
    flex: 1
}

@media screen and (max-width:480px) {
    [class*=fullH-] {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .container {
        padding-right: 1rem;
        padding-left: 1rem
    }
    .row {
        margin-right: -1rem;
        margin-left: -1rem
    }
    .col,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg-8,
    .col-md-5,
    .col-md-7,
    .col-md-8,
    .col-md-10,
    .col-md-12,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media screen and (orientation:portrait) {
    [class*=fullH-] {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.img-fluid img {
    max-width: 100%;
    height: auto
}





@media screen and (min-width:1366px) and (orientation:landscape) {
    html {
        font-size: 1.1713vw;
        font-size: 1vw;
        font-size: 1.11111vw !important;
        font-size: 16px !important
    }
}

@media screen and (max-width:1365px) {
    html {
        font-size: 1.11111vw !important
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 2.89854vw !important;
        font-size: 3.75vw !important
    }
}

html {
    overflow-x: hidden
}

@media (max-width:480px) {
    html {
        overflow-x: hidden
    }
}

:not(.touch)::-webkit-scrollbar,
:not(.touch) ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-appearance: none;
    border-radius: 100px
}

:not(.touch)::-webkit-scrollbar-thumb,
:not(.touch)::-webkit-scrollbar-thumb:vertical {
    background-color: #a87c50;
    border: none;
    border-radius: 100px
}

:not(.touch)::-webkit-scrollbar-track,
:not(.touch) ::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 100px
}

:not(.touch)::-moz-selection,
:not(.touch) ::-moz-selection {
    background: red
}

:not(.touch)::selection,
:not(.touch) ::selection {
    background: red
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block
}

.d-block,
.svg {
    display: block
}

.lazyload {
    opacity: 0;
    transition: opacity .3s
}

.grecaptcha-badge {
    display: none !important
}

body {
    background-color: #fff;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    width: 100vw
}

body.ar {
    text-align: right;
    
}

body.ar .text-right {
    text-align: left !important
}

body.ar .flip-x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

body :focus {
    outline: none
}

body.menu-open {
    overflow: hidden !important
}

body:focus {
    outline: none
}

:not(.touch)::-moz-selection,
:not(.touch) ::-moz-selection {
    background-color: #d7ac85 !important;
    color: #fff !important
}

:not(.touch)::selection,
:not(.touch) ::selection {
    background-color: #d7ac85 !important;
    color: #fff !important
}

.main-wr {
    width: calc(100vw - 76px)
}

.main {
    padding: 0
}

.title {
    
    font-weight: 400;
	color: #ec6e31;
    font-size: 20px;
    line-height: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
    margin-bottom: 0px;
}

.title.title-l {
    font-size: 3.125rem
}
.section-half-blocks2 .title{margin-bottom:15px;}
@media (max-width:480px) {
    .title {
        font-size: 2.5rem
    }
}

.ar .title {
   
}

.b,
.strong {
    font-weight: 500
}

.btn-outline-primary {
    
    font-size: 18px;
    color: #ec6e31 !important;
    letter-spacing: .065625rem;
    text-align: center;
    padding: 0.8rem .9375rem;
    line-height: 1
}

.btn-outline-primary:hover {
    color: #fff !important
}

@media (max-width:480px) {
    .btn-outline-primary {
        font-size: 18px;
        letter-spacing: .69px;
        text-align: center;
        line-height: 19.8px;
        padding: 9px 14px
    }
}

.ar .btn-outline-primary {
    
    letter-spacing: 0
}

.section-column {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    position: relative
}

@media (max-width:480px) {
    .section-column {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.section-column .figure-wr {
    margin-bottom: 0
}

.section-column .figure-wr .figure-img {
    margin: 0;
    width: 25.138888888889vw
}

@media (max-width:480px) {
    .section-column .figure-wr .figure-img {
        width: 55.3125vw
    }
}

.xs-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.xs-gutters>.col,
.xs-gutters>[class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media (max-width:480px) {
    .section-intro {
        padding-top: 5.5rem
    }
}

.section-intro .intro-svg-wr {
    display: block;
    width: 216px;
    height: 242px;
    margin: auto
}

@media (max-width:480px) {
    .section-intro .intro-svg-wr {
        width: 100px;
        height: 113px;
        margin: 0 0 27px
    }
}

.section-intro .intro-svg-wr svg {
    display: block;
    width: 216px;
    height: 242px
}

@media (max-width:480px) {
    .section-intro .intro-svg-wr svg {
        width: 100px;
        height: 113px
    }
}

@media (max-width:480px) {
    .section-intro .title-m {
        font-size: 12.6px;
        line-height: 28.8px;
        margin-bottom: 12px
    }
}

@media (max-width:480px) {
    .section-intro .desc {
        font-size: 10px;
        line-height: 21.6px
    }
}

.section-announcements .title-main {
    margin-bottom: 42px;
    letter-spacing: 3px
}

@media (max-width:480px) {
    .section-announcements .title-main {
        margin-bottom: 38px
    }
}

.section-announcements .announcements-slider {
    box-shadow: 7px 0 35px 0 rgba(0, 0, 0, .18)
}

.section-announcements .announcements-slider .announce-slide {
    overflow: hidden
}

.section-announcements .announcements-slider .announce-slide .figure-wr {
    padding-right: 0;
    margin-bottom: 0
}

.section-announcements .announcements-slider .announce-slide .figure-wr .figure {
    padding: 0;
    display: block;
    margin: 0
}

.section-announcements .announcements-slider .announce-slide .figure-wr .figure .figure-img {
    margin: 0;
    width: 100%
}

.section-announcements .announcements-slider .announce-slide .column-content-wr {
    padding: 3.4375rem 3.75rem 0;
    background: #fff
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .announce-slide .column-content-wr {
        padding: 2rem 2.5rem 3.5rem
    }
}

.section-announcements .announcements-slider .announce-slide .column-content-wr .column-content .date {
    font-size: .75rem;
    font-weight: 400;
    color: #a87c50;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .announce-slide .column-content-wr .column-content .date {
        font-size: 7.2px;
        letter-spacing: 1.08px;
        margin-bottom: 19px
    }
}

.section-announcements .announcements-slider .announce-slide .column-content-wr .column-content .title-xs {
    margin-bottom: 2.125rem
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .announce-slide .column-content-wr .column-content .title-xs {
        font-size: 12.24px;
        line-height: 21.6px;
        margin-bottom: 28px
    }
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .announce-slide .column-content-wr .column-content .desc {
        font-size: 8.64px;
        line-height: 17.28px
    }
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .slick-dots {
        bottom: -55px
    }
}

.section-announcements .announcements-slider .slick-dots li:first-child:last-child {
    display: none
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .slick-arrow {
        top: auto;
        z-index: 9999;
        bottom: -62px
    }
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .slick-arrow.slick-prev {
        left: 13px
    }
}

@media (max-width:480px) {
    .section-announcements .announcements-slider .slick-arrow.slick-next {
        right: 13px
    }
}

@media (max-width:480px) {
    .section-gallery {
        padding-top: 4.5rem;
        padding-bottom: 5rem
    }
}

.section-gallery .img-wr .thumbnail {
    display: inline-block;
    position: relative
}

.section-gallery .img-wr .thumbnail .img-figure {
    box-shadow: 13px 12px 26px 0 rgba(0, 0, 0, .24)
}

.section-gallery .img-wr .thumbnail:before {
    background: rgba(0, 0, 0, .25)
}

.section-gallery .img-wr .thumbnail:after,
.section-gallery .img-wr .thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s
}

.section-gallery .img-wr .thumbnail:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBLcEQenPMJNuqUwhg5W8UMFs66YBXrBVj8NqmcnHFztp53C1pSdpVjsf9ANBCtpYHBSd80dHA6LcEwGZJroak4DsZ6CjyhH2QAwFaGtF56izF0aCBLcEQenPMJNuqUwhg5W8UMFs66YBXrBVhhZzMFVBabmxQTVRAAVE05LjUtMTBzNC4yNTI4MzMzLTEwIDkuNS0x510B6C68daA0a85DfdFfeA55bf7c436c29b7d792gwPq2ujNkcnqEkDHqHqk2eR0Njk1MjQgMTcuNDUyMjUtMTUuNjY0NzU1Mi0x510B6C68daA0a85DfdFfeA55bf7c436c29b7d792OTM0LTcuMDc1MjUgMy42MTcxOTM0LTExLjI4NzI1IDAtMTAuNzcwNS04LjcyOTM2MzYtMTkuNS0x510B6C68daA0a85DfdFfeA55bf7c436c29b7d792bXxRWphv2nRe3js3W69CrMinNGtLdWyYrnnKzHR26vu4tF56iz40OTk2OTUzIDK7dsDYXJT1GggdbLcEQenPMJNuqUwhg5W8UMFs66YBXrBVhhZzMFSd8DczNy0zLcEQenPMJNuqUwhg5W8UMFs66YBXrBVj8NqmcnHFztp53C1pSdpVjsf9ANBCtpYH6YBXrBVj8NqmcnHFztp53C1pSdpVjsf9ANBCtpYHBVj8NqmcnHFztp53C1pSdpVjsf9ANBCtpYHwhg5W8UMFs66YBXrBVj8NqmcnHFztp53C1pSdpVjsf9ANBCtpYHYk11D0iI2ZmZiIgdHJhbnNmb3JtPSIiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%
}

.section-gallery .img-wr .thumbnail:hover:after,
.section-gallery .img-wr .thumbnail:hover:before {
    opacity: 1
}

.section-gallery .img-wr.img-wr-01 {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.section-gallery .img-wr.img-wr-02 {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    margin-top: 220px
}

.section-gallery .img-wr.img-wr-03 {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-top: -10px;
    left: 115px
}

.section-gallery .img-wr.img-wr-04 {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    margin-top: 270px;
    left: 20px
}

.section-gallery .img-wr .gallery-bg {
    display: inline-block;
    position: absolute;
    z-index: -1
}

.section-gallery .img-wr .gallery-bg.gallery-bg-01 {
    bottom: 145px;
    left: -80px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

@media (max-width:480px) {
    .section-gallery .img-wr .gallery-bg.gallery-bg-01 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 110px;
        bottom: -70px;
        left: 30px
    }
}

.section-gallery .img-wr .gallery-bg.gallery-bg-02 {
    bottom: 180px;
    right: -75px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:480px) {
    .section-gallery .img-wr .gallery-bg.gallery-bg-02 {
        width: 100px;
        right: 0;
        top: -80px;
        bottom: auto
    }
}

.section-gallery .img-wr .gallery-bg.gallery-bg-03 {
    bottom: 146px;
    left: -103px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

@media (max-width:480px) {
    .section-gallery .img-wr .gallery-bg.gallery-bg-03 {
        width: 102px;
        left: 0;
        bottom: -25px
    }
}

.section-gallery .img-wr .gallery-bg.gallery-bg-04 {
    bottom: 245px;
    left: 170px
}

@media (max-width:480px) {
    .section-gallery .img-wr .gallery-bg.gallery-bg-04 {
        width: 119px;
        bottom: -90px
    }
}

.section-gallery .img-wr .gallery-bg.gallery-bg-05 {
    bottom: -220px;
    left: -270px;
    z-index: 999999999999;
    position: absolute
}

@media (max-width:480px) {
    .section-gallery .img-wr .gallery-bg.gallery-bg-05 {
        bottom: -120px;
        right: 0;
        left: auto;
        z-index: 0;
        width: 137px
    }
}

@media (max-width:480px) {
    .section-gallery .img-wr {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        margin: 40px 0 0 !important;
        left: 0 !important
    }
    .section-gallery .img-wr:first-child {
        margin: 0 !important
    }
}

.hover {
    transition: all .18s ease
}

.hover:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 4px 12px 0 rgba(26, 27, 70, .08)
}

.hover-transparent {
    transition: all .18s ease;
    display: inline-block
}

.hover-transparent:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

@media (max-width:480px) {
    .section-sponsors {
        margin-top: 3.5rem
    }
}

@media (max-width:480px) {
    .section-sponsors .sponsors-row-wr {
        flex-direction: column-reverse
    }
}

.section-sponsors .sponsors-tabs {
    border: none
}

.section-sponsors .sponsors-tabs .nav-tabs {
    border: 0;
    align-items: flex-end
}

.section-sponsors .sponsors-tabs .nav-tabs .nav-item {
    width: 50%;
    text-align: center
}

.section-sponsors .sponsors-tabs .nav-tabs .nav-item a {
    border: none !important;
    padding: 0
}

.section-sponsors .sponsors-tabs .nav-tabs .nav-item a .fig-img1 {
    width: 137px;
    display: inline-block
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .nav-tabs .nav-item a .fig-img1 {
        width: 74px
    }
}

.section-sponsors .sponsors-tabs .nav-tabs .nav-item a .fig-img2 {
    width: auto;
    display: block;
    height: 100px;
    margin: auto
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .nav-tabs .nav-item a .fig-img2 {
        height: 70px
    }
}

.section-sponsors .sponsors-tabs .slide-line-wr {
    height: 6px;
    background: hsla(0, 0%, 59%, .22);
    width: 100%;
    display: block;
    margin-top: 44px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .slide-line-wr {
        margin-top: 25px
    }
}

.section-sponsors .sponsors-tabs .slide-line-wr .slide-line-inner-wr {
    position: relative;
    display: block;
    width: 100%;
    height: 6px
}

.section-sponsors .sponsors-tabs .slide-line-wr .slide-line-inner-wr .slide-line {
    top: 0;
    height: 6px;
    transition: all .3s ease;
    background-color: #dc6e65;
    display: block;
    position: absolute;
    padding: 0 .0625rem;
    box-sizing: content-box
}

.section-sponsors .sponsors-tabs .slide-line-wr .slide-line-inner-wr .slide-line:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dc6d65;
    content: " ";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto
}

.section-sponsors .sponsors-tabs .tab-content .tab-pane {
    padding-top: 70px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .tab-content .tab-pane {
        padding-top: 35px
    }
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .tab-content .tab-pane .desc {
        font-size: 10.8px;
        line-height: 21px
    }
}

.section-sponsors .sponsors-tabs .tab-content .tab-pane .btn-yellow {
    margin-top: 43px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-tabs .tab-content .tab-pane .btn-yellow {
        margin-top: 8px
    }
}

.section-sponsors .sponsors-imgs-wr {
    position: relative
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr {
        margin-bottom: 3rem
    }
}

.section-sponsors .sponsors-imgs-wr .sponsor-bg-01 {
    position: absolute;
    top: -130px;
    left: 65px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr .sponsor-bg-01 {
        width: 72px;
        top: -50px;
        left: 40px
    }
}

.section-sponsors .sponsors-imgs-wr .sponsor-bg-02 {
    position: absolute;
    right: -130px;
    bottom: -50px;
    z-index: 9;
    z-index: -1
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr .sponsor-bg-02 {
        right: 0;
        bottom: 0;
        width: 98px
    }
}

.section-sponsors .sponsors-imgs-wr .sponsors-imgs {
    width: 550px;
    height: 655px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr .sponsors-imgs {
        width: 100%;
        height: 314px;
        text-align: center;
        margin: auto;
        max-width: 265px
    }
}

.section-sponsors .sponsors-imgs-wr .sponsors-imgs .fig-img {
    position: absolute;
    left: 90px;
    width: 441px;
    transition: all .5s;
    box-shadow: 13px 12px 26px 0 rgba(0, 0, 0, .11);
    cursor: pointer
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr .sponsors-imgs .fig-img {
        left: 40px;
        width: 212px
    }
}

.section-sponsors .sponsors-imgs-wr .sponsors-imgs .fig-img.active {
    z-index: 9;
    width: 487px
}

@media (max-width:480px) {
    .section-sponsors .sponsors-imgs-wr .sponsors-imgs .fig-img.active {
        width: 234px;
        left: 0
    }
}

.js-ani-title>div>div>div {
    display: inline-block;
    overflow: visible;
    vertical-align: top;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 1px);
    transform: translate3d(0, 30px, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.title-m {
   
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 3.125rem
}

@media (max-width:480px) {
    .title-m {
        font-size: 2rem
    }
}

.title-xs {
    
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-weight: 400
}

@media (max-width:480px) {
    .title-xs {
        font-size: 1.5rem
    }
}

.title-l {
    
    font-size: 4.4375rem;
    letter-spacing: .1rem;
    line-height: 6.4375rem;
    font-weight: 300
}

@media (max-width:480px) {
    .title-l {
        font-size: 2.916667rem
    }
}

.sub-title {
    font-weight: 300;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1
}

.desc,
.sub-title {
    
}

.desc {
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.desc:last-child {
    margin-bottom: 0
}

p {
    
}

ul {
    -webkit-padding-start: 1rem
}

ul li {
    font-weight: 300
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: none !important
}

a,
a:hover {
    color: #fff
}

.form-control {
    transition: all .35s;
    border-width: .0625rem
}

.form-control:focus {
    border-color: #d7ac85;
    box-shadow: none
}

textarea.form-control {
    overflow: hidden
}

textarea.form-control:focus {
    overflow: auto
}

.content-white {
    color: #fff
}

.section-handing-over {
    height: 155px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:480px) {
    .section-handing-over {
        height: 85px;
        height: 110px
    }
}

.section-handing-over .title {
    
    font-size: 30px;
    color: #fff;
    letter-spacing: 8px;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase
}

@media (max-width:480px) {
    .section-handing-over .title {
        font-size: 18px;
        letter-spacing: 4.8px
    }
}

.section-handing-over .desc {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 0;
    line-height: 1
}

@media (max-width:480px) {
    .section-handing-over .desc {
        font-size: 12px;
        margin: 15px 0 0;
        line-height: 1.2;
        padding: 0 15px
    }
}

.ar .section-handing-over .title {
    
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.4
}

@media (max-width:480px) {
    .ar .section-handing-over .title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.5
    }
}

.ar .section-handing-over .desc {
    letter-spacing: 0
}

.sidebar {
    width: 4.75rem;
    max-width: 4.75rem;
    padding: 0
}

@media (max-width:480px) {
    .sidebar {
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        margin: auto;
        max-width: unset;
        z-index: 9999
    }
}

.sidebar .side-menu {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 4.75rem;
    background: #fff
}

@media (max-width:480px) {
    .sidebar .side-menu {
        display: none
    }
}

.sidebar .side-menu a.text-menu {
   font-size: .5625rem;
    color: #000;
    letter-spacing: .32875rem;
    margin-top: 3.5rem;
    display: block;
    text-align: center;
    transform: rotate(270deg) translateZ(0);
    font-size: 16px;
    cursor: pointer;
	font-weight: 200;
}

.sidebar .side-menu .target-burger {
    display: block;
    height: 3.0625rem;
    width: 3.0625rem;
    margin: auto;
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    top: -9vh;
    position: relative;
    transition: all .5s ease
}

.sidebar .side-menu .target-burger:hover {
    cursor: pointer;
    -webkit-opacity: .45;
    -moz-opacity: .45;
    opacity: .45
}

.sidebar .side-menu .target-burger.toggled ul.buns li.bun {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.sidebar .side-menu .target-burger.toggled ul.buns li.bun:last-child {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0)
}

.sidebar .side-menu .target-burger ul.buns {
    list-style: none;
    padding: 0;
    transition: color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #d7ac85;
    position: relative;
    top: 1.5rem
}

.sidebar .side-menu .target-burger ul.buns li.bun {
    width: 3.0625rem;
    height: .125rem;
    background-color: #f5b292;
    position: absolute;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    transition: background-color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1)
}

.sidebar .side-menu .target-burger ul.buns li.bun:last-child {
    -webkit-transform: translateY(3.75px) translateZ(0);
    transform: translateY(3.75px) translateZ(0)
}

.sidebar .side-menu .nav-btn {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    
    text-transform: uppercase;
    font-size: 9px;
    font-size: 16px;
    color: #000;
    letter-spacing: 5.26px;
    border-left: 2px solid #f5b292;
    width: auto;
    position: relative;
    bottom: 90px;
    padding: 15px
}

.ar .sidebar .side-menu a.text-menu {
    margin-top: 3.75rem;
    display: block;
    text-align: center;
    
    font-size: 12px;
    color: #000;
    letter-spacing: 0
}

.ar .sidebar .side-menu .nav-btn {
    
    font-size: 12px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 0 15px 15px;
    text-align: left;
    align-self: flex-end
}

.navbar {
    /*padding: 32px 60px;
     position: absolute; */
	padding: 0px 60px; 
	position: relative;
    top: 0;
    left: 76px;
    transition: padding .35s ease-in-out, background-color .35s ease-in-out;
    /* justify-content: left; */
    z-index: 9999;
    width: calc(100vw - 76px)
}
.navbar-cmpny-brand-logo img{max-width: 60px;
    padding-top: 17px;}
@media (max-width:480px) {
    .navbar {
        padding: 37px 27px 0;
        padding: 17px 25px 0;
        width: 100vw;
        left: 0;
        right: 0;
        justify-content: space-between
    }
}

.navbar .navbar-brand {
    font-size: .0625rem;
    padding: 0;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 11
}

.no-logo .navbar .navbar-brand {
    display: none
}

@media (max-width:480px) {
    .navbar .navbar-brand {
        z-index: 11
    }
    .no-logo .navbar .navbar-brand {
        display: inline-block
    }
}

.navbar .navbar-brand .logo-link {
    display: inline-block
}

.navbar .navbar-brand .logo-link .logo-wr {
    transition: width .35s ease-in-out;
    width: 220px;
    max-height: 66.74px;
    display: block;
    position: relative
}

@media (max-width:480px) {
    .navbar .navbar-brand .logo-link .logo-wr {
        width: auto;
        height: auto;
        max-height: unset
    }
}

.navbar .navbar-brand .logo-link .logo-wr .logo {
    transition: all .35s ease-in-out;
    width: 18.25rem;
    margin: 0
}

.navbar .navbar-brand .logo-link .logo-wr .logo * {
    transition: all .35s ease;
    stroke: #fff
}

@media (max-width:480px) {
    .navbar .navbar-brand .logo-link .logo-wr .logo {
        width: 45.9375vw;
        width: 155px;
        max-height: unset
    }
	.navbar-cmpny-brand-logo img {
    max-width: 45px;
    padding-top: 5px;
}
}

.navbar .mobile-menu .text-menu {
    
    display: block;
    text-align: center;
    font-size: 9px;
    color: #fff;
    letter-spacing: 5.26px
}

.navbar .mobile-menu .target-burger {
    display: block;
    height: 3.0625rem;
    width: 3.0625rem;
    margin: auto;
    position: relative;
    transition: all .5s ease
}

.navbar .mobile-menu .target-burger:hover {
    cursor: pointer;
    -webkit-opacity: .45;
    -moz-opacity: .45;
    opacity: .45
}

.navbar .mobile-menu .target-burger.toggled ul.buns li.bun {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.navbar .mobile-menu .target-burger.toggled ul.buns li.bun:last-child {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0)
}

.navbar .mobile-menu .target-burger ul.buns {
    list-style: none;
    padding: 0;
    transition: color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    height: 39px;
    width: 39px;
    margin: auto
}

.navbar .mobile-menu .target-burger ul.buns li.bun {
    top: 20px;
    left: -2px;
    width: 39px;
    height: .125rem;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    transition: background-color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1)
}

.navbar .mobile-menu .target-burger ul.buns li.bun:last-child {
    -webkit-transform: translateY(3.75px) translateZ(0);
    transform: translateY(3.75px) translateZ(0)
}

.navbar .nav-btn {
    position: absolute;
    right: 60px;
    border: 1px solid #d19a69;
    
    font-size: 10px;
    color: #fff;
    padding: 11px 18px;
    letter-spacing: 5.26px;
    text-transform: uppercase
}

.ar .navbar {
    right: 76px;
    left: auto
}

@media (max-width:480px) {
    .ar .navbar {
        width: 100vw;
        left: 0;
        right: 0
    }
}

.ar .navbar .mobile-menu .text-menu {
    font-size: 9px;
    
    font-size: 12px;
    letter-spacing: 0
}

.menu-open .navbar .nav-main-wr {
    z-index: 11;
    right: 4px;
    position: relative
}

.menu-open .navbar .nav-main-wr .nav-link:not(.target-burger) {
    opacity: 0
}

.menu-open svg.logo.img-fluid.svg.svg-white.replaced-svg * {
    stroke: #a87c50
}

.page-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ec6e31;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    z-index: 9999999;
    overflow: hidden
}

.page-cover.active {
    -webkit-transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    -webkit-transform: translate3d(0, 100%, 1px) rotate(.001deg);
    transform: translate3d(0, 100%, 1px) rotate(.001deg)
}

.menu-panel-bg {
    background: rgba(68, 68, 68, .3) !important;
    width: 100vw;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 0;
    opacity: 0;
    left: 4.75rem;
    transition: opacity .75s ease;
    pointer-events: none
}

.menu-panel-bg.active {
    opacity: 1;
    z-index: 9999;
    pointer-events: all
}

@media (max-width:480px) {
    .menu-panel-bg {
        left: 0
    }
}

.ar .menu-panel-bg {
    right: 4.75rem;
    left: auto
}

@media (max-width:480px) {
    .ar .menu-panel-bg {
        right: 0;
        left: auto
    }
}

.menu-panel-wr {
    position: fixed;
    left: 0;
    right: 0;
    width: 50%;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    transition-delay: .15s;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.menu-panel-wr .main-menu {
    list-style: none;
    padding: 0
}

.menu-panel-wr .main-menu li {
    margin: 0 0 50px
}

.menu-panel-wr .main-menu li a {
    font-size: 30px;
    color: #515151
}

.menu-panel-wr .main-menu li a:hover {
    text-decoration: none
}

@media (max-width:480px) {
    .menu-panel-wr .main-menu li a {
        font-size: 24px
    }
}

.menu-panel-wr .lang-menu {
    list-style: none;
    display: flex;
    padding: 0
}

.menu-panel-wr .lang-menu li {
    margin: 0 10px
}

.menu-panel-wr .lang-menu li .ar {
    
    font-size: 18px;
    color: #515151
}

@media (max-width:480px) {
    .menu-panel-wr .lang-menu li .ar {
        font-size: 14.4px
    }
}

.menu-panel-wr .lang-menu li .en {
    
    font-size: 18px;
    color: #515151
}

@media (max-width:480px) {
    .menu-panel-wr .lang-menu li .en {
        font-size: 14.4px
    }
}

.menu-panel-wr .lang-menu li .current {
    color: #a18267;
    text-decoration: underline;
    pointer-events: none
}

.menu-panel-wr .lang-menu li.sep-wr {
    width: 1px;
    height: 27px;
    background: #000;
    display: inline-block
}

@media (max-width:480px) {
    .menu-panel-wr {
        width: 83.574879227053vw
    }
}

.menu-panel-wr.active {
    -webkit-transform: translate3d(4.8125rem, 0, 0) rotate(.001deg);
    transform: translate3d(4.8125rem, 0, 0) rotate(.001deg)
}

@media (max-width:480px) {
    .menu-panel-wr.active {
        -webkit-transform: translateZ(0) rotate(.001deg);
        transform: translateZ(0) rotate(.001deg)
    }
}

.menu-panel-wr .close-wr {
    position: absolute;
    top: 40px;
    right: 45px;
    cursor: pointer;
    z-index: 9999999
}

@media (max-width:480px) {
    .menu-panel-wr .close-wr {
        left: 24px;
        right: auto
    }
}

.menu-panel-wr .close-wr .btn-close {
    display: flex;
    justify-content: center;
    align-items: center
}

.menu-panel-wr .close-wr .btn-close:hover {
    text-decoration: none
}

.menu-panel-wr .close-wr .btn-close .text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.8px;
    font-weight: 400;
    margin-right: 15px
}

@media (max-width:480px) {
    .menu-panel-wr .close-wr .btn-close .text {
        font-size: 6.72px;
        letter-spacing: 1.01px;
        margin-right: 5px
    }
}

@media (max-width:480px) {
    .menu-panel-wr .close-wr .btn-close svg {
        width: 30px
    }
    .menu-panel-wr .close-wr .btn-close svg * {
        stroke: #d7ac85
    }
}

.ar .menu-panel-wr {
    -webkit-transform: translate3d(100%, 0, 1px) rotate(.001deg);
    transform: translate3d(100%, 0, 1px) rotate(.001deg);
    text-align: right;
    
}

.ar .menu-panel-wr .main-menu {
    list-style: none;
    padding: 0
}

.ar .menu-panel-wr .main-menu li {
    margin: 0 0 50px
}

.ar .menu-panel-wr .main-menu li a {
    font-size: 30px;
    color: #515151
}

.ar .menu-panel-wr .main-menu li a:hover {
    text-decoration: none
}

@media (max-width:480px) {
    .ar .menu-panel-wr .main-menu li a {
        font-size: 24px
    }
}

.ar .menu-panel-wr .lang-menu {
    list-style: none;
    display: flex;
    padding: 0
}

.ar .menu-panel-wr .lang-menu li {
    margin: 0 10px
}

.ar .menu-panel-wr .lang-menu li .ar {
    
    font-size: 18px;
    color: #515151
}

@media (max-width:480px) {
    .ar .menu-panel-wr .lang-menu li .ar {
        font-size: 14.4px
    }
}

.ar .menu-panel-wr .lang-menu li .en {
    
    font-size: 18px;
    color: #515151
}

@media (max-width:480px) {
    .ar .menu-panel-wr .lang-menu li .en {
        font-size: 14.4px
    }
}

.ar .menu-panel-wr .lang-menu li .current {
    color: #a18267;
    text-decoration: underline;
    pointer-events: none
}

.ar .menu-panel-wr .lang-menu li.sep-wr {
    width: 1px;
    height: 27px;
    background: #000;
    display: inline-block
}

@media (max-width:480px) {
    .ar .menu-panel-wr {
        width: 83.574879227053vw
    }
}

.ar .menu-panel-wr.active {
    -webkit-transform: translate3d(-77px, 0, 0) rotate(.001deg);
    transform: translate3d(-77px, 0, 0) rotate(.001deg)
}

@media (max-width:480px) {
    .ar .menu-panel-wr.active {
        -webkit-transform: translateZ(0) rotate(.001deg);
        transform: translateZ(0) rotate(.001deg)
    }
}

.ar .menu-panel-wr .close-wr {
    position: absolute;
    top: 40px;
    right: 45px;
    cursor: pointer;
    z-index: 9999999
}

@media (max-width:480px) {
    .ar .menu-panel-wr .close-wr {
        left: 24px;
        right: auto
    }
}

.ar .menu-panel-wr .close-wr .btn-close {
    display: flex;
    justify-content: center;
    align-items: center
}

.ar .menu-panel-wr .close-wr .btn-close:hover {
    text-decoration: none
}

.ar .menu-panel-wr .close-wr .btn-close .text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.8px;
    font-weight: 400;
    margin-right: 15px
}

@media (max-width:480px) {
    .ar .menu-panel-wr .close-wr .btn-close .text {
        font-size: 6.72px;
        letter-spacing: 1.01px;
        margin-right: 5px
    }
}

@media (max-width:480px) {
    .ar .menu-panel-wr .close-wr .btn-close svg {
        width: 30px
    }
    .ar .menu-panel-wr .close-wr .btn-close svg * {
        stroke: #d7ac85
    }
}

.contact-panel-bg {
    background: rgba(68, 68, 68, .3) !important;
    width: 100vw;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .75s ease;
    pointer-events: none
}

.contact-panel-bg.active {
    opacity: 1;
    pointer-events: all
}

.contact-panel-wr {
    position: fixed;
    right: -83vw;
    width: 41.388888888889vw;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
    transition-delay: .15s;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:480px) {
    .contact-panel-wr {
        width: 83.574879227053vw;
        right: -168vw
    }
}

@media (max-width:480px) {
    .contact-panel-wr.js-contact-panel-wr {
        padding-top: 3rem
    }
}

.contact-panel-wr.active {
    -webkit-transform: translate3d(-200.38889%, 0, 1px) rotate(.001deg);
    transform: translate3d(-200.38889%, 0, 1px) rotate(.001deg)
}

.contact-panel-wr .close-wr {
    position: absolute;
    top: 40px;
    right: 45px;
    cursor: pointer;
    z-index: 9999999
}

@media (max-width:480px) {
    .contact-panel-wr .close-wr {
        right: 20px;
        top: 15px
    }
}

.contact-panel-wr .close-wr .btn-close {
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-panel-wr .close-wr .btn-close:hover {
    text-decoration: none
}

.contact-panel-wr .close-wr .btn-close .text {
    font-size: 12px;
    color: #000;
    letter-spacing: 1.8px;
    font-weight: 400;
    margin-right: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .close-wr .btn-close .text {
        font-size: 6.72px;
        letter-spacing: 1.01px;
        margin-right: 5px
    }
}

.contact-panel-wr .close-wr .btn-close svg * {
    stroke: #d7ac85
}

@media (max-width:480px) {
    .contact-panel-wr .close-wr .btn-close svg {
        width: 30px
    }
    .contact-panel-wr .close-wr .btn-close svg * {
        stroke: #d7ac85
    }
}

.contact-panel-wr .contact-panel {
    padding: 0 1rem;
    padding: 2rem 1rem;
    max-width: 357px;
    max-width: 24.791666666667vw;
    margin: auto;
    width: 100%
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel {
        max-width: unset
    }
}

.contact-panel-wr .contact-panel .form-wr .title {
    font-size: 20px;
    color: #ec6e31;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .title {
        font-size: 21.28px;
        line-height: 1
    }
}

.contact-panel-wr .contact-panel .form-wr form {
    width: 100%;
    margin: 25px auto 45px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr form {
        margin: 0 auto 45px
    }
}

.contact-panel-wr .contact-panel .form-wr form .invalid-feedback {
    font-size: 70%;
    position: absolute;
    bottom: -20px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr form .invalid-feedback {
        font-size: 10px;
        margin-top: 1px
    }
}

.contact-panel-wr .contact-panel .form-wr form input:-webkit-autofill,
.contact-panel-wr .contact-panel .form-wr form input:-webkit-autofill:active,
.contact-panel-wr .contact-panel .form-wr form input:-webkit-autofill:focus,
.contact-panel-wr .contact-panel .form-wr form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.contact-panel-wr .contact-panel .form-wr form input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important
}

.contact-panel-wr .contact-panel .form-wr .row-group {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px
}

.contact-panel-wr .contact-panel .form-wr .row-group:first-child {
    margin-top: 25px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group label {
    font-size: 16px;
    color: #000;
    font-weight: 100
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group label {
        font-size: 12px;
        left: 0
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group {
    position: relative;
    margin: 0
}

.contact-panel-wr .contact-panel .form-wr .row-group .group textarea {
    resize: none
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea {
    background: none;
    color: #000;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea {
        font-size: 12px;
        padding: 10px 0 5px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input:focus,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:focus {
    outline: none
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input:focus~label,
.contact-panel-wr .contact-panel .form-wr .row-group .group input:valid~label,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:focus~label,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:valid~label {
    top: -14px;
    font-size: 10px;
    color: #000
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input:focus~label,
    .contact-panel-wr .contact-panel .form-wr .row-group .group input:valid~label,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:focus~label,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:valid~label {
        font-size: 8px;
        top: -9px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input:focus~.bar:before,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:focus~.bar:before {
    width: 100%
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input::-webkit-input-placeholder,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input::-webkit-input-placeholder,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-webkit-input-placeholder {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input:-moz-placeholder,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-moz-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input:-moz-placeholder,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-moz-placeholder {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input::-moz-placeholder,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-moz-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input::-moz-placeholder,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-moz-placeholder {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input:-ms-input-placeholder,
.contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-ms-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group input:-ms-input-placeholder,
    .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-ms-input-placeholder {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group input[type=password] {
    letter-spacing: .3em
}

.contact-panel-wr .contact-panel .form-wr .row-group .group label {
    color: #000;
    font-size: 16px;
    
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all .3s ease;
    font-weight: 200;
    
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group label {
        font-size: 12px;
        left: 0
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .bar {
    position: relative;
    display: block;
    width: 100%
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .bar:before {
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    transition: all .3s ease;
    left: 0
}

[dir=rtl] .contact-panel-wr .contact-panel .form-wr .row-group .group .bar:before {
    left: auto;
    right: 0
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .btn {
    background: #fff;
    color: #5e5f78;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .btn:hover {
    color: #585970;
    box-shadow: 0 7px 14px rgba(0, 0, 0, .18), 0 5px 5px rgba(0, 0, 0, .12)
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .btn.btn-submit {
    background: #000;
    color: #b3b3b3
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .btn.btn-submit:hover {
    background: #000;
    color: #d9d9d9
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select {
    position: relative;
    width: 100%
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-text {
    position: relative;
    
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:focus {
    outline: none;
    border-bottom: 1px solid transparent
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select .select-text {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
    font-weight: 100;
    font-size: 14px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group .select .select-text {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-label {
    color: #000;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: all .2s ease
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group .select-label {
        font-size: 12px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:focus~.select-label,
.contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:valid~.select-label {
    color: #000;
    top: -20px;
    transition: all .2s ease;
    font-size: 10px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:focus~.select-label,
    .contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:valid~.select-label {
        font-size: 8px;
        top: -9px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-bar {
    position: relative;
    display: block;
    width: 100%
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-bar:after,
.contact-panel-wr .contact-panel .form-wr .row-group .group .select-bar:before {
    content: "";
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #000;
    transition: all .2s ease
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-bar:before {
    left: 0
}

[dir=rtl] .contact-panel-wr .contact-panel .form-wr .row-group .group .select-bar:before {
    left: auto;
    right: 0
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-text:focus~.select-bar:before {
    width: 100%
}

.contact-panel-wr .contact-panel .form-wr .row-group .group .select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.contact-panel-wr .contact-panel .form-wr .row-group .btn-box {
    text-align: center
}

.contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-form-submit {
    width: 100%;
    border: 1px solid #ec6e31;
    color: #ec6e31;
    
    font-size: 14px;
    letter-spacing: 1.05px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    padding: 21px 15px
}

@media (max-width:480px) {
    .contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit {
        padding: 7px 15px;
        font-size: 11.2px
    }
}

.contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit .fa-spin {
    opacity: 0;
    transition: opacity .35s ease
}

.contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit.btn-loading,
.contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit:focus {
    background: #ec6e31;
    color: #fff
}

.contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit.btn-loading .fa-spin {
    opacity: 1
}

.contact-panel-wr .contact-panel .thank-you-wr {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 34vh;
    opacity: 0;
    transition: all .35s ease
}

.contact-panel-wr .contact-panel .thank-you-wr.active {
    opacity: 1
}

.contact-panel-wr .contact-panel .thank-you-wr .title {
    font-size: 30px;
    color: #000;
    font-weight: 700
}

.ar .contact-panel-wr {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 1px) rotate(.001deg);
    transform: translate3d(-100%, 0, 1px) rotate(.001deg)
}

@media (max-width:480px) {
    .ar .contact-panel-wr {
        width: 83.574879227053vw;
        left: 0;
        right: auto
    }
}

.ar .contact-panel-wr.active {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg)
}

.ar .contact-panel-wr .close-wr {
    left: 45px;
    right: auto
}

@media (max-width:480px) {
    .ar .contact-panel-wr .close-wr {
        left: 20px;
        right: auto
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    pointer-events: none
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .title {
        font-size: 21.28px;
        line-height: 1
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group label {
    font-size: 16px;
    color: #000;
    font-weight: 100
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group label {
        font-size: 12px;
        right: 0
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group input,
.ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea {
    background: none;
    color: #000;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group input,
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea {
        font-size: 12px;
        padding: 10px 0 5px
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group input::-webkit-input-placeholder,
.ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group input::-webkit-input-placeholder,
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-webkit-input-placeholder {
        font-size: 12px
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group input:-moz-placeholder,
.ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-moz-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group input:-moz-placeholder,
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-moz-placeholder {
        font-size: 12px
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group input::-moz-placeholder,
.ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-moz-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group input::-moz-placeholder,
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea::-moz-placeholder {
        font-size: 12px
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group input:-ms-input-placeholder,
.ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-ms-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group input:-ms-input-placeholder,
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group textarea:-ms-input-placeholder {
        font-size: 12px
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    right: 5px;
    left: auto;
    top: 10px;
    transition: all .3s ease;
    font-weight: 100;
   
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .group label {
        font-size: 12px;
        left: 0
    }
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .group .select:after {
    left: 10px;
    right: auto
}

.ar .contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit {
    
    font-size: 14px;
    letter-spacing: 1.05px;
    text-align: center;
    line-height: 30px;
    padding: 21px 15px
}

@media (max-width:480px) {
    .ar .contact-panel-wr .contact-panel .form-wr .row-group .btn-box .btn-submit {
        padding: 7px 15px;
        font-size: 11.2px
    }
}

.ar .contact-panel-wr .contact-panel .thank-you-wr .title {
    font-size: 30px;
    color: #000;
    font-weight: 700
}

.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 100vh;
    background-position: 50%
}

.page-header .bliss-video-banner {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    /* top: 0 */
	top:82px;
}

.page-header .content-wr {
    text-align: left
}

.page-header .content-wr .title {
    font-weight: 100;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
	letter-spacing:1px;
}

@media (max-width:480px) {
    .page-header .content-wr .title {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 30px
    }
}

.page-header .btn-scroll-wr {
    position: absolute;
    bottom: -100px
}

.ar .page-header .content-wr .title {
    
    font-size: 60px;
    letter-spacing: 0;
    line-height: 72px
}

@media (max-width:480px) {
    .ar .page-header .content-wr .title {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 43.2px
    }
}

.section-half-image {
    background-color: #f6f6f6;
}

.section-half-image.section-2nd {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-half-image.section-rock>.no-gutters {
    width: 100%
}

@media (max-width:480px) {
    .section-half-image.section-rock {
        padding-bottom: 115px;
        padding-top: 67px
    }
    .section-half-image.section-rock .btn-scroll-wr svg {
        height: 160px
    }
}

.section-half-image .col-img figure {
    margin: 0
}

.section-half-image .col-img figure img:not(.oversize) {
    max-height: 86.30017452007vh;
    max-height: 100vh;
	width: 70%!important;
    object-fit: cover;
}

.section-half-image .col-img.oversize-wr {
    z-index: 9;
    margin-bottom: -26vh
}

@media (max-width:480px) {
    .section-half-image .col-img.oversize-wr {
        margin-top: 0;
        height: unset;
        margin: auto
    }
}

@media (max-width:480px) {
    .section-half-image .col-img.oversize-wr .oversize {
        width: 105px;
        max-width: 105px;
        height: auto
    }
}

@media (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
    .section-half-image .col-img.oversize-wr {
        height: auto;
        margin-top: 0;
        margin-bottom: auto
    }
    .section-half-image .col-img.oversize-wr .oversize {
        height: 70vh
    }
}

.section-half-image .col-content .title {
    font-size: 20px;
    color: #ec6e31;
	font-weight:400;
    letter-spacing: 3px;
    line-height: 3.3125rem;
    text-transform: uppercase;
}

@media (max-width:480px) {
    .section-half-image .col-content .title {
        font-size: 18px;
        letter-spacing: 4.8px;
        line-height: 31.8px
    }
}

.section-half-image .col-content .desc {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
	font-weight: 200;
}

.section-half-image .col-content .desc:last-of-type {
    margin-bottom: 2.5rem
}

@media (max-width:480px) {
    .section-half-image .col-content .desc {
        font-size: 16px;
        line-height: 31.8px;
		font-weight:400;
    }
}

.section-half-image .col-content .text-accent {
    font-size: 1.5625rem;
    color: #a87c50;
    line-height: 3.3125rem;
    margin-bottom: 0
}

@media (max-width:480px) {
    .section-half-image .col-content .text-accent {
        font-size: 15px;
        line-height: 31.8px
    }
}

.section-half-image .btn-scroll-wr {
    position: absolute;
    bottom: 0
}

.section-half-image .btn-scroll-wr .hover-transparent {
    display: block
}

.ar .section-half-image .col-img.oversize-wr .oversize,
.ar .section-half-image .col-img figure img:not(.oversize) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.ar .section-half-image .col-content .title {
    
    font-size: 30px;
    color: #a87c50;
    letter-spacing: 0;
    line-height: 53px;
    margin-bottom: 2.375rem
}

@media (max-width:480px) {
    .ar .section-half-image .col-content .title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 31.8px
    }
}

.ar .section-half-image .col-content .desc {
    
    font-size: 25px;
    color: #787878;
    letter-spacing: 0;
    line-height: 53px
}

.ar .section-half-image .col-content .desc:last-of-type {
    margin-bottom: 2.5rem
}

@media (max-width:480px) {
    .ar .section-half-image .col-content .desc {
        font-size: 15px;
        line-height: 31.8px
    }
}

.ar .section-half-image .col-content .text-accent {
    
    font-size: 30px;
    color: #a87c50;
    letter-spacing: 0;
    line-height: 53px;
    margin-bottom: 0
}

@media (max-width:480px) {
    .ar .section-half-image .col-content .text-accent {
        font-size: 15px;
        line-height: 31.8px
    }
}

.section-full-image figure {
    margin: 0
}
.section-half-blocks {
    background-color: #ffffff;
}
.section-half-blocks2 {
    background-color: #f6f6f6;
}

.section-half-blocks .col-img figure {
    margin: 0
}





@media (max-width:480px) {
    .section-half-blocks .col-content {
        padding-top: 70px;
        padding-bottom: 25px
    }
}

.section-half-blocks .col-content .title {
    font-size: 20px;
    color: #ec6e31;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width:480px) {
    .section-half-blocks .col-content .title {
        font-size: 24px;
        letter-spacing: 4.8px;
        line-height: 31.8px;
        margin-bottom: 20px
    }
}

.section-half-blocks .col-content .desc {
    
    font-size: 16px;
    color: #000000;
    line-height: 26px;
	font-weight: 200;
}
    
  
@media (max-width:480px) {
    .section-half-blocks .col-content .desc,.desc {
        font-size: 16px;
        line-height: 24px;
        font-size: 16px;
        line-height: 1.833;
		font-weight:400;
    }
}

.section-half-blocks .col-content .desc:last-of-type {
    margin-bottom: 2.5rem
}

.ar .section-half-blocks .col-content .title {
    
    font-size: 30px;
    color: #a87c50;
    letter-spacing: 0;
    line-height: 53px
}

@media (max-width:480px) {
    .ar .section-half-blocks .col-content .title {
        font-size: 17.5px;
        letter-spacing: 0;
        line-height: 31.8px;
        margin-bottom: 20px
    }
}

.ar .section-half-blocks .col-content .desc {
    
    font-size: 17px;
    letter-spacing: 0
}

.section-half-map {
    background-color: #cce1ed;
}

@media (max-width:480px) {
    .section-half-map .col-img {
        margin-bottom: 4rem
    }
}

.section-half-map .col-img figure {
    margin: 0
}

.section-half-map .col-content .title {
    font-size: 20px;
    color: #ec6e31;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width:480px) {
    .section-half-map .col-content .title,.title {
        font-size: 24px;
        letter-spacing: 4.8px;
        line-height: 31.8px
    }
}

.section-half-map .col-content .desc {
	font-weight:400;
    font-size: 16px;
    color: #000000;
    line-height: 35px
}

@media (max-width:480px) {
    .section-half-map .col-content .desc {
        font-size: 16px;
        line-height: 30px
    }
}



.ar .section-half-map .col-content .title {
    
    font-size: 30px;
    letter-spacing: 0;
    line-height: 53px
}

@media (max-width:480px) {
    .ar .section-half-map .col-content .title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 31.8px
    }
}

.ar .section-half-map .col-content .desc {
    
    font-size: 17px;
    letter-spacing: 0;
    line-height: 35px
}

@media (max-width:480px) {
    .ar .section-half-map .col-content .desc {
        font-size: 12px;
        line-height: 21px
    }
}

.section-partners {
    background-color: #fff
}

.section-partners .col-content {
    padding-top: 140px;
    padding-bottom: 90px;
    text-align: center
}

@media (max-width:480px) {
    .section-partners .col-content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section-partners .col-content.light {
    background: #f6f5f3
}

.section-partners .col-content.dark {
    background: #c3b6a0
}

.section-partners .col-content .partner-logo-wr {
    margin-bottom: 54px
}

.section-partners .col-content .partner-logo-wr .partner-logo {
    margin: auto;
    height: 44px
}

.section-partners .col-content .desc {
    
    color: #515151;
    color: #525252;
    text-align: center;
    font-size: 13px;
    line-height: 28px
}

@media (max-width:480px) {
    .section-partners .col-content .desc {
        font-size: 11px;
        line-height: 20.16px;
        font-size: 12px;
        line-height: 1.833
    }
}

.section-partners .col-content .desc:last-of-type {
    margin-bottom: 43px
}

.section-partners .col-content .text-link {
    opacity: .43;
   
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    font-weight: 100
}

@media (max-width:480px) {
    .section-partners .col-content .text-link {
        font-size: 9.36px
    }
}

.ar .section-partners .col-content .desc {
    line-height: 28px
}

.ar .section-partners .col-content .desc,
.ar .section-partners .col-content .text-link {
    
    font-size: 13px;
    letter-spacing: 0
}
.social-sec {
    margin-bottom: 8px;
}
@media (max-width:480px) {
    .ar .section-partners .col-content .text-link {
        font-size: 9.36px
    }
}

footer.footer {
    background: #ffffff;
    padding: 5.333333rem 0;
    padding: 20px 0 0;
    color: #000;
	margin: 10px 0;
}

@media (max-width:480px) {
    footer.footer {
        padding: 3.333333rem 0
    }
}

@media (max-width:480px) {
    footer.footer .footer-subscribe-wr {
        margin-bottom: 100px
    }
}

footer.footer .footer-subscribe-wr .input-group .form-control {
    border: none;
    border-bottom: 1px solid #ededed
}

footer.footer .footer-subscribe-wr .input-group .form-control::-webkit-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 13px
}

footer.footer .footer-subscribe-wr .input-group .form-control:-moz-placeholder,
footer.footer .footer-subscribe-wr .input-group .form-control::-moz-placeholder {
    color: #000;
    font-weight: 100;
   
    font-size: 13px
}

footer.footer .footer-subscribe-wr .input-group .form-control:-ms-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 13px
}

footer.footer .footer-subscribe-wr .input-group .input-group-append .btn {
    border: none;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    
    font-size: 13px;
    font-weight: 100;
    color: #000
}

footer.footer .footer-subscribe-wr .input-group .input-group-append .btn:hover {
    background: transparent
}

footer.footer .footer-subscribe-wr .input-group .input-group-append .btn .svg-icon {
    margin: 0 10px
}

footer.footer .footer-mobile-logo {
    margin-bottom: 30px
}

footer.footer .footer-mobile-logo svg {
    height: 32px
}

footer.footer .footer-menu-wr {
    display: inline
}

footer.footer .footer-menu-wr li,
footer.footer .footer-menu-wr li:last-child {
    margin-bottom: 0
}

footer.footer .footer-menu-wr li:not(:last-child) {
    margin-right: 3.5rem
}

@media (max-width:480px) {
    footer.footer .footer-menu-wr li:not(:last-child) {
        margin: 0
    }
}

footer.footer .footer-menu-wr li a,
footer.footer .footer-menu-wr li span {
    text-decoration: none;
    --class-item-bg: #ad9d72;
    
    font-size: 11px;
    color: #000;
    font-weight: 100
}

footer.footer .footer-menu-wr li a.hover-transparent,
footer.footer .footer-menu-wr li span.hover-transparent {
    cursor: pointer
}

@media (max-width:480px) {
    footer.footer .footer-menu-wr li a,
    footer.footer .footer-menu-wr li span {
        font-size: 7.7px
    }
}

footer.footer .footer-menu-wr li a.social,
footer.footer .footer-menu-wr li span.social {
    opacity: .4
}

footer.footer .footer-menu-wr li a .footer-logo,
footer.footer .footer-menu-wr li span .footer-logo {
    width: 106px
}

@media (max-width:480px) {
    footer.footer .footer-menu-wr li a .footer-logo,
    footer.footer .footer-menu-wr li span .footer-logo {
        width: 64px
    }
}

footer.footer .footer-menu-wr li a.hover-transparent:hover,
footer.footer .footer-menu-wr li span.hover-transparent:hover {
    padding-bottom: 4px
}

.ar footer.footer {
    background: #fff;
    padding: 5.333333rem 0;
    padding: 80px 0;
    color: #000
}

@media (max-width:480px) {
    .ar footer.footer {
        padding: 3.333333rem 0
    }
}

.ar footer.footer .footer-subscribe-wr .input-group .form-control::-webkit-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 13px
}

.ar footer.footer .footer-subscribe-wr .input-group .form-control:-moz-placeholder,
.ar footer.footer .footer-subscribe-wr .input-group .form-control::-moz-placeholder {
    color: #000;
    font-weight: 100;
   
    font-size: 13px
}

.ar footer.footer .footer-subscribe-wr .input-group .form-control:-ms-input-placeholder {
    color: #000;
    font-weight: 100;
    
    font-size: 13px
}

.ar footer.footer .footer-subscribe-wr .input-group .input-group-append .btn {
    border: none;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    
    font-size: 13px;
    font-weight: 100;
    color: #000
}

.ar footer.footer .footer-menu-wr li:not(:last-child) {
    margin-left: 3.5rem;
    margin-right: 0
}

@media (max-width:480px) {
    .ar footer.footer .footer-menu-wr li:not(:last-child) {
        margin: 0
    }
}

.modal-open .modal.modal-copy {
    z-index: 999999
}

.modal-open .modal.modal-copy .modal-dialog {
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media (max-width:480px) {
    .modal-open .modal.modal-copy .modal-dialog {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.modal-open .modal.modal-copy .modal-dialog .title {
    margin-bottom: 3rem !important
}

@media (max-width:480px) {
    .modal-open .modal.modal-copy .modal-dialog .title {
        font-size: 1.8rem
    }
}

.modal-open .modal.modal-copy .modal-body {
    padding: 2rem 1.5rem
}

.modal-open .modal.modal-copy .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999999
}

@media (max-width:480px) {
    .modal-open .modal.modal-copy .btn-close {
        right: 10px;
        top: 10px
    }
    .modal-open .modal.modal-copy .btn-close svg {
        width: 20px
    }
}

.modal-open .modal.modal-copy .svg-black-stroke * {
    stroke: #000
}

.subscribe-error-wr {
    position: absolute;
    bottom: -25px
}

.snackbar-wr {
    display: flex;
    justify-content: center;
    align-items: center
}

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #016718;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
    z-index: 99999999;
    left: auto;
    right: auto;
    margin: auto;
    max-width: 90vw
}

.snackbar.snackbar-error {
    background-color: #bb2937 !important
}

.show {
    visibility: visible !important
}

.section-half-blocks2 figure{margin-bottom:0px;}
.svg-close{max-width:30px;}

.social-sec{list-style-type:none;color:#000000;}

.social-sec li{display:inline-block;}
.social-sec li a{color:#000000;font-size:20px;}
.social-sec li a:hover{color:#ec6e31!important;}
.error {
    display: none;
    margin: 0 0 5px 0;
    color: #CC0000;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 41px;
    left: 0px;
    width: 100%;
}


.navbar-cmpny-brand{    position: fixed;
    left: 8px;
    top: 12px;z-index:2;}
.navbar-cmpny-brand img{max-width:60px;}
.section-half-map{position:relative;}
/* .section-half-map:before{ */
	/* content: ""; */
    /* position: absolute; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* width: 516px; */
    /* height: 262px; */
    /* background-image: url(../assets/images/location-heilight-bg2.png); */
    /* background-position: bottom left; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
/* } */


.thank-you-wr.active a{color:#000000!important;display:block;}

.banner-text-sec strong{display:inline-block;padding-top:10px;font-weight:500;font-size:30px;}
.banner-text-sec strong .perc-clr, .perc-clr{color:#ec6e31!important;font-weight:500;}
.section-half-blocks2 ul li,.section-half-map ul li{padding-bottom:10px;}
.banner-button{margin:0 auto;text-align:center;margin-top:30px;}
.banner-button .btn-outline-primary{font-weight: 500;
    font-size: 16px;color:#ffffff!important;border-color:#ffffff;
	}
@media(min-width:768px){
	.social-sec{float:right;}
}
@media(max-width:755px){
	.section-half-image{padding:0 0 50px 0!important;}
	.section-half-image .col-content{padding:15px!important;}
	.section-half-blocks2 .col-content{padding:50px 0;}
	.section-half-map{padding-top:20px!important;padding-bottom:20px!important;background-image:none!important;}
	.section-half-map .col-content .desc:last-of-type {
    margin-bottom: 160px;
}
	.navbar-cmpny-brand {
		left: 80px;
	}
	.navbar-cmpny-brand {
    top: 30px;
	}
	
	.navbar-cmpny-brand img {
		max-width: 50px;
	}
	.navbar .mobile-menu .target-burger ul.buns li.bun{    background-color: #000;}
	.navbar .mobile-menu .text-menu{color:#000;}
	.navbar{    background-color: #fff;    padding: 13px 25px;}
	.banner-text-sec strong {
		font-size: 22px;
	}
	.banner-text-sec strong .mbl-br{display:block;}
	
}
@media(max-width:500px){
	.section-half-map .col-content .desc:last-of-type {margin-bottom: 50px;}
	.section-half-map:before{width: 320px;}
	.social-sec {
    padding-left: 0px;
    margin-top: 15px;
}
.social-sec li{
  margin: 0 5px;
}
.section-half-blocks2 ul li,.section-half-map ul li,.section-half-map .mbl-txt{ font-size: 16px;
    line-height: 1.833;}
	
}

@media(min-width:755px) and (max-width:900px){
.section-half-blocks,.section-half-blocks2{padding-top:50px;padding-bottom:50px;}

.section-half-map{ background-position: bottom center; }
.page-header .bliss-video-banner{    top: 60px;}


.navbar-cmpny-brand {
   
    left: -25px;
    top: 1opx;
    z-index: -1;
}
.navbar-cmpny-brand img{    max-width: 55px;}

}


@media(min-width:901px) and (max-width:1100px){
	.section-half-blocks2{padding-top:50px;}
	.section-half-blocks2 .col-content{padding-bottom:50px;}
	.navbar-cmpny-brand img {
    max-width: 40px;
}
}
@media(min-width:500px) and (max-width:900px){
	.sidebar .side-menu .nav-btn{bottom:0px!important;}
	
	.section-half-map:before{width:300px;}
	.section-half-map {
    background-position: center center;
}
.navbar-cmpny-brand-logo img {
    max-width: 45px;
    padding-top: 5px;
}
.navbar{left: 50px!important;}
}

.screen-reader-response,.mkdf-top-bar,body .mkdf-page-header,.floating-menu,body .ht-ctc-chat,body iframe,body #tawkchat-minified-wrapper,body #dbGSE8R-1605107129043 {display:none!important;}