/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(../fonts/fontawesome/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&family=Roboto:wght@400;500;700&family=Roboto+Condensed:wght@300;400;700&family=Oswald:wght@400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,700;1,600&display=swap");
@import url(../fonts/webfonts/stylesheet.css);
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

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

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.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 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

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

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: 0.5rem 0;
  margin: 0.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, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
  display: block;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

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

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

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

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

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

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

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

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

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

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

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

.m-n5 {
  margin: -3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*Style.CSS*/
/* All logos and logo sizes are edited in this CSS*/
.header-logo-image, .footer-logo {
  background-size: 85px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  height: 100%;
  width: 147px;
}

#preloader h1 {
  background-size: 160px 23px;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100px;
}

.preloader-light h1 {
  background-image: url(../images/logo-dark.png) !important;
}

.preloader-dark h1 {
  background-image: url(../images/logo-light.png) !important;
}

.dark-skin .header-logo-image,
.dark-skin .footer-logo {
  background-image: url(../images/logo-light.png) !important;
}

.light-skin .header-logo-image,
.light-skin .footer-logo {
  background-image: url(../images/logo-dark.png) !important;
}

.btn-phone1 {
  background: border-box !important;
  border: none !important;
  color: #aaa !important;
  font-size: 24px !important;
}

.wishlistno {
  color: #aaa;
}

.wishlistyes {
  color: #f00;
}

.bg-facebook-wishlistyes {
  color: #f00;
  background-color: #3b5998;
}

.bg-facebook-wishlistno {
  color: #FFFFFF;
  background-color: #3b5998;
}

/* google font */
/* end google font */
/* special */
figure {
  margin: 0;
}

.full-screen-btn {
  width: 100vw;
  height: 100vh;
}

/* .img-fluid {
	max-width: 100%;
	height: auto;
} */
/* effects */
.transition-5ms, .jewellery-pavillion .slider-sec .owl-carousel .owl-dots .owl-dot, .pavilions-page .owl-carousel .owl-dots .owl-dot {
  transition: all 500ms ease-in-out;
}

.transition-3ms, .stall-page .navigation a, .stall-page .navigation a span {
  transition: all 300ms ease-in-out;
}

/* end effects */
/* end special */
p {
  color: #818181;
}

p strong {
  color: #1f1f1f;
}

a {
  color: #2980b9;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  transform: translate3d(1, 1, 1);
  text-rendering: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

*, *:after, *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-family: "Open Sans", sans-serif, "Font Awesome 5 Free";
  line-height: 30px;
  font-weight: 400;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

::-moz-selection {
  background-color: #CCC;
  color: #000;
}

::selection {
  background-color: #CCC;
  color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
  display: block;
  position: relative;
}

textarea, input {
  outline: none;
}

input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0px !important;
}

label a {
  display: inline-block;
}

/*---Page Content Settings---*/
/*---------------------------*/
#page-transitions {
  left: 0px;
  right: 0px;
  display: block;
}

@media screen and (min-width: 768px) {
  #page-transitions {
    margin: 0 auto;
  }
}

.page-content {
  margin-bottom: 0px;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.page-content-gray {
  background-color: #ebebeb !important;
}

.transparent-bg {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: all 250ms ease;
}

/*---Typography---*/
/*----------------*/
p {
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 13px;
}

p > a {
  display: inline;
  text-decoration: none;
}

p > a:hover {
  text-decoration: underline;
}

p > span {
  display: inline;
}

p strong {
  font-size: 13px;
  font-weight: 500;
}

span > a {
  display: inline;
}

a > span {
  display: inline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong a, em a {
  display: inline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: inline;
}

table {
  bborder-collapse: separate;
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin-bottom: 27px;
}

th {
  vertical-align: middle;
  font-weight: bold;
}

tr {
  line-height: 18px;
}

td {
  text-align: center;
  padding: 9px 0px 9px 0px;
  line-height: 18px;
  vertical-align: middle;
}

.table tr.even td {
  background: #efefef;
}

.table tr:hover td {
  background: #f8f8f8;
}

tr:hover > td {
  background: #fff;
}

th {
  border-bottom: 1px solid #e9e9e9;
  color: #1f1f1f;
  line-height: 45px;
  background-color: #f6f6f6;
}

td {
  color: #666;
  background-color: #fdfdfd;
}

table {
  background-color: #f6f6f6;
  font-size: 12px;
}

.table-borders-light * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

ul, ol {
  color: #666666;
  font-size: 13px;
}

ul {
  margin-bottom: 30px;
}

ul ul {
  margin-bottom: 5px;
}

ol ol {
  margin-bottom: 5px;
}

ol {
  margin-bottom: 30px;
}

li {
  line-height: 24px;
  margin-bottom: 5px;
}

ol > li:last-child, ul > li:last-child {
  margin-bottom: 0px;
}

textarea {
  font-family: 'Roboto', sans-serif;
}

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

sup {
  top: -15px;
}

sub {
  bottom: 0px;
}

.disabled {
  display: none !important;
}

.center-item {
  margin-left: auto !important;
  margin-right: auto;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

/*---Background & Colors---*/
/*-------------------------*/
.bg-full {
  position: fixed;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  overflow: hidden;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-transparent {
  background: rgba(0, 0, 0, 0) !important;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-1 {
  background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
  background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
  background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
  background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
  background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
  background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
  background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
  background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
  background-image: url(../images/pictures/9.jpg);
}

.vertical-bg-0 {
  background-image: url(../images/pictures_vertical/bg0.jpg);
}

.vertical-bg-1 {
  background-image: url(../images/pictures_vertical/bg1.jpg);
}

.vertical-bg-2 {
  background-image: url(../images/pictures_vertical/bg2.jpg);
}

.vertical-bg-3 {
  background-image: url(../images/pictures_vertical/bg3.jpg);
}

.vertical-bg-4 {
  background-image: url(../images/pictures_vertical/bg4.jpg);
}

.vertical-bg-5 {
  background-image: url(../images/pictures_vertical/bg5.jpg);
}

.vertical-bg-6 {
  background-image: url(../images/pictures_vertical/bg6.jpg);
}

.vertical-bg-7 {
  background-image: url(../images/pictures_vertical/bg7.jpg);
}

.vertical-bg-8 {
  background-image: url(../images/pictures_vertical/bg8.jpg);
}

.vertical-bg-9 {
  background-image: url(../images/pictures_vertical/bg9.jpg);
}

.vertical-bg-10 {
  background-image: url(../images/pictures_vertical/bg10.jpg);
}

.overlay, .overlay-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  background-size: cover;
  pointer-events: none;
}

.overlay-image {
  z-index: 8;
}

.above-overlay {
  position: relative;
  z-index: 10 !important;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.medium-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.light-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay-medium {
  background-color: rgba(0, 0, 0, 0.65);
}

.overlay-light {
  background-color: rgba(255, 255, 255, 0.75);
}

.overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.7) 70%, black 100%);
}

.overlay-gradient-large {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, black 100%);
}

.overlay-gradient-small {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.8) 100%);
}

/*Page Highlights*/
.highlight-red .active-menu * {
  color: #d8334a !important;
}

.highlight-red .color-highlight, .highlight-red .active-menu {
  color: #d8334a !important;
}

.highlight-red .bg-highlight {
  background-color: #d8334a !important;
  color: #FFFFFF;
}

.highlight-red .bg-highlight.button {
  border: solid 2px #d8334a;
}

.highlight-green .active-menu * {
  color: #8CC152 !important;
}

.highlight-green .color-highlight, .highlight-green .active-menu {
  color: #8CC152 !important;
}

.highlight-green .bg-highlight {
  background-color: #8CC152 !important;
  color: #FFFFFF;
}

.highlight-green .bg-highlight.button {
  border: solid 2px #8CC152;
}

.highlight-blue .active-menu * {
  color: #00d9ff  !important;
}

.highlight-blue .color-highlight, .highlight-blue .active-menu {
  color: #FFFF33 !important;
}

.highlight-blue .bg-highlight {
  background-color: #4A89DC !important;
  color: #FFFFFF;
}

.highlight-blue .bg-highlight.button {
  border: solid 2px #4A89DC;
}

.highlight-pink .active-menu * {
  color: #fa6a8e !important;
}

.highlight-pink .color-highlight, .highlight-pink .active-menu {
  color: #fa6a8e !important;
}

.highlight-pink .bg-highlight {
  background-color: #fa6a8e !important;
  color: #FFFFFF;
}

.highlight-pink .bg-highlight.button {
  border: solid 2px #fa6a8e;
}

.highlight-orange .active-menu * {
  color: #fc6e51 !important;
}

.highlight-orange .color-highlight, .highlight-orange .active-menu {
  color: #fc6e51 !important;
}

.highlight-orange .bg-highlight {
  background-color: #fc6e51 !important;
  color: #FFFFFF;
}

.highlight-orange .bg-highlight.button {
  border: solid 2px #fc6e51;
}

.highlight-magenta .active-menu * {
  color: #8067B7 !important;
}

.highlight-magenta .color-highlight, .highlight-magenta .active-menu {
  color: #8067B7 !important;
}

.highlight-magenta .bg-highlight {
  background-color: #8067B7 !important;
  color: #FFFFFF;
}

.highlight-magenta .bg-highlight.button {
  border: solid 2px #8067B7;
}

.highlight-simple .active-menu * {
  color: #383838 !important;
}

.highlight-simple .color-highlight, .highlight-simple .active-menu * {
  color: #383838 !important;
}

.highlight-simple .color-highlight, .highlight-simple .active-menu {
  color: #383838 !important;
}

.highlight-simple .bg-highlight {
  background-color: #383838 !important;
  color: #FFFFFF;
}

.highlight-simple .bg-highlight.button {
  border: solid 2px #383838;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFFFFF;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFFFFF;
}

.border-teal-light {
  border: solid 1px #A0CECB !important;
}

.border-teal-dark {
  border: solid 1px #7DB1B1 !important;
}

.bg-hover-teal-light:hover {
  background-color: #A0CECB !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-teal-dark:hover {
  background-color: #7DB1B1 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-teal-light {
  color: #A0CECB !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFFFFF;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFFFFF;
}

.border-green-light {
  border: solid 1px #A0D468 !important;
}

.border-green-dark {
  border: solid 1px #8CC152 !important;
}

.bg-hover-green-light:hover {
  background-color: #A0D468 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-green-dark:hover {
  background-color: #8CC152 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-green-light {
  color: #A0D468 !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.bg-green2-light {
  background-color: #2ECC71 !important;
  color: #FFFFFF;
}

.bg-green2-dark {
  background-color: #2ABA66 !important;
  color: #FFFFFF;
}

.border-green2-light {
  border: solid 1px #2ECC71 !important;
}

.border-green2-dark {
  border: solid 1px #2ABA66 !important;
}

.bg-hover-green2-light:hover {
  background-color: #2ECC71 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-green2-dark:hover {
  background-color: #2ABA66 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-green2-light {
  color: #2ECC71 !important;
}

.color-green2-dark {
  color: #2ABA66 !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFFFFF;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFFFFF;
}

.border-blue-light {
  border: solid 1px #5D9CEC !important;
}

.border-blue-dark {
  border: solid 1px #4A89DC !important;
}

.bg-hover-blue-light:hover {
  background-color: #5D9CEC !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-blue-dark:hover {
  background-color: #4A89DC !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-blue-light {
  color: #5D9CEC !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.bg-blue2-light {
  background-color: #4FC1E9 !important;
  color: #FFFFFF;
}

.bg-blue2-dark {
  background-color: #3BAFDA !important;
  color: #FFFFFF !important;
}

.border-blue2-light {
  border: solid 1px #4FC1E9 !important;
}

.border-blue2-dark {
  border: solid 1px #3BAFDA !important;
}

.bg-hover-blue2-light:hover {
  background-color: #4FC1E9 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-blue2-dark:hover {
  background-color: #3BAFDA !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-blue2-light {
  color: #4FC1E9 !important;
}

.color-blue2-dark {
  color: #3BAFDA !important;
}

.bg-magenta-light {
  background-color: #8067B7 !important;
  color: #FFFFFF;
}

.bg-magenta-dark {
  background-color: #6A50A7 !important;
  color: #FFFFFF;
}

.border-magenta-light {
  border: solid 1px #8067B7 !important;
}

.border-magenta-dark {
  border: solid 1px #6A50A7 !important;
}

.bg-hover-magenta-light:hover {
  background-color: #8067B7 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-magenta-dark:hover {
  background-color: #6A50A7 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-magenta-light {
  color: #8067B7 !important;
}

.color-magenta-dark {
  color: #6A50A7 !important;
}

.bg-night-light {
  background-color: #656D78 !important;
  color: #FFFFFF;
}

.bg-night-dark {
  background-color: #434A54 !important;
  color: #FFFFFF;
}

.border-night-light {
  border: solid 1px #656D78 !important;
}

.border-night-dark {
  border: solid 1px #434A54 !important;
}

.bg-hover-night-light:hover {
  background-color: #656D78 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-night-dark:hover {
  background-color: #434A54 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-night-light {
  color: #656D78 !important;
}

.color-night-dark {
  color: #434A54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFFFFF;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFFFFF;
}

.border-yellow-light {
  border: solid 1px #FFCE54 !important;
}

.border-yellow-dark {
  border: solid 1px #F6BB42 !important;
}

.bg-hover-yellow-light:hover {
  background-color: #FFCE54 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-yellow-dark:hover {
  background-color: #F6BB42 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.bg-yellow2-light {
  background-color: #E8CE4D !important;
  color: #FFFFFF;
}

.bg-yellow2-dark {
  background-color: #E0C341 !important;
  color: #FFFFFF;
}

.border-yellow2-light {
  border: solid 1px #E8CE4D !important;
}

.border-yellow2-dark {
  border: solid 1px #E0C341 !important;
}

.bg-hover-yellow2-light:hover {
  background-color: #E8CE4D !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-yellow2-dark:hover {
  background-color: #E0C341 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-yellow2-light {
  color: #E8CE4D !important;
}

.color-yellow2-dark {
  color: #E0C341 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFFFFF;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFFFFF;
}

.border-orange-light {
  border: solid 1px #FC6E51 !important;
}

.border-orange-dark {
  border: solid 1px #E9573F !important;
}

.bg-hover-orange-light:hover {
  background-color: #FC6E51 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-orange-dark:hover {
  background-color: #E9573F !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-orange-light {
  color: #FC6E51 !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.bg-red-light {
  background-color: #e74c3c !important;
  color: #FFFFFF;
}

.bg-red-dark {
  background-color: #c0392b !important;
  color: #FFFFFF;
}

.border-red-light {
  border: solid 1px #e74c3c !important;
}

.border-red-dark {
  border: solid 1px #c0392b !important;
}

.bg-hover-red-light:hover {
  background-color: #e74c3c !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-red-dark:hover {
  background-color: #c0392b !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-red-light {
  color: #e74c3c !important;
}

.color-red-dark {
  color: #c0392b !important;
}

.bg-pink-light {
  background-color: #fa6a8e !important;
  color: #FFFFFF;
}

.bg-pink-dark {
  background-color: #FB3365 !important;
  color: #FFFFFF;
}

.border-pink-light {
  border: solid 1px #fa6a8e !important;
}

.border-pink-dark {
  border: solid 1px #FB3365 !important;
}

.bg-hover-pink-light:hover {
  background-color: #f85d84 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-pink-dark:hover {
  background-color: #fa6a8e !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-pink-light {
  color: #fa6a8e !important;
}

.color-pink-dark {
  color: #FB3365 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFFFFF;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFFFFF;
}

.border-brown-light {
  border: solid 1px #BAA286 !important;
}

.border-brown-dark {
  border: solid 1px #AA8E69 !important;
}

.bg-hover-brown-light:hover {
  background-color: #BAA286 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-brown-dark:hover {
  background-color: #AA8E69 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-brown-light {
  color: #BAA286 !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.bg-brown2-light {
  background-color: #8E8271 !important;
  color: #FFFFFF;
}

.bg-brown2-dark {
  background-color: #7B7163 !important;
  color: #FFFFFF;
}

.border-brown2-light {
  border: solid 1px #8E8271 !important;
}

.border-brown2-dark {
  border: solid 1px #7B7163 !important;
}

.bg-hover-brown2-light:hover {
  background-color: #8E8271 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-brown2-dark:hover {
  background-color: #7B7163 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-brown2-light {
  color: #8E8271 !important;
}

.color-brown2-dark {
  color: #7B7163 !important;
}

.bg-gray-light {
  background-color: #bdc3c7 !important;
  color: #FFFFFF;
}

.bg-gray-dark {
  background-color: #95a5a6 !important;
  color: #FFFFFF;
}

.border-gray-light {
  border: solid 1px #bdc3c7 !important;
}

.border-gray-dark {
  border: solid 1px #95a5a6 !important;
}

.bg-hover-gray-light:hover {
  background-color: #bdc3c7 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.bg-hover-gray-dark:hover {
  background-color: #95a5a6 !important;
  color: #FFFFFF !important;
  transition: all 200ms ease;
}

.color-gray-light {
  color: #bdc3c7 !important;
}

.color-gray-dark {
  color: #95a5a6 !important;
}

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

.bg-hover-black:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.border-white {
  border: solid 1px #FFFFFF !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-hover-black:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

.color-black {
  color: #000000 !important;
}

.border-black {
  border: solid 1px #000000 !important;
}

.gradient-red-light {
  background-image: linear-gradient(180deg, #ED5565 0%, #DA4453 100%);
}

.gradient-red-dark {
  background-image: linear-gradient(180deg, #D8334A 0%, #BF263C 100%);
}

.gradient-orange-light {
  background-image: linear-gradient(180deg, #f88168 0%, #E9573F 100%);
}

.gradient-orange-dark {
  background-image: linear-gradient(180deg, #FC6E51 0%, #d14b35 100%);
}

.gradient-yellow-light {
  background-image: linear-gradient(180deg, #ffd979 0%, #fac454 100%);
}

.gradient-yellow-dark {
  background-image: linear-gradient(180deg, #fdc435 0%, #e3a526 100%);
}

.gradient-green-light {
  background-image: linear-gradient(180deg, #A0D468 0%, #75a243 100%);
}

.gradient-green-dark {
  background-image: linear-gradient(180deg, #9acb66 0%, #6e9b3d 100%);
}

.gradient-mint-light {
  background-image: linear-gradient(180deg, #4dd9b6 0%, #31a789 100%);
}

.gradient-mint-dark {
  background-image: linear-gradient(180deg, #46d0ad 0%, #1d7c66 100%);
}

.gradient-blue-dark {
  background-image: linear-gradient(180deg, #52bee3 0%, #3291b4 100%);
}

.gradient-blue-light {
  background-image: linear-gradient(180deg, #52bee3 0%, #3291b4 100%);
}

.gradient-sky-light {
  background-image: linear-gradient(180deg, #6ca6ef 0%, #3c77c4 100%);
}

.gradient-sky-dark {
  background-image: linear-gradient(180deg, #4690f0 0%, #2a5da3 100%);
}

.gradient-magenta-light {
  background-image: linear-gradient(180deg, #b49fe6 0%, #7863af 100%);
}

.gradient-magenta-dark {
  background-image: linear-gradient(180deg, #a387e0 0%, #6A50A7 100%);
}

.gradient-brown-light {
  background-image: linear-gradient(180deg, #e2c6a7 0%, #AA8E69 100%);
}

.gradient-brown-dark {
  background-image: linear-gradient(180deg, #bfaf97 0%, #8e8170 100%);
}

.gradient-night-light {
  background-image: linear-gradient(180deg, #656D78 0%, #434A54 100%);
}

.gradient-night-dark {
  background-image: linear-gradient(180deg, #3C3B3D 0%, #323133 100%);
}

.opacity-0 {
  opacity: 0.0;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.border-round {
  border-radius: 100px;
  overflow: hidden;
}

.bg-green-light i,
.bg-green-dark i,
.bg-teal-light i,
.bg-teal-dark i,
.bg-magenta-light i,
.bg-magenta-dark i,
.bg-yellow-light i,
.bg-yellow-dark i,
.bg-orange-light i,
.bg-orange-dark i,
.bg-red-dark i,
.bg-red-light i,
.bg-gray-light i,
.bg-gray-dark i {
  color: #FFFFFF;
}

.bg-facebook {
  background-color: #3b5998;
  color: #FFFFFF;
  border: solid 1px #3b5998;
}

.bg-facebook:hover {
  background-color: #4469b7;
  color: #FFFFFF;
  border: solid 1px #3b5998;
}

.bg-linkedin {
  background-color: #0077B5;
  color: #FFFFFF;
  border: solid 1px #0077B5;
}

.bg-linkedin:hover {
  background-color: #0186cb;
  color: #FFFFFF;
  border: solid 1px #0077B5;
}

.bg-twitter {
  background-color: #4099ff;
  color: #FFFFFF;
  border: solid 1px #4099ff;
}

.bg-twitter:hover {
  background-color: #5fa9fd;
  color: #FFFFFF;
  border: solid 1px #4099ff;
}

.bg-google {
  background-color: #d34836;
  color: #FFFFFF;
  border: solid 1px #d34836;
}

.bg-google:hover {
  background-color: #ea4f3b;
  color: #FFFFFF;
  border: solid 1px #d34836;
}

.bg-whatsapp {
  background-color: #34AF23;
  color: #FFFFFF;
  border: solid 1px #34AF23;
}

.bg-whatsapp:hover {
  background-color: #3cc729;
  color: #FFFFFF;
  border: solid 1px #34AF23;
}

.bg-pinterest {
  background-color: #C92228;
  color: #FFFFFF;
  border: solid 1px #C92228;
}

.bg-pinterest:hover {
  background-color: #e3262c;
  color: #FFFFFF;
  border: solid 1px #C92228;
}

.bg-sms {
  background-color: #27ae60;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-sms:hover {
  background-color: #2bbe69;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-mail {
  background-color: #3498db;
  color: #FFFFFF;
  border: solid 1px #3498db;
}

.bg-mail:hover {
  background-color: #38a5ed;
  color: #FFFFFF;
  border: solid 1px #3498db;
}

.bg-dribbble {
  background-color: #EA4C89;
  color: #FFFFFF;
  border: solid 1px #EA4C89;
}

.bg-dribbble:hover {
  background-color: #fc5294;
  color: #FFFFFF;
  border: solid 1px #EA4C89;
}

.bg-tumblr {
  background-color: #2C3D52;
  color: #FFFFFF;
  border: solid 1px #2C3D52;
}

.bg-tumblr:hover {
  background-color: #3e5674;
  color: #FFFFFF;
  border: solid 1px #2C3D52;
}

.bg-reddit {
  background-color: #336699;
  color: #FFFFFF;
  border: solid 1px #336699;
}

.bg-reddit:hover {
  background-color: #3b77b4;
  color: #FFFFFF;
  border: solid 1px #336699;
}

.bg-youtube {
  background-color: #D12827;
  color: #FFFFFF;
  border: solid 1px #D12827;
}

.bg-youtube:hover {
  background-color: #ea2e2d;
  color: #FFFFFF;
  border: solid 1px #D12827;
}

.bg-phone {
  background-color: #27ae60;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-phone:hover {
  background-color: #2cc76e;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-skype {
  background-color: #12A5F4;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-skype:hover {
  background-color: #0f95dd;
  color: #FFFFFF;
  border: solid 1px #27ae60;
}

.bg-instagram {
  background-color: #e1306c;
  color: #FFFFFF;
  border: solid 1px #e1306c;
}

.bg-instagram:hover {
  background-color: #c3295d;
  color: #FFFFFF;
  border: solid 1px #c3295d;
}

.color-facebook {
  color: #3b5998 !important;
}

.color-linkedin {
  color: #0077B5 !important;
}

.color-twitter {
  color: #4099ff !important;
}

.color-google {
  color: #d34836 !important;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.color-pinterest {
  color: #C92228 !important;
}

.color-sms {
  color: #27ae60 !important;
}

.color-mail {
  color: #3498db !important;
}

.color-dribbble {
  color: #EA4C89 !important;
}

.color-tumblr {
  color: #2C3D52 !important;
}

.color-reddit {
  color: #336699 !important;
}

.color-youtube {
  color: #D12827 !important;
}

.color-phone {
  color: #27ae60 !important;
}

.color-skype {
  color: #12A5F4 !important;
}

.color-facebook:hover, .color-twitter:hover, .color-google:hover, .color-pinterest:hover, .color-sms:hover, .color-mail:hover, .color-dribbble:hover, .color-tumblr:hover, .color-reddit:hover, .color-youtube:hover, .color-phone:hover {
  color: #FFFFFF;
}

.float-left {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.float-right {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.read-more-right {
  float: right;
  display: block;
}

.read-more-right i {
  padding-left: 10px;
}

/*---Image Effects---*/
/*-------------------*/
.polaroid-effect {
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.polaroid-effect-small {
  padding: 5px;
}

.polaroid-effect p {
  margin-bottom: -5px !important;
}

.blur-effect-caption, .scale-effect-caption, .grayscale-effect-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms ease;
  padding: 15px;
}

.grayscale-effect strong, .blur-effect-caption strong, .scale-effect-caption strong {
  z-index: 10;
  position: relative;
  display: block;
}

.grayscale-effect em, .blur-effect-caption em, .scale-effect-caption em {
  z-index: 10;
  position: relative;
  display: block;
  line-height: 24px;
}

.scale-effect {
  overflow: hidden;
  transition: all 500ms ease;
}

.scale-effect img:hover {
  transform: scale(1.2, 1.2) !important;
  transition: all 500ms ease;
}

.scale-effect img:hover ~ .scale-effect-caption {
  opacity: 1 !important;
  transition: all 500ms ease;
  transition-delay: 150ms;
}

.blur-effect {
  overflow: hidden;
  transition: all 250ms ease !important;
}

.blur-effect img {
  transition: all 500ms ease;
}

.blur-effect img:hover {
  filter: blur(2px);
  transition: all 500ms ease;
}

.blur-effect img:hover ~ .blur-effect-caption {
  opacity: 1 !important;
  transition: all 500ms ease;
  transition-delay: 150ms;
}

.grayscale-effect {
  overflow: hidden;
  transition: all 250ms ease;
}

.grayscale-effect img:hover {
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.grayscale-effect img:hover ~ .grayscale-effect-caption {
  opacity: 1 !important;
  transition: all 500ms ease;
  transition-delay: 150ms;
}

/*---Typography---*/
/*----------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 5px;
}

h5 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.small-heading {
  font-size: 12px;
  margin: -10px 0px 10px 0px;
  display: block;
}

.heading-style h4 {
  text-align: center;
}

.heading-style p {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}

.heading-style .line {
  z-index: 1;
  width: 280px;
  margin: 30px auto 25px auto;
  display: block;
  height: 1px;
}

.heading-style i {
  font-size: 24px;
  height: 40px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -25px;
  z-index: 2;
}

.heading-style p {
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*Content Title*/
.content-title {
  margin: 0px 20px;
}

.content-title span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: -12px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.content-title h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.content-title a {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -13px;
  font-size: 13px;
}

/*---Lists---*/
/*-----------*/
.font-icon-list li {
  list-style: none;
  padding-left: 0px;
  margin-left: -20px;
  line-height: 30px;
}

.font-icon-list i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  display: inline-block;
}

.font-icon-list .font-icon-list {
  padding-left: 30px;
}

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

.icon-list i {
  width: 20px;
  text-align: center;
  margin-left: -5px;
}

.icon-list ul {
  padding-left: 40px;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

ul ul, ol ol {
  padding-top: 10px;
  padding-bottom: 10px;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: disc;
}

/*---Responsive Classes---*/
/*------------------------*/
.top-0 {
  margin-top: 0px !important;
}

.top-5 {
  margin-top: 5px !important;
}

.top-10 {
  margin-top: 10px !important;
}

.top-15 {
  margin-top: 15px !important;
}

.top-20 {
  margin-top: 20px !important;
}

.top-25 {
  margin-top: 25px !important;
}

.top-30 {
  margin-top: 30px !important;
}

.top-40 {
  margin-top: 40px !important;
}

.top-50 {
  margin-top: 50px !important;
}

.bottom-0 {
  margin-bottom: 0px !important;
}

.bottom-5 {
  margin-bottom: 5px !important;
}

.bottom-10 {
  margin-bottom: 10px !important;
}

.bottom-15 {
  margin-bottom: 15px !important;
}

.bottom-20 {
  margin-bottom: 20px !important;
}

.bottom-25 {
  margin-bottom: 25px !important;
}

.bottom-30 {
  margin-bottom: 30px !important;
}

.bottom-40 {
  margin-bottom: 40px !important;
}

.bottom-50 {
  margin-bottom: 50px !important;
}

.left-5 {
  margin-left: 5px;
}

.left-10 {
  margin-left: 10px;
}

.left-15 {
  margin-left: 15px;
}

.left-20 {
  margin-left: 20px;
}

.left-25 {
  margin-left: 25px;
}

.left-30 {
  margin-left: 30px;
}

.right-5 {
  margin-right: 5px;
}

.right-10 {
  margin-right: 10px;
}

.right-15 {
  margin-right: 15px;
}

.right-20 {
  margin-right: 20px;
}

.right-25 {
  margin-right: 25px;
}

.right-30 {
  margin-right: 30px;
}

.clear {
  clear: both !important;
}

.last-column {
  margin-right: 0% !important;
}

.left-padding {
  padding-left: 30px;
}

.right-padding {
  padding-right: 30px;
}

.padding-right {
  padding-right: 20px;
}

.padding-left {
  padding-left: 20px;
}

.no-border {
  border: none !important;
}

.responsive-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.rounded-image {
  border-radius: 15px;
  overflow: hidden;
}

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

.center-object {
  margin: auto;
  background-position: center !important;
}

.box-shadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.shadow-tiny {
  box-shadow: 0 0px 27px 0 rgba(0, 0, 0, 0.05), 0 0px 14px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-small {
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-medium {
  box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-large {
  box-shadow: 0 20px 67px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.2) !important;
}

.icon-clear-left {
  padding-left: 15px;
}

.icon-clear-right {
  padding-right: 15px;
}

.maps {
  min-height: 250px;
}

.responsive-video {
  position: relative;
  min-height: 220px;
  width: 100%;
  overflow: hidden;
}

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

.content-padding {
  padding: 20px 20px;
}

.content-round {
  padding: 0px !important;
  margin: 0px 20px 20px 20px;
  border-radius: 15px !important;
  overflow: hidden !important;
}

.content-squre {
  padding: 0px !important;
  margin: 0px 20px 20px 20px;
  border-radius: 0px !important;
  overflow: hidden !important;
}

.content-round .overlay {
  border-radius: 15px;
  overflow: hidden;
}

.content-large {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.content-boxed {
  border-radius: 15px !important;
  overflow: hidden !important;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.content-boxed-padding {
  padding: 15px 20px;
  margin-bottom: 30px;
}

.content-boxed-shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.content-boxed .owl-dots {
  margin-bottom: 0px !important;
}

.content-margins {
  margin-left: 20px;
  margin-right: 20px;
}

.content {
  padding: 0px 20px 0px 20px;
  margin-bottom: 30px;
}

.content-gray {
  background-color: #f0f2f3;
}

.content-fullscreen, .content-full {
  margin-bottom: 30px;
  padding: 0px;
}

.last-column:after, container:after {
  visibility: hidden !important;
  display: block !important;
  content: "" !important;
  clear: both !important;
  height: 0 !important;
}

.hide-if-mobile {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize !important;
}

.thin {
  font-weight: 300 !important;
}

.ultrathin {
  font-weight: 100 !important;
}

.thiner {
  font-weight: 400 !important;
}

.bold {
  font-weight: 600 !important;
}

.regular {
  font-weight: 400 !important;
}

.regularbold {
  font-weight: 500 !important;
}

.bolder {
  font-weight: 700 !important;
}

.ultrabold {
  font-weight: 900 !important;
}

.justify {
  text-align: justify !important;
}

.italic {
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.ultrasmall-text {
  font-size: 10px !important;
}

.small-text {
  font-size: 12px !important;
  margin-top: -5px;
  display: block;
  line-height: 24px;
}

.smaller-text {
  font-size: 11px !important;
  margin-top: -5px;
  display: block;
}

.normal-text {
  font-size: 14px !important;
}

.larger-text {
  font-size: 26px !important;
}

.large-text {
  font-size: 28px !important;
}

.huge-text {
  font-size: 30px !important;
}

.boxed-text {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.boxed-text-small {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}

.boxed-text-large {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.medium-line-height {
  line-height: 30px;
}

.large-line-height {
  line-height: 40px;
}

.small-text-icon i {
  padding-left: 15px;
  width: 25px;
  padding-right: 10px;
}

.small-text-icon i:first-child {
  padding-left: 0px;
}

.border-text {
  border-width: 4px !important;
  padding: 5px 0px 5px 15px;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.center-text {
  text-align: center !important;
  display: block;
}

.left-text {
  text-align: left !important;
  display: block;
}

.right-text {
  text-align: right !important;
  display: block;
}

.center-stars i {
  font-size: 16px;
  padding: 0px 5px 0px 5px;
}

.center-stars {
  width: 140px;
  margin: 0 auto;
}

.space-left {
  padding-left: 10px;
}

.space-right {
  padding-right: 10px;
}

.center-boxed-content {
  max-width: 600px !important;
}

.center-boxed-text, .center-boxed-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.one-half {
  width: 45%;
  float: left;
  margin-right: 10%;
}

.one-third {
  width: 28%;
  float: left;
  margin-right: 8%;
}

/*---Decorations---*/
/*-----------------*/
.decoration-margins {
  margin: 0px 20px 0px 20px;
}

.decoration {
  height: 1.2px;
  display: block;
  margin-bottom: 30px;
  clear: both !important;
  background-color: rgba(0, 0, 0, 0.05);
}

.decoration-boxed {
  margin: 0px 20px 0px 20px;
}

.decoration-lines div {
  height: 5px;
  width: 10%;
  float: left;
}

.decoration-lines-thin div {
  height: 3px;
  width: 10%;
  float: left;
}

.deco-0 {
  background-color: #c0392b;
}

.deco-1 {
  background-color: #2ecc71;
}

.deco-2 {
  background-color: #3498db;
}

.deco-3 {
  background-color: #bdc3c7;
}

.deco-4 {
  background-color: #f1c40f;
}

.deco-5 {
  background-color: #e67e22;
}

.deco-6 {
  background-color: #9b59b6;
}

.deco-7 {
  background-color: #34495e;
}

.deco-8 {
  background-color: #16a085;
}

.deco-9 {
  background-color: #95a5a6;
  margin-bottom: 30px;
}

.deco-thick {
  height: 3px;
  width: 60px;
  margin: 0 auto;
}

.deco-thin {
  height: 2px;
  width: 60px;
  margin: 0 auto;
}

.deco-ultrathin {
  height: 1px;
  width: 60px;
  margin: 0 auto;
}

.heading-icon {
  height: 50px;
  width: 50px;
  background-color: #FFFFFF;
  line-height: 27px !important;
}

.decoration-small {
  height: 3px;
  width: 100px;
  margin: 0px auto 30px auto;
}

.decoration-shadow {
  height: 5px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.decoration-line-fade {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.decoration-zig-zag {
  height: 6px;
  background: url(../images/framework/deco-zig.png) repeat-x 0 0;
  border: 0;
}

.decoration-slash {
  height: 6px;
  background: url(../images/framework/deco-slash.png) repeat-x 0 0;
  border: 0;
}

/*---Hover + Rotate Effects---*/
/*----------------------------*/
.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-225 {
  transform: rotate(225deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-315 {
  transform: rotate(315deg);
}

.rotate-45, .rotate-90, .rotate-135, .rotate-180, .rotate-225, .rotate-270, .rotate-315 {
  transition: all 250ms ease;
}

.scale-hover:hover {
  transform: scale(1.1, 1.1);
  transition: all 250ms ease;
}

.scale-out {
  transform: scale(0, 0);
  transition: all 250ms ease;
}

.opacity-out {
  opacity: 0;
  transition: all 250ms ease;
}

/*Input Style*/
/*-----------*/
.input-simple-1.has-icon i {
  position: absolute;
  z-index: 2;
  right: 0px;
  font-size: 12px;
  height: 40px;
  width: 12px;
  line-height: 41px;
  text-align: center;
  color: #666666;
}

.input-simple-1.textarea.has-icon i {
  margin-top: 28px;
}

.input-simple-1.textarea textarea {
  padding: 5px 30px 10px 0px;
  height: 40px;
  line-height: 28px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  transition: all 250ms ease;
}

.input-simple-1.textarea textarea:focus {
  height: 120px;
}

.input-simple-1 em, .select-box-1 em {
  font-style: normal;
  display: block;
  font-size: 11px;
}

.input-simple-1 strong, .select-box-1 strong {
  position: absolute;
  right: 0px;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  color: #cacaca;
}

.input-simple-1 input {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  display: block;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  transition: all 250ms ease;
  font-size: 12px;
}

.input-simple-1.has-icon input {
  text-indent: 0px !important;
}

.input-simple-1 input::-moz-placeholder, .input-simple-1 textarea::-moz-placeholder {
  color: #b7b7b7;
}

.input-simple-1 input:-ms-input-placeholder, .input-simple-1 textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.input-simple-1 input::placeholder, .input-simple-1 textarea::placeholder {
  color: #b7b7b7;
}

.input-simple-1.input-blue input:focus {
  border-bottom: solid 1px #5D9CEC !important;
}

.input-simple-1.input-green input:focus {
  border-bottom: solid 1px #A0D468 !important;
}

.input-simple-1.input-red input:focus {
  border-bottom: solid 1px #D8334A !important;
}

.input-simple-1 .textarea-simple-1 {
  width: 100%;
  display: block;
  padding: 0px;
  text-indent: 0px;
  transition: all 250ms ease;
  font-size: 12px;
}

/*Select Box*/
.select-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;
  box-sizing: border-box;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.select-box select {
  width: 99.9%;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.select-box-1 {
  margin-top: 50px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  font-size: 12px;
}

.select-box-1 select {
  padding-left: 0px !important;
  color: #b7b7b7;
}

.select-box-1 {
  background-position: center right;
}

.select-box-1 em {
  position: absolute;
  margin-top: -35px;
}

.select-box-1 strong {
  margin-top: -35px;
}

.select-box select:focus {
  outline: none;
  color: #666666;
}

.select-style select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*Classic Style*/
.input-simple-2.has-icon i {
  position: absolute;
  z-index: 2;
  right: 0px;
  font-size: 12px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #666666;
}

.input-simple-2 {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.input-simple-2 input {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border-radius: 3px !important;
  text-indent: 15px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 12px;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 250ms ease;
}

.input-simple-2.textarea.has-icon i {
  margin-top: 0px;
}

.input-simple-2.textarea textarea {
  padding-top: 5px;
  padding-right: 30px;
  height: 50px;
  border-radius: 3px !important;
  padding-top: 10px;
  padding-left: 15px;
  line-height: 28px;
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease;
  font-size: 12px;
}

.input-simple-2.textarea textarea:focus {
  height: 130px;
}

.input-simple-2.has-icon input {
  text-indent: 15px !important;
}

.input-simple-2 input::-moz-placeholder, .input-simple-2 textarea::-moz-placeholder {
  color: #959595;
}

.input-simple-2 input:-ms-input-placeholder, .input-simple-2 textarea:-ms-input-placeholder {
  color: #959595;
}

.input-simple-2 input::placeholder, .input-simple-2 textarea::placeholder {
  color: #959595;
}

.input-simple-2.input-blue input:focus {
  border: solid 1px #5D9CEC !important;
}

.input-simple-2.input-green input:focus {
  border: solid 1px #A0D468 !important;
}

.input-simple-2.input-red input:focus {
  border: solid 1px #FC6E51 !important;
}

.select-box-2 {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px !important;
  font-size: 12px;
}

.select-box-2 select {
  padding-left: 15px !important;
  color: #a3a3a3;
}

.select-box-2 {
  background-position: center 10;
}

.textarea-simple-2 {
  width: 100%;
  display: block;
  padding: 0px;
  text-indent: 0px;
  transition: all 250ms ease;
}

/*---Switches---*/
/*--------------*/
.switch-box h5 {
  float: left;
  width: 200px;
  font-weight: 400;
  font-size: 15px;
}

.switch-box div {
  float: right;
}

.switch-box:after {
  content: '';
  display: block;
  clear: both;
}

/*iOS Style*/
.ios-switch {
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ios-switch-checkbox {
  display: none;
}

.ios-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 27px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: all 250ms ease;
}

.ios-switch-label:before {
  content: "";
  display: block;
  width: 25px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  transition: all 250ms ease;
}

.ios-switch-checkbox:checked + .ios-switch-label {
  background-color: #A0D468;
}

.ios-switch-checkbox:checked + .ios-switch-label, .ios-switch-checkbox:checked + .ios-switch-label:before {
  border-color: #A0D468;
}

.ios-switch-checkbox:checked + .ios-switch-label:before {
  right: 0px;
}

/*Material Style*/
.material-switch {
  position: relative;
  width: 40px;
  margin-left: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.material-checkbox {
  display: none;
}

.material-label {
  display: block;
  cursor: pointer;
  height: 16px;
  padding: 0;
  line-height: 16px;
  border: 0px solid #FFFFFF;
  border-radius: 22px;
  background-color: #9E9E9E;
}

.material-label:before {
  content: "";
  display: block;
  width: 22px;
  margin: -3px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  border-radius: 22px;
  box-shadow: 0 6px 12px 0px #757575;
  transition: all 250ms ease;
}

.material-checkbox:checked + .material-label {
  background-color: #68A3F0;
}

.material-checkbox:checked + .material-label, .material-checkbox:checked + .material-label:before {
  border-color: #68A3F0;
}

.material-checkbox:checked + .material-label .onoffswitch-inner {
  margin-left: 0;
}

.material-checkbox:checked + .material-label:before {
  right: 0px;
  background-color: #3A76C4;
  box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

/*---Range Sliders---*/
/*-------------------*/
.range-slider input {
  width: 100%;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 20px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F26B5E;
  position: relative;
  z-index: 3;
}

input[type="range"]::-webkit-slider-thumb:after {
  content: " ";
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: #ff5b32;
  background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

.ios-slider {
  height: 40px !important;
  background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
}

.ios-slider::-webkit-slider-thumb {
  background-color: #FFFFFF !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 25px !important;
  width: 25px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
  height: 40px !important;
  background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
  background-size: 100% 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
}

.material-slider::-webkit-slider-thumb {
  background-color: #434A54 !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 10px !important;
  width: 30px !important;
}

.classic-slider {
  height: 20px !important;
  background-color: #FFFFFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  background-size: 100% 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0px 3px 0px 3px;
  box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.classic-slider::-webkit-slider-thumb {
  background-color: #5D9CEC !important;
  border: solid 1px rgba(0, 0, 0, 0);
  height: 16px !important;
  border-radius: 20px;
  width: 16px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
  padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
  position: absolute;
  top: 0px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.range-slider .fa-range-icon-1 {
  left: 0px;
}

.range-slider .fa-range-icon-2 {
  right: 0px;
}

/*---Checkboxes & Radios---*/
/*-------------------------*/
.fac {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.fac label {
  margin: 0em 1em 0em 0em;
  padding-left: 1.5em;
  cursor: pointer;
  font-weight: inherit;
}

.fac > input + label:before,
.fac > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  margin-top: 0.5px;
}

.fac > input + label:before {
  transition: opacity 150ms ease-in-out;
}

.fac input {
  display: none;
}

.checkboxes-demo .fac {
  display: block;
}

.fac-checkbox > input + label:before, .fac-checkbox-round > input + label:before {
  opacity: 1;
}

.fac-checkbox > input:checked + label:before, .fac > input:checked + label:before {
  opacity: 0;
}

.fac-radio > input + label:before,
.fac-checkbox-o > input + label:before,
.fac-checkbox-round-o > input + label:before {
  opacity: 0;
}

.fac-radio > input:checked + label:before,
.fac-checkbox-o > input:checked + label:before,
.fac-checkbox-round-o > input:checked + label:before {
  opacity: 1;
}

.fac-default > input + label:before, .fac-default > span::after {
  color: #9d9d9d;
}

.fac-blue > input + label:before, .fac-blue > span::after {
  color: #428bca;
}

.fac-green > input + label:before, .fac-green > span::after {
  color: #5cb85c;
}

.fac-orange > input + label:before, .fac-orange > span::after {
  color: #f0ad4e;
}

.fac-red > input + label:before, .fac-red > span::after {
  color: #d9534f;
}

.fac-checkbox > span::after {
  content: "\f0c8";
  opacity: 1;
  font-weight: 400;
}

.fac-checkbox > input[type=checkbox] + label:before {
  content: "\f00c";
  font-size: 10px !important;
  padding-left: 1px;
}

.fac-checkbox-round > span::after {
  content: "\f111";
  font-weight: 400;
}

.fac-checkbox-round > input[type=checkbox] + label:before {
  content: "\f00c";
  font-size: 8px !important;
  padding-left: 3px;
}

.fac-radio > span::after {
  content: "\f45c";
  font-weight: 400;
  font-size: 17px;
  margin-top: -1px;
}

.fac-radio > input[type=radio] + label:before {
  content: "\f14a";
  padding-left: 0px;
}

.fac-radio-round > span::after {
  content: "\f058";
  font-size: 14px !important;
  margin-left: -1px;
}

.fac-radio-round > input[type=radio] + label:before {
  content: "\f111";
  font-weight: 400;
  background-color: #FFFFFF;
  margin-left: -1px;
}

.dark-skin .fac-radio-round > input[type=radio] + label:before {
  background-color: #15181b;
}

/*---Dropcaps---*/
/*--------------*/
.dropcaps-1:first-child:first-letter {
  float: left;
  font-size: 60px;
  margin-right: 10px;
  padding: 15px 10px 15px 0px;
  font-family: Georgia;
}

.dropcaps-2:first-child:first-letter {
  float: left;
  font-size: 60px;
  margin-right: 15px;
  padding: 15px 5px 15px 0px;
  font-weight: 800;
}

.dropcaps-3:first-child:first-letter {
  float: left;
  font-size: 60px;
  margin-right: 15px;
  padding: 15px 5px 15px 0px;
  font-weight: 300;
}

.text-highlight {
  margin-bottom: 15px;
}

.text-highlight span {
  display: block;
  float: left;
  padding: 0px 8px;
  margin-right: 5px;
}

/*---Chips---*/
/*-----------*/
.chips-dark {
  background-color: #242631 !important;
  color: #FFFFFF !important;
}

.chips a {
  background-color: #fefefe;
  border: solid 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.chips .chips-icon, .chips img {
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: -2px;
  top: -1px;
}

.chips-large a {
  font-size: 13px;
  padding: 0px 20px 0px 45px;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.chips-large .chips-icon, .chips-large img {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.chips-small a {
  padding: 1px 10px 1px 35px;
  border-radius: 24px;
  margin: 0px 5px 5px 0px;
  font-size: 12px;
  line-height: 24px;
}

.chips-small .chips-icon, .chips-small img {
  width: 28px;
  height: 28px;
  line-height: 29px;
}

.chips-hide {
  margin-left: 10px;
  font-size: 12px !important;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  display: block;
}

/*---Link List---*/
/*---------------*/
.link-list {
  list-style: none;
  padding-left: 0px;
  display: block;
  position: relative;
}

.link-list a {
  margin-left: 40px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}

.link-list .link-list {
  display: none;
}

.link-list .link-list a {
  border: none;
  padding-left: 35px;
  line-height: 35px;
}

.link-list .link-list a i {
  padding-left: 0px;
  font-size: 10px;
  line-height: 3px;
}

.link-list .link-list a span {
  line-height: 35px !important;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}

.link-list li {
  background-color: rgba(255, 255, 255, 0);
  margin: 0px;
  padding-top: 5px;
}

.link-list a i {
  font-size: 16px;
  position: absolute;
  height: 50px;
  width: 25px;
  line-height: 45px;
  left: -45px;
  text-align: center;
}

.link-list .fa-angle-right, .link-list .fa-angle-down {
  right: -3px !important;
  left: auto !important;
  padding: 0px !important;
  font-size: 11px;
}

.link-list-bg a i:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-top: 8px;
  border-radius: 5px;
}

.nested-link-list .link-list a i {
  line-height: 40px;
}

.nested-link-list .link-list li a {
  padding-left: 0px;
}

/*---Sortable List---*/
/*-------------------*/
.sortable-ghost, .sortable-chosen {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.sortable-list li a {
  border-bottom: none;
}

.sortable-list li {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 20px;
  box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05) !important;
  border: solid 1px rgba(0, 0, 0, 0.05);
}

/*---Search---*/
/*------------*/
.disabled-search {
  display: none;
}

.disabled-search-item {
  display: none;
}

.search-results {
  overflow: visible;
  transition: all 200ms ease;
}

.disabled-search-list {
  max-height: 0px !important;
  overflow: hidden;
  transition: all 200ms ease;
}

.search-icon-list div {
  line-height: 40px;
  transition: all 250ms ease;
}

.search-icon-list i {
  line-height: 40px;
  width: 30px;
  text-align: center;
}

.search-input-square .search input {
  -webkit-appearance: none;
}

.search-input-round .search input {
  border-radius: 15px !important;
  -webkit-appearance: none;
}

.search-input-large input, .search-input-large .search i {
  height: 60px !important;
  line-height: 60px !important;
}

.search [data-search] {
  margin-bottom: 20px !important;
}

.search-input-container .search i {
  position: absolute;
  height: 45px;
  line-height: 45px;
  width: 40px;
  text-align: center;
  font-size: 11px;
  z-index: 2;
}

.search-input-container .search input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: transparent;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.search-input-dark .search input::-moz-placeholder {
  font-size: 12px;
  color: #cacaca;
}

.search-input-dark .search input:-ms-input-placeholder {
  font-size: 12px;
  color: #cacaca;
}

.search-input-dark .search input::placeholder {
  font-size: 12px;
  color: #cacaca;
}

.search-input-dark .search input {
  background-color: #242631;
  color: #cacaca;
}

.search-input-dark .search i {
  color: #cacaca;
}

.search-input-light .search input::-moz-placeholder {
  font-size: 12px;
  color: #888888;
}

.search-input-light .search input:-ms-input-placeholder {
  font-size: 12px;
  color: #888888;
}

.search-input-light .search input::placeholder {
  font-size: 12px;
  color: #888888;
}

.search-input-light .search input {
  background-color: #FFFFFF;
  color: #1f1f1f;
}

.search-input-light .search i {
  color: #1f1f1f;
}

.bg-highlight::-moz-placeholder {
  color: #FFFFFF !important;
}

.bg-highlight:-ms-input-placeholder {
  color: #FFFFFF !important;
}

.bg-highlight::placeholder {
  color: #FFFFFF !important;
}

.header-search {
  position: fixed;
  left: 0px;
  right: 0px;
  padding: 8px 10px 0px 10px;
  height: 50px;
  top: 89px;
  z-index: 99;
  background-color: #FFFFFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.header-search .fa-search {
  position: absolute;
  z-index: 10;
  font-size: 12px;
  line-height: 27px;
  padding-left: 20px;
  color: #8e8e93;
}

.header-search a {
  position: absolute;
  right: -0px;
  top: 0px;
  width: 43px;
  line-height: 42px;
  color: #8e8e93;
}

.header-search input {
  display: block;
  margin-left: 10px;
  margin-top: -5px;
  padding-left: 30px;
  height: 37px;
  line-height: 37px;
  background-color: #e6e8e9;
  font-size: 12px;
  width: calc(100% - 20px);
  border-radius: 8px !important;
  overflow: hidden;
}

.header-search-effect {
  transform: translateY(-30px);
}

/*---Buttons---*/
/*-------------*/
.button {
  transition: all 250ms ease;
}

.button:hover, .button-round:hover {
  text-decoration: none !important;
}

@media (max-width: 560px) {
  .demo-socials a {
    width: 100%;
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .demo-socials a {
    width: 45%;
  }
}

@media (min-width: 760px) and (max-width: 1280px) {
  .demo-socials a {
    width: 31%;
  }
}

@media (min-width: 1280px) {
  .demo-socials a {
    width: 18%;
  }
}

.icon {
  display: inline-block;
  margin: 0px 5px 5px 5px;
  border: none !important;
}

.button, .button-round {
  color: #FFFFFF;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  padding: 0px 20px 0px 20px;
}

.button-ghost {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin: 0px 5px 10px 5px;
  padding: 0px 20px 0px 20px;
  background-color: transparent;
  color: #ffffff;
  padding-top: 1px;
}

.button-ghost:hover {
  background-color: #FFFFFF !important;
  color: #1f1f1f !important;
}

.icon i {
  display: block;
  text-align: center;
}

.button-bold {
  font-weight: 700 !important;
}

.button-xl {
  font-size: 18px;
  height: 70px !important;
  line-height: 68px !important;
}

.button-xl.button-icon i {
  font-size: 12px;
  height: 70px !important;
  width: 68px !important;
  border-radius: 70px !important;
  line-height: 70px !important;
}

.button-l {
  font-size: 16px;
  height: 60px !important;
  line-height: 60px !important;
}

.button-l.button-icon i {
  font-size: 20px;
  height: 60px !important;
  width: 55px !important;
  line-height: 60px !important;
}

.button-l.button-icon {
  line-height: 60px !important;
}

.button-m {
  font-size: 15px;
  height: 55px !important;
  line-height: 55px !important;
}

.button-m.button-icon i {
  font-size: 16px;
  height: 55px !important;
  width: 55px !important;
  line-height: 55px !important;
}

.button-m.button-icon {
  line-height: 55px !important;
}

.button-sm {
  font-size: 12px;
  height: 45px !important;
  line-height: 41px !important;
}

.button-sm.button-icon i {
  font-size: 14px;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
}

.button-sm.button-icon {
  line-height: 45px !important;
}

.button-s {
  font-size: 12px;
  height: 40px !important;
  line-height: 36px !important;
}

.button-s.button-icon i {
  font-size: 14px;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
}

.button-s.button-icon {
  line-height: 40px !important;
}

.button-xs {
  font-size: 11px;
  height: 35px !important;
  line-height: 32px !important;
}

.button-xs.button-icon i {
  font-size: 12px;
  height: 35px !important;
  width: 45px !important;
  line-height: 35px !important;
}

.button-xs.button-icon {
  line-height: 35px !important;
}

.button-xxs {
  font-size: 10px;
  height: 30px !important;
  line-height: 28px !important;
}

.button-xxs.button-icon i {
  font-size: 14px;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
}

.button-xxs.button-icon {
  line-height: 26px !important;
}

.button-icon.button-center-large {
  padding-left: 40px;
}

.icon-xxl {
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  font-size: 40px !important;
}

.icon-xxl i {
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  font-size: 40px;
}

.icon-xl {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  font-size: 32px !important;
}

.icon-xl i {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  font-size: 32px;
}

.icon-l {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 24px !important;
}

.icon-l i {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 24px;
}

.icon-m {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
  font-size: 20px !important;
}

.icon-m i {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
  font-size: 20px;
}

.icon-s {
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  font-size: 16px !important;
}

.icon-s i {
  width: 40px !important;
  height: 40px !important;
  line-height: 39px !important;
  font-size: 16px;
}

.icon-xs i {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 14px;
}

.icon-xs {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 14px !important;
}

.icon-round {
  border-radius: 7px;
  overflow: hidden;
}

.icon-circle {
  border-radius: 100%;
}

.icon-center {
  margin: 0 auto;
  display: block;
}

.shadow-large {
  box-shadow: 0 20px 67px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-medium {
  box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-small {
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.1) !important;
}

.center-icons {
  margin: 20px auto 30px auto;
}

.center-3-icons {
  width: 150px;
}

.center-2-icons {
  width: 94px;
}

.button-teal {
  background-color: #A0CECB;
  border: solid 2px #A0CECB;
}

.button-teal-3d {
  border: none !important;
  border-bottom: solid 5px #7DB1B1 !important;
  padding: 0px 22px;
}

.button-teal:hover {
  background-color: #7DB1B1;
  border: solid 2px #7DB1B1;
}

.button-teal:active {
  background-color: #628d8d;
  border-bottom: solid 2px #628d8d !important;
}

.button-mint {
  background-color: #48CFAD;
  border: solid 2px #48CFAD;
}

.button-mint-3d {
  border: none !important;
  border-bottom: solid 5px #37BC9B !important;
  padding: 0px 22px;
}

.button-mint:hover {
  background-color: #37BC9B;
  border: solid 2px #37BC9B;
}

.button-mint:active {
  background-color: #2fa285;
  border-bottom: solid 2px #2fa285 !important;
}

.button-white {
  background-color: #FFFFFF;
  border: solid 2px #FFFFFF;
  color: #1f1f1f;
}

.button-white-3d {
  border: none !important;
  border-bottom: solid 5px #FFFFFF !important;
  padding: 0px 22px;
  color: #1f1f1f;
}

.button-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #FFFFFF;
}

.button-white:active {
  background-color: #FFFFFF;
  border-bottom: solid 2px #FFFFFF !important;
}

.button-green {
  background-color: #8CC152;
  border: solid 2px #8CC152;
}

.button-green-3d {
  border: none !important;
  border-bottom: solid 5px #77a346 !important;
  padding: 0px 22px;
}

.button-green:hover {
  background-color: #A0D468;
  border: solid 2px #A0D468;
}

.button-green:active {
  background-color: #77a346;
  border: solid 2px #77a346;
}

.button-blue {
  background-color: #4A89DC;
  border: solid 2px #4A89DC;
}

.button-blue-3d {
  border: none !important;
  border-bottom: solid 5px #3a71b9 !important;
  padding: 0px 22px;
}

.button-blue:hover {
  background-color: #5D9CEC;
  border: solid 2px #5D9CEC;
}

.button-blue:active {
  background-color: #3a71b9;
  border: solid 2px #3a71b9;
}

.button-blue2 {
  background-color: #4FC1E9;
  border: solid 2px #4FC1E9;
}

.button-blue2-3d {
  border: none !important;
  border-bottom: solid 5px #3ba3c9 !important;
  padding: 0px 22px;
}

.button-blue2:hover {
  background-color: #3BAFDA;
  border: solid 2px #3BAFDA;
}

.button-blue2:active {
  background-color: #3ba3c9;
  border: solid 2px #3ba3c9;
}

.button-magenta {
  background-color: #AC92EC;
  border: solid 2px #AC92EC;
}

.button-magenta-3d {
  border: none !important;
  border-bottom: solid 5px #8a70cc !important;
  padding: 0px 22px;
}

.button-magenta:hover {
  background-color: #967ADC;
  border: solid 2px #967ADC;
}

.button-magenta:active {
  background-color: #8a70cc;
  border: solid 2px #8a70cc;
}

.button-magenta2 {
  background-color: #8067B7;
  border: solid 2px #8067B7;
}

.button-magenta2-3d {
  border: none !important;
  border-bottom: solid 5px #503a84 !important;
  padding: 0px 22px;
}

.button-magenta2:hover {
  background-color: #6A50A7;
  border: solid 2px #6A50A7;
}

.button-magenta2:active {
  background-color: #503a84;
  border: solid 2px #503a84;
}

.button-dark {
  background-color: #3C3B3D;
  border: solid 2px #3C3B3D;
}

.button-dark-3d {
  border: none !important;
  border-bottom: solid 5px #000000 !important;
  padding: 0px 22px;
}

.button-dark:hover {
  background-color: #323133;
  border: solid 2px #323133;
}

.button-dark:active {
  background-color: #000000;
  border: solid 2px #000000;
}

.button-dark2 {
  background-color: #656D78;
  border: solid 2px #656D78;
}

.button-dark2-3d {
  border: none !important;
  border-bottom: solid 5px #434A54 !important;
  padding: 0px 22px;
}

.button-dark2:hover {
  background-color: #656D78;
  border: solid 2px #656D78;
}

.button-dark2:active {
  background-color: #3a404a;
  border: solid 2px #434A54;
}

.button-yellow {
  background-color: #F6BB42;
  border: solid 2px #F6BB42;
}

.button-yellow-3d {
  border: none !important;
  border-bottom: solid 5px #cb9527 !important;
  padding: 0px 22px;
}

.button-yellow:hover {
  background-color: #d8a02e;
  border: solid 2px #d8a02e;
}

.button-yellow:active {
  background-color: #cb9527;
  border: solid 2px #cb9527;
}

.button-orange {
  background-color: #FC6E51;
  border: solid 2px #FC6E51;
}

.button-orange-3d {
  border: none !important;
  border-bottom: solid 5px #c6442f !important;
  padding: 0px 22px;
}

.button-orange:hover {
  background-color: #E9573F;
  border: solid 2px #E9573F;
}

.button-orange:active {
  background-color: #c6442f;
  border: solid 2px #c6442f;
}

.button-red {
  background-color: #ED5565;
  border: solid 2px #ED5565;
}

.button-red-3d {
  border: none !important;
  border-bottom: solid 5px #BF263C !important;
  padding: 0px 22px;
}

.button-red:hover {
  background-color: #DA4453;
  border: solid 2px #DA4453;
}

.button-red:active {
  background-color: #BF263C;
  border: solid 2px #BF263C;
}

.button-pink {
  background-color: #FB3365;
  border: solid 2px #FB3365;
}

.button-pink-3d {
  border: none !important;
  border-bottom: solid 5px #d9315b !important;
  padding: 0px 22px;
}

.button-pink:hover {
  background-color: #ff4876;
  border: solid 2px #e22c59;
}

.button-pink:active {
  background-color: #e22c59;
  border: solid 2px #e22c59;
}

.button-pink2 {
  background-color: #EC87C0;
  border: solid 2px #EC87C0;
}

.button-pink2-3d {
  border: none !important;
  border-bottom: solid 5px #ba5992 !important;
  padding: 0px 22px;
}

.button-pink2:hover {
  background-color: #D770AD;
  border: solid 2px #D770AD;
}

.button-pink2:active {
  background-color: #ba5992;
  border: solid 2px #ba5992;
}

.button-icon {
  padding-left: 40px;
  height: 50px;
  line-height: 50px;
  border: none !important;
}

.button-full {
  display: block;
  width: 100% !important;
}

.button-round {
  border-radius: 40px !important;
}

.button-social {
  text-align: left !important;
  width: 100%;
  padding-left: 50px !important;
}

.button-social i {
  text-align: center !important;
}

.button-social-center {
  text-align: center !important;
  padding-left: 40px !important;
}

.button-center-large {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.button-center-medium {
  width: 190px;
  margin: 0 auto;
  display: block;
}

.button-center-small {
  width: 129px;
  margin: 0 auto;
  display: block;
}

.button-center {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-center-large.button-icon {
  padding-left: 20px !important;
}

.button-rounded {
  border-radius: 10px !important;
}

.button-round.button-icon i {
  border-radius: 50px;
}

.button-icon i {
  width: 50px;
  line-height: 50px !important;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: 14px;
}

.button-icon.button-full {
  padding-left: 20px;
}

.vertical-center-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 30;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0);
}

/*---Back To Top Badge---*/
/*-----------------------*/
.back-to-top-badge {
  width: 34px;
  height: 34px;
  border-radius: 44px;
  font-size: 12px;
  position: fixed;
  z-index: 19;
  right: 15px;
  bottom: 5px;
  transform: translateY(40px);
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  background: #499bea;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
  /* IE6-9 */
  transition: all 250ms ease;
}

.back-to-top-badge:hover {
  color: #FFFFFF;
}

.back-to-top-badge i {
  height: 34px;
  line-height: 35px;
  text-align: center;
  width: 34px;
  font-size: 18px;
}

.back-to-top-badge-visible {
  pointer-events: all;
  transform: translateY(-25px);
  transition: all 250ms ease;
}

.back-to-top-small {
  overflow: hidden;
  bottom: -3px;
}

.back-to-top-small i {
  font-size: 13px;
}

.back-to-top-large {
  width: 130px;
  height: 32px;
  border-radius: 18px;
  font-size: 12px;
  position: fixed;
  left: 50%;
  margin-left: -65px;
  bottom: -5px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  background: #499bea;
  /* Old browsers */
  transition: all 250ms ease;
}

.back-to-top-header {
  top: -50px;
}

.back-to-top-header.back-to-top-badge-visible {
  transform: translateY(120px) !important;
}

.back-to-top-large i {
  height: 32px;
  line-height: 32px !important;
  padding-right: 17px;
  text-align: center;
  width: 23px;
  font-size: 13px;
}

/*---Mobile Ads---*/
/*----------------*/
.ad-box {
  border-radius: 10px;
}

.ad-300x250 {
  width: 300px;
  height: 250px;
  margin: 0px auto 30px auto;
}

.ad-300x50-static {
  width: 300px;
  height: 50px;
  margin: 0px auto 30px auto;
}

.ad-300x50-fixed {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 300px;
  height: 50px;
  left: 50%;
  margin-left: -150px;
  z-index: 99;
  background-color: #000000;
}

.close-ad-button {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 20px;
}

.scroll-ad-visible {
  transform: translateY(0px) !important;
}

.scroll-ad {
  position: fixed;
  bottom: 15px;
  left: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.99);
  z-index: 99;
  height: 80px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  transform: translateY(150px);
  transition: all 250ms ease;
}

.scroll-ad img {
  width: 60px;
  position: absolute;
  margin: 10px;
  border-radius: 10px;
}

.scroll-ad strong {
  display: block;
  font-size: 18px;
  padding: 13px 0px 0px 80px;
  margin-bottom: -10px;
}

.scroll-ad em {
  padding: 0px 60px 0px 80px;
  font-style: normal;
  font-size: 11px;
  opacity: 0.7;
}

.scroll-ad a {
  width: 60px;
  font-size: 8px;
  right: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  border-radius: 12px;
  transform: translateY(-50%);
}

/*---Menu Cookie---*/
/*-----------------*/
.cookie-policy {
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: #FFFFFF;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
}

/*---Content Strips---*/
/*-------------------*/
.content-strip {
  margin-bottom: 30px;
}

.content-strip .container, .content-strip .owl-carousel {
  padding: 0px 20px;
  z-index: 90;
  margin-bottom: 0px;
}

.content-strip {
  padding: 40px 0px 40px 0px;
}

.content-strip-round {
  width: 310px;
  height: 310px;
  border-radius: 310px;
  overflow: hidden;
  margin: 0px auto 30px auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  border: solid 8px #FFFFFF;
}

.content-strip-bg {
  position: absolute;
  background-size: cover;
  background-position: center center;
  z-index: 8;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.content-strip-arrow {
  z-index: 15;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 25px;
}

.content-strip-arrow i {
  color: rgba(255, 255, 255, 0.2);
  height: 5px;
  line-height: 5px;
  display: block;
  font-size: 12px;
}

.content-strip-arrow i:nth-child(1) {
  -webkit-animation: bounce1 2s infinite;
          animation: bounce1 2s infinite;
}

.content-strip-arrow i:nth-child(2) {
  -webkit-animation: bounce2 2s infinite;
          animation: bounce2 2s infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.content-strip-arrow i:nth-child(3) {
  -webkit-animation: bounce3 2s infinite;
          animation: bounce3 2s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes bounce1 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce1 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--Cards--*/
/*---------*/
.card {
  padding: 30px 20px;
  margin: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1) !important;
}

.card-full {
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
}

.card-blue {
  background-image: linear-gradient(to bottom, #4FC1E9 0%, #339dc4 100%);
}

.card-green {
  background-image: linear-gradient(to bottom, #98cc60 0%, #7daf47 100%);
}

.card-green2 {
  background-image: linear-gradient(to bottom, #2ECC71 0%, #1f9851 100%);
}

.card-brown {
  background-image: linear-gradient(to bottom, #BAA286 0%, #836c4e 100%);
}

.card-red {
  background-image: linear-gradient(to bottom, #ED5565 0%, #cc3241 100%);
}

.card-orange {
  background-image: linear-gradient(to bottom, #FC6E51 0%, #d14933 100%);
}

.card-black {
  background-image: linear-gradient(to bottom, #575757 0%, #212121 100%);
}

.card-violet {
  background-image: linear-gradient(to bottom, #6666ff 0%, #3c3cd0 100%);
}

.card-magenta {
  background-image: linear-gradient(to bottom, #6600cc 0%, #5807a8 100%);
}

.card-mint {
  background-image: linear-gradient(to bottom, #48CFAD 0%, #27a082 100%);
}

/*---Icon Columns---*/
/*------------------*/
.icon-column img {
  width: 80px;
  position: absolute;
}

.icon-column h1 {
  padding-right: 95px;
  font-weight: 700;
  font-size: 18px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.icon-column p {
  padding-right: 95px;
  line-height: 24px;
}

.icon-with-bg i {
  margin-top: 15px !important;
}

.icon-column i {
  margin-top: 10px;
  font-size: 24px;
  right: 0px;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  line-height: 65px;
  text-align: center;
  position: absolute;
}

.icon-column.icon-large i {
  font-size: 45px;
}

.icon-column-center i {
  position: relative;
  display: block;
  margin: 10px auto 20px auto;
  left: 0px;
  font-size: 40px;
  width: 60px !important;
  height: 60px !important;
  text-align: center;
  line-height: 75px !important;
}

.icon-column-center h3 {
  text-align: center;
  padding: 0px;
  font-size: 22px;
}

.icon-column-center p {
  text-align: center;
  padding: 0px;
  font-size: 13px;
  margin: 10px auto 30px auto;
}

/*---Pricing Table---*/
/*-------------------*/
.pricing-1, .pricing-2, .pricing-3, .pricing-4 {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.pricing-single {
  max-width: 280px;
  margin: 0 auto;
}

.pricing-double-1 {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.pricing-double-2 {
  width: 48%;
  float: left;
}

.pricing-1 {
  border: solid 1px rgba(0, 0, 0, 0.06);
  padding: 20px 0px 10px 0px;
}

.pricing-1 * {
  list-style: none;
}

.pricing-1 .pricing-icon {
  font-size: 50px;
}

.pricing-1 .pricing-title {
  font-size: 32px;
  padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value {
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}

.pricing-1 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}

.pricing-1 .pricing-subtitle {
  opacity: 0.6;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  padding: 0px 0px 10px 0px;
}

.pricing-1 .pricing-list {
  padding: 0px;
}

.pricing-1 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.pricing-1 .pricing-list li:last-child {
  border-bottom: none;
  margin-bottom: -20px;
}

.pricing-2 {
  border: solid 1px rgba(0, 0, 0, 0.06);
  padding: 0px 0px 10px 0px;
}

.pricing-2 * {
  list-style: none;
}

.pricing-2 .pricing-icon {
  font-size: 50px;
  padding: 10px 0px 10px 0px;
}

.pricing-2 .pricing-title {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 20px 0px;
}

.pricing-2 .pricing-overtitle {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 0px 0px;
}

.pricing-2 .pricing-value {
  font-size: 43px;
  padding: 15px 0px 0px 0px;
}

.pricing-2 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}

.pricing-2 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}

.pricing-2 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}

.pricing-2 .pricing-list {
  padding: 0px;
}

.pricing-2 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 500;
}

.pricing-2 .pricing-list li:last-child {
  border-bottom: none;
}

.pricing-3 {
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
}

.pricing-3 * {
  list-style: none;
}

.pricing-3 .button {
  max-width: 90%;
  margin: -10px auto 10px auto;
}

.pricing-3 .pricing-icon {
  font-size: 50px;
}

.pricing-3 .pricing-title {
  font-size: 28px;
  padding: 30px 0px 0px 20px;
}

.pricing-3 .pricing-value {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 20px 0px;
}

.pricing-3 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}

.pricing-3 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}

.pricing-3 .pricing-subtitle {
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 30px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-3 .pricing-list {
  padding: 0px;
}

.pricing-3 .pricing-list i {
  padding-right: 20px;
  width: 30px;
}

.pricing-3 .pricing-list li {
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
}

.pricing-4 {
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
}

.pricing-4 * {
  list-style: none;
}

.pricing-4 .pricing-title {
  font-size: 18px;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.pricing-4 .pricing-value {
  font-size: 43px;
  padding: 30px 0px 20px 0px;
}

.pricing-4 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}

.pricing-4 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}

.pricing-4 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 20px 0px;
  margin-top: -10px;
}

.pricing-4 .pricing-list {
  padding: 0px;
  margin-bottom: 20px;
}

.pricing-4 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 500;
}

.pricing-4 .pricing-list li:last-child {
  border-bottom: none;
}

/*---Block Quotes---*/
/*------------------*/
.quote-slider * {
  overflow: visible !important;
}

.quote-slider {
  padding: 0px 20px;
}

.blockquote-1 p {
  font-size: 15px;
  line-height: 32px;
  font-weight: 300;
  color: #535353;
}

.blockquote-1 a {
  font-size: 12px;
}

.blockquote-border-left {
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
  padding: 5px 10px 5px 20px;
  border-left-width: 4px !important;
}

.blockquote-border-right {
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
  padding: 5px 20px 5px 10px;
  border-right-width: 4px !important;
}

.blockquote-2 p {
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  padding-left: 90px;
  color: #000000;
}

.blockquote-2 i, .blockquote-2 img {
  position: absolute;
  margin-top: 4px;
  height: 70px !important;
  width: 70px !important;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  border-radius: 50px;
}

.blockquote-2 a {
  font-size: 11px;
}

.blockquote-3 i {
  display: block;
  font-size: 40px;
  line-height: 102px;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  margin: 0px auto 20px auto;
  text-align: center;
}

.blockquote-3 p {
  text-align: center;
  max-width: 300px;
  margin: 20px auto 20px auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  color: #000000;
}

.blockquote-4 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  font-style: italic;
  color: #1f1f1f;
}

.blockquote-4 .fa-quote-left {
  position: absolute;
  top: 0px;
  height: 100px;
  line-height: 100px;
  font-size: 95px;
  margin-top: 5px;
  opacity: 0.08;
}

.blockquote-4 .fa-quote-right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  line-height: 100px;
  font-size: 95px;
  margin-top: 5px;
  opacity: 0.08;
}

.blockquote-rating i {
  line-height: 40px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  float: left;
  margin-right: 10px !important;
  margin-left: 10px !important;
  font-size: 24px !important;
}

.blockquote-rating {
  width: 200px !important;
  margin: 0px auto 0px auto !important;
}

/*---Reviews---*/
/*-------------*/
.review-1 img {
  width: 60px;
  border-radius: 60px;
  position: absolute;
  top: 0px;
}

.review-1 h1 {
  font-size: 16px;
  padding-left: 80px;
  line-height: 30px;
}

.review-1 .review-stars {
  margin-left: 80px;
  color: #f39c12;
}

.review-1 p {
  padding-top: 20px;
  margin-bottom: 10px;
}

.review-1 em {
  display: block;
  font-size: 12px;
  text-align: right;
}

.review-2 img {
  width: 130px;
  margin: 20px auto;
  border-radius: 120px;
}

.review-2 h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.review-2 .review-stars {
  width: 125px;
  margin: 10px auto;
  color: #f39c12;
}

.review-2 .review-stars i {
  font-size: 18px;
}

.review-2 p {
  width: 95%;
  text-align: center;
  margin: 30px auto;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
}

.review-2 em {
  text-align: center;
  display: block;
  font-size: 12px;
}

.review-3 .review-icon {
  text-align: center;
  font-size: 36px;
  width: 100px !important;
  height: 100px !important;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}

.review-3 p {
  width: 90%;
  margin: 20px auto;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  font-weight: 300;
}

.review-3 a {
  text-align: center;
  font-weight: 800;
}

.review-3 .review-stars i {
  font-size: 23px;
}

.review-3 .review-stars {
  width: 154px;
  margin: 20px auto;
  color: #f39c12;
}

.review-4 h1 {
  font-size: 30px;
  font-weight: 800;
}

.review-4 h2 {
  font-size: 12px;
  position: absolute;
  top: 7px;
  margin-left: 70px;
}

.review-4 a {
  text-align: right;
}

.review-4 .review-stars {
  color: #f39c12;
}

.review-4 .review-stars i {
  margin-right: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}

.review-4 img {
  width: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.review-4 p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 26px;
}

.review-5 h1 {
  font-size: 50px;
  font-weight: 800;
}

.review-5 h2 {
  font-size: 10px;
  position: absolute;
  top: -10px;
  margin-left: 110px;
}

.review-5 .review-stars {
  color: #f39c12;
  margin-left: 110px;
  margin-top: -25px;
}

.review-5 .review-stars i {
  margin-right: 2px;
  font-size: 16px;
  margin-bottom: 20px;
}

.review-5 img {
  width: 55px;
  border-radius: 55px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.review-5 p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 26px;
}

.review-5 a {
  text-align: right;
  font-size: 11px;
}

.review-6 h1 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: -5px;
}

.review-6 em {
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}

.review-6 img {
  width: 55px;
  border-radius: 55px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.review-6 h3 {
  float: left;
  font-size: 15px;
  line-height: 30px;
}

.review-6 .review-stars {
  float: right;
  color: #f39c12;
  line-height: 30px;
}

.review-6 .review-stars i {
  padding-left: 5px;
  font-size: 12px;
  margin-top: -3px;
  display: inline-block;
}

/*Instant Article*/
.instant-box-clone {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -15px;
  z-index: 99999;
  overflow: scroll;
  transform: translateX(99.9%);
  transition: all 300ms cubic-bezier(0.1, 0.2, 0.1, 1);
  -webkit-overflow-scrolling: touch;
}

.instant-hidden-small {
  display: none;
}

.instant-box-clone .instant-hidden-small {
  display: block !important;
}

.instant-hidden-large {
  display: block;
}

.instant-box-clone .instant-hidden-large {
  display: none !important;
}

.active-instant {
  transform: translateX(0px) !important;
  transition: all 300ms cubic-bezier(0.1, 0.2, 0.1, 1);
}

/*---Article Cards---*/
/*-------------------*/
.article-card.article-full, .article-card.article-full .article-header {
  margin: 0px;
  border: none;
  height: 200px;
}

.article-card.article-full .article-image, .article-card.article-full .article-overlay {
  height: 200px !important;
}

.article-card.article-card-round .article-category {
  border-radius: 30px;
}

.article-card.article-card-round {
  border-radius: 15px !important;
  overflow: hidden;
}

.article-card .article-header {
  position: relative;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
}

.article-category {
  z-index: 2;
  font-size: 11px;
  left: 20px;
  top: 20px;
  line-height: 25px;
  padding: 0px 15px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.8);
}

.article-card {
  height: 100%;
  margin: 0px 20px 20px 20px;
}

.article-card .article-image, .article-card .article-overlay, .article-card .article-category, .article-card .article-close {
  position: absolute;
}

.article-card .article-content {
  padding: 10px 15px 0px 15px;
}

.article-content-clear {
  height: 40px;
  margin: 0px 0px 20px 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.article-card.article-clone .article-header {
  border-radius: 0px;
}

.article-card .article-title {
  font-size: 16px;
  line-height: 20px;
  z-index: 5;
  bottom: 10px;
  left: 20px;
}

.article-card .article-close, .article-instant .article-close {
  display: none;
  z-index: 3;
  right: 0px;
}

.article-card .article-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: all 500ms ease;
}

.article-card .article-overlay {
  width: 100%;
  height: 150px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 30%, black 100%);
}

.article-author i {
  padding-right: 10px;
}

.article-author {
  position: absolute;
  font-size: 11px;
  padding: 5px 20px;
  bottom: 0px;
  z-index: 2;
}

.article-time i {
  padding-left: 10px;
}

.article-time {
  position: absolute;
  font-size: 11px;
  padding: 5px 20px;
  bottom: 0px;
  z-index: 2;
  right: 0px;
}

/*Article Clone*/
.article-clone {
  position: fixed;
  top: 0px;
  z-index: 999;
  margin-left: 0px;
  margin-right: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  transform: translateX(105%);
  transition: all 300ms cubic-bezier(0.1, 0.2, 0.1, 1);
  -webkit-overflow-scrolling: touch;
}

.article-clone .article-overlay {
  display: none;
}

.article-clone {
  border: none !important;
}

.article-clone.article-card {
  background-color: #FFFFFF;
}

.article-card .article-content-hidden {
  display: none;
  padding: 0px 15px 0px 15px;
}

.article-clone .article-content-hidden {
  display: block !important;
}

.active-card {
  transform: translateX(0px) !important;
  transition: all 300ms cubic-bezier(0.1, 0.2, 0.1, 1);
}

.article-clone .article-header, .article-clone .article-image {
  height: 300px;
}

.article-clone .article-time, .article-clone .article-author {
  bottom: -40px;
  color: #666666 !important;
}

.article-clone .article-content {
  margin-top: 40px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.article-clone .article-category {
  right: 20px;
  left: auto;
}

.article-clone .article-back i {
  padding-right: 10px;
}

.article-clone .article-back {
  z-index: 15;
  font-size: 11px;
  left: 20px;
  top: 20px;
  line-height: 25px;
  border-radius: 30px;
  padding: 0px 15px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
}

/*---Contact Page---*/
/*------------------*/
.contactForm input {
  padding-left: 10px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.contactForm textarea {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.field-title {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.contactField, .contactTextarea {
  font-size: 12px;
  transition: all 250ms ease;
}

.contactField:focus, .contactTextarea:focus {
  transition: all 250ms ease;
}

.contactSubmitButton {
  font-family: 'Roboto',sans-serif;
  display: block !important;
  width: 100%;
  font-weight: 700 !important;
}

.container .contact-form {
  margin: 0px;
}

.contact-form {
  margin: 0px 10px 0px 10px;
}

.contactNameField {
  padding-bottom: 5px;
  font-size: 12px;
}

.contactNameField span {
  float: right;
  opacity: 0.2;
}

.contactEmailField {
  padding-bottom: 5px;
  font-size: 12px;
}

.contactEmailField span {
  float: right;
  opacity: 0.2;
}

.contactMessageTextarea {
  padding-bottom: 5px;
  font-size: 12px;
}

.contactMessageTextarea span {
  float: right;
  opacity: 0.2;
}

.formFieldWrap {
  margin-top: -5px;
}

#contactNameField {
  text-transform: capitalize;
}

.contactField {
  min-width: 100%;
  display: block;
  box-sizing: border-box;
}

.contactTextarea {
  min-width: 100%;
  display: block;
  box-sizing: border-box;
}

.buttonWrap {
  -webkit-appearance: none;
  line-height: 20px;
  padding-bottom: 24px;
  min-width: 43%;
  display: inline-block;
  margin-left: -1px;
}

.formSubmitButtonErrorsWrap a {
  width: 25%;
  text-align: center;
  padding: 8px 10px !important;
}

.contactFormButton #contactSubmitButton {
  margin-bottom: 30px;
}

.formValidationError {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background-color: #c0392b;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.formValidationError p {
  line-height: 40px;
}

.contactField {
  height: 40px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
}

.contactTextarea {
  margin: 0px 0px 20px 0px;
  padding: 9px 12px 9px 12px;
  margin-bottom: 20px;
  line-height: 18px;
  height: 80px;
}

/*---Contact Icons---*/
.contact-information a i {
  display: inline-block;
  padding-right: 20px;
}

.contact-information a {
  display: block;
  width: 100%;
  line-height: 40px;
  color: #000000;
}

.dark-skin .contact-information a {
  color: #FFFFFF;
}

/*---Accordions---*/
/*----------------*/
.accordion a {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
}

.accordion a i:last-child {
  position: absolute;
  right: -15px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transition: all 350ms ease;
}

.accordion a i:first-child {
  height: 100%;
  width: 40px;
  text-align: center;
  margin-left: -10px;
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.accordion-style-2 a {
  padding: 0px 15px 0px 15px;
  height: 50px;
  line-height: 50px;
}

.accordion-style-2 a i:last-child {
  right: 0px;
  height: 50px;
  line-height: 50px;
}

.accordion-style-2 .accordion-content {
  margin-top: 10px;
}

.accordion-style-3 a {
  height: 80px;
  overflow: hidden;
  margin-bottom: 1px;
}

.accordion-style-1 [data-accordion] i {
  font-size: 10px;
  transition: all 250ms ease;
}

.accordion-style-1 [data-accordion] .fa-circle {
  font-size: 8px;
}

.accordion-style-1 [data-accordion] .rotate-180 {
  color: red !important;
}

.accordion-style-0 [data-accordion] {
  font-size: 13px !important;
}

.accordion-style-0 [data-accordion] i {
  font-size: 8px;
  transition: all 250ms ease;
}

.accordion-style-0 [data-accordion] .fa-circle {
  font-size: 5px;
}

.accordion-style-0 [data-accordion] .rotate-180 {
  color: red !important;
}

.accordion-style-0 .accordion-border {
  border: solid 1px rgba(0, 0, 0, 0.07);
  padding: 3px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.rounded-top-accordion {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.rounded-bottom-accordion {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

/*---Tabs---*/
/*----------*/
.tab-item {
  display: none;
}

.active-tab-button {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border-bottom: solid 1px #A0D468 !important;
  transition: all 500ms ease;
  z-index: 9;
  font-weight: 900 !important;
}

.tab-content {
  border-top-left-radius: 0px !important;
  border-radius: 15px;
}

.tab-titles a {
  display: inline-block;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666666;
  margin-right: -4px;
  transition: all 500ms ease;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  z-index: 8;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-titles a:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.tab-content {
  margin-top: -1px;
  padding: 15px 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

/*Tabs Pills*/
.tab-pill-titles {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.tab-pill-titles a {
  color: #1f1f1f;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  height: 36px;
  transition: all 250ms ease;
}

.active-tab-pill-button {
  color: #FFFFFF !important;
}

.tab-pill-titles a:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.tab-pill-titles a:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.header-tabs {
  position: fixed;
  left: 0px;
  right: 0px;
  padding: 8px 10px 0px 10px;
  height: 50px;
  top: 80px;
  z-index: 99;
  background-color: #FFFFFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.header-tabs a:first-child {
  border-top-left-radius: 5px;
}

.header-tabs a:first-child {
  border-bottom-left-radius: 5px;
}

.header-tabs a:last-child {
  border-top-right-radius: 5px;
}

.header-tabs a:last-child {
  border-bottom-right-radius: 5px;
}

.header-tabs a {
  float: left;
  font-size: 12px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.06);
}

.header-tabs a:after {
  content: "";
  display: table;
  clear: both;
}

.header-tabs-effect {
  transform: translateY(-30px);
}

/*---Toggles---*/
/*-------------*/
.read-more-box {
  display: none;
}

.toggle {
  clear: both;
}

.toggle .toggle-content {
  display: none;
}

.toggle-trigger {
  float: right;
  margin-bottom: 15px;
}

.toggle-title {
  float: left;
  cursor: pointer;
  line-height: 30px;
  width: 100%;
  position: absolute;
  font-size: 14px;
}

.toggle-subtitle {
  padding-top: 20px;
  position: absolute;
}

.toggle-content {
  clear: both;
}

.toggle-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.toggle .bg-white {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6 !important;
}

.toggle span {
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
}

.toggle-1 * {
  transition: all 200ms ease;
  overflow: hidden;
}

.toggle-1 i, .toggle-1 span {
  position: absolute;
}

.toggle-1 i {
  padding: 0px 8px 0px 8px;
  font-size: 10px;
}

.toggle-active .toggle-1 i:last-child {
  opacity: 0 !important;
}

.toggle-active .toggle-1 span {
  transform: translateX(24px) !important;
}

.toggle-1, .toggle-1 i, .toggle-1 span {
  width: 50px;
  height: 27px;
  border-radius: 26px;
  line-height: 26px;
  border: solid 1px rgba(0, 0, 0, 0);
}

.toggle-1 span {
  width: 27px;
  background-color: #FFFFFF;
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 0px;
  left: -1px;
}

.toggle-2 * {
  transition: all 200ms ease;
  overflow: hidden;
}

.toggle-2 i, .toggle-2 span {
  position: absolute;
}

.toggle-2 i {
  padding: 0px 10px 0px 10px;
  font-size: 12px;
}

.toggle-active .toggle-2 i:last-child {
  opacity: 0 !important;
}

.toggle-active .toggle-2 span {
  transform: translateX(23px) !important;
}

.toggle-2, .toggle-2 i, .toggle-2 span {
  width: 50px;
  height: 27px;
  border-radius: 26px;
  line-height: 29px;
  border: solid 1px rgba(0, 0, 0, 0);
}

.toggle-2 span {
  width: 23px;
  height: 23px;
  background-color: #FFFFFF;
  border: solid 1px rgba(0, 0, 0, 0);
  z-index: 1;
  margin-top: 2px;
  left: 2px;
}

.toggle-3 {
  margin-bottom: 20px;
  margin-top: 5px;
}

.toggle-3 * {
  transition: all 200ms ease;
}

.toggle-3 i, .toggle-3 span {
  position: absolute;
}

.toggle-3 i {
  padding: 0px 13px 0px 13px;
}

.toggle-active .toggle-3 i:last-child {
  opacity: 0 !important;
}

.toggle-active .toggle-3 span {
  transform: translateX(30px) !important;
}

.toggle-3, .toggle-3 i {
  width: 50px;
  height: 15px;
  border-radius: 15px;
  line-height: 13px;
  font-size: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
}

.toggle-3 span {
  width: 22px;
  height: 22px;
  border-radius: 27px;
  background-color: #FFFFFF;
  border: solid 1px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin-top: -4px;
  left: -1px;
}

.toggle-4 * {
  transition: all 200ms ease;
}

.toggle-4 i, .toggle-4 span {
  position: absolute;
}

.toggle-4 i {
  padding: 0px 8px 0px 8px;
}

.toggle-active .toggle-4 i:last-child {
  opacity: 0;
}

.toggle-active .toggle-4 span {
  transform: translateX(25px);
}

.toggle-4, .toggle-4 i {
  width: 50px;
  height: 25px;
  line-height: 23px;
  font-size: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.toggle-4 span {
  border-radius: 3px;
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  z-index: 1;
  left: 2px;
  margin-top: 2px;
}

.toggle-5 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.toggle-5 * {
  transition: all 200ms ease;
}

.toggle-5 i, .toggle-5 span {
  position: absolute;
}

.toggle-5 i {
  padding: 0px 13px 0px 13px;
}

.toggle-active .toggle-5 i:last-child {
  opacity: 0 !important;
}

.toggle-active .toggle-5 span {
  transform: translateX(25px) !important;
}

.toggle-5, .toggle-5 i {
  width: 50px;
  height: 20px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
}

.toggle-5 span {
  width: 10px;
  height: 30px;
  background-color: #FFFFFF;
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -5px;
  left: 10px;
  border-radius: 3px;
}

.toggle-classic * {
  transition: all 250ms ease;
  overflow: hidden;
}

.toggle-classic {
  width: 50px;
  height: 25px;
}

.toggle-classic i {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #1f1f1f;
}

.toggle-classic .fa-plus {
  font-size: 12px;
}

.toggle-classic .fa-chevron-down {
  font-size: 10px;
}

.toggle-classic .fa-circle {
  font-size: 8px;
  color: red;
}

.toggle-active .toggle-classic .fa-plus {
  transform: rotate(45deg) !important;
  color: red;
}

.toggle-active .toggle-classic .fa-chevron-down {
  transform: rotate(180deg) !important;
  color: red;
}

.toggle-active .toggle-classic .fa-circle {
  transform: scale(1.6, 1.6) !important;
  color: limegreen;
}

/*---FAQ---*/
/*---------*/
.faq-question {
  line-height: 14px;
  font-size: 14px;
  padding: 23px 0px 21px 50px;
}

.faq-question i {
  position: absolute;
  width: 20px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  left: 13px;
  top: 0px;
  bottom: 0px;
  font-size: 10px;
  transition: all 250ms ease;
}

.faq {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin-bottom: -1px;
}

.faq p {
  margin-bottom: 0px;
  padding: 0px 15px 20px 15px;
}

.faq-answer {
  display: none;
}

.faq-question .rotate-45, .faq-question .rotate-180 {
  color: #BF263C;
}

.faq-wrapper .faq:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq-wrapper .faq:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

/*---Snackbar---*/
/*--------------*/
.snackbar {
  position: fixed;
  bottom: 0px;
  z-index: 19;
}

.notification-bar {
  top: 100px;
}

.snackbar p {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 12px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  border-radius: 10px;
  transition: all 250ms cubic-bezier(0.1, 0.2, 0.1, 1);
  background-color: #242631;
  transform: translateY(50px);
  box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.snackbar-boxed {
  left: 10px;
  right: 10px;
}

.snackbar-full {
  left: 0px;
  right: 0px;
  margin-right: 0px;
}

.snackbar-full p {
  border-radius: 0px;
  margin-right: 0px;
}

.snackbar-full .active-snack {
  margin-bottom: 0px !important;
  transform: translateY(0px) !important;
}

.snackbar .bg-white {
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.snackbar .bg-white a {
  color: red !important;
}

.snackbar i {
  width: 35px;
}

.active-snack {
  opacity: 1 !important;
  height: 50px !important;
  transform: translateY(-10px) !important;
  margin-bottom: 15px !important;
  transition: all 250ms cubic-bezier(0.1, 0.2, 0.1, 1);
}

.snackbar a {
  color: #FFFFFF;
  position: absolute;
  right: 0px;
  width: 50px;
  top: 0px;
  text-align: center;
  font-size: 10px;
}

.notification-bar {
  position: fixed;
  transform: translateY(-100px);
  z-index: 9;
  left: 0px;
  right: 0px;
  top: 55px;
  height: 100px;
  transition: all 350ms cubic-bezier(0.1, 0.2, 0.1, 1);
}

.toggle-notification-bar {
  transform: translateY(0px);
}

/*---Toast Box---*/
/*---------------*/
.toast {
  left: 10px;
  right: 10px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  z-index: 99;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 20px 0px 20px;
  pointer-events: none;
  margin-bottom: 0px;
  opacity: 0;
  transition: all 350ms ease;
  border-radius: 10px;
}

.toast-top {
  top: 10px;
}

.toast-bottom {
  bottom: 10px;
}

.toast i {
  position: absolute;
  left: 0px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.show-toast {
  opacity: 1 !important;
  transition: all 350ms ease;
}

/*------------------*/
/*Notification Boxes*/
/*------------------*/
.notification-yellow {
  background-color: #F6BB42;
}

.notification-green {
  background-color: #8fbf5b;
}

.notification-blue {
  background-color: #2a87c4;
}

.notification-red {
  background-color: #e05967;
}

.notification-rounded {
  border-radius: 5px;
}

.notification-round {
  border-radius: 250px;
}

.notification-icon-transparent .notification-icon {
  background-color: transparent !important;
  padding-left: 0px;
}

.notification-icon-transparent p {
  margin-left: -10px !important;
}

.notification-has-icon {
  padding: 15px 40px 15px 80px !important;
  padding-left: 80px !important;
}

.notification-has-icon div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.05);
}

.notification-has-icon .notification-icon i {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
}

.notification-large {
  padding: 20px 15px 15px 15px;
  margin: 0px 0px 30px 0px;
  border-radius: 12px;
  overflow: hidden;
}

.notification-large h1 {
  font-size: 16px;
  color: #FFFFFF;
}

.notification-large p {
  opacity: 0.7;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.close-notification, .close-fixed-notification {
  position: absolute;
  height: 50px;
  width: 55px;
  line-height: 43px;
  text-align: center;
  top: 6px;
  right: 0px;
  color: #FFFFFF;
  opacity: 0.6;
}

.notification-small {
  padding: 15px 20px 10px 15px;
  margin: 0px 0px 30px 0px;
  border-radius: 12px;
  overflow: hidden;
}

.notification-small p {
  font-size: 13px;
  color: #FFFFFF;
  margin: 0px;
  margin-top: -4px;
}

.notification-small.notification-has-icon {
  height: 50px;
  padding-left: 65px !important;
}

.notification-small.notification-has-icon .notification-icon {
  height: 50px;
  width: 50px;
}

.notification-small.notification-has-icon i {
  font-size: 14px !important;
}

.notification-small .fa-times {
  margin-top: 13px;
  display: block;
}

.notification-fixed {
  background-color: #e2e2e2;
  opacity: 0.99;
  position: fixed;
  z-index: 99;
  left: 10px;
  right: 10px;
  top: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 24px 0 rgba(0, 0, 0, 0.2) !important;
  transition: all 300ms ease;
  transform: translateY(-150%);
}

.notification-fixed-active {
  transform: translateY(0%);
}

.notification-fixed .notification-icon {
  background-color: rgba(255, 255, 255, 0.15);
  padding-bottom: 3px;
}

.notification-fixed .notification-icon em {
  position: absolute;
  font-size: 11px;
  left: 15px;
  top: 5px;
}

.notification-fixed .notification-icon span {
  padding-left: 35px;
  font-weight: 500;
  padding-top: 5px;
  display: block;
  font-size: 11px;
}

.notification-fixed a {
  position: absolute;
  right: 0px;
  top: 5px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.notification-fixed h1 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 12px;
  margin-bottom: -10px;
  margin-top: 10px;
}

.notification-fixed p {
  font-size: 12px;
  font-weight: 400;
  padding-left: 12px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

/*---Reading Bar---*/
/*-----------------*/
.reading-bar {
  left: 0;
  width: 100%;
  height: 4px;
  margin-bottom: 0px;
  position: fixed;
  z-index: 998;
  top: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}

.reading-line {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: #4FC1E9;
  -webkit-transition: width 150ms ease;
}

/*---Pagination---*/
/*----------------*/
.pagination-round a {
  border-radius: 35px !important;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.pagination a {
  color: #1f1f1f;
  font-size: 11px;
  display: inline-block;
  width: 35px;
  line-height: 33px;
  height: 35px;
  margin: 0 5px 5px 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/*---Progress Bar---*/
/*------------------*/
.progress-padding {
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar-wrapper {
  display: block;
  overflow: hidden;
}

.progress-bar-wrapper em {
  position: absolute;
  left: 0px;
  right: 0px;
  font-style: normal;
  display: block;
  padding: 0px 15px;
  -webkit-animation: pbar 1000ms 1;
          animation: pbar 1000ms 1;
}

@-webkit-keyframes pbar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pbar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.progress-bar {
  width: 0%;
  position: absolute;
  border-left: solid 0px #FFFFFF;
  border-right: solid 0px #FFFFFF;
  transition: width 500ms ease;
}

/*---Media Pages---*/
/*-----------------*/
/*Filter*/
.gallery-filter-all {
  float: left !important;
  padding-left: 0px !important;
}

.gallery-filter-controls {
  padding: 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.gallery-filter-controls li {
  list-style: none;
  cursor: pointer;
  float: right;
  padding-left: 15px;
  font-size: 13px;
  transition: all 350ms ease;
}

.gallery-filter-controls li:first-child {
  padding-right: 30px;
  font-weight: 800;
}

.gallery-filter-controls {
  width: 100%;
}

.gallery-filter {
  transition: height 350ms ease;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.gallery-filter a {
  width: 33.3%;
  padding: 5px;
  display: block;
  transition: height 350ms ease;
}

.gallery-filter a img {
  display: block;
  width: 100%;
}

/*Thumbs*/
.gallery-thumbs {
  margin-bottom: 20px;
}

.gallery-thumbs:after, .gallery-filter-controls, .gallery-collection:after, .gallery-insta-controls:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-thumbs span {
  color: #1f1f1f;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}

.gallery-wide a {
  position: relative;
}

.gallery-wide h1,
.gallery-wide strong {
  position: absolute;
  bottom: 5px;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  padding: 0px 15px;
  z-index: 10;
  color: #c9c9c9;
}

.gallery-wide h1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 22px;
}

.gallery-wide img {
  margin-bottom: 0px;
}

.gallery-wide-list a {
  margin-bottom: -20px;
  z-index: 10;
}

.gallery-wide-list img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.gallery-wide-list .overlay {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.gallery-wide-list a h1 {
  padding-bottom: 55px !important;
}

.gallery-wide-list a strong {
  padding-bottom: 60px !important;
}

.gallery-thumbs .polaroid-effect {
  padding: 4px;
}

.gallery-thumbs a {
  float: left;
}

.gallery-thumbs a img {
  margin-bottom: 0px;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.3);
}

.gallery-round a img {
  border-radius: 100%;
  overflow: hidden;
}

.gallery-square a img {
  border-radius: 13px;
  overflow: hidden;
}

@media (min-width: 340px) {
  .gallery-thumbs a {
    width: 31.33333333%;
    margin-bottom: 4%;
  }
  .gallery-thumbs a:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (max-width: 340px) {
  .gallery-filter a {
    width: 50%;
  }
  .gallery-thumbs a {
    width: 47% !important;
    margin-bottom: 6%;
  }
  .gallery-thumbs a:nth-child(odd) {
    margin-right: 6%;
  }
}

/*Collection*/
.gallery-collection a {
  width: 48%;
  float: left;
}

.gallery-collection a:nth-child(2n+2) {
  margin-left: 4%;
  margin-bottom: 4%;
}

.gallery-collection a img {
  border-radius: 12px;
  width: 50%;
  float: left;
  padding: 1px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.3);
}

.gallery-collection i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 17px;
  color: #1f1f1f;
}

/*---Gallery Albums---*/
/*--------------------*/
.gallery-albums a {
  width: 50%;
  float: left;
  overflow: hidden;
}

.gallery-albums a img {
  display: block;
  width: 100%;
}

.gallery-albums a strong {
  position: absolute;
  color: #FFFFFF;
  z-index: 39;
  bottom: 35px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 18px;
}

.gallery-albums a span {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 39;
  color: #bcbcbc;
}

.gallery-albums .overlay {
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
}

/*---Full Page---*/
/*---------------*/
.full-page {
  position: absolute;
}

.full-page-content {
  position: absolute;
}

.full-page-clear {
  position: relative;
}

.box {
  padding: 30px 30px;
  margin: 30px 25px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

/*---Page Box---*/
/*--------------*/
.content-round .overlay,
.content-round img {
  overflow: hidden;
  border-radius: 15px;
}

.page-box {
  z-index: 19;
  position: absolute;
  padding: 0px 20px;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/*---Page Countdown---*/
/*--------------------*/
.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown .countdown-years,
.countdown .countdown-seconds,
.countdown .countdown-days {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.countdown em {
  font-size: 12px;
  font-style: normal;
  display: block;
  font-weight: 300;
  color: #9d9d9d;
  margin-top: -5px;
}

/*---Page Login---*/
/*----------------*/
.page-content-full .page-login .login-bg {
  width: 130%;
  margin-left: -15%;
}

.page-login {
  min-width: 270px;
  max-width: 300px;
  margin: 0px auto 30px auto;
}

.page-login-full {
  max-width: 100% !important;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 993px) {
  .page-login-full {
    max-width: 1170px !important;
    margin: 0 auto;
  }
}

.cover-item .login-bg {
  margin-top: -17px;
}

.page-login .login-bg {
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 12px !important;
}

.page-login .login-image {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  position: absolute;
  margin-top: -60px;
  right: 10px;
  border-radius: 20px;
}

.page-login .page-login-field {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

.page-login .page-login-field.address {
  height: auto;
  margin-top: 15px;
}

.page-login .page-login-field.address i {
  line-height: normal;
}

@media screen and (min-width: 993px) {
  .page-login .page-login-field {
    display: inline-block;
    width: 47%;
  }
  .page-login .page-login-field:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

.page-login .page-login-field i {
  position: absolute;
  z-index: 2;
  height: 45px;
  line-height: 45px;
  width: 20px;
  text-align: center;
}

.page-login .page-login-field em {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 0px;
  font-size: 10px;
  color: #cacaca;
  transition: all 250ms ease;
}

.page-login .page-login-field input:focus ~ em {
  color: #000000;
  opacity: 0;
}

.page-login .page-login-field input, .page-login .page-login-field select, .page-login .page-login-field textarea {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  display: block;
  width: 100%;
  padding-left: 30px;
}

.page-login .page-login-field select {
  font-size: 14px !important;
  padding-left: 28px !important;
}

@media screen and (max-width: 767px) {
  .page-login .page-login-field select {
    padding-left: 26px !important;
  }
}

.page-login .page-login-field textarea {
  height: 60px;
  line-height: normal;
  resize: none;
}

.page-login .page-login-field input::-moz-placeholder {
  color: #aaaaaa;
}

.page-login .page-login-field input:-ms-input-placeholder {
  color: #aaaaaa;
}

.page-login .page-login-field input::placeholder {
  color: #aaaaaa;
}

.page-login .page-login-links a {
  font-size: 10px;
  color: #aaaaaa;
}

.page-login .forgot i {
  padding-left: 5px;
  display: none;
}

.page-login .create i {
  padding-right: 10px;
  display: none;
}

/*---Page VCard---*/
/*----------------*/
#page-vcard {
  padding-top: 20px;
}

.vcard-header img {
  width: 103px;
  margin: 0px auto 30px auto;
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  border-radius: 20px;
}

.vcard-header {
  padding-left: 130px;
}

.vcard-title {
  font-weight: 800;
  font-size: 18px;
  margin-top: 30px;
}

.vcard-field {
  padding-top: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.vcard-field strong {
  color: #ababab;
  font-weight: 400;
  font-size: 10px;
}

.vcard-field i {
  position: absolute;
  top: 35px;
  width: 15px;
  text-align: center;
  right: 0px;
  opacity: 0.3;
}

.vcard-field a {
  color: #1f1f1f;
  font-weight: 400;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/*---Page Timeline---*/
/*-------------------*/
.timeline-cover {
  height: 300px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 30px;
  background-position: center center;
  background-size: cover;
}

.timeline-cover .overlay {
  opacity: 0.8;
}

.timeline-cover .content {
  z-index: 10;
}

.timeline-body {
  margin-top: 210px;
  padding-top: 15px;
  z-index: 2;
  background-color: #F2F1F6;
  padding-bottom: 10px;
}

.timeline-header {
  height: 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 11;
}

.timeline-header .menu-icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 11;
}

.timeline-header .menu-icon em {
  background-color: #FFFFFF;
}

.timeline-logo {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.timeline-cover .timeline-heading {
  margin-top: 220px;
  padding-left: 65px;
}

.timeline-cover .timeline-sub-heading {
  padding-left: 65px;
}

.timeline-cover .timeline-image {
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  border-radius: 50px;
  position: absolute;
  bottom: -1px;
}

.timeline-deco {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -5px;
  bottom: 0px;
  left: 43px;
  width: 1px;
}

.timeline-item-content, .timeline-item-content-full {
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.03);
  background-color: #FFFFFF;
  margin: 0px 15px 30px 90px;
  padding: 20px 15px;
  border-radius: 15px;
  overflow: hidden;
}

.timeline-item-content-full {
  padding: 0px;
}

.timeline-item-content-full h5 {
  padding: 5px 15px 15px 15px;
}

.timeline-item i {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  left: 21px;
  top: 25px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.2);
  transition: all 250ms ease;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
  padding-left: 0px;
  text-align: center;
}

.timeline-cover-center .timeline-image {
  top: 50%;
  bottom: auto;
  margin-top: -150px;
  left: 50%;
  margin-left: -60px;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.timeline-body-center {
  padding-bottom: 40px;
}

.timeline-body-center i {
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -115px;
}

.timeline-body-center .timeline-deco {
  left: 50%;
  margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
  margin: 120px 20px 20px 20px !important;
  padding: 20px;
}

/*---Page Profile---*/
/*------------------*/
.profile-1 .profile-header {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.profile-1-back {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #1f1f1f;
  z-index: 2;
}

.profile-1-menu {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #1f1f1f;
  z-index: 2;
}

.profile-logo {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

.profile-header-clear {
  height: 350px;
  pointer-events: none;
}

.profile-1 .profile-body {
  position: relative;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0px 20px;
  padding: 0px 20px;
  z-index: 10;
}

.profile-1 .profile-button {
  margin-top: -22px;
  letter-spacing: 1.1px;
}

.profile-1 .profile-heading {
  font-size: 28px;
  text-align: center;
  margin-top: 25px;
}

.profile-1 .profile-sub-heading {
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
  color: #9d9d9d;
}

.profile-1 .profile-stats {
  margin: 20px 30px 30px 20px;
}

.profile-1 .profile-content {
  margin: 0px 20px 30px 10px;
}

.profile-1 .profile-stats a {
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #1f1f1f;
}

.profile-1 .profile-stats a i {
  font-size: 24px;
  text-align: center;
  display: block;
}

.profile-gallery a {
  width: 29%;
  margin: 0px 2% 0px 2%;
  float: left;
}

/*---Page System---*/
/*-----------------*/
.system-box-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.system-box {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding: 10px 15px;
}

.system-box strong {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.system-box em {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  font-style: normal;
  padding-right: 35px;
  font-size: 12px;
}

.system-box i {
  position: absolute;
  font-size: 8px;
  height: 40px;
  width: 10px;
  top: 0px;
  line-height: 40px;
  right: 15px;
}

.system-box-wrapper .system-box:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.system-box-wrapper .system-box:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

/*---Page Team---*/
/*---------------*/
.team-member img {
  width: 180px;
  margin: 0 auto 20px auto;
  border-radius: 15px;
}

.team-gallery a {
  width: 29%;
  margin: 0px 2% 0px 2%;
  float: left;
}

/*---PageApp Calendar---*/
/*----------------------*/
.calendar {
  background-color: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  max-width: 90%;
  margin: 0px auto 30px auto;
}

.cal-header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.01);
}

.cal-title, .cal-sub-title {
  height: 60px;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cal-title-right {
  float: right;
  margin-top: -60px;
  line-height: 60px;
  height: 60px;
  padding-right: 20px;
}

.cal-title-left {
  float: left;
  margin-top: -60px;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

.cal-days {
  margin-bottom: 10px;
}

.cal-days a {
  width: 14.2857142857%;
  float: left;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 12px;
}

.cal-disabled {
  color: #cacaca !important;
}

.cal-selected span {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}

.cal-selected i {
  color: #000000;
  z-index: 0;
  opacity: 1;
  font-size: 25px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0px 0px -16px;
  text-align: center;
  line-height: 32px;
}

.cal-dates a {
  width: 14.2857142857%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-weight: 500;
  font-size: 11px;
}

.cal-dates-border a {
  overflow: hidden;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
  min-height: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}

.cal-schedule em {
  line-height: 20px;
  padding: 20px 0px 0px 20px;
  position: absolute;
  font-size: 11px;
  opacity: 0.4;
  font-style: normal;
}

.cal-schedule strong {
  display: block;
  padding: 15px 0px 0px 100px;
  font-size: 14px;
}

.cal-schedule span {
  display: block;
  font-size: 10px;
  color: #a2a2a2;
  margin-top: -10px;
}

.cal-schedule span i {
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0px 20px 0px 102px;
}

.cal-message i {
  position: absolute;
  height: 40px;
  line-height: 43px;
  font-size: 27px;
  right: 20px;
}

.cal-message {
  display: block;
}

.cal-message strong {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
}

/*---Chat---*/
/*----------*/
.speech-left {
  max-width: 240px;
  float: right;
}

.speech-right {
  max-width: 240px;
  float: left;
}

.speach-image {
  padding: 0px !important;
}

.speach-image img {
  margin: 0px;
}

.speech-last {
  margin-bottom: 0px !important;
}

.speech-bubble {
  position: relative;
  border-radius: 17px;
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 13px;
  background-color: #E5E5EA;
  overflow: hidden;
}

.speech-bubble:after {
  content: '';
  display: block;
  clear: both;
}

.speech-read {
  font-size: 10px;
  font-style: normal;
  display: block;
  text-align: right;
  font-weight: 500;
  color: #9d9d9d;
}

/*---Homepage Slider---*/
/*---------------------*/
.caption-style-1 {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  left: 20px;
  right: 20px;
}

.caption-style-2 {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 20;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
}

.caption-style-2 strong {
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: -0.8px;
  margin-bottom: -5px;
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.caption-style-2 span {
  display: block;
  font-size: 12px;
  color: #666666;
}

.caption-style-2 .image-details {
  margin-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}

.caption-style-3 {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 20px;
  right: 20px;
}

.caption-style-3 h1 {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
}

@media (max-width: 330px) {
  .caption-style-3 h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.caption-style-3 p {
  border-radius: 10px;
  padding: 15px;
  bottom: 0px;
  margin-bottom: -10px;
}

.caption-style-3 .button {
  position: absolute;
  right: 0px;
  margin-top: -55px;
  z-index: 10;
}

.caption-style-4 {
  position: absolute;
  z-index: 20;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 15px 20px 15px 20px;
}

@media (max-width: 330px) {
  .caption-style-4 {
    padding-top: 5px !important;
  }
}

.caption-style-4 strong {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  color: #acacac;
}

.caption-style-4 h1 {
  font-weight: 700;
  color: #FFFFFF;
}

.caption-style-4 p {
  position: absolute;
  padding-right: 20px;
  margin-bottom: 20px;
  bottom: 0px;
  color: #efefef;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.caption-style-5 {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 20;
  left: 20px;
  right: 20px;
}

.caption-style-5 h1 {
  font-size: 28px;
  line-height: 32px;
  top: 50%;
  left: 0px;
  right: 0px;
  font-weight: 700;
  color: #FFFFFF;
}

.caption-style-5 .button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-margins *,
.slider-no-margins *,
.simple-slider {
  overflow-x: hidden !important;
  overflow: visible !important;
}

.slider-no-margins .single-slider .item {
  margin: 0px 20px 0px 20px;
}

.slider-no-margins .double-slider .item {
  margin: 0px 5px 0px 5px;
}

.slider-no-margins .double-slider {
  padding: 0px 10px 0px 10px;
}

.slider-margins {
  margin: 0px;
  padding: 0px 20px 0px 20px;
}

.slider-margins .item {
  margin: 0px 10px 0px 10px;
}

.slider-margins .double-slider .item {
  margin: 0px;
}

.single-slider .item, .double-slider .item,
.single-slider .overlay, .double-slider .overlay {
  border-radius: 15px !important;
  overflow: hidden !important;
}

.single-slider .item img, .double-slider .item img {
  border-radius: 15px;
}

.image-details {
  height: 30px !important;
  z-index: 99;
}

.image-details img {
  width: 20px !important;
  position: absolute;
  left: 0px;
  top: 12px;
  margin-top: 4px;
}

.image-details a:nth-child(1) {
  padding: 10px 0px 0px 30px;
  color: #a3a3a3;
}

.image-details a:nth-child(2) {
  color: #a3a3a3;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 55px;
}

.image-details a:nth-child(3) {
  color: #a3a3a3;
  position: absolute;
  right: 60px;
  top: 0px;
  line-height: 55px;
}

.image-details a:nth-child(4) {
  color: #a3a3a3;
  position: absolute;
  right: 120px;
  top: 0px;
  line-height: 55px;
}

.image-details i {
  padding-right: 5px;
}

.image-details a {
  font-size: 12px;
}

.call-to-action-1, .call-to-action-2, .call-to-action-3 {
  margin-bottom: 20px !important;
}

.call-to-action-1 h1, .call-to-action-2 h1, .call-to-action-3 h1 {
  margin-bottom: 10px;
  font-weight: 700;
}

.call-to-action-socials {
  width: 180px;
  margin: 0 auto 25px auto;
}

.call-to-action-socials a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 10px;
  margin: 0px 10px;
}

/*---Coverpage---*/
/*---------------*/
.cover-back-buton {
  left: 0px;
}

.cover-home-button {
  right: 0px;
}

.cover-back-button, .cover-home-button {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 12 !important;
}

.cover-tag {
  font-size: 11px;
  padding: 3px 12px;
  font-weight: 700;
  line-height: 15px;
}

.cover-small-text {
  font-size: 11px;
  color: #FFFFFF;
  display: block;
}

.cover-item {
  background-size: cover;
  background-position: center center;
}

.cover-content {
  z-index: 5 !important;
  position: absolute;
}

.cover-overlay {
  z-index: 3 !important;
  position: absolute;
}

.content-boxed .cover-content-center {
  padding: 0px 15px 0px 15px;
}

.cover-content-center {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.cover-infinite-background {
  position: fixed;
  top: 0px;
  left: -30px;
  bottom: 0px;
  right: -20px;
  z-index: 2 !important;
  height: 100%;
  background-size: 90%;
  background-image: url(../images/infinite_bg.png);
  -webkit-animation: 90s scroll infinite linear;
          animation: 90s scroll infinite linear;
}

@-webkit-keyframes scroll {
  100% {
    background-position: 2000px 2000px;
  }
}

@keyframes scroll {
  100% {
    background-position: 2000px 2000px;
  }
}

@media (max-width: 350px) {
  .cover-content-center {
    width: 300px;
  }
}

@media (min-width: 350px) and (max-width: 500px) {
  .cover-content-center {
    width: 320px;
  }
}

.cover-content-center-full {
  top: 50%;
  left: 0px !important;
  margin-left: 0px !important;
  padding: 0px 20px;
}

.cover-content-bottom {
  top: auto !important;
  margin-bottom: 0px;
}

.cover-content-max-bottom {
  padding-bottom: 0px !important;
}

.cover-content .content-round {
  margin: 0px !important;
}

.cover-content-bottom, .above-overlay-bottom {
  position: absolute;
  padding: 0px 15px 0px 15px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.cover-content-bottom, .above-overlay-top {
  position: absolute;
  padding: 0px 20px 30px 20px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.cover-item .cover-icon {
  width: 158px !important;
  border-radius: 100%;
  margin: 0 auto 30px auto;
}

.cover-slider .overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 70%, black 100%);
}

.walkthrough-buttons .owl-dot.active {
  background-color: #5D9CEC;
}

.walkthrough-buttons .owl-dots {
  top: -40px;
}

.walkthrough-buttons .next-slide-custom,
.walkthrough-buttons .prev-slide-custom,
.walkthrough-buttons .skip-slide-custom {
  position: absolute;
  bottom: 10px;
  width: 60px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 9;
  color: #888888;
  font-size: 12px;
}

.walkthrough-buttons .next-slide-custom {
  right: 0px !important;
}

.walkthrough-buttons .skip-slide-custom {
  left: 0px !important;
}

.walkthrough-buttons .prev-slide-custom {
  left: 0px !important;
}

.walkthrough-has-button .owl-dot,
.walkthrough-has-button .next-slide-custom,
.walkthrough-has-button .prev-slide-custom,
.walkthrough-has-button .skip-slide-custom {
  bottom: 60px;
}

.get-started-custom {
  position: absolute;
  top: 100%;
  margin-top: -60px;
  z-index: 99999;
  left: 20px;
  right: 10px;
  width: auto !important;
}

.walkthrough-slider .owl-dots {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 20px;
}

/*---Map FullScreen---*/
/*--------------------*/
.map-full .cover-content, .map-full .cover-overlay {
  transition: all 350ms ease;
}

.hide-map {
  position: absolute;
  margin-top: -60px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
}

.activate-map {
  opacity: 1;
  transition: all 250ms ease;
  transition: all 350ms ease;
}

.deactivate-map {
  opacity: 0;
  pointer-events: none;
  transition: all 350ms ease;
}

/*---Added to Home---*/
.add-to-home-ios {
  bottom: 20px;
}

.add-to-home-ios i {
  width: 40px;
  text-align: center;
  position: fixed;
  font-size: 30px;
  left: 50%;
  margin-left: -20px;
  transform: rotate(180deg);
  color: #0f1215;
}

.add-to-home-android {
  top: 20px;
}

.add-to-home-android i {
  width: 40px;
  text-align: center;
  position: fixed;
  top: 3px;
  right: 15px;
  font-size: 30px;
  margin-left: -20px;
  color: #0f1215;
}

.add-to-home {
  position: fixed;
  background-color: #0f1215;
  z-index: 999;
  left: 15px;
  right: 15px;
  border-radius: 20px;
  height: 80px;
}

.add-to-home h1 {
  position: absolute;
  padding-left: 80px;
  padding-top: 8px;
  color: #FFFFFF;
  font-size: 14px;
}

.add-to-home p {
  position: absolute;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 80px;
  padding-top: 35px;
  line-height: 14px;
}

.add-to-home img {
  width: 60px;
  margin-top: 10px;
  margin-left: 10px;
}

/*Targeting iPhone X Style*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-width: 414px) and (max-width: 767px) {
  .added-to-home .header-clear-small {
    padding-top: 120px !important;
  }
  .added-to-home .header-clear-medium {
    padding-top: 140px !important;
  }
  .added-to-home .header-clear-large {
    padding-top: 155px !important;
  }
  .added-to-home .header-clear-tabs {
    padding-top: 190px !important;
  }
  .added-to-home .menu-sidebar-left-push,
  .added-to-home .menu-sidebar-right-push,
  .added-to-home .menu-sidebar-left-over,
  .added-to-home .menu-sidebar-right-over,
  .added-to-home .menu-sidebar-left-full,
  .added-to-home .menu-sidebar-right-full,
  .added-to-home .menu-sidebar-left-parallax,
  .added-to-home .menu-sidebar-right-parallax {
    padding-top: 30px;
  }
  .added-to-home .header {
    margin-top: 30px;
  }
  .added-to-home .ioshome {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 32px;
    z-index: 100;
    background-color: #FFFFFF;
  }
  .added-to-home .page-content-full {
    /*
            margin-top:25px!important;
            padding-top:25px!important;
*/
  }
  .added-to-home .page-content-full .cover-item {
    height: 101vh !important;
  }
}

/*---Page Plugins---*/
/*------------------*/
/* Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch  Licensed under  ()*/
.owl-carousel .owl-item, .owl-carousel .owl-wrapper, .owl-dots {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: all 250ms ease !important;
}

.owl-auto-height .owl-height {
  transition: all 250ms ease-in-out !important;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-dot, .owl-dot.active {
  transition: all 250ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-no-dots .owl-dots {
  display: none !important;
}

.owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 8px;
  width: 8px;
  display: inline-block;
  background: rgba(101, 101, 101, 0.3);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: #b5b5b5;
}

.owl-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0;
  right: 0;
}

.owl-next, .owl-prev {
  width: 40px;
  height: 50px;
  position: absolute;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: -25px;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-has-dots .owl-dots {
  margin-top: 20px;
  margin-bottom: 0;
}

.owl-has-dots-over .owl-dots {
  margin-top: -40px;
  margin-bottom: 10px;
}

.owl-boxed {
  padding: 0px 20px;
}

.owl-carousel {
  display: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

/*.owl-carousel {-ms-touch-action: pan-x; -webkit-touch-action: pan-x; touch-action: pan-x;}*/
.next-slide-arrow, .prev-slide-arrow {
  position: absolute;
  bottom: 50%;
  z-index: 15;
  height: 50px;
  line-height: 50px;
  margin-bottom: -75px;
  width: 50px;
  text-align: center;
}

.next-slide-arrow {
  right: 0px;
}

.prev-slide-arrow {
  left: 0px;
}

.next-slide-text {
  float: right;
  margin-top: -34px;
  z-index: 2;
}

.prev-slide-text {
  float: left;
  margin-top: -34px;
  z-index: 2;
}

/* @url https://github.com/feimosi/baguetteBox.js*/
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: black;
  transition: opacity .35s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #FFFFFF;
  background-color: #000;
  background-color: black !important;
  font-family: sans-serif;
  height: 50px;
  margin-top: 20px;
  font-size: 12px;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes "bounceFromRight" {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes "bounceFromRight" {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@-webkit-keyframes "bounceFromLeft" {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

@keyframes "bounceFromLeft" {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  width: 50px;
  height: 60px;
  bottom: 0px;
  background-color: transparent;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 0px;
  width: 33.3%;
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
}

.baguetteBox-button#previous-button {
  width: 33.3%;
  left: 0px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}

.baguetteBox-button#close-button {
  font-size: 14px;
  bottom: 0px;
  width: 50px;
  left: 50%;
  margin-left: -16.7%;
  height: 60px;
  background-color: transparent;
  width: 33.3%;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes "bounce" {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes "bounce" {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.baguetteBox-button {
  display: block !important;
}

/*----Preloader----*/
/*-----------------*/
.preloader-dark {
  background-color: #1b1d26 !important;
}

.preloader-dark .cp1, .preloader-dark .cp2 {
  opacity: 0.05;
  background-color: #FFFFFF !important;
}

.preloader-dark em {
  color: rgba(255, 255, 255, 0.3);
}

.preloader-light {
  background-color: #FFFFFF !important;
}

.preloader-light .cp1, .preloader-dark .cp2 {
  opacity: 0.05;
  background-color: #000000 !important;
}

.preloader-light em {
  color: rgba(0, 0, 0, 0.8);
}

.spinner-yellow:after {
  box-shadow: inset #F6BB42 0 0 0 1px !important;
}

.spinner-green:after {
  box-shadow: inset #27ae60 0 0 0 1px !important;
}

.spinner-red:after {
  box-shadow: inset #D8334A 0 0 0 1px !important;
}

.spinner-pink:after {
  box-shadow: inset #EC87C0 0 0 0 1px !important;
}

.spinner-blue:after {
  box-shadow: inset #5D9CEC 0 0 0 1px !important;
}

.spinner-teal:after {
  box-shadow: inset #A0CECB 0 0 0 1px !important;
}

.spinner-magenta:after {
  box-shadow: inset #8067B7 0 0 0 1px !important;
}

.spinner-black:after {
  box-shadow: inset #000000 0 0 0 1px !important;
}

.spinner-brown:after {
  box-shadow: inset #8E8271 0 0 0 1px !important;
}

.spinner-red:after {
  box-shadow: inset #BF263C 0 0 0 1px !important;
}

.hide-preloader {
  pointer-events: none;
  opacity: 0 !important;
  transition: all 500ms ease;
}

.page-change-preloader {
  opacity: 0;
  pointer-events: none;
  background-color: #1b1d26;
  position: fixed;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  pointer-events: none;
  transition: all 250ms ease !important;
}

.show-change-preloader {
  opacity: 1;
  transition: all 250ms ease !important;
}

#preload-spinner, .preload-spinner {
  -webkit-animation: preload-spin1 1.2s ease infinite;
          animation: preload-spin1 1.2s ease infinite;
  clip: rect(0, 40px, 40px, 20px);
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

#preload-spinner:after, .preload-spinner:after {
  -webkit-animation: preload-spin2 1.2s ease-in-out infinite;
          animation: preload-spin2 1.2s ease-in-out infinite;
  clip: rect(0, 40px, 40px, 20px);
  content: '';
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  box-shadow: inset #5D9CEC 0 0 0 2px;
}

@-webkit-keyframes preload-spin1 {
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(185deg);
  }
}

@keyframes preload-spin1 {
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(185deg);
  }
}

@-webkit-keyframes preload-spin2 {
  0% {
    transform: rotate(-175deg);
  }
  100% {
    transform: rotate(175deg);
  }
}

@keyframes preload-spin2 {
  0% {
    transform: rotate(-175deg);
  }
  100% {
    transform: rotate(175deg);
  }
}

#preloader h1 {
  width: 100%;
  margin-top: 150px;
}

#preloader em {
  position: fixed;
  width: 100%;
  bottom: 20px;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
}

#preloader p {
  text-align: center;
  font-size: 12px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999999999 !important;
  pointer-events: none;
  opacity: 1;
  transition: all 500ms ease;
}

/*---Header---*/
/*-------------*/
.header-clear-small {
  padding-top: 90px;
}

.header-clear-medium {
  padding-top: 110px;
}

.header-clear-large {
  padding-top: 125px;
}

.header-clear-tabs {
  padding-top: 160px;
}

.header {
  position: fixed;
  height: 90px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

.header-fixed {
  position: fixed !important;
  z-index: 99;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.header-effect {
  height: 60px;
}

.header-effect .header-line-2 {
  transform: translateY(-90px);
}

.header-effect .header-line-1 {
  transform: translateY(-90px);
}

.header-scroll-effect .header-line-1 {
  margin-top: 90px;
}

.header-line-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #FFFFFF;
  height: 90px;
  z-index: 99;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.header-line-2 .header-title {
  font-size: 28px;
  padding: 0px 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 0px;
  margin-top: -5px !important;
  text-align: left;
  transition: all 250ms ease;
  color: #000000;
}

.header-line-2 .header-title span {
  color: #4a89dc;
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 30px;
  text-transform: uppercase;
}

.header-line-2 .header-pretitle {
  padding: 13px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #c3c3c3;
  font-size: 10px;
  letter-spacing: 0.4px;
}

.header-line-2 .header-icon i {
  color: #1f1f1f;
  font-size: 13px;
}

.header-line-2 .header-icon {
  position: absolute;
  top: 25px;
  width: 35px;
  border-radius: 35px;
  text-align: center;
  line-height: 36px;
  box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.1) !important;
}

.header-line-2 .header-icon img {
  width: 30px;
  margin-top: 3px;
  position: absolute;
}

.header-line-2 .header-icon-1 {
  right: 20px;
}

.header-line-2 .header-icon-2 {
  right: 70px;
}

.header-line-2 .header-icon-3 {
  right: 120px;
}

@media (max-width: 330px) {
  .header-line-2 .header-icon-3 {
    display: none;
  }
}

.back-button-clicked .header-line-2 {
  transform: translateY(-105px) !important;
}

.header-hidden {
  opacity: 1 !important;
}

.header-line-1 {
  background-color: #FFFFFF;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 98;
  height: 60px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.header-line-1 .header-icon {
  position: absolute;
  top: 0px;
  width: 45px;
  line-height: 60px;
  text-align: center;
  font-size: 13px;
}

.header-line-1 a {
  color: #000000;
  line-height: 60px;
  font-weight: 600;
}

.header-logo-app .header-logo-title {
  text-align: left;
  left: 30px;
  padding-left: 10px;
  font-size: 14px;
}

.header-logo-app .header-logo-image {
  color: rgba(255, 255, 255, 0);
  left: 45px;
  padding-left: 10px;
  font-size: 14px;
}

.header-logo-app .header-icon-1 {
  left: 0px;
  width: 45px;
}

.header-logo-app .header-icon-2 {
  right: 95px;
}

.header-logo-app .header-icon-3 {
  right: 50px;
}

.header-logo-app .header-icon-4 {
  right: 5px;
}

.header-logo-center .header-logo-image {
  color: rgba(255, 255, 255, 0);
  left: 50%;
  width: 120px;
  margin-left: -60px;
  text-align: center;
  padding-left: 10px;
  font-size: 14px;
}

.header-logo-center .header-logo-title {
  text-align: center;
}

.header-logo-center .header-icon-1 {
  left: 0px;
  width: 45px;
}

.header-logo-center .header-icon-2 {
  left: 45px;
}

.header-logo-center .header-icon-3 {
  right: 50px;
}

.header-logo-center .header-icon-4 {
  right: 5px;
}

.header-logo-left .header-logo-image {
  color: rgba(255, 255, 255, 0);
  margin-left: 20px;
}

.header-logo-left .header-logo-title {
  margin-left: 20px;
}

.header-logo-left .header-icon-1 {
  right: 140px;
  width: 45px;
}

.header-logo-left .header-icon-2 {
  right: 95px;
}

.header-logo-left .header-icon-3 {
  right: 50px;
}

.header-logo-left .header-icon-4 {
  right: 5px;
}

.header-logo-right .header-logo-image {
  color: rgba(255, 255, 255, 0);
  margin-right: 20px;
  background-position: center right;
  right: 0px;
  position: absolute;
}

.header-logo-right .header-logo-title {
  margin-right: 20px;
  text-align: right;
}

.header-logo-right .header-icon-1 {
  left: 140px;
  width: 45px;
}

.header-logo-right .header-icon-2 {
  left: 95px;
}

.header-logo-right .header-icon-3 {
  left: 50px;
}

.header-logo-right .header-icon-4 {
  left: 5px;
}

/*---Menu---*/
/*----------*/
.menu-box {
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  z-index: 99999;
  display: none;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  outline: none;
  border: none;
  text-decoration: none;
}

/* scrollbar color */
html {
  --scrollbarBG: linear-gradient(to bottom, #01788d 0%, #4d52b3 100%);
  --thumbBG: #00d9ff;
}

.menu-box::-webkit-scrollbar {
  width: 11px;
}

.menu-box {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.menu-box::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.menu-box::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

/* end scrollbar color */
.menu-box .menu-wrapper {
  background-color: #FFFFFF;
  border-radius: 15px;
  overflow: auto;
}

.menu-box.bg-transparent {
  border-radius: 0px;
}

.menu-bottom {
  position: fixed;
  left: 7px;
  right: 7px;
  bottom: 0px;
  transform: translateY(110%);
}

.menu-modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  background-color: #FFFFFF;
  z-index: 9999;
  transform: scale(0.8, 0.8);
  opacity: 0;
  pointer-events: none;
  padding: 10px;
}

.menu-modal .button-navigation {
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 125px;
  width: 95%;
  z-index: 1;
}

.menu-modal .button-navigation a {
  align-items: center;
  background: #f48f33;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #fff;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.menu-modal .menu-hide {
  height: auto;
  line-height: normal;
  right: 0px;
  top: -10px;
  width: auto;
}

.menu-modal .button {
  float: right;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .menu-modal {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 751px) {
  .menu-modal .button-navigation {
    top: 75px;
  }
}

.menu-modal.menu-box-active {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: scale(1, 1) !important;
}

.modal-center {
  left: 5% !important;
  right: 5% !important;
}

.hide-menu {
  transform: translateY(100%) !important;
  transition: all 350ms ease;
}

.menu-sidebar-left-push, .menu-sidebar-left-over, .menu-sidebar-left-parallax, .menu-sidebar-left-full {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 310px;
  border-radius: 0px !important;
  transform: translateX(-310px);
}

.menu-sidebar-right-push, .menu-sidebar-right-over, .menu-sidebar-right-parallax, .menu-sidebar-right-full {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 310px;
  border-radius: 0px !important;
  transform: translateX(310px);
}

.menu-sidebar-left-full {
  width: 100% !important;
  transform: translateX(-100%);
  border-radius: 0px !important;
}

.menu-sidebar-right-full {
  width: 100% !important;
  transform: translateX(100%);
  border-radius: 0px !important;
}

.menu-overlay-instant {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease !important;
}

.move-contents-left {
  transform: translateX(310px) !important;
}

.move-contents-right {
  transform: translateX(-310px) !important;
}

.parallax-contents-left {
  transform: translateX(calc(100% - 80%)) !important;
}

.parallax-contents-right {
  transform: translateX(calc(-100% + 80%)) !important;
}

.menu-sidebar-left-push.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-sidebar-right-push.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-sidebar-left-over.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-sidebar-right-over.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-sidebar-left-parallax.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-sidebar-right-parallax.menu-box-active {
  transform: translateX(0px) !important;
}

.menu-bottom.menu-box-active {
  transform: translateY(-20px);
}

.menu-sidebar-left-full.menu-box-active {
  transform: translateX(0%) !important;
}

.menu-sidebar-right-full.menu-box-active {
  transform: translateX(0%) !important;
}

.menu-overlay-instant.menu-box-active {
  opacity: 1;
  pointer-events: all;
  transition: all 200ms ease !important;
}

#menu-hider {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}

/*Search Bar*/
#menu-search-list {
  padding: 0px 20px;
}

.search-header {
  background-color: #ebebec;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin-top: 20px;
}

.search-header .fa-search {
  color: #8e8e93;
  position: absolute;
  height: 45px;
  left: 15px;
  line-height: 45px;
}

.search-header input {
  color: #8e8e93;
  font-size: 14px;
  padding-left: 40px;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}

.search-header a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  color: #ebebec;
  transition: all 350ms ease;
}

.search-close-active {
  color: red !important;
}

.menu-search-trending ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.menu-search-trending ul li a {
  line-height: 40px;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.menu-search-trending ul li:last-child a {
  border-bottom: none;
}

.menu-search-trending h1 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.move-search-list-up {
  margin-top: -85px;
  transition: all 250ms ease !important;
}

/*Search Result*/
.search-result-list {
  margin: 10px 0px 0px 0px;
  min-height: 68px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
}

.search-result-list img {
  width: 65px;
  position: absolute;
  border-radius: 12px;
  margin-top: 7px;
  box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.03);
}

.search-result-list a {
  width: 65px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 9px;
  font-weight: 400;
  border-radius: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-weight: 600;
  box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.03);
}

.search-result-list h1 {
  padding-left: 80px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 5px;
}

.search-result-list p {
  max-width: 300px;
  font-size: 11px;
  padding-left: 80px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: -9px;
  padding-right: 70px;
}

/*Action Sheets*/
/*-------------*/
.sheet-share-horizontal {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 20px 10px 10px 10px;
}

.sheet-share-horizontal a {
  flex: 0 0 auto;
  flex-direction: column;
}

.sheet-share-horizontal a, .sheet-share-thumbnails a {
  width: 70px;
  float: left;
}

.sheet-share-horizontal a span, .sheet-share-thumbnails a span {
  font-size: 11px;
  text-align: center;
  display: block;
  color: #808080;
}

.sheet-share-horizontal a i, .sheet-share-thumbnails a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  border-radius: 10px;
}

.sheet-share-thumbnails {
  width: 300px;
  margin: 0px auto 20px auto;
}

.sheet-share-thumbnails a {
  width: 100px;
  margin: 25px 0px 0px 0px;
}

.sheet-share-thumbnails a i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 15px;
}

.sheet-share-list a {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  height: 47px;
  line-height: 46px;
}

.sheet-share-list span {
  font-size: 14px;
}

.sheet-share-list a i:first-child {
  margin-left: 20px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 5px;
  text-align: center;
  margin-right: 17px;
  font-size: 12px;
}

.sheet-share-list .fa-angle-right {
  font-size: 10px;
  position: absolute;
  right: 0px;
  height: 50px;
  line-height: 50px;
  width: 70px;
  text-align: center;
  color: #b1b1b1;
}

.sheet-share-list a span {
  color: #808080;
}

/*Menu Styles*/
.menu-hider-active {
  opacity: 1 !important;
  pointer-events: all !important;
}

.menu-bottom, .menu-bottom-active, #menu-hider, .menu-hider-active {
  transition: all 280ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-page {
  padding-top: 5px;
}

.menu-title {
  /* padding:13px 20px; */
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.menu-title h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.menu-title span {
  color: #c3c3c3;
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -7px;
  display: block;
  padding-left: 2px;
}

.menu-list {
  list-style: none;
  padding-left: 20px;
}

.menu-list li {
  line-height: 55px;
}

.menu-list .menu-active i:last-child {
  display: none;
}

.menu-list .menu-active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 800;
  font-size: 8px;
  position: absolute;
  height: 70px;
  line-height: 75px;
  margin-top: -58px;
  right: 33px;
  color: #8CC152;
}

.menu-list li a {
  color: #1f1f1f;
}

.menu-list li span {
  font-size: 15px;
  padding-left: 40px;
  font-weight: 600;
}

.menu-list li em {
  position: absolute;
  left: 0px;
  margin-top: 18px;
  padding-left: 40px;
  font-style: normal;
  font-size: 11px;
  color: #8c8c8c;
}

.menu-list li i:first-child {
  position: absolute;
  height: 70px;
  line-height: 73px;
  font-size: 18px;
}

.menu-list li i:last-child {
  position: absolute;
  right: 9px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  text-align: center;
  font-size: 10px;
  color: #777777;
  margin-top: 10px;
}

.menu-hide {
  position: absolute;
  z-index: 999;
  color: #BF263C;
  font-size: 20px;
  height: 90px;
  line-height: 90px;
  right: -5px;
  text-align: center;
  top: 0px;
  width: 80px;
}

.menu-list-boxed li {
  margin-right: 20px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-radius: 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.menu-list-boxed li i:last-child {
  right: -10px !important;
  top: -8px;
}

.menu-list-boxed li i:first-child {
  width: 20px;
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  margin-top: -6px;
}

.menu-list-boxed span {
  padding-left: 57px !important;
}

.menu-list-boxed em {
  padding-left: 57px !important;
  opacity: 0.76;
}

/*---Footer---*/
/*------------*/
.footer {
  padding: 40px 30px 1px 30px;
  overflow: hidden;
  z-index: 11;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.footer strong i {
  padding: 0px 5px;
}

.footer .footer-text {
  text-align: center;
  padding: 10px 10px 0px 10px;
  font-size: 11px;
}

@media (min-width: 330px) {
  .footer .footer-text {
    font-size: 13px !important;
  }
}

.footer strong {
  font-size: 10px;
  display: block;
  text-align: center;
  color: #acacac;
  font-weight: 700;
  margin-top: 0px;
  text-transform: uppercase;
}

.footer-socials {
  max-width: 247px;
  margin: 0 auto;
}

.footer-socials a {
  float: left;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 1px;
}

.footer-socials:after {
  content: "";
  display: table;
  clear: both;
}

.footer-socials a i {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
}

.footer-copyright {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 11px;
  line-height: 24px;
}

.footer .footer-logo {
  background-repeat: no-repeat;
  background-size: 155px 22px;
  background-position: center center;
  position: relative;
  width: 100%;
  min-height: 25px;
  left: auto;
  margin: 0 auto;
}

/*Apptastic 2.0 Update*/
.header-clear-tiny {
  padding-top: 20px;
}

.is-ios #footer-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  transition: all 250ms ease;
  min-height: calc(75px + (constant(safe-area-inset-bottom)));
  min-height: calc(75px + (env(safe-area-inset-bottom)));
  transition: all 250ms ease;
  box-shadow: none !important;
  background: #01788d;
  background: linear-gradient(to bottom, #01788d 0%, #4d52b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01788d', endColorstr='#4d52b3',GradientType=0 );
}

@media screen and (min-width: 768px) {
  .is-ios #footer-menu {
    margin: 0 auto;
  }
}

.is-not-ios #footer-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  transition: all 250ms ease;
  min-height: 60px;
  transition: all 250ms ease;
  box-shadow: none !important;
  background: #01788d;
  background: linear-gradient(to bottom, #01788d 0%, #4d52b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01788d', endColorstr='#4d52b3',GradientType=0 );
}

@media screen and (min-width: 768px) {
  .is-not-ios #footer-menu {
    margin: 0 auto;
  }
}

.is-not-ios .footer {
  padding-bottom: 60px;
}

.is-not-ios #footer-menu a i {
  padding-top: 13px;
}

.is-not-ios #footer-menu a span {
  padding-top: 28px;
}

.is-ios .footer {
  padding-bottom: calc(75px + (constant(safe-area-inset-bottom))) !important;
}

.footer-no-padding {
  padding-bottom: 0px !important;
}

#footer-menu a {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  float: left;
}

.footer-menu-1-icons a {
  width: 100%;
}

.footer-menu-2-icons a {
  width: 50%;
}

.footer-menu-3-icons a {
  width: 33.3%;
}

.footer-menu-4-icons a {
  width: 25%;
}

.footer-menu-5-icons a {
  width: 20%;
}

.footer-menu-6-icons a {
  width: 16.6666%;
}

#footer-menu a span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 10px;
  padding-top: 35px;
}

#footer-menu a i {
  padding-top: 18px;
  font-size: 18px;
}

.dark-skin #footer-menu {
  background-color: #0a0c0f;
}

.dark-skin #footer-menu a i {
  color: #FFF;
}

.dark-skin #footer-menu a span {
  color: #FFF;
}

.notch-hider {
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

/*---Skin Settings---*/
/*-------------------*/
.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6,
.dark-skin .menu-title h1,
.dark-skin .menu-title span,
.dark-skin .menu-page li span,
.dark-skin .header-title,
.dark-skin .header-line-1 a,
.dark-skin .header-line-2 a,
.dark-skin .header-line-2 a i,
.dark-skin .accordion a,
.dark-skin .link-list a,
.dark-skin .fac,
.dark-skin .range-slider i,
.dark-skin .pagination a,
.dark-skin .blockquote-wrapper p,
.dark-skin .scroll-ad strong,
.dark-skin .scroll-ad em,
.dark-skin .tab-titles a,
.dark-skin .tab-pill-titles a,
.dark-skin .formFieldWrap label,
.dark-skin .formTextareaWrap label,
.dark-skin .menu-list a span {
  color: #FFFFFF;
}

.dark-skin .decoration,
.dark-skin .pricing-table,
.dark-skin .contact-form input[type="text"],
.dark-skin .contact-form textarea,
.dark-skin .sortable-list li,
.dark-skin .calendar,
.dark-skin, .timeline-deco,
.dark-skin .classic-slider {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

.dark-skin .contact-form input,
.dark-skin .profile-1 .profile-stats a,
.dark-skin .system-box strong,
.dark-skin .vcard-field a,
.dark-skin .calendar a,
.dark-skin .calendar strong,
.dark-skin .calendar em,
.dark-skin .vcard-field i,
.dark-skin .contact-form textarea {
  color: #FFFFFF !important;
}

.dark-skin .menu-title,
.dark-skin .link-list a,
.dark-skin .input-simple-1,
.dark-skin .input-simple-2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.04) !important;
}

.dark-skin .menu-list-boxed li,
.dark-skin .header-tabs a,
.dark-skin .tab-content,
.dark-skin .tab-pill-titles a,
.dark-skin .tab-titles a,
.faq,
.dark-skin .accordion-style-0 .accordion-border {
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}

.dark-skin,
.dark-skin .page-content,
.dark-skin .fac-radio-round,
.dark-skin .bg-transparent .menu-wrapper,
.dark-skin .menu-box,
.dark-skin .calendar,
.dark-skin .timeline-item-content,
.dark-skin .timeline-item-content-full {
  background-color: #15181b;
}

.dark-skin #menu-hider {
  background-color: rgba(0, 0, 0, 0.85);
}

.dark-skin .header-line-1,
.dark-skin .header-line-2,
.dark-skin .footer,
.dark-skin .scroll-ad,
.dark-skin .search-header,
.dark-skin .header-tabs,
.dark-skin .profile-1 .profile-body,
.dark-skin .header-search,
.dark-skin .timeline-body,
.dark-skin .ioshome {
  background-color: #0f1215 !important;
}

/*---Demo Content - Can Be Deleted---*/
/*-----------------------------------*/
.demo-buttons a {
  width: 30.6%;
  margin-right: 1% !important;
  margin-left: 1% !important;
  box-sizing: border-box;
}

.demo-buttons .button-full {
  margin-left: 1% !important;
  width: 97.6% !important;
  margin-bottom: 00px;
}

.demo-line {
  display: block;
  padding: 6px 16px;
  font-size: 12px;
}

.demo-icon-font {
  width: 120%;
}

.demo-icon-font article {
  color: #7e7e7e;
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: scale(1.41, 1.41);
}

.demo-settings {
  position: absolute;
  right: 25px;
  top: 0px;
  height: 25px;
  width: 90px;
  line-height: 25px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.demo-settings-fixed {
  position: absolute;
  z-index: 999;
  top: 70px;
  right: 15px;
}

.demo-header {
  box-shadow: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  transform: translateX(0px) !important;
}

.demo-back-to-top1 {
  width: 34px;
  margin: 0 auto;
  position: relative;
  transform: translateX(15px) !important;
  opacity: 1 !important;
}

.demo-back-to-top2 {
  position: relative;
  transform: translate(0) !important;
  opacity: 1 !important;
}

.center-demo-text {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*Demo Menu*/
.toggle-options {
  padding: 8px 0px 0px 0px;
  margin: 0px 20px -5px 20px;
}

.toggle-options .toggle-2 {
  transform: scale(0.75, 0.75);
}

.demo-colors {
  padding: 7px 0px 10px 0px;
}

.demo-colors .color-highlight {
  position: absolute;
  right: 26px;
  margin-top: -27px;
}

.demo-colors-select {
  width: 50%;
  float: right;
  margin-top: -35px;
  margin-right: 15px;
}

.demo-colors-select a {
  width: 16.6667%;
  float: left;
  text-align: center;
  font-size: 15px;
}

.active-demo-color:after {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
  margin-left: -15px;
  margin-top: 1px;
  z-index: 10;
  position: absolute;
}

.active-demo-color .fa-circle {
  opacity: 0;
}

/* New added */
@media screen and (min-width: 992px) {
  .product-details-sec {
    display: flex;
    flex-direction: space-between;
  }
  .product-details-sec .content {
    padding: 0;
  }
  .product-details-sec .product-image {
    width: 40%;
  }
  .product-details-sec .main-sec {
    width: 55%;
  }
}

@media screen and (min-width: 992px) {
  #page-vcard {
    width: 600px;
    margin: 0 auto;
  }
  #page-vcard .vcard-field {
    display: inline-block;
  }
  #page-vcard .vcard-field + .vcard-field {
    margin-left: 50px;
  }
  #page-vcard .vcard-field strong {
    display: block;
  }
  #page-vcard .vcard-field a {
    display: inline-block;
  }
  #page-vcard .vcard-field i {
    margin-left: 15px;
    position: unset;
  }
}

.btn-phone {
  background: border-box !important;
  border: none !important;
  color: #4a89dc !important;
  font-size: 24px !important;
}

@media screen and (min-width: 992px) {
  .new-banner .item {
    height: 400px;
  }
  .new-banner .content-squre {
    margin: 0;
  }
  .new-banner .caption-style-4 {
    margin: 0 auto;
    width: 1170px;
  }
}

@media screen and (min-width: 992px) {
  .only-best .slider-margins {
    margin: 0 auto;
    max-width: 1170px;
  }
}

.popUp-studios .news-col-item {
  margin-bottom: 0;
}

.popUp-studios .news-col-item a {
  width: 100%;
}

.popUp-studios .news-col-item p {
  line-height: normal;
  margin-bottom: 0;
}

.popUp-studios .news-col-item .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .popUp-studios .content {
    margin: 0 auto;
    max-width: 1170px;
  }
  .popUp-studios .news-col-item {
    height: 290px;
  }
}

.premium-studios .double-slider .item, .premium-studios .double-slider .overlay {
  border-radius: 0 !important;
}

.premium-studios .double-slider .item img, .premium-studios .double-slider .overlay img {
  border-radius: 0;
}

.premium-studios .image-details a:nth-child(1) {
  padding: 0;
  text-align: right;
}

.premium-studios .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .premium-studios .slider-margins {
    margin: 0 auto;
    max-width: 1170px;
  }
  .premium-studios .thumb {
    min-height: 299px;
  }
}

.silver-studio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.silver-studio ul li {
  display: inline-block;
  margin-right: 30px;
}

.silver-studio .item {
  border-radius: 15px 15px 0 0;
}

.silver-studio .overlay {
  border-radius: 0 0 15px 15px;
}

.silver-studio .thumb img {
  border-radius: 15px;
}

.silver-studio .above-overlay-bottom {
  padding-left: 5px;
  padding-right: 5px;
}

.silver-studio .image-details img {
  width: 40px !important;
  top: 2px;
}

.silver-studio .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 1;
}

.silver-studio .image-details {
  align-items: center;
  display: flex;
  height: unset !important;
  justify-content: space-between;
  margin-bottom: 20px;
}

.silver-studio .image-details .logo {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: unset;
  vertical-align: top;
  width: 40px;
}

.silver-studio .image-details .logo img {
  height: 100%;
  margin: 0;
  max-width: 40px !important;
  position: unset;
  top: 2px;
  width: auto !important;
}

.silver-studio .image-details a:nth-child(2) {
  line-height: normal;
  position: unset;
}

@media screen and (min-width: 992px) {
  .silver-studio ul li {
    width: calc((100% / 4) - 30px);
  }
  .silver-studio ul li:nth-child(4n) {
    margin-right: 0;
  }
  .silver-studio .above-overlay-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .silver-studio .slider-margins {
    margin: 0 auto;
    max-width: 1170px;
  }
  .silver-studio .thumb {
    min-height: 384px;
  }
}

@media screen and (max-width: 767px) {
  .silver-studio ul li {
    width: calc((100% / 2) - 10px);
    margin-right: 15px;
  }
  .silver-studio ul li:nth-child(2n) {
    margin-right: 0;
  }
  .silver-studio .image-details {
    margin-bottom: 5px;
  }
  .silver-studio .image-details .logo {
    height: 30px;
    margin-right: 15px;
    width: 30px;
  }
}

.gold-studio .item {
  overflow: hidden !important;
}

.gold-studio .image-details img {
  width: 30px !important;
  top: 8px;
}

.gold-studio .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 100;
}

.gold-studio .caption-style-2 {
  padding: 5px 10px 0;
}

.gold-studio .caption-style-2 span {
  line-height: normal;
  margin: 10px 0;
}

.gold-studio .image-details {
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.09);
  display: flex;
  height: unset !important;
  margin: 0;
  border-width: 0 0 1px;
}

.gold-studio .image-details a, .gold-studio .image-details strong {
  display: inline-block;
}

.gold-studio .image-details a:nth-child(1) {
  height: 40px;
  margin-right: 10px;
  padding: 0;
  position: unset;
  width: 40px;
}

.gold-studio .image-details a:nth-child(1) img {
  height: auto;
  margin: 0;
  max-width: 100%;
  position: unset;
  width: unset !important;
}

.gold-studio .image-details a:nth-child(2) {
  line-height: normal;
  position: unset;
  top: 10px;
}

.gold-studio .image-details a:nth-child(3) {
  line-height: normal;
  position: unset;
  top: 10px;
  display: none;
}

.gold-studio .image-details a:nth-child(4) {
  position: unset;
  line-height: normal;
  display: none;
}

.gold-studio ul {
  padding: 0;
  list-style: none;
}

.gold-studio ul li img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .gold-studio .slider-margins {
    margin: 0 auto;
    max-width: 1170px;
  }
  .gold-studio ul li {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: calc((100% / 2) - 2px);
  }
}

@media screen and (max-width: 767px) {
  .gold-studio .image-details strong {
    font-size: 14px;
    margin: 0;
  }
  .gold-studio .image-details a:nth-child(1) {
    height: 20px;
    width: 20px;
  }
  .gold-studio ul li {
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}

.copper-studios .news-list-item {
  min-height: 120px;
}

.copper-studios .news-list-item img {
  width: 100px;
}

.copper-studios .news-list-item strong {
  line-height: normal;
  padding-left: 115px;
}

.copper-studios .news-list-item p {
  line-height: normal;
  margin-top: 5px;
  padding-left: 115px;
}

.copper-studios .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 0px;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 30px;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .copper-studios .content {
    margin: 0 auto;
    max-width: 1170px;
  }
  .copper-studios .news-list-item {
    width: calc((100% / 2) - 15px);
    display: inline-block;
    margin-right: 15px;
  }
  .copper-studios .news-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

.single-slider .item .top {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 100;
}

.single-slider .item .image-details a:nth-child(1) {
  padding: 0;
}

.gallery-filter > div {
  width: calc(100% / 2);
  padding: 5px;
}

.gallery-filter > div .gallery-content {
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.gallery-filter > div .gallery-content span {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  line-height: normal;
}

.gallery-filter > div .gallery-content span.top {
  text-transform: uppercase;
  right: 15px;
  top: 15px;
  font-size: 12px;
}

.gallery-filter > div .gallery-content span.bottom {
  bottom: 15px;
  font-size: 11px;
  padding: 0 10px;
}

.gallery-filter > div .gallery-content img {
  border-radius: 13px;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .gallery-filter > div {
    width: calc(100% / 4);
  }
}

.btn-whatsapp {
  background: no-repeat;
  border: none;
  font-size: 30px;
  height: auto;
  width: auto;
}

.btn-whatsapp i {
  color: #3bba2b;
}

.btn-phone {
  font-size: 25px;
}

#prod-add-to-cart-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#prod-add-to-cart-div .btn-phone {
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .profile-1 .profile-header {
    height: 250px;
    position: unset;
    text-align: center;
  }
  .profile-1 .profile-header img {
    display: inline-block;
    height: 100%;
    width: auto;
  }
  .profile-1 .profile-header-clear {
    height: 50px;
  }
  .profile-1 .profile-body {
    max-width: 1140px;
    margin: 0 auto;
  }
  .profile-1 .profile-body .address-sec {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .profile-1 .profile-body .address-sec .group {
    display: flex;
    justify-content: space-evenly;
  }
  .profile-1 .profile-body .address-sec .group a {
    color: #000;
  }
  .profile-1 .profile-body .address-sec .group a:before {
    margin-right: 5px;
  }
  .profile-1 .profile-body .address-sec .group .email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  .profile-1 .profile-body .address-sec .group .phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    transform: rotateZ(90deg);
  }
  .profile-1 .profile-body .address-sec i {
    margin-right: 5px;
  }
  .profile-1 .profile-body .address-sec .address {
    line-height: normal;
    margin-top: 15px;
  }
  .profile-1 .profile-body .vatelogue-btn {
    background: #F9125A;
    color: #fff;
    margin: 30px auto;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .profile-1 .profile-body .address-sec {
    width: auto;
  }
  .profile-1 .profile-body .address-sec .group {
    flex-direction: column;
  }
}

#vendorproduct .store-featured-1 figure {
  align-items: center;
  border: 1px solid #f1f1f1;
  display: flex;
  height: 210px;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

#vendorproduct .store-featured-1 img {
  max-width: 100%;
  height: auto;
}

#vendorproduct .store-featured-1 .price {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

#vendorproduct .store-featured-1 .desc {
  height: 170px;
  overflow: hidden;
}

#vendorproduct .store-featured-1 .desc p {
  line-height: normal;
  margin: 15px 0 0;
  text-align: justify;
}

#vendorproduct .store-featured-1-buttons {
  justify-content: center;
}

#vendorproduct .store-featured-1-buttons .btn-whatsapp {
  background: no-repeat;
  border: none;
  font-size: 30px;
  height: auto;
  width: auto;
}

#vendorproduct .store-featured-1-buttons .btn-whatsapp i {
  color: #3bba2b;
}

@media screen and (min-width: 992px) {
  #vendorproduct {
    max-width: 1140px;
    margin: 0 auto;
  }
  #vendorproduct .store-featured-1 {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    width: calc((100% / 3) - 15px);
    vertical-align: top;
  }
  #vendorproduct .store-featured-1 img {
    max-width: unset;
    width: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  #vendorproduct .store-featured-1 {
    padding-left: 0;
    padding-right: 0;
  }
  #vendorproduct .store-featured-1 .desc {
    height: auto;
    overflow: unset;
  }
  #vendorproduct .store-featured-1 img {
    max-height: 100%;
    max-width: unset;
  }
  #vendorproduct .store-featured-1-buttons {
    flex-direction: row;
  }
}

.banner-sec {
  margin-bottom: 30px;
}

.bronze-sellers {
  margin: 0 auto;
  padding: 0 0 50px;
}

.bronze-sellers .item {
  text-align: center;
}

.bronze-sellers .item a {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(135, 135, 135, 0.52) 67%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9c9c9',GradientType=0 );
  border-radius: 20px;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 15px;
}

.bronze-sellers .item a img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bronze-sellers .item a {
    height: 200px;
  }
}

.gallery-sec .gallery-filter-controls li {
  background: #e63c7a;
  float: left;
  margin-right: 5px;
  padding: 0px 15px !important;
  color: #fff !important;
  border-radius: 20px;
}

.store-featured-1-buttons a {
  background: #F9125A;
  border-radius: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .store-featured-1-buttons a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    max-width: 48% !important;
  }
  .store-featured-1-buttons a + a {
    margin-left: 5px !important;
  }
}

.button-sm.button-icon i {
  height: unset !important;
  line-height: unset !important;
  margin-right: 10px;
  position: unset !important;
  width: unset !important;
}

/* desktop version  992px & up*/
@media screen and (min-width: 993px) {
  .product-details .owl-item {
    text-align: center;
  }
  .product-details .owl-item a {
    height: 250px;
    display: inline-block;
  }
  .product-details .owl-item img {
    display: inline-block;
    height: 100%;
    width: auto;
  }
  .wrap {
    margin: 0 auto;
    max-width: 1140px;
  }
  .header {
    background: #fff;
  }
  .header-line-1 {
    border-bottom: none;
    margin: 0 auto;
    max-width: 1140px;
  }
  .header-line-2 {
    border-bottom: none;
    margin: 0 auto;
    max-width: 1140px;
  }
  .header-line-2 .header-pretitle {
    padding: 13px 0;
  }
  .header-line-2 .header-title {
    padding: 0;
  }
  .content-title {
    margin: 0 auto;
    max-width: 1140px;
  }
  .features-sec {
    display: flex;
    margin: 0 auto;
    max-width: 1140px;
  }
  .features-sec .icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features-sec .icon-column i {
    position: unset;
  }
  .features-sec .icon-column h1 {
    margin-top: 15px;
    padding-right: 0;
  }
  .features-sec .icon-column p {
    padding-right: 0;
    text-align: center;
  }
  .slider-margins *,
  .slider-no-margins *,
  .simple-slider {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .gold-sellers {
    padding: 0;
  }
  .gold-sellers .owl-item {
    text-align: center;
  }
  .gold-sellers .owl-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: unset;
  }
  .gold-sellers .item {
    margin: 0;
    border-radius: 0 !important;
  }
  .gold-sellers .item .overlay {
    border-radius: 0 !important;
  }
  .gold-sellers .item img {
    border-radius: 0;
  }
  .popular-category {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }
  .top-seller {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }
  .top-seller .link-list li {
    display: inline-block;
    margin-right: 30px;
    width: calc((100% / 4) - 30px);
  }
  .top-seller .link-list li:nth-child(4n) {
    margin-right: 0;
  }
  .bronze-sellers {
    width: 1140px;
  }
  .menu-bottom {
    margin: 0 auto;
    padding: 0;
    width: 360px;
  }
  .brand-logo {
    display: inline-block;
  }
  .add1-sec {
    margin-top: 15px;
  }
  .add1-sec .wrap {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }
  .add1-sec .item h5 {
    bottom: 15px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
  .add1-sec .item h5 a {
    color: #ffffff;
    text-transform: capitalize;
  }
  .gallery-sec {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
  .gallery-sec .gallery-filter > div {
    margin-right: 15px;
    padding: 5px 5px 30px;
    width: calc(100% / 4);
  }
  .gallery-sec .gallery-filter > div:nth-child(4n) {
    margin-right: 0;
  }
  .gallery-sec .gallery-filter > div .frame {
    padding-top: 48px;
    position: relative;
  }
  .gallery-sec .gallery-filter > div .frame .heading {
    background: #F9125A;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    color: #fff;
    font-weight: bold;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 95%;
    z-index: 200;
  }
  .gallery-sec .gallery-filter > div .frame .top {
    position: absolute;
    top: 30px;
    z-index: 100;
  }
  .gallery-sec .gallery-filter > div .frame .cover {
    border: 2px solid #000;
    display: inline-block;
    height: 180px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .gallery-sec .gallery-filter > div .frame .cover img {
    display: inline-block;
    max-height: 100%;
    width: auto;
  }
  .gallery-sec .gallery-filter > div .frame .button-sec {
    display: flex;
    justify-content: space-between;
  }
  .gallery-sec .gallery-filter > div .frame .button-sec .btn {
    background: #F9125A;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
    margin: 0 auto;
  }
  .gallery-sec .gallery-filter > div img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .footer {
    padding: 0;
  }
  .footer .wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 25px 0 15px;
    width: 1140px;
  }
  .footer .footer-socials {
    margin: unset;
  }
  .footer .footer-copyright {
    border: none;
    margin: 0;
    padding: 0;
  }
  #vbrandimage {
    text-align: center;
  }
  #vbrandimage img {
    height: 250px;
    width: auto;
    display: inline-block;
  }
}

/* mobile 767 & down */
@media screen and (max-width: 767px) {
  .brand-logo {
    display: inline-block;
  }
  .wrap {
    margin: 0 20px;
  }
  .add1-sec .item h5 {
    bottom: 15px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
  .add1-sec .item h5 a {
    color: #ffffff;
    text-transform: capitalize;
  }
  .gallery-sec {
    margin: 0 20px;
    padding: 0;
  }
  .gallery-sec .gallery-filter-controls li {
    float: left;
  }
  .gallery-sec .gallery-filter-controls li:first-child {
    padding-right: 0;
  }
  .gallery-sec .gallery-filter > div {
    margin-right: 15px;
    padding: 5px 5px 30px;
    width: calc(100% / 2);
  }
  .gallery-sec .gallery-filter > div:nth-child(4n) {
    margin-right: 0;
  }
  .gallery-sec .gallery-filter > div .frame {
    padding-top: 48px;
    position: relative;
  }
  .gallery-sec .gallery-filter > div .frame .heading {
    background: #F9125A;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 80%;
    z-index: 200;
  }
  .gallery-sec .gallery-filter > div .frame .top {
    position: absolute;
    top: 30px;
    z-index: 100;
  }
  .gallery-sec .gallery-filter > div .frame .cover {
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
  }
  .gallery-sec .gallery-filter > div .frame .cover img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
  }
  .gallery-sec .gallery-filter > div .frame .button-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
  }
  .gallery-sec .gallery-filter > div .frame .button-sec .btn {
    background: #F9125A;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .gallery-sec .gallery-filter > div .frame .button-sec .btn + .btn {
    margin-top: 5px;
  }
  .gallery-sec .gallery-filter > div img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .footer {
    padding: 20px;
  }
  .footer .wrap {
    margin: 0;
  }
}

.device-mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .device-mobile {
    display: block !important;
  }
  .device-desktop {
    display: none !important;
  }
}

::-moz-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

#divsilver4 .gallery-filter a {
  padding: 0px;
  width: 100%;
}

#divsilver4 .gallery-filter .overlay {
  border-radius: 0 0 15px 15px;
}

#divsilver4 .gallery-filter .stall-number {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 1;
}

#divsilver4 .gallery-filter .image-details {
  align-items: center;
  display: flex;
  height: unset !important;
  justify-content: space-between;
  margin-bottom: 20px;
}

#divsilver4 .gallery-filter .image-details a {
  width: auto;
}

#divsilver4 .gallery-filter .image-details .logo {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: unset;
  vertical-align: top;
  width: 40px;
}

#divsilver4 .gallery-filter .image-details .logo img {
  height: 100%;
  margin: 0;
  max-width: 40px !important;
  position: unset;
  top: 2px;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  #divsilver4 .gallery-filter .image-details a + a {
    line-height: normal;
    width: 70%;
  }
  #divsilver4 .gallery-filter .image-details .logo {
    height: 20px;
    width: 20%;
  }
}

.silver-studio-gallery {
  margin-bottom: 50px;
}

.silver-studio-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.silver-studio-gallery ul li {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-left: 15px;
}

.silver-studio-gallery ul li.active {
  color: #4a89dc;
  font-weight: bold;
}

.silver-studio-gallery ul li:first-child {
  float: none;
  padding-left: 0;
}

.silver-studio-gallery .gallery-list .list {
  display: inline-block;
}

.silver-studio-gallery .gallery-list .list h4 {
  margin-top: 10px;
  font-weight: bold;
}

.silver-studio-gallery .gallery-list .list .box-round {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.silver-studio-gallery .gallery-list .list .box-round .stall {
  align-items: center;
  background: #4a89dc;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 1;
}

.silver-studio-gallery .gallery-list .list .box-round .desc {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.silver-studio-gallery .gallery-list .list .box-round .desc .logo {
  width: 40px;
}

.silver-studio-gallery .gallery-list .list .box-round .desc .logo img {
  max-width: 100%;
}

.silver-studio-gallery .gallery-list .list .box-round .desc a + a {
  color: #a3a3a3;
  font-size: 12px;
}

.silver-studio-gallery .gallery-list .list .box-round .desc a + a .fa {
  margin-right: 5px;
}

.silver-studio-gallery .gallery-list .list .box-round figure:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.7) 70%, black 100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.silver-studio-gallery .gallery-list .list .box-round figure img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .silver-studio-gallery .content {
    margin: 0 auto;
    max-width: 1170px;
  }
  .silver-studio-gallery .content:after {
    clear: both;
    content: '';
    display: table;
  }
  .silver-studio-gallery .gallery-list {
    font-size: 0;
  }
  .silver-studio-gallery .gallery-list .list {
    margin-right: 20px;
    margin-top: 15px;
    width: calc((100% / 4) - 15px);
  }
  .silver-studio-gallery .gallery-list .list:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .silver-studio-gallery ul {
    text-align: center;
  }
  .silver-studio-gallery ul li {
    float: none;
  }
  .silver-studio-gallery .gallery-list {
    font-size: 0;
    margin-top: 30px;
  }
  .silver-studio-gallery .gallery-list .list {
    margin-bottom: 15px;
    margin-right: 30px;
    width: calc((100% / 2) - 15px);
  }
  .silver-studio-gallery .gallery-list .list:nth-child(2n) {
    margin-right: 0;
  }
  .silver-studio-gallery .gallery-list .list h4 {
    font-weight: bold;
  }
  .silver-studio-gallery .gallery-list .list .desc .logo {
    height: 30px;
    margin-right: 15px;
    width: 30px;
  }
  .silver-studio-gallery .gallery-list .list .desc a + a {
    font-size: 12px;
    line-height: normal;
    color: #a3a3a3;
  }
}

#divprevid .button-sec {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bakelab-sec {
  text-align: center;
}

.bakelab-sec .icon-sec {
  margin-top: 15px;
}

.bakelab-sec .icon {
  margin: 0px 2px 5px 2px;
}

.bakelab-sec i.fa-whatsapp {
  font-size: 20px;
  line-height: 32px !important;
}

.bakelab-sec .control-sec {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}

.bakelab-sec .banner {
  position: relative;
}

.bakelab-sec .banner .title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  left: 15px;
  position: absolute;
  text-shadow: 3px 3px 5px #000;
  top: 15px;
  z-index: 1;
}

.bakelab-sec .banner .video-player {
  width: 100%;
}

.bakelab-sec .banner iframe {
  width: 100%;
  height: 360px;
  /* body.vp-center {
				border: 1px solid #f00;

				#player {
					max-width: 100% !important;
				}
			} */
}

.vendor-product {
  margin-top: 15px;
}

.vendor-product ul {
  font-size: 0;
  list-style: none;
  padding: 0;
}

.vendor-product ul li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.vendor-product ul li figure {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px #797979;
}

.vendor-product ul li figure img {
  height: auto;
  max-width: 100%;
}

.vendor-product ul li .h4 {
  color: #000000;
  font-size: 15px;
  line-height: normal;
  margin-top: 15px;
}

.vendor-product ul li .price {
  color: #000000;
  font-size: 13px;
  margin-top: 5px;
}

.vendor-product ul li .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.vendor-product ul li .icons a {
  color: #0dc10d;
  display: inline-block;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .vendor-product ul li {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
  .vendor-product ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .vendor-product ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .vendor-product ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* lobby page */
.lobby-header {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 15px;
}

.lobby-header a {
  background: #576762;
  color: #b69958;
}

.link-t {
  display: inline-block;
  position: absolute;
}

.lobby-page-new-oldview {
  background: #030303 url("../images/lobby-19201200.jpg") center 0 no-repeat;
  background-size: 100%;
  /* .link-sec {

		a {
			position: absolute;
			z-index: 1;
		}
	} */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
  /* iPhone X */
  /* iPhone 6+ */
  /* moto */
  /* iPhone 6 */
  /* iPhone 5 */
}

.lobby-page-new-oldview .request-loader {
  top: 50%;
  margin-top: -15px;
}

.lobby-page-new-oldview .poster-big {
  left: 500px;
  top: 300px;
}

.lobby-page-new-oldview .poster-big figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 165px;
}

.lobby-page-new-oldview .poster-big figure img {
  max-width: 100%;
  max-height: 100%;
}

.lobby-page-new-oldview .poster-tall {
  left: 37px;
  top: 0;
}

.lobby-page-new-oldview .poster-tall figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 90px;
}

.lobby-page-new-oldview .poster-tall figure img {
  max-width: 100%;
  max-height: 100%;
}

.lobby-page-new-oldview .poster-medium {
  right: 167px;
  top: 112px;
}

.lobby-page-new-oldview .poster-medium figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 105px;
}

.lobby-page-new-oldview .poster-medium figure img {
  max-width: 100%;
  max-height: 100%;
}

.lobby-page-new-oldview .walkthrough {
  position: absolute;
  top: 183px;
  height: 158px;
  left: -105px;
  width: 130px;
}

.lobby-page-new-oldview .exhibition {
  position: absolute;
  top: 241px;
  height: 88px;
  left: 164px;
  width: 190px;
}

.lobby-page-new-oldview .auditorium {
  position: absolute;
  top: 165px;
  height: 100px;
  right: 280px;
  width: 109px;
}

.lobby-page-new-oldview .infodesk {
  position: absolute;
  top: 385px;
  height: 160px;
  right: 0px;
  width: 230px;
}

@media (min-width: 768px) and (max-width: 1423px) {
  .lobby-page-new-oldview .pdf-link {
    position: absolute;
    left: 75%;
    top: 250px;
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 1904px) {
  .lobby-page-new-oldview .poster-tall {
    left: -182px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 125px;
  }
  .lobby-page-new-oldview .poster-big {
    top: 405px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 200px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 160px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 130px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 274px;
    left: 366px;
    position: absolute;
    top: 32px;
    width: 414px;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 258px;
    height: 201px;
    left: -382px;
    width: 166px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 372px;
    height: 248px;
    left: 12px;
    width: 234px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 291px;
    height: 139px;
    right: 171px;
    width: 121px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 550px;
    height: 213px;
    right: -246px;
    width: 319px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .lobby-page-new-oldview .poster-tall {
    left: -88px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 110px;
  }
  .lobby-page-new-oldview .poster-big {
    top: 353px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 185px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 75px;
    top: 138px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 115px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 241px;
    left: 392px;
    position: absolute;
    top: 27px;
    width: 362px;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 223px;
    height: 174px;
    left: -261px;
    width: 146px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 327px;
    height: 215px;
    left: 84px;
    width: 203px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 255px;
    height: 122px;
    right: 222px;
    width: 105px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 481px;
    height: 185px;
    right: -143px;
    width: 280px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .lobby-page-new-oldview .poster-tall {
    left: -56px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 105px;
  }
  .lobby-page-new-oldview .poster-big {
    top: 336px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 175px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 100px;
    top: 133px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 115px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 229px;
    left: 400px;
    position: absolute;
    top: 26px;
    width: 345px;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 209px;
    height: 174px;
    left: -221px;
    width: 138px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 311px;
    height: 205px;
    left: 105px;
    width: 197px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 241px;
    height: 116px;
    right: 238px;
    width: 101px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 458px;
    height: 177px;
    right: -110px;
    width: 267px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .lobby-page-new-oldview .poster-tall {
    left: 7px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 95px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 148px;
    top: 120px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 207px;
    left: 417px;
    position: absolute;
    top: 24px;
    width: 311px;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 191px;
    height: 154px;
    left: -142px;
    width: 125px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 278px;
    height: 178px;
    left: 147px;
    width: 190px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 218px;
    height: 105px;
    right: 271px;
    width: 92px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 410px;
    height: 160px;
    right: -41px;
    width: 239px;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .lobby-page-new-oldview iframe {
    height: 194px;
    left: 425px;
    position: absolute;
    top: 23px;
    width: 294px;
    background: #000;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 183px;
    height: 158px;
    left: -105px;
    width: 130px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 264px;
    height: 169px;
    left: 164px;
    width: 190px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 206px;
    height: 100px;
    right: 288px;
    width: 85px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 389px;
    height: 152px;
    right: -10px;
    width: 227px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .lobby-page-new-oldview .poster-tall {
    left: 71px;
    top: 0;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 83px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 507px;
    top: 270px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 147px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 196px;
    top: 108px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 85px;
  }
  .lobby-page-new-oldview iframe {
    height: 182px;
    left: 435px;
    position: absolute;
    top: 21px;
    width: 275px;
    background: #000;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 165px;
    height: 142px;
    left: -62px;
    width: 112px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 247px;
    height: 165px;
    left: 199px;
    width: 158px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 193px;
    height: 92px;
    right: 306px;
    width: 80px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 366px;
    height: 140px;
    right: 30px;
    width: 213px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .lobby-page-new-oldview .poster-tall {
    left: 76px;
    top: 0;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 67px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 433px;
    top: 218px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 113px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 175px;
    top: 86px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 75px;
  }
  .lobby-page-new-oldview iframe {
    height: 149px;
    left: 370px;
    position: absolute;
    top: 17px;
    width: 221px;
    background: #000;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 146px;
    height: 103px;
    left: -31px;
    width: 88px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 201px;
    height: 132px;
    left: 177px;
    width: 132px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 156px;
    height: 75px;
    right: 266px;
    width: 65px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 295px;
    height: 116px;
    right: 42px;
    width: 176px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .lobby-page-new-oldview .poster-tall {
    left: -25px;
    top: 0;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 48px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 235px;
    top: 160px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 82px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 49px;
    top: 65px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 50px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 109px;
    left: 190px;
    position: absolute;
    top: 13px;
    width: 163px;
  }
  .lobby-page-new-oldview .walkthrough {
    top: 108px;
    height: 74px;
    left: -105px;
    width: 67px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 147px;
    height: 94px;
    left: 42px;
    width: 107px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 114px;
    height: 57px;
    right: 112px;
    width: 49px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 216px;
    height: 86px;
    right: -50px;
    width: 125px;
  }
}

@media (min-width: 736px) and (max-width: 812px) and (orientation: landscape) {
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new-oldview iframe {
    height: 101px;
    left: 258px;
    position: absolute;
    top: 154px;
    width: 212px;
  }
  .lobby-page-new-oldview .pdf-link {
    height: 162px;
    left: unset;
    position: absolute;
    right: 63px;
    top: 140px;
    width: 130px;
  }
}

@media (min-width: 667px) and (max-width: 735px) and (orientation: landscape) {
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new-oldview iframe {
    height: 83px;
    left: 183px;
    position: absolute;
    top: 134px;
    width: 181px;
  }
  .lobby-page-new-oldview .pdf-link {
    height: 162px;
    position: absolute;
    left: unset;
    right: 34px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 640px) and (max-width: 666px) and (orientation: landscape) {
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new-oldview iframe {
    height: 78px;
    left: 188px;
    position: absolute;
    top: 129px;
    width: 172px;
  }
  .lobby-page-new-oldview .pdf-link {
    height: 162px;
    position: absolute;
    left: unset;
    right: 34px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 568px) and (max-width: 639px) and (orientation: landscape) {
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 32%;
    top: 0px;
    width: 38%;
    transform: scale(0.4);
  }
  .lobby-page-new-oldview iframe {
    height: 71px;
    left: 211px;
    position: absolute;
    top: 114px;
    width: 154px;
  }
  .lobby-page-new-oldview .pdf-link {
    height: 130px;
    position: absolute;
    left: unset;
    right: 65px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 400px) and (max-width: 480px) {
  .lobby-page-new-oldview .poster-tall {
    left: 54px;
    top: 298px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 45px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 177px;
    top: 156px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 76px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 25px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 60px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 107px;
    height: 76px;
    right: 1px;
    width: 63px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 152px;
    height: 123px;
    left: 3px;
    width: 84px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 400px;
    height: 66px;
    right: 17px;
    width: 162px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 115px;
    left: 150px;
    position: absolute;
    top: 12px;
    width: 173px;
  }
}

@media (min-width: 393px) and (max-width: 413px) {
  .lobby-page-new-oldview .poster-tall {
    left: 54px;
    top: 298px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 45px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 177px;
    top: 156px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 76px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 25px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 55px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 91px;
    height: 76px;
    right: 1px;
    width: 53px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 123px;
    height: 110px;
    left: 3px;
    width: 84px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 342px;
    height: 66px;
    right: 15px;
    width: 138px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 110px;
    left: 141px;
    position: absolute;
    top: 11px;
    width: 162px;
  }
}

@media (min-width: 375px) and (max-width: 392px) {
  .lobby-page-new-oldview .poster-tall {
    left: 54px;
    top: 298px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 45px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 177px;
    top: 156px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 76px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 25px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 55px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 91px;
    height: 76px;
    right: 1px;
    width: 53px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 136px;
    height: 110px;
    left: 6px;
    width: 80px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 353px;
    height: 66px;
    right: 19px;
    width: 138px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 104px;
    left: 134px;
    position: absolute;
    top: 10px;
    width: 159px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .lobby-page-new-oldview .poster-tall {
    left: 54px;
    top: 298px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 45px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 177px;
    top: 156px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 76px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 25px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 55px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 108px;
    height: 57px;
    right: 1px;
    width: 53px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 144px;
    height: 90px;
    left: 3px;
    width: 84px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 316px;
    height: 91px;
    right: 15px;
    width: 138px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 101px;
    left: 130px;
    position: absolute;
    top: 10px;
    width: 150px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .lobby-page-new-oldview .poster-tall {
    left: 54px;
    top: 298px;
  }
  .lobby-page-new-oldview .poster-tall figure {
    width: 45px;
  }
  .lobby-page-new-oldview .poster-big {
    left: 177px;
    top: 156px;
  }
  .lobby-page-new-oldview .poster-big figure {
    width: 76px;
  }
  .lobby-page-new-oldview .poster-medium {
    right: 6px;
    top: 25px;
  }
  .lobby-page-new-oldview .poster-medium figure {
    width: 46px;
  }
  .lobby-page-new-oldview .auditorium {
    top: 76px;
    height: 76px;
    right: 1px;
    width: 53px;
  }
  .lobby-page-new-oldview .exhibition {
    top: 106px;
    height: 110px;
    left: 3px;
    width: 76px;
  }
  .lobby-page-new-oldview .infodesk {
    top: 289px;
    height: 66px;
    right: 15px;
    width: 138px;
  }
  .lobby-page-new-oldview iframe {
    background: #000;
    height: 92px;
    left: 118px;
    position: absolute;
    top: 14px;
    width: 139px;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .lobby-page-new-oldview {
    background: url("../images/lobby-iphone-x.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 20%;
    top: 182px;
    width: 50%;
  }
  .lobby-page-new-oldview .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .lobby-page-new-oldview {
    background: url("../images/lobby-iphone-6p.jpg") center -7px no-repeat;
    background-size: cover;
  }
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 20%;
    top: 185px;
    width: 50%;
  }
  .lobby-page-new-oldview .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 645px) and (orientation: portrait) {
  .lobby-page-new-oldview {
    background: url("../images/lobby-375x667.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 20%;
    top: 200px;
    width: 50%;
  }
  .lobby-page-new-oldview .link-sec a {
    height: 22px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .lobby-page-new-oldview {
    background: url("../images/lobby-iphone-6.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 20%;
    top: 185px;
    width: 50%;
  }
  .lobby-page-new-oldview .link-sec a {
    height: 22px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .lobby-page-new-oldview {
    background: url("../images/lobby-iphone-5.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new-oldview .link-sec {
    position: absolute;
    left: 20%;
    top: 160px;
    width: 50%;
  }
  .lobby-page-new-oldview .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

.lobby-page-new {
  background: #c5adba url("../images/lobby-19201200.jpg") center 0 no-repeat;
  background-size: 100%;
  /* .link-sec {

		a {
			position: absolute;
			z-index: 1;
		}
	} */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus - done */
  /* iPhone 12 */
  /* iPhone 6 - done */
  /* Galaxy S5 */
  /* iPhone 5/SE - done */
  /* iPhone X */
  /* iPhone 6+ */
  /* moto */
  /* iPhone 6 */
  /* iPhone 5 */
}

.lobby-page-new .top-bar {
  display: none;
  font-size: 12px;
  position: absolute;
  width: 75px;
  line-height: normal;
  padding: 5px;
  left: 0px;
}

.lobby-page-new .request-loader {
  top: 50%;
  margin-top: -15px;
}

.lobby-page-new .poster-big {
  right: 179px;
  top: 400px;
}

.lobby-page-new .poster-big figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 165px;
}

.lobby-page-new .poster-big figure img {
  max-width: 100%;
  max-height: 100%;
}

.lobby-page-new .poster-tall {
  left: 95px;
  top: 117px;
}

.lobby-page-new .poster-tall figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 118px;
  height: 205px;
  overflow: hidden;
}

.lobby-page-new .poster-tall figure img {
  max-width: 100%;
}

.lobby-page-new .poster-medium {
  right: 210px;
  top: 174px;
}

.lobby-page-new .poster-medium figure {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0px #000;
  width: 180px;
  overflow: hidden;
  height: 140px;
}

.lobby-page-new .poster-medium figure img {
  max-width: 100%;
}

.lobby-page-new .walkthrough {
  position: absolute;
  top: 183px;
  height: 158px;
  left: -105px;
  width: 130px;
}

.lobby-page-new .exhibition {
  position: absolute;
  top: 241px;
  height: 88px;
  left: 164px;
  width: 190px;
}

.lobby-page-new .auditorium {
  position: absolute;
  top: 165px;
  height: 100px;
  right: 280px;
  width: 109px;
}

.lobby-page-new .infodesk {
  position: absolute;
  top: 385px;
  height: 160px;
  right: 0px;
  width: 230px;
}

@media (min-width: 768px) and (max-width: 1423px) {
  .lobby-page-new .pdf-link {
    position: absolute;
    left: 75%;
    top: 250px;
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 1904px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 238px;
    left: 369px;
    position: absolute;
    top: 77px;
    width: 394px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 258px;
    height: 201px;
    left: -382px;
    width: 166px;
  }
  .lobby-page-new .exhibition {
    top: 383px;
    height: 147px;
    left: -153px;
    width: 218px;
  }
  .lobby-page-new .exhibition2 {
    top: 383px;
    height: 140px;
    right: -158px;
    width: 218px;
  }
  .lobby-page-new .auditorium {
    top: 348px;
    height: 174px;
    right: 409px;
    width: 298px;
    left: 421px;
  }
  .lobby-page-new .infodesk {
    top: 550px;
    height: 197px;
    left: 267px;
    width: 527px;
  }
  .lobby-page-new .sponsor {
    height: 172px;
    right: 86px;
    width: 213px;
    top: 564px;
  }
  .lobby-page-new .lounge {
    height: 130px;
    right: -335px;
    width: 111px;
    top: 551px;
  }
  .lobby-page-new .poster-tall {
    height: 147px;
    left: -161px;
    top: 124px;
    width: 260px;
  }
  .lobby-page-new .poster-medium {
    height: 147px;
    right: -159px;
    top: 121px;
    width: 260px;
  }
  .lobby-page-new .poster-big {
    height: 222px;
    left: -11px;
    width: 124px;
    top: 530px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 205px;
    left: 396px;
    position: absolute;
    top: 68px;
    width: 340px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 223px;
    height: 174px;
    left: -261px;
    width: 146px;
  }
  .lobby-page-new .exhibition {
    height: 121px;
    left: -48px;
    top: 335px;
    width: 179px;
  }
  .lobby-page-new .exhibition2 {
    height: 121px;
    right: -51px;
    top: 335px;
    width: 179px;
  }
  .lobby-page-new .auditorium {
    top: 301px;
    height: 149px;
    right: 429px;
    width: 258px;
    left: 440px;
  }
  .lobby-page-new .infodesk {
    top: 476px;
    height: 172px;
    left: 309px;
    width: 456px;
  }
  .lobby-page-new .sponsor {
    height: 151px;
    right: 151px;
    width: 184px;
    top: 488px;
  }
  .lobby-page-new .lounge {
    height: 113px;
    right: -214px;
    width: 95px;
    top: 478px;
  }
  .lobby-page-new .poster-tall {
    height: 129px;
    left: -65px;
    top: 107px;
    width: 227px;
  }
  .lobby-page-new .poster-medium {
    height: 129px;
    right: -62px;
    top: 101px;
    width: 227px;
  }
  .lobby-page-new .poster-big {
    height: 195px;
    left: 67px;
    width: 108px;
    top: 457px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 196px;
    left: 404px;
    position: absolute;
    top: 64px;
    width: 324px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 223px;
    height: 174px;
    left: -261px;
    width: 146px;
  }
  .lobby-page-new .exhibition {
    height: 121px;
    left: -25px;
    top: 316px;
    width: 179px;
  }
  .lobby-page-new .exhibition2 {
    height: 121px;
    right: -30px;
    top: 316px;
    width: 179px;
  }
  .lobby-page-new .auditorium {
    top: 287px;
    height: 143px;
    right: 419px;
    width: 246px;
    left: 447px;
  }
  .lobby-page-new .infodesk {
    top: 452px;
    height: 168px;
    left: 318px;
    width: 438px;
  }
  .lobby-page-new .sponsor {
    height: 143px;
    right: 170px;
    width: 177px;
    top: 465px;
  }
  .lobby-page-new .lounge {
    height: 107px;
    right: -176px;
    width: 90px;
    top: 455px;
  }
  .lobby-page-new .poster-tall {
    height: 121px;
    left: -30px;
    top: 102px;
    width: 212px;
  }
  .lobby-page-new .poster-medium {
    height: 121px;
    right: -30px;
    top: 101px;
    width: 212px;
  }
  .lobby-page-new .poster-big {
    height: 186px;
    left: 91px;
    width: 103px;
    top: 436px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 175px;
    left: 421px;
    position: absolute;
    top: 58px;
    width: 292px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 223px;
    height: 174px;
    left: -261px;
    width: 146px;
  }
  .lobby-page-new .exhibition {
    height: 108px;
    left: 35px;
    top: 283px;
    width: 161px;
  }
  .lobby-page-new .exhibition2 {
    height: 108px;
    right: 29px;
    top: 283px;
    width: 161px;
  }
  .lobby-page-new .auditorium {
    top: 258px;
    height: 128px;
    right: unset;
    width: 222px;
    left: 459px;
  }
  .lobby-page-new .infodesk {
    top: 406px;
    height: 150px;
    left: 345px;
    width: 393px;
  }
  .lobby-page-new .sponsor {
    height: 129px;
    right: 210px;
    width: 160px;
    top: 418px;
  }
  .lobby-page-new .lounge {
    height: 95px;
    right: -100px;
    width: 79px;
    top: 410px;
  }
  .lobby-page-new .poster-tall {
    height: 107px;
    left: 28px;
    top: 92px;
    width: 193px;
  }
  .lobby-page-new .poster-medium {
    height: 107px;
    right: 30px;
    top: 92px;
    width: 193px;
  }
  .lobby-page-new .poster-big {
    height: 164px;
    left: 139px;
    width: 92px;
    top: 392px;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 166px;
    left: 428px;
    position: absolute;
    top: 55px;
    width: 276px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 183px;
    height: 158px;
    left: -105px;
    width: 130px;
  }
  .lobby-page-new .exhibition {
    height: 100px;
    left: 62px;
    top: 269px;
    width: 153px;
  }
  .lobby-page-new .exhibition2 {
    height: 100px;
    right: 59px;
    top: 269px;
    width: 153px;
  }
  .lobby-page-new .auditorium {
    top: 245px;
    height: 122px;
    right: 466px;
    width: 209px;
  }
  .lobby-page-new .infodesk {
    top: 384px;
    height: 145px;
    left: 357px;
    width: 378px;
  }
  .lobby-page-new .sponsor {
    height: 122px;
    right: 231px;
    width: 149px;
    top: 396px;
  }
  .lobby-page-new .lounge {
    height: 95px;
    right: -67px;
    width: 79px;
    top: 386px;
  }
  .lobby-page-new .poster-tall {
    height: 103px;
    left: 57px;
    top: 89px;
    width: 183px;
  }
  .lobby-page-new .poster-medium {
    height: 103px;
    right: 58px;
    top: 89px;
    width: 183px;
  }
  .lobby-page-new .poster-big {
    height: 156px;
    left: 163px;
    width: 86px;
    top: 370px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 154px;
    left: 438px;
    position: absolute;
    top: 52px;
    width: 258px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 183px;
    height: 158px;
    left: -105px;
    width: 130px;
  }
  .lobby-page-new .exhibition {
    height: 100px;
    left: 95px;
    top: 251px;
    width: 143px;
  }
  .lobby-page-new .exhibition2 {
    height: 98px;
    right: 92px;
    top: 251px;
    width: 143px;
  }
  .lobby-page-new .auditorium {
    top: 229px;
    height: 114px;
    right: 472px;
    width: 197px;
  }
  .lobby-page-new .infodesk {
    top: 362px;
    height: 132px;
    left: 372px;
    width: 347px;
  }
  .lobby-page-new .sponsor {
    height: 115px;
    right: 252px;
    width: 140px;
    top: 370px;
  }
  .lobby-page-new .lounge {
    height: 88px;
    right: -26px;
    width: 73px;
    top: 362px;
  }
  .lobby-page-new .poster-tall {
    height: 100px;
    left: 87px;
    top: 80px;
    width: 174px;
  }
  .lobby-page-new .poster-medium {
    height: 100px;
    right: 89px;
    top: 79px;
    width: 174px;
  }
  .lobby-page-new .poster-big {
    height: 143px;
    left: 187px;
    width: 82px;
    top: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 126px;
    left: 373px;
    position: absolute;
    top: 42px;
    width: 209px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 183px;
    height: 158px;
    left: -105px;
    width: 130px;
  }
  .lobby-page-new .exhibition {
    height: 78px;
    left: 94px;
    top: 204px;
    width: 117px;
  }
  .lobby-page-new .exhibition2 {
    height: 78px;
    right: 91px;
    top: 204px;
    width: 117px;
  }
  .lobby-page-new .auditorium {
    top: 185px;
    height: 93px;
    right: 400px;
    width: 159px;
  }
  .lobby-page-new .infodesk {
    top: 292px;
    height: 107px;
    left: 319px;
    width: 285px;
  }
  .lobby-page-new .sponsor {
    height: 95px;
    right: 221px;
    width: 116px;
    top: 299px;
  }
  .lobby-page-new .lounge {
    height: 72px;
    right: -4px;
    width: 62px;
    top: 293px;
  }
  .lobby-page-new .poster-tall {
    height: 83px;
    left: 87px;
    top: 64px;
    width: 143px;
  }
  .lobby-page-new .poster-medium {
    height: 83px;
    right: 89px;
    top: 64px;
    width: 143px;
  }
  .lobby-page-new .poster-big {
    height: 118px;
    left: 170px;
    width: 67px;
    top: 282px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .lobby-page-new iframe, .lobby-page-new video {
    height: 91px;
    left: 192px;
    position: absolute;
    top: 31px;
    width: 153px;
    background: #000;
  }
  .lobby-page-new .walkthrough {
    top: 183px;
    height: 158px;
    left: -105px;
    width: 130px;
  }
  .lobby-page-new .exhibition {
    height: 55px;
    left: -13px;
    top: 150px;
    width: 86px;
  }
  .lobby-page-new .exhibition2 {
    height: 55px;
    right: -15px;
    top: 150px;
    width: 86px;
  }
  .lobby-page-new .auditorium {
    top: 135px;
    height: 70px;
    right: 211px;
    width: 117px;
  }
  .lobby-page-new .infodesk {
    top: 215px;
    height: 78px;
    left: 150px;
    width: 211px;
  }
  .lobby-page-new .sponsor {
    height: 70px;
    right: 80px;
    width: 85px;
    top: 220px;
  }
  .lobby-page-new .lounge {
    height: 54px;
    right: -85px;
    width: 45px;
    top: 215px;
  }
  .lobby-page-new .poster-tall {
    height: 56px;
    left: -16px;
    top: 50px;
    width: 102px;
  }
  .lobby-page-new .poster-medium {
    height: 56px;
    right: -15px;
    top: 50px;
    width: 102px;
  }
  .lobby-page-new .poster-big {
    height: 88px;
    left: 41px;
    width: 51px;
    top: 206px;
  }
}

@media (min-width: 736px) and (max-width: 812px) and (orientation: landscape) {
  .lobby-page-new .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new iframe, .lobby-page-new video {
    height: 101px;
    left: 258px;
    position: absolute;
    top: 154px;
    width: 212px;
  }
  .lobby-page-new .pdf-link {
    height: 162px;
    left: unset;
    position: absolute;
    right: 63px;
    top: 140px;
    width: 130px;
  }
}

@media (min-width: 667px) and (max-width: 735px) and (orientation: landscape) {
  .lobby-page-new .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new iframe, .lobby-page-new video {
    height: 83px;
    left: 183px;
    position: absolute;
    top: 134px;
    width: 181px;
  }
  .lobby-page-new .pdf-link {
    height: 162px;
    position: absolute;
    left: unset;
    right: 34px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 640px) and (max-width: 666px) and (orientation: landscape) {
  .lobby-page-new .link-sec {
    position: absolute;
    left: 32%;
    top: 16px;
    width: 41%;
    transform: scale(0.5);
  }
  .lobby-page-new iframe, .lobby-page-new video {
    height: 78px;
    left: 188px;
    position: absolute;
    top: 129px;
    width: 172px;
  }
  .lobby-page-new .pdf-link {
    height: 162px;
    position: absolute;
    left: unset;
    right: 34px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 568px) and (max-width: 639px) and (orientation: landscape) {
  .lobby-page-new .link-sec {
    position: absolute;
    left: 32%;
    top: 0px;
    width: 38%;
    transform: scale(0.4);
  }
  .lobby-page-new iframe, .lobby-page-new video {
    height: 71px;
    left: 211px;
    position: absolute;
    top: 114px;
    width: 154px;
  }
  .lobby-page-new .pdf-link {
    height: 130px;
    position: absolute;
    left: unset;
    right: 65px;
    top: 109px;
    width: 105px;
  }
}

@media (min-width: 412px) and (max-width: 480px) {
  .lobby-page-new {
    /*.exhibition2 {
			display: none;
		}*/
  }
  .lobby-page-new iframe, .lobby-page-new video {
    background: #000;
    height: 97px;
    left: unset;
    position: absolute;
    top: 180px;
    width: 166px;
    right: 21px;
  }
  .lobby-page-new .exhibition {
    height: 71px;
    left: 7px;
    top: 327px;
    width: 103px;
  }
  .lobby-page-new .exhibition2 {
    top: 399px;
    height: 120px;
    right: 30px;
    width: 146px;
  }
  .lobby-page-new .auditorium {
    height: 89px;
    right: 25px;
    top: 291px;
    width: 158px;
  }
  .lobby-page-new .infodesk {
    height: 53px;
    left: 61px;
    top: 434px;
    width: 184px;
  }
  .lobby-page-new .sponsor {
    height: 122px;
    right: 73px;
    top: 411px;
    width: 64px;
  }
  .lobby-page-new .lounge {
    height: 67px;
    right: 20px;
    width: 57px;
    top: 415px;
  }
  .lobby-page-new .poster-tall {
    height: 53px;
    left: 27px;
    top: 188px;
    width: 132px;
  }
  .lobby-page-new .poster-medium {
    height: 59px;
    left: 27px;
    right: unset;
    top: 241px;
    width: 133px;
  }
  .lobby-page-new .poster-big {
    height: 154px;
    left: 91px;
    top: 0px;
    width: 82px;
  }
}

@media (min-width: 393px) and (max-width: 411px) {
  .lobby-page-new {
    /*.exhibition2 {
			display: none;
		}*/
  }
  .lobby-page-new .link-t {
    border: 1px solid red;
  }
  .lobby-page-new .exhibition2 {
    top: 397px;
    height: 69px;
    right: 21px;
    width: 125px;
  }
  .lobby-page-new .auditorium {
    top: 277px;
    height: 91px;
    right: 26px;
    width: 133px;
  }
  .lobby-page-new .exhibition {
    top: 311px;
    height: 59px;
    left: 18px;
    width: 70px;
  }
  .lobby-page-new .infodesk {
    top: 453px;
    height: 75px;
    left: 15px;
    width: 162px;
  }
  .lobby-page-new iframe, .lobby-page-new video {
    background: #000;
    height: 90px;
    left: unset;
    position: absolute;
    top: 186px;
    width: 150px;
    right: 22px;
  }
  .lobby-page-new .sponsor {
    height: 64px;
    right: 199px;
    width: 77px;
    top: 364px;
  }
  .lobby-page-new .lounge {
    height: 67px;
    right: 20px;
    width: 57px;
    top: 415px;
  }
  .lobby-page-new .poster-tall {
    height: 49px;
    left: 24px;
    top: 184px;
    width: 121px;
  }
  .lobby-page-new .poster-medium {
    height: 45px;
    right: unset;
    left: 24px;
    top: 233px;
    width: 121px;
  }
  .lobby-page-new .poster-big {
    height: 147px;
    left: 85px;
    width: 73px;
    top: 0px;
  }
}

@media (min-width: 375px) and (max-width: 392px) {
  .lobby-page-new {
    background-position: center -25px;
    background-size: 100%;
    /*.exhibition2 {
			display: none;
		}*/
  }
  .lobby-page-new iframe, .lobby-page-new video {
    background: #000;
    height: 88px;
    left: unset;
    position: absolute;
    top: 178px;
    width: 150px;
    right: 18px;
  }
  .lobby-page-new .exhibition {
    top: 302px;
    height: 68px;
    left: 7px;
    width: 99px;
  }
  .lobby-page-new .exhibition2 {
    top: 377px;
    height: 111px;
    right: 26px;
    width: 133px;
  }
  .lobby-page-new .auditorium {
    top: 277px;
    height: 91px;
    right: 11px;
    width: 160px;
  }
  .lobby-page-new .infodesk {
    top: 421px;
    height: 52px;
    left: 33px;
    width: 184px;
  }
  .lobby-page-new .sponsor {
    height: 124px;
    right: 82px;
    width: 64px;
    top: 374px;
  }
  .lobby-page-new .lounge {
    height: 67px;
    right: 20px;
    width: 57px;
    top: 415px;
  }
  .lobby-page-new .poster-tall {
    height: 49px;
    left: 24px;
    top: 184px;
    width: 121px;
  }
  .lobby-page-new .poster-medium {
    height: 45px;
    right: unset;
    left: 24px;
    top: 233px;
    width: 121px;
  }
  .lobby-page-new .poster-big {
    height: 147px;
    left: 85px;
    width: 73px;
    top: 0px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .lobby-page-new {
    /*.exhibition2 {
			display: none;
		}*/
  }
  .lobby-page-new .link-t {
    border: 1px solid red;
  }
  .lobby-page-new iframe, .lobby-page-new video {
    background: #000;
    height: 84px;
    left: unset;
    position: absolute;
    top: 171px;
    width: 144px;
    right: 18px;
  }
  .lobby-page-new .exhibition {
    height: 67px;
    left: 1px;
    top: 289px;
    width: 93px;
  }
  .lobby-page-new .exhibition2 {
    top: 399px;
    height: 68px;
    right: 18px;
    width: 125px;
  }
  .lobby-page-new .auditorium {
    top: 264px;
    height: 85px;
    right: 17px;
    width: 152px;
  }
  .lobby-page-new .infodesk {
    height: 53px;
    left: 27px;
    top: 399px;
    width: 178px;
  }
  .lobby-page-new .sponsor {
    height: 116px;
    right: 89px;
    top: 378px;
    width: 60px;
  }
  .lobby-page-new .lounge {
    height: 67px;
    right: 20px;
    width: 57px;
    top: 415px;
  }
  .lobby-page-new .poster-tall {
    height: 52px;
    left: 21px;
    top: 171px;
    width: 116px;
  }
  .lobby-page-new .poster-medium {
    height: 50px;
    left: 21px;
    right: unset;
    top: 223px;
    width: 116px;
  }
  .lobby-page-new .poster-big {
    height: 147px;
    left: 78px;
    top: 0px;
    width: 71px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .lobby-page-new {
    /*.exhibition2 {
			display: none;
		}*/
  }
  .lobby-page-new .top-bar {
    font-size: 10px;
    width: 60px;
  }
  .lobby-page-new iframe, .lobby-page-new video {
    background: #000;
    height: 78px;
    left: unset;
    position: absolute;
    top: 154px;
    width: 131px;
    right: 14px;
  }
  .lobby-page-new .exhibition {
    top: 256px;
    height: 66px;
    left: 0px;
    width: 83px;
  }
  .lobby-page-new .exhibition2 {
    top: 341px;
    height: 89px;
    right: 21px;
    width: 115px;
  }
  .lobby-page-new .auditorium {
    top: 235px;
    height: 86px;
    right: 3px;
    width: 148px;
  }
  .lobby-page-new .infodesk {
    height: 52px;
    left: 5px;
    top: 373px;
    width: 179px;
  }
  .lobby-page-new .sponsor {
    height: 103px;
    right: 69px;
    top: 323px;
    width: 63px;
  }
  .lobby-page-new .lounge {
    height: 67px;
    right: 14px;
    width: 57px;
    top: 361px;
  }
  .lobby-page-new .poster-tall {
    height: 49px;
    left: 21px;
    top: 146px;
    width: 105px;
  }
  .lobby-page-new .poster-medium {
    height: 54px;
    right: unset;
    left: 21px;
    top: 195px;
    width: 105px;
  }
  .lobby-page-new .poster-big {
    height: 124px;
    left: 68px;
    width: 68px;
    top: 0px;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .lobby-page-new {
    background: url("../images/lobby-iphone-x.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new .link-sec {
    position: absolute;
    left: 20%;
    top: 182px;
    width: 50%;
  }
  .lobby-page-new .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .lobby-page-new {
    background: url("../images/lobby-iphone-6p.jpg") center 0px no-repeat;
    background-size: cover;
  }
  .lobby-page-new .link-sec {
    position: absolute;
    left: 20%;
    top: 185px;
    width: 50%;
  }
  .lobby-page-new .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 645px) and (orientation: portrait) {
  .lobby-page-new {
    background: url("../images/lobby-375x667.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new .link-sec {
    position: absolute;
    left: 20%;
    top: 200px;
    width: 50%;
  }
  .lobby-page-new .link-sec a {
    height: 22px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .lobby-page-new {
    background: url("../images/lobby-iphone-6.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new .link-sec {
    position: absolute;
    left: 20%;
    top: 185px;
    width: 50%;
  }
  .lobby-page-new .link-sec a {
    height: 22px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .lobby-page-new {
    background: url("../images/lobby-iphone-5.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .lobby-page-new .link-sec {
    position: absolute;
    left: 20%;
    top: 160px;
    width: 50%;
  }
  .lobby-page-new .link-sec a {
    height: 26px;
    font-size: 10px;
    background-color: #44007A;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

.lobby-page {
  background: url("../images/lobby-19201200.jpg") center 0 no-repeat;
  background-size: 100%;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

@media (min-width: 768px) {
  .lobby-page .shopping-pavilion {
    height: 273px;
    left: 10px;
    top: 210px;
    width: 190px;
  }
  .lobby-page .infodesk {
    height: 51px;
    right: 35px;
    top: 267px;
    width: 100px;
  }
  .lobby-page .events {
    height: 36px;
    right: 0px;
    top: 48px;
    width: 85px;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .lobby-page {
    background: url("../images/lobby-iphone-x.jpg") center 0 no-repeat;
  }
  .lobby-page.lobby-new {
    background: url("../images/lobbynew1-iphone-x.jpg") center 0 no-repeat;
  }
  .lobby-page .shopping-pavilion {
    height: 218px;
    left: 20px;
    top: 266px;
    width: 162px;
  }
  .lobby-page .infodesk {
    height: 51px;
    right: 45px;
    top: 301px;
    width: 100px;
  }
  .lobby-page .events {
    height: 36px;
    right: 10px;
    top: 59px;
    width: 84px;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .lobby-page {
    background: url("../images/lobby-iphone-6p.jpg") center 0 no-repeat;
  }
  .lobby-page.lobby-new {
    background: url("../images/lobbynew1-iphone-6p.jpg") center 0 no-repeat;
  }
  .lobby-page .shopping-pavilion {
    height: 218px;
    left: 41px;
    top: 235px;
    width: 162px;
  }
  .lobby-page .infodesk {
    height: 51px;
    right: 49px;
    top: 272px;
    width: 100px;
  }
  .lobby-page .events {
    height: 41px;
    right: 10px;
    top: 58px;
    width: 92px;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .lobby-page {
    background: url("../images/lobby-iphone-6.jpg") center 0 no-repeat;
  }
  .lobby-page.lobby-new {
    background: url("../images/lobbynew1-iphone-6.jpg") center 0 no-repeat;
  }
  .lobby-page .shopping-pavilion {
    height: 218px;
    left: 25px;
    top: 227px;
    width: 162px;
  }
  .lobby-page .infodesk {
    height: 51px;
    right: 34px;
    top: 263px;
    width: 100px;
  }
  .lobby-page .events {
    height: 36px;
    right: 5px;
    top: 47px;
    width: 85px;
  }
}

@media (max-width: 320px) {
  .lobby-page {
    background: url("../images/lobby-iphone-5.jpg") center 0 no-repeat;
  }
  .lobby-page.lobby-new {
    background: url("../images/lobbynew1-iphone-5.jpg") center 0 no-repeat;
  }
  .lobby-page .shopping-pavilion {
    height: 218px;
    left: 12px;
    top: 184px;
    width: 138px;
  }
  .lobby-page .infodesk {
    height: 51px;
    right: 25px;
    top: 213px;
    width: 100px;
  }
  .lobby-page .events {
    height: 36px;
    right: 3px;
    top: 42px;
    width: 77px;
  }
}

/* end lobby page */
/* register page */
.register-page {
  align-items: center;
  background: #fef4eb url("../../images/register-bulbs.png") center 0 no-repeat;
  background-size: contain;
  text-align: center;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

.register-page .sandook-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-page .sandook-logo figure {
  width: 102px;
}

.register-page .sandook-logo p {
  margin: 15px 0;
}

.register-page .sandook-logo p, .register-page .sandook-logo p strong {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.register-page .sandook-logo p strong {
  display: block;
  color: #f48f33;
}

.register-page .brand-logo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 15px;
  width: 100%;
}

.register-page .brand-logo figure {
  width: 70px;
}

.register-page .brand-logo img {
  max-width: 100%;
  height: auto;
}

.register-page .brand-logo .h2 {
  color: #fff;
  line-height: normal;
  margin-left: 15px;
  text-align: right;
}

.register-page .flower {
  float: right;
  width: 250px;
}

.register-page .content {
  background: #fff;
  box-shadow: 0 0 5px #b5b5b5;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  max-width: 960px;
  padding: 15px 20px;
  width: 90%;
}

.register-page .content p {
  color: #242321;
  font-weight: bold;
  line-height: normal;
  font-size: 15px;
}

.register-page .content p strong {
  color: #f48f33;
  display: block;
  font-size: 15px;
}

.register-page .content .h1, .register-page .content .h2, .register-page .content .h3, .register-page .content .h4, .register-page .content .h5, .register-page .content .h6 {
  color: #ffffff;
  margin-bottom: 15px;
}

.register-page .content .h1 {
  font-size: 30px;
}

.register-page .content .h2 {
  font-size: 24px;
}

.register-page .content .h3 {
  font-size: 20px;
}

.register-page :-ms-input-placeholder {
  /* Internet Explorer */
  color: #000;
}

.register-page ::-moz-placeholder {
  color: #000 !important;
}

.register-page ::placeholder {
  color: #000 !important;
}

.register-page h1 {
  margin-bottom: 30px;
}

.register-page .input-simple-2.has-icon i {
  border-left: 1px solid #242321;
  color: #242321;
  height: 20px;
  line-height: 20px;
  right: 3px;
  top: 10px;
  width: 36px;
}

.register-page .input-simple-2 input,
.register-page .input-simple-2 textarea {
  border: solid 2px #242321;
  border-radius: 10px !important;
  color: #242321;
}

.register-page .input-simple-2 input:focus,
.register-page .input-simple-2 textarea:focus {
  border: 2px solid #242321 !important;
}

.register-page .input-simple-2 input {
  height: 40px;
}

.register-page .extra-caption {
  font-size: 12px;
  font-weight: bold;
}

.register-page .extra-caption .float-left,
.register-page .extra-caption .float-right {
  margin-top: 0;
}

.register-page .extra-caption a {
  display: inline-block;
}

.register-page .select-box-2 {
  border: solid 2px #fff;
  border-radius: 10px !important;
}

.register-page .select-box-2 select {
  color: #ffffff;
}

.register-page .captcha {
  background: url("../images/capthabg.jpg");
}

@media (min-width: 768px) {
  .register-page {
    padding-top: 15px;
    background-size: cover;
  }
  .register-page select:focus {
    color: #a3a3a3;
  }
  .register-page .content {
    font-size: 0;
    height: auto;
  }
  .register-page .content > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .register-page .content > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .register-page .content .captcha {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .register-page .content {
    height: auto;
    margin-top: 5%;
    max-height: 95%;
    overflow-y: auto;
    padding: 30px 15px 50px;
  }
}

/* end register page */
/* sponsors */
.sponsors-sec {
  padding-bottom: 15px;
  width: 90%;
  max-width: 960px;
}

.sponsors-sec h1 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

/* sponsors */
/* welcome page */
.welcome-page {
  background: #e9f07a url("../images/welcome-1920x1200.jpg") center 0 no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  /* .button {
		color: #009985 !important;
		margin-top: 400px;
	} */
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

.welcome-page .h2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: capitalize;
}

.welcome-page.exhibitorlist {
  background-attachment: fixed;
}

.welcome-page.register-free .contactField {
  width: 100%;
}

.welcome-page.register-free .user-type {
  display: flex;
  justify-content: center;
}

.welcome-page.register-free .user-type label {
  margin-right: 15px;
}

.welcome-page.register-free .user-type .checkboxes-demo {
  display: flex;
}

.welcome-page.register-free .user-type .fac-radio-round > input[type=radio] + label:before {
  background-color: rgba(255, 237, 0, 0.9);
}

.welcome-page.register-free input:focus {
  border: 3px solid #B1243A;
}

.welcome-page.register-free .info-sec {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 15px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.welcome-page.register-free .info-sec .h2 {
  margin-top: 0;
}

.welcome-page.register-free .info-sec p {
  margin-bottom: 15px;
}

.welcome-page.register-free .info-sec ul {
  margin-bottom: 0;
}

.welcome-page label {
  text-align: left;
  font-weight: bold;
  color: #fff;
}

.welcome-page .register-sec {
  width: 700px;
  margin-top: 150px;
  color: #ffffff;
}

.welcome-page .register-sec p {
  color: #fff;
}

.welcome-page .register-sec .input-simple-2 {
  background: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}

.welcome-page .register-sec .input-simple-2 input {
  height: 45px;
}

.welcome-page .logo {
  display: inline-block;
  margin-top: 10px;
  width: 30%;
}

.welcome-page .logo img {
  max-width: 100%;
  height: auto;
}

.welcome-page .register-btn {
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  font-family: "Century Gothic";
  font-size: 20px;
  font-weight: bold;
  justify-content: space-between;
  left: 75px;
  bottom: 75px;
  padding: 5px 28px;
  position: absolute;
  text-transform: uppercase;
  width: 200px;
  height: 100px;
}

.welcome-page .register-btn:before {
  border-color: transparent #48CFAD transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  height: 0;
  margin-top: -10px;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 0;
}

.welcome-page .register-btn:after {
  border-color: transparent transparent transparent #48CFAD;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  height: 0;
  margin-top: -10px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
}

.welcome-page .register-btn img {
  display: none;
  margin-right: 10px;
  width: 25px;
}

@media (min-width: 700px) {
  .welcome-page .cont {
    top: 0px;
  }
}

.welcome-page .content {
  border-radius: 10px;
  background: rgba(89, 20, 5, 0.7);
  max-width: 765px;
  margin: 130px auto 0;
  padding: 15px 15px 0;
  color: #ffffff;
  text-align: center;
  /* top: 570px;
		display: flex; */
}

.welcome-page .content .button {
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}

.welcome-page .content .input-simple-2 {
  background: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}

.welcome-page .content .input-simple-2 input {
  height: 45px;
}

.welcome-page .content .h2 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 2px;
  text-transform: capitalize;
  color: #ffed00;
}

.welcome-page .content.login-box {
  max-width: 300px;
  background: rgba(89, 20, 5, 0.7);
  color: #fff;
  margin-top: 395px;
}

.welcome-page .content.login-box form label {
  text-transform: uppercase;
  line-height: normal;
}

.welcome-page .content.login-box form label strong {
  color: #fdbf4a;
  display: block;
  line-height: normal;
}

.welcome-page .content.login-box form label span {
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
}

.welcome-page .content.login-box form .contactFormButton label {
  display: none;
}

.welcome-page .g-translate {
  /* Tab 768 x 1024 */
}

.welcome-page .g-translate #google_translate_element {
  align-items: flex-start;
  display: flex;
}

.welcome-page .g-translate #google_translate_element img {
  left: 0 !important;
  position: relative;
  top: 5px;
  display: none;
}

@media (min-width: 752px) {
  .welcome-page .g-translate {
    position: absolute;
    right: 15px;
  }
  .welcome-page .g-translate #google_translate_element {
    margin-left: 300px;
  }
}

@media (min-width: 668px) and (max-width: 900px) and (orientation: landscape) {
  .welcome-page .content {
    margin-top: 15px;
    padding: 0 15px;
  }
  .welcome-page .content.login-box {
    transform: scale(0.3);
    margin-top: 0;
  }
  .welcome-page .sponsors-partner {
    transform: scale(0.3);
    position: absolute;
    margin: 0;
  }
  .welcome-page.register-free .container:nth-of-type(1n) {
    -moz-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
  }
  .welcome-page.register-free .container:nth-of-type(1n) .content {
    position: absolute;
    top: 450px;
  }
  .welcome-page.register-free .sponsors-partner {
    bottom: 25px;
  }
}

@media (min-width: 568px) and (max-width: 812px) and (orientation: landscape) {
  .welcome-page .content {
    margin-top: 15px;
    padding: 0 15px;
  }
  .welcome-page .content.login-box {
    transform: scale(0.3);
    margin-top: 0;
  }
  .welcome-page .sponsors-partner {
    transform: scale(0.3);
    position: absolute;
    margin: 0;
  }
  .welcome-page.register-free .container:nth-of-type(1n) {
    -moz-transform: scale(0.15);
    -webkit-transform: scale(0.15);
    -o-transform: scale(0.15);
    -ms-transform: scale(0.15);
    position: absolute;
    top: -400px;
  }
  .welcome-page.register-free .container:nth-of-type(1n) .content {
    position: unset;
  }
  .welcome-page.register-free .sponsors-partner {
    bottom: -25px;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .welcome-page {
    background: #bac36b url("../images/welcome-iphone-x.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .welcome-page {
    background: #bac36b url("../images/welcome-iphone-6p.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .welcome-page {
    background: #bac36b url("../images/welcome-iphone-6.jpg") center 0 no-repeat;
    background-size: cover;
  }
  .welcome-page .content {
    margin: 155px auto 0;
  }
  .welcome-page .content.login-box {
    margin-top: 300px;
  }
}

@media (max-width: 320px) {
  .welcome-page {
    background: #bac36b url("../images/welcome-iphone-5.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

.welcome-page .expo-name {
  display: none;
  font-size: 27px;
  font-weight: bold;
  left: 449px;
  position: absolute;
  text-transform: uppercase;
  top: 89px;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 x 1024 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* mobile */
  /* iPhone 6S Plus */
  /* iPhone 12 Pro Max */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

@media (min-width: 1904px) {
  .welcome-page .expo-name {
    left: 398px;
    top: 137px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .welcome-page .expo-name {
    left: 425px;
    top: 116px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .welcome-page .expo-name {
    left: 430px;
    top: 109px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .welcome-page .expo-name {
    top: 95px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) and (min-height: 900px) {
  .welcome-page .expo-name {
    left: 457px;
    top: 82px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) and (max-height: 800px) {
  .welcome-page .expo-name {
    left: 457px;
    top: 82px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .welcome-page .expo-name {
    left: 387px;
    top: 63px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .welcome-page .expo-name {
    font-size: 16px;
    left: 42px;
    top: 131px;
  }
}

@media (min-width: 412px) and (max-width: 480px) {
  .welcome-page .expo-name {
    left: 45px;
    font-size: 13px;
    top: 105px;
  }
}

@media (min-width: 393px) and (max-width: 411px) {
  .welcome-page .expo-name {
    left: 45px;
    font-size: 15px;
    top: 130px;
  }
}

@media (min-width: 390px) and (max-width: 392px) {
  .welcome-page .expo-name {
    left: 45px;
    font-size: 15px;
    top: 100px;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .welcome-page .expo-name {
    left: 45px;
    font-size: 12px;
    top: 92px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .welcome-page .expo-name {
    left: 45px;
    font-size: 12px;
    top: 92px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .welcome-page .expo-name {
    left: 40px;
    font-size: 12px;
    top: 80px;
  }
}

@media (min-width: 568px) and (max-width: 812px) and (orientation: landscape) {
  .is-ios .welcome-page.register-free .sponsors-partner {
    bottom: 20px;
  }
}

/* end welcome page */
/* float */
.float-sec {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 999;
}

/* end float */
.header-line-1 .brand-logo {
  width: 50px;
}

.header-line-1 .brand-logo img {
  max-width: 100%;
  height: auto;
}

.header-line-2 .brand-logo {
  width: 75px;
}

.header-line-2 .brand-logo img {
  max-width: 100%;
  height: auto;
}

.pavilions-category .content-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: -35px auto 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 90%;
  z-index: 100;
}

.pavilions-category .content-box h1 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-shadow: 1px 1px 3px #676767;
  width: 120px;
}

.pavilions-category .content-box .button {
  margin: 0;
}

/* video full */
.video-full-page {
  background: #000000;
}

.video-full-page .skip-btn {
  position: absolute;
  right: 15px;
}

.video-full-page .btn {
  float: right;
}

.video-full {
  position: relative;
  clear: both;
}

.video-full .close-btn {
  color: #f48f33;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99999999;
}

.video-full .skip-btn {
  position: absolute;
  z-index: 99999999;
  bottom: 15px;
  right: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.video-full video, .video-full iframe {
  background: #000;
  width: 100vw;
}

/* endvideo full */
/* New design 16-09-20 */
.site-header {
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

.site-header.header-active {
  display: block;
}

.site-header .container {
  align-items: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.site-header .flower {
  width: 70px;
  flex-shrink: 0;
}

.site-header .logo {
  margin: 0px 0px 8px;
  width: 176px;
}

.site-header .bulb-flower {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.site-header .bulb-flower img {
  max-height: 100%;
  height: auto;
}

.site-header .icon-sec {
  align-items: center;
  display: flex;
  margin-top: 15px;
}

.site-header .icon-sec a {
  color: #fff;
  margin: 0;
}

.site-header .icon-sec a.icon-circle {
  background: #F5BC3F;
}

.site-header .icon-sec a + a {
  margin-left: 10px;
}

.site-header .icon-sec .icon-xs {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.site-header .icon-sec .icon-xs i {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

@media screen and (min-width: 768px) {
  .site-header {
    margin: 0 auto;
  }
}

figure.frame {
  position: relative;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
}

figure.frame .top-label {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

figure.frame .photo-frame {
  position: absolute;
  z-index: 1;
  display: none;
}

.slider-sec .title-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-design {
  border-radius: 8px;
  color: #f48f33;
  padding: 5px 15px;
  position: relative;
}

.title-design:before {
  border-color: transparent #b69958 transparent transparent;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  height: 0;
  margin-top: -15px;
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
}

.title-design:after {
  border-color: transparent transparent transparent #b69958;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  height: 0;
  margin-top: -15px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0;
}

.jewellery-pavillion {
  background-size: contain;
  line-height: normal;
  min-height: 100vh;
  padding-bottom: 85px;
  padding-top: 15px;
  /* store seller */
  /* end store seller */
}

.jewellery-pavillion p {
  line-height: normal;
  margin: 0;
}

.jewellery-pavillion .container {
  margin-bottom: 0;
}

.jewellery-pavillion .h1 {
  font-size: 17.56px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.jewellery-pavillion .slider-sec {
  padding-bottom: 15px;
}

.jewellery-pavillion .slider-sec .title-sec {
  padding: 0 8px;
}

.jewellery-pavillion .slider-sec .title-sec figure {
  width: 45px;
}

.jewellery-pavillion .slider-sec .title-design {
  background: url("../images/category-title-bg.png") 0 0 no-repeat;
  width: 292px;
  height: 53px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.jewellery-pavillion .slider-sec .title-design img {
  width: 30px;
  margin-right: 5px;
}

.jewellery-pavillion .slider-sec .title-design .h1 {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  width: calc(100% - 40px);
  text-align: center;
}

.jewellery-pavillion .slider-sec .owl-carousel {
  margin-top: 30px;
}

.jewellery-pavillion .slider-sec .owl-carousel figure.frame .top-label {
  background: url("../images/top-label1.png") center 0 no-repeat;
  background-size: contain;
  color: #576762;
  font-family: "Bebas Neue";
  font-size: 20px;
  height: 14%;
  left: 20px;
  top: 30px;
  width: 14%;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-nav {
  margin-top: -50px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-nav [class*='owl-'] {
  align-items: center;
  background: rgba(182, 153, 88, 0.8);
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 22px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-nav .owl-prev {
  left: 35px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-nav .owl-next {
  right: 35px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-nav .fa {
  font-size: 30px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-dots {
  margin-top: 15px;
}

.jewellery-pavillion .slider-sec .owl-carousel .owl-dots .owl-dot.active {
  background: #b69958;
  padding: 0 8px;
}

.jewellery-pavillion .slider-sec ul {
  padding: 0;
  list-style: none;
}

.jewellery-pavillion .slider-sec ul li {
  margin-top: 15px;
}

.jewellery-pavillion .slider-sec ul li figure.frame .top-label {
  display: none;
  background: url("../images/top-label1.png") center 0 no-repeat;
  background-size: contain;
  color: #576762;
  font-family: "Bebas Neue";
  font-size: 20px;
  height: 14%;
  left: 20px;
  top: 30px;
  width: 14%;
}

.jewellery-pavillion .slider-sec .inner-content .content-frame {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.jewellery-pavillion .slider-sec .inner-content .brand-info {
  align-items: center;
  background: #867e76;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  min-height: 60px;
  padding: 15px;
  border-radius: 10px;
}

.jewellery-pavillion .slider-sec .inner-content .brand-info figure {
  flex-shrink: 0;
  height: 60px;
  margin-right: 10px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.jewellery-pavillion .slider-sec .inner-content .brand-info .details .h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.jewellery-pavillion .slider-sec .inner-content .brand-info .details p {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
  font-size: 11px;
  color: #fff;
}

.jewellery-pavillion .session-sec {
  background: #867e76;
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
}

.jewellery-pavillion .session-sec .flower {
  bottom: 10px;
  left: 10px;
  position: absolute;
}

.jewellery-pavillion .session-sec .bulb {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  display: none;
}

.jewellery-pavillion .session-sec .h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  padding-left: 60px;
}

.jewellery-pavillion .session-sec .h3 {
  color: #b69958;
  font-family: "Bebas Neue";
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}

.jewellery-pavillion .session-sec .col {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jewellery-pavillion .session-sec .col .h3 {
  font-family: "Bebas Neue";
  font-size: 20px;
  color: #ffffff;
}

.jewellery-pavillion .session-sec .col + .col {
  border-left: 1px solid #fff;
}

.jewellery-pavillion .session-sec .col ul {
  margin: 0;
  list-style: none;
}

.jewellery-pavillion .session-sec .col ul li {
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  margin: 5px 0 0;
  padding-left: 15px;
  position: relative;
  text-align: left;
}

.jewellery-pavillion .session-sec .col ul li:before {
  color: #b69958;
  content: '\f45c';
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 9px;
}

.jewellery-pavillion .product-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.jewellery-pavillion .product-list ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.jewellery-pavillion .product-list ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  vertical-align: top;
  width: calc((100% - 15px) / 2);
}

.jewellery-pavillion .product-list ul li:nth-child(2n) {
  margin-right: 0;
}

.jewellery-pavillion .product-list ul li figure.frame .top-label {
  background: #fed8a5;
  border-radius: 2px;
  height: 23px;
  left: 20px;
  top: 20px;
  transform: rotate(45deg);
  width: 23px;
}

.jewellery-pavillion .product-list ul li figure.frame .top-label span {
  display: inline-block;
  transform: rotate(-45deg);
  font-family: "Bebas Neue";
  font-size: 14px;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info {
  background: #b69958;
  margin-top: 5px;
  padding: 5px;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info .brands {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info .brands figure {
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info .brands .h4 {
  font-family: "Coolvetica Rg";
  color: #fff;
  font-size: 17px;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info .details {
  height: 25px;
  margin-top: 5px;
  overflow: hidden;
}

.jewellery-pavillion .product-list ul li .inner-content .brand-info .details p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

.jewellery-pavillion .product-list ul li .inner-content .content-frame {
  display: none;
}

.jewellery-pavillion .site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  display: none;
}

.jewellery-pavillion .site-footer img {
  width: 22%;
}

.jewellery-pavillion #sumcatnew {
  justify-content: center;
  margin-bottom: 15px;
}

.jewellery-pavillion .control-sec {
  color: #b69958;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  justify-content: space-between;
  text-transform: uppercase;
}

.jewellery-pavillion .control-sec a {
  color: #9d8349;
  font-weight: bold;
}

.jewellery-pavillion .store-seller .otherinfosummcl {
  font-family: "Open Sans", sans-serif;
  line-height: 13px;
  color: #576762;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.jewellery-pavillion .store-seller .title {
  margin-top: 20px;
}

.jewellery-pavillion .store-seller .title .content-frame {
  display: none;
  position: absolute;
  top: 0;
  z-index: 0;
}

.jewellery-pavillion .store-seller .title .brand-info {
  display: inline-block;
  background: #66543c;
  margin-left: 11px;
  height: 36px;
  position: relative;
}

.jewellery-pavillion .store-seller .title .brand-info:before {
  background: url("../images/stall-title-left.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 36px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 11px;
}

.jewellery-pavillion .store-seller .title .brand-info:after {
  background: url("../images/stall-title-right.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 36px;
  right: -10px;
  position: absolute;
  top: 0;
  width: 11px;
}

.jewellery-pavillion .store-seller .title .brand-info figure {
  display: none;
  flex-shrink: 0;
  height: 50px;
  margin-right: 10px;
  position: relative;
  top: -5px;
  width: 50px;
}

.jewellery-pavillion .store-seller .title .brand-info .details .h4 {
  color: #ecddcf;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 9px 15px;
  text-transform: uppercase;
}

.jewellery-pavillion .store-seller .title .brand-info .details p {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  line-height: 14px;
}

.jewellery-pavillion .store-seller .banner {
  border-radius: 20px;
  border: 6px solid #fff;
  overflow: hidden;
}

.jewellery-pavillion .store-seller .banner iframe {
  width: 100%;
  background: #000;
}

.jewellery-pavillion .store-seller .banner .responsive-image {
  margin: 0;
}

.jewellery-pavillion .store-seller .icon-sec {
  margin-top: 30px;
  text-align: center;
}

.jewellery-pavillion .store-seller .icon-sec .icon {
  background: #795f46;
  color: #ffffff;
}

.jewellery-pavillion .store-seller .icon-sec .icon i {
  font-size: 20px;
}

.jewellery-pavillion .store-seller .icon-sec .icon span {
  font-family: "Roboto Condensed", sans-serif;
  color: #795f46;
  font-size: 9px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}

.jewellery-pavillion .store-seller .stalldivs {
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #576762;
}

.jewellery-pavillion .seller-product {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.jewellery-pavillion .seller-product ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}

.jewellery-pavillion .seller-product ul li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  width: calc((100% - 5px) / 2);
}

.jewellery-pavillion .seller-product ul li:nth-child(2n) {
  margin-right: 0;
}

.jewellery-pavillion .seller-product ul li figure {
  border-radius: 8px;
  border: 6px solid #fff;
  display: flex;
  margin: 0 auto;
  width: 170px;
  overflow: hidden;
}

.jewellery-pavillion .seller-product ul li figure img {
  max-width: 100%;
  height: auto;
}

.jewellery-pavillion .seller-product ul li .h4 {
  color: #3c3c3c;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}

.jewellery-pavillion .seller-product ul li .price {
  align-items: center;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  justify-content: center;
  font-weight: bold;
}

.jewellery-pavillion .seller-product ul li .price .old {
  color: #576762;
  text-decoration: line-through;
  margin-right: 10px;
  color: #3c3c3c;
}

.jewellery-pavillion .seller-product ul li .price .new {
  font-size: 14px;
  color: #b69958;
}

.jewellery-pavillion .seller-product ul li .icons {
  align-items: center;
  background: #795f46;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 5px auto 0;
  width: 30px;
}

.jewellery-pavillion .seller-product ul li .icons a {
  color: #ffffff;
}

.jewellery-pavillion #sumitprnt1 .brand-details .brand-info .brand figure {
  border-radius: 0;
}

.jewellery-pavillion .brand-details {
  background: #b69958;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}

.jewellery-pavillion .brand-details .content-frame {
  display: none;
  position: absolute;
  top: 0;
  z-index: 0;
}

.jewellery-pavillion .brand-details .brand-info .brand {
  border-bottom: 1px solid #576762;
  align-items: flex-start;
  display: flex;
}

.jewellery-pavillion .brand-details .brand-info .brand figure {
  border-radius: 50%;
  flex-shrink: 0;
  height: 60px;
  margin-right: 15px;
  width: 60px;
  overflow: hidden;
}

.jewellery-pavillion .brand-details .brand-info .brand figure img {
  max-width: 100%;
  height: auto;
}

.jewellery-pavillion .brand-details .brand-info .brand .details .h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: bold;
}

.jewellery-pavillion .brand-details .brand-info .brand .details .connection {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5px;
}

.jewellery-pavillion .brand-details .brand-info .brand .details .connection a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}

.jewellery-pavillion .brand-details .brand-info .brand .details .connection a + a {
  font-size: 11px;
}

.jewellery-pavillion .brand-details .brand-info .brand .details .connection a i {
  margin-right: 5px;
}

.jewellery-pavillion .brand-details .brand-info p {
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  margin-top: 5px;
  text-align: center;
}

.jewellery-pavillion #profiledesc {
  margin-top: 10px;
  color: #3c3c3c;
  text-align: center;
}

@media (max-width: 320px) {
  .jewellery-pavillion .h1 {
    font-size: 25px;
  }
  .jewellery-pavillion .slider-sec .inner-content .brand-info .details .h4 {
    font-size: 16px;
  }
  .jewellery-pavillion .slider-sec .inner-content .brand-info .details p {
    font-size: 11px;
  }
  .jewellery-pavillion .product-list ul li .inner-content .brand-info figure {
    height: 25px;
    width: 25px;
  }
  .jewellery-pavillion .product-list ul li .inner-content .brand-info .details .h4 {
    font-size: 14px;
  }
}

/* register login */
.register-login {
  background-size: contain;
  background: #fef4eb url("../images/background-pattern.png") center 0 repeat-y;
}

.register-login .login-sec {
  padding-top: 150px;
  padding-bottom: 100px;
}

/* end register login */
/* category */
.pavilions-categories {
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

.pavilions-categories [class*='stall'] {
  position: absolute;
  transform: rotate(68deg);
}

.pavilions-categories .stall1 {
  height: 142px;
  left: 42px;
  top: 315px;
  width: 112px;
}

.pavilions-categories .stall2 {
  height: 115px;
  left: 222px;
  top: 272px;
  width: 95px;
}

.pavilions-categories .stall3 {
  height: 98px;
  left: 363px;
  top: 228px;
  width: 79px;
}

.pavilions-categories ul#sumitcate {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 308px;
}

.pavilions-categories ul#sumitcate li {
  background: url("../images/category-list-bg.png") center 0 no-repeat;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.pavilions-categories ul#sumitcate li a {
  align-items: center;
  color: #576762;
  display: flex;
  justify-content: flex-start;
}

.pavilions-categories ul#sumitcate li figure {
  height: 40px;
}

.pavilions-categories ul#sumitcate li figure img {
  max-height: 100%;
  width: auto;
}

.pavilions-categories ul#sumitcate li .inner-content {
  width: 80%;
  text-align: center;
}

.pavilions-categories ul#sumitcate li .inner-content .h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.pavilions-categories ul#sumitcate li .inner-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

@media (min-width: 1361px) {
  .pavilions-categories {
    background: url("../images/pavilion-lg.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/* end category */
/* event page */
.event-sec {
  background: #000 url(../images/events-1920x1080.jpg) center 0 no-repeat;
  background-size: 100%;
  position: absolute;
  text-align: center;
  width: 100vw;
  padding-bottom: 100px;
}

.event-sec .title-design {
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Proxima Nova Rg";
  padding: 5px 15px;
  text-transform: capitalize;
}

.event-sec .title-design .h1 {
  font-size: 17.56px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.event-sec .event-list .h1 {
  font-family: "Open Sans", sans-serif;
  color: #48CFAD;
  font-size: 16px;
  margin-top: 15px;
}

.event-sec .event-list ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.event-sec .event-list ul li {
  display: flex;
  justify-content: space-between;
}

.event-sec .event-list ul li a {
  flex-shrink: 0;
}

.event-sec .event-list ul li figure {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  max-width: 300px;
  margin-right: 15px;
}

.event-sec .event-list ul li figure .photo-frame {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.event-sec .event-list ul li .inner-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}

.event-sec .event-list ul li .inner-content .desc {
  margin-right: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.event-sec .event-list ul li .inner-content .sponsors {
  width: 35%;
  flex-shrink: 0;
}

.event-sec .event-list ul li .inner-content .sponsors .h5 {
  color: #fff;
}

.event-sec .event-list ul li .inner-content .h2 {
  color: #2b0c43;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
}

.event-sec .event-list ul li .inner-content .h3 {
  color: #2b0c43;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.event-sec .event-list ul li .inner-content .h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.event-sec .event-list ul li .inner-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  margin-bottom: 15px;
}

.event-sec .event-list .button {
  background: #591405;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .event-sec .event-list ul li a {
    max-width: 300px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .event-sec .event-list ul li {
    flex-direction: column;
  }
}

/* end event page */
/* auditorium */
@media (orientation: landscape) {
  .event-details-page .site-header, .event-details-page .header-gapping {
    display: none;
  }
  .event-details-page .event-details {
    padding-top: 0;
  }
  .event-details-page .event-details .desc {
    margin-top: 0;
  }
}

.auditorium-sec {
  background: #000 url("../images/auditorioum-1920x1200.jpg") center 0 repeat-y;
  background-size: cover;
  position: relative;
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 x 1024 */
  /* 1280 x 800 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

@media (max-width: 812px) and (orientation: landscape) {
  .auditorium-sec {
    background: #000 url("../images/audi-mobile-375x812.jpg") center 0 repeat-y;
    background-size: cover;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .auditorium-sec {
    background: #000 url("../images/auditorioum-iphone-x.jpg") center 0 repeat-y;
    background-size: cover;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .auditorium-sec {
    background: #000 url("../images/auditorioum-iphone-6p.jpg") center 0 repeat-y;
    background-size: cover;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .auditorium-sec {
    background: #000 url("../images/auditorioum-iphone-6.jpg") center 0 repeat-y;
    background-size: cover;
  }
}

@media (max-width: 320px) {
  .auditorium-sec {
    background: #000 url("../images/auditorioum-iphone-5.jpg") center 0 repeat-y;
    background-size: cover;
  }
}

.auditorium-sec .icon-sec {
  bottom: 100px;
  display: flex;
  flex-direction: column;
  left: 15px;
  position: absolute;
}

.auditorium-sec .icon-sec .icon {
  background: #1478b3;
  color: #ffffff;
}

.auditorium-sec iframe {
  height: 170px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 70px;
  width: 200px;
  z-index: 1;
}

.auditorium-sec img {
  width: 100%;
  height: auto;
}

@media (min-width: 1904px) {
  .auditorium-sec iframe {
    height: 506px;
    top: 90px;
    width: 45%;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .auditorium-sec iframe {
    height: 423px;
    top: 90px;
    width: 45%;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .auditorium-sec iframe {
    height: 400px;
    top: 82px;
    width: 45%;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .auditorium-sec iframe {
    height: 350px;
    top: 90px;
    width: 45%;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .auditorium-sec iframe {
    height: 350px;
    top: 70px;
    width: 45%;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) and (min-height: 904px) {
  .auditorium-sec iframe {
    height: 411px !important;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .auditorium-sec iframe {
    height: 310px;
    top: 80px;
    width: 52%;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .auditorium-sec iframe {
    height: 356px;
    top: 68px;
    width: 59%;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .auditorium-sec iframe {
    height: 410px;
    top: 80px;
    width: 88%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .auditorium-sec {
    /* iframe {
			height: 232px;			
			top: 42px;
			width: 455px;
		} */
  }
  .auditorium-sec iframe {
    height: 325px;
    top: 46px;
    width: 510px;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .auditorium-sec iframe {
    height: 187px;
    left: 0;
    right: 0;
    top: 126px;
    width: 252px;
  }
}

@media (min-width: 393px) and (max-width: 413px) {
  .auditorium-sec iframe {
    height: 195px;
    left: 0;
    right: 0;
    top: 180px;
    width: 252px;
  }
}

@media (min-width: 375px) and (max-width: 392px) {
  .auditorium-sec iframe {
    height: 187px;
    left: 0;
    right: 0;
    top: 135px;
    width: 236px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .auditorium-sec iframe {
    height: 168px;
    left: 0;
    right: 0;
    top: 134px;
    width: 241px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .auditorium-sec iframe {
    height: 151px;
    left: 0;
    right: 0;
    top: 119px;
    width: 211px;
  }
}

/* end auditorium */
/* event details */
.event-details {
  padding-top: 30px;
}

.event-details .title-sec {
  text-align: center;
}

.event-details .title-design {
  display: inline-block;
  padding: 8px 15px 5px;
  text-transform: uppercase;
  font-family: "Coolvetica Rg";
}

.event-details .title-design .h1 {
  font-size: 30px;
  line-height: normal;
  margin: 0;
}

.event-details figure {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.event-details figure .photo-frame {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.event-details .h2 {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.event-details .h3 {
  color: #48CFAD;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.event-details .h5 {
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
}

.event-details p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
}

.event-details .desc {
  text-align: center;
  margin-top: 15px;
}

/* end event details */
/* cms page */
/* event details */
.cms-sec {
  font-family: "Open Sans", sans-serif;
}

.cms-sec.infodesk-page {
  background: url("../images/infodesk-1920x1200.jpg") center 0 repeat-y;
  background-size: cover;
  /*@media (min-width:768px) {
			background: url("../images/infodesk-1920x1200.jpg.jpg") center 0 no-repeat;
			background-size: cover;
		}*/
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

@media (max-height: 1200px) and (orientation: portrait) {
  .cms-sec.infodesk-page {
    background: url("../images/infodesk-1920x1200.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 1080px) and (orientation: portrait) {
  .cms-sec.infodesk-page {
    background: url("../images/infodesk-1920x1080.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-width: 751px) {
  .cms-sec.infodesk-page {
    width: 100%;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .cms-sec.infodesk-page {
    background: #22272d url("../images/infodesk-iphone-x.jpg") center 0 no-repeat;
    background-size: 100%;
    position: absolute;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .cms-sec.infodesk-page {
    background: #22272d url("../images/infodesk-iphone-6p.jpg") center 0 no-repeat;
    background-size: 100%;
    position: absolute;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .cms-sec.infodesk-page {
    background: #22272d url("../images/infodesk-iphone-6.jpg") center 0 no-repeat;
    background-size: 100%;
    position: absolute;
  }
}

@media (max-width: 320px) {
  .cms-sec.infodesk-page {
    background: #22272d url("../images/infodesk-iphone-5.jpg") center 0 no-repeat;
    background-size: 100%;
    position: absolute;
  }
}

.cms-sec .title-sec {
  text-align: center;
}

.cms-sec .title-design {
  border-radius: 8px;
  color: #f48f33;
  display: inline-block;
  font-family: "Proxima Nova Rg";
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 30px;
}

.cms-sec .title-design .h1 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.cms-sec p {
  line-height: normal;
  margin: 0 0 10px;
}

.cms-sec .button {
  background: #b69958;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  border-radius: 20px;
}

.cms-sec .input-simple-2.textarea textarea {
  background: #fff;
}

/* end cms page */
/* infodesk */
.infodesk-page .infodesk {
  display: inline-block;
  margin-top: 235px;
  position: absolute;
  right: 120px;
  width: 300px;
  padding: 15px 15px 0;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

@media (min-width: 1904px) {
  .infodesk-page .infodesk {
    margin-top: 330px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .infodesk-page .infodesk {
    margin-top: 285px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .infodesk-page .infodesk {
    margin-top: 265px;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .infodesk-page .infodesk {
    left: 20px;
    top: 100px;
  }
}

@media (max-width: 751px) {
  .infodesk-page .infodesk {
    display: inline-block;
    margin-top: 235px;
    padding: 7px 7px 0;
    position: unset;
    right: 120px;
    width: 50%;
  }
  .infodesk-page .infodesk .list a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 7px;
    padding: 2px 0;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .infodesk-page .infodesk {
    margin-top: 380px;
    margin-left: 150px;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .infodesk-page .infodesk {
    margin-top: 300px;
    margin-left: 100px;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .infodesk-page .infodesk {
    margin-top: 320px;
    margin-left: 100px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .infodesk-page .infodesk {
    margin-top: 315px;
    margin-left: 126px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .infodesk-page .infodesk {
    margin-top: 265px;
    margin-left: 100px;
  }
}

.infodesk .title-design {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.infodesk .list {
  font-size: 0;
}

.infodesk .list a {
  background: #15364e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  font-size: 15px;
}

/* end infodesk */
/* technical contact */
.technical-contact {
  padding-bottom: 50px;
}

.technical-contact .frame {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 15px;
  padding: 15px;
}

.technical-contact .frame .review-box {
  margin-top: 0;
  padding: 0;
  background: unset;
}

.technical-contact .frame-box {
  margin-bottom: 15px;
}

.technical-contact .frame-box .middle .center {
  padding-left: 15px;
}

.technical-contact .h2 {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.technical-contact a {
  color: #576762;
  display: flex;
  margin-top: 10px;
}

.technical-contact a i {
  align-items: center;
  background: #15364e;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 5px;
  width: 30px;
}

.technical-contact a i:before {
  color: #fff;
}

@media (min-width: 768px) {
  .technical-contact {
    padding-top: 200px;
  }
  .technical-contact .frame {
    width: calc((100% - 45px) / 3);
    display: inline-block;
    margin-right: 15px;
  }
  .technical-contact .frame:nth-child(3n) {
    margin-right: 0;
  }
}

/* end technical contact */
/* sponsors partner */
.sponsors-partners-page .h2 {
  color: #48CFAD;
  font-family: "Coolvetica Rg";
  text-transform: uppercase;
  font-size: 22px;
}

.sponsors-partners-page ul {
  font-size: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.sponsors-partners-page ul li {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  vertical-align: top;
  width: calc((100% - 15px) / 2);
}

.sponsors-partners-page ul li:nth-child(2n) {
  margin-right: 0;
}

.sponsors-partners-page ul li figure {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #b69958;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #cec2b8;
}

.sponsors-partners-page ul li figure img {
  max-width: 70%;
  height: auto;
}

/* end sponsors partner */
/* popup */
.menu-title .container {
  margin-bottom: 10px;
}

.menu-title .title-design {
  text-align: center;
}

.menu-title .title-design strong {
  display: none;
  font-size: 16px;
  color: #591405;
}

.menu-title .title-design span {
  font-family: "Bebas Neue";
  font-size: 22px;
}

.menu-title .title-design span#mproductname3d {
  color: #bf263c;
}

.menu-title h1 {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.menu-page {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
}

.menu-page .content {
  margin-top: 15px;
}

.menu-page .content p {
  font: normal 12px "Open Sans", sans-serif;
  color: #6d6d6d;
}

.menu-page .content #mproddesc {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.menu-page .content #mpprice {
  font-size: 16px;
  color: #b69958;
}

.menu-page .content #moprice {
  color: #3c3c3c;
}

.menu-page .content em {
  font-style: normal;
  margin-right: 15px;
}

.menu-page .content em #mpprice {
  font-size: 14px;
}

.menu-page #mprodimg {
  height: auto;
  max-width: 100%;
  width: unset;
}

/* end popup */
.frame-box .top {
  display: flex;
}

.frame-box .top .left {
  background: url("../images/frame-box-tl.jpg") 0 0 no-repeat;
  width: 14px;
  height: 15px;
}

.frame-box .top .center {
  background: url("../images/frame-box-tm.jpg") center 0 repeat;
  width: calc(100% - 30px);
  height: 15px;
}

.frame-box .top .right {
  background: url("../images/frame-box-tr.jpg") 0 0 no-repeat;
  width: 14px;
  height: 15px;
}

.frame-box .middle {
  display: flex;
}

.frame-box .middle .left {
  background: url("../images/frame-box-ml.jpg") 0 0 repeat-y;
  width: 14px;
}

.frame-box .middle .center {
  background: #ffdcaf;
  width: calc(100% - 30px);
}

.frame-box .middle .right {
  background: url("../images/frame-box-mr.jpg") 0 0 repeat-y;
  width: 14px;
}

.frame-box .bottom {
  display: flex;
}

.frame-box .bottom .left {
  background: url("../images/frame-box-bl.jpg") 0 0 no-repeat;
  width: 14px;
  height: 30px;
}

.frame-box .bottom .center {
  background: url("../images/frame-box-bm.jpg") center 0 repeat;
  width: calc(100% - 30px);
  height: 30px;
}

.frame-box .bottom .right {
  background: url("../images/frame-box-br.jpg") 0 0 no-repeat;
  width: 14px;
  height: 30px;
}

.seperator-design1 {
  background: url("../images/seperator-design1.png") center 0 no-repeat;
  height: 46px;
  width: 100%;
  margin-bottom: 30px;
}

.sponsors-partner {
  position: absolute;
  bottom: 15px;
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .sponsors-partner {
    position: unset;
    margin: 15px 0 50px;
  }
}

.sponsors-partner * .h4 {
  font-family: "Open Sans", sans-serif;
  color: #545454;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.sponsors-partner img {
  display: inline-block;
  height: 120px;
}

.sponsors-partner img.sponsor-main {
  width: 250px;
}

.sponsors-partner ul {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
}

.sponsors-partner ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.sponsors-partner ul li:nth-child(3n) {
  margin-right: 0;
}

.sponsors-partner ul li img {
  display: inline;
  height: auto;
  max-width: 100%;
}

.site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  display: none;
}

.site-footer img {
  width: 22%;
}

#footer-menu a[href="exhibitorlist.html"] {
  display: none;
}

/* welcome new */
.welcome-new .container {
  margin-bottom: 0;
}

.welcome-new .bulb {
  display: none;
  position: absolute;
}

.welcome-new .logo {
  display: inline-block;
  margin-top: 10px;
  width: 30%;
}

.welcome-new .logo img {
  max-width: 100%;
  height: auto;
}

.welcome-new .frame-box .h2 {
  color: #f48f33;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.welcome-new .frame-box p {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.welcome-new form .form-control {
  border-radius: 5px !important;
  border: 1px solid #a09f9e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.welcome-new form .button {
  background-color: #c5a55f !important;
  border-color: #c5a55f !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.welcome-new .register-sec {
  margin-top: -40px;
  text-align: center;
}

.welcome-new .register-sec .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome-new .register-sec .h1 {
  color: #424e44;
  font-family: "Coolvetica Rg";
  font-size: 30px;
  margin-top: 10px;
}

.welcome-new .register-sec .register-btn {
  align-items: center;
  background: #48CFAD;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  justify-content: space-between;
  margin-top: 5px;
  padding: 3px 8px;
  position: relative;
  text-transform: uppercase;
}

.welcome-new .register-sec .register-btn:before {
  border-color: transparent #48CFAD transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  content: '';
  height: 0;
  margin-top: -10px;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 0;
}

.welcome-new .register-sec .register-btn:after {
  border-color: transparent transparent transparent #48CFAD;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  content: '';
  height: 0;
  margin-top: -10px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
}

.welcome-new .register-sec .register-btn img {
  margin-right: 10px;
  width: 25px;
}

.welcome-new .frame {
  background: rgba(255, 255, 255, 0.95);
  margin: 30px 0;
  padding: 30px 15px;
  position: relative;
}

.welcome-new .frame .h2 {
  font-weight: bold;
  font-size: 20px;
  color: #b69958;
  text-align: center;
}

.welcome-new .frame p {
  line-height: normal;
  font-size: 13px;
  color: #7e6d50;
  text-align: center;
}

.welcome-new .frame .baloon-left {
  position: absolute;
  left: -43px;
  top: -102px;
  width: 35%;
}

.welcome-new .frame .baloon-right {
  position: absolute;
  right: -43px;
  top: -102px;
  width: 35%;
}

.welcome-new .frame .content-frame {
  position: absolute;
}

.welcome-new .countdown-sec {
  margin-top: 15px;
}

.welcome-new .countdown-sec .frame {
  position: relative;
  padding-bottom: 30px;
}

.welcome-new .countdown-sec .frame .content-frame {
  position: absolute;
}

.welcome-new .countdown-sec .countdown {
  font-family: "Coolvetica Rg";
  padding-top: 20px;
}

.welcome-new .countdown-sec .countdown > div {
  font-size: 40px;
}

.welcome-new .countdown-sec .countdown em {
  font-size: 18px;
  color: #424e44;
  margin-top: 5px;
}

.welcome-new .countdown-sec .h2 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.welcome-new .countdown-sec .h2 span {
  display: block;
  color: #f39032;
}

/* end welcome new */
/* exhibitor page */
.exhibitor-page {
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: "Open Sans", sans-serif;
}

.exhibitor-page .title-sec {
  text-align: center;
}

.exhibitor-page .title-design {
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Proxima Nova Rg";
  padding: 5px 15px;
  text-transform: capitalize;
}

.exhibitor-page .title-design .h1 {
  font-size: 17.56px;
  line-height: normal;
  margin: 0;
}

.exhibitor-page .frame-box {
  margin-bottom: 15px;
}

.exhibitor-page .exhibitor {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 15px;
  padding: 15px;
}

.exhibitor-page .exhibitor .top {
  align-items: center;
  display: flex;
  justify-content: left;
}

.exhibitor-page .exhibitor .top img {
  max-width: 40%;
  margin-right: 10px;
}

.exhibitor-page .exhibitor .top .inner-content {
  line-height: normal;
}

.exhibitor-page .exhibitor .top .inner-content .h3 {
  color: #576762;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 0px;
  line-height: normal;
  font-size: 20px;
}

.exhibitor-page .exhibitor .top .inner-content .h6 {
  color: #48CFAD;
  margin: 8px 0 5px;
}

.exhibitor-page .exhibitor .top .inner-content .emob a::before {
  content: '\f095';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.exhibitor-page .exhibitor .top .inner-content .eemail a::before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.exhibitor-page .exhibitor .top .inner-content a {
  color: #576762;
  display: inline-block;
  margin: 0;
  line-height: normal;
  font-size: 13px;
}

.exhibitor-page .exhibitor p {
  color: #576762;
  margin: 5px 0 0;
  line-height: normal;
}

@media (max-width: 751px) {
  .exhibitor-page {
    padding-top: 115px;
  }
}

/* end exhibitor page */
/* Rating Star Widgets Style */
#divcontent {
  margin-bottom: 15px;
}

.review-box {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 20%;
  padding: 15px;
}

.review-box h2 {
  margin-top: 15px;
}

.review-box .h3 {
  font-family: "Coolvetica Rg";
  font-size: 20px;
}

.review-box p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .review-box {
    max-width: 700px;
    margin: 0 auto;
  }
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 16px;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C;
}

/* end Rating Star Widgets Style */
.menu-modal .menu-title .h1 {
  font-family: "Proxima Nova Rg";
}

.menu-modal .btn {
  color: #ffff;
  height: auto;
  line-height: 25px;
  position: unset;
  text-transform: uppercase;
  float: right;
}

#preloader h1 {
  background-size: 309px 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 190px;
}

.bg-none {
  background: none !important;
}

#divprevid h1 {
  font-size: 30px;
  background: rgba(182, 153, 88, 0.75);
  padding: 8px;
}

#divprevid h4 {
  display: none;
}

/* favorite page */
.jewellery-pavillion.favorite .title-design {
  display: inline-block;
}

.jewellery-pavillion.favorite .product-list ul li {
  margin-bottom: 15px;
}

.jewellery-pavillion.favorite .product-list ul li .inner-content .brand-info {
  background: #867e76;
  border-radius: 10px;
}

.jewellery-pavillion.favorite .product-list ul li .inner-content .brand-info .brands figure {
  border-radius: 50%;
  overflow: hidden;
}

.jewellery-pavillion.favorite .product-list ul li .inner-content .brand-info .brands .h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

/* end favorite page */
/* preview page */
@media (min-width: 768px) {
  .cover-slider .cover-item {
    width: 100% !important;
  }
}

/* end preview page */
/* pavilions page */
.pavilions-page {
  /* iPhone X landscape */
  /* iPhone 6+ landscape */
  /* iPhone 6 landscape */
  /* iPhone 5 landscape */
  /* iPhone X portrait */
  /* iPhone 6+ portrait */
  /* iPhone 6 portrait */
  /* iPhone 5 portrait */
}

.pavilions-page .owl-carousel .item .container {
  z-index: 100;
}

.pavilions-page [class*='stall'] {
  position: absolute;
  transform: rotate(68deg);
}

@media (min-width: 1360px) {
  .pavilions-page .stall1 {
    height: 142px;
    left: 42px;
    top: 315px;
    width: 112px;
  }
  .pavilions-page .stall2 {
    height: 115px;
    left: 222px;
    top: 272px;
    width: 95px;
  }
  .pavilions-page .stall3 {
    height: 98px;
    left: 363px;
    top: 228px;
    width: 79px;
  }
  .pavilions-page .stall4 {
    height: 98px;
    left: 490px;
    top: 175px;
    width: 79px;
  }
  .pavilions-page .stall5 {
    height: 76px;
    left: 607px;
    top: 148px;
    width: 62px;
  }
  .pavilions-page .stall6 {
    height: 76px;
    left: 697px;
    top: 112px;
    width: 62px;
  }
  .pavilions-page .stall7 {
    height: 142px;
    left: 105px;
    top: 427px;
    width: 112px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .pavilions-page .stall1 {
    height: 69px;
    left: 47px;
    top: 180px;
    width: 58px;
  }
  .pavilions-page .stall2 {
    height: 58px;
    left: 150px;
    top: 157px;
    width: 54px;
  }
  .pavilions-page .stall3 {
    height: 58px;
    left: 231px;
    top: 128px;
    width: 54px;
  }
  .pavilions-page .stall4 {
    height: 50px;
    left: 311px;
    top: 106px;
    width: 50px;
  }
  .pavilions-page .stall5 {
    height: 38px;
    left: 378px;
    top: 90px;
    width: 40px;
  }
  .pavilions-page .stall6 {
    height: 38px;
    left: 431px;
    top: 71px;
    width: 40px;
  }
  .pavilions-page .stall7 {
    height: 69px;
    left: 81px;
    top: 255px;
    width: 58px;
  }
}

@media (max-width: 736px) and (orientation: landscape) {
  .pavilions-page .stall1 {
    height: 69px;
    left: -12px;
    top: 162px;
    width: 58px;
  }
  .pavilions-page .stall2 {
    height: 58px;
    left: 72px;
    top: 137px;
    width: 54px;
  }
  .pavilions-page .stall3 {
    height: 58px;
    left: 151px;
    top: 113px;
    width: 54px;
  }
  .pavilions-page .stall4 {
    height: 50px;
    left: 223px;
    top: 91px;
    width: 50px;
  }
  .pavilions-page .stall5 {
    height: 38px;
    left: 283px;
    top: 77px;
    width: 40px;
  }
  .pavilions-page .stall6 {
    height: 38px;
    left: 333px;
    top: 60px;
    width: 40px;
  }
  .pavilions-page .stall7 {
    height: 69px;
    left: 14px;
    top: 228px;
    width: 58px;
  }
}

@media (min-width: 640px) and (max-width: 735px) and (orientation: landscape) {
  .pavilions-page .stall1 {
    height: 69px;
    left: 10px;
    top: 150px;
    width: 58px;
  }
  .pavilions-page .stall2 {
    height: 58px;
    left: 90px;
    top: 124px;
    width: 54px;
  }
  .pavilions-page .stall3 {
    height: 58px;
    left: 160px;
    top: 95px;
    width: 54px;
  }
  .pavilions-page .stall4 {
    height: 50px;
    left: 228px;
    top: 78px;
    width: 50px;
  }
  .pavilions-page .stall5 {
    height: 38px;
    left: 285px;
    top: 68px;
    width: 40px;
  }
  .pavilions-page .stall6 {
    height: 38px;
    left: 327px;
    top: 52px;
    width: 40px;
  }
  .pavilions-page .stall7 {
    height: 69px;
    left: 35px;
    top: 211px;
    width: 58px;
  }
}

@media (min-width: 500px) and (max-width: 639px) and (orientation: landscape) {
  .pavilions-page .stall1 {
    height: 50px;
    left: 64px;
    top: 124px;
    width: 45px;
  }
  .pavilions-page .stall2 {
    height: 48px;
    left: 134px;
    top: 108px;
    width: 42px;
  }
  .pavilions-page .stall3 {
    height: 41px;
    left: 193px;
    top: 90px;
    width: 37px;
  }
  .pavilions-page .stall4 {
    height: 36px;
    left: 250px;
    top: 74px;
    width: 37px;
  }
  .pavilions-page .stall5 {
    height: 31px;
    left: 294px;
    top: 64px;
    width: 33px;
  }
  .pavilions-page .stall6 {
    height: 26px;
    left: 335px;
    top: 53px;
    width: 27px;
  }
  .pavilions-page .stall7 {
    height: 48px;
    left: 90px;
    top: 180px;
    width: 40px;
  }
}

/* end pavilions page */
/* stall page */
#youtube-popup {
  max-width: 700px;
  height: 400px !important;
}

#youtube-popup iframe {
  width: 100%;
  height: 400px;
}

.stall-page {
  /* temp6 */
  /* end temp6 */
  /* temp7 */
  /* end temp7 */
  /* temp8 */
  /* end temp8 */
  /* temp9 */
  /* end temp9 */
  /* iPhone X landscape */
  /* iPhone 6+ landscape */
  /* iPhone 6 landscape */
  /* iPhone 5 landscape */
}

.stall-page [class*='nav-'] {
  background: #1478b3;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 9999;
  margin: 15px;
  padding: 0 5px;
}

.stall-page .nav-next {
  right: 0;
}

.stall-page .stall-navigation {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.stall-page .stall-navigation a {
  background: #1478b3;
  border-radius: 5px;
  color: #fff;
  padding: 0px 10px;
  text-transform: uppercase;
}

.stall-page .stall-logo {
  position: absolute;
}

.stall-page .youtube-popup {
  position: absolute;
}

.stall-page .product-gallery {
  position: absolute;
}

.stall-page .icon-sec {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.stall-page .icon-sec .icon {
  background: #1478b3;
  color: #ffffff;
}

.stall-page .icon-sec .icon i {
  font-size: 27px;
}

.stall-page .icon-sec .icon span {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}

.stall-page .btn-group-sec {
  /* Tab 768 x 1024 */
  /* iPhone 5/SE */
}

@media (min-width: 752px) {
  .stall-page .btn-group-sec {
    left: 0;
    max-width: 1140px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .stall-page .btn-group-sec .btn i {
    display: none;
  }
}

@media (max-width: 480px) {
  .stall-page .btn-group-sec {
    font-size: 0;
  }
  .stall-page .btn-group-sec .btn {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px #000;
    display: inline-flex;
    font-size: 17px !important;
    font-weight: normal;
    height: 60px;
    line-height: normal;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
  }
  .stall-page .btn-group-sec .btn:nth-of-type(2n) {
    margin-right: 0;
  }
  .stall-page .btn-group-sec .btn i {
    display: block;
    font-size: 25px;
    margin-right: 15px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page .btn-group-sec .btn {
    font-size: 14px !important;
  }
}

.stall-page .btn {
  border-radius: 10px;
  text-transform: uppercase;
}

.stall-page .catalogue {
  background: #7d366d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  position: absolute;
  min-width: 105px;
  right: 200px;
  top: 270px;
  z-index: 1;
  /* width: 169px;
		height: 176px; */
}

.stall-page .our-product {
  background: #018675;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 370px;
  padding: 6px 24px;
  position: absolute;
  top: 316px;
  z-index: 1;
  /* width: 157px;
		height: 45px; */
}

.stall-page .business-card {
  background: #018675;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  left: 250px;
  padding: 3px 12px;
  position: absolute;
  top: 367px;
  z-index: 1;
  min-width: 105px;
  /* width: 117px;
		height: 34px; */
}

.stall-page .chat-now {
  background: #7d366d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 105px;
  padding: 3px 12px;
  position: absolute;
  left: 250px;
  top: 411px;
  /* width: 117px;
		height: 34px; */
  z-index: 1;
}

.stall-page .poster-landscape {
  box-shadow: 0 0 5px 0px #000;
  border: 0px solid #fff;
  background: #fff;
}

.stall-page .poster-portrait {
  box-shadow: 0 0 5px 0px #000;
  border: 0px solid #fff;
  background: #fff;
}

.stall-page.temp1 {
  background: url("../images/stall-temp1-1600.jpg") center 0 no-repeat;
  background-size: cover;
}

.stall-page.temp2 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone X landscape */
}

.stall-page.temp2 .brand-logo {
  left: 317px;
  top: 124px;
}

.stall-page.temp2 .brand-name {
  right: 249px;
  top: 175px;
}

.stall-page.temp2 .video-player {
  top: 225px;
  left: 548px;
  width: 177px;
}

.stall-page.temp2 .video-player iframe {
  width: 100%;
  height: 104px;
  background: #000;
}

.stall-page.temp2 .business-card {
  left: 257px;
  top: 370px;
}

.stall-page.temp2 .chat-now {
  left: 257px;
  top: 415px;
}

.stall-page.temp2 .catalogue {
  right: 221px;
  top: 340px;
}

.stall-page.temp2 .our-product {
  top: 319px;
  left: 373px;
}

@media (min-width: 1904px) {
  .stall-page.temp2 .container {
    top: 230px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp2 .container {
    top: 150px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp2 .container {
    top: 120px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp2 .container {
    top: 100px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.temp2 .icon-sec {
    top: 440px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp2 .brand-logo {
    left: 308px;
    top: 133px;
    width: 150px;
  }
  .stall-page.temp2 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
}

@media (min-width: 993px) and (max-width: 1263px) {
  .stall-page.temp2 .brand-logo {
    left: 276px;
    top: 112px;
    width: 150px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 16px;
    right: 196px;
    text-align: center;
    top: 153px;
    width: 258px;
  }
  .stall-page.temp2 .video-player {
    top: 205px;
    left: 478px;
    width: 134px;
  }
  .stall-page.temp2 .video-player iframe {
    width: 100%;
    height: 77px;
  }
  .stall-page.temp2 .our-product {
    font-size: 14px;
    left: 330px;
    padding: 6px 15px;
    top: 277px;
  }
  .stall-page.temp2 .business-card {
    left: 222px;
    top: 335px;
  }
  .stall-page.temp2 .chat-now {
    left: 222px;
    top: 368px;
  }
  .stall-page.temp2 .catalogue {
    right: 164px;
    top: 312px;
  }
  .stall-page.temp2 .icon-sec {
    top: 392px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp2 .brand-logo {
    left: 150px;
    top: 73px;
    width: 100px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 13px;
    right: 117px;
    text-align: center;
    top: 98px;
    width: 134px;
  }
  .stall-page.temp2 .our-product {
    font-size: 10px;
    left: 172px;
    padding: 1px 8px;
    top: 167px;
  }
  .stall-page.temp2 .icon-sec {
    right: -69px;
    top: 292px;
  }
  .stall-page.temp2 .video-player {
    top: 126px;
    left: 260px;
    width: 78px;
  }
  .stall-page.temp2 .video-player iframe {
    width: 100%;
    height: 47px;
  }
  .stall-page.temp2 .catalogue {
    right: 90px;
    top: 192px;
    font-size: 10px;
    min-width: unset;
  }
  .stall-page.temp2 .business-card {
    left: 127px;
    top: 196px;
    font-size: 10px;
  }
  .stall-page.temp2 .chat-now {
    left: 127px;
    top: 221px;
    font-size: 10px;
    min-width: unset;
  }
}

@media (min-width: 812px) and (max-width: 922px) and (orientation: landscape) {
  .stall-page.temp2 {
    background-position: center -35px;
  }
  .stall-page.temp2 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp2 .container {
    top: 0px;
  }
  .stall-page.temp2 .brand-logo {
    left: 268px;
    top: 131px;
    width: 85px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 15px;
    right: 232px;
    top: 142px;
  }
  .stall-page.temp2 .video-player {
    left: 350px;
    top: 155px;
    height: 46px;
    width: 79px;
  }
  .stall-page.temp2 .video-player iframe {
    height: 100%;
    width: 100%;
  }
  .stall-page.temp2 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp2 .catalogue {
    right: 204px;
    top: 197px;
  }
  .stall-page.temp2 .our-product {
    left: 256px;
    top: 177px;
  }
  .stall-page.temp2 .business-card {
    left: 232px;
    top: 208px;
  }
  .stall-page.temp2 .chat-now {
    left: 232px;
    top: 218px;
  }
  .stall-page.temp2 .icon-sec {
    bottom: 65px;
    top: unset;
  }
}

@media (min-width: 736px) and (max-width: 811px) and (orientation: landscape) {
  .stall-page.temp2 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp2 .container {
    top: 60px;
  }
  .stall-page.temp2 .brand-logo {
    left: 177px;
    top: 90px;
    width: 85px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 15px;
    right: 158px;
    top: 108px;
  }
  .stall-page.temp2 .video-player {
    left: 247px;
    top: 113px;
    width: 79px;
  }
  .stall-page.temp2 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp2 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp2 .catalogue {
    right: 136px;
    top: 151px;
  }
  .stall-page.temp2 .our-product {
    left: 175px;
    top: 134px;
  }
  .stall-page.temp2 .business-card {
    left: 164px;
    top: 155px;
  }
  .stall-page.temp2 .chat-now {
    left: 164px;
    top: 165px;
  }
  .stall-page.temp2 .icon-sec {
    top: 255px;
  }
}

@media (min-width: 640px) and (max-width: 735px) and (orientation: landscape) {
  .stall-page.temp2 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp2 .brand-logo {
    left: 177px;
    top: 90px;
    width: 85px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 15px;
    right: 158px;
    top: 108px;
  }
  .stall-page.temp2 .video-player {
    left: 247px;
    top: 113px;
    width: 79px;
  }
  .stall-page.temp2 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp2 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp2 .catalogue {
    right: 136px;
    top: 151px;
  }
  .stall-page.temp2 .our-product {
    left: 175px;
    top: 134px;
  }
  .stall-page.temp2 .business-card {
    left: 164px;
    top: 155px;
  }
  .stall-page.temp2 .chat-now {
    left: 164px;
    top: 165px;
  }
  .stall-page.temp2 .icon-sec {
    top: 255px;
  }
}

@media (min-width: 481px) and (max-width: 639px) and (orientation: landscape) {
  .stall-page.temp2 .container {
    top: 15px;
  }
  .stall-page.temp2 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp2 .stall-big {
    padding-top: 0px;
  }
  .stall-page.temp2 .brand-logo {
    left: 189px;
    top: 72px;
    width: 85px;
  }
  .stall-page.temp2 .brand-name {
    font-size: 15px;
    right: 170px;
    top: 92px;
  }
  .stall-page.temp2 .video-player {
    left: 262px;
    top: 100px;
    width: 79px;
  }
  .stall-page.temp2 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp2 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp2 .catalogue {
    right: 152px;
    top: 139px;
  }
  .stall-page.temp2 .our-product {
    left: 175px;
    top: 116px;
  }
  .stall-page.temp2 .business-card {
    left: 172px;
    top: 142px;
  }
  .stall-page.temp2 .chat-now {
    left: 172px;
    top: 152px;
  }
  .stall-page.temp2 .icon-sec {
    top: 255px;
  }
}

.stall-page.temp102 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone X landscape */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.temp102 .brand-logo {
  left: 317px;
  top: 124px;
}

.stall-page.temp102 .brand-name {
  right: 249px;
  top: 175px;
}

.stall-page.temp102 .pprev {
  left: 400px;
  position: absolute;
  top: 215px;
  width: 100px;
  z-index: 1;
}

.stall-page.temp102 .video-player {
  top: 225px;
  left: 548px;
  width: 177px;
}

.stall-page.temp102 .video-player iframe {
  width: 100%;
  height: 104px;
  background: #000;
}

.stall-page.temp102 .business-card {
  left: 257px;
  top: 370px;
}

.stall-page.temp102 .chat-now {
  left: 257px;
  top: 415px;
}

.stall-page.temp102 .catalogue {
  right: 221px;
  top: 340px;
}

.stall-page.temp102 .our-product {
  top: 319px;
  left: 373px;
}

@media (min-width: 1904px) {
  .stall-page.temp102 .container {
    top: 230px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 273px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp102 .container {
    top: 150px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 273px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp102 .container {
    top: 120px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 273px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp102 .container {
    top: 100px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 273px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.temp102 .icon-sec {
    top: 440px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 300px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp102 .brand-logo {
    left: 308px;
    top: 133px;
    width: 150px;
  }
  .stall-page.temp102 .brand-name {
    right: 232px;
    width: 305px;
    text-align: center;
  }
  .stall-page.temp102 .pprev {
    left: 273px;
    top: 235px;
    width: 200px;
    height: 86px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    top: 329px;
    left: 373px;
  }
}

@media (min-width: 993px) and (max-width: 1263px) {
  .stall-page.temp102 .brand-logo {
    left: 276px;
    top: 112px;
    width: 150px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 16px;
    right: 196px;
    text-align: center;
    top: 153px;
    width: 258px;
  }
  .stall-page.temp102 .pprev {
    left: 233px;
    top: 203px;
    width: 165px;
    height: 71px;
    overflow: hidden;
  }
  .stall-page.temp102 .video-player {
    top: 205px;
    left: 478px;
    width: 134px;
  }
  .stall-page.temp102 .video-player iframe {
    width: 100%;
    height: 77px;
  }
  .stall-page.temp102 .our-product {
    font-size: 14px;
    left: 330px;
    padding: 6px 15px;
    top: 277px;
  }
  .stall-page.temp102 .business-card {
    left: 222px;
    top: 335px;
  }
  .stall-page.temp102 .chat-now {
    left: 222px;
    top: 368px;
  }
  .stall-page.temp102 .catalogue {
    right: 164px;
    top: 312px;
  }
  .stall-page.temp102 .icon-sec {
    top: 392px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp102 .brand-logo {
    left: 150px;
    top: 73px;
    width: 100px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 13px;
    right: 117px;
    text-align: center;
    top: 98px;
    width: 134px;
  }
  .stall-page.temp102 .pprev {
    left: 138px;
    top: 124px;
    width: 95px;
    height: 41px;
    overflow: hidden;
  }
  .stall-page.temp102 .our-product {
    font-size: 10px;
    left: 175px;
    padding: 1px 8px;
    top: 168px;
  }
  .stall-page.temp102 .icon-sec {
    right: -69px;
    top: 292px;
  }
  .stall-page.temp102 .video-player {
    top: 126px;
    left: 260px;
    width: 78px;
  }
  .stall-page.temp102 .video-player iframe {
    width: 100%;
    height: 47px;
  }
  .stall-page.temp102 .catalogue {
    right: 90px;
    top: 192px;
    font-size: 10px;
    min-width: unset;
  }
  .stall-page.temp102 .business-card {
    left: 127px;
    top: 196px;
    font-size: 10px;
  }
  .stall-page.temp102 .chat-now {
    left: 127px;
    top: 221px;
    font-size: 10px;
    min-width: unset;
  }
}

@media (min-width: 812px) and (max-width: 922px) and (orientation: landscape) {
  .stall-page.temp102 {
    background-position: center -35px;
  }
  .stall-page.temp102 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp102 .container {
    top: 0px;
  }
  .stall-page.temp102 .brand-logo {
    left: 268px;
    top: 131px;
    width: 85px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 15px;
    right: 232px;
    top: 142px;
  }
  .stall-page.temp102 .video-player {
    left: 350px;
    top: 155px;
    height: 46px;
    width: 79px;
  }
  .stall-page.temp102 .video-player iframe {
    height: 100%;
    width: 100%;
  }
  .stall-page.temp102 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp102 .catalogue {
    right: 204px;
    top: 197px;
  }
  .stall-page.temp102 .our-product {
    left: 256px;
    top: 177px;
  }
  .stall-page.temp102 .business-card {
    left: 232px;
    top: 208px;
  }
  .stall-page.temp102 .chat-now {
    left: 232px;
    top: 218px;
  }
  .stall-page.temp102 .icon-sec {
    bottom: 65px;
    top: unset;
  }
}

@media (min-width: 736px) and (max-width: 811px) and (orientation: landscape) {
  .stall-page.temp102 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp102 .container {
    top: 60px;
  }
  .stall-page.temp102 .brand-logo {
    left: 177px;
    top: 90px;
    width: 85px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 15px;
    right: 158px;
    top: 108px;
  }
  .stall-page.temp102 .video-player {
    left: 247px;
    top: 113px;
    width: 79px;
  }
  .stall-page.temp102 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp102 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp102 .catalogue {
    right: 136px;
    top: 151px;
  }
  .stall-page.temp102 .our-product {
    left: 175px;
    top: 134px;
  }
  .stall-page.temp102 .business-card {
    left: 164px;
    top: 155px;
  }
  .stall-page.temp102 .chat-now {
    left: 164px;
    top: 165px;
  }
  .stall-page.temp102 .icon-sec {
    top: 255px;
  }
}

@media (min-width: 640px) and (max-width: 735px) and (orientation: landscape) {
  .stall-page.temp102 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp102 .brand-logo {
    left: 177px;
    top: 90px;
    width: 85px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 15px;
    right: 158px;
    top: 108px;
  }
  .stall-page.temp102 .video-player {
    left: 247px;
    top: 113px;
    width: 79px;
  }
  .stall-page.temp102 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp102 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp102 .catalogue {
    right: 136px;
    top: 151px;
  }
  .stall-page.temp102 .our-product {
    left: 175px;
    top: 134px;
  }
  .stall-page.temp102 .business-card {
    left: 164px;
    top: 155px;
  }
  .stall-page.temp102 .chat-now {
    left: 164px;
    top: 165px;
  }
  .stall-page.temp102 .icon-sec {
    top: 255px;
  }
}

@media (min-width: 481px) and (max-width: 639px) and (orientation: landscape) {
  .stall-page.temp102 .container {
    top: 15px;
  }
  .stall-page.temp102 .link-t {
    border: 1px solid red;
  }
  .stall-page.temp102 .stall-big {
    padding-top: 0px;
  }
  .stall-page.temp102 .brand-logo {
    left: 189px;
    top: 72px;
    width: 85px;
  }
  .stall-page.temp102 .brand-name {
    font-size: 15px;
    right: 170px;
    top: 92px;
  }
  .stall-page.temp102 .video-player {
    left: 262px;
    top: 100px;
    width: 79px;
  }
  .stall-page.temp102 .video-player iframe {
    height: 46px;
    width: 100%;
  }
  .stall-page.temp102 .btn {
    transform: scale(0.2);
  }
  .stall-page.temp102 .catalogue {
    right: 152px;
    top: 139px;
  }
  .stall-page.temp102 .our-product {
    left: 175px;
    top: 116px;
  }
  .stall-page.temp102 .business-card {
    left: 172px;
    top: 142px;
  }
  .stall-page.temp102 .chat-now {
    left: 172px;
    top: 152px;
  }
  .stall-page.temp102 .icon-sec {
    top: 255px;
  }
}

@media (max-width: 480px) {
  .stall-page.temp102 .brand-name {
    font-size: 22px;
    height: 55px;
  }
  .stall-page.temp102 .pprev {
    box-shadow: 0 0 5px #505050;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.temp102 .pprev {
    left: 152px;
    top: 296px;
    width: 113px;
    height: 42px;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.temp102 .pprev {
    left: 124px;
    top: 246px;
    width: 97px;
    height: 42px;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.temp102 .pprev {
    left: 130px;
    top: 281px;
    width: 105px;
    height: 42px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.temp102 .pprev {
    left: 124px;
    top: 280PX;
    width: 97px;
    height: 42px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.temp102 .pprev {
    left: 105px;
    top: 272px;
    width: 97px;
    height: 42px;
  }
}

.stall-page.temp3 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
}

.stall-page.temp3 .brand-logo {
  left: 139px;
  top: 70px;
}

.stall-page.temp3 .brand-name {
  font-size: 16px;
  right: 430px;
  top: 164px;
}

.stall-page.temp3 .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.temp3 .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.temp3 .our-product {
  left: 303px;
  top: 204px;
}

.stall-page.temp3 .business-card {
  left: 306px;
  top: 385px;
}

.stall-page.temp3 .chat-now {
  left: 305px;
  top: 427px;
}

.stall-page.temp3 .catalogue {
  right: 195px;
  top: 340px;
}

@media (min-width: 1904px) {
  .stall-page.temp3 .container {
    top: 200px;
  }
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp3 .container {
    top: 150px;
  }
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp3 .container {
    top: 100px;
  }
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp3 .container {
    top: 100px;
  }
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
}

@media (min-width: 1350px) {
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp3 .business-card {
    left: 290px;
    top: 409px;
  }
  .stall-page.temp3 .chat-now {
    left: 290px;
    top: 439px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp3 .business-card {
    left: 290px;
    top: 409px;
  }
  .stall-page.temp3 .chat-now {
    left: 290px;
    top: 439px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp3 .brand-logo {
    left: 103px;
    top: 60px;
  }
  .stall-page.temp3 .brand-name {
    font-size: 16px;
    right: 348px;
    text-align: center;
    top: 147px;
    width: 230px;
  }
  .stall-page.temp3 .our-product {
    left: 299px;
    top: 176px;
    font-size: 12px;
  }
  .stall-page.temp3 .video-player {
    top: 192px;
    left: 471px;
  }
  .stall-page.temp3 .business-card {
    left: 243px;
    top: 346px;
  }
  .stall-page.temp3 .chat-now {
    left: 243px;
    top: 380px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp3 .brand-logo {
    left: 41px;
    top: 41px;
    width: 125px;
  }
  .stall-page.temp3 .icon-sec {
    bottom: -65px;
    top: unset;
  }
  .stall-page.temp3 .brand-name {
    font-size: 10px;
    right: 199px;
    text-align: center;
    top: 92px;
    width: 123px;
  }
  .stall-page.temp3 .our-product {
    font-size: 10px;
    left: 145px;
    padding: 4px 15px;
    top: 105px;
  }
  .stall-page.temp3 .video-player {
    top: 118px;
    left: 267px;
    width: 73px;
  }
  .stall-page.temp3 .video-player iframe {
    width: 100%;
    height: 41px;
  }
  .stall-page.temp3 .catalogue {
    right: 94px;
    top: 151px;
    font-size: 8px;
    min-width: unset;
  }
  .stall-page.temp3 .business-card {
    left: 123px;
    top: 196px;
    font-size: 8px;
    min-width: auto;
  }
  .stall-page.temp3 .chat-now {
    left: 123px;
    top: 222px;
    font-size: 8px;
    min-width: auto;
  }
}

.stall-page.enmrald {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  font-family: "Open Sans", sans-serif;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.enmrald .brand-small .brand-name {
  background: #d68c28;
}

.stall-page.enmrald .button-orange {
  background-color: #57c2d5;
  border: solid 2px #57c2d5;
}

.stall-page.enmrald .brand-logo {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 10px 0 #000;
  display: flex;
  height: 130px;
  justify-content: center;
  left: 24px;
  padding: 5px;
  text-align: center;
  top: 53px;
  width: 310px;
}

.stall-page.enmrald .brand-logo img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.enmrald .brand-logo-small {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  left: 237px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 389px;
  width: 127px;
  z-index: 1;
}

.stall-page.enmrald .brand-logo-small img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.stall-page.enmrald .brand-name {
  font-size: 16px;
  right: 430px;
  top: 164px;
}

.stall-page.enmrald .brand-name p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 10px;
  margin-top: 0px;
  color: #212529;
  text-transform: none;
}

.stall-page.enmrald .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.enmrald .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.enmrald .our-product {
  font-size: 12px;
  left: 460px;
  padding: 4px 15px;
  top: 306px;
}

.stall-page.enmrald .business-card {
  left: 306px;
  top: 385px;
  font-size: 10px;
}

.stall-page.enmrald .chat-now {
  left: 305px;
  top: 427px;
  font-size: 10px;
}

.stall-page.enmrald .catalogue {
  left: 140px;
  right: unset;
  top: 423px;
  font-size: 10px;
}

.stall-page.enmrald .poster-landscape {
  height: 80px;
  left: 370px;
  position: absolute;
  top: 218px;
  width: 170px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.enmrald .poster-landscape img {
  max-width: 100%;
}

.stall-page.enmrald .poster-portrait {
  height: 168px;
  position: absolute;
  right: 180px;
  top: 300px;
  width: 80px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.enmrald .poster-portrait img {
  max-height: 100%;
}

.stall-page.enmrald .icon-sec {
  left: unset;
  margin: unset;
}

@media (min-width: 1904px) {
  .stall-page.enmrald .container {
    top: 200px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 14px;
    right: 361px;
    text-align: center;
    top: 137px;
    width: 385px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 211px;
    height: 152px;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.enmrald .container {
    top: 150px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 14px;
    right: 361px;
    text-align: center;
    top: 137px;
    width: 385px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 211px;
    height: 152px;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.enmrald .container {
    top: 100px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 14px;
    right: 361px;
    text-align: center;
    top: 137px;
    width: 385px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 211px;
    height: 152px;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.enmrald .container {
    top: 100px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 14px;
    right: 361px;
    text-align: center;
    top: 137px;
    width: 385px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 211px;
    height: 152px;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.enmrald .brand-name {
    font-size: 12px;
    right: 372px;
    text-align: center;
    top: 133px;
    width: 339px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 192px;
    height: 141px;
    box-shadow: 0 0 10px 0 #000;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.enmrald .brand-name {
    font-size: 14px;
    right: 361px;
    text-align: center;
    top: 137px;
    width: 385px;
  }
  .stall-page.enmrald .business-card {
    left: 140px;
    top: 453px;
  }
  .stall-page.enmrald .chat-now {
    left: 140px;
    top: 484px;
  }
  .stall-page.enmrald .icon-sec {
    right: 310px;
    top: 412px;
  }
  .stall-page.enmrald .video-player {
    top: 222px;
    left: 593px;
    width: 211px;
    height: 152px;
  }
  .stall-page.enmrald .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.enmrald .poster-landscape {
    height: 98px;
    left: 382px;
    top: 218px;
    width: 188px;
  }
  .stall-page.enmrald .poster-portrait {
    height: auto;
    right: 207px;
    top: 314px;
    width: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.enmrald .brand-logo {
    height: 104px;
    left: 34px;
    top: 54px;
    width: 252px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 75px;
    left: 215px;
    top: 335px;
    width: 106px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 12px;
    right: 304px;
    text-align: center;
    top: 119px;
    width: 324px;
  }
  .stall-page.enmrald .catalogue {
    left: 102px;
    top: 363px;
  }
  .stall-page.enmrald .business-card {
    left: 102px;
    top: 390px;
  }
  .stall-page.enmrald .chat-now {
    left: 102px;
    top: 417px;
  }
  .stall-page.enmrald .icon-sec {
    right: 277px;
    top: 380px;
  }
  .stall-page.enmrald .video-player {
    height: 133px;
    left: 500px;
    top: 188px;
    width: 176px;
  }
  .stall-page.enmrald .poster-landscape {
    height: 98px;
    left: 331px;
    top: 187px;
    width: 150px;
  }
  .stall-page.enmrald .our-product {
    left: 353px;
    top: 268px;
  }
  .stall-page.enmrald .poster-portrait {
    height: auto;
    right: 206px;
    top: 266px;
    width: 66px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.enmrald .brand-logo {
    height: 56px;
    left: 11px;
    top: 44px;
    width: 137px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 42px;
    left: 110px;
    top: 198px;
    width: 58px;
  }
  .stall-page.enmrald .brand-name {
    font-size: 8px;
    right: 153px;
    text-align: center;
    top: 79px;
    width: 191px;
  }
  .stall-page.enmrald .brand-name p {
    font-size: 7px;
    margin-top: -2px;
  }
  .stall-page.enmrald .catalogue {
    left: 10px;
    top: 215px;
    font-size: 8px;
  }
  .stall-page.enmrald .business-card {
    left: 11px;
    top: 240px;
    font-size: 8px;
  }
  .stall-page.enmrald .chat-now {
    left: 11px;
    top: 265px;
    font-size: 8px;
  }
  .stall-page.enmrald .icon-sec {
    right: 92px;
    top: 252px;
  }
  .stall-page.enmrald .video-player {
    height: 41px;
    left: 284px;
    top: 120px;
    width: 92px;
  }
  .stall-page.enmrald .video-player iframe {
    max-height: 100%;
  }
  .stall-page.enmrald .video-player p {
    font-size: 5px;
  }
  .stall-page.enmrald .poster-landscape {
    height: 55px;
    left: 174px;
    top: 120px;
    width: 80px;
  }
  .stall-page.enmrald .our-product {
    left: 204px;
    top: 166px;
    font-size: 8px;
    padding: 3px 10px;
  }
  .stall-page.enmrald .poster-portrait {
    height: auto;
    right: 104px;
    top: 155px;
    width: 38px;
  }
}

@media (max-width: 575.98px) {
  .stall-page.enmrald .top-bar {
    font-size: 11px;
  }
  .stall-page.enmrald .brand-logo {
    height: auto;
    width: 35%;
    box-shadow: none;
  }
  .stall-page.enmrald .brand-name {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
  .stall-page.enmrald .video-player {
    width: 100%;
  }
  .stall-page.enmrald .icon-sec {
    margin-top: 15px;
  }
  .stall-page.enmrald .navigation a {
    font-weight: normal;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.enmrald .brand-small .brand-name {
    left: 128px;
    margin: 0;
    top: 69px;
    width: 141px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 48px;
    left: 56px;
    top: 200px;
    width: 48px;
  }
  .stall-page.enmrald .poster-landscape {
    left: 140px;
    top: 114px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.enmrald .poster-portrait {
    right: 55px;
    top: 143px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.enmrald .brand-small .brand-name {
    left: 124px;
    margin: 0;
    top: unset;
    width: 126px;
    bottom: -78px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 48px;
    left: 55px;
    top: 189px;
    width: 48px;
  }
  .stall-page.enmrald .poster-landscape {
    left: 151px;
    top: 112px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.enmrald .poster-landscape img {
    max-height: unset;
    max-width: 100%;
    width: auto;
  }
  .stall-page.enmrald .poster-portrait {
    right: 51px;
    top: 140px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.enmrald .brand-small .brand-name {
    left: 115px;
    margin: 0;
    top: unset;
    width: 126px;
    bottom: -75px;
    padding: 2px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 48px;
    left: 52px;
    top: 182px;
    width: 48px;
  }
  .stall-page.enmrald .poster-landscape {
    left: 132px;
    top: 105px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.enmrald .poster-portrait {
    right: 48px;
    top: 130px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.enmrald .brand-small .brand-name {
    left: 109px;
    margin: 0;
    top: 62px;
    width: 123px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 48px;
    left: 49px;
    top: 174px;
    width: 48px;
  }
  .stall-page.enmrald .poster-landscape {
    height: 45px;
    left: 132px;
    top: 100px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.enmrald .poster-portrait {
    height: 84px;
    right: 46px;
    top: 123px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.enmrald .top-bar {
    font-size: 9px;
  }
  .stall-page.enmrald .brand-big .brand-name {
    font-size: 14px;
    height: 54px;
    overflow: hidden;
  }
  .stall-page.enmrald .brand-small .brand-name {
    left: 95px;
    margin: 0;
    top: 59px;
    width: 109px;
    font-size: 6px;
  }
  .stall-page.enmrald .brand-logo-small {
    height: 48px;
    left: 42px;
    top: 156px;
    width: 48px;
  }
  .stall-page.enmrald .poster-landscape {
    left: 114px;
    top: 92px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.enmrald .poster-portrait {
    right: 40px;
    top: 112px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

.stall-page.ruby {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  font-family: "Open Sans", sans-serif;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.ruby .button-orange {
  background-color: #57c2d5;
  border: solid 2px #57c2d5;
}

.stall-page.ruby .brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  left: unset;
  padding: 5px;
  right: 206px;
  text-align: center;
  top: 50px;
  background: #fff;
  height: 130px;
  width: 310px;
  box-shadow: 0 0 10px 0 #000;
}

.stall-page.ruby .brand-logo img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.ruby .brand-logo-small {
  align-items: center;
  background: #fff;
  display: flex;
  height: 90px;
  justify-content: center;
  left: 173px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 441px;
  width: 127px;
  z-index: 1;
}

.stall-page.ruby .brand-logo-small img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.ruby .brand-name {
  font-size: 16px;
  right: 430px;
  top: 164px;
}

.stall-page.ruby .brand-name p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 11px;
  margin-top: 0px;
  color: #212529;
  text-transform: none;
}

.stall-page.ruby .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.ruby .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.ruby .our-product {
  font-size: 12px;
  left: 231px;
  padding: 4px 15px;
  top: 367px;
}

.stall-page.ruby .business-card {
  left: 306px;
  top: 385px;
  font-size: 10px;
}

.stall-page.ruby .chat-now {
  left: 305px;
  top: 427px;
  font-size: 10px;
}

.stall-page.ruby .catalogue {
  left: 350px;
  right: unset;
  top: 452px;
  font-size: 10px;
}

.stall-page.ruby .poster-landscape {
  height: 80px;
  left: 214px;
  position: absolute;
  top: 275px;
  width: 170px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.ruby .poster-landscape img {
  max-width: 100%;
}

.stall-page.ruby .poster-portrait {
  height: 168px;
  position: absolute;
  right: 190px;
  top: 356px;
  width: 80px;
  z-index: 1;
}

.stall-page.ruby .poster-portrait img {
  max-height: 100%;
}

.stall-page.ruby .icon-sec {
  left: unset;
  margin: unset;
}

@media (min-width: 1904px) {
  .stall-page.ruby .container {
    top: 200px;
  }
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 212px;
    text-align: center;
    top: 222px;
    width: 352px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 211px;
    height: 152px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.ruby .container {
    top: 150px;
  }
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 212px;
    text-align: center;
    top: 222px;
    width: 352px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 211px;
    height: 152px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.ruby .container {
    top: 100px;
  }
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 212px;
    text-align: center;
    top: 222px;
    width: 352px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 211px;
    height: 152px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 212px;
    text-align: center;
    top: 222px;
    width: 352px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 211px;
    height: 152px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.ruby .container {
    margin-top: -30px;
  }
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 211px;
    text-align: center;
    top: 220px;
    width: 474px;
    margin: 0;
    padding: 0 5px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 192px;
    height: 141px;
    box-shadow: 0 0 10px 0 #000;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 212px;
    text-align: center;
    top: 222px;
    width: 352px;
  }
  .stall-page.ruby .business-card {
    left: 350px;
    top: 480px;
  }
  .stall-page.ruby .chat-now {
    left: 350px;
    top: 508px;
  }
  .stall-page.ruby .icon-sec {
    right: 354px;
    top: 453px;
  }
  .stall-page.ruby .video-player {
    top: 287px;
    left: 505px;
    width: 211px;
    height: 152px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.ruby .poster-landscape {
    height: 98px;
    left: 217px;
    top: 276px;
    width: 160px;
  }
  .stall-page.ruby .poster-portrait {
    height: auto;
    right: 174px;
    top: 370px;
    width: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.ruby .brand-logo {
    height: 83px;
    right: 173px;
    right: 173px;
    top: 63px;
    width: 228px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 83px;
    left: 130px;
    top: 370px;
    width: 135px;
  }
  .stall-page.ruby .brand-name {
    font-size: 14px;
    right: 177px;
    text-align: center;
    top: 191px;
    width: 296px;
  }
  .stall-page.ruby .our-product {
    font-size: 10px;
    left: 194px;
    padding: 4px 15px;
    top: 305px;
  }
  .stall-page.ruby .catalogue {
    left: 292px;
    top: 390px;
    font-size: 10px;
  }
  .stall-page.ruby .business-card {
    left: 292px;
    top: 418px;
  }
  .stall-page.ruby .chat-now {
    left: 292px;
    top: 446px;
  }
  .stall-page.ruby .icon-sec {
    right: 236px;
    top: 428px;
  }
  .stall-page.ruby .video-player {
    top: 240px;
    left: 417px;
    width: 190px;
    height: 126px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.ruby .poster-landscape {
    height: 67px;
    left: 178px;
    top: 235px;
    width: 129px;
  }
  .stall-page.ruby .poster-portrait {
    height: auto;
    right: 140px;
    top: 299px;
    width: 76px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.ruby .brand-logo {
    height: 45px;
    right: 173px;
    right: 95px;
    top: 48px;
    width: 124px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 45px;
    left: 72px;
    top: 217px;
    width: 73px;
  }
  .stall-page.ruby .brand-name {
    font-size: 10px;
    right: 97px;
    text-align: center;
    top: 114px;
    width: 162px;
  }
  .stall-page.ruby .brand-name p {
    font-size: 8px;
  }
  .stall-page.ruby .our-product {
    font-size: 8px;
    left: 114px;
    padding: 4px 15px;
    top: 118px;
  }
  .stall-page.ruby .catalogue {
    left: 170px;
    top: 246px;
    font-size: 8px;
  }
  .stall-page.ruby .business-card {
    left: 170px;
    top: 271px;
  }
  .stall-page.ruby .chat-now {
    left: 170px;
    top: 299px;
  }
  .stall-page.ruby .icon-sec {
    right: 115px;
    top: 333px;
  }
  .stall-page.ruby .video-player {
    top: 147px;
    left: 240px;
    width: 94px;
    height: 78px;
  }
  .stall-page.ruby .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.ruby .poster-landscape {
    height: 40px;
    left: 98px;
    top: 142px;
    width: 77px;
  }
  .stall-page.ruby .poster-portrait {
    height: auto;
    right: 69px;
    top: 169px;
    width: 45px;
  }
}

@media (max-width: 575.98px) {
  .stall-page.ruby .top-bar {
    font-size: 11px;
  }
  .stall-page.ruby .brand-logo {
    height: auto;
    width: 35%;
    box-shadow: none;
  }
  .stall-page.ruby .brand-name {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
  .stall-page.ruby .video-player {
    width: 100%;
  }
  .stall-page.ruby .icon-sec {
    margin-top: 15px;
  }
  .stall-page.ruby .navigation a {
    font-weight: normal;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.ruby .brand-small .brand-name {
    left: 174px;
    margin: 0;
    top: 97px;
    width: 185px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 48px;
    left: 72px;
    top: 193px;
    width: 48px;
  }
  .stall-page.ruby .poster-landscape {
    left: 140px;
    top: 114px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.ruby .poster-portrait {
    right: 15px;
    top: 152px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.ruby .brand-small .brand-name {
    left: 167px;
    margin: 0;
    top: unset;
    width: 163px;
    bottom: -120px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 48px;
    left: 60px;
    top: 183px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.ruby .poster-landscape {
    left: 156px;
    top: 132px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.ruby .poster-portrait {
    right: 14px;
    top: 161px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.ruby .brand-small .brand-name {
    left: 158px;
    margin: 0;
    top: 94px;
    width: 163px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 48px;
    left: 63px;
    top: 175px;
    width: 48px;
  }
  .stall-page.ruby .poster-landscape {
    left: 150px;
    top: 130px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.ruby .poster-portrait {
    right: 14px;
    top: 143px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.ruby .brand-small .brand-name {
    left: 146px;
    margin: 0;
    top: 90px;
    width: 145px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 48px;
    left: 59px;
    top: 168px;
    width: 48px;
  }
  .stall-page.ruby .poster-landscape {
    left: 140px;
    top: 111px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.ruby .poster-portrait {
    right: 22px;
    top: 128px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.ruby .top-bar {
    font-size: 9px;
  }
  .stall-page.ruby .brand-big .brand-name {
    font-size: 14px;
    height: 54px;
    overflow: hidden;
  }
  .stall-page.ruby .brand-small .brand-name {
    left: 133px;
    margin: 0;
    top: 80px;
    width: 123px;
    font-size: 6px;
  }
  .stall-page.ruby .brand-logo-small {
    height: 48px;
    left: 47px;
    top: 152px;
    width: 48px;
  }
  .stall-page.ruby .poster-landscape {
    left: 114px;
    top: 92px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.ruby .poster-portrait {
    right: 10px;
    top: 125px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

.stall-page.sapphire {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  font-family: "Open Sans", sans-serif;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.sapphire .stall-big {
  padding-top: 15px;
}

.stall-page.sapphire .button-orange {
  background-color: #57c2d5;
  border: solid 2px #57c2d5;
}

.stall-page.sapphire .brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 15px;
  padding: 5px;
  text-align: center;
  top: 130px;
  background: #fff;
  height: 130px;
  width: 310px;
  box-shadow: 0 0 10px 0 #000;
}

.stall-page.sapphire .brand-logo img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.sapphire .brand-logo-small {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 150px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 418px;
  z-index: 1;
  height: 90px;
  width: 127px;
  background: #fff;
}

.stall-page.sapphire .brand-logo-small img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.sapphire .brand-name {
  font-size: 16px;
  right: 430px;
  top: 164px;
}

.stall-page.sapphire .brand-name p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 11px;
  margin-top: 0px;
  color: #212529;
  text-transform: none;
}

.stall-page.sapphire .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.sapphire .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.sapphire .our-product {
  font-size: 12px;
  left: 657px;
  padding: 4px 15px;
  top: 270px;
}

.stall-page.sapphire .business-card {
  left: 306px;
  top: 385px;
  font-size: 10px;
}

.stall-page.sapphire .chat-now {
  left: 305px;
  top: 427px;
  font-size: 10px;
}

.stall-page.sapphire .catalogue {
  left: 290px;
  right: unset;
  top: 452px;
  font-size: 10px;
}

.stall-page.sapphire .poster-landscape {
  height: 80px;
  position: absolute;
  right: 300px;
  top: 185px;
  width: 170px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.sapphire .poster-landscape img {
  max-width: 100%;
}

.stall-page.sapphire .poster-portrait {
  position: absolute;
  right: 230px;
  top: 335px;
  z-index: 1;
  height: 168px;
  width: 80px;
  overflow: hidden;
}

.stall-page.sapphire .poster-portrait img {
  max-height: 100%;
}

.stall-page.sapphire .icon-sec {
  left: unset;
  margin: unset;
}

@media (min-width: 1904px) {
  .stall-page.sapphire .container {
    top: 200px;
  }
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 392px;
    text-align: center;
    top: 116px;
    width: 427px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.sapphire .container {
    top: 150px;
  }
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 392px;
    text-align: center;
    top: 116px;
    width: 427px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.sapphire .container {
    top: 100px;
  }
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 392px;
    text-align: center;
    top: 116px;
    width: 427px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 392px;
    text-align: center;
    top: 116px;
    width: 427px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 306px;
    text-align: center;
    top: 95px;
    width: 477px;
    margin: 0;
    padding: 0 5px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 192px;
    height: 141px;
    box-shadow: 0 0 10px 0 #000;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 392px;
    text-align: center;
    top: 116px;
    width: 427px;
  }
  .stall-page.sapphire .business-card {
    left: 290px;
    top: 480px;
  }
  .stall-page.sapphire .chat-now {
    left: 290px;
    top: 508px;
  }
  .stall-page.sapphire .icon-sec {
    right: 405px;
    top: 453px;
  }
  .stall-page.sapphire .video-player {
    top: 205px;
    left: 382px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.sapphire .poster-landscape {
    height: 98px;
    right: 308px;
    top: 183px;
    width: 160px;
  }
  .stall-page.sapphire .poster-portrait {
    height: auto;
    right: 267px;
    top: 378px;
    width: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.sapphire .brand-name {
    font-size: 14px;
    right: 329px;
    text-align: center;
    top: 101px;
    width: 356px;
  }
  .stall-page.sapphire .brand-logo {
    height: 66px;
    left: 28px;
    top: 152px;
    width: 213px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 69px;
    left: 82px;
    top: 367px;
    width: 127px;
  }
  .stall-page.sapphire .our-product {
    font-size: 12px;
    left: 538px;
    padding: 4px 15px;
    top: 247px;
  }
  .stall-page.sapphire .catalogue {
    left: 244px;
    top: 364px;
  }
  .stall-page.sapphire .business-card {
    left: 244px;
    top: 393px;
  }
  .stall-page.sapphire .chat-now {
    left: 244px;
    top: 422px;
  }
  .stall-page.sapphire .icon-sec {
    right: 321px;
    top: 473px;
  }
  .stall-page.sapphire .video-player {
    top: 155px;
    left: 315px;
    width: 211px;
    height: 152px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.sapphire .poster-landscape {
    height: 98px;
    right: 249px;
    top: 154px;
    width: 160px;
  }
  .stall-page.sapphire .poster-portrait {
    height: auto;
    right: 226px;
    top: 294px;
    width: 76px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.sapphire .brand-logo {
    height: 35px;
    right: unset;
    top: 97px;
    width: 116px;
    left: 16px;
    padding: 2px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 37px;
    left: 45px;
    top: 215px;
    width: 69px;
  }
  .stall-page.sapphire .brand-name {
    font-size: 9px;
    right: 181px;
    text-align: center;
    top: 68px;
    width: 194px;
  }
  .stall-page.sapphire .brand-name p {
    font-size: 7px;
  }
  .stall-page.sapphire .our-product {
    font-size: 7px;
    left: 311px;
    padding: 4px 15px;
    top: 140px;
  }
  .stall-page.sapphire .catalogue {
    left: 180px;
    top: 214px;
    font-size: 8px;
  }
  .stall-page.sapphire .business-card {
    font-size: 8px;
    left: 180px;
    top: 239px;
  }
  .stall-page.sapphire .chat-now {
    font-size: 8px;
    left: 180px;
    top: 267px;
  }
  .stall-page.sapphire .icon-sec {
    right: 115px;
    top: 300px;
  }
  .stall-page.sapphire .video-player {
    top: 99px;
    left: 181px;
    width: 119px;
    height: 92px;
  }
  .stall-page.sapphire .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.sapphire .poster-landscape {
    height: 40px;
    left: 295px;
    top: 98px;
    width: 77px;
  }
  .stall-page.sapphire .poster-portrait {
    height: auto;
    right: 123px;
    top: 174px;
    width: 41px;
  }
}

@media (max-width: 575.98px) {
  .stall-page.sapphire .top-bar {
    font-size: 11px;
  }
  .stall-page.sapphire .brand-logo {
    height: auto;
    width: 35%;
    box-shadow: none;
  }
  .stall-page.sapphire .brand-name {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
  .stall-page.sapphire .video-player {
    width: 100%;
  }
  .stall-page.sapphire .icon-sec {
    margin-top: 15px;
  }
  .stall-page.sapphire .navigation a {
    font-weight: normal;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.sapphire .brand-small .brand-name {
    left: 81px;
    margin: 0;
    top: 41px;
    width: 197px;
    font-size: 10px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 48px;
    left: 15px;
    top: 212px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.sapphire .poster-landscape {
    left: 124px;
    top: 84px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.sapphire .poster-portrait {
    right: 111px;
    top: 167px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.sapphire .brand-name {
    left: 73px;
    margin: 0;
    top: unset;
    width: 176px;
    font-size: 10px;
    bottom: -52px;
  }
  .stall-page.sapphire .brand-small .brand-name {
    left: 73px;
    margin: 0;
    top: unset;
    width: 176px;
    font-size: 10px;
    bottom: -52px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 48px;
    left: 15px;
    top: 202px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.sapphire .poster-landscape {
    left: 120px;
    top: 107px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.sapphire .poster-portrait {
    right: 94px;
    top: 155px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.sapphire .brand-small .brand-name {
    left: 73px;
    margin: 0;
    bottom: -50px;
    width: 176px;
    font-size: 10px;
    top: unset;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 48px;
    left: 15px;
    top: 193px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.sapphire .poster-landscape {
    left: 76px;
    top: 67px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.sapphire .poster-portrait {
    right: 94px;
    top: 155px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.sapphire .brand-small .brand-name {
    left: 85px;
    margin: 0;
    top: unset;
    width: 156px;
    bottom: -64px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 48px;
    left: 8px;
    padding: 2px;
    top: 185px;
    width: 48px;
  }
  .stall-page.sapphire .poster-landscape {
    height: 45px;
    left: 102px;
    top: 100px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.sapphire .poster-portrait {
    height: 84px;
    right: 90px;
    top: 147px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.sapphire .top-bar {
    font-size: 9px;
  }
  .stall-page.sapphire .brand-big .brand-name {
    font-size: 14px;
    height: 54px;
    overflow: hidden;
  }
  .stall-page.sapphire .brand-small .brand-name {
    left: 62px;
    margin: 0;
    top: 39px;
    width: 147px;
    font-size: 6px;
  }
  .stall-page.sapphire .brand-logo-small {
    height: 48px;
    left: 11px;
    top: 167px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.sapphire .poster-landscape {
    left: 68px;
    top: 68px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.sapphire .poster-portrait {
    right: 82px;
    top: 134px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

.stall-page.pearl {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  font-family: "Open Sans", sans-serif;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.pearl .button-orange {
  background-color: #57c2d5;
  border: solid 2px #57c2d5;
}

.stall-page.pearl .brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  left: unset;
  padding: 5px;
  text-align: center;
  top: 40px;
  right: 216px;
  background: #fff;
  height: 130px;
  width: 310px;
  box-shadow: 0 0 10px 0 #000;
}

.stall-page.pearl .brand-logo img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.pearl .brand-logo-small {
  align-items: center;
  background: #fff;
  display: flex;
  height: 90px;
  justify-content: center;
  left: 593px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 394px;
  width: 127px;
  z-index: 1;
}

.stall-page.pearl .brand-logo-small img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.pearl .brand-name {
  font-size: 16px;
  right: 430px;
  top: 164px;
}

.stall-page.pearl .brand-name p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 11px;
  margin-top: 0px;
  color: #212529;
  text-transform: none;
}

.stall-page.pearl .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.pearl .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.pearl .our-product {
  font-size: 12px;
  left: 771px;
  padding: 4px 15px;
  top: 324px;
}

.stall-page.pearl .business-card {
  right: 250px;
  left: unset;
  top: 480px;
  font-size: 10px;
}

.stall-page.pearl .chat-now {
  right: 250px;
  left: unset;
  top: 508px;
  font-size: 10px;
}

.stall-page.pearl .catalogue {
  right: 250px;
  top: 452px;
  font-size: 10px;
}

.stall-page.pearl .poster-landscape {
  height: 80px;
  position: absolute;
  right: 258px;
  top: 235px;
  z-index: 1;
  width: 170px;
  overflow: hidden;
}

.stall-page.pearl .poster-landscape img {
  max-width: 100%;
}

.stall-page.pearl .poster-portrait {
  height: 168px;
  left: 207px;
  position: absolute;
  top: 350px;
  width: 80px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.pearl .poster-portrait img {
  max-height: 100%;
}

.stall-page.pearl .icon-sec {
  left: unset;
  margin: unset;
}

@media (min-width: 1904px) {
  .stall-page.pearl .container {
    top: 200px;
  }
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 295px;
    text-align: center;
    top: 183px;
    width: 419px;
  }
  .stall-page.pearl .business-card {
    top: 480px;
  }
  .stall-page.pearl .chat-now {
    top: 508px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
  }
  .stall-page.pearl .video-player {
    top: 246px;
    left: 360px;
    width: 211px;
    height: 152px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.pearl .container {
    top: 150px;
  }
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 295px;
    text-align: center;
    top: 183px;
    width: 419px;
  }
  .stall-page.pearl .business-card {
    top: 480px;
  }
  .stall-page.pearl .chat-now {
    top: 508px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
  }
  .stall-page.pearl .video-player {
    top: 246px;
    left: 360px;
    width: 211px;
    height: 152px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.pearl .container {
    top: 100px;
  }
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 295px;
    text-align: center;
    top: 183px;
    width: 419px;
  }
  .stall-page.pearl .business-card {
    top: 480px;
  }
  .stall-page.pearl .chat-now {
    top: 508px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
  }
  .stall-page.pearl .video-player {
    top: 246px;
    left: 360px;
    width: 211px;
    height: 152px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 295px;
    text-align: center;
    top: 183px;
    width: 419px;
  }
  .stall-page.pearl .business-card {
    top: 480px;
  }
  .stall-page.pearl .chat-now {
    top: 508px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
  }
  .stall-page.pearl .video-player {
    top: 246px;
    left: 360px;
    width: 211px;
    height: 152px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.pearl .container {
    margin-top: -20px;
  }
  .stall-page.pearl .navigation {
    top: 25px;
  }
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 274px;
    text-align: center;
    top: 187px;
    width: 474px;
    margin: 0;
    padding: 0 5px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
    z-index: 1;
  }
  .stall-page.pearl .video-player {
    box-shadow: 0 0 10px 0 #000;
    height: 141px;
    left: 360px;
    top: 246px;
    width: 192px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 295px;
    text-align: center;
    top: 183px;
    width: 419px;
  }
  .stall-page.pearl .business-card {
    top: 480px;
  }
  .stall-page.pearl .chat-now {
    top: 508px;
  }
  .stall-page.pearl .icon-sec {
    right: 418px;
    top: 477px;
  }
  .stall-page.pearl .video-player {
    top: 246px;
    left: 360px;
    width: 211px;
    height: 152px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.pearl .poster-landscape {
    height: 88px;
    right: 265px;
    top: 231px;
    width: 160px;
  }
  .stall-page.pearl .poster-portrait {
    height: auto;
    right: 267px;
    top: 373px;
    width: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.pearl .brand-name {
    font-size: 14px;
    right: 246px;
    text-align: center;
    top: 157px;
    width: 352px;
  }
  .stall-page.pearl .brand-logo {
    height: 69px;
    left: unset;
    top: 74px;
    width: 226px;
    right: 183px;
  }
  .stall-page.pearl .brand-logo-small {
    height: 69px;
    left: 497px;
    top: 334px;
    width: 107px;
  }
  .stall-page.pearl .our-product {
    font-size: 12px;
    left: 633px;
    padding: 4px 15px;
    top: 276px;
  }
  .stall-page.pearl .catalogue {
    right: 205px;
    top: 364px;
  }
  .stall-page.pearl .business-card {
    right: 205px;
    top: 393px;
  }
  .stall-page.pearl .chat-now {
    right: 205px;
    top: 422px;
  }
  .stall-page.pearl .icon-sec {
    right: 321px;
    top: 473px;
  }
  .stall-page.pearl .video-player {
    top: 207px;
    left: 294px;
    width: 191px;
    height: 133px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.pearl .poster-landscape {
    height: 73px;
    right: 215px;
    top: 198px;
    width: 139px;
  }
  .stall-page.pearl .poster-portrait {
    height: auto;
    right: 267px;
    top: 322px;
    width: 62px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.pearl .brand-logo {
    height: 37px;
    right: 101px;
    top: 54px;
    width: 123px;
    padding: 2px;
  }
  .stall-page.pearl .brand-logo-small {
    height: 37px;
    left: 273px;
    top: 196px;
    width: 58px;
    padding: 2px;
  }
  .stall-page.pearl .brand-name {
    font-size: 8px;
    right: 136px;
    text-align: center;
    top: 98px;
    width: 194px;
  }
  .stall-page.pearl .brand-name p {
    font-size: 7px;
  }
  .stall-page.pearl .our-product {
    font-size: 7px;
    left: 339px;
    padding: 4px 15px;
    top: 168px;
  }
  .stall-page.pearl .catalogue {
    left: 345px;
    top: 214px;
    font-size: 8px;
  }
  .stall-page.pearl .business-card {
    font-size: 8px;
    left: 345px;
    top: 239px;
  }
  .stall-page.pearl .chat-now {
    font-size: 8px;
    left: 345px;
    top: 267px;
  }
  .stall-page.pearl .icon-sec {
    right: 115px;
    top: 300px;
  }
  .stall-page.pearl .video-player {
    top: 129px;
    left: 168px;
    width: 103px;
    height: 98px;
  }
  .stall-page.pearl .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.pearl .poster-landscape {
    height: 40px;
    left: 315px;
    top: 125px;
    width: 77px;
  }
  .stall-page.pearl .poster-portrait {
    height: auto;
    top: 174px;
    width: 41px;
    left: 65px;
  }
}

@media (max-width: 575.98px) {
  .stall-page.pearl .top-bar {
    font-size: 11px;
  }
  .stall-page.pearl .brand-logo {
    height: auto;
    width: 35%;
    box-shadow: none;
  }
  .stall-page.pearl .brand-name {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
  .stall-page.pearl .video-player {
    width: 100%;
  }
  .stall-page.pearl .icon-sec {
    margin-top: 15px;
  }
  .stall-page.pearl .navigation a {
    font-weight: normal;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.pearl .brand-small .brand-name {
    left: 105px;
    margin: 0;
    top: 58px;
    width: 225px;
    font-size: 11px;
  }
  .stall-page.pearl .brand-logo-small {
    height: 48px;
    left: 225px;
    top: 195px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.pearl .poster-landscape {
    left: 117px;
    top: 93px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.pearl .poster-portrait {
    height: auto;
    top: 160px;
    left: 100px;
    width: 42px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.pearl .brand-small .brand-name {
    left: 113px;
    margin: 0;
    top: unset;
    width: 172px;
    font-size: 10px;
    bottom: -83px;
    background: none;
  }
  .stall-page.pearl .brand-logo-small {
    height: 48px;
    left: 213px;
    padding: 2px;
    top: 180px;
    width: 48px;
  }
  .stall-page.pearl .poster-landscape {
    left: 95px;
    top: 102px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.pearl .poster-portrait {
    top: 160px;
    left: 75px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.pearl .brand-small .brand-name {
    left: 113px;
    margin: 0;
    top: 65px;
    width: 171px;
    font-size: 10px;
  }
  .stall-page.pearl .brand-logo-small {
    height: 48px;
    left: 202px;
    padding: 2px;
    top: 176px;
    width: 48px;
  }
  .stall-page.pearl .poster-landscape {
    left: 95px;
    top: 88px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.pearl .poster-portrait {
    top: 142px;
    left: 75px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.pearl .brand-small .brand-name {
    left: 101px;
    margin: 0;
    top: 68px;
    width: 157px;
    font-size: 8px;
  }
  .stall-page.pearl .brand-logo-small {
    height: 48px;
    left: 191px;
    padding: 2px;
    top: 166px;
    width: 48px;
  }
  .stall-page.pearl .poster-landscape {
    left: 94px;
    top: 85px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.pearl .poster-portrait {
    top: 140px;
    left: 76px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.pearl .top-bar {
    font-size: 9px;
  }
  .stall-page.pearl .brand-small .brand-name {
    left: 80px;
    margin: 0;
    top: 48px;
    width: 169px;
    font-size: 10px;
  }
  .stall-page.pearl .brand-logo-small {
    left: 165px;
    padding: 2px;
    top: 146px;
    height: 48px;
    width: 48px;
  }
  .stall-page.pearl .poster-landscape {
    left: 67px;
    top: 71px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.pearl .poster-portrait {
    top: 121px;
    left: 64px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

.stall-page.jade {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  font-family: "Open Sans", sans-serif;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.jade .button-orange {
  background-color: #57c2d5;
  border: solid 2px #57c2d5;
}

.stall-page.jade .brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 150px;
  padding: 5px;
  text-align: center;
  top: 20px;
  background: #fff;
  height: 130px;
  width: 310px;
  box-shadow: 0 0 10px 0 #000;
}

.stall-page.jade .brand-logo img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.jade .brand-logo-small {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 411px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 414px;
  z-index: 1;
  background: #fff;
  height: 90px;
  width: 127px;
}

.stall-page.jade .brand-logo-small img {
  display: inline-block;
  max-height: 100%;
}

.stall-page.jade .brand-name {
  font-size: 14px;
  right: 115px;
  text-align: center;
  top: 150px;
  width: 475px;
  margin: 0;
  padding: 0 5px;
}

.stall-page.jade .brand-name p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 10px;
  margin-top: 0px;
  color: #212529;
  text-transform: none;
}

.stall-page.jade .video-player {
  box-shadow: 0 0 10px 0 #000;
  height: 141px;
  left: 690px;
  top: 220px;
  width: 192px;
}

.stall-page.jade .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.jade .our-product {
  font-size: 12px;
  left: 291px;
  padding: 4px 15px;
  top: 307px;
}

.stall-page.jade .business-card {
  left: 300px;
  right: unset;
  top: 460px;
  font-size: 10px;
}

.stall-page.jade .chat-now {
  left: 300px;
  right: unset;
  top: 488px;
  font-size: 10px;
}

.stall-page.jade .catalogue {
  left: 300px;
  right: unset;
  top: 432px;
  font-size: 10px;
}

.stall-page.jade .poster-landscape {
  height: 80px;
  left: 273px;
  position: absolute;
  top: 211px;
  width: 170px;
  z-index: 1;
  overflow: hidden;
}

.stall-page.jade .poster-landscape img {
  max-width: 100%;
}

.stall-page.jade .poster-portrait {
  height: 168px;
  position: absolute;
  right: 113px;
  top: 340px;
  width: 80px;
  z-index: 1;
}

.stall-page.jade .poster-portrait img {
  max-height: 100%;
}

.stall-page.jade .icon-sec {
  left: 600px;
  margin: unset;
}

@media (min-width: 1904px) {
  .stall-page.jade .container {
    top: 200px;
  }
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.jade .container {
    top: 150px;
  }
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.jade .container {
    top: 100px;
  }
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.jade .brand-name {
    font-size: 11px;
    right: 156px;
    text-align: center;
    top: 126px;
    width: 284px;
  }
  .stall-page.jade .brand-logo {
    height: 66px;
    left: 125px;
    top: 41px;
    width: 308px;
  }
  .stall-page.jade .brand-logo-small {
    height: 81px;
    left: 367px;
    top: 348px;
    width: 87px;
  }
  .stall-page.jade .our-product {
    font-size: 12px;
    left: 247px;
    padding: 4px 15px;
    top: 256px;
  }
  .stall-page.jade .catalogue {
    left: 254px;
    top: 343px;
  }
  .stall-page.jade .business-card {
    left: 254px;
    top: 372px;
  }
  .stall-page.jade .chat-now {
    left: 254px;
    top: 400px;
  }
  .stall-page.jade .icon-sec {
    left: 544px;
    top: 400px;
  }
  .stall-page.jade .video-player {
    top: 182px;
    left: 571px;
    width: 192px;
    height: 144px;
  }
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.jade .poster-landscape {
    height: 75px;
    left: 230px;
    top: 173px;
    width: 143px;
  }
  .stall-page.jade .poster-portrait {
    height: unset;
    right: 98px;
    top: 240px;
    width: 65px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.jade .brand-name {
    font-size: 8px;
    right: 85px;
    text-align: center;
    top: 82px;
    width: 156px;
  }
  .stall-page.jade .brand-name p {
    margin-top: -1px;
    font-size: 7px;
  }
  .stall-page.jade .brand-logo {
    height: 36px;
    left: 69px;
    top: 36px;
    width: 168px;
    padding: 2px;
  }
  .stall-page.jade .brand-logo-small {
    height: 44px;
    left: 201px;
    top: 204px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.jade .our-product {
    font-size: 7px;
    left: 139px;
    padding: 4px 8px;
    top: 151px;
  }
  .stall-page.jade .catalogue {
    font-size: 8px;
    left: 106px;
    top: 200px;
    min-width: 90px;
  }
  .stall-page.jade .business-card {
    font-size: 8px;
    left: 106px;
    top: 225px;
    min-width: 90px;
  }
  .stall-page.jade .chat-now {
    font-size: 8px;
    left: 106px;
    top: 250px;
    min-width: 90px;
  }
  .stall-page.jade .icon-sec {
    left: 220px;
    top: 265px;
  }
  .stall-page.jade .video-player {
    top: 114px;
    left: 320px;
    width: 106px;
    height: 89px;
  }
  .stall-page.jade .video-player iframe {
    height: calc(100% - 24px);
  }
  .stall-page.jade .poster-landscape {
    height: 45px;
    left: 122px;
    top: 102px;
    width: unset;
  }
  .stall-page.jade .poster-portrait {
    height: unset;
    right: 55px;
    top: 144px;
    width: 36px;
  }
}

@media (max-width: 575.98px) {
  .stall-page.jade .top-bar {
    font-size: 11px;
  }
  .stall-page.jade .brand-logo {
    height: auto;
    width: 35%;
    box-shadow: none;
  }
  .stall-page.jade .brand-name {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
  .stall-page.jade .video-player {
    width: 100%;
  }
  .stall-page.jade .icon-sec {
    margin-top: 15px;
  }
  .stall-page.jade .navigation a {
    font-weight: normal;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.jade .brand-small .brand-name {
    left: 165px;
    margin: 0;
    top: 45px;
    width: 172px;
    font-size: 11px;
  }
  .stall-page.jade .brand-logo-small {
    height: 48px;
    left: 130px;
    top: 198px;
    width: 48px;
    padding: 2px;
  }
  .stall-page.jade .poster-landscape {
    left: 180px;
    top: 80px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.jade .poster-portrait {
    top: 167px;
    left: 14px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.jade .brand-small .brand-name {
    left: 133px;
    margin: 0;
    top: 57px;
    width: 175px;
    font-size: 8px;
  }
  .stall-page.jade .brand-logo-small {
    height: 48px;
    left: 117px;
    padding: 2px;
    top: 189px;
    width: 48px;
  }
  .stall-page.jade .poster-landscape {
    left: 171px;
    top: 85px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.jade .poster-portrait {
    top: 157px;
    left: 15px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.jade .brand-small .brand-name {
    left: 156px;
    margin: 0;
    top: 55px;
    width: 149px;
    font-size: 8px;
  }
  .stall-page.jade .brand-logo-small {
    height: 48px;
    left: 117px;
    padding: 2px;
    top: 181px;
    width: 48px;
  }
  .stall-page.jade .poster-landscape {
    left: 168px;
    top: 93px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.jade .poster-portrait {
    top: 140px;
    left: 6px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.jade .brand-small .brand-name {
    left: 133px;
    margin: 0;
    top: 56px;
    width: 155px;
    font-size: 8px;
  }
  .stall-page.jade .brand-logo-small {
    height: 48px;
    left: 112px;
    padding: 2px;
    top: 173px;
    width: 48px;
  }
  .stall-page.jade .poster-landscape {
    left: 156px;
    top: 79px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.jade .poster-portrait {
    top: 130px;
    left: 7px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.jade .top-bar {
    font-size: 9px;
  }
  .stall-page.jade .brand-small .brand-name {
    left: 123px;
    margin: 0;
    top: 40px;
    width: 132px;
    font-size: 8px;
  }
  .stall-page.jade .brand-logo-small {
    height: 48px;
    left: 85px;
    padding: 2px;
    top: 160px;
    width: 48px;
  }
  .stall-page.jade .poster-landscape {
    left: 135px;
    top: 64px;
    height: 45px;
    width: 90px;
    overflow: hidden;
  }
  .stall-page.jade .poster-portrait {
    top: 121px;
    left: 0px;
    height: 84px;
    width: 40px;
    overflow: hidden;
  }
}

.stall-page.temp103 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.temp103 .brand-logo {
  left: 139px;
  top: 70px;
}

.stall-page.temp103 .brand-name {
  font-size: 22px;
  right: 430px;
  top: 164px;
}

.stall-page.temp103 .pprev {
  left: 400px;
  position: absolute;
  top: 209px;
  width: 115px;
  z-index: 1;
}

.stall-page.temp103 .b-add2 {
  position: absolute;
  right: 208px;
  bottom: 58px;
  z-index: 1;
}

.stall-page.temp103 .video-player {
  top: 222px;
  left: 587px;
  width: 169px;
}

.stall-page.temp103 .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.temp103 .our-product {
  font-size: 15px;
  left: 449px;
  top: 357px;
}

.stall-page.temp103 .business-card {
  left: 306px;
  top: 385px;
}

.stall-page.temp103 .chat-now {
  left: 305px;
  top: 427px;
}

.stall-page.temp103 .catalogue {
  right: 286px;
  top: 435px;
}

@media (min-width: 1904px) {
  .stall-page.temp103 .container {
    top: 200px;
  }
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp103 .container {
    top: 150px;
  }
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp103 .container {
    top: 100px;
  }
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp103 .container {
    top: 100px;
  }
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
}

@media (min-width: 1350px) {
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 419px;
    text-align: center;
    top: 170px;
    width: 291px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
  .stall-page.temp103 .business-card {
    left: 290px;
    top: 409px;
  }
  .stall-page.temp103 .chat-now {
    left: 290px;
    top: 439px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 412px;
    text-align: center;
    top: 170px;
    width: 276px;
  }
  .stall-page.temp103 .pprev {
    left: 406px;
    top: 214px;
    width: 105px;
    height: 131px;
    overflow: hidden;
  }
  .stall-page.temp103 .business-card {
    left: 290px;
    top: 409px;
  }
  .stall-page.temp103 .chat-now {
    left: 290px;
    top: 439px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp103 .brand-logo {
    left: 103px;
    top: 60px;
  }
  .stall-page.temp103 .brand-name {
    font-size: 16px;
    right: 348px;
    text-align: center;
    top: 147px;
    width: 230px;
  }
  .stall-page.temp103 .pprev {
    left: 342px;
    top: 186px;
    width: 87px;
    height: 109px;
    overflow: hidden;
  }
  .stall-page.temp103 .our-product {
    left: 207px;
    top: 187px;
    font-size: 12px;
  }
  .stall-page.temp103 .video-player {
    top: 192px;
    left: 471px;
  }
  .stall-page.temp103 .business-card {
    left: 243px;
    top: 346px;
  }
  .stall-page.temp103 .chat-now {
    left: 243px;
    top: 380px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp103 .brand-logo {
    left: 41px;
    top: 41px;
    width: 125px;
  }
  .stall-page.temp103 .icon-sec {
    bottom: -65px;
    top: unset;
  }
  .stall-page.temp103 .brand-name {
    font-size: 10px;
    right: 199px;
    text-align: center;
    top: 92px;
    width: 123px;
  }
  .stall-page.temp103 .pprev {
    left: 190px;
    top: 115px;
    width: 50px;
    height: 63px;
    overflow: hidden;
  }
  .stall-page.temp103 .our-product {
    font-size: 10px;
    left: 90px;
    padding: 4px 15px;
    top: 105px;
  }
  .stall-page.temp103 .video-player {
    top: 118px;
    left: 267px;
    width: 73px;
  }
  .stall-page.temp103 .video-player iframe {
    width: 100%;
    height: 41px;
  }
  .stall-page.temp103 .catalogue {
    right: 134px;
    top: 214px;
    font-size: 8px;
    min-width: unset;
  }
  .stall-page.temp103 .business-card {
    left: 123px;
    top: 196px;
    font-size: 8px;
    min-width: auto;
  }
  .stall-page.temp103 .chat-now {
    left: 123px;
    top: 222px;
    font-size: 8px;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .stall-page.temp103 .brand-name {
    font-size: 22px;
    height: 55px;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.temp103 .pprev {
    box-shadow: 0 0 5px #505050;
    left: 226px;
    top: 345px;
    width: 53px;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.temp103 .pprev {
    box-shadow: 0 0 5px #505050;
    left: 189px;
    top: 282px;
    width: 53px;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.temp103 .pprev {
    box-shadow: 0 0 5px #505050;
    left: 202px;
    top: 325px;
    width: 53px;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.temp103 .pprev {
    box-shadow: 0 0 5px #505050;
    left: 189px;
    top: 315px;
    width: 53px;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.temp103 .pprev {
    box-shadow: 0 0 5px #505050;
    left: 167px;
    top: 305px;
    width: 53px;
    height: 66px;
    overflow: hidden;
  }
}

.stall-page.temp4 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
}

.stall-page.temp4 .brand-logo {
  left: 305px;
  top: 80px;
  width: 150px;
}

.stall-page.temp4 .brand-name {
  font-size: 16px;
  right: 363px;
  text-align: center;
  top: 148px;
}

.stall-page.temp4 .video-player {
  top: 228px;
  left: 517px;
  width: 169px;
}

.stall-page.temp4 .video-player iframe {
  width: 100%;
  height: 100px;
  background: #000;
}

.stall-page.temp4 .our-product {
  left: 321px;
  top: 311px;
}

.stall-page.temp4 .business-card {
  left: 260px;
  top: 388px;
}

.stall-page.temp4 .chat-now {
  left: 260px;
  top: 430px;
}

.stall-page.temp4 .catalogue {
  right: 265px;
  top: 363px;
}

@media (min-width: 1904px) {
  .stall-page.temp4 .container {
    top: 215px;
  }
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp4 .container {
    top: 150px;
  }
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp4 .container {
    top: 100px;
  }
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp4 .container {
    top: 55px;
  }
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp4 .brand-logo {
    left: 237px;
    top: 178px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 293px;
    text-align: center;
    top: 185px;
    width: 246px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp4 .brand-logo {
    left: 196px;
    top: 154px;
    width: 150px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 16px;
    right: 247px;
    text-align: center;
    top: 173px;
    width: 218px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp4 .brand-logo {
    left: 114px;
    top: 97px;
    width: 84px;
  }
  .stall-page.temp4 .brand-name {
    font-size: 9px;
    right: 145px;
    text-align: center;
    top: 102px;
    width: 113px;
  }
  .stall-page.temp4 .our-product {
    left: 180px;
    top: 166px;
    font-size: 8px;
    padding: 5px 10px;
  }
  .stall-page.temp4 .video-player {
    top: 119px;
    left: 263px;
    width: 63px;
  }
  .stall-page.temp4 .video-player iframe {
    width: 100%;
    height: 42px;
    background: #000;
  }
  .stall-page.temp4 .catalogue {
    right: 133px;
    top: 186px;
    min-width: unset;
    font-size: 9px;
  }
  .stall-page.temp4 .business-card {
    left: 136px;
    top: 206px;
    font-size: 9px;
  }
  .stall-page.temp4 .chat-now {
    left: 136px;
    top: 256px;
    font-size: 9px;
    min-width: unset;
  }
}

.stall-page.temp5 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 x 768 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
}

.stall-page.temp5 .brand-logo {
  left: 366px;
  top: 40px;
}

.stall-page.temp5 .brand-name {
  color: #fff;
  font-size: 16px;
  right: 228px;
  top: 97px;
}

.stall-page.temp5 .video-player {
  top: 196px;
  left: 573px;
  width: 177px;
}

.stall-page.temp5 .video-player iframe {
  width: 100%;
  height: 103px;
  background: #000;
}

.stall-page.temp5 .icon-sec {
  left: 454px;
  top: 454px;
}

.stall-page.temp5 .our-product {
  left: 350px;
  top: 176px;
}

.stall-page.temp5 .business-card {
  left: 462px;
  top: 413px;
}

.stall-page.temp5 .chat-now {
  left: 463px;
  top: 457px;
}

.stall-page.temp5 .catalogue {
  right: 231px;
  top: 345px;
}

@media (min-width: 1904px) {
  .stall-page.temp5 .container {
    top: 200px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 97px;
    width: 274px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp5 .container {
    top: 150px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 97px;
    width: 274px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp5 .container {
    top: 100px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 97px;
    width: 274px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp5 .container {
    top: 100px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 97px;
    width: 274px;
  }
}

@media (min-width: 1350px) and (max-width: 1423px) {
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 97px;
    width: 274px;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 204px;
    text-align: center;
    top: 95px;
    width: 274px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp5 .brand-logo {
    left: 313px;
    top: 42px;
    width: 150px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 18px;
    right: 174px;
    text-align: center;
    top: 84px;
    width: 227px;
  }
  .stall-page.temp5 .our-product {
    left: 290px;
    top: 163px;
    font-size: 13px;
    padding: 6px 20px;
  }
  .stall-page.temp5 .video-player {
    top: 164px;
    left: 462px;
  }
  .stall-page.temp5 .business-card {
    left: 390px;
    top: 361px;
  }
  .stall-page.temp5 .chat-now {
    left: 390px;
    top: 395px;
  }
  .stall-page.temp5 .catalogue {
    right: 180px;
    top: 310px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp5 .brand-logo {
    left: 165px;
    top: 37px;
    width: 82px;
  }
  .stall-page.temp5 .brand-name {
    color: #fff;
    font-size: 10px;
    right: 107px;
    text-align: center;
    top: 60px;
    width: 117px;
  }
  .stall-page.temp5 .our-product {
    left: 166px;
    top: 98px;
    font-size: 9px;
    padding: 2px 5px;
  }
  .stall-page.temp5 .catalogue {
    right: 106px;
    top: 178px;
    font-size: 8px;
    min-width: 50px;
  }
  .stall-page.temp5 .business-card {
    left: 215px;
    top: 208px;
    font-size: 8px;
    min-width: 50px;
  }
  .stall-page.temp5 .chat-now {
    left: 215px;
    top: 231px;
    font-size: 8px;
    min-width: 50px;
  }
  .stall-page.temp5 .video-player {
    top: 105px;
    left: 263px;
    width: 84px;
  }
  .stall-page.temp5 .video-player iframe {
    width: 100%;
    height: 45px;
  }
  .stall-page.temp5 .icon-sec {
    left: 54px;
    top: 282px;
  }
}

.stall-page.temp6 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
}

.stall-page.temp6 .brand-logo {
  left: 377px;
  top: 83px;
}

.stall-page.temp6 .brand-name {
  font-size: 16px;
  right: 428px;
  text-align: center;
  top: 172px;
}

.stall-page.temp6 .video-player {
  top: 211px;
  left: 504px;
  width: 166px;
}

.stall-page.temp6 .video-player iframe {
  width: 100%;
  height: 98px;
  background: #000;
}

.stall-page.temp6 .icon-sec {
  left: 288px;
  top: 454px;
}

.stall-page.temp6 .our-product {
  left: 347px;
  top: 220px;
}

.stall-page.temp6 .business-card {
  left: 588px;
  top: 384px;
}

.stall-page.temp6 .chat-now {
  left: 587px;
  top: 416px;
}

.stall-page.temp6 .catalogue {
  top: 452px;
  left: 324px;
  right: unset;
}

@media (min-width: 1904px) {
  .stall-page.temp6 .container {
    top: 200px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp6 .container {
    top: 150px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp6 .container {
    top: 100px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp6 .container {
    top: 100px;
  }
}

@media (min-width: 1350px) {
  .stall-page.temp6 .video-player {
    top: 219px;
    left: 511px;
    width: 104px;
  }
  .stall-page.temp6 .video-player iframe {
    width: 100%;
    height: 61px;
  }
  .stall-page.temp6 .brand-name {
    font-size: 16px;
    right: 437px;
    top: 169px;
    width: 262px;
    text-align: center;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp6 .video-player {
    top: 219px;
    left: 511px;
    width: 102px;
  }
  .stall-page.temp6 .video-player iframe {
    width: 100%;
    height: 60px;
  }
  .stall-page.temp6 .brand-logo {
    left: 377px;
    top: 93px;
    width: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp6 .brand-logo {
    left: 302px;
    top: 79px;
    margin: 0;
    width: 152px;
  }
  .stall-page.temp6 .brand-name {
    font-size: 16px;
    right: 365px;
    text-align: center;
    top: 148px;
    width: 224px;
  }
  .stall-page.temp6 .our-product {
    font-size: 14px;
    left: 300px;
    padding: 4px 13px;
    top: 182px;
  }
  .stall-page.temp6 .catalogue {
    top: 375px;
    left: 255px;
    right: unset;
  }
  .stall-page.temp6 .business-card {
    left: 475px;
    top: 325px;
  }
  .stall-page.temp6 .chat-now {
    left: 475px;
    top: 360px;
  }
  .stall-page.temp6 .video-player {
    top: 188px;
    left: 427px;
    width: 89px;
  }
  .stall-page.temp6 .video-player iframe {
    width: 100%;
    height: 50px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp6 .brand-logo {
    left: 175px;
    top: 58px;
    width: 85px;
  }
  .stall-page.temp6 .our-product {
    left: 168px;
    top: 111px;
    font-size: 8px;
    padding: 2px 10px;
  }
  .stall-page.temp6 .brand-name {
    font-size: 9px;
    right: 213px;
    text-align: center;
    top: 95px;
    width: 115px;
  }
  .stall-page.temp6 .business-card {
    left: 267px;
    top: 188px;
    font-size: 9px;
    font-weight: normal;
  }
  .stall-page.temp6 .chat-now {
    left: 267px;
    top: 215px;
    font-size: 9px;
    font-weight: normal;
    min-width: unset;
  }
  .stall-page.temp6 .catalogue {
    top: 209px;
    left: 141px;
    right: unset;
    font-size: 8px;
    min-width: unset;
  }
  .stall-page.temp6 .video-player {
    top: 115px;
    left: 244px;
    width: 39px;
  }
  .stall-page.temp6 .video-player iframe {
    width: 100%;
    height: 25px;
  }
  .stall-page.temp6 .icon-sec {
    left: 11px;
    top: 288px;
  }
}

.stall-page.temp106 {
  /* background: url("../images/stall-temp2-1600.jpg") center 0 no-repeat; 
		background-size: cover; */
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 1366 */
  /* 1280 */
  /* 1024 x 768 */
  /* Tab 768 x 1024 */
  /* iPhone 6S Plus */
  /* iPhone 12 */
  /* iPhone 6 */
  /* Galaxy S5 */
  /* iPhone 5/SE */
}

.stall-page.temp106 .brand-logo {
  left: 377px;
  top: 95px;
  width: 155px;
}

.stall-page.temp106 .brand-name {
  font-size: 16px;
  right: 428px;
  text-align: center;
  top: 172px;
}

.stall-page.temp106 .pprev {
  left: 400px;
  position: absolute;
  top: 215px;
  width: 100px;
  z-index: 1;
}

.stall-page.temp106 .video-player {
  top: 211px;
  left: 504px;
  width: 166px;
}

.stall-page.temp106 .video-player iframe {
  width: 100%;
  height: 98px;
  background: #000;
}

.stall-page.temp106 .icon-sec {
  left: 288px;
  top: 454px;
}

.stall-page.temp106 .our-product {
  left: 406px;
  top: 350px;
  font-size: 15px;
  padding: 6px 15px;
}

.stall-page.temp106 .business-card {
  left: 588px;
  top: 384px;
}

.stall-page.temp106 .chat-now {
  left: 587px;
  top: 416px;
}

.stall-page.temp106 .catalogue {
  top: 452px;
  left: 324px;
  right: unset;
}

@media (min-width: 1904px) {
  .stall-page.temp106 .container {
    top: 200px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .stall-page.temp106 .container {
    top: 150px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .stall-page.temp106 .container {
    top: 100px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .stall-page.temp106 .container {
    top: 100px;
  }
}

@media (min-width: 1350px) {
  .stall-page.temp106 .video-player {
    top: 219px;
    left: 511px;
    width: 104px;
  }
  .stall-page.temp106 .video-player iframe {
    width: 100%;
    height: 61px;
  }
  .stall-page.temp106 .brand-name {
    font-size: 16px;
    right: 437px;
    top: 169px;
    width: 262px;
    text-align: center;
  }
}

@media (min-width: 1264px) and (max-width: 1349px) {
  .stall-page.temp106 .video-player {
    top: 219px;
    left: 511px;
    width: 102px;
  }
  .stall-page.temp106 .video-player iframe {
    width: 100%;
    height: 60px;
  }
  .stall-page.temp106 .brand-logo {
    left: 377px;
    top: 93px;
    width: 150px;
  }
  .stall-page.temp106 .pprev {
    left: 362px;
    top: 215px;
    width: 83px;
  }
  .stall-page.temp106 .our-product {
    font-size: 13px;
    left: 406px;
    top: 332px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page.temp106 .brand-logo {
    left: 302px;
    top: 79px;
    margin: 0;
    width: 152px;
  }
  .stall-page.temp106 .brand-name {
    font-size: 16px;
    right: 365px;
    text-align: center;
    top: 148px;
    width: 224px;
  }
  .stall-page.temp106 .pprev {
    left: 310px;
    top: 187px;
    width: 72px;
  }
  .stall-page.temp106 .our-product {
    left: 345px;
    top: 290px;
    font-size: 12px;
    padding: 6px 15px;
  }
  .stall-page.temp106 .catalogue {
    top: 375px;
    left: 255px;
    right: unset;
  }
  .stall-page.temp106 .business-card {
    left: 475px;
    top: 325px;
  }
  .stall-page.temp106 .chat-now {
    left: 475px;
    top: 360px;
  }
  .stall-page.temp106 .video-player {
    top: 188px;
    left: 427px;
    width: 89px;
  }
  .stall-page.temp106 .video-player iframe {
    width: 100%;
    height: 50px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page.temp106 .brand-logo {
    left: 175px;
    top: 58px;
    width: 85px;
  }
  .stall-page.temp106 .our-product {
    left: 101px;
    top: 132px;
    font-size: 8px;
    padding: 2px 10px;
  }
  .stall-page.temp106 .brand-name {
    font-size: 9px;
    right: 213px;
    text-align: center;
    top: 95px;
    width: 115px;
  }
  .stall-page.temp106 .pprev {
    left: 178px;
    top: 116px;
    width: 37px;
  }
  .stall-page.temp106 .business-card {
    left: 267px;
    top: 188px;
    font-size: 9px;
    font-weight: normal;
  }
  .stall-page.temp106 .chat-now {
    left: 267px;
    top: 215px;
    font-size: 9px;
    font-weight: normal;
    min-width: unset;
  }
  .stall-page.temp106 .catalogue {
    top: 209px;
    left: 141px;
    right: unset;
    font-size: 8px;
    min-width: unset;
  }
  .stall-page.temp106 .video-player {
    top: 115px;
    left: 244px;
    width: 39px;
  }
  .stall-page.temp106 .video-player iframe {
    width: 100%;
    height: 25px;
  }
  .stall-page.temp106 .icon-sec {
    left: 11px;
    top: 288px;
  }
}

@media (max-width: 480px) {
  .stall-page.temp106 .brand-name {
    font-size: 22px;
  }
  .stall-page.temp106 .pprev {
    box-shadow: 0 0 5px #505050;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .stall-page.temp106 .pprev {
    left: 137px;
    top: 313px;
    width: 70px;
  }
}

@media (min-width: 390px) and (max-width: 413px) {
  .stall-page.temp106 .pprev {
    left: 122px;
    top: 267px;
    width: 58px;
  }
}

@media (min-width: 375px) and (max-width: 389px) {
  .stall-page.temp106 .pprev {
    left: 131px;
    top: 307px;
    width: 56px;
  }
}

@media (min-width: 360px) and (max-width: 374px) {
  .stall-page.temp106 .pprev {
    left: 122px;
    top: 297px;
    width: 58px;
  }
}

@media (min-width: 300px) and (max-width: 359px) {
  .stall-page.temp106 .pprev {
    left: 106px;
    top: 285px;
    width: 56px;
  }
}

@media (min-width: 481px) and (max-width: 992px) and (orientation: landscape) {
  .stall-page {
    background-size: 100% !important;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .stall-page .container > * {
    transform: scale(0.5);
  }
  .stall-page .icon-sec {
    transform: scale(0.3);
    top: unset !important;
    bottom: 38px;
  }
}

.stall-page .brand-details .brand {
  background: #5a1406;
  border-radius: 5px;
  display: flex;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px;
}

.stall-page .brand-details .brand figure {
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
  width: 60px;
}

.stall-page .brand-details .brand .details .h4 {
  font-size: 17px;
  color: #f9bb6a;
}

.stall-page .brand-details .brand .details a {
  font-size: 11px;
  color: #fff;
  line-height: normal;
}

.stall-page .brand-details .brand .details a i {
  margin-right: 5px;
}

/* end stall page */
/* poll */
#menu-poll .button-navigation {
  display: flex;
  justify-content: space-between;
}

#menu-poll .button-navigation a {
  text-transform: uppercase;
  color: #000;
}

#menu-poll .menu-title .menu-hide {
  height: auto;
  line-height: normal;
  right: 10px;
  top: 10px;
  width: auto;
}

#menu-poll .menu-page .menu-hide {
  float: right;
  height: unset;
  line-height: normal;
  margin-bottom: 15px;
  position: unset;
  width: unset;
}

#menu-poll .question {
  padding: 15px 0;
}

#menu-poll .answer .form-check {
  margin-bottom: 10px;
}

/* end poll */
/* category */
.pavilions-categories-new {
  background: url("../images/welcome-1366-768.jpg") center 0 no-repeat;
  background-size: cover;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

.pavilions-categories-new ul#sumitcate {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}

.pavilions-categories-new ul#sumitcate li {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 20px;
  width: calc((100% - 30px) / 3);
  display: inline-block;
}

.pavilions-categories-new ul#sumitcate li:nth-child(3n) {
  margin-right: 0;
}

.pavilions-categories-new ul#sumitcate li a {
  flex-direction: column;
  align-items: center;
  color: #576762;
  display: flex;
  justify-content: flex-start;
}

.pavilions-categories-new ul#sumitcate li figure {
  background: rgba(25, 24, 22, 0.6);
  border-radius: 50%;
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 8px;
  width: 50px;
}

.pavilions-categories-new ul#sumitcate li figure img {
  max-height: 100%;
  width: auto;
}

.pavilions-categories-new ul#sumitcate li .inner-content {
  width: 80%;
  text-align: center;
}

.pavilions-categories-new ul#sumitcate li .inner-content .h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.pavilions-categories-new ul#sumitcate li .inner-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

@media (min-width: 992px) {
  .pavilions-categories-new ul#sumitcate {
    top: 200px;
  }
}

@media (max-width: 991px) {
  .pavilions-categories-new ul#sumitcate {
    top: 100px;
  }
}

/* end category */
.other-page {
  background-size: cover;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url("https://demo1.skyfair.live/live1/images/welcome-1366-768.jpg") center 0 no-repeat;
  background-size: cover;
}

.category3d-page {
  background-size: cover;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url("../images/category-1920x1200.jpg") center 0 no-repeat;
  background-size: cover;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

@media (max-height: 1200px) and (orientation: portrait) {
  .category3d-page {
    background: url("../images/category-1920x1200.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 1080px) and (orientation: portrait) {
  .category3d-page {
    background: url("../images/category-1920x1080.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .category3d-page {
    background: url("../images/category-iphone-x.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .category3d-page {
    background: url("../images/category-iphone-6p.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .category3d-page {
    background: url("../images/category-iphone-6.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

@media (max-width: 320px) {
  .category3d-page {
    background: url("../images/category-iphone-5.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/* end New design 16-09-20 */
/*============  Template spechific  =============*/
.opacity-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 30px;
}

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

/* .button-mint {
		color: $color-brown-dark;
		background-color: #f9bb6a;
		border: solid 2px #f9bb6a;

	&:hover {
		color: $color-brown-dark;
		background-color: $color-white;
		border: solid 2px $color-white;
	}
	
	&:active {
		background-color: #44007A;
		border-bottom: solid 2px #44007A !important;
	}
} */
/* pavilions page */
.pavilions-page {
  background: #aaaaa9 url("../images/stallbg2-1920x1200.jpg") center -88px no-repeat;
  background-size: 100%;
  /* 1920 */
  /* 1680 x 1050 */
  /* 1600 x 900 */
  /* 1440 x 900 */
  /* 768 x 1263 */
}

.pavilions-page .board {
  margin: 0 auto;
  position: relative;
  width: 300px;
}

.pavilions-page .board .h2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 35px;
  z-index: 1;
  color: #101010;
  font-size: 20px;
  font-weight: bold;
}

.pavilions-page .divgoldsumit1ul {
  line-height: normal;
}

.pavilions-page .divgoldsumit1ul .spanprod {
  text-transform: none;
  font-size: 11px;
  line-height: normal;
}

.pavilions-page .owl-carousel {
  margin-top: 100px;
}

.pavilions-page .owl-carousel .item {
  text-align: center;
  cursor: pointer;
  padding: 25px 0 0;
}

.pavilions-page .owl-carousel .item .h2 {
  background-color: #15364e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 20px 0;
  padding: 7px;
}

.pavilions-page .owl-carousel .item .h2 span {
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
}

.pavilions-page .owl-carousel .item .brand {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  z-index: 1;
}

.pavilions-page .owl-carousel .owl-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  position: unset;
}

.pavilions-page .owl-carousel .owl-nav [class*='owl-'] {
  position: unset;
  margin-top: 0;
  display: flex;
  width: auto;
}

.pavilions-page .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.pavilions-page .owl-carousel .owl-nav .owl-prev i {
  margin-left: 5px;
}

.pavilions-page .owl-carousel .owl-nav .owl-next i {
  margin-right: 5px;
}

.pavilions-page .owl-carousel .owl-nav i {
  color: #ffffff;
  font-size: 55px;
  text-shadow: 0px 1px 6px black;
}

.pavilions-page .owl-carousel .owl-dots {
  margin-top: 15px;
}

.pavilions-page .owl-carousel .owl-dots .owl-dot.active {
  background: #b69958;
  padding: 0 8px;
}

@media (min-width: 1904px) {
  .pavilions-page .owl-carousel {
    margin-top: 310px;
  }
}

@media (min-width: 1664px) and (max-width: 1903px) {
  .pavilions-page .owl-carousel {
    margin-top: 230px;
  }
}

@media (min-width: 1584px) and (max-width: 1663px) {
  .pavilions-page .owl-carousel {
    margin-top: 200px;
  }
}

@media (min-width: 1424px) and (max-width: 1583px) {
  .pavilions-page .owl-carousel {
    margin-top: 150px;
  }
}

@media (min-width: 752px) and (max-width: 1263px) {
  .pavilions-page {
    background-position: center 0;
  }
}

@media (min-width: 752px) {
  .pavilions-page {
    background-size: 100%;
    min-height: calc(100vh - 60px);
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pavilions-page {
    background: #fff url("../images/stallbg2-mobile-portrait.jpg") center 0 no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 480px) {
  .pavilions-page.search {
    background: #b8b8b8 url("../images/search-page-mobile.jpg") center 0 no-repeat;
    background-size: 100%;
  }
}

.pavilions-page.lounge {
  background: #ab8b65 url("../images/lounge-1920x1200.jpg") center 0 no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  /* iPhone X */
  /* iPhone 6+ */
  /* iPhone 6 */
  /* iPhone 5 */
}

.pavilions-page.lounge .search-page h2 {
  font-family: "Open Sans", sans-serif;
  color: #3b5aaa;
  background: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 15px 0 25px;
  text-align: center;
  text-transform: uppercase;
}

.pavilions-page.lounge .search-page #search-page-ul {
  background: rgba(255, 255, 255, 0.9);
}

.pavilions-page.lounge .search-page #search-page-ul li {
  background: unset;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  margin-bottom: 15px;
  margin-top: 0;
  vertical-align: top;
  width: 100%;
}

.pavilions-page.lounge .search-page #search-page-ul li .figlogo {
  position: unset;
}

.pavilions-page.lounge .search-page #search-page-ul li span {
  background: unset;
  color: #15364e;
  line-height: normal;
}

.pavilions-page.lounge .search-page #search-page-ul li .btn {
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .pavilions-page.lounge .search-page h2 {
    margin-top: 125px;
  }
  .pavilions-page.lounge .search-page #search-page-ul {
    height: 380px;
    overflow-y: scroll;
    margin: 0;
  }
  .pavilions-page.lounge .search-page #search-page-ul li .figlogo {
    width: 100px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
  }
  .pavilions-page.lounge .search-page #search-page-ul li span {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .pavilions-page.lounge .search-page h2 {
    margin-top: 50px;
    font-size: 25px;
  }
  .pavilions-page.lounge .search-page #search-page-ul {
    margin-top: 0;
  }
  .pavilions-page.lounge .search-page #search-page-ul li .figlogo {
    flex-shrink: 0;
    margin: 0;
  }
  .pavilions-page.lounge .search-page #search-page-ul li span {
    margin-top: 0;
    display: none;
  }
}

@media (max-height: 812px) and (orientation: portrait) {
  .pavilions-page.lounge {
    background: #ab8b65 url("../images/lounge-iphone-x.jpg") center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }
}

@media (max-height: 736px) and (orientation: portrait) {
  .pavilions-page.lounge {
    background: #ab8b65 url("../images/lounge-iphone-6p.jpg") center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }
}

@media (max-height: 667px) and (orientation: portrait) {
  .pavilions-page.lounge {
    background: #ab8b65 url("../images/lounge-iphone-6.jpg") center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }
}

@media (max-width: 320px) {
  .pavilions-page.lounge {
    background: #ab8b65 url("../images/lounge-iphone-5.jpg") center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }
}

/* end pavilions page */
.top-bar {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #01788d;
  background: linear-gradient(to bottom, #01788d 0%, #4d52b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01788d', endColorstr='#4d52b3',GradientType=0 );
}

@media (max-width: 575.98px) {
  .top-bar {
    font-size: 11px;
  }
}

/* stall page */
.stall-page {
  background: #aaaaa8 url("../images/stallbg3-1920x1200.jpg") center 0 no-repeat;
}

.stall-page .top-bar {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #01788d;
  background: linear-gradient(to bottom, #01788d 0%, #4d52b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01788d', endColorstr='#4d52b3',GradientType=0 );
}

@media (max-width: 991.98px) {
  .stall-page .top-bar {
    line-height: normal;
    padding: 5px 0;
  }
}

.stall-page .navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 15px;
}

.stall-page .navigation a {
  display: flex;
  align-items: center;
  margin: 0;
  font: bold 12px "Montserrat",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 10px;
  top: 275px;
}

.stall-page .navigation a span {
  display: flex;
  font-size: 0;
  overflow: hidden;
}

@media (min-width: 1264px) {
  .stall-page .navigation a.prev {
    left: -100px;
  }
  .stall-page .navigation a.next {
    right: -100px;
  }
}

@media (min-width: 992px) and (max-width: 1263px) {
  .stall-page .navigation a.prev {
    left: -25px;
  }
  .stall-page .navigation a.next {
    right: -25px;
  }
}

@media (min-width: 752px) and (max-width: 992px) {
  .stall-page .navigation a {
    top: 135px;
  }
  .stall-page .navigation a.prev {
    left: -40px;
  }
  .stall-page .navigation a.next {
    right: -40px;
  }
}

@media (min-width: 768px) {
  .stall-page .navigation a:hover {
    color: #fff;
  }
  .stall-page .navigation a:hover span {
    font-size: 20px;
  }
  .stall-page .navigation a:hover.prev span {
    margin-left: 5px;
  }
  .stall-page .navigation a:hover.next span {
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .stall-page .navigation a {
    top: 175px;
  }
}

@media (max-width: 480px) {
  .stall-page .brand-big {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 5px 0 #000;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
  }
  .stall-page .brand-big .brand-name {
    color: #000;
    padding-right: 5px;
  }
  .stall-page .brand-big .brand-name p {
    margin-top: 5px;
  }
}

.stall-page .brand-small .brand-name {
  color: #000;
  font-size: 8px;
  height: unset;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 2px;
}

.stall-page .brand-small .brand-name p {
  display: none;
}

.stall-page .brand-logo {
  left: 476px;
  position: absolute;
  top: 110px;
  width: 200px;
  z-index: 1;
}

.stall-page .brand-name {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.stall-page .stall-big {
  padding-top: 30px;
  /* margin: 0 auto;
		padding-top: 100px;
		max-width: 800px; */
}

.stall-page .video-player {
  position: absolute;
  top: 223px;
  left: 502px;
  z-index: 2;
}

.stall-page .video-player iframe {
  border: 5px solid #000;
  width: 232px;
  height: 129px;
}

.stall-page .video-player p {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  box-shadow: 0px 0px 2px #bdbdbd;
  color: #000000;
  font-size: 10px;
  font: bold 10px "Roboto Condensed", sans-serif;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .stall-page .video-player {
    margin-top: 15px;
  }
}

@media (min-width: 752px) {
  .stall-page .icon-sec {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    box-shadow: 0px 0px 2px #bdbdbd;
    display: block;
    left: 0;
    margin-top: 0;
    margin: 0 auto;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    top: 460px;
    width: 320px;
  }
}

@media (max-width: 500px) {
  .stall-page .icon-sec {
    margin-top: 15px;
  }
}

.stall-page .icon-sec .icon {
  background: #0079c2;
  color: #ffffff;
  margin-bottom: 23px;
  margin-right: 10px !important;
  vertical-align: top;
}

.stall-page .icon-sec .icon.icon-m, .stall-page .icon-sec .icon.icon-m i {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  font-size: 16px;
}

@media (max-width: 480px) {
  .stall-page .icon-sec .icon.icon-m, .stall-page .icon-sec .icon.icon-m i {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}

.stall-page .icon-sec .icon i.fa-whatsapp {
  font-size: 20px;
}

@media (max-width: 500px) {
  .stall-page .icon-sec .icon {
    margin-right: 5px !important;
  }
}

.stall-page .icon-sec .icon span {
  font-size: 10px;
  color: #333;
  font-weight: bold;
  padding: 0;
  letter-spacing: .5px;
}

.stall-page .project-sec {
  padding-top: 30px;
}

.stall-page .project-sec .h2 {
  text-align: center;
}

.stall-page .project-sec .project-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 30px 0 100px;
}

.stall-page .project-sec .project-list li {
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
  width: calc((100% - 30px) / 3);
  padding: 15px;
}

.stall-page .project-sec .project-list li:nth-child(3n) {
  margin-right: 0;
}

.stall-page .project-sec .project-list li .h3 {
  margin-top: 15px;
  font-size: 18px;
}

.stall-page .project-sec .project-list li p {
  margin: 0;
  line-height: normal;
}

@media (max-width: 751px) {
  .stall-page .project-sec .project-list {
    padding-bottom: 0px;
  }
  .stall-page .project-sec .project-list li {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

.stall-page .job-list {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 0;
}

.stall-page .job-list li {
  background: #FFFF33;
  border-radius: 25px;
  box-shadow: 7px 5px 0px #2b0c43;
  display: inline-block;
  height: auto;
  padding: 15px;
  position: relative;
  text-align: center;
}

.stall-page .job-list li a {
  color: #2b0c43;
}

.stall-page .job-list li .h3 {
  font-size: 25px;
}

.stall-page .job-list li .link {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.stall-page .job-list li .link a {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 752px) {
  .stall-page {
    background-size: 100%;
    min-height: calc(100vh - 60px);
    position: absolute;
    width: 100%;
  }
  .stall-page .job-list li {
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    width: calc((100% - 45px) / 4);
  }
  .stall-page .job-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .stall-page {
    background: #fff url("../images/stallbg2-mobile-portrait.jpg") center 0 no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
  }
  .stall-page .container {
    padding-top: 0px;
    position: unset;
    text-align: center;
  }
  .stall-page .brand-logo {
    position: unset;
    margin: 0;
    padding: 0;
    width: 100px;
  }
  .stall-page .brand-name {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    position: unset;
  }
  .stall-page .stall-big {
    padding: 0;
    margin-top: 25px;
  }
  .stall-page .video-player {
    position: unset;
    width: 100%;
  }
  .stall-page .video-player iframe {
    position: unset;
    width: 100% !important;
    height: 150px !important;
  }
  .stall-page .icon-sec {
    position: unset;
    width: auto;
  }
  .stall-page .btn {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    padding: 8px 12px;
  }
  .stall-page .our-product {
    position: unset;
  }
  .stall-page .catalogue {
    position: unset;
  }
  .stall-page .business-card {
    position: unset;
  }
  .stall-page .chat-now {
    position: unset;
  }
  .stall-page .job-list li {
    width: calc((100% - 15px) / 1);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .stall-page .job-list li:nth-child(2n) {
    margin-right: 0;
  }
  .stall-page .job-list li .frame {
    font-size: 17px;
  }
}

/* end stall page */
/* category list */
.category-list {
  margin-top: 110px;
  padding-bottom: 100px;
  display: inline-block;
}

.category-list .opacity-box {
  margin-top: 15px;
}

.category-list ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.category-list ul li {
  display: inline-block;
  background: #44007A;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 15px;
  opacity: 0.75;
  min-width: 270px;
}

.category-list ul li .frame {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-list ul li .h3 {
  color: #ffed00 !important;
  font-size: 18px;
}

@media (min-width: 768px) {
  .category-list ul li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .category-list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* end category list */
/*============ End Template spechific  =============*/
.divgoldsumit1ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .divgoldsumit1ul {
    display: block;
  }
  .divgoldsumit1ul .item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .divgoldsumit1ul .item .brand {
    width: 100px;
  }
}

.divgoldsumit1ul li {
  margin-bottom: 15px;
}

.divgoldsumith2 {
  font-size: 14px;
  margin: 10px 20px 0;
  padding: 7px;
  text-align: center;
  width: 100%;
  background-color: #15364e;
  color: #fff;
}

@media (max-width: 767px) {
  .pavilions-page .owl-carousel {
    display: none;
  }
}

.popup h1, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6, .popup .h1, .popup .h2, .popup .h3, .popup .h4, .popup .h5, .popup .h6 {
  font: bold 20px "Oswald", sans-serif;
  text-align: center;
}

.popup p {
  margin: 0;
}

.popup .menu-hide {
  color: #BF263C;
  font-size: 20px;
  line-height: normal;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 3px;
  width: auto;
  z-index: 999;
}

.popup.get-in-touch .contactFormButton #contactSubmitButton {
  margin-bottom: 0px;
  font: normal 17px "Oswald", sans-serif;
}

.popup.get-in-touch .contactTextarea {
  border-radius: 15px !important;
  height: 155px;
  resize: none;
}

.popup.get-in-touch .bg-highlight {
  background-color: #1e8073 !important;
  border-color: #1e8073;
}

.popup.profile-popup .author .h2 {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
}

.popup.profile-popup strong {
  color: #1d7f72;
}

.popup.profile-popup .menu-title {
  background: #1d7f72;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.popup.profile-popup .menu-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.popup.profile-popup .menu-title .h2 {
  font-size: 18px;
}

.popup.profile-popup .menu-title p {
  color: #fff;
}

.popup.profile-popup .menu-title .menu-hide {
  color: #fff;
}

.popup.profile-popup .menu-title #shrt {
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: justify;
}

.popup.profile-popup .menu-page {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.popup.profile-popup .email-sec {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 751px) {
  .our-product-popup .menu-page figure {
    height: 200px;
  }
  .our-product-popup .menu-page figure .img-fluid {
    max-height: 100%;
    width: auto;
  }
}

/* ripple */
.request-loader {
  -webkit-animation: ripple 1.2s ease-out;
          animation: ripple 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 3px solid #f44336;
  border-radius: 30px;
  cursor: pointer;
  height: 20px;
  opacity: 0.0;
  position: absolute;
  width: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.request-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  border: 3px solid #f44336;
  background-color: #f44336;
  transition: border-color 1s linear;
  cursor: pointer;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* end ripple */
.back-btn {
  align-items: center;
  background: #15364e;
  border-radius: 20px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
}

.back-btn i {
  height: auto !important;
  margin-right: 5px !important;
  width: auto !important;
}

#menu-page-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-page-ul li {
  border: 1px solid #dcdcdc;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#menu-page-ul li figure {
  height: 150px;
}

#menu-page-ul li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #menu-page-ul {
    font-size: 0;
  }
  #menu-page-ul li {
    font-size: 14px;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
  }
  #menu-page-ul li:nth-child(3n) {
    margin-right: 0;
  }
  #menu-page-ul li span {
    height: 36px;
    overflow: hidden;
  }
}

.search-page {
  min-height: 100vh;
}

.search-page .menu-page {
  padding-bottom: 100px;
}

.search-page .search-sec .form-control {
  border-radius: 50px !important;
  box-shadow: 0 0 10px 0 #929292;
  height: 45px;
  padding-left: 20px;
}

.search-page .search-sec a.search-btn {
  padding: 6px 13px 8px 0;
  position: absolute;
  right: 0px;
  z-index: 100;
}

.search-page #search-page-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-page #search-page-ul li {
  position: relative;
  text-align: center;
}

.search-page #search-page-ul li .figlogo {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: 120px;
  z-index: 1;
}

.search-page #search-page-ul li span {
  background-color: #15364e;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 7px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .search-page #search-page-ul {
    font-size: 0;
    margin-bottom: 0;
    margin-top: 150px;
  }
  .search-page #search-page-ul li {
    display: inline-block;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .search-page #search-page-ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .search-page #search-page-ul {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .search-page #search-page-ul li {
    margin-bottom: 30px;
  }
}

#divsearchpage ul {
  list-style: none;
  padding: 0 150px;
}

#divsearchpage ul li {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  margin: 10px 0 0;
  padding: 15px;
  cursor: pointer;
}

#divsearchpage ul li figure {
  width: 100px;
  margin-right: 15px;
}

#divsearchpage ul li figure img {
  max-width: 100%;
  height: auto;
}

#divsearchpage ul li p {
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

#divsearchpage ul li p strong {
  display: block;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #0d7293;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  #divsearchpage ul {
    padding: 0;
  }
  #divsearchpage ul li figure {
    width: 50px;
    flex-shrink: 0;
  }
}

#spage {
  text-align: center;
  padding-bottom: 100px;
}

#spage .paginationjs {
  display: inline-block;
}

#spage .paginationjs .paginationjs-pages li.active > a {
  background: #0d72ac;
  font-weight: bold;
}

/*# sourceMappingURL=framework.css.map */
