@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anton&amp;display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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 {
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

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: 0.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: "— ";
}

.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-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  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 td,
.table-sm th {
  padding: 0.3rem;
}

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

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

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

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  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 > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  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 > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  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 > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  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 > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  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 > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  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 > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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 > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  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 > td,
.table-active > th {
  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 td,
.table-dark th,
.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: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;
}

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  height: calc(1.5em + 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[multiple],
select.form-control[size] {
  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 {
  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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control: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' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.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);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control: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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.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);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input: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 .custom-select,
.form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 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;
}

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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  box-shadow: none;
}

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

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

.btn-group-sm > .btn,
.btn-sm {
  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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  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^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

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

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

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

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

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

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

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 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=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}

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

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

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

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 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-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  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 {
  color: #6c757d;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 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' 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' 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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-color: #fff;
  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-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 {
  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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 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:focus,
.nav-link:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar > .container,
.navbar > .container-fluid {
  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:focus,
.navbar-brand:hover {
  text-decoration: none;
}

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

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

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

.navbar-text {
  display: inline-block;
  padding-top: 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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 {
  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:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

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

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

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

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

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
  border-top: 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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

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

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

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 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 > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  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 + .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: 2;
  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: 1;
  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:focus,
a.badge:hover {
  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:focus,
a.badge-primary:hover {
  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:focus,
a.badge-secondary:hover {
  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:focus,
a.badge-success:hover {
  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:focus,
a.badge-info:hover {
  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:focus,
a.badge-warning:hover {
  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:focus,
a.badge-danger:hover {
  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:focus,
a.badge-light:hover {
  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:focus,
a.badge-dark:hover {
  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;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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;
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.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-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

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

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

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

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

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

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

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

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

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

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

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

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

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: 0.5;
}

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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);
}

.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-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

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

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

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

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  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: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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);
  }

  .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-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-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-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

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

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-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-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-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-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-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-auto[x-placement^=left] > .arrow::after,
.bs-popover-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-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
.carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-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: 0.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 0.75s linear infinite;
  animation: spinner-border 0.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;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.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 0.75s linear infinite;
  animation: spinner-grow 0.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.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;
  }
}
.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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
}

.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);
}

.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;
  }
}
.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:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

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

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  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 {
  *,
::after,
::before {
    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;
  }

  blockquote,
pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  h2,
h3,
p {
    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 td,
.table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;
  touch-action: manipulation;
  -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-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  touch-action: pan-y;
  -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: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.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.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.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 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Author: thewebmax team
=========================
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files [Table of contents] are outlined below
---------------------------------------------------
** - ========================
	 GENERAL 
	 ========================
** - Float clearfix
** - Heading & Title
** - Text align
** - Listing Style
** - Padding (around)
** - Padding (top)
** - Padding (bottom)
** - Padding (left)
** - Padding (right)
** - Padding (left right)
** - Padding (top bottom)
** - Margin (around)
** - Marging (top)
** - Marging (bottom)
** - Marging (left)
** - Marging (right)
** - Marging (left right)
** - Marging (top bottom)
** - Colum gap less
** - Background Effect
** - Overlay ( transparient box style)
** - Boxes Css
** - Box content
** - For icons with box
** - For only icons
** - Place icon with box
** - Icon box left align
** - Icon box right align
** - Icon box center align
** - Buttons 
** - Theme default button 
** - Button Effect
** - Button text uppercase 
** - Button size 
** - Button rounded 
** - Owl Slider
** - Owl dots button
** - Owl button top to center
** - Owl button top to left
** - Owl button top to right
** - Owl button bottom to center [it is default position ]
** - Owl button bottom to left
** - Owl button bottom to right
** - Owl button vertical to center
** - Owl button show on hover
** - Owl slider button
** - Owl dots nav position
** - ============================
	 THEMEFOREST REQUIRED CLASSES
     ============================
** - Text meant only for screen readers
** - Tabs 
** - Tabs style 1 [ default ] 

** - Title separators
** - Center-title
** - About one Section
** - About two Section
** - Counter Style One
** - Team Style One
** - Team-box-single
** - Play button--
** - rev play btn
** - Play button--
** - Testimonial Style One
** - Client Logo  Carousel
** - Footer dark version css
** - Widget Team
** - Widget Address
** - Recent Post Entry
** - Footer Dark
** - Widget Services
** - Footer dark version css
** - scroll top btn css
** - Revolution Slider Button
** - Team Carousel
** - Team 2
** - Blog Style 2
** - Revolution slider play btn
** - inner page banner --
** - Breadcrumb --
** - filter buttons css 
** - Google map
** - Contact Form
** - Accordians
** - Error Page
** - iconfont
** - Pagination Style
** - Blog Side Bar
** - Comment list--
** - comment form
** - Single Blog Post
** - Single Post Navigation
** - Loading
** - Loading Animation Start
** - Loading Animation End
** - About Year
** - Description list
** - Section Overlay
** - Help Block
** - service detail
** - full navigation
** - Hover Box Style 1
** - services-box-one
** - Cart dropdown
** - project btn filter 
** - get-in-touch
** - Blog Gallery
** - Product Box 
** - Product Detail Page Slider 
** - select-box-border-style1
** - wt-product-gallery
** - touchspin input type number  
** - Product Single
** - Circle Animation
** - slider-text-outline
** - Square content
** - Style text
** - Elements
** - ADD SHADOWS OPTIONAL
---------------------------------------------------
*/
/*===GENERAL===*/
.site-text-primary {
  color: #DAA520;
}

.site-text-black {
  color: #000;
}

.site-text-gray {
  color: #e7e7e7;
}

.site-text-gray-light {
  color: #f9f9f9;
}

.site-text-white {
  color: #fff;
}

.site-bg-primary {
  background-color: #DAA520;
}

.site-bg-black {
  background-color: #000;
}

.site-bg-dark {
  background-color: #000;
}

.site-bg-gray {
  background-color: #e7e7e7;
}

.site-bg-gray-light {
  background-color: #f9f9f9;
}

.site-bg-light {
  background-color: #fff9f0;
}

.site-bg-white {
  background-color: #fff;
}

body {
  color: #626262;
  font-family: "Mulish", sans-serif;
  line-height: 1.7;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  color: #000;
  outline: 0px none;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shadow-bx {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.wt-icon-box-wraper:after {
  content: "";
  display: table;
  clear: both;
}

ol.commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

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

ul {
  padding: 0px;
}

::-moz-selection {
  background: #484848;
  color: #fff;
}

::selection {
  background: #484848;
  color: #fff;
}

/*===Heading & Title====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 60px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  font-weight: 800;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

/*---Text align--- */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0px;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}

.list-simple li {
  margin-bottom: 10px;
}

.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}

.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight: 600;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  font-size: 15px;
  color: #000;
}

.list-circle li:before {
  top: 6px;
  font-size: 10px;
  content: "";
}

.list-angle-right li:before {
  content: "";
}

.list-arrow li:before {
  content: "";
}

.list-check li:before {
  content: "";
}

.list-checked li:before {
  content: "";
}

.list-check-circle li:before {
  content: "";
}

.list-chevron-circle li:before {
  content: "";
}

.list-arrow-circle li:before {
  content: "";
}

.list-times-circle li:before {
  content: "";
}

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-a110 {
  padding: 110px;
}

.p-a120 {
  padding: 120px;
}

.p-a130 {
  padding: 130px;
}

.p-a140 {
  padding: 140px;
}

.p-a150 {
  padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-t110 {
  padding-top: 110px;
}

.p-t120 {
  padding-top: 120px;
}

.p-t130 {
  padding-top: 130px;
}

.p-t140 {
  padding-top: 140px;
}

.p-t150 {
  padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b110 {
  padding-bottom: 110px;
}

.p-b120 {
  padding-bottom: 120px;
}

.p-b130 {
  padding-bottom: 130px;
}

.p-b140 {
  padding-bottom: 140px;
}

.p-b150 {
  padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-l110 {
  padding-left: 110px;
}

.p-l120 {
  padding-left: 120px;
}

.p-l130 {
  padding-left: 130px;
}

.p-l140 {
  padding-left: 140px;
}

.p-l150 {
  padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-r110 {
  padding-right: 110px;
}

.p-r120 {
  padding-right: 120px;
}

.p-r130 {
  padding-right: 130px;
}

.p-r140 {
  padding-right: 140px;
}

.p-r150 {
  padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0px;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-a110 {
  margin: 110px;
}

.m-a120 {
  margin: 120px;
}

.m-a130 {
  margin: 130px;
}

.m-a140 {
  margin: 140px;
}

.m-a150 {
  margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t110 {
  margin-top: 110px;
}

.m-t120 {
  margin-top: 120px;
}

.m-t130 {
  margin-top: 130px;
}

.m-t140 {
  margin-top: 140px;
}

.m-t150 {
  margin-top: 150px;
}

/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b110 {
  margin-bottom: 110px;
}

.m-b120 {
  margin-bottom: 120px;
}

.m-b130 {
  margin-bottom: 130px;
}

.m-b140 {
  margin-bottom: 140px;
}

.m-b150 {
  margin-bottom: 150px;
}

/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-l110 {
  margin-left: 110px;
}

.m-l120 {
  margin-left: 120px;
}

.m-l130 {
  margin-left: 130px;
}

.m-l140 {
  margin-left: 140px;
}

.m-l150 {
  margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-r110 {
  margin-right: 110px;
}

.m-r120 {
  margin-right: 120px;
}

.m-r130 {
  margin-right: 130px;
}

.m-r140 {
  margin-right: 140px;
}

.m-r150 {
  margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

/*---Colum gap less---*/
.no-col-gap [class*=col-xs-],
.no-col-gap [class*=col-sm-],
.no-col-gap [class*=col-md-],
.no-col-gap [class*=col-lg-] {
  padding-left: 0px;
  padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
  background-position: center;
}

.bg-top-left {
  background-position: top left;
}

.bg-top-right {
  background-position: top right;
}

.bg-top-center {
  background-position: top center;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom-right {
  background-position: bottom right;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-left-center {
  background-position: left;
}

.bg-right-center {
  background-position: right;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-full-width {
  background-size: 100% auto;
}

.bg-full-height {
  background-size: auto 100%;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

/*===Overlay ( transparient box style)===*/
.overlay-wraper {
  position: relative;
}

.overlay-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.overlay-light .overlay-main {
  opacity: 0.3;
}

.overlay-dark .overlay-main {
  opacity: 0.9;
}

.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper > .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part {
  position: relative;
  z-index: 1;
}

/*===Boxes Css===*/
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
  position: relative;
}

/*---Box content----*/
.wt-box {
  position: relative;
}

.wt-box.no-margin {
  margin-bottom: 0;
}

/*---For icons with box---*/
.wt-icon-box-xld {
  width: 180px;
  height: 180px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-xld i {
  font-size: 100px;
}

.wt-icon-box-xld img {
  height: 90px;
}

.wt-icon-box-xl {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-xl i {
  font-size: 80px;
}

.wt-icon-box-xl img {
  height: 80px;
}

.wt-icon-box-lg {
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-lg i {
  font-size: 60px;
}

.wt-icon-box-lg img {
  height: 55px;
}

.wt-icon-box-md {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-md i {
  font-size: 45px;
}

.wt-icon-box-md img {
  height: 40px;
}

.wt-icon-box-sm {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-sm i {
  font-size: 30px;
}

.wt-icon-box-sm img {
  height: 30px;
}

.wt-icon-box-xs {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

.wt-icon-box-xs i {
  font-size: 20px;
}

.wt-icon-box-xs img {
  height: 20px;
}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xs.radius {
  border-radius: 100%;
}

.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
  vertical-align: middle;
}

.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

/*----For only icons---*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center;
}

.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
  vertical-align: middle;
}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.icon-xld {
  width: 120px;
}

.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}

.icon-xld.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-xld img {
  height: 90px;
}

.icon-xld.inline-icon {
  width: auto;
}

.icon-xl {
  width: 100px;
}

.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}

.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-xl img {
  height: 80px;
}

.icon-xl.inline-icon {
  width: auto;
}

.icon-lg {
  width: 80px;
}

.icon-lg i {
  font-size: 60px;
  line-height: 60px;
}

.icon-lg.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-lg img {
  height: 70px;
}

.icon-lg.inline-icon {
  width: auto;
}

.icon-md {
  width: 60px;
}

.icon-md i {
  font-size: 45px;
  line-height: 45px;
}

.icon-md.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-md img {
  height: 50px;
}

.icon-md.inline-icon {
  width: auto;
}

.icon-sm {
  width: 40px;
}

.icon-sm i {
  font-size: 30px;
  line-height: 30px;
}

.icon-sm.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-sm img {
  height: 30px;
}

.icon-sm.inline-icon {
  width: auto;
}

.icon-xs {
  width: 30px;
}

.icon-xs i {
  font-size: 20px;
  line-height: 20px;
}

.icon-xs.inline-icon {
  width: auto;
  text-align: left !important;
}

.icon-xs img {
  height: 20px;
}

.icon-xs.inline-icon {
  width: auto;
}

/*---Place icon with box---*/
.wt-icon-box-wraper {
  position: relative;
}

.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}

.wt-icon-box-wraper .after-titile-line {
  margin-bottom: 10px;
}

.wt-icon-box-wraper p:last-child {
  margin: 0px;
}

.icon-content {
  overflow: hidden;
}

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
  display: table;
}

.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

/*---Icon box left align---*/
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xs {
  float: left;
  margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}

/*---Icon box right align---*/
.wt-icon-box-wraper.right {
  text-align: right;
}

.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xs {
  float: right;
  display: table;
  margin-left: 20px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
  float: right;
  margin-left: 20px;
}

/*---Icon box center align---*/
.wt-icon-box-wraper.center {
  text-align: center;
}

.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xs {
  margin-left: auto;
  margin-right: auto;
}

.wt-icon-box-wraper.bx-style-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2.center [class*=wt-icon-box-] {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

.wt-icon-box-wraper.bx-style-2.left [class*=wt-icon-box-] {
  position: absolute;
}

.wt-icon-box-wraper.bx-style-2.right [class*=wt-icon-box-] {
  position: absolute;
}

/*---Buttons--- */
.site-button-link {
  position: relative;
  font-weight: 600;
  color: #DAA520;
  font-size: 16px;
  z-index: 1;
  transition: 0.5s all ease;
  /*hover block section*/
}

.site-button-link i {
  transition: 0.5s all ease;
  font-size: 14px;
  padding-left: 5px;
}

.site-button-link:hover {
  color: #000;
}

.site-button-link:hover i {
  margin-left: 10px;
}

.site-button-link:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  transition: 0.5s all ease;
}

.site-button-link:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
  z-index: -1;
}

/* Theme default button */
.site-button {
  outline: none;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #DAA520;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}

.site-button:hover {
  color: #000;
}

.site-button i {
  padding-right: 10px;
}

.site-button:focus {
  color: #fff;
}

.btn-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.btn-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-animation:hover:before {
  transform: scale(8);
}

.site-button-secondry {
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  border: none;
  font-size: 15px;
  font-weight: 700;
}

.site-button-secondry.sb-bdr-light {
  border-right: 6px solid #fff;
}

.site-button-secondry:active,
.site-button-secondry:focus,
.site-button-secondry:visited {
  background-color: #000;
  color: #fff;
}

.site-button-secondry:hover {
  background-color: #e7e7e7;
  color: #000;
}

/*====Button Effect====*/
.site-btn-effect {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
}

.site-button.site-btn-effect {
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button.site-btn-effect:hover {
  text-shadow: -400px 0 0 #000, 0 0 0 #000;
}

.site-button-secondry.site-btn-effect {
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button-secondry:hover.site-btn-effect {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}

.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  color: #fff;
  border: 2px solid transparent;
}

.mfp-video.video-play-btn i {
  margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
  text-transform: uppercase;
}

/*Button size */
.button-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.button-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}

/*Button rounded */
.radius-no {
  border-radius: 0px;
}

.radius-sm {
  border-radius: 10px;
}

.radius-md {
  border-radius: 20px;
}

.radius-xl {
  border-radius: 100px;
}

.radius-bx {
  border-radius: 100%;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}

.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #8a8a8a;
  border: 2px solid transparent;
  display: block;
  border-radius: 50%;
  transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #DAA520;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: none;
  border: 2px solid #8a8a8a;
  margin: 2px;
  height: 12px;
  width: 12px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-left .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-right .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
  text-align: center;
}

/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
  text-align: left;
}

/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
  text-align: right;
}

/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
  text-align: center;
}

/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
  text-align: left;
}

/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav {
  text-align: right;
}

/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
  margin: 0px;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  right: 0;
}

/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
  opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-prev {
  background-color: #000 !important;
  color: #fff !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
}

.owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:active {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next {
  background-color: #000 !important;
  color: #fff !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  margin-right: 0px;
  font-weight: 500;
}

.owl-carousel .owl-nav button.owl-next i {
  font-style: normal;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:active {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:focus {
  background-color: #DAA520 !important;
  color: #fff;
  opacity: 0.9;
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: right;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}

/*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/
/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
  clear: both;
}

.gallery-caption {
  clear: both;
}

.bypostauthor {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
  padding: 20px;
  border: 5px solid #e7e7e7;
  background-color: #fff;
}

.wt-tabs .nav-tabs {
  border: 0px;
}

.wt-tabs .nav-tabs > li {
  border: 1px solid #ebebeb;
}

.wt-tabs .nav-tabs > li > a {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  padding: 15px;
  border: 0px;
  display: block;
  font-weight: 600;
}

.wt-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}

.wt-tabs .nav-tabs > li a.active {
  background-color: #e7e7e7;
  color: #000;
}

.wt-tabs .nav-tabs > li a.active:focus {
  background-color: #e7e7e7;
  color: #000;
}

.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #e7e7e7;
  color: #000;
}

.wt-tabs .nav > li > a:focus {
  background-color: transparent;
  border: 0px;
}

.wt-tabs .nav > li > a:hover {
  background-color: transparent;
  border: 0px;
}

.wt-tabs .nav li a:hover {
  border: 1px;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    justify-content: flex-start;
  }
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a {
  color: #000;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span {
  display: block;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span i {
  font-weight: normal;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a.active {
  color: #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a {
  color: #000;
  border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus {
  color: #000;
  border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
  color: #000;
  border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tab-pane {
  color: #fff;
}

@media (max-width: 991px) {
  .wt-tabs.tabs-default .tab-pane {
    padding: 0px;
  }
}
.header-style-1 {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
  /*Cart*/
}

.header-style-1 .header-middle-wraper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.header-style-1 .header-middle-wraper:after {
  content: "";
  background-color: #fff;
  right: 0px;
  height: 100%;
  width: 3000px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
}

.header-style-1 .header-middle-wraper .header-middle {
  padding-right: 15px;
  padding-left: 0px;
}

@media (max-width: 1270px) {
  .header-style-1 .header-middle-wraper .header-middle {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .header-style-1 .header-middle-wraper .logo-header {
    display: block;
    width: 100%;
    max-width: 150px;
    float: inherit;
    height: auto;
  }
}
@media (max-width: 540px) {
  .header-style-1 .header-middle-wraper .logo-header {
    margin: 0px auto;
  }
}
@media (max-width: 540px) {
  .header-style-1 .header-middle-wraper .header-middle {
    display: block !important;
  }
}
.header-style-1 .header-info-wraper {
  display: flex;
}

@media (max-width: 991px) {
  .header-style-1 .header-info-wraper {
    display: block;
  }
}
@media (max-width: 768px) {
  .header-style-1 .header-info-wraper .header-info {
    display: none;
  }
}
.header-style-1 .header-info-wraper .header-info > ul {
  list-style: none;
  display: table;
}

.header-style-1 .header-info-wraper .header-info > ul li {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

.header-style-1 .header-info-wraper .header-info > ul li:last-child {
  padding-right: 0px;
}

.header-style-1 .header-info-wraper .header-info > ul li p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .header-style-1 .header-info-wraper .header-info > ul li .wt-tilte {
    font-size: 13px;
  }

  .header-style-1 .header-info-wraper .header-info > ul li p {
    font-size: 12px;
  }
}
.header-style-1 .header-info-wraper .header-info > ul li .wt-icon-box-wraper .wt-tilte {
  margin-bottom: 0px;
}

.header-style-1 .header-search {
  padding: 15px 10px;
  width: 300px;
}

@media (max-width: 991px) {
  .header-style-1 .header-search {
    float: right;
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .header-style-1 .header-search {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.header-style-1 .header-search .form-control {
  border: 1px solid #e7e7e7;
  height: 40px;
}

.header-style-1 .header-search .form-control:focus {
  box-shadow: none;
}

.header-style-1 .header-search .s-btn {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.header-style-1 .extra-nav {
  /*---Extra Nav---*/
  position: relative;
  z-index: 13;
  display: flex;
}

.header-style-1 .extra-nav .extra-cell {
  display: flex;
}

.header-style-1 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}

.header-style-1 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 215px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1200px) {
  .header-style-1 .logo-header {
    width: 150px;
  }
}
@media (max-width: 360px) {
  .header-style-1 .logo-header {
    width: 120px;
  }
}
.header-style-1 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header-style-1 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}

.header-style-1.site-header {
  z-index: 999;
}

@media (max-width: 991px) {
  .header-style-1.site-header {
    position: relative;
  }
}
.header-style-1.site-header ul,
.header-style-1.site-header ol {
  margin-bottom: 0px;
}

.header-style-1 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  transition: all 0.5s ease;
}

.header-style-1 .main-bar .container-block,
.header-style-1 .main-bar .container-block-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
}

@media (max-width: 991px) {
  .header-style-1 .main-bar .container-block,
.header-style-1 .main-bar .container-block-fluid {
    display: block;
  }
}
.header-style-1 .main-bar .container-block .navigation-bar,
.header-style-1 .main-bar .container-block-fluid .navigation-bar {
  background-color: black;
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .header-style-1 .main-bar .container-block .navigation-bar,
.header-style-1 .main-bar .container-block-fluid .navigation-bar {
    flex-direction: row-reverse;
  }
}
.header-style-1 .main-bar .container-block .navigation-bar .social-icons,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons {
  list-style: none;
  display: flex;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li {
  display: flex;
  align-items: center;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li a,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li a {
  padding: 3px;
  width: 34px;
  height: 34px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0px;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li a:hover,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li a:hover {
  color: #DAA520;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li:last-child,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li:last-child {
  border: none;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li:last-child a,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header-style-1 .main-bar:after,
.header-style-1 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}

.header-style-1 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 5px;
  padding: 12px 16px 12px 10px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-toggler {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    outline: none !important;
  }
}
.header-style-1 .navbar-toggler .icon-bar {
  background: #fff;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 420px) {
  .header-style-1 .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 540px) {
  .header-style-1 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}

.header-style-1 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}

@media (max-width: 991px) {
  .header-style-1 .header-nav {
    clear: both;
    border-bottom: 1px solid #e9e9e9;
  }

  .header-style-1 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-1 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-1 .header-nav .nav li {
    float: none;
  }
}
@media (max-width: 991px) {
  .header-style-1 .header-nav .nav li.has-child.nav-active > a {
    color: #DAA520;
  }
}
.header-style-1 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav li i {
    float: right;
  }
}
.header-style-1 .header-nav .nav > li {
  position: relative;
  margin: 0px;
  padding: 0px 0px;
  font-family: "Mulish", sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-1 .header-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 15px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 600;
  display: block;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li > a {
    padding: 12px 10px;
    color: #000;
  }
}
.header-style-1 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}

.header-style-1 .header-nav .nav > li > a:active,
.header-style-1 .header-nav .nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li.active > a,
.header-style-1 .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li > a:hover,
.header-style-1 .header-nav .nav > li > a:active,
.header-style-1 .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-1 .header-nav .nav > li.active > a,
.header-style-1 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #DAA520;
}

.header-style-1 .header-nav .nav > li:hover > a {
  color: #DAA520;
}

.header-style-1 .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}

.header-style-1 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 250px;
  z-index: 10;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
    box-shadow: none;
  }
}
.header-style-1 .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
  height: 0px;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li .sub-menu li {
    height: auto;
  }
}
.header-style-1 .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 14px 20px;
  font-weight: 600;
}

.header-style-1 .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.header-style-1 .header-nav .nav > li .sub-menu li:hover > a {
  color: #DAA520;
}

.header-style-1 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-style-1 .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}

.header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 250px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu {
    transition: none;
  }
}
@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
.header-style-1 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 250px;
  margin: 0px;
  opacity: 1;
  top: 0px;
  visibility: visible;
}

.header-style-1 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-style-1 .header-nav .nav > li:hover .sub-menu li {
  height: auto;
}

.header-style-1 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 250px;
  margin: 0px 20px 0px 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 250px;
  margin: 0px 0px 0px 0px;
}

.header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
  opacity: 1;
  left: 10px;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
    left: 0;
  }
}
.header-style-1 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header-style-1 .has-child {
    position: relative;
  }
}
.header-style-1 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}

@media (max-width: 991px) {
  .header-style-1 .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-1 .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-style-1 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}

.header-style-1 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}

@media (max-width: 991px) {
  .header-style-1 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "";
  }
}
@media (max-width: 991px) {
  .header-style-1 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-1.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }

  .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    transition: none;
  }

  .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    transition: none;
  }

  .header-style-1.mobile-sider-drawer-menu.active .header-nav {
    left: -1px;
  }

  .header-style-1.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }

  .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
    position: relative;
  }

  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }

  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }

  .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }

  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }

  .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }

  .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-1 .sticky-no .main-bar {
  position: static !important;
}

.header-style-1 .is-fixed .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
}

.header-style-1 .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }

  .header-style-1 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }

  .header-style-1 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .main-bar {
    padding: 0px;
  }

  .header-style-1 .main-bar .container {
    max-width: 100%;
  }

  .header-style-1 .is-fixed .main-bar {
    padding: 0px;
  }

  .header-style-1 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.header-style-1 .wt-cart {
  background-color: #DAA520;
  border-left: 1px solid #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.header-style-1 .wt-cart .woo-cart-total {
  display: inline-block;
  font-weight: 600;
  color: #fff;
}

.header-style-1 .wt-cart .woo-cart-count {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  min-width: 40px;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  position: relative;
}

.header-style-1 .wt-cart .woo-cart-count i {
  font-size: 16px;
}

.header-style-1 .wt-cart .woo-cart-count .shopping-bag.wcmenucart-count {
  padding-left: 3px;
  position: relative;
  top: -5px;
}

.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
          animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@-webkit-keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
/*desktop submenu icon clicking off css start*/
.header-nav .nav > li .sub-menu li.has-child a + .fa {
  z-index: -1;
}

@media (max-width: 991px) {
  .header-nav .nav > li .sub-menu li.has-child a + .fa {
    z-index: 1;
  }
}
/*desktop submenu icon clicking off css end*/
/*submenu icon show permanently on hover*/
.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}

.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
  opacity: 1;
  left: 20px;
}

@media (max-width: 991px) {
  .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
    left: 0px;
  }
}
/*submenu icon show permanently on hover*/
.header-style-2 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
  /*Cart*/
}

.header-style-2 .top-bar {
  /*---Top bar---*/
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 360px) {
  .header-style-2 .top-bar {
    display: none;
  }
}
.header-style-2 .top-bar .wt-topbar-left-info {
  margin: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li {
  display: inline-block;
  color: #000;
  border-right: 1px solid #dcdcdc;
  line-height: 20px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .header-style-2 .top-bar .wt-topbar-left-info li {
    padding: 10px 0px 0px 0px;
    font-size: 14px;
  }
}
.header-style-2 .top-bar .wt-topbar-left-info li:last-child {
  border-right: 0px;
}

@media (max-width: 480px) {
  .header-style-2 .top-bar .wt-topbar-left-info li {
    padding-left: 10px;
  }
}
.header-style-2 .top-bar .wt-topbar-right-info {
  margin: 0px;
}

.header-style-2 .top-bar .wt-topbar-right-info ul {
  margin-bottom: 0px;
  display: flex;
  border-right: 1px solid #dcdcdc;
  list-style: none;
  background-color: #fff;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a {
  list-style: none;
  display: block;
  position: relative;
  width: 40px;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid #dcdcdc;
  text-align: center;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a:hover {
  background-color: #DAA520;
  color: #fff;
}

.header-style-2 .top-bar {
  overflow: hidden;
}

.header-style-2 .top-bar .container {
  position: relative;
  z-index: 1;
}

.header-style-2 .top-bar .container .d-flex {
  flex-direction: row-reverse;
}

.header-style-2 .header-style-2-content {
  position: relative;
}

.header-style-2 .header-middle-wraper {
  padding: 1px 0px 30px 0px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.header-style-2 .header-middle-wraper:after {
  content: "";
  background-color: #fff;
  right: 100%;
  height: 100%;
  width: 3000px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991px) {
  .header-style-2 .header-middle-wraper:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-style-2 .header-middle-wraper .header-middle {
    display: block !important;
  }

  .header-style-2 .header-middle-wraper .logo-header {
    display: block;
    width: 100%;
    max-width: 150px;
    float: inherit;
    margin: 0px auto;
    height: auto;
  }
}
.header-style-2 .header-info-wraper {
  display: flex;
}

@media (max-width: 768px) {
  .header-style-2 .header-info-wraper {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .header-style-2 .header-info-wraper {
    display: none;
  }
}
.header-style-2 .header-info-wraper .header-info > ul {
  list-style: none;
  display: table;
}

.header-style-2 .header-info-wraper .header-info > ul li {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

.header-style-2 .header-info-wraper .header-info > ul li:last-child {
  padding-right: 0px;
}

.header-style-2 .header-info-wraper .header-info > ul li p {
  margin-bottom: 0px;
}

.header-style-2 .header-info-wraper .header-info > ul li strong {
  font-size: 20px;
  color: #000;
}

@media (max-width: 991px) {
  .header-style-2 .header-info-wraper .header-info > ul li .wt-tilte {
    font-size: 13px;
  }

  .header-style-2 .header-info-wraper .header-info > ul li p {
    font-size: 12px;
  }
}
.header-style-2 .header-bottom {
  border-top: 1px solid #e7e7e7;
}

.header-style-2 .header-search {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.header-style-2 .header-search a {
  color: #fff;
}

.header-style-2 .header-search .form-control {
  border: 1px solid #e7e7e7;
  height: 40px;
}

.header-style-2 .header-search .s-btn {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.header-style-2 .extra-nav {
  /*---Extra Nav---*/
  position: relative;
  z-index: 13;
  display: flex;
}

.header-style-2 .extra-nav .extra-cell {
  display: flex;
}

.header-style-2 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}

.header-style-2 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 215px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1200px) {
  .header-style-2 .logo-header {
    width: 150px;
  }
}
@media (max-width: 360px) {
  .header-style-2 .logo-header {
    width: 120px;
  }
}
.header-style-2 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header-style-2 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}

.header-style-2.site-header {
  position: relative;
  z-index: 999;
}

.header-style-2.site-header ul,
.header-style-2.site-header ol {
  margin-bottom: 0px;
}

.header-style-2 .sticky-header.is-fixed .main-bar .container-block,
.header-style-2 .sticky-header.is-fixed .main-bar .container-block-fluid {
  top: 0px;
}

.header-style-2 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  transition: all 0.5s ease;
}

.header-style-2 .main-bar .container-block,
.header-style-2 .main-bar .container-block-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
  width: 100%;
  top: -30px;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-style-2 .main-bar .container-block,
.header-style-2 .main-bar .container-block-fluid {
    display: block;
  }
}
.header-style-2 .main-bar .container-block .navigation-bar,
.header-style-2 .main-bar .container-block-fluid .navigation-bar {
  background-color: #DAA520;
  display: flex;
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .header-style-2 .main-bar .container-block .navigation-bar,
.header-style-2 .main-bar .container-block-fluid .navigation-bar {
    flex-direction: row-reverse;
  }
}
.header-style-2 .main-bar:after,
.header-style-2 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}

.header-style-2 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 5px;
  padding: 12px 16px 12px 10px;
}

@media (max-width: 991px) {
  .header-style-2 .navbar-toggler {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    outline: none !important;
  }
}
.header-style-2 .navbar-toggler .icon-bar {
  background: #fff;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}

.header-style-2 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 420px) {
  .header-style-2 .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 540px) {
  .header-style-2 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}

.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}

.header-style-2 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}

@media (max-width: 991px) {
  .header-style-2 .header-nav {
    clear: both;
    border-bottom: 1px solid #e9e9e9;
  }

  .header-style-2 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-2 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-2 .header-nav .nav li {
    float: none;
  }
}
@media (max-width: 991px) {
  .header-style-2 .header-nav .nav li.has-child.nav-active > a {
    color: #DAA520;
  }
}
.header-style-2 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav li i {
    float: right;
  }
}
.header-style-2 .header-nav .nav > li {
  position: relative;
  margin: 0px;
  padding: 0px 0px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-2 .header-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 18px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 700;
  display: block;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li > a {
    padding: 12px 10px;
    color: #000;
  }
}
.header-style-2 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}

.header-style-2 .header-nav .nav > li > a:active,
.header-style-2 .header-nav .nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li.active > a,
.header-style-2 .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li > a:hover,
.header-style-2 .header-nav .nav > li > a:active,
.header-style-2 .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-2 .header-nav .nav > li.active > a,
.header-style-2 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}

.header-style-2 .header-nav .nav > li:hover > a {
  color: #000;
}

.header-style-2 .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}

.header-style-2 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 250px;
  z-index: 10;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
    box-shadow: none;
  }
}
.header-style-2 .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
  height: 0px;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li .sub-menu li {
    height: auto;
  }
}
.header-style-2 .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 14px 20px;
  font-weight: 600;
}

.header-style-2 .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.header-style-2 .header-nav .nav > li .sub-menu li:hover > a {
  color: #DAA520;
}

.header-style-2 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-style-2 .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}

.header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 250px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu {
    transition: none;
  }
}
@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
.header-style-2 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 250px;
  margin: 0px;
  opacity: 1;
  top: 0px;
  visibility: visible;
}

.header-style-2 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-style-2 .header-nav .nav > li:hover .sub-menu li {
  height: auto;
}

.header-style-2 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 250px;
  margin: 0px 20px 0px 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 250px;
  margin: 0px 0px 0px 0px;
}

.header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
  opacity: 1;
  left: 20px;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
    left: 0;
  }
}
.header-style-2 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header-style-2 .has-child {
    position: relative;
  }
}
.header-style-2 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}

@media (max-width: 991px) {
  .header-style-2 .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-2 .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-style-2 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}

.header-style-2 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}

@media (max-width: 991px) {
  .header-style-2 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "";
  }
}
@media (max-width: 991px) {
  .header-style-2 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-2.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }

  .header-style-2.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    transition: none;
  }

  .header-style-2.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    transition: none;
  }

  .header-style-2.mobile-sider-drawer-menu.active .header-nav {
    left: -1px;
  }

  .header-style-2.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }

  .header-style-2.mobile-sider-drawer-menu #mobile-side-drawer {
    position: relative;
  }

  .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }

  .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }

  .header-style-2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }

  .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }

  .header-style-2.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }

  .header-style-2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-2 .sticky-no .main-bar {
  position: static !important;
}

.header-style-2 .is-fixed .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
}

.header-style-2 .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }

  .header-style-2 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }

  .header-style-2 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-2 .main-bar {
    padding: 0px;
  }

  .header-style-2 .main-bar .container {
    max-width: 100%;
  }

  .header-style-2 .is-fixed .main-bar {
    padding: 0px;
  }

  .header-style-2 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.header-style-2 .wt-cart {
  border-left: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.header-style-2 .wt-cart .woo-cart-total {
  display: inline-block;
  font-weight: 600;
  color: #000;
}

.header-style-2 .wt-cart .woo-cart-count {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  min-width: 40px;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  position: relative;
}

.header-style-2 .wt-cart .woo-cart-count i {
  font-size: 16px;
}

.header-style-2 .wt-cart .woo-cart-count .shopping-bag.wcmenucart-count {
  padding-left: 3px;
  position: relative;
  top: -5px;
}

.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
          animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
/*desktop submenu icon clicking off css start*/
.header-nav .nav > li .sub-menu li.has-child a + .fa {
  z-index: -1;
}

@media (max-width: 991px) {
  .header-nav .nav > li .sub-menu li.has-child a + .fa {
    z-index: 1;
  }
}
/*desktop submenu icon clicking off css end*/
/*submenu icon show permanently on hover*/
.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}

.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
  opacity: 1;
  left: 20px;
}

@media (max-width: 991px) {
  .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
    left: 0px;
  }
}
/*submenu icon show permanently on hover*/
.header-style-3 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}

.header-style-3 .top-bar {
  /*---Top bar---*/
  padding: 0px 0px;
  font-size: 14px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.header-style-3 .top-bar .wt-topbar-left {
  float: left;
}

@media (max-width: 767px) {
  .header-style-3 .top-bar .wt-topbar-left {
    display: none !important;
  }
}
.header-style-3 .top-bar .wt-topbar-info li {
  display: inline-block;
  margin-right: 0px;
  padding: 12px 15px 12px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-style-3 .top-bar .wt-topbar-info li span {
  display: inline-block;
  padding-right: 10px;
}

.header-style-3 .top-bar .wt-topbar-info li i {
  margin-right: 10px;
  font-size: 20px;
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 15px 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li span {
  display: inline-block;
  padding-right: 10px;
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li i {
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li:last-child {
    border-right: 0px;
  }
}
@media (max-width: 460px) {
  .header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
    border-right: 0px !important;
  }
}
.header-style-3 .top-bar .social-icons {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  list-style: none;
}

@media (max-width: 991px) {
  .header-style-3 .top-bar .social-icons {
    display: none;
  }
}
.header-style-3 .top-bar .social-icons li {
  padding-left: 10px;
}

.header-style-3 .top-bar .social-icons li a {
  color: #fff;
  font-size: 12px;
}

.header-style-3 .top-bar .social-icons li a:hover {
  color: #000;
}

.header-style-3 .header-nav-request {
  float: right;
  color: #DAA520;
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 480px) {
  .header-style-3 .header-nav-request {
    display: none;
  }
}
.header-style-3 .extra-nav {
  /*---Extra Nav---*/
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}

.header-style-3 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}

.header-style-3 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}

@media (max-width: 540px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 10px;
  }
}
.header-style-3 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}

@media (max-width: 640px) {
  .header-style-3 .logo-header {
    width: 120px;
  }
}
@media (max-width: 360px) {
  .header-style-3 .logo-header {
    width: 120px;
  }
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header-style-3 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}

.header-style-3.site-header {
  position: relative;
  z-index: 999;
}

.header-style-3.site-header ul,
.header-style-3.site-header ol {
  margin-bottom: 0px;
}

.header-style-3 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  background: #fff;
}

.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
    display: block;
  }
}
.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}

.header-style-3 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}

@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-3 .navbar-toggler .icon-bar {
  background: #000;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}

.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 420px) {
  .header-style-3 .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}

.header-style-3 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}

@media (max-width: 991px) {
  .header-style-3 .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #e9e9e9;
  }

  .header-style-3 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li {
    float: none;
  }
}
.header-style-3 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
}
.header-style-3 .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-3 .header-nav .nav > li > a {
  color: #000;
  font-size: 16px;
  padding: 15px 10px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 700;
  display: block;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #e9e9e9;
    color: #000;
  }
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}

.header-style-3 .header-nav .nav > li > a:active,
.header-style-3 .header-nav .nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li.active > a,
.header-style-3 .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li > a:hover,
.header-style-3 .header-nav .nav > li > a:active,
.header-style-3 .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-3 .header-nav .nav > li.active > a,
.header-style-3 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}

.header-style-3 .header-nav .nav > li:hover > a {
  color: #000;
}

.header-style-3 .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}

.header-style-3 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}

.header-style-3 .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 14px 20px;
  padding-left: 20px;
  font-weight: 600;
}

.header-style-3 .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > a {
  color: #DAA520;
}

.header-style-3 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-style-3 .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}

.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}

.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.header-style-3 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}

@media (max-width: 991px) {
  .header-style-3 .has-child {
    position: relative;
  }
}
.header-style-3 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}

@media (max-width: 991px) {
  .header-style-3 .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-3 .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}

.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}

@media (max-width: 991px) {
  .header-style-3 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "";
  }
}
@media (max-width: 991px) {
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-3.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }

  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .header-style-3.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }

  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }

  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }

  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }

  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }

  .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }

  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }

  .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }

  .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-3 .sticky-no .main-bar {
  position: static !important;
}

.header-style-3 .is-fixed .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
}

.header-style-3 .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }

  .header-style-3 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }

  .header-style-3 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }

  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
  }

  .header-style-3 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.ap-btn {
  position: relative;
  padding: 8px 10px;
  color: #000;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.ap-btn:before {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.ap-btn:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.ap-btn:hover {
  color: white;
  transition-delay: 0.6s;
}

.ap-btn:hover:before {
  transition-delay: 0s;
}

.ap-btn:hover:after {
  background: #DAA520;
  transition-delay: 0.4s;
}

.ap-btn.from-top:before {
  left: 0px;
  height: 0px;
  width: 100%;
  bottom: 0px;
  border: 3px solid #DAA520;
  border-top: 0px;
  border-bottom: 0px;
}

.ap-btn.from-top:after {
  left: 0px;
  height: 0px;
  width: 100%;
  top: 0px;
  height: 0px;
}

.ap-btn.from-top:hover:before {
  height: 100%;
}

.ap-btn.from-top:hover:after {
  height: 100%;
}

.ap-btn.from-top.active:before {
  height: 100%;
}

.ap-btn.from-top.active:after {
  height: 100%;
}

.container {
  max-width: 1270px;
}

/*Title separators*/
.wt-separator-two-part {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .wt-separator-two-part {
    padding-bottom: 30px;
  }
}
.wt-separator-two-part.when-bg-dark .section-head .wt-title {
  color: #fff;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator {
  color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
  background-color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  background-color: #000;
}

.wt-separator-two-part.when-bg-dark .wt-separator-two-part-right .p_discription {
  color: #fff;
}

.wt-separator-two-part-row {
  display: flex;
  align-items: center;
}

.wt-separator-two-part-row .wt-separator-two-part-left .section-head {
  margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right {
  margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wt-separator-two-part-row .wt-separator-two-part-right {
    text-align: left !important;
    margin-top: 30px;
  }
}
.wt-small-separator {
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: #DAA520;
  background-color: #f9f9f9;
  padding: 5px 10px;
  border-left: 3px solid #DAA520;
}

.wt-small-separator.white {
  color: #fff;
}

@media (max-width: 767px) {
  .wt-small-separator {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .wt-small-separator h2 {
    margin-bottom: 20px;
  }
}
.section-head {
  position: relative;
}

.section-head.when-bg-dark .wt-title {
  color: #fff;
}

.section-head.when-bg-dark p {
  color: #c1c1c1;
}

/*Center-title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}

@media (max-width: 1024px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
  position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  position: absolute;
  content: "";
  background-color: #DAA520;
  height: 22px;
  bottom: 0px;
  top: 0px;
  transform: skew(-20deg);
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:after {
  background-color: #fff;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
  right: -20px;
  width: 10px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  right: -27px;
  width: 4px;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:after {
  background-color: #fff;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div {
  color: #fff;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
  max-width: 600px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.section-head.center .wt-small-separator div.sep-leaf-left {
  position: relative;
}

.section-head.center .wt-small-separator div.sep-leaf-left:before,
.section-head.center .wt-small-separator div.sep-leaf-left:after {
  position: absolute;
  content: "";
  background-color: #DAA520;
  height: 22px;
  bottom: 0px;
  top: 0px;
  transform: skew(-20deg);
}

.section-head.center .wt-small-separator div.sep-leaf-left:before {
  right: -20px;
  width: 10px;
}

.section-head.center .wt-small-separator div.sep-leaf-left:after {
  right: -27px;
  width: 4px;
}

/*About one Section*/
.about-section-one-right {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .about-section-one-right {
    padding-left: 0px;
    padding-top: 30px;
    margin-bottom: 0px;
  }
}
.about-section-one-right .about-one strong {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-section-two-right {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .about-section-two-right {
    padding-left: 0px;
  }
}
.about-section-two-right .about-one strong {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-max-one-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1200px) {
  .about-max-one-wrap {
    align-items: flex-start;
  }
}
.about-max-one {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .about-max-one {
    padding-right: 0px;
    width: 100%;
  }
}
.about-max-one:before {
  border: 20px solid #000;
  border-right: 0px;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40%;
}

.about-max-one:after {
  background-image: url(/assets/images/background/bg-plus.png);
  content: "";
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  opacity: 0.4;
}

.about-max-one .about-max-one-media {
  padding: 20px 0px 0px 10px;
}

@media (max-width: 991px) {
  .about-max-one .about-max-one-media {
    padding-right: 30%;
  }
}
.about-max-one .about-max-one-media img {
  width: 100%;
}

/*About two Section*/
.about-max-two-position {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1200px) {
  .about-max-two-position {
    align-items: flex-start;
  }
}
.about-max-two {
  position: relative;
  z-index: 1;
  padding: 60px 0px 60px 60px;
}

.about-max-two:before {
  content: "";
  background-image: url(/assets/images/background/bg-plus.png);
  background-repeat: repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  z-index: -1;
}

.about-max-two .about-max-two-media {
  position: relative;
}

@media (max-width: 1270px) {
  .about-max-two .about-max-two-media {
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.about-max-two .about-max-two-media img {
  width: 100%;
}

.about-max-two .about-max-two-video {
  position: absolute;
  background-color: #DAA520;
  width: 170px;
  height: 170px;
  left: 30px;
  bottom: 30px;
  border-color: #fff9f0;
  border-width: 20px 20px 0px 0px;
  border-style: solid;
}

@media (max-width: 1270px) {
  .about-max-two .about-max-two-video {
    bottom: 0px;
  }
}
.about-section-two-right .section-head {
  margin-bottom: 40px;
}

.about-section-two-right .ab-two-info p {
  margin-bottom: 30px;
}

/*Counter Style One*/
.counter-outer-one-wrap [class*=col-]:last-child .counter-outer-one:after {
  display: none;
}

@media (max-width: 767px) {
  .counter-outer-one-wrap [class*=col-]:last-child .counter-outer-one:after {
    display: block;
  }
}
@media (max-width: 1200px) {
  .counter-outer-one [class*=icon-xl] {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .counter-outer-one [class*=icon-xl] {
    width: 34px;
  }
}
@media (max-width: 1200px) {
  .counter-outer-one [class*=icon-xl] i {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .counter-outer-one [class*=icon-xl] i {
    font-size: 34px;
    line-height: 34px;
  }
}
.counter-outer-one:after {
  content: "";
  width: 0;
  height: 70px;
  border-right: 2px dashed #c3ceee;
  position: absolute;
  top: 10px;
  right: -15px;
}

@media (max-width: 767px) {
  .counter-outer-one:after {
    right: 0px;
  }
}
.counter-outer-one.icon-circle {
  position: relative;
  z-index: 1;
}

.counter-outer-one.icon-circle:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #181818;
  z-index: -1;
  top: 5px;
  left: 0%;
}

@media (max-width: 767px) {
  .counter-outer-one.icon-circle:before {
    width: 60px;
    height: 60px;
  }
}
.counter-outer-one .counter {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .counter-outer-one .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .counter-outer-one .counter {
    font-size: 24px;
  }
}
.counter-outer-one .icon-content-info {
  font-weight: 600;
  color: #000;
}

.counter-outer-one .icon-content .counter {
  color: #DAA520;
  font-weight: 900;
}

.counter-outer-one .icon-content.site-text-white .icon-content-info {
  color: #acacac;
}

.counter-outer-one .icon-content.site-text-white .counter {
  color: #fff;
}

/*Team Style One*/
.wt-team-1 {
  transition: 0.5s all ease;
  z-index: 1;
  background-color: #fff;
  padding: 0px;
}

.wt-team-1 .wt-media {
  position: relative;
}

.wt-team-1 .wt-media img {
  width: 100%;
}

.wt-team-1 .wt-media .team-social-center {
  transition: 0.5s all ease;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  transform: scale(0);
}

.wt-team-1 .wt-media .team-social-center:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #DAA520;
  z-index: -1;
  opacity: 0.7;
}

.wt-team-1 .wt-media .team-social-center ul {
  margin: 0px;
  padding-top: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%);
  white-space: nowrap;
}

.wt-team-1 .wt-media .team-social-center ul li {
  display: inline-block;
}

.wt-team-1 .wt-media .team-social-center ul li a {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #000;
  display: block;
}

.wt-team-1 .wt-media .team-social-center ul li a:hover {
  background-color: #fff;
  color: #000;
}

.wt-team-1 .wt-info {
  margin: 0px;
}

.wt-team-1 .wt-info .team-detail {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.wt-team-1 .wt-info .team-detail .team-position {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
  color: #DAA520;
}

.wt-team-1 .wt-info .team-detail .team-name {
  color: #000;
  margin-bottom: 15px;
}

.wt-team-1:hover .team-social-center {
  transform: scale(1);
}

/*Team-box-single*/
.team-detail-full {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .team-detail-full {
    padding-left: 0px;
  }
}
.team-detail-full .team-name {
  margin-bottom: 10px;
}

.team-detail-full .team-name a {
  color: #000;
}

.team-detail-full .team-position {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #DAA520;
  display: block;
  margin-bottom: 30px;
}

.team-detail-full .team-detail-list {
  list-style: none;
}

.team-detail-full .team-detail-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 15px;
  font-weight: 600;
}

.team-detail-full .team-detail-list li .team-list-title {
  color: #000;
  margin-right: 10px;
  font-weight: 700;
}

.team-detail-full .team-detail-social ul {
  list-style: none;
  margin-bottom: 0px;
}

.team-detail-full .team-detail-social ul li {
  display: inline-block;
}

.team-detail-full .team-detail-social ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.team-detail-full .team-detail-social ul li a:hover {
  color: #fff;
  background-color: #DAA520;
}

@media (max-width: 767px) {
  .team_details_inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .team_details_inner .wt-team-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .team_details_inner .team-list-title {
    display: block;
  }
}
.team-detail-discription {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .team-detail-discription {
    padding-left: 0px;
  }
}
.team-deatail-featured {
  padding: 0px;
}

@media (max-width: 1024px) {
  .team-deatail-featured .wt-title {
    font-size: 22px;
  }
}
/*--Play button--*/
.play-now-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: #DAA520;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  -webkit-animation: ripple-video 3s infinite;
          animation: ripple-video 3s infinite;
  z-index: 1;
}

.play-now-video .ripple:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now-video .ripple:after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*rev play btn*/
/*--Play button--*/
.rev-play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: #DAA520;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

@media (max-width: 480px) {
  .rev-play-btn .icon {
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.rev-play-btn .ripple,
.rev-play-btn .ripple:before,
.rev-play-btn .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  -webkit-animation: ripple-video 3s infinite;
          animation: ripple-video 3s infinite;
  z-index: 1;
}

@media (max-width: 480px) {
  .rev-play-btn .ripple,
.rev-play-btn .ripple:before,
.rev-play-btn .ripple:after {
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.rev-play-btn .ripple:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.rev-play-btn .ripple:after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
/*Testimonial Style One*/
.testimonial-1-content {
  position: relative;
  margin: 0px -15px 30px -15px;
  width: auto;
}

.testimonial-1-content .testimonial-1 {
  position: relative;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
  opacity: 0.5;
}

@media (max-width: 420px) {
  .testimonial-1-content .testimonial-1 {
    padding: 20px;
  }
}
.testimonial-1-content .testimonial-1 .testimonial-pic-block {
  margin-right: 30px;
}

.testimonial-1-content .testimonial-1 .testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 5px;
}

.testimonial-1-content .testimonial-1 .testimonial-pic.radius {
  border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-pic img {
  width: 100%;
  border-radius: 100%;
}

@media (max-width: 640px) {
  .testimonial-1-content .testimonial-1 .testimonial-pic {
    margin-bottom: 20px;
  }
}
.testimonial-1-content .testimonial-1 .testimonial-info {
  padding: 0px;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
  display: block;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name:after {
  display: none;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #DAA520;
}

.testimonial-1-content .testimonial-1 .testimonial-text {
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.testimonial-1-content .testimonial-1 .testimonial-text p {
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
  color: #DAA520;
  font-size: 90px;
  line-height: 60px;
  display: flex;
  justify-content: end;
  opacity: 0.1;
}

@media (max-width: 640px) {
  .testimonial-1-content .testimonial-1 .testimonial-text i {
    font-size: 48px;
    top: -40px;
  }
}
.testimonial-1-content .testimonial-1 .testimonial-detail {
  padding: 0px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .testimonial-1-content .testimonial-1 .testimonial-detail {
    display: block;
  }
}
.testimonial-1-content .owl-item.active.center .testimonial-1 {
  opacity: 1;
}

.testimonial2-outer {
  padding: 0px;
}

@media (max-width: 575px) {
  .testimonial2-outer {
    padding: 30px;
  }
}
.testimonial-2-content {
  position: relative;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .testimonial-2-content {
    padding-top: 20px;
  }
}
.testimonial-2-content .testimonial-2 {
  position: relative;
}

.testimonial-2-content .testimonial-2 .testimonial-pic-block {
  margin-right: 30px;
}

.testimonial-2-content .testimonial-2 .testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-top: 20px;
  z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-pic:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -20px;
  bottom: -20px;
  background-image: url(/assets/images/background/bg-dott2.png);
  width: 120px;
  z-index: -1;
}

@media (max-width: 640px) {
  .testimonial-2-content .testimonial-2 .testimonial-pic {
    margin-bottom: 20px;
  }
}
.testimonial-2-content .testimonial-2 .testimonial-pic.radius {
  border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-pic img {
  width: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-info {
  padding: 0px;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name {
  display: block;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name:after {
  display: none;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-position {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #DAA520;
}

.testimonial-2-content .testimonial-2 .testimonial-text {
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonial-2-content .testimonial-2 .testimonial-text {
    padding: 0px 90px 0px 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-2-content .testimonial-2 .testimonial-text {
    padding: 0px;
  }
}
.testimonial-2-content .testimonial-2 .testimonial-text p {
  margin-bottom: 40px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.testimonial-2-content .testimonial-2 .testimonial-text i {
  color: #DAA520;
  font-size: 30px;
  line-height: 0px;
  position: absolute;
  left: 0px;
  bottom: -26px;
}

@media (max-width: 991px) {
  .testimonial-2-content .testimonial-2 .testimonial-text i {
    font-size: 48px;
    left: auto;
    right: 0px;
    transform: none;
    line-height: 40px;
    top: 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-2-content .testimonial-2 .testimonial-text i {
    position: relative;
  }
}
.testimonial-2-content .testimonial-2 .testimonial-detail {
  padding: 0px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 420px) {
  .testimonial-2-content .testimonial-2 .testimonial-detail {
    display: block;
  }
}
.testimonial2-r-pic-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-3-content {
  position: relative;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .testimonial-3-content {
    padding-top: 20px;
  }
}
.testimonial-3-content .testimonial-3 {
  position: relative;
  padding: 40px;
  border: 1px solid #eee;
  background-color: #fff;
}

.testimonial-3-content .testimonial-3 .testimonial-pic-block {
  margin-right: 30px;
}

.testimonial-3-content .testimonial-3 .testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-top: 20px;
  z-index: 1;
}

.testimonial-3-content .testimonial-3 .testimonial-pic:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -20px;
  bottom: -20px;
  background-image: url(/assets/images/background/bg-dott2.png);
  width: 120px;
  z-index: -1;
}

@media (max-width: 640px) {
  .testimonial-3-content .testimonial-3 .testimonial-pic {
    margin-bottom: 20px;
  }
}
.testimonial-3-content .testimonial-3 .testimonial-pic.radius {
  border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-pic img {
  width: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-info {
  padding: 0px;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-name {
  display: block;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-name:after {
  display: none;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-position {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #DAA520;
}

.testimonial-3-content .testimonial-3 .testimonial-text {
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonial-3-content .testimonial-3 .testimonial-text {
    padding: 0px 90px 0px 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-3-content .testimonial-3 .testimonial-text {
    padding: 0px;
  }
}
.testimonial-3-content .testimonial-3 .testimonial-text p {
  margin-bottom: 40px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.testimonial-3-content .testimonial-3 .testimonial-text i {
  color: #DAA520;
  font-size: 30px;
  line-height: 0px;
  position: absolute;
  left: 0px;
  bottom: -26px;
}

@media (max-width: 991px) {
  .testimonial-3-content .testimonial-3 .testimonial-text i {
    font-size: 48px;
    left: auto;
    right: 0px;
    transform: none;
    line-height: 40px;
    top: 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-3-content .testimonial-3 .testimonial-text i {
    position: relative;
  }
}
.testimonial-3-content .testimonial-3 .testimonial-detail {
  padding: 0px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 420px) {
  .testimonial-3-content .testimonial-3 .testimonial-detail {
    display: block;
  }
}
/*Client Logo  Carousel*/
.home-client-outer {
  position: relative;
}

@media (max-width: 991px) {
  .home-client-outer {
    text-align: center;
    margin-top: 30px;
  }

  .home-client-outer .section-head.left.wt-small-separator-outer {
    text-align: center;
  }
}
.home-client-carousel {
  padding: 0px;
}

.home-client-carousel .client-logo img {
  width: auto;
  height: 100px;
  margin: auto;
}

.home-client-carousel2 {
  padding: 0px;
  margin-bottom: 30px;
}

.home-client-carousel2 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.home-client-carousel2 .client-logo img {
  width: auto;
  position: relative;
  z-index: 2;
}

.home-client-carousel3 {
  padding: 0px;
  margin-bottom: 30px;
}

.home-client-carousel3 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.home-client-carousel3 .client-logo img {
  width: auto;
  position: relative;
  z-index: 2;
}

/*Footer dark version css*/
.footer-dark {
  background-color: #000;
  color: #acacac;
}

.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 240px;
}

.footer-dark .footer-top {
  padding: 0px;
  border-bottom: 1px solid #404040;
}

@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding: 30px 0px 0px 0px;
  }
}
.footer-dark .footer-top [class*=col-] {
  padding-top: 40px;
  border-right: 1px solid #404040;
}

.footer-dark .footer-top [class*=col-]:last-child {
  border: 0px;
}

.footer-dark .call-us {
  padding: 10px 20px 10px 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-dark .call-us {
    margin: 15px 0px;
  }
}
.footer-dark .call-us i {
  display: block;
  font-size: 42px;
  line-height: 42px;
  margin-right: 10px;
}

.footer-dark .call-us a {
  display: block;
  color: #DAA520;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.footer-dark .widget-title {
  font-family: "Mulish", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-dark .widget-title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  background-color: #DAA520;
  width: 60px;
  height: 3px;
}

.footer-dark .social-icons {
  margin: 30px 0px 0px 0px;
}

.footer-dark .social-icons li {
  display: inline-block;
}

.footer-dark .social-icons li a {
  height: 30px;
  width: 30px;
  background-color: #fff;
  line-height: 30px;
  padding: 0px;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}

.footer-dark .social-icons li a:hover {
  color: #fff;
  background-color: #DAA520;
}

.footer-dark .footer-bottom {
  background-color: #0c0c0c;
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}

.footer-dark .copyrights-nav {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}

.footer-dark .copyrights-nav li {
  display: inline-block;
  margin-right: 8px;
}

.footer-dark .copyrights-nav li:first-child {
  margin-left: 0;
}

.footer-dark .copyrights-nav li:last-child {
  margin-right: 0;
}

.footer-dark .copyrights-nav li:last-child:after {
  display: none;
}

.footer-dark .copyrights-nav li:after {
  content: "/";
  position: relative;
  right: -8px;
  color: #fff;
}

.footer-dark .copyrights-nav li a {
  color: #fff;
  font-size: 14px;
}

.footer-dark .copyrights-nav li a:hover {
  color: #DAA520;
}

.footer-dark .copyrights-nav li a:active {
  color: #DAA520;
}

.footer-dark .copyrights-nav li a:focus {
  color: #DAA520;
}

.footer-dark .copyrights-nav li.active a {
  color: #fff;
}

.footer-dark .widget_address li i {
  font-weight: 400;
}

.widget {
  margin-bottom: 40px;
}

/*Widget Team*/
.widget_team .team-name {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.widget_team .widget-media {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}

.widget_team .widget-media img {
  padding: 5px;
  display: block;
  width: 200px;
  margin: 0px auto;
  border: 1px solid #e7e7e7;
}

.widget_team .team-social-center {
  transition: 0.5s all ease;
}

.widget_team .team-social-center ul {
  margin: 0px;
}

.widget_team .team-social-center ul li {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.widget_team .team-social-center ul li a {
  color: #DAA520;
  font-size: 14px;
}

.widget_team .team-social-center ul li a:hover {
  color: #000;
}

/*Widget Address*/
.widget_address {
  list-style: none;
  margin-bottom: 0px;
}

.widget_address li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 40px;
}

.widget_address li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 24px;
  color: #DAA520;
}

.widget_address li:last-child {
  margin-bottom: 0px;
}

/*Recent Post Entry*/
.recent-posts-entry .widget-post {
  margin-bottom: 20px;
}

.recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}

.recent-posts-entry .wt-post-date {
  background-color: #0e0e0e;
  width: 50px;
  height: 60px;
  float: left;
}

.recent-posts-entry .wt-post-date strong {
  display: block;
  font-size: 24px;
}

.recent-posts-entry .wt-post-date span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.recent-posts-entry .wt-post-media {
  width: 90px;
  float: left;
}

@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-media {
    width: 60px;
  }
}
.recent-posts-entry .wt-post-info {
  margin-left: 105px;
}

@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-info {
    margin-left: 70px;
  }
}
.recent-posts-entry .wt-post-info .wt-post-header {
  margin-bottom: 6px;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul li {
  font-size: 12px;
  line-height: 16px;
  color: #DAA520;
}

.recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
}

/*Footer Dark*/
.footer-dark .widget_address {
  padding-right: 30px;
}

.footer-dark .recent-posts-entry .wt-post-info .wt-post-header a {
  color: #acacac;
}

/*Widget Services*/
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_services ul li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}

.widget_services ul li a {
  color: #acacac;
  position: relative;
  padding: 0px 0px 6px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 16px;
}

.widget_services ul li a:hover {
  color: #DAA520;
}

/*Footer dark version css*/
.footer-light {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.footer-light .logo-footer {
  margin-bottom: 25px;
  max-width: 240px;
}

.footer-light .footer-top {
  padding: 80px 0px 0px 0px;
}

@media (max-width: 991px) {
  .footer-light .footer-top {
    padding: 30px 0px 0px 0px;
  }
}
.footer-light .widget-title {
  font-family: "Mulish", sans-serif;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-light .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  width: 20px;
  height: 2px;
}

.footer-light .call-us {
  padding: 10px 20px 10px 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-light .call-us {
    margin: 15px 0px;
  }
}
.footer-light .call-us i {
  display: block;
  font-size: 42px;
  line-height: 42px;
  margin-right: 10px;
}

.footer-light .call-us a {
  display: block;
  color: #DAA520;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.footer-light .social-icons {
  margin: 30px 0px 0px 0px;
}

.footer-light .social-icons li {
  display: inline-block;
}

.footer-light .social-icons li a {
  height: 30px;
  width: 30px;
  background-color: #000;
  line-height: 30px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}

.footer-light .social-icons li a:hover {
  color: #fff;
  background-color: #DAA520;
}

.footer-light .footer-bottom {
  background-color: #eaeaea;
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
  }
}
.footer-light .footer-bottom .footer-bottom-info .call-us {
  background-color: #000;
  border-left: 4px solid #DAA520;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info .call-us {
    margin: 15px 0px;
  }
}
.footer-light .footer-bottom .footer-bottom-info .call-us span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-light .footer-bottom .footer-bottom-info .call-us a {
  display: block;
  color: #DAA520;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #000;
  font-size: 14px;
}

.footer-light .copyrights-nav {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}

.footer-light .copyrights-nav li {
  display: inline-block;
  margin-right: 8px;
}

.footer-light .copyrights-nav li:first-child {
  margin-left: 0;
}

.footer-light .copyrights-nav li:last-child {
  margin-right: 0;
}

.footer-light .copyrights-nav li:last-child:after {
  display: none;
}

.footer-light .copyrights-nav li:after {
  content: "/";
  position: relative;
  right: -8px;
  color: #000;
}

.footer-light .copyrights-nav li a {
  color: #000;
  font-size: 14px;
}

.footer-light .copyrights-nav li a:hover {
  color: #DAA520;
}

.footer-light .copyrights-nav li a:active {
  color: #DAA520;
}

.footer-light .copyrights-nav li a:focus {
  color: #DAA520;
}

.footer-light .copyrights-nav li.active a {
  color: #fff;
}

.footer-light .widget_address li {
  color: #000;
}

.footer-light .widget_address li i {
  color: #000;
  font-weight: normal;
}

.footer-light .widget_services ul li a {
  color: #000;
}

.footer-light .widget_services ul li a:hover {
  color: #DAA520;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-header a {
  color: #000;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-header a:hover {
  color: #DAA520;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-meta ul li {
  color: #6a6a6a;
}

/*scroll top btn css*/
button.scroltop {
  height: 40px;
  width: 40px;
  background: #1d1b18;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}

button.scroltop span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

/*Revolution Slider Button*/
.rev-btn .site-button {
  outline: none;
  color: #fff;
  padding: 15px 40px !important;
  letter-spacing: 1px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #DAA520;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: normal !important;
}

.rev-btn .site-button-secondry {
  outline: none;
  color: #fff;
  padding: 15px 40px !important;
  letter-spacing: 1px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: normal !important;
}

/*Team Carousel*/
.team-carousel-wraper .team-carousel .owl-stage-outer .wt-team-2 {
  margin: 90px 0px 0px 0px;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav {
  text-align: center;
  margin-top: 0px;
  bottom: 20px;
  margin-bottom: 0px;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next {
  display: inline-block;
  margin-bottom: 4px;
  min-width: 100px;
  text-align: center;
  padding: 12px;
  border: 1px solid transparent;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:hover,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:active,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:active {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:focus,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:focus {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .team-carousel-wraper .owl-btn-bottom-left .owl-nav {
    position: relative;
    margin: 0px 0px 30px 0px;
    bottom: auto;
    display: flex;
    text-align: inherit;
    justify-content: space-between;
    max-width: inherit;
    align-items: baseline;
  }
}
/*Team 2*/
.wt-team-2 {
  background-color: #fff;
  overflow: hidden;
}

.wt-team-2 .wt-media {
  padding: 20px 20px 0px 20px;
  position: relative;
  z-index: 1;
}

.wt-team-2 .wt-media img {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

.wt-team-2 .team-social-center {
  padding-top: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  z-index: 1;
  transition: all 0.3s linear;
}

.wt-team-2 .team-detail {
  padding-bottom: 0px;
}

.wt-team-2 .team-detail a:hover {
  color: #DAA520;
}

.wt-team-2 .team-detail p {
  margin-bottom: 0px;
  color: #DAA520;
}

.wt-team-2 .team-social-icon {
  text-align: center;
  list-style: none;
  margin-bottom: 0px;
}

.wt-team-2 .team-social-icon li {
  display: inline-block;
  margin: 0px 5px;
}

.wt-team-2 .team-social-icon li a {
  color: #fff;
  display: block;
  font-size: 14px;
  background-color: #DAA520;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
}

.wt-team-2 .team-social-icon li a:hover {
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #e7e7e7;
}

.wt-team-2 .wt-info {
  transition: all 0.6s linear;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.wt-team-2:hover {
  padding-bottom: 0px;
}

.wt-team-2:hover .wt-info {
  transform: translateX(0px) translateY(-50px);
}

.wt-team-2:hover .team-social-center {
  bottom: -20px;
}

/*Blog Style 2*/
.blog-post-style-2 {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-style-2 .blog-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s all ease;
}

.blog-post-style-2 .wt-post-info {
  margin: 25px;
}

.blog-post-style-2 .wt-post-info .wt-post-title {
  margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}

.blog-post-style-2 .wt-post-info .wt-post-discription p {
  margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-media {
  position: relative;
}

.blog-post-style-2 .wt-post-media a img {
  width: 100%;
}

.blog-post-style-2 .wt-post-media .wt-post-category {
  position: absolute;
  left: 20px;
  top: 0px;
}

.blog-post-style-2 .wt-post-media .wt-post-category a {
  color: #fff;
  background-color: #DAA520;
  display: inline-block;
  padding: 10px 10px 7px 10px;
}

.blog-post-style-2 .wt-post-bottom {
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
}

@media (max-width: 400px) {
  .blog-post-style-2 .wt-post-bottom {
    flex-wrap: wrap-reverse;
  }
}
.blog-post-style-2 .wt-post-bottom .wt-post-meta {
  font-family: "Mulish", sans-serif;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul {
  margin: 0px;
  list-style: none;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li i {
  margin-right: 5px;
}

.blog-post-style-2 .wt-post-bottom .wt-post-readmore {
  margin-bottom: 0px;
}

/*Revolution slider play btn*/
.tp-caption .rev-img-circle {
  position: relative;
  z-index: 1;
}

.tp-caption .rev-img-circle:after {
  position: absolute;
  content: "";
  background-color: #DAA520;
  left: 0px;
  top: -40px;
  bottom: -40px;
  right: -60px;
  z-index: -1;
  padding: 40px;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .tp-caption .rev-img-circle:after {
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
}
.pricing-table-1 {
  position: relative;
  overflow: hidden;
}

.pricing-table-1 .p-table-title {
  position: relative;
}

.pricing-table-1 .p-table-title .wt-title {
  font-size: 20px;
  padding: 30px 50px;
  margin-bottom: 0px;
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .pricing-table-1 .p-table-title .wt-title {
    padding: 0px 50px 30px 50px;
  }
}
.pricing-table-1.pricing-highlight .p-table-title {
  background-color: #000;
  border-radius: 30px 30px 0px 0px;
}

.pricing-table-1.pricing-highlight .p-table-title .wt-title {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .pricing-table-1.pricing-highlight .p-table-title .wt-title {
    padding: 30px 50px;
  }
}
.pricing-table-1.pricing-highlight .pricing-table-content.site-bg-white {
  background-color: #000;
}

.pricing-table-1.pricing-highlight .p-table-price {
  color: #fff;
}

.pricing-table-1.pricing-highlight .p-table-list ul li {
  color: #fff;
}

.pricing-table-1 .pricing-table-content {
  padding: 50px;
  border-top: 3px solid #DAA520;
  border-radius: 0px 0px 30px 30px;
}

.pricing-table-1 .p-table-list ul {
  list-style: none;
  margin-bottom: 40px;
}

.pricing-table-1 .p-table-list ul li {
  padding-left: 40px;
  font-weight: 600;
  color: #000;
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}

.pricing-table-1 .p-table-list ul li i {
  width: 26px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: #DAA520;
  font-size: 10px;
}

.pricing-table-1 .p-table-price {
  margin-bottom: 0px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid rgba(183, 183, 183, 0.36);
  margin-bottom: 20px;
}

.pricing-table-1 .p-table-price span {
  font-family: "Mulish", sans-serif;
  color: #DAA520;
  font-size: 66px;
  line-height: 56px;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .pricing-table-1 .p-table-price span {
    font-size: 36px;
    line-height: 26px;
  }
}
.pricing-table-1 .p-table-price p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

/*--inner page banner --*/
.wt-bnr-inr {
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.wt-bnr-inr-entry {
  display: flex;
  width: 100%;
  height: 135px;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .wt-bnr-inr-entry {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
  }
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 50px;
  margin-bottom: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 40px;
  }
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #fff;
}

/*--Breadcrumb --*/
.wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
}

.wt-breadcrumb li {
  padding-right: 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.wt-breadcrumb li a {
  color: #fff;
}

.wt-breadcrumb li a:hover {
  color: #DAA520;
}

.wt-breadcrumb li:after {
  content: "//";
  position: absolute;
  right: 8px;
  top: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.wt-breadcrumb li:last-child {
  color: #DAA520;
  padding-right: 0px;
}

.wt-breadcrumb li:last-child:after {
  display: none;
}

.wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

/* filter buttons css */
.filter-wrap {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .filter-wrap {
    text-align: left;
  }
}
.filter-wrap .masonry-filter {
  display: inline-block;
  margin-bottom: 0;
}

.filter-wrap .masonry-filter > li {
  display: inline-block;
}

.filter-wrap .masonry-filter > li:last-child {
  margin-right: 0px;
}

.filter-wrap .masonry-filter li {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}

.filter-wrap .masonry-filter li.active {
  background-color: #DAA520;
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}

.filter-wrap .masonry-filter li.active a {
  color: #fff;
}

.filter-wrap .masonry-filter li:hover {
  background-color: #DAA520;
}

.filter-wrap .masonry-filter li:hover a {
  color: #fff;
}

.filter-wrap .masonry-filter li a {
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 1px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 10px 10px;
}

.project-single-media {
  position: relative;
}

/*full navigation*/
.project-single-img-column {
  margin-bottom: 0px;
}

.project-single-img-column [class*=col-] {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-single-img-column {
    margin-bottom: 0px;
  }
}
.project-single-sibar-info {
  padding: 40px;
  background-color: #f9f9f9;
}

.project-single-sibar-info .wt-tilte {
  margin-bottom: 15px;
}

.project-single-sibar-info .info-list-1 {
  list-style: none;
  margin-bottom: 0px;
  margin-top: 30px;
}

.project-single-sibar-info .info-list-1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000;
  display: flex;
  font-size: 14px;
}

.project-single-sibar-info .info-list-1 li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li .title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.project-single-sibar-info .info-list-1 li span {
  display: inline-block;
  width: 50%;
  text-align: right;
}

/*Google map*/
@media (max-width: 991px) {
  .gmap-outline {
    padding-bottom: 40px;
  }
}
.google-map {
  width: 100%;
  height: 460px;
}

/*Contact Form*/
.contact-one {
  position: relative;
}

.contact-one .contact-info {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .contact-one .contact-info {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact-one {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding: 0px;
    box-shadow: none;
  }
}
.contact-info-section {
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-section .c-info-column {
  padding: 0px 10px 0px 70px;
  color: #000;
  position: relative;
}

@media (max-width: 767px) {
  .contact-info-section .c-info-column {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .contact-info-section .c-info-column {
    padding: 0px 10px 0px 50px;
  }
}
.contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}

.contact-info-section .c-info-column:after {
  content: "";
  width: 0;
  height: 70px;
  border-right: 2px dashed #c3ceee;
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .contact-info-section .c-info-column:after {
    display: none;
  }
}
.contact-info-section .c-info-column:last-child:after {
  border: 0px;
}

.contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  left: 20px;
  top: 10px;
  color: #DAA520;
}

@media (max-width: 480px) {
  .contact-info-section .c-info-column .c-info-icon {
    left: 5px;
  }
}
.contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.contact-info-section .c-info-column p {
  margin-bottom: 0px;
  color: #acacac;
}

.contact-info-section .c-info-column p a {
  color: #acacac;
}

.contact-form-outer {
  padding: 0px;
}

@media (max-width: 767px) {
  .contact-form-outer {
    padding: 30px 0px 20px 0px;
  }
}
.call-24 {
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
  padding: 30px;
  background-color: #DAA520;
  max-width: 400px;
}

@media (max-width: 480px) {
  .call-24 {
    position: inherit;
    max-width: 100%;
    margin-top: 0px;
  }
}
.call-24 span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-right: 80px;
}

@media (max-width: 480px) {
  .call-24 span {
    padding-right: 0px;
  }
}
.call-24 i {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 100px;
  line-height: 100px;
  opacity: 0.1;
}

@media (max-width: 480px) {
  .call-24 i {
    position: inherit;
  }
}
.cons-contact-form .wt-title {
  margin-bottom: 30px;
}

.cons-contact-form .form-control {
  height: 52px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #efefef;
}

.cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: #e7e7e7;
}

.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 100px;
  margin-bottom: 40px;
}

/*Accordians*/
.wt-accordion .wt-panel {
  position: relative;
  border: none;
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s all ease;
}

.wt-accordion .wt-panel:last-child {
  margin-bottom: 0px;
}

.wt-accordion .wt-panel .acod-content {
  padding: 10px 20px 20px 50px;
  background-color: #fff;
}

.wt-accordion .wt-panel .acod-head a {
  background-color: #fff;
}

.wt-accordion .acod-content:after {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 4px;
  height: 0%;
  background-color: #DAA520;
  z-index: 1;
}

.wt-accordion .collapse.show .acod-content:after {
  height: 100%;
}

.acod-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.acod-title a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.acod-head {
  position: relative;
  /*Accodian open close indicator css*/
}

.acod-head a {
  display: block;
  padding: 15px 20px 15px 50px;
  background-color: #f6f6f6;
}

.acod-head a.collapsed {
  color: #000;
}

.acod-head .fa {
  margin-right: 5px;
}

.acod-head a,
.acod-head:hover,
.acod-head:active,
.acod-head:focus {
  color: #000;
}

.acod-head .indicator {
  padding: 15px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 22px;
}

.acod-head .indicator .fa {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.acod-head.acc-actives .indicator .fa:before {
  content: "";
  font-family: "FontAwesome";
}

.acod-head [aria-expanded=false] .indicator .fa:before {
  content: "";
  font-family: "FontAwesome";
}

.acod-head [aria-expanded=true] .indicator .fa:before {
  font-family: "FontAwesome";
  content: "";
}

.acod-head .collapsed .indicator .fa:before {
  content: "";
  font-family: "FontAwesome";
}

.acod-head .collapsed [aria-expanded=false] .indicator .fa:before {
  content: "";
  font-family: "FontAwesome";
}

.acod-head .indicator .fa:before {
  font-family: "FontAwesome";
  content: "";
}

.acod-head [aria-expanded=true] .indicator .fa:before {
  font-family: "FontAwesome";
  content: "";
}

.faq-help-form-outer {
  position: relative;
}

.faq-help-form {
  padding: 50px;
}

@media (max-width: 575px) {
  .faq-help-form {
    padding: 30px;
  }
}
.faq-help-form .form-control {
  height: 52px;
  padding: 10px 20px;
  background-color: #f9f9f9;
}

.faq-help-form .form-control:focus {
  box-shadow: none;
}

.faq-help-form textarea.form-control {
  height: 140px;
}

.form-control {
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 0px;
  border: none;
}

.form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #f8f8f8;
}

/*Error Page*/
.page-notfound-outer .container-fluid {
  padding: 0px;
}

.page-notfound {
  padding: 0px 30px;
  text-align: center;
}

.page-notfound .page-notfound-media {
  max-width: 500px;
  margin: 0px auto 50px;
}

@media (max-width: 991px) {
  .page-notfound .page-notfound-media {
    margin-bottom: 30px;
  }
}
.page-notfound strong {
  font-family: "Mulish", sans-serif;
  font-size: 300px;
  line-height: 240px;
  color: #DAA520;
  display: block;
}

@media (max-width: 1200px) {
  .page-notfound strong {
    font-size: 100px;
    line-height: 120px;
  }
}
.page-notfound .error-title {
  color: #000;
}

.page-notfound .error-comment {
  color: #000;
}

.page-notfound .page-notfound-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.page-notfound .page-notfound-content p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .page-notfound .page-notfound-content {
    margin-bottom: 30px;
  }
}
/*iconfont*/
.icon-font {
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.icon-font-block {
  text-align: center;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 10px;
  color: #000;
}

.icon-font-block .flat-icon {
  margin: 0px 0px 10px 0px;
  display: block;
  font-size: 32px;
  line-height: 1;
}

/*Pagination Style*/
.pagination-outer {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .pagination-outer {
    margin-bottom: 30px;
  }
}
.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}

.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}

.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}

.pagination-outer .pagination-style1 ul li.prev a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}

@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.prev a {
    width: 60px;
  }
}
.pagination-outer .pagination-style1 ul li.next a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}

@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.next a {
    width: 60px;
  }
}
.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Mulish", sans-serif;
  background-color: #f9f9f9;
}

.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #DAA520;
}

/*Blog Side Bar*/
.side-bar .widget {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.side-bar .widget:last-child {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .side-bar .widget {
    padding: 20px;
  }
}
.side-bar .widget .form-control {
  background-color: #f9f9f9;
}

.side-bar .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
}

.side-bar .widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #DAA520;
  width: 50px;
  height: 3px;
}

.side-bar .search-bx .input-group-btn .btn {
  background-color: #DAA520;
  color: #fff;
  border-radius: 0px;
  height: 50px;
  padding: 0px 20px;
}

.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.side-bar .widget_services ul li {
  position: relative;
  padding: 10px 0px 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e7e7e7;
}

.side-bar .widget_services ul li:after {
  content: "";
  font-family: "FontAwesome";
  color: #DAA520;
  position: absolute;
  left: 0px;
  top: 10px;
}

.side-bar .widget_services ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.side-bar .widget_services ul li a {
  color: #000;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.side-bar .widget_services ul li a:hover {
  color: #DAA520;
}

.side-bar .widget_services ul li a i {
  padding-right: 5px;
}

.side-bar .widget_services ul li a:before {
  display: none;
}

.side-bar .widget_services ul li .badge {
  background: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 7px;
  background-color: #e7e7e7;
}

.side-bar .widget_archives ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.side-bar .widget_archives ul li {
  position: relative;
  padding: 10px 0px 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.side-bar .widget_archives ul li:after {
  content: "";
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background-color: #DAA520;
  position: absolute;
  left: 0px;
  top: 17px;
}

.side-bar .widget_archives ul li:last-child {
  padding-bottom: 0px;
}

.side-bar .widget_archives ul li a {
  color: #000;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.side-bar .widget_archives ul li a:hover {
  color: #DAA520;
}

.side-bar .widget_archives ul li a i {
  padding-right: 5px;
}

.side-bar .widget_archives ul li a:before {
  display: none;
}

.side-bar .widget_archives ul li .badge {
  background: none;
  color: #DAA520;
  font-size: 14px;
  font-weight: 600;
}

.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 20px;
}

.side-bar .recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}

.side-bar .recent-posts-entry .wt-post-media {
  width: 90px;
  float: left;
}

@media (max-width: 991px) {
  .side-bar .recent-posts-entry .wt-post-media {
    width: 50px;
  }
}
.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 0px;
}

.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 105px;
}

@media (max-width: 991px) {
  .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 60px;
  }
}
.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #777777;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.side-bar .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}

.side-bar .widget_tag_cloud .tagcloud a {
  padding: 6px 15px;
  margin-bottom: 6px;
  margin-right: 3px;
  display: block;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
}

@media (max-width: 991px) {
  .side-bar .widget_tag_cloud .tagcloud a {
    padding: 5px 8px;
  }
}
.side-bar .widget_tag_cloud .tagcloud a:hover {
  background-color: #000;
  color: #fff;
}

/*--Comment list--*/
.comments-area {
  padding: 0;
}

.comments-area .comments-title {
  font-size: 24px;
  margin-bottom: 20px;
}

ol.comment-list {
  list-style: none;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  padding: 20px 90px 20px 140px;
  position: relative;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    padding: 10px 10px 50px 10px;
  }
}
ol.comment-list li.comment .comment-author {
  display: inline-block;
  margin-bottom: 5px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author .avatar {
    position: inherit;
    margin-bottom: 20px;
  }
}
ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author .fn {
    display: block;
  }
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 5px;
  display: block;
}

ol.comment-list li.comment .comment-meta a {
  color: #DAA520;
  font-weight: 600;
  font-size: 14px;
}

ol.comment-list li.comment .comment-meta:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment .reply {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .reply {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
  }
}
ol.comment-list li.comment .reply .comment-reply-link {
  position: relative;
  color: #fff;
  background-color: #DAA520;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
  color: #fff;
  background-color: #000;
}

ol.comment-list li.comment p {
  margin: 0 0 5px;
  font-weight: 400;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}

ol.comment-list li .children li {
  padding: 0;
}

/*comment form*/
.comment-respond {
  padding: 0px 11px;
}

@media (max-width: 480px) {
  .comment-respond {
    padding: 0px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.comment-respond .form-submit .site-button {
  position: relative;
}

.comments-area .comment-form {
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .comments-area .comment-form {
    margin: 0 -5px;
  }
}
.comments-area .comment-form .comment-notes {
  display: none;
}

.comments-area .comment-form p {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
}

@media (max-width: 767px) {
  .comments-area .comment-form p {
    width: 100%;
  }
}
.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}

.comments-area .comment-form p input[type=text] {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  border: 1px solid #e7e7e7;
}

.comments-area .comment-form p input[type=text].form-control:focus {
  box-shadow: none;
}

.comments-area .comment-form p textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  border: none;
  height: 120px;
  resize: none;
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.comments-area .comment-form p textarea.form-control:focus {
  box-shadow: none;
}

.comments-area .comment-form p.comment-form-url {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p.form-allowed-tags {
  width: 100%;
}

.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0px;
}

ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single.blog-post-style-2 {
  box-shadow: none;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info {
  margin: 0px;
  padding: 30px 0px 0px 0px;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info .wt-post-discription p {
  margin-bottom: 30px;
}

.blog-post-single-outer .blog-post-single .wt-post-media img {
  width: 100%;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta {
  position: relative;
  padding-top: 20px;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 0px;
  position: relative;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  background-color: #DAA520;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li {
  color: #000;
  display: inline-table;
  font-size: 14px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:after {
  position: absolute;
  content: "|";
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li a {
  color: #000;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:last-child:after {
  display: none;
}

.blog-post-single-outer .blog-post-single blockquote {
  padding: 50px 50px 50px 130px;
  margin: 30px 0px 30px 0px;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #000;
  border-left: 10px solid #DAA520;
  font-weight: 500;
}

@media (max-width: 480px) {
  .blog-post-single-outer .blog-post-single blockquote {
    padding: 30px;
    font-size: 15px;
  }
}
.blog-post-single-outer .blog-post-single blockquote .fa-quote-left {
  position: absolute;
  font-size: 80px;
  left: 30px;
  right: auto;
  top: auto;
  opacity: 0.3;
  color: #DAA520;
  line-height: 50px;
  z-index: -1;
}

@media (max-width: 480px) {
  .blog-post-single-outer .blog-post-single blockquote .fa-quote-left {
    position: inherit;
    display: block;
    left: auto;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
/*Single Post Navigation*/
.post-navigation {
  margin-bottom: 36px;
}

.post-navigation .post-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.post-navigation .post-nav-links .post-nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item {
    display: block;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}

@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-img {
    width: 100%;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-img a img {
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-img a {
    width: 40px;
    min-width: 40px;
    display: inline-block;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta label {
  color: #DAA520;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  font-weight: 700;
}

@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next {
  flex-direction: row-reverse;
  text-align: right;
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .section-full.p-t120,
.section-full.p-b90,
.section-full.p-tb120 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}
/*Loading*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}

.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

/*Loading Animation Start*/
@-webkit-keyframes cssload-invert {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes cssload-invert {
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-ball1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes cssload-ball1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes cssload-ball2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes cssload-ball2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes cssload-ball3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes cssload-ball3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes cssload-ball4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes cssload-ball4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
.cssload-spinner {
  height: 49px;
  width: 49px;
  margin: 49px auto;
  position: relative;
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
          animation: cssload-invert 2.3s infinite steps(2, end);
}

.cssload-ball {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #ff783c;
}

.cssload-ball-1 {
  -webkit-animation: cssload-ball1 1.15s infinite alternate linear;
          animation: cssload-ball1 1.15s infinite alternate linear;
}

.cssload-ball-2 {
  -webkit-animation: cssload-ball2 1.15s infinite alternate linear;
          animation: cssload-ball2 1.15s infinite alternate linear;
}

.cssload-ball-3 {
  -webkit-animation: cssload-ball3 1.15s infinite alternate linear;
          animation: cssload-ball3 1.15s infinite alternate linear;
}

.cssload-ball-4 {
  -webkit-animation: cssload-ball4 1.15s infinite alternate linear;
          animation: cssload-ball4 1.15s infinite alternate linear;
}

/*Loading Animation End*/
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  h2.wt-tilte,
h2.wt-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2.wt-tilte,
h2.wt-title {
    font-size: 30px;
  }
}
/*About Year*/
.about-year {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.about-year .about-year-info {
  padding: 8px 10px;
  text-align: right;
  background-color: #fff;
  display: inline-block;
  border-right: 10px solid #DAA520;
}

@media (max-width: 480px) {
  .about-year .about-year-info {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.about-year .about-year-info span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #DAA520;
  font-weight: 900;
  position: absolute;
  transform: rotate(-90deg);
  right: -90px;
  width: 0px;
  white-space: nowrap;
  bottom: 0px;
  transform-origin: bottom;
}

@media (max-width: 991px) {
  .about-year .about-year-info span {
    right: 0px;
  }
}
@media (max-width: 540px) {
  .about-year .about-year-info span {
    font-size: 20px;
    line-height: 20px;
    right: -30px;
  }
}
.about-year .about-year-info p {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-year p {
  overflow: hidden;
}

.about-year:after {
  content: "";
  display: table;
  clear: both;
}

/*Description list*/
.description-list {
  margin: 30px 0px;
}

.description-list li {
  padding-left: 40px;
  font-weight: 600;
  color: #000;
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}

.description-list li:last-child {
  margin-bottom: 0px;
}

.description-list li i {
  width: 26px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: #DAA520;
  font-size: 10px;
}

/*Section Overlay*/
.overlay-wraper {
  position: relative;
}

.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.overlay-wraper > .container {
  position: relative;
  z-index: 1;
}

.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}

/*Help Block*/
.number-block-content {
  position: relative;
}

.number-block-content:after,
.number-block-content:before {
  width: 50%;
  height: 50%;
  position: absolute;
  content: "";
  background-color: #DAA520;
  transition: 0.5s all ease;
  opacity: 0;
}

.number-block-content:after {
  left: 0px;
  bottom: 0px;
}

.number-block-content:before {
  right: 0px;
  top: 0px;
}

.number-block-content:hover:after,
.number-block-content:hover:before {
  width: 12px;
  height: 12px;
  opacity: 0.8;
}

.number-block-content .number-block-count {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.number-block-content .number-block-count span {
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  color: #DAA520;
  display: inline-block;
  position: relative;
  padding: 0px 0px 20px 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .number-block-content .number-block-count span {
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
  }
}
.number-block-content .number-block-count span:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 767px) {
  .number-block-content .number-block-count span:after {
    width: 100%;
  }
}
.number-block-content .number-block-count span.hide-line-block {
  padding-left: 0px;
  padding-bottom: 0px;
  position: relative;
}

.number-block-content .number-block-count strong img {
  max-width: 70px;
}

.number-block-content.white {
  color: #acacac;
}

.number-block-content.white .wt-tilte {
  color: #fff;
  margin-bottom: 15px;
}

.number-block-content .number-block-info p {
  margin-bottom: 0px;
}

/*service detail*/
.s-single-list-wrape {
  margin: 30px 0px;
}

@media (max-width: 1200px) {
  .s-single-list-wrape {
    display: block;
  }
}
.service-provide .s-single-list {
  padding: 40px;
}

@media (max-width: 767px) {
  .service-provide .s-single-list {
    padding: 30px;
  }
}
.service-provide .s-single-list .list-angle-right {
  margin-bottom: 0px;
}

.service-provide .s-single-list .list-angle-right li {
  color: #000;
  padding: 10px 0px 10px 20px;
}

.service-provide .s-single-list .list-angle-right li:before {
  color: #DAA520;
  top: 8px;
}

.blog-post-4-outer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-4-outer .wt-post-media {
  padding: 30px;
  background-color: #fff;
}

.blog-post-4-outer .wt-post-media img {
  width: 100%;
}

.blog-post-4-outer .wt-post-info {
  background-color: #fff;
  padding: 0px 30px 30px 30px;
  position: relative;
  z-index: 1;
}

.blog-post-4-outer .wt-post-info .wt-post-meta {
  position: relative;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #fff;
  color: #000;
  display: inline-table;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 8px 15px;
  font-weight: 700;
  position: absolute;
  right: -1px;
  bottom: 29px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #DAA520;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
  font-size: 14px;
  font-weight: 600;
  color: #DAA520;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}

.blog-post-4-outer.post-bg-dark .wt-post-info {
  background-color: #000;
}

.blog-post-4-outer.post-bg-dark .wt-post-info .post-title a {
  color: #fff;
}

.blog-post-4-outer.post-bg-dark .wt-post-info .post-title a:hover {
  color: #DAA520;
}

.blog-post-4-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
  color: #fff;
}

.blog-list-style .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blog-list-style .wt-post-info .wt-post-title .post-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.blog-post-5-outer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-5-outer .wt-post-media {
  background-color: #fff;
}

.blog-post-5-outer .wt-post-media img {
  width: 100%;
}

.blog-post-5-outer .wt-post-info {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  position: relative;
  z-index: 1;
}

.blog-post-5-outer .wt-post-info .wt-post-meta {
  position: relative;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 2px solid #DAA520;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date span {
  display: inline-block;
  margin-right: 5px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #DAA520;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-category {
  font-size: 14px;
  font-weight: 600;
  color: #DAA520;
}

.blog-post-5-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}

.blog-post-5-outer.post-bg-dark .wt-post-info {
  background-color: #000;
}

.blog-post-5-outer.post-bg-dark .wt-post-info .post-title a {
  color: #fff;
}

.blog-post-5-outer.post-bg-dark .wt-post-info .post-title a:hover {
  color: #DAA520;
}

.blog-post-5-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
  color: #fff;
}

/*-----All Services------*/
.all_services {
  padding: 0px;
}

.all_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.all_services ul li {
  position: relative;
  font-size: 16px;
}

.all_services ul li:last-child {
  border-bottom: 0px;
}

.all_services ul li a {
  transition: 0.5s all ease;
  position: relative;
  padding: 20px 35px 20px 30px;
  display: block;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.all_services ul li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 8px;
  font-weight: 700;
  font-family: Flaticon;
}

.all_services ul li a:hover {
  color: #DAA520;
}

.all_services ul li a.active {
  color: #fff;
  background-color: #DAA520;
}

.service-side-btn a.btn-block {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px;
  color: #000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.service-side-btn a.btn-block span,
.service-side-btn a.btn-block strong {
  padding-right: 10px;
}

.service-side-btn a.btn-block .download-btn {
  font-size: 20px;
  float: right;
  opacity: 0.5;
}

.service-side-btn a.btn-block:hover {
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  .service-full-info {
    margin-bottom: 30px;
  }
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}

#search form {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 50%;
  margin-left: 25%;
  color: #fff;
  border: 1px solid #e7e7e7;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  border-radius: 0px;
}

@media (max-width: 640px) {
  #search form {
    width: 90%;
    margin-left: 5%;
  }
}
#search input[type=search] {
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #000;
  font-size: 24px;
}

@media (max-width: 575px) {
  #search input[type=search] {
    font-size: 14px;
  }
}
#search input[type=search]:focus {
  box-shadow: none;
}

#search input[type=search]::-moz-placeholder {
  color: #000;
}

#search input[type=search]:-ms-input-placeholder {
  color: #000;
}

#search input[type=search]::placeholder {
  color: #000;
}

#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
  outline: none;
}

#search .search-btn i {
  font-size: 36px;
  color: #DAA520;
}

#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #DAA520;
}

#search .close:after,
#search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 28px;
  top: 16px;
}

#search .close:after {
  transform: rotate(45deg);
}

#search .close:before {
  transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
  cursor: pointer;
}

/*Hover Box Style 1*/
.video-section-three {
  position: relative;
  height: 440px;
}

/*services-box-one*/
.service-gallery-style1-wrapper {
  overflow: hidden;
}

.services-gallery-style2 {
  position: relative;
}

@media (max-width: 991px) {
  .services-gallery-style2 {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0px;
  }
}
.services-gallery-style2 .services-gallery-two.owl-btn-vertical-center .owl-nav .owl-next {
  right: -1px;
  transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two.owl-btn-vertical-center .owl-nav .owl-prev {
  transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two:hover.owl-btn-vertical-center .owl-nav .owl-next {
  right: 5%;
}

.services-gallery-style2 .services-gallery-two:hover.owl-btn-vertical-center .owl-nav .owl-prev {
  left: 5%;
}

.services-gallery-style2 .services-gallery-two .owl-nav {
  opacity: 0;
  transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two:hover .owl-nav {
  opacity: 1;
}

.service-box-style2 {
  position: relative;
  background-color: #fff;
  transition: 0.5s all ease;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.service-box-style2 .service-media {
  padding: 20px 20px 0px 20px;
}

.service-box-style2 .service-media img {
  border-radius: 0px 0px 50px 0px;
}

.service-box-style2 .service-media-hvr {
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
}

.service-box-style2 .service-title-large2 {
  overflow: hidden;
}

.service-box-style2 .service-title-large2 a {
  position: relative;
}

.service-box-style2 .service-title-large2 a:after {
  content: "";
  position: absolute;
  left: calc(100% + 15px);
  top: 12px;
  width: 100%;
  max-width: 70px;
  height: 2px;
  background-color: #DAA520;
}

.service-box-style2 .service-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 200ms linear 0ms;
}

.service-box-style2 .service-content .service-content-data {
  padding: 45px 35px 45px 45px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.service-box-style2 .service-content .service-content-data .service-title-large {
  margin-bottom: 15px;
  position: relative;
}

.service-box-style2 .service-content .service-content-data .service-title-large a {
  color: #000;
  transition: 0.5s all ease;
}

.service-box-style2 .service-content .service-content-data .service-title-large a:hover {
  color: #DAA520;
}

.service-box-style2 .service-content2 {
  padding: 20px;
}

.service-box-style2 .service-media img {
  width: 100%;
}

.service-box-style2:hover .service-content {
  left: 0;
  opacity: 1;
}

.service-box-style2:hover .service-content .service-content-data .service-title-large {
  color: #fff;
}

.service-box-style2:hover .service-content .service-content-data .service-title-large a {
  color: #fff;
}

.service-box-style2:hover .service-content .service-content-data p {
  color: #fff;
  margin-bottom: 20px;
}

.site-button-2 {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 15px;
}

.site-button-2:hover {
  color: #DAA520;
}

/*Cart dropdown*/
.cart-dropdown-item-wraper {
  top: 110%;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: #f9f9f9;
  padding: 2px;
  border: 3px solid #eaeaea;
  width: 280px;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
}

@media (max-width: 480px) {
  .cart-dropdown-item-wraper {
    right: -50px;
  }
}
.nav-cart-items {
  position: relative;
}

.nav-cart-items:before {
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

@media (max-width: 480px) {
  .nav-cart-items:before {
    right: 65px;
  }
}
.nav-cart-title {
  border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  margin-right: 5px;
}

.nav-cart-title h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
}

.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  background-color: #fff;
}

.nav-cart-item-image {
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}

.nav-cart-item-image a {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image:hover {
  border-color: #243447;
}

.nav-cart-item-desc {
  position: relative;
  padding-right: 15px;
}

.nav-cart-item-desc a {
  font-size: 13px;
  font-weight: 600;
  height: auto;
  text-align: left;
  width: auto;
}

.nav-cart-item-desc span.nav-cart-item-price {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
  color: #000;
  display: block;
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: 2px;
  padding: 0px 6px 2px 6px;
}

.nav-cart-action {
  border-top: 1px solid #eee;
}

.nav-cart-action button {
  padding: 8px 10px;
  font-size: 12px;
}

.nav-cart-action .site-button,
.nav-cart-action .site-button-secondry {
  padding: 8px 10px;
  font-size: 12px;
  transition: 0.5s all ease;
}

.nav-cart-action .site-button:hover,
.nav-cart-action .site-button-secondry:hover {
  background-color: #e7e7e7;
}

/*project btn filter */
.btn-filter-wrap {
  list-style: none;
  margin: 60px 0 0;
}

@media (max-width: 1200px) {
  .btn-filter-wrap {
    margin: 0px;
  }
}
.btn-filter-wrap li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .btn-filter-wrap li {
    padding: 5px 8px;
  }
}
.btn-filter-wrap li.btn-active {
  background-color: #DAA520;
  box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
  color: #fff;
}

.owl-carousel-filter .owl-item {
  opacity: 0;
  transition: all 0.2s ease;
}

.owl-carousel-filter .owl-item > .owl-item {
  opacity: 1;
}

.owl-carousel-filter .owl-item.active {
  opacity: 1;
}

@media (max-width: 991px) {
  .project-style-new-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.project-style-new-wrap .owl-carousel-filter {
  padding: 0px;
}

.project-new-1 .wt-img-effect {
  position: relative;
}

.project-new-1 .project-new-content {
  padding: 20px;
  background-color: #fff;
}

.project-new-1 .project-new-content span {
  display: block;
  padding-bottom: 10px;
  color: #DAA520;
  font-size: 15px;
  font-weight: 700;
}

.project-new-1 .project-new-content .wt-title {
  margin-bottom: 10px;
}

.project-new-1 .project-view {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: scaleY(0) translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-new-1 .project-view .project-view-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.project-new-1 .project-view .project-view-btn i {
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  display: block;
  text-align: center;
  background-color: #DAA520;
  position: relative;
  color: #fff;
}

.project-new-1:hover .project-view {
  opacity: 1;
  z-index: 3;
  transform: scaleY(1) translate(-50%, -50%);
}

.project-new-2 {
  position: relative;
  overflow: hidden;
}

.project-new-2 .project-new-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: -1px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.5s all ease;
  transform: translate3d(0, 100%, 0);
}

.project-new-2 .project-new-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #DAA520;
  padding: 0px 5px;
}

.project-new-2 .project-new-content .wt-title {
  margin-bottom: 0px;
}

.project-new-2 .project-view {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 1;
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-new-2 .project-view .project-view-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.project-new-2 .project-view .project-view-btn i {
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  display: block;
  text-align: center;
  background-color: #DAA520;
  position: relative;
  color: #fff;
}

.project-new-2:hover .project-new-content {
  transform: translate3d(0, 0, 0);
}

.project-new-2:hover .project-view {
  opacity: 1;
  z-index: 3;
  transform: scaleY(1);
}

/*====MID SLIDER ====*/
.mid-slider {
  text-align: center !important;
}

.mid-slider .rev_slider_wrapper {
  max-width: 1920px !important;
  margin: 0px auto !important;
  left: auto !important;
  position: relative !important;
}

.mid-slider .tp-fullwidth-forcer {
  height: auto !important;
}

/*get-in-touch*/
.get-in-touch-wraper {
  position: relative;
  padding-top: 130px;
  margin-right: 70px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .get-in-touch-wraper {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .get-in-touch-wraper {
    padding-top: 55px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-wraper {
    padding-top: 30px;
    margin-right: 0px;
  }
}
.get-in-touch-wraper .get-in-touch {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 40px;
}

@media (max-width: 991px) {
  .get-in-touch-wraper .get-in-touch {
    padding: 40px 200px 40px 40px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-wraper .get-in-touch {
    padding: 30px 30px 0px 30px;
    text-align: center;
  }
}
.get-in-touch-wraper .get-in-touch:before {
  content: "";
  background-color: #DAA520;
  left: -20px;
  top: -20px;
  bottom: -20px;
  width: 100px;
  position: absolute;
  z-index: -1;
}

.get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
  margin-bottom: 0px;
  color: #fff;
}

@media (max-width: 1024px) {
  .get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
    margin-bottom: 30px;
  }
}
.get-in-touch-wraper .get-in-touch .get-in-touch-pic img {
  position: absolute;
  right: -70px;
  bottom: 0px;
  max-width: 240px;
}

@media (max-width: 767px) {
  .get-in-touch-wraper .get-in-touch .get-in-touch-pic img {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 30px;
  }
}
/*Blog Gallery*/
.blog-gallery-style1 {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .blog-gallery-style1 {
    padding-left: 0px;
  }
}
.blog-gallery-style1 .owl-carousel .owl-stage-outer {
  display: table;
  position: relative;
  padding: 30px 0px 30px 10px;
}

@media (max-width: 1270px) {
  .blog-gallery-style1 .owl-carousel .owl-stage-outer {
    display: inline-block;
    padding: 0px;
  }
}
@media (max-width: 1270px) {
  .blog-gallery-style1 .blog-post-4-outer {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
.blog-gallery-style1 .blog-gallery-one.owl-btn-vertical-center .owl-nav .owl-next {
  right: -1px;
  transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one.owl-btn-vertical-center .owl-nav .owl-prev {
  transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one:hover.owl-btn-vertical-center .owl-nav .owl-next {
  right: 5%;
}

.blog-gallery-style1 .blog-gallery-one:hover.owl-btn-vertical-center .owl-nav .owl-prev {
  left: 5%;
}

.blog-gallery-style1 .blog-gallery-one .owl-nav {
  opacity: 0;
  transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one:hover .owl-nav {
  opacity: 1;
}

/* Product Box */
.wt-product-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.wt-product-box .wt-info {
  padding: 20px 10px;
}

.wt-product-box .price {
  padding-top: 10px;
  display: block;
}

.wt-product-box .price del {
  font-size: 16px;
  color: #999999;
  margin: 4px 4px;
  font-weight: 700;
}

.wt-product-box .price ins {
  font-size: 20px;
  color: #DAA520;
  text-decoration: none;
  font-weight: 700;
}

.wt-product-box .wt-thum-bx img {
  display: block;
  margin: 0px auto;
}

.wt-product-box .item-cart-view {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: scaleY(0) translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.wt-product-box .item-cart-view .item-btn {
  position: relative;
  display: block;
  width: 36px;
  height: 40px;
}

.wt-product-box .item-cart-view .item-btn i {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  display: block;
  text-align: center;
  background-color: #DAA520;
  position: relative;
  color: #fff;
  border-radius: 50%;
}

.wt-product-box .rating-bx {
  padding-top: 10px;
  color: #DAA520;
}

.wt-product-box:hover .item-cart-view {
  opacity: 1;
  z-index: 3;
  transform: scaleY(1) translate(-50%, -50%);
}

@media (max-width: 575px) {
  .product-filter-wrap {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .product-filter-wrap .woocommerce-result-count {
    margin-bottom: 10px;
    display: block;
  }
}
/* Product Detail Page Slider */
.shop-item-price-slider {
  display: flex;
  white-space: nowrap;
}

.shop-item-price-slider .slider.slider-horizontal {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.shop-item-price-slider .slider.slider-horizontal .slider-track {
  height: 8px;
  background-color: #DAA520;
  background-image: none;
  margin-top: 0px;
  margin-left: 0px;
}

.shop-item-price-slider .slider.slider-horizontal .slider-handle {
  background-color: #DAA520;
  background-image: none;
  width: 15px;
  height: 15px;
  top: 7px;
  margin-left: -5px;
}

/*select-box-border-style1*/
.select-box-border-style1 {
  border: 1px solid #e7e7e7;
}

.select-box-border-style1 .btn {
  padding: 8px 20px;
  background-color: #fff;
}

.select-box-border-style1-wrapper .btn-light.dropdown-toggle {
  box-shadow: none;
  outline: none;
  background: none;
  border: none;
}

.select-box-border-style1-wrapper .btn-light.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
  outline-offset: inherit;
}

form.woocommerce-ordering {
  position: relative;
}

@media (max-width: 575px) {
  form.woocommerce-ordering {
    display: inline-block;
  }
}
form.woocommerce-ordering:after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #000;
}

/*wt-product-gallery*/
.wt-product-gallery .product-view {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wt-product-gallery .product-view .product-view-btn {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
}

/*touchspin input type number*/
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  float: none;
  padding: 2px 4px 2px 4px;
  margin-left: -1px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #DAA520;
  background: #DAA520;
  width: 20px;
  display: block;
  font-weight: bold;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:before {
  display: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 9px;
  font-weight: normal;
  color: #fff;
}

/*Product Single*/
.product-detail-info {
  padding: 0px 0px 0px 30px;
}

@media (max-width: 767px) {
  .product-detail-info {
    padding-left: 0px;
  }
}
.wt-product-gallery {
  padding-bottom: 1px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.p-single-old-price {
  color: #777777;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 500;
  padding-right: 10px;
}

.p-single-new-price {
  font-size: 26px;
  color: #DAA520;
  font-weight: 800;
}

.product-single-availability {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #979797;
  font-weight: 600;
  letter-spacing: 1px;
}

.product-single-availability span {
  color: #000;
  font-weight: 700;
}

.product-single-rating {
  margin-bottom: 15px;
}

.product-single-price {
  margin-bottom: 30px;
}

.wt-product-text {
  margin-bottom: 30px;
}

.product_meta {
  text-transform: uppercase;
}

.product_meta a {
  color: #979797;
  font-weight: 600;
  letter-spacing: 1px;
}

.product_meta a:hover {
  color: #DAA520;
}

.product_meta .sku_wrapper {
  color: #979797;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.product_meta .posted_in {
  color: #979797;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-quantity {
  max-width: 130px;
  width: 100%;
  margin-right: 30px;
  display: inline-block;
}

.btn-quantity .form-control {
  height: 42px;
  background-color: #fff;
  border: 1px solid #ddd;
}

#sync2 .item {
  border: 3px solid #DAA520;
}

/*Circle Animation*/
.scale-up-center:before {
  animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate-reverse both;
}

@-webkit-keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*slider-text-outline*/
.slider-text-outline {
  opacity: 0.2;
  color: #fff;
}

.slider-text-outline2 {
  opacity: 0.2;
  color: #DAA520;
}

.square-flip {
  -ms-perspective: 1000;
  perspective: 1000;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 400px;
}

.square,
.square2 {
  width: 100%;
  height: 100%;
}

.square {
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.square-flip:hover .square {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.square2 {
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.square-flip:hover .square2 {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

/*Square content*/
.square-container {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 0px;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transform: translateY(-50%) translateX(0px) scale(1);
  transform-style: preserve-3d;
  z-index: 2;
}

.square-flip:hover .square-container {
  transform: translateY(-50%) translateX(-650px) scale(0.88);
  transform-style: preserve-3d;
}

.square-container2 {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 0px;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  transform-style: preserve-3d;
  z-index: 2;
}

.square-flip:hover .square-container2 {
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}

/*Style text*/
/*Elements*/
.flip-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.align-center {
  margin: 0 auto;
}

/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow {
  transition: 0.6s;
  box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square .textshadow {
  transition: 0.6s;
  -webkit-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
  text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square2 .boxshadow {
  transition: 0.6s;
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip .square2 .textshadow {
  transition: 0.6s;
  -webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  -moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square .boxshadow {
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square .textshadow {
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square2 .boxshadow {
  box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip:hover .square2 .textshadow {
  box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

/*--------------------------------

----------------------------------*/
.home-client-carousel2 .item {
  text-align: center;
}

.box {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0px -1px;
  padding: 30px;
}

.box:hover {
  z-index: 10;
  border: 1px solid #DAA520;
  transition: width 1s ease;
}

.box:hover:before {
  transition: height 0.2s ease, opacity 0.3s ease;
  height: 85%;
  opacity: 1;
}

.box:hover:after {
  transition: width 0.2s ease, opacity 0.3s ease;
  width: 85%;
  opacity: 1;
}

.box:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transform-origin: 50% 50%;
  opacity: 1;
  overflow: hidden;
  width: calc(100% + 3px);
  height: 100%;
  z-index: 1;
  transition: height 1s ease, opacity 0.8s ease;
}

.box:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transform-origin: 50% 50%;
  opacity: 1;
  overflow: hidden;
  height: calc(100% + 3px);
  width: 100%;
  z-index: 1;
  transition: width 1s ease, opacity 0.8s ease;
}

.box:focus:before {
  transition: height 0.2s ease, opacity 0.3s ease;
  height: 85%;
  opacity: 1;
}

.box:focus:after {
  transition: width 0.2s ease, opacity 0.3s ease;
  width: 85%;
  opacity: 1;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
.team-effect-hvr1 {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.team-effect-hvr1 .content-info {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  background: #fff;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}

.team-effect-hvr1 .content-info-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-effect-hvr1 .wt-title {
  margin-bottom: 5px;
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}

.team-effect-hvr1 .wt-title:hover {
  color: #DAA520;
}

.team-effect-hvr1 p.icon-links {
  margin-bottom: 0px;
}

.team-effect-hvr1 p.icon-links a {
  float: left;
  color: #DAA520;
  font-size: 14px;
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}

.team-effect-hvr1 p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
}

.team-effect-hvr1:hover p.icon-links a {
  transform: translate3d(0, 0, 0);
}

.team-effect-hvr1:hover p.icon-links a:hover {
  color: #000;
}

.team-effect-hvr1:hover p.icon-links a:focus {
  color: #000;
}

.team-effect-hvr1:hover p.icon-links a:nth-child(3) {
  transition-delay: 0.1s;
}

.team-effect-hvr1:hover p.icon-links a:nth-child(2) {
  transition-delay: 0.15s;
}

.team-effect-hvr1:hover p.icon-links a:first-child {
  transition-delay: 0.2s;
}

.team-effect-hvr1:hover p.description {
  opacity: 1;
}

.team-effect-hvr1:hover img {
  opacity: 0.5;
  transition: transform 0.5s;
  transform: translate3d(0, -4%, 0) scale(1.1);
}

.team-effect-hvr1:hover .content-info {
  transform: translate3d(0, 0, 0);
}

.team-effect-hvr1:hover .wt-title {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
}

.team-effect-hvr1 p.description {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0px;
  left: 0px;
  padding: 20px 0px 40px 0px;
  color: #fff;
  text-transform: none;
  opacity: 0;
  transition: opacity 0.35s;
}

.team-effect-hvr1 .info-detail {
  float: left;
}

.team-effect-hvr1 .wt-title-position {
  display: block;
  float: left;
  margin-bottom: 0px;
  color: #DAA520;
}

.team-effect-hvr1 img {
  transition: 0.5s all ease;
}

/*get-in-touch*/
.get-in-touch-wraper2 {
  position: relative;
  z-index: 1;
}

.get-in-touch-wraper2 .get-in-touch2 {
  position: relative;
  margin-bottom: 30px;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic {
  position: relative;
  overflow: hidden;
  padding-right: 100px;
}

@media (max-width: 420px) {
  .get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic {
    padding-right: 0px;
  }
}
.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic img {
  position: relative;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic:before {
  content: "";
  background-image: url(/assets/images/background/bg-dott2.png);
  left: 0px;
  top: 40px;
  bottom: 0px;
  width: 180px;
  position: absolute;
  border: 20px solid #DAA520;
  z-index: -1;
  opacity: 1;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block span {
  color: #000;
  font-size: 100px;
  line-height: 80px;
  font-weight: 800;
  position: relative;
  display: block;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block span i {
  font-size: 28px;
  line-height: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-style: normal;
  font-weight: 900;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block p {
  margin-bottom: 0px;
  font-weight: 800;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:after,
.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  background-color: transparent;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:after {
  left: 3px;
  top: 3px;
  border-top: 3px solid #DAA520;
  border-left: 3px solid #DAA520;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:before {
  right: 3px;
  bottom: 3px;
  border-bottom: 3px solid #DAA520;
  border-right: 3px solid #DAA520;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info {
  margin-left: 30px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info {
    margin: 30px 0px 0px 0px;
    padding: 0px;
  }
}
.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info .wt-title {
  margin-bottom: 30px;
}

/*---------------*/
/***** effect-hvr2 *****/
/*---------------*/
/* Common style */
.effect-hvr2 {
  position: relative;
  margin-bottom: 30px;
}

.effect-hvr2 .effect-sarah {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
}

.effect-hvr2 .effect-sarah img {
  position: relative;
  display: block;
  opacity: 0.9;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner {
  padding: 30px;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .project-new-category {
  background-color: #DAA520;
  font-size: 12px;
  padding: 4px 8px;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .site-button-link {
  color: #fff;
  opacity: 0;
  display: block;
  transition: opacity 0.35s, transform 0.8s;
  transform: translate3d(100%, 0, 0);
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::before {
  pointer-events: none;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::after {
  pointer-events: none;
}

.effect-hvr2 .project-view-btn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  background-color: #fff;
  color: #DAA520;
  font-size: 22px;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.effect-hvr2:hover .effect-sarah .effect-hvr2-inner .site-button-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.effect-sarah img {
  max-width: none;
  width: calc(100% + 20px) !important;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.effect-sarah:hover img {
  opacity: 0.2;
  transform: translate3d(0, 0, 0);
}

.effect-sarah:hover .wt-title {
  background-color: transparent;
}

.effect-sarah:hover .wt-title:after {
  transform: translate3d(0, 0, 0);
}

.effect-sarah:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.effect-sarah .effect-hvr2-inner {
  text-align: left;
}

.effect-sarah .wt-title {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 10px 0px;
}

.effect-sarah .wt-title a {
  color: #fff;
}

.effect-sarah .wt-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}

.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}

/*====MID SLIDER ====*/
.mid-slider {
  text-align: center !important;
}

.mid-slider .rev_slider_wrapper {
  max-width: 1460px !important;
  margin: 0px auto !important;
  left: auto !important;
  position: relative !important;
}

.mid-slider .tp-fullwidth-forcer {
  height: auto !important;
}

.slider_title {
  border-style: solid;
  border-width: 0px 6px 0px 6px;
  display: inline-block;
  padding: 15px 10px 15px 15px;
  border-color: #DAA520;
}

.hover-box-style-2 {
  padding: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100&1+0,1+66,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f3f3f3 0%, #fbfbfb 66%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3f3f3", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}

/*--------bounce-right-animation--------*/
.bounce-right-animation {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.bounce-right-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DAA520;
  transform: scaleX(0);
  transform-origin: 50% 0%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.bounce-right-animation:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:focus::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:hover .text-black {
  color: #fff;
}

.bounce-right-animation:hover .wt-tilte {
  color: #fff !important;
}

.bounce-right-animation:hover .icon-cell i {
  color: #fff;
}

.bounce-right-animation:hover .site-button-link {
  color: #fff;
}

/*====half part====*/
.wt-half-left-wrap {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .wt-half-left-wrap {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .wt-half-left-outer {
    margin-bottom: 100px;
  }
}
.wt-half-left {
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .wt-half-left {
    height: 550px;
  }
}
@media (max-width: 640px) {
  .wt-half-left {
    height: 300px;
  }
}
.wt-half-left img {
  position: absolute;
  right: -100px;
  bottom: -120px;
  z-index: 1;
}

@media (max-width: 1270px) {
  .wt-half-left img {
    right: 30px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .wt-half-left img {
    width: 80%;
  }
}
.wt-half-right {
  width: 605px;
  float: left;
  padding-left: 115px;
}

@media (max-width: 1270px) {
  .wt-half-right {
    width: 100%;
    float: none;
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .wt-half-right {
    padding: 30px 0px 30px 0px;
  }
}
.slide-left {
  -webkit-animation: slide-left 5s ease-in-out infinite alternate both;
          animation: slide-left 5s ease-in-out infinite alternate both;
}

@-webkit-keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
/*====video section====*/
.video-section {
  position: relative;
  z-index: 1;
  padding: 50px 50px 50px 0px;
}

@media (max-width: 767px) {
  .video-section {
    padding: 30px 30px 30px 0px;
  }
}
.video-section:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url(/assets/images/background/bg-plus.png);
  width: 50%;
}

.video-section:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  border: 20px solid #fff;
  width: calc(50% + 10px);
}

@media (max-width: 767px) {
  .video-section:before {
    border-left: 0px;
  }
}
.section-title-banner {
  border-radius: 20px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}

.section-title-banner .wt-title {
  font-size: 18px;
  margin-bottom: 0px;
}

.section-title-banner .wt-title span {
  font-size: 38px;
  display: block;
  padding-top: 8px;
  color: #DAA520;
}

@media (max-width: 420px) {
  .section-title-banner .wt-title span {
    font-size: 26px;
  }
}
/*======================================
STEP NUMBER
======================================*/
.step-number-block {
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
}

.step-number-block .wt-icon-box-wraper {
  padding: 50px 30px 50px 30px;
}

.step-number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 80px;
  font-weight: 800;
  z-index: 0;
  line-height: 60px;
  opacity: 0.2;
}

.step-number.active {
  color: #3a4452;
}

.step-blocks-dark {
  color: #fff;
  background-color: #DAA520;
}

.step-blocks-dark .wt-tilte {
  color: #fff;
}

.step-blocks-light {
  color: #000;
  background-color: #f9f9f9;
}

.step-blocks-light .wt-tilte {
  color: #000;
}

.service-box-style1 {
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: 0.5s all ease;
}

.service-box-style1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+22,000000+22,000000+100&0+22,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
}

.service-box-style1:hover:after {
  opacity: 1;
  top: 0%;
}

.service-box-style1 .service-content {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.service-box-style1 .service-content p {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
  transform: translate3d(0%, -50%, 0);
  transition: transform 0.4s, opacity 0.2s;
}

.service-box-style1 .site-button-link {
  display: block;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s, opacity 0.2s;
}

.service-box-style1 .service-title-large {
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s, opacity 0.2s;
}

.service-box-style1 .service-title-large a {
  color: #fff;
  transition: 0.5s all ease;
}

.service-box-style1 .service-title-large a:hover {
  color: #DAA520;
}

.service-box-style1:hover .service-title-large {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover p {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover .site-button-link {
  opacity: 1;
  transform: translate3d(0, 10%, 0);
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover .site-button-link:hover {
  color: #fff;
}

.service-box-style1 .service-media img {
  width: 100%;
}

.service-box-style1:hover .service-media img {
  opacity: 0.7;
}

/*project_slider_3*/
.project-slider-3-box {
  position: relative;
}

.project-slider-3-box .project-content {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  width: 100%;
}

.project-slider-3-box .project-content .project-title {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.project-slider-3-box .project-content .project-title span {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  display: block;
  margin-right: 10px;
  background-color: #DAA520;
  padding: 10px;
}

.project-slider-3-box .project-content .project-title-large {
  margin-bottom: 0px;
  color: #000;
}

.owl-item:nth-child(even) .project-slider-3-box {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
}

.owl-item:nth-child(even) .project-slider-3-box .project-content {
  margin-bottom: 0px;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .owl-item:nth-child(even) .project-slider-3-box {
    flex-wrap: wrap;
  }

  .owl-item:nth-child(even) .project-slider-3-box .project-content {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}
.counter-box {
  text-align: center;
  padding: 30px 20px 50px 20px;
  position: relative;
}

.counter-box:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -6px;
  top: -6px;
  border-style: solid;
  border-width: 2px 0px 0px 2px;
  border-color: #DAA520;
  transition: 0.5s all ease;
}

.counter-box:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -6px;
  bottom: -6px;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  border-color: #DAA520;
  transition: 0.5s all ease;
}

.counter-box .counter-hide-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #eaecef;
  position: absolute;
  font-size: 100px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
  font-family: "Anton", sans-serif;
}

/*Video Section*/
.video-section-first-content {
  padding-right: 30px;
  max-width: 605px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .video-section-first-content {
    padding-left: 0px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .video-section-first {
    height: 460px;
  }
}
/*Blog*/
@media (max-width: 640px) {
  .blog-post-1-outer [class*=col-6] {
    max-width: 100%;
    flex: auto;
  }
}
.blog-left-title {
  padding: 30px 30px 30px 50px;
}

@media (max-width: 640px) {
  .blog-left-title {
    padding: 30px 15px 30px 15px;
  }
}
.blog-post-style-1 {
  position: relative;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 50px;
  font-family: "Mulish", sans-serif;
  position: relative;
  height: 100%;
}

@media (max-width: 1440px) {
  .blog-post-style-1 {
    padding: 20px;
  }
}
.blog-post-style-1 .wt-post-info {
  padding: 20px 0px;
}

.blog-post-style-1 .wt-post-info .wt-post-title {
  margin-bottom: 0px;
}

.blog-post-style-1 .wt-post-info .wt-post-title .post-title {
  margin: 0;
}

.blog-post-style-1 .wt-post-info .wt-post-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-pic img {
  width: 100%;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-name {
  color: #DAA520;
}

.blog-post-style-1 .wt-post-meta {
  margin-bottom: 20px;
}

.blog-post-style-1 .wt-post-meta ul {
  margin: 0px;
  list-style: none;
}

.blog-post-style-1 .wt-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}

.blog-post-style-1 .wt-post-meta ul li i {
  margin-right: 5px;
}

.blog-post-style-1 .wt-post-readmore {
  margin-bottom: 0px;
}

.get-in-touch3 {
  padding: 0px 60px 60px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 460px) {
  .get-in-touch3 {
    padding: 0px;
  }
}
.get-in-touch3-info {
  position: absolute;
  text-align: right;
  bottom: 30px;
  right: 30px;
  background-color: #DAA520;
  padding: 20px;
}

@media (max-width: 460px) {
  .get-in-touch3-info {
    position: inherit;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
}
.get-in-touch3-info span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.get-in-touch3-info strong {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  color: #fff;
}

@media (max-width: 640px) {
  .get-in-touch3-info strong {
    font-size: 22px;
  }
}
.get-in-touch3-media img {
  width: 100%;
}

/*large-avatar-pic*/
.large-avatar-pic-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1200px) {
  .large-avatar-pic-wrap {
    align-items: flex-start;
  }
}
.large-avatar-pic {
  max-width: 370px;
  padding-top: 50px;
}

/*Help Block*/
.number-block-content2 {
  border: 2px dashed #DAA520;
  padding: 30px;
  background-color: #fff;
}

.number-block-content2 .number-block-count2 {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.number-block-content2 .number-block-count2 span {
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  color: #DAA520;
  display: inline-block;
  position: relative;
  padding: 20px 20px 20px 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .number-block-content2 .number-block-count2 span {
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
  }
}
.number-block-content2 .number-block-count2 span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .number-block-content2 .number-block-count2 span:after {
    width: 100%;
  }
}
.number-block-content2 .number-block-count2 strong img {
  max-width: 70px;
}

.number-block-content2.white {
  color: #acacac;
}

.number-block-content2.white .wt-tilte {
  color: #fff;
  margin-bottom: 15px;
}

.number-block-content2 .number-block-info p {
  margin-bottom: 0px;
}

/*newsletter section*/
.nl-type {
  width: 100%;
}

@media (max-width: 768px) {
  .nl-type {
    margin: 0px auto;
  }
}
@media (max-width: 575px) {
  .nl-type {
    width: 100%;
  }
}
.nl-type .nl-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.nl-type .nl-form .form-control {
  background-color: transparent;
  border: 1px solid #acacac;
  border-right: 0px;
  flex: 1 1 auto;
  width: 1%;
}

.nl-type .nl-form .form-control::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nl-type .nl-form .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nl-type .nl-form .form-control::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nl-type .nl-form .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nl-type .nl-form .s-btn {
  border: none;
  background-color: #DAA520;
  padding: 0px 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-light .nl-type .nl-form .form-control::-moz-placeholder {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.footer-light .nl-type .nl-form .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.footer-light .nl-type .nl-form .form-control::placeholder {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.footer-light .nl-type .nl-form .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Remove default arrow */
  background-image: url(/html);
  /* Add custom arrow */
  padding: 10px 30px 10px 10px;
  background-color: #fff;
}
@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.eot");
  src: url("/assets/fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Flaticon.woff") format("woff"), url("/assets/fonts/Flaticon.ttf") format("truetype"), url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.wt-icon-box-xl [class^=flaticon-]:before,
.wt-icon-box-xl [class*=" flaticon-"]:before,
.wt-icon-box-xl [class^=flaticon-]:after,
.wt-icon-box-xl [class*=" flaticon-"]:after {
  font-size: 96px;
}

.wt-icon-box-lg [class^=flaticon-]:before,
.wt-icon-box-lg [class*=" flaticon-"]:before,
.wt-icon-box-lg [class^=flaticon-]:after,
.wt-icon-box-lg [class*=" flaticon-"]:after {
  font-size: 72px;
}

.wt-icon-box-md [class^=flaticon-]:before,
.wt-icon-box-md [class*=" flaticon-"]:before,
.wt-icon-box-md [class^=flaticon-]:after,
.wt-icon-box-md [class*=" flaticon-"]:after {
  font-size: 58px;
}

.wt-icon-box-sm [class^=flaticon-]:before,
.wt-icon-box-sm [class*=" flaticon-"]:before,
.wt-icon-box-sm [class^=flaticon-]:after,
.wt-icon-box-sm [class*=" flaticon-"]:after {
  font-size: 48px;
}

.wt-icon-box-xs [class^=flaticon-]:before,
.wt-icon-box-xs [class*=" flaticon-"]:before,
.wt-icon-box-xs [class^=flaticon-]:after,
.wt-icon-box-xs [class*=" flaticon-"]:after {
  font-size: 24px;
}

.flaticon-checked:before {
  content: "";
}

.flaticon-right:before {
  content: "";
}

.flaticon-left:before {
  content: "";
}

.flaticon-chat:before {
  content: "";
}

.flaticon-lightbulb:before {
  content: "";
}

.flaticon-antivirus:before {
  content: "";
}

.flaticon-customer-service:before {
  content: "";
}

.flaticon-physics:before {
  content: "";
}

.flaticon-graphic-tool:before {
  content: "";
}

.flaticon-quote:before {
  content: "";
}

.flaticon-quote-1:before {
  content: "";
}

.flaticon-mail:before {
  content: "";
}

.flaticon-worker:before {
  content: "";
}

.flaticon-briefing:before {
  content: "";
}

.flaticon-reliability:before {
  content: "";
}

.flaticon-helmet:before {
  content: "";
}

.flaticon-trophy:before {
  content: "";
}

.flaticon-deal:before {
  content: "";
}

.flaticon-location:before {
  content: "";
}

.flaticon-email:before {
  content: "";
}

.flaticon-phone-call:before {
  content: "";
}

.flaticon-carpenter:before {
  content: "";
}

.flaticon-renovation:before {
  content: "";
}

.flaticon-trowel:before {
  content: "";
}

.flaticon-design:before {
  content: "";
}

.flaticon-interview:before {
  content: "";
}

.flaticon-engineer:before {
  content: "";
}

.flaticon-growth:before {
  content: "";
}

@font-face {
  font-family: "lc_lightbox";
  src: url("/assets/fonts/lc_lightbox.eot");
  src: url("/assets/fonts/lc_lightbox.eot") format("embedded-opentype"), url("/assets/fonts/lc_lightbox.woff") format("woff"), url("/assets/fonts/lc_lightbox.ttf") format("truetype"), url("/assets/fonts/lc_lightbox.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------------
[Table of contents]

* (1) wrapper / #lcl_wrap

    + (2) lightbox window / #lcl_window

		- (3) loader 				/ #lcl_loader
		- (4) commands container 	/ #lcl_nav_cmd

			- single command / .lcl_icon

				- socials tooltip / .lcl_socials_tt

		- (5) contents wrapper / #lcl_contents_wrap

			- shown element wrapper / #lcl_subj
			- (6) texts wrapper 		/ #lcl_txt

				- title 			/ #lcl_title
				- author			/ #lcl_author
				- description 		/ #lcl_descr
				- comments wrapper 	/ .lcl_comments_wrap


	+ (7) thumbnails navigator / #lcl_thumbs_nav

		- thumb image / .lcl_tn_image


	+ lightbox overlay 	/ #lcl_overlay
	+ (8) progressbar 	/ #lcl_progressbar

-------------------------------------------------------------------*/
.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
  opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
  transition-delay: 0.15s !important;
}

/* (1) basic styles */
#lcl_wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 999999999;
  -webkit-overflow-scrolling: touch;
}

#lcl_wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#lcl_wrap > * {
  text-align: left;
  box-sizing: border-box;
}

#lcl_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-position: top left;
  background-repeat: repeat;
  transform: translateZ(0);
}

#lcl_wrap:not(.lcl_pre_show) {
  transition: all 0.35s ease-in;
}

/* (3) loader */
#lcl_loader {
  display: block;
  opacity: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: -1;
  /* timing overrided by JS */
  transition: opacity 0.3s ease-out;
}

#lcl_loader.lcl_loader_pre_first_el {
  opacity: 0 !important;
}

.lcl_first_sizing #lcl_loader:not(.no_loader),
.lcl_loading_iframe #lcl_loader:not(.no_loader),
.lcl_loading_videojs #lcl_loader:not(.no_loader),
.lcl_switching_elem #lcl_loader:not(.no_loader) {
  opacity: 1;
  z-index: 99999;
}

#lcll_1,
#lcll_2 {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-top: -50%;
  margin-left: -50%;
  background: transparent;
  border-color: #aaa #aaa transparent;
  border-width: 3px;
  border-style: solid;
  -webkit-animation: lcl-loader 1.4s infinite linear;
  animation: lcl-loader 1.4s infinite linear;
}

#lcll_2 {
  width: 50%;
  height: 50%;
  margin-left: -25%;
  margin-top: -25%;
  border-right-color: transparent !important;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes lcl-loader {
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
@keyframes lcl-loader {
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
/* (2) window */
#lcl_subj.lcl_switching_el > * {
  opacity: 0;
}

#lcl_contents_wrap {
  /* timing overrided by JS */
  transition: opacity 0.3s ease;
}

.lcl_first_sizing #lcl_contents_wrap,
.lcl_loading_iframe #lcl_contents_wrap,
.lcl_loading_videojs #lcl_contents_wrap,
.lcl_switching_elem #lcl_contents_wrap,
.lcl_toggling_fs #lcl_contents_wrap {
  opacity: 0 !important;
}

.lcl_first_sizing #lcl_contents_wrap *,
.lcl_loading_iframe #lcl_contents_wrap *,
.lcl_loading_videojs #lcl_contents_wrap *,
.lcl_switching_elem #lcl_contents_wrap *,
.lcl_toggling_fs #lcl_contents_wrap * {
  transition: none !important;
}

#lcl_window {
  display: inline-block;
  text-align: left;
  z-index: 30;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 50px;
  min-height: 50px;
  line-height: 0 !important;
  overflow: visible;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateZ(0);
}

.lcl_image_elem,
#lcl_elem_wrap:not(.lcl_image_elem) .lcl_elem {
  /* timing overrided by JS */
  transition: all 0.3s ease-out;
}

.lcl_toggling_fs#lcl_wrap,
.lcl_toggling_fs #lcl_window,
.lcl_toggling_fs .lcl_image_elem,
.lcl_toggling_fs #lcl_elem_wrap .lcl_elem {
  transition: all 0.05s linear;
}

.lcl_is_resizing:not(.lcl_first_sizing):not(.lcl_toggling_txt):not(.lcl_toggling_tn):not(.lcl_toggling_fs) #lcl_window,
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) .lcl_image_elem,
.lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) #lcl_elem_wrap:not(.lcl_image_elem),
.lcl_show_already_shaped #lcl_window {
  transition: none !important;
}

.lcl_tn_hidden #lcl_window {
  margin-top: 0 !important;
}

.lcl_pre_first_el:not(.lcl_show_already_shaped) #lcl_window {
  width: 100px;
  height: 100px;
  max-width: 85px !important;
  max-height: 85px !important;
}

.lcl_is_closing #lcl_window {
  transition-timing-function: ease-in;
}

/* (5) contents wrap */
#lcl_contents_wrap,
#lcl_subj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
}

.lcl_on_mobile #lcl_subj {
  overflow: auto !important;
}

#lcl_subj {
  z-index: 10;
}

#lcl_wrap:not(.lcl_switching_elem) #lcl_subj {
  transition: border-width 0.35s ease;
}

.lcl_toggling_txt #lcl_subj {
  /* delay to allow sizing on text hiding */
  transition-delay: 0.55s !important;
}

#lcl_elem_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lcl_image_elem,
.lcl_html_elem {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lcl_image_elem img {
  left: -99999px;
  position: fixed !important;
}

.lcl_html_elem {
  line-height: normal;
  padding: 15px;
  overflow-y: auto;
  background: #fdfdfd;
}

.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
  top: 60px;
}

.lcl_video_elem > *,
.lcl_youtube_elem > *,
.lcl_vimeo_elem > *,
.lcl_dailymotion_elem > *,
.lcl_iframe_elem > *,
.lcl_postered_video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video.js customization */
.lcl_elem.video-js {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: #000 !important;
}

.lcl_elem.video-js .vjs-fullscreen-control {
  display: none !important;
}

.lcl_elem.video-js .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  line-height: 62px;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
}

.lcl_elem.video-js .vjs-poster {
  background-size: cover;
}

/* video poster */
.lcl_postered_video {
  background-size: cover;
  background-position: center;
}

.lcl_postered_video:not(.lcl_poster_clicked) {
  cursor: pointer;
}

.lcl_postered_video:not(.lcl_poster_clicked):before {
  content: "";
  box-sizing: border-box;
  font-size: 38px !important;
  line-height: 62px !important;
  text-indent: 5px !important;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  background: rgba(43, 51, 63, 0.7);
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  border: 2px solid #fff;
  transition: background 0.03s linear;
}

.lcl_postered_video:not(.lcl_poster_clicked):hover:before {
  background: rgba(115, 133, 159, 0.5);
}

.lcl_postered_video:not(.lcl_poster_clicked) iframe {
  display: none;
}

/* HTML element - special sizing */
.lcl_html_container {
  margin: auto;
  overflow: auto;
  position: relative;
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) .lcl_html_elem {
  position: static !important;
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_contents_wrap,
#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_subj {
  position: relative !important;
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_fullscreen_mode) #lcl_txt {
  position: relative !important;
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_forced_over) #lcl_contents_wrap,
#lcl_wrap[lcl-type=html] #lcl_subj {
  overflow: auto;
}

.lcl_fullscreen_mode#lcl_wrap[lcl-type=html] #lcl_elem_wrap {
  display: flex;
  align-items: center;
}

.lcl_fullscreen_mode .lcl_html_elem {
  padding-top: 18px;
  border-top: 42px solid #fdfdfd;
  padding-bottom: 0;
  border-bottom: 15px solid #fdfdfd;
}

/* error message */
#lcl_inline {
  padding: 15px 10px;
  line-height: 20px;
}

/* (4) BUTTONS */
#lcl_nav_cmd {
  position: absolute;
  top: 0;
  z-index: 100;
  overflow: visible;
  padding: 8px;
  height: 0;
  /* allow contents click */
}

.lcl_corner_close.lcl_inner_cmd:not(.lcl_txt_rside):not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_no_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_hidden_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd,
.lcl_corner_close.lcl_force_txt_over:not(.lcl_forced_outer_cmd) #lcl_nav_cmd {
  padding-right: 24px !important;
}

.lcl_first_sizing #lcl_nav_cmd,
.lcl_loading_iframe #lcl_nav_cmd,
.lcl_loading_videojs #lcl_nav_cmd,
.lcl_switching_elem #lcl_nav_cmd,
.lcl_toggling_txt.lcl_inner_cmd #lcl_nav_cmd,
.lcl_toggling_fs #lcl_nav_cmd {
  opacity: 0 !important;
}

#lcl_nav_cmd {
  right: 0;
  left: 0;
}

.lcl_outer_cmd #lcl_nav_cmd {
  z-index: 99999;
  margin: 0 !important;
  padding: 10px 15px;
}

.lcl_outer_cmd:not(.lcl_first_sizing):not(.lcl_first_sizing):not(.lcl_loading_iframe):not(.lcl_switching_elem):not(.lcl_toggling_txt):not(.lcl_toggling_fs):not(.lcl_is_closing) #lcl_nav_cmd {
  opacity: 1 !important;
}

.lcl_is_closing.lcl_outer_cmd #lcl_nav_cmd {
  transition: all 0.2s ease;
  opacity: 0 !important;
}

#lcl_nav_cmd .lcl_icon {
  display: inline-block;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: 0 0 2px rgba(20, 20, 20, 0.05);
  border: 1px solid #eaeaea;
  text-align: center;
  vertical-align: top;
  margin: 4px;
  width: 28px;
  height: 28px;
  color: #6f6f6f;
  position: relative;
}

.lcl_outer_cmd .lcl_close {
  right: 0 !important;
  top: 0 !important;
}

@media screen and (min-width: 450px) {
  .lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon,
.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.2s ease-in 0.5s, box-shadow 0.2s ease-in 0.5s, transform 0.2s ease-in 0.5s;
  }

  #lcl_window:not(.lcl_on_mobile):hover #lcl_nav_cmd .lcl_icon,
.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd .lcl_icon {
    opacity: 1;
    transition: all 0.2s ease-in 0s;
    transform: scale(1);
  }
}
.lcl_icon:before,
.lcl_tn_prev:before,
.lcl_tn_next:before,
#lcl_corner_close:before,
.lcl_postered_video:not(.lcl_poster_clicked):before {
  font-family: "lc_lightbox" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 27px;
  z-index: 10;
  position: relative;
  transition: all 0.15s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lcl_icon:not(.lcl_counter):after {
  content: "";
  display: block;
  left: -1px;
  right: -1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  z-index: 5;
  border-radius: 3px;
  opacity: 0;
  background: #6f6f6f;
  transition: all 0.2s ease;
  transform: scale(0);
}

.lcl_nav_btn_middle .lcl_next:after,
.lcl_nav_btn_middle .lcl_prev:after {
  transition-duration: 0.15s;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next:after {
  right: 0 !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev:after {
  left: 0 !important;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover {
  border-radius: 5px !important;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:before,
#lcl_corner_close:before {
  color: #fff;
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:after {
  opacity: 1;
  transform: scale(1);
}

.lcl_prev:before {
  content: "";
  text-indent: -1px;
}

.lcl_next:before {
  content: "";
  text-indent: 1px;
}

.lcl_play:before {
  content: "";
  font-size: 20px;
  line-height: 28px;
  text-indent: 1px;
}

.lcl_is_playing .lcl_play:before {
  content: "";
  font-size: 20px;
  line-height: 28px;
  text-indent: 0;
}

.lcl_close:before,
#lcl_corner_close:before {
  content: "";
  font-size: 20px;
  line-height: 28px;
}

.lcl_fullscreen:before {
  content: "";
}

.lcl_fullscreen_mode .lcl_fullscreen:before {
  content: "";
}

.lcl_zoom_out:before {
  content: "";
  font-size: 16px;
}

.lcl_zoom_in:before {
  content: "";
  font-size: 16px;
}

.lcl_txt_toggle:before {
  content: "";
  font-size: 16px;
}

.lcl_thumbs_toggle:before {
  content: "";
  font-size: 15px;
  line-height: 26px;
  text-indent: -1px;
}

.lcl_window:before {
  content: "";
}

.lcl_download:before {
  content: "";
}

.lcl_socials:before {
  content: "";
  font-size: 15px;
  line-height: 26px;
}

.lcl_fb:before {
  content: "";
  font-size: 17px;
}

.lcl_twit:before {
  content: "";
  font-size: 18px;
}

.lcl_pint:before {
  content: "";
  font-size: 18px;
}

.lcl_wa:before {
  content: "";
  font-size: 18px;
}

.lcl_tn_prev:before {
  content: "";
}

.lcl_tn_next:before {
  content: "";
}

.lcl_right_icon {
  float: right;
}

.lcl_close {
  margin-left: 36px !important;
}

.lcl_counter {
  cursor: default !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  padding: 0 10px;
  width: auto !important;
}

@media screen and (max-width: 340px) {
  .lcl_counter {
    display: none !important;
  }
}
.lcl_download {
  position: relative;
}

.lcl_download a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.lcl_first_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_prev {
  opacity: 0.5 !important;
  cursor: default !important;
}

.lcl_last_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_next {
  opacity: 0.5 !important;
  cursor: default !important;
}

.lcl_last_elem .lcl_play {
  display: none !important;
}

#lcl_thumb_prev div:before,
#lcl_thumb_next div:before {
  font-size: 20px;
}

.lcl_icon {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  box-sizing: content-box !important;
  transition: all 0.2s linear;
}

/* button status */
.lcl_no_carousel[lc-lelem="0"] .lcl_prev:before,
.lcl_no_carousel.lcl_last_elem .lcl_next:before,
.lcl_hidden_txt .lcl_txt_toggle:before,
.lcl_tn_hidden .lcl_thumbs_toggle:before,
.lcl_zoom_icon.lcl_zoom_disabled:before {
  opacity: 0.6 !important;
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev,
.lcl_no_carousel.lcl_last_elem .lcl_next {
  cursor: default !important;
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev:after,
.lcl_no_carousel.lcl_last_elem .lcl_next:after {
  display: none !important;
}

/* alternative inner close button */
#lcl_corner_close {
  position: absolute;
  right: -22px;
  /* pos overwritten by JS */
  top: -24px;
  border: 3px solid #d3d3d3;
  background: #6f6f6f;
  box-sizing: content-box !important;
  border-radius: 50%;
  min-height: 34px;
  min-width: 34px;
  cursor: pointer;
  z-index: 150;
  transition: opacity 0.3s ease;
}

.lcl_first_sizing #lcl_corner_close,
.lcl_loading_iframe #lcl_corner_close,
.lcl_loading_videojs #lcl_corner_close,
.lcl_switching_elem #lcl_corner_close,
.lcl_toggling_fs #lcl_corner_close {
  opacity: 0 !important;
}

#lcl_corner_close:before {
  font-size: 20px !important;
  line-height: 34px !important;
  transition: all 0.3s ease;
}

#lcl_corner_close:not(.lcl_on_mobile):hover:before {
  transform: rotate(180deg);
}

.lcl_normal_close #lcl_corner_close,
.lcl_outer_cmd #lcl_corner_close,
.lcl_corner_close.lcl_inner_cmd .lcl_close {
  display: none !important;
}

/* nav arrows in middle position */
.lcl_nav_btn_middle .lcl_prev,
.lcl_nav_btn_middle .lcl_next {
  position: fixed !important;
  top: 50%;
  margin-top: -32px !important;
  padding: 16px 4px;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev,
.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next {
  box-shadow: none !important;
  border: none !important;
}

.lcl_nav_btn_middle .lcl_prev:before,
.lcl_nav_btn_middle .lcl_next:before {
  font-size: 23px !important;
}

.lcl_nav_btn_middle .lcl_prev {
  left: 0px;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.lcl_nav_btn_middle .lcl_next {
  right: 0px;
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_prev {
  margin-left: 19px !important;
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_next {
  margin-right: 19px !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev:after {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next:after {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* manage btn margins on mobile screens*/
@media screen and (max-width: 450px) {
  #lcl_nav_cmd .lcl_icon {
    margin: 0;
  }

  .lcl_close {
    margin-left: 26px !important;
  }
}
/* IMAGE ZOOM */
.lcl_on_mobile .lcl_zoom_wrap {
  overflow: scroll !important;
}

.lcl_zoom_wrap,
.lcl_zoom_wrap * {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lcl_zoom_wrap:active {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.lcl_zoom_icon.lcl_zoom_disabled {
  cursor: default !important;
}

.lcl_zoom_icon.lcl_zoom_disabled:after {
  display: none !important;
}

.lcl_zoom_helper {
  position: absolute;
  font-size: 8.4px;
  color: #fafafa;
  background: #972626;
  display: inline-block;
  border: 2px solid #972626;
  padding: 5px 1px;
  font-family: arial;
  text-shadow: 0 0 0 rgba(250, 250, 250, 0.8);
  letter-spacing: 0.28px;
  border-radius: 1px;
  line-height: 0;
  z-index: 10;
  bottom: -11px;
  right: -7px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* (6) TEXTS */
#lcl_txt {
  padding: 12px 10px;
  line-height: 20px;
  z-index: 50;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.lcl_toggling_txt #lcl_txt {
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s;
}

#lcl_txt * {
  font-family: "Arial", ​ "sans-serif";
}

.lcl_no_txt #lcl_txt {
  display: none !important;
}

#lcl_txt > * {
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#lcl_title {
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

#lcl_author {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}

.lcl_comments_wrap {
  min-width: 178px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 12px;
  padding-bottom: 17px;
}

.lcl_txt_under #lcl_txt .lcl_txt_border,
.lcl_txt_over #lcl_txt .lcl_txt_border,
.lcl_force_txt_over #lcl_txt .lcl_txt_border {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

#lcl_descr {
  font-size: 14px;
  line-height: 20px;
}

.lcl_switching_el #lcl_txt,
.lcl_txt_under_calc #lcl_txt,
.lcl_txt_under_calc #lcl_txt *,
.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt {
  transition-duration: 0ms !important;
}

/* text under/over element */
.lcl_txt_under #lcl_txt,
.lcl_txt_over #lcl_txt {
  left: 0;
  bottom: 0;
}

/* text under */
.lcl_txt_under #lcl_txt {
  background: #fff;
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
  padding: 18px 25px 22px;
  margin-bottom: 0 !important;
}

.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_under.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
  opacity: 0 !important;
}

.lcl_txt_under.lcl_hidden_txt.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
  visibility: hidden !important;
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt:after {
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* text over */
.lcl_force_txt_over #lcl_txt,
.lcl_txt_over #lcl_txt {
  background: rgba(255, 255, 255, 0.9);
  background-clip: padding-box !important;
  border: 15px solid transparent;
  border-radius: 0 17px 17px 0;
  max-height: calc(100% - 42px);
  padding: 13px 22px;
  overflow: auto;
  bottom: 0;
}

.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
  bottom: auto !important;
  right: auto !important;
  left: 0 !important;
  top: 42px !important;
  padding: 17px 22px !important;
  max-width: 33.3%;
  max-height: calc(100% - 42px);
  transition: transform 0.45s ease 0.1s, opacity 0.35s ease 0.1s, bottom 0.3s ease;
}

.lcl_playing_video.lcl_txt_over #lcl_txt,
.lcl_playing_video.lcl_force_txt_over #lcl_txt {
  max-height: calc(100% - 42px - 45px);
  /* top = 42 + bottom = 45 */
  bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    max-width: 66.6%;
  }
}
@media screen and (max-width: 780px) {
  .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    max-width: 100%;
  }
}
/* text on sides */
.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  padding: 16px 24px;
  top: 0;
  bottom: 0;
  width: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  padding-left: 18px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  padding-right: 18px;
}

/* text on right side */
.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
  border-right: 330px solid transparent;
}

.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
  right: 330px;
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  right: 0;
  background: #fefefe;
}

/* text on left side */
.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
  border-left: 330px solid transparent;
}

.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
  left: 330px;
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  left: 0;
  background: #fefefe;
}

/* text on side on small screens */
@media screen and (max-width: 780px) {
  .lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    width: 220px;
  }

  .lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right-width: 220px;
  }

  .lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left-width: 220px;
  }

  .lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 220px;
  }

  .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd,
.lcl_nav_btn_middle .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 220px;
  }
}
/* text on side on large screens + fullscreen */
@media screen and (min-width: 1700px) {
  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    width: 400px;
  }

  .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right-width: 400px;
  }

  .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left-width: 400px;
  }

  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 400px;
  }

  .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav,
.lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 400px;
  }
}
/* hidden side text - force sizes */
.lcl_hidden_txt.lcl_inner_cmd #lcl_nav_cmd,
.lcl_hidden_txt.lcl_outer_cmd #lcl_nav_cmd,
.lcl_fullscreen_mode.lcl_hidden_txt #lcl_thumbs_nav {
  right: 0 !important;
  left: 0 !important;
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_prev,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_prev {
  left: 0px !important;
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_next,
.lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_next {
  right: 0px !important;
}

/* sub-texts */
#lcl_txt > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

#lcl_txt > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* hide texts */
.lcl_hidden_txt.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
  height: 0 !important;
  padding: 0 !important;
  transform: translateY(100%);
}

.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_txt_over #lcl_txt,
.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_force_txt_over #lcl_txt {
  opacity: 0 !important;
  z-index: -1;
  transform: translateY(30px) scale(0.95);
}

.lcl_hidden_txt.lcl_fullscreen_mode.lcl_txt_over #lcl_txt,
.lcl_hidden_txt.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt {
  transform: translateX(-110%) scale(0.8);
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_subj,
.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_subj {
  border-width: 0 !important;
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
  transform: translateX(100%);
}

.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
  transform: translateX(-100%);
}

/* TOOLTIP */
.lcl_tooltip {
  position: absolute;
  left: 50%;
  background: #fff;
  padding: 7px;
  border-radius: 3px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  font-size: 14px;
  transition: all 0.25s ease-out;
}

.lcl_tooltip:before {
  content: "";
  border-style: solid;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.lcl_tooltip.lcl_tt_bottom:before {
  bottom: 100%;
  border-color: transparent transparent #fff;
}

.lcl_tooltip.lcl_tt_top:before {
  top: 100%;
  border-color: #fff transparent transparent;
}

.lcl_tooltip.lcl_tt_bottom {
  top: 115%;
  transform: translate(-50%, 8px);
}

.lcl_tooltip.lcl_tt_top {
  bottom: 115%;
  transform: translate(-50%, -8px);
}

.lcl_tooltip.lcl_show_tt {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* SOCIALS VISIBILITY */
.lcl_tooltip.lcl_socials_tt {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  top: 150%;
}

.lcl_socials {
  position: relative;
}

#lcl_wrap[lcl-type=html] .lcl_socials,
#lcl_wrap[lcl-type=iframe] .lcl_socials {
  display: none !important;
}

.lcl_socials_tt a {
  border-width: 0 0 0 1px !important;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0px 12px;
  text-decoration: none !important;
  margin: 0 !important;
  max-width: 17px;
}

.lcl_socials_tt a:first-child {
  border: none !important;
}

/* FULLSCREEN MODE */
#lcl_wrap.lcl_fullscreen_mode {
  padding: 0 !important;
}

.lcl_fullscreen_mode #lcl_window,
.lcl_fullscreen_mode #lcl_contents_wrap {
  border-radius: 0 !important;
}

.lcl_fullscreen_mode #lcl_window {
  border-width: 0 !important;
  margin-top: 0 !important;
}

.lcl_fullscreen_mode #lcl_subj,
.lcl_fullscreen_mode #lcl_txt {
  margin: 0 !important;
}

.lcl_fullscreen_mode #lcl_elem_wrap {
  bottom: 0 !important;
}

.lcl_fullscreen_mode.lcl_toggling_txt.lcl_outer_cmd,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_prev,
.lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_next {
  transition: all 0.4s ease 0.2s !important;
}

/* (7) THUMBS NAVIGATOR */
#lcl_thumbs_nav {
  margin: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: content-box !important;
  z-index: 60;
  transition: transform 0.35s ease-in, opacity 0.5s ease, margin 0.35s ease, left 0.4s ease 0.2s, right 0.4s ease 0.2s;
}

#lcl_thumbs_nav,
#lcl_thumbs_nav * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lcl_playing_video.lcl_fullscreen_mode #lcl_thumbs_nav {
  margin-bottom: 50px;
}

.lcl_tn_hidden #lcl_thumbs_nav,
.lcl_pre_first_el #lcl_thumbs_nav,
#lcl_thumbs_nav.lcl_pre_tn_scroll {
  opacity: 0;
  transform: translateY(150%);
}

#lcl_thumbs_nav .lcl_tn_inner {
  position: absolute;
  z-index: 10;
  left: 45px;
  right: 45px;
  bottom: 0;
  top: 0;
  list-style: none !important;
  margin: 0 !important;
  text-align: center;
  white-space: nowrap;
  overflow: hidden !important;
}

.lcl_on_mobile .lcl_tn_inner {
  overflow: auto !important;
  touch-action: pan-x;
}

.lcl_tn_inner li {
  height: 100%;
  margin: 0 0 0 10px;
  display: inline-block;
  border: 0px solid #ccc;
  border-radius: 2px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-clip: content-box;
  background-color: #9f9f9f;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(10, 10, 10, 0.45);
  transform: scale(0.83) translateZ(0);
  transition: all 0.25s ease;
}

.lcl_tn_inner li:first-child {
  margin: 0;
}

.lcl_tn_inner li.lcl_sel_thumb,
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover {
  transform: scale(0.97);
}

.lcl_tn_inner li.lcl_tn_preload,
.lcl_tn_inner li.lcl_sel_thumb.lcl_tn_preload {
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  transform: scale(0) !important;
}

.lcl_thumb_title_tt {
  padding: 7px 10px;
}

#lcl_thumbs_nav span {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -12px;
  z-index: 15;
  color: #f5f5f5;
}

#lcl_thumbs_nav:not(.lcl_tn_has_arr) span {
  display: none !important;
}

#lcl_thumbs_nav.lcl_tn_has_arr span {
  display: inline-block !important;
}

#lcl_thumbs_nav.lcl_tn_has_arr span:before {
  font-size: 23px;
}

#lcl_thumbs_nav span.lcl_tn_prev {
  left: 0;
}

#lcl_thumbs_nav span.lcl_tn_next {
  right: 0;
}

.lcl_tn_video video {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
}

.lcl_tn_mixed_types li::before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.25s ease;
}

.lcl_tn_mixed_types li.lcl_sel_thumb::before {
  opacity: 0;
}

.lcl_tn_mixed_types li:after {
  font-family: "lc_lightbox" !important;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  z-index: 15;
  content: "";
  /* video - by default */
}

.lcl_tn_mixed_types li.lcl_tn_image:after {
  content: "";
}

.lcl_tn_mixed_types li.lcl_tn_iframe:after {
  content: "";
}

.lcl_tn_mixed_types li.lcl_tn_html:after {
  content: "";
}

/* (8) PROGRESSBAR */
#lcl_progressbar {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 2px;
  left: 0;
  width: 0;
  background: #fff;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.6s ease;
}

.lcl_loading_videojs #lcl_progressbar,
.lcl_loading_iframe #lcl_progressbar {
  opacity: 0 !important;
  transition-duration: 0s;
}

/* OVERLAY PATTERNS */
.lcl_pattern_oblique_dots {
  background-image: url(/assets/img/patterns/oblique_dots.html);
}

.lcl_pattern_1 {
  background-image: url(/assets/img/patterns/pattern-1.html);
}

.lcl_pattern_dot-1 {
  background-image: url(/assets/img/patterns/pattern-dot-1.html);
}

.lcl_pattern_dot-2 {
  background-image: url(/assets/img/patterns/pattern-dot-2.html);
}

.lcl_pattern_dot-b1 {
  background-image: url(/assets/img/patterns/pattern-dot-b1.html);
}

.lcl_pattern_dot-b2 {
  background-image: url(/assets/img/patterns/pattern-dot-b2.html);
}

.lcl_pattern_dot-b3 {
  background-image: url(/assets/img/patterns/pattern-dot-b3.html);
}

.lcl_pattern_dot-b4 {
  background-image: url(/assets/img/patterns/pattern-dot-b4.html);
}

.lcl_pattern_triangle-05 {
  background-image: url(/assets/img/patterns/pattern-triangle-05.html);
}

.lcl_pattern_triangle-10 {
  background-image: url(/assets/img/patterns/pattern-triangle-10.html);
}

.lcl_pattern_triangle-20 {
  background-image: url(/assets/img/patterns/pattern-triangle-20.html);
}

.lcl_pattern_triangle-30 {
  background-image: url(/assets/img/patterns/pattern-triangle-30.html);
}

.lcl_pattern_triangle-40 {
  background-image: url(/assets/img/patterns/pattern-triangle-40.html);
}

.lcl_pattern_ver-line-10 {
  background-image: url(/assets/img/patterns/pattern-ver-line-10.html);
}

.lcl_pattern_ver-line-20 {
  background-image: url(/assets/img/patterns/pattern-ver-line-20.html);
}

.lcl_pattern_ver-line-30 {
  background-image: url(/assets/img/patterns/pattern-ver-line-30.html);
}

.lcl_pattern_ver-line-40 {
  background-image: url(/assets/img/patterns/pattern-ver-line-40.html);
}

.lcl_pattern_ver-line-50 {
  background-image: url(/assets/img/patterns/pattern-ver-line-50.html);
}

/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow {
  left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#F9F9F9",GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#f5f5f5",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
}

.slider-track-low,
.slider-track-high {
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: linear-gradient(to bottom, #0480be, #036fa5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5",GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480be;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#F9F9F9",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
  opacity: 1;
}
.site-text-primary,
.wt-small-separator {
  color: #DAA520;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a:hover {
  background-color: #DAA520;
}

.header-style-2 .main-bar {
  /*--main-bar--*/
}

.header-style-2 .main-bar .container-block .navigation-bar,
.header-style-2 .main-bar .container-block-fluid .navigation-bar {
  background-color: #DAA520;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav .nav li.has-child.nav-active > a {
    color: #DAA520;
  }
}
.header-style-2 .header-nav .nav > li .sub-menu li:hover > a {
  color: #DAA520;
}

.wt-small-separator {
  border-left: 3px solid #DAA520;
}

.site-button {
  background-color: #DAA520;
}

.site-button:active,
.site-button:focus,
.site-button:visited {
  background-color: #DAA520;
}

.site-bg-primary {
  background-color: #DAA520;
}

#search .search-btn i {
  color: #DAA520;
}

#search .close {
  background-color: #DAA520;
}

/*Description list*/
.description-list li i {
  background-color: #DAA520;
}

.about-max-two .about-max-two-video {
  background-color: #DAA520;
}

.service-box-style2 .service-title-large2 a:after {
  background-color: #DAA520;
}

.box:hover {
  border: 1px solid #DAA520;
}

.team-effect-hvr1 .wt-title:hover {
  color: #DAA520;
}

.team-effect-hvr1 p.icon-links a {
  color: #DAA520;
}

.team-effect-hvr1 .wt-title-position {
  color: #DAA520;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #DAA520 !important;
}

.owl-carousel .owl-nav button.owl-prev:active {
  background-color: #DAA520 !important;
}

.owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #DAA520 !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #DAA520 !important;
}

.owl-carousel .owl-nav button.owl-next:active {
  background-color: #DAA520 !important;
}

.owl-carousel .owl-nav button.owl-next:focus {
  background-color: #DAA520 !important;
}

/*get-in-touch*/
.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic:before {
  border: 20px solid #DAA520;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:after {
  border-top: 3px solid #DAA520;
  border-left: 3px solid #DAA520;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:before {
  border-bottom: 3px solid #DAA520;
  border-right: 3px solid #DAA520;
}

/*---------------*/
/***** effect-hvr2 *****/
/*---------------*/
/* Common style */
.effect-hvr2 .effect-sarah .effect-hvr2-inner .project-new-category {
  background-color: #DAA520;
}

.effect-hvr2 .project-view-btn {
  color: #DAA520;
}

/*Help Block*/
.number-block-content:after,
.number-block-content:before {
  background-color: #DAA520;
}

.number-block-content .number-block-count span {
  color: #DAA520;
}

/*Counter Style One*/
.counter-outer-one .icon-content .counter {
  color: #DAA520;
}

/*Testimonial Style One*/
.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
  color: #DAA520;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
  color: #DAA520;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-position {
  color: #DAA520;
}

.testimonial-2-content .testimonial-2 .testimonial-text i {
  color: #DAA520;
}

.testimonial-3-content .testimonial-3 .testimonial-info {
  padding: 0px;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-position {
  color: #DAA520;
}

.testimonial-3-content .testimonial-3 .testimonial-text i {
  color: #DAA520;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
  color: #DAA520;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
  color: #DAA520;
}

.blog-post-4-outer.post-bg-dark .wt-post-info .post-title a:hover {
  color: #DAA520;
}

/*Widget Services*/
.widget_services ul li a:hover {
  color: #DAA520;
}

/*Footer dark version css*/
.footer-dark .call-us a {
  display: block;
  color: #DAA520;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.footer-dark .widget-title:before {
  background-color: #DAA520;
}

.footer-dark .social-icons li a:hover {
  background-color: #DAA520;
}

.footer-dark .copyrights-nav li a:hover {
  color: #DAA520;
}

.footer-dark .copyrights-nav li a:active {
  color: #DAA520;
}

.footer-dark .copyrights-nav li a:focus {
  color: #DAA520;
}

/*Widget Address*/
.widget_address li i {
  color: #DAA520;
}

.slider_title {
  border-color: #DAA520;
}

/*About Year*/
.about-year .about-year-info {
  border-right: 10px solid #DAA520;
}

.about-year .about-year-info span {
  color: #DAA520;
}

/*--------bounce-right-animation--------*/
.bounce-right-animation:before {
  background-color: #DAA520;
}

.section-title-banner .wt-title span {
  color: #DAA520;
}

/* filter buttons css */
.filter-wrap .masonry-filter li.active {
  background-color: #DAA520;
}

.filter-wrap .masonry-filter li:hover {
  background-color: #DAA520;
}

.project-new-2 .project-new-content span {
  background-color: #DAA520;
}

.project-new-2 .project-view .project-view-btn i {
  background-color: #DAA520;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date {
  border-bottom: 2px solid #DAA520;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date span {
  color: #DAA520;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-category {
  color: #DAA520;
}

.blog-post-5-outer.post-bg-dark .wt-post-info .post-title a:hover {
  color: #DAA520;
}

.slider-text-outline2 {
  color: #DAA520;
}

.header-style-3 .header-nav-request {
  color: #DAA520;
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > a {
  color: #DAA520;
}

/*---Owl slider button---*/
.owl-prev {
  background-color: #DAA520;
  border-color: #DAA520;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus {
  background-color: #DAA520;
  border-color: #DAA520;
}

.owl-next {
  background-color: #DAA520;
  border-color: #DAA520;
}

.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background-color: #DAA520;
  border-color: #DAA520;
}

/*======================================
STEP NUMBER
======================================*/
.step-blocks-dark {
  background-color: #DAA520;
}

.service-box-style1 .service-title-large a:hover {
  color: #DAA520;
}

/*project_slider_3*/
.project-slider-3-box .project-content .project-title span {
  background-color: #DAA520;
}

.get-in-touch3-info {
  background-color: #DAA520;
}

/*Team 2*/
.wt-team-2 .team-detail a:hover {
  color: #DAA520;
}

.wt-team-2 .team-detail p {
  color: #DAA520;
}

.wt-team-2 .team-social-icon li a {
  background-color: #DAA520;
}

/*Blog*/
.blog-post-style-1 .wt-post-info .wt-post-author .post-author-name {
  color: #DAA520;
}

.get-in-touch3-info {
  background-color: #DAA520;
}

/*Footer dark version css*/
.footer-light .call-us a {
  color: #DAA520;
}

.footer-light .social-icons li a:hover {
  background-color: #DAA520;
}

.footer-light .footer-bottom .footer-bottom-info .call-us {
  border-left: 4px solid #DAA520;
}

.footer-light .footer-bottom .footer-bottom-info .call-us a {
  color: #DAA520;
}

.footer-light .copyrights-nav li a:hover {
  color: #DAA520;
}

.footer-light .copyrights-nav li a:active {
  color: #DAA520;
}

.footer-light .copyrights-nav li a:focus {
  color: #DAA520;
}

.footer-light .widget_services ul li a:hover {
  color: #DAA520;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-header a:hover {
  color: #DAA520;
}

.counter-box:after {
  border-color: #DAA520;
}

.counter-box:before {
  border-color: #DAA520;
}

/*project btn filter */
.btn-filter-wrap li.btn-active {
  background-color: #DAA520;
}

/*Help Block*/
.number-block-content2 {
  border: 2px dashed #DAA520;
}

.number-block-content2 .number-block-count2 span {
  color: #DAA520;
}

.pricing-table-1 .pricing-table-content {
  border-top: 3px solid #DAA520;
}

.pricing-table-1 .p-table-list ul li i {
  background-color: #DAA520;
}

.pricing-table-1 .p-table-price span {
  color: #DAA520;
}

/*newsletter section*/
.nl-type .nl-form .s-btn {
  background-color: #DAA520;
}

.play-now-video .icon {
  color: #DAA520;
}

/*Revolution Slider Button*/
.rev-btn .site-button {
  background-color: #DAA520;
}

/*---Buttons--- */
.site-button-link {
  color: #DAA520;
}

.rev-play-now .icon {
  color: #DAA520;
}

.rev-play-now .ripple,
.rev-play-now .ripple:before,
.rev-play-now .ripple:after {
  box-shadow: 0 0 0 0 #DAA520;
}

/*--Breadcrumb --*/
.wt-breadcrumb li a:hover {
  color: #DAA520;
}

.wt-breadcrumb li:after {
  color: #DAA520;
}

.wt-breadcrumb li:last-child {
  color: #DAA520;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #DAA520;
}

blockquote .fa-quote-left {
  color: #DAA520;
}

/*Team-box-single*/
.team-detail-full .team-position {
  color: #DAA520;
}

.team-detail-full .team-detail-social ul li a:hover {
  background-color: #DAA520;
}

/*Accordians*/
.wt-accordion .acod-content:after {
  background-color: #DAA520;
}

.call-24 {
  background-color: #DAA520;
}

/*-----All Services------*/
.all_services ul li a:hover {
  color: #DAA520;
}

.all_services ul li a.active {
  background-color: #DAA520;
}

.service-provide .s-single-list .list-angle-right li:before {
  color: #DAA520;
}

/*Pagination Style*/
.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #DAA520;
}

/*Blog Side Bar*/
.side-bar .widget .widget-title:before {
  background-color: #DAA520;
}

.side-bar .search-bx .input-group-btn .btn {
  background-color: #DAA520;
}

.side-bar .widget_services ul li:after {
  color: #DAA520;
}

.side-bar .widget_services ul li a:hover {
  color: #DAA520;
}

.side-bar .widget_archives ul li:after {
  background-color: #DAA520;
}

.side-bar .widget_archives ul li a:hover {
  color: #DAA520;
}

.side-bar .widget_archives ul li .badge {
  color: #DAA520;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul:after {
  background-color: #DAA520;
}

.blog-post-single-outer .blog-post-single blockquote {
  border-left: 10px solid #DAA520;
}

.blog-post-single-outer .blog-post-single blockquote .fa-quote-left {
  color: #DAA520;
}

/*Single Post Navigation*/
.post-navigation .post-nav-links .post-nav-item .nav-post-meta label {
  color: #DAA520;
}

/*--Comment list--*/
ol.comment-list li.comment .comment-meta a {
  color: #DAA520;
}

ol.comment-list li.comment .reply .comment-reply-link {
  background-color: #DAA520;
}

/* Product Detail Page Slider */
.shop-item-price-slider .slider.slider-horizontal .slider-track {
  background-color: #DAA520;
}

.shop-item-price-slider .slider.slider-horizontal .slider-handle {
  background-color: #DAA520;
}

/* Product Box */
.wt-product-box .price ins {
  color: #DAA520;
}

.wt-product-box .item-cart-view .item-btn i {
  background-color: #DAA520;
}

/*Product Single*/
.p-single-new-price {
  color: #DAA520;
}

.product_meta a:hover {
  color: #DAA520;
}

#sync2 .item {
  border: 3px solid #DAA520;
}

/*touchspin input type number*/
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  border-color: #DAA520;
  background: #DAA520;
}

.contact-info-section .c-info-column .c-info-icon {
  color: #DAA520;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,
.debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
  vertical-align: top;
}

#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

.debugtimeline:hover {
  height: 15px;
}

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}

.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(/assets/fonts/revicons/revicons90c6.eot?5510888);
  src: url(/assets/fonts/revicons/revicons90c6.eot?5510888#iefix) format("embedded-opentype"), url(/assets/fonts/revicons/revicons90c6.woff?5510888) format("woff"), url(/assets/fonts/revicons/revicons90c6.ttf?5510888) format("truetype"), url(/assets/fonts/revicons/revicons90c6.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.revicon-search-1:before {
  content: "";
}

.revicon-pencil-1:before {
  content: "";
}

.revicon-picture-1:before {
  content: "";
}

.revicon-cancel:before {
  content: "";
}

.revicon-info-circled:before {
  content: "";
}

.revicon-trash:before {
  content: "";
}

.revicon-left-dir:before {
  content: "";
}

.revicon-right-dir:before {
  content: "";
}

.revicon-down-open:before {
  content: "";
}

.revicon-left-open:before {
  content: "";
}

.revicon-right-open:before {
  content: "";
}

.revicon-angle-left:before {
  content: "";
}

.revicon-angle-right:before {
  content: "";
}

.revicon-left-big:before {
  content: "";
}

.revicon-right-big:before {
  content: "";
}

.revicon-magic:before {
  content: "";
}

.revicon-picture:before {
  content: "";
}

.revicon-export:before {
  content: "";
}

.revicon-cog:before {
  content: "";
}

.revicon-login:before {
  content: "";
}

.revicon-logout:before {
  content: "";
}

.revicon-video:before {
  content: "";
}

.revicon-arrow-combo:before {
  content: "";
}

.revicon-left-open-1:before {
  content: "";
}

.revicon-right-open-1:before {
  content: "";
}

.revicon-left-open-mini:before {
  content: "";
}

.revicon-right-open-mini:before {
  content: "";
}

.revicon-left-open-big:before {
  content: "";
}

.revicon-right-open-big:before {
  content: "";
}

.revicon-left:before {
  content: "";
}

.revicon-right:before {
  content: "";
}

.revicon-ccw:before {
  content: "";
}

.revicon-arrows-ccw:before {
  content: "";
}

.revicon-palette:before {
  content: "";
}

.revicon-list-add:before {
  content: "";
}

.revicon-doc:before {
  content: "";
}

.revicon-left-open-outline:before {
  content: "";
}

.revicon-left-open-2:before {
  content: "";
}

.revicon-right-open-outline:before {
  content: "";
}

.revicon-right-open-2:before {
  content: "";
}

.revicon-equalizer:before {
  content: "";
}

.revicon-layers-alt:before {
  content: "";
}

.revicon-popup:before {
  content: "";
}

.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

.rev_slider {
  position: relative;
  overflow: visible;
}

.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}

.tp-overflow-hidden {
  overflow: hidden !important;
}

.group_ov_hidden {
  overflow: hidden;
}

.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.fullscreen-container,
.fullwidthbanner-container {
  padding: 0;
  position: relative;
}

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

.tp-caption .rs-untoggled-content {
  display: block;
}

.tp-caption .rs-toggled-content {
  display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

.tp-carousel-wrapper {
  cursor: url(/openhand.html), move;
}

.tp-carousel-wrapper.dragged {
  cursor: url(/closedhand.html), move;
}

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}

.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

.tp-parallax-wrap {
  transform-style: preserve-3d;
}

.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

.rev_column_inner,
.rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

.rev_row_zone_top {
  top: 0;
}

.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

.rev_row_zone_bottom {
  bottom: 0;
}

.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

.tp-video-play-button,
.tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

.rev_break_columns {
  display: block !important;
}

.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

.fullwidthbanner-container {
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  left: -40px;
}

.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  right: 0;
}

.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  left: -40px;
}

.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  right: 0;
}

.tp-layer-inner-rotation {
  position: relative !important;
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.noFilterClass {
  filter: none !important;
}

.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.videoisplaying .html5vid .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
  display: none !important;
}

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

.videoisplaying .revicon-right-dir {
  display: none;
}

.videoisplaying .tp-revstop {
  display: inline-block;
}

.videoisplaying .tp-video-play-button {
  display: none;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}

.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

.tp-video-button:hover {
  cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

.tp-video-seek-bar-wrap {
  width: 80%;
}

.tp-video-vol-bar-wrap {
  width: 20%;
}

.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  padding: 0;
}

.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
  background: url(/assets/images/revolution/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(/assets/images/revolution/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(/assets/images/revolution/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(/assets/images/revolution/gridtile_3x3_white.png);
}

.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}

.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

.rev-maxround {
  border-radius: 30px;
}

.rev-minround {
  border-radius: 3px;
}

.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}

.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
  background: #fff;
}

.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
  border: 0;
}

.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

.rev-burger.revb-whitefull span {
  background: #333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}

.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
  background: #fff;
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
          animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
  border-color: #333;
}

.rev-scroll-btn.revs-dark span {
  background: #333;
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
  border-radius: 3px;
}

.rev-cbutton-light,
.rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

.rev-sbutton-blue {
  background-color: #3b5998;
}

.rev-sbutton-lightblue {
  background-color: #00a0d1;
}

.rev-sbutton-red {
  background-color: #dd4b39;
}

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/assets/images/revolution/coloredbg.png);
}

.tp-caption.slidelink a span {
  background: url(/assets/images/revolution/coloredbg.png);
}

.tp-loader.spinner0,
.tp-loader.spinner5 {
  background-image: url(/assets/images/revolution/loader.gif);
  background-repeat: no-repeat;
}

.tp-shape {
  width: 100%;
  height: 100%;
}

.tp-caption .rs-starring {
  display: inline-block;
}

.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

.tp-loader.spinner0,
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
          animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "sssss";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  background-position: center center;
}

.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
          animation: tp-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
          animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
          animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
          animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #000;
}

.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hginfo,
.hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

.tparrows.tp-leftarrow:before {
  content: "";
}

.tparrows.tp-rightarrow:before {
  content: "";
}

body.rtl .tp-kbimg {
  left: 0 !important;
}

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

.helpgrid,
.hginfo {
  position: absolute;
}

.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

.reyes::after {
  background: #efcdad;
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.toaster {
  filter: contrast(1.5) brightness(0.9);
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.lofi {
  filter: saturate(1.1) contrast(1.5);
}

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

.xpro2 {
  filter: sepia(0.3);
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

.lark {
  filter: contrast(0.9);
}

.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}

.slumber {
  filter: saturate(0.66) brightness(1.05);
}

.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

.ares.tparrows.tp-leftarrow:before {
  content: "";
}

.ares.tparrows.tp-rightarrow:before {
  content: "";
}

.ares.tparrows:hover:before {
  color: #000;
}

.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

.ares .tp-arr-titleholder {
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

.custom.tparrows:hover {
  background: #000;
}

.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
  content: "";
}

.custom.tparrows.tp-rightarrow:before {
  content: "";
}

/* BULLETS */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
.erinyen .tp-thumb {
  opacity: 1;
}

.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.erinyen .tp-thumb-more:before {
  content: "";
}

.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e1e1e1",GradientType=0 );
  /* IE6-9 */
}

/* THUMBS */
.gyges .tp-thumb {
  opacity: 1;
}

.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.hades.tparrows.tp-leftarrow:before {
  content: "";
}

.hades.tparrows.tp-rightarrow:before {
  content: "";
}

.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: rotatey(-90deg);
  transform-origin: 0% 50%;
}

.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  transform-origin: 100% 50%;
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotatey(0deg);
}

.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  perspective: 400;
  transform: translatez(0.01px);
}

.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
.hades .tp-thumb {
  opacity: 1;
}

.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.hades .tp-tab {
  opacity: 1;
}

.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

.hebe.tparrows.tp-leftarrow:before {
  content: "";
}

.hebe.tparrows.tp-rightarrow:before {
  content: "";
}

.hebe.tparrows:hover:before {
  color: #000;
}

.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  perspective: 400;
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.hephaistos.tparrows:hover {
  background: #000;
}

.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hephaistos.tparrows.tp-leftarrow:before {
  content: "";
  margin-left: -2px;
}

.hephaistos.tparrows.tp-rightarrow:before {
  content: "";
  margin-right: -2px;
}

/* BULLETS */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  transition: transform 0.3s 0.3s;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  transition-delay: 0.6s;
  transform: rotateX(0deg);
}

/* BULLETS */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  transition: background 0.3s ease;
  position: absolute;
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hermes .tp-bullet:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }

  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }

  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.hesperiden.tparrows:hover {
  background: #000;
}

.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "";
  margin-left: -3px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "";
  margin-right: -3px;
}

/* BULLETS */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  /* ff3.6+ */
  /* chrome,safari4+ */
  /* chrome10+,safari5.1+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
.hesperiden .tp-thumb {
  opacity: 1;
  perspective: 600px;
}

.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

.metis:hover .tp-tab-title {
  transform: translateX(0);
}

.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

.persephone.tparrows:hover {
  background: #333;
}

.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.persephone.tparrows.tp-leftarrow:before {
  content: "";
}

.persephone.tparrows.tp-rightarrow:before {
  content: "";
}

/* BULLETS */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  background: transparent;
}

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.zeus.tparrows.tp-leftarrow:before {
  content: "";
}

.zeus.tparrows.tp-rightarrow:before {
  content: "";
}

.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  transform: scale(1.2);
}

.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
}

.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* THUMBS */
.zeus .tp-thumb {
  opacity: 1;
}

.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.zeus .tp-thumb-more:before {
  content: "";
}

.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.post-tabs .tp-thumb {
  opacity: 1;
}

.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.post-tabs .tp-thumb-more:before {
  content: "";
}

.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}
