@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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: #dc3545;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-fluid, .site-header .site-title .logo {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #efa2a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn, .pagination .page-link, .btn-offcanvas, .lang-switcher-btn, .anchor-top, .document-list-item-link {
  display: inline-block;
  font-weight: 400;
  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, .pagination .page-link, .btn-offcanvas, .lang-switcher-btn, .anchor-top, .document-list-item-link {
    transition: none;
  }
}

.btn:hover, .pagination .page-link:hover, .btn-offcanvas:hover, .lang-switcher-btn:hover, .anchor-top:hover, .document-list-item-link:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .pagination .page-link:focus, .btn-offcanvas:focus, .lang-switcher-btn:focus, .anchor-top:focus, .document-list-item-link:focus, .btn.focus, .pagination .focus.page-link, .focus.btn-offcanvas, .focus.lang-switcher-btn, .focus.anchor-top, .focus.document-list-item-link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn.disabled, .pagination .disabled.page-link, .disabled.btn-offcanvas, .disabled.lang-switcher-btn, .disabled.anchor-top, .disabled.document-list-item-link, .btn:disabled, .pagination .page-link:disabled, .btn-offcanvas:disabled, .lang-switcher-btn:disabled, .anchor-top:disabled, .document-list-item-link:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .pagination .page-link:not(:disabled):not(.disabled), .btn-offcanvas:not(:disabled):not(.disabled), .lang-switcher-btn:not(:disabled):not(.disabled), .anchor-top:not(:disabled):not(.disabled), .document-list-item-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, .pagination a.disabled.page-link, a.disabled.btn-offcanvas, a.disabled.lang-switcher-btn, a.disabled.anchor-top, a.disabled.document-list-item-link,
fieldset:disabled a.btn,
fieldset:disabled .pagination a.page-link,
.pagination fieldset:disabled a.page-link,
fieldset:disabled a.btn-offcanvas,
fieldset:disabled a.lang-switcher-btn,
fieldset:disabled a.anchor-top,
fieldset:disabled a.document-list-item-link {
  pointer-events: none;
}

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

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

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-primary.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-primary.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-primary.menu-legal-link:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .menu-main-item.active > .btn-primary.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-primary.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-primary.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-secondary, .pagination .page-item.active .page-link, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover, .pagination .page-item.active .page-link:hover, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:hover, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:hover, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:hover, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:hover, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .pagination .page-item.active .page-link:focus, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:focus, .btn-secondary.focus, .pagination .page-item.active .focus.page-link, .pagination .menu-main-item.active > .page-item.menu-main-link .focus.page-link, .pagination .menu-footer-item.active .page-item.menu-footer-link .focus.page-link, .menu-footer-item.active .pagination .page-item.menu-footer-link .focus.page-link, .pagination .menu-legal-item.active .page-item.menu-legal-link .focus.page-link, .menu-legal-item.active .pagination .page-item.menu-legal-link .focus.page-link {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .pagination .page-item.active .disabled.page-link, .pagination .menu-main-item.active > .page-item.menu-main-link .disabled.page-link, .pagination .menu-footer-item.active .page-item.menu-footer-link .disabled.page-link, .menu-footer-item.active .pagination .page-item.menu-footer-link .disabled.page-link, .pagination .menu-legal-item.active .page-item.menu-legal-link .disabled.page-link, .menu-legal-item.active .pagination .page-item.menu-legal-link .disabled.page-link, .btn-secondary:disabled, .pagination .page-item.active .page-link:disabled, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:disabled, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:disabled, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:disabled, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:disabled, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link:not(:disabled):not(.disabled):active, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:not(:disabled):not(.disabled):active, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled):active, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled):active, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled):active, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .pagination .page-item.active .page-link:not(:disabled):not(.disabled).active, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:not(:disabled):not(.disabled).active, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled).active, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled).active, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled).active, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled).active, .pagination .page-item.active .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .pagination .menu-main-item.active > .page-item.menu-main-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .pagination .menu-footer-item.active .page-item.menu-footer-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .page-item.menu-footer-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .pagination .menu-legal-item.active .page-item.menu-legal-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .page-item.menu-legal-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled), .pagination .page-item.active .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .page-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled), .pagination .menu-main-item.active > .page-item.menu-main-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .menu-main-item.active > .page-item.menu-main-link .page-link.menu-footer-link:not(:disabled):not(.disabled), .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link.menu-footer-link:not(:disabled):not(.disabled), .pagination .menu-legal-item.active .page-item.menu-legal-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .page-item.menu-legal-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link.menu-footer-link:not(:disabled):not(.disabled), .pagination .page-item.active .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .page-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled), .pagination .menu-main-item.active > .page-item.menu-main-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .menu-main-item.active > .page-item.menu-main-link .page-link.menu-legal-link:not(:disabled):not(.disabled), .pagination .menu-footer-item.active .page-item.menu-footer-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-footer-item.active .pagination .page-item.menu-footer-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link.menu-legal-link:not(:disabled):not(.disabled), .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link.menu-legal-link:not(:disabled):not(.disabled), .menu-main-item.active > .btn-secondary.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-secondary.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-secondary.menu-legal-link:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle,
.pagination .page-item.active .show > .dropdown-toggle.page-link,
.pagination .menu-main-item.active > .page-item.menu-main-link .show > .dropdown-toggle.page-link,
.pagination .menu-footer-item.active .page-item.menu-footer-link .show > .dropdown-toggle.page-link,
.menu-footer-item.active .pagination .page-item.menu-footer-link .show > .dropdown-toggle.page-link,
.pagination .menu-legal-item.active .page-item.menu-legal-link .show > .dropdown-toggle.page-link,
.menu-legal-item.active .pagination .page-item.menu-legal-link .show > .dropdown-toggle.page-link {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .pagination .page-item.active .page-link:not(:disabled):not(.disabled):active:focus, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:not(:disabled):not(.disabled):active:focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled):active:focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled):active:focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled):active:focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .pagination .page-item.active .page-link:not(:disabled):not(.disabled).active:focus, .pagination .menu-main-item.active > .page-item.menu-main-link .page-link:not(:disabled):not(.disabled).active:focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled).active:focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link:not(:disabled):not(.disabled).active:focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled).active:focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link:not(:disabled):not(.disabled).active:focus, .pagination .page-item.active .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .pagination .menu-main-item.active > .page-item.menu-main-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .menu-main-item.active > .page-link.menu-main-link:not(:disabled):not(.disabled):focus, .pagination .page-item.active .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .page-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .pagination .menu-main-item.active > .page-item.menu-main-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .menu-main-item.active > .page-item.menu-main-link .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .menu-footer-item.active .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link.menu-footer-link:not(:disabled):not(.disabled):focus, .pagination .page-item.active .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .page-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .pagination .menu-main-item.active > .page-item.menu-main-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .menu-main-item.active > .page-item.menu-main-link .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .pagination .menu-footer-item.active .page-item.menu-footer-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .menu-footer-item.active .page-item.menu-footer-link .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .pagination .page-item.menu-footer-link .menu-legal-item.active .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .menu-footer-item.active .pagination .page-item.menu-footer-link .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .pagination .menu-legal-item.active .page-item.menu-legal-link .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .pagination .page-item.menu-legal-link .page-link.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-main-item.active > .btn-secondary.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-secondary.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-secondary.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus,
.pagination .page-item.active .show > .dropdown-toggle.page-link:focus,
.pagination .menu-main-item.active > .page-item.menu-main-link .show > .dropdown-toggle.page-link:focus,
.pagination .menu-footer-item.active .page-item.menu-footer-link .show > .dropdown-toggle.page-link:focus,
.menu-footer-item.active .pagination .page-item.menu-footer-link .show > .dropdown-toggle.page-link:focus,
.pagination .menu-legal-item.active .page-item.menu-legal-link .show > .dropdown-toggle.page-link:focus,
.menu-legal-item.active .pagination .page-item.menu-legal-link .show > .dropdown-toggle.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-success.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-success.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-success.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-success.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-success.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-success.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-info.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-info.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-info.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-info.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-info.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-info.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-warning.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-warning.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-warning.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-warning.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-warning.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-warning.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-danger.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-danger.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-danger.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-danger.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-danger.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-danger.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light, .document-list-item-link {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover, .document-list-item-link:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

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

.btn-light:not(:disabled):not(.disabled):active, .document-list-item-link:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-light.menu-main-link:not(:disabled):not(.disabled), .menu-main-item.active > .menu-main-link.document-list-item-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-light.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .menu-footer-link.document-list-item-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-light.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .menu-legal-link.document-list-item-link:not(:disabled):not(.disabled), .document-list-item-link:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.show > .dropdown-toggle.document-list-item-link {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .document-list-item-link:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .menu-main-item.active > .btn-light.menu-main-link:not(:disabled):not(.disabled):focus, .menu-main-item.active > .menu-main-link.document-list-item-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-light.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .menu-footer-link.document-list-item-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-light.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .menu-legal-link.document-list-item-link:not(:disabled):not(.disabled):focus, .document-list-item-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .dropdown-toggle.document-list-item-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

.btn-dark:not(:disabled):not(.disabled):active, .anchor-top:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-dark.menu-main-link:not(:disabled):not(.disabled), .menu-main-item.active > .menu-main-link.anchor-top:not(:disabled):not(.disabled), .menu-footer-item.active .btn-dark.menu-footer-link:not(:disabled):not(.disabled), .menu-footer-item.active .menu-footer-link.anchor-top:not(:disabled):not(.disabled), .menu-legal-item.active .btn-dark.menu-legal-link:not(:disabled):not(.disabled), .menu-legal-item.active .menu-legal-link.anchor-top:not(:disabled):not(.disabled), .anchor-top:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle,
.show > .dropdown-toggle.anchor-top {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .anchor-top:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .menu-main-item.active > .btn-dark.menu-main-link:not(:disabled):not(.disabled):focus, .menu-main-item.active > .menu-main-link.anchor-top:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-dark.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .menu-footer-link.anchor-top:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-dark.menu-legal-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .menu-legal-link.anchor-top:not(:disabled):not(.disabled):focus, .anchor-top:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus,
.show > .dropdown-toggle.anchor-top:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .menu-main-item.active > .btn-outline-primary.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-primary.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-primary.menu-legal-link:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .menu-main-item.active > .btn-outline-primary.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-primary.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-primary.menu-legal-link:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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, .menu-main-item.active > .btn-outline-secondary.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-secondary.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-secondary.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-secondary.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-secondary.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-secondary.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-success.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-success.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-success.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-success.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-success.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-success.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-info.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-info.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-info.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-info.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-info.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-info.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-warning.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-warning.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-warning.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-warning.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-warning.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-warning.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-danger.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-danger.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-danger.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-danger.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-danger.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-danger.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-light.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-light.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-light.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-light.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-light.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-light.menu-legal-link:not(:disabled):not(.disabled):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, .menu-main-item.active > .btn-outline-dark.menu-main-link:not(:disabled):not(.disabled), .menu-footer-item.active .btn-outline-dark.menu-footer-link:not(:disabled):not(.disabled), .menu-legal-item.active .btn-outline-dark.menu-legal-link:not(:disabled):not(.disabled),
.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, .menu-main-item.active > .btn-outline-dark.menu-main-link:not(:disabled):not(.disabled):focus, .menu-footer-item.active .btn-outline-dark.menu-footer-link:not(:disabled):not(.disabled):focus, .menu-legal-item.active .btn-outline-dark.menu-legal-link:not(:disabled):not(.disabled):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: #dc3545;
  text-decoration: none;
}

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

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

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

.btn-lg, .btn-group-lg > .btn, .pagination .btn-group-lg > .page-link, .btn-group-lg > .btn-offcanvas, .btn-group-lg > .lang-switcher-btn, .btn-group-lg > .anchor-top, .btn-group-lg > .document-list-item-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-offcanvas, .btn-group-sm > .lang-switcher-btn, .btn-group-sm > .anchor-top, .btn-group-sm > .document-list-item-link, .pagination .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block, .document-list-item-link {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, .document-list-item-link + .btn-block, .btn-block + .document-list-item-link, .document-list-item-link + .document-list-item-link {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active, .menu-main-item.active > .dropdown-item.menu-main-link, .menu-footer-item.active .dropdown-item.menu-footer-link, .menu-legal-item.active .dropdown-item.menu-legal-link, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dc3545;
}

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

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

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

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

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

.btn-group > .btn, .pagination .btn-group > .page-link, .btn-group > .btn-offcanvas, .btn-group > .lang-switcher-btn, .btn-group > .anchor-top, .btn-group > .document-list-item-link,
.btn-group-vertical > .btn,
.pagination .btn-group-vertical > .page-link,
.btn-group-vertical > .btn-offcanvas,
.btn-group-vertical > .lang-switcher-btn,
.btn-group-vertical > .anchor-top,
.btn-group-vertical > .document-list-item-link {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .pagination .btn-group > .page-link:hover, .btn-group > .btn-offcanvas:hover, .btn-group > .lang-switcher-btn:hover, .btn-group > .anchor-top:hover, .btn-group > .document-list-item-link:hover,
.btn-group-vertical > .btn:hover,
.pagination .btn-group-vertical > .page-link:hover,
.btn-group-vertical > .btn-offcanvas:hover,
.btn-group-vertical > .lang-switcher-btn:hover,
.btn-group-vertical > .anchor-top:hover,
.btn-group-vertical > .document-list-item-link:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .pagination .btn-group > .page-link:focus, .btn-group > .btn-offcanvas:focus, .btn-group > .lang-switcher-btn:focus, .btn-group > .anchor-top:focus, .btn-group > .document-list-item-link:focus, .btn-group > .btn:active, .pagination .btn-group > .page-link:active, .btn-group > .btn-offcanvas:active, .btn-group > .lang-switcher-btn:active, .btn-group > .anchor-top:active, .btn-group > .document-list-item-link:active, .btn-group > .btn.active, .pagination .btn-group > .active.page-link, .pagination .menu-main-item.active.btn-group > .page-link.menu-main-link, .pagination .menu-footer-item.active .btn-group > .page-link.menu-footer-link, .menu-footer-item.active .pagination .btn-group > .page-link.menu-footer-link, .pagination .menu-legal-item.active .btn-group > .page-link.menu-legal-link, .menu-legal-item.active .pagination .btn-group > .page-link.menu-legal-link, .btn-group > .active.btn-offcanvas, .menu-main-item.active.btn-group > .btn-offcanvas.menu-main-link, .menu-footer-item.active .btn-group > .btn-offcanvas.menu-footer-link, .menu-legal-item.active .btn-group > .btn-offcanvas.menu-legal-link, .btn-group > .active.lang-switcher-btn, .menu-main-item.active.btn-group > .lang-switcher-btn.menu-main-link, .menu-footer-item.active .btn-group > .lang-switcher-btn.menu-footer-link, .menu-legal-item.active .btn-group > .lang-switcher-btn.menu-legal-link, .menu-main-item.active.btn-group > .btn.menu-main-link, .menu-main-item.active.btn-group > .menu-main-link.anchor-top, .menu-main-item.active.btn-group > .menu-main-link.document-list-item-link, .menu-footer-item.active .btn-group > .btn.menu-footer-link, .menu-footer-item.active .btn-group > .menu-footer-link.anchor-top, .menu-footer-item.active .btn-group > .menu-footer-link.document-list-item-link, .menu-legal-item.active .btn-group > .btn.menu-legal-link, .menu-legal-item.active .btn-group > .menu-legal-link.anchor-top, .menu-legal-item.active .btn-group > .menu-legal-link.document-list-item-link, .btn-group > .active.anchor-top, .btn-group > .active.document-list-item-link,
.btn-group-vertical > .btn:focus,
.pagination .btn-group-vertical > .page-link:focus,
.btn-group-vertical > .btn-offcanvas:focus,
.btn-group-vertical > .lang-switcher-btn:focus,
.btn-group-vertical > .anchor-top:focus,
.btn-group-vertical > .document-list-item-link:focus,
.btn-group-vertical > .btn:active,
.pagination .btn-group-vertical > .page-link:active,
.btn-group-vertical > .btn-offcanvas:active,
.btn-group-vertical > .lang-switcher-btn:active,
.btn-group-vertical > .anchor-top:active,
.btn-group-vertical > .document-list-item-link:active,
.btn-group-vertical > .btn.active,
.pagination .btn-group-vertical > .active.page-link,
.pagination .menu-main-item.active.btn-group-vertical > .page-link.menu-main-link,
.pagination .menu-footer-item.active .btn-group-vertical > .page-link.menu-footer-link,
.menu-footer-item.active .pagination .btn-group-vertical > .page-link.menu-footer-link,
.pagination .menu-legal-item.active .btn-group-vertical > .page-link.menu-legal-link,
.menu-legal-item.active .pagination .btn-group-vertical > .page-link.menu-legal-link,
.btn-group-vertical > .active.btn-offcanvas,
.menu-main-item.active.btn-group-vertical > .btn-offcanvas.menu-main-link,
.menu-footer-item.active .btn-group-vertical > .btn-offcanvas.menu-footer-link,
.menu-legal-item.active .btn-group-vertical > .btn-offcanvas.menu-legal-link,
.btn-group-vertical > .active.lang-switcher-btn,
.menu-main-item.active.btn-group-vertical > .lang-switcher-btn.menu-main-link,
.menu-footer-item.active .btn-group-vertical > .lang-switcher-btn.menu-footer-link,
.menu-legal-item.active .btn-group-vertical > .lang-switcher-btn.menu-legal-link,
.menu-main-item.active.btn-group-vertical > .btn.menu-main-link,
.menu-main-item.active.btn-group-vertical > .menu-main-link.anchor-top,
.menu-main-item.active.btn-group-vertical > .menu-main-link.document-list-item-link,
.menu-footer-item.active .btn-group-vertical > .btn.menu-footer-link,
.menu-footer-item.active .btn-group-vertical > .menu-footer-link.anchor-top,
.menu-footer-item.active .btn-group-vertical > .menu-footer-link.document-list-item-link,
.menu-legal-item.active .btn-group-vertical > .btn.menu-legal-link,
.menu-legal-item.active .btn-group-vertical > .menu-legal-link.anchor-top,
.menu-legal-item.active .btn-group-vertical > .menu-legal-link.document-list-item-link,
.btn-group-vertical > .active.anchor-top,
.btn-group-vertical > .active.document-list-item-link {
  z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child), .pagination .btn-group > .page-link:not(:first-child), .btn-group > .btn-offcanvas:not(:first-child), .btn-group > .lang-switcher-btn:not(:first-child), .btn-group > .anchor-top:not(:first-child), .btn-group > .document-list-item-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-offcanvas:not(:last-child):not(.dropdown-toggle), .btn-group > .lang-switcher-btn:not(:last-child):not(.dropdown-toggle), .btn-group > .anchor-top:not(:last-child):not(.dropdown-toggle), .btn-group > .document-list-item-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.pagination .btn-group > .btn-group:not(:last-child) > .page-link,
.btn-group > .btn-group:not(:last-child) > .btn-offcanvas,
.btn-group > .btn-group:not(:last-child) > .lang-switcher-btn,
.btn-group > .btn-group:not(:last-child) > .anchor-top,
.btn-group > .btn-group:not(:last-child) > .document-list-item-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .pagination .btn-group > .page-link:not(:first-child), .btn-group > .btn-offcanvas:not(:first-child), .btn-group > .lang-switcher-btn:not(:first-child), .btn-group > .anchor-top:not(:first-child), .btn-group > .document-list-item-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.pagination .btn-group > .btn-group:not(:first-child) > .page-link,
.btn-group > .btn-group:not(:first-child) > .btn-offcanvas,
.btn-group > .btn-group:not(:first-child) > .lang-switcher-btn,
.btn-group > .btn-group:not(:first-child) > .anchor-top,
.btn-group > .btn-group:not(:first-child) > .document-list-item-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .pagination .btn-group-sm > .page-link + .dropdown-toggle-split, .btn-group-sm > .btn-offcanvas + .dropdown-toggle-split, .btn-group-sm > .lang-switcher-btn + .dropdown-toggle-split, .btn-group-sm > .anchor-top + .dropdown-toggle-split, .btn-group-sm > .document-list-item-link + .dropdown-toggle-split, .pagination .page-link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .pagination .btn-group-lg > .page-link + .dropdown-toggle-split, .btn-group-lg > .btn-offcanvas + .dropdown-toggle-split, .btn-group-lg > .lang-switcher-btn + .dropdown-toggle-split, .btn-group-lg > .anchor-top + .dropdown-toggle-split, .btn-group-lg > .document-list-item-link + .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,
.pagination .btn-group-vertical > .page-link,
.btn-group-vertical > .btn-offcanvas,
.btn-group-vertical > .lang-switcher-btn,
.btn-group-vertical > .anchor-top,
.btn-group-vertical > .document-list-item-link,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .pagination .btn-group-vertical > .page-link:not(:first-child), .btn-group-vertical > .btn-offcanvas:not(:first-child), .btn-group-vertical > .lang-switcher-btn:not(:first-child), .btn-group-vertical > .anchor-top:not(:first-child), .btn-group-vertical > .document-list-item-link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-offcanvas:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .lang-switcher-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .anchor-top:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .document-list-item-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-link,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-offcanvas,
.btn-group-vertical > .btn-group:not(:last-child) > .lang-switcher-btn,
.btn-group-vertical > .btn-group:not(:last-child) > .anchor-top,
.btn-group-vertical > .btn-group:not(:last-child) > .document-list-item-link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .pagination .btn-group-vertical > .page-link:not(:first-child), .btn-group-vertical > .btn-offcanvas:not(:first-child), .btn-group-vertical > .lang-switcher-btn:not(:first-child), .btn-group-vertical > .anchor-top:not(:first-child), .btn-group-vertical > .document-list-item-link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-link,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-offcanvas,
.btn-group-vertical > .btn-group:not(:first-child) > .lang-switcher-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .anchor-top,
.btn-group-vertical > .btn-group:not(:first-child) > .document-list-item-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .pagination .btn-group-toggle > .page-link, .btn-group-toggle > .btn-offcanvas, .btn-group-toggle > .lang-switcher-btn, .btn-group-toggle > .anchor-top, .btn-group-toggle > .document-list-item-link,
.btn-group-toggle > .btn-group > .btn,
.pagination .btn-group-toggle > .btn-group > .page-link,
.btn-group-toggle > .btn-group > .btn-offcanvas,
.btn-group-toggle > .btn-group > .lang-switcher-btn,
.btn-group-toggle > .btn-group > .anchor-top,
.btn-group-toggle > .btn-group > .document-list-item-link {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .pagination .btn-group-toggle > .page-link input[type="radio"], .btn-group-toggle > .btn-offcanvas input[type="radio"], .btn-group-toggle > .lang-switcher-btn input[type="radio"], .btn-group-toggle > .anchor-top input[type="radio"], .btn-group-toggle > .document-list-item-link input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.pagination .btn-group-toggle > .page-link input[type="checkbox"],
.btn-group-toggle > .btn-offcanvas input[type="checkbox"],
.btn-group-toggle > .lang-switcher-btn input[type="checkbox"],
.btn-group-toggle > .anchor-top input[type="checkbox"],
.btn-group-toggle > .document-list-item-link input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.pagination .btn-group-toggle > .btn-group > .page-link input[type="radio"],
.btn-group-toggle > .btn-group > .btn-offcanvas input[type="radio"],
.btn-group-toggle > .btn-group > .lang-switcher-btn input[type="radio"],
.btn-group-toggle > .btn-group > .anchor-top input[type="radio"],
.btn-group-toggle > .btn-group > .document-list-item-link input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.pagination .btn-group-toggle > .btn-group > .page-link input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn-offcanvas input[type="checkbox"],
.btn-group-toggle > .btn-group > .lang-switcher-btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .anchor-top input[type="checkbox"],
.btn-group-toggle > .btn-group > .document-list-item-link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-prepend .btn, .input-group-prepend .pagination .page-link, .pagination .input-group-prepend .page-link, .input-group-prepend .btn-offcanvas, .input-group-prepend .lang-switcher-btn, .input-group-prepend .anchor-top, .input-group-prepend .document-list-item-link,
.input-group-append .btn,
.input-group-append .pagination .page-link,
.pagination .input-group-append .page-link,
.input-group-append .btn-offcanvas,
.input-group-append .lang-switcher-btn,
.input-group-append .anchor-top,
.input-group-append .document-list-item-link {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .pagination .page-link:focus, .pagination .input-group-prepend .page-link:focus, .input-group-prepend .btn-offcanvas:focus, .input-group-prepend .lang-switcher-btn:focus, .input-group-prepend .anchor-top:focus, .input-group-prepend .document-list-item-link:focus,
.input-group-append .btn:focus,
.input-group-append .pagination .page-link:focus,
.pagination .input-group-append .page-link:focus,
.input-group-append .btn-offcanvas:focus,
.input-group-append .lang-switcher-btn:focus,
.input-group-append .anchor-top:focus,
.input-group-append .document-list-item-link:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .pagination .page-link + .btn, .pagination .input-group-prepend .page-link + .btn, .input-group-prepend .btn-offcanvas + .btn, .input-group-prepend .lang-switcher-btn + .btn, .input-group-prepend .anchor-top + .btn, .input-group-prepend .document-list-item-link + .btn, .input-group-prepend .pagination .btn + .page-link, .pagination .input-group-prepend .btn + .page-link, .input-group-prepend .pagination .page-link + .page-link, .pagination .input-group-prepend .page-link + .page-link, .input-group-prepend .pagination .btn-offcanvas + .page-link, .pagination .input-group-prepend .btn-offcanvas + .page-link, .input-group-prepend .pagination .lang-switcher-btn + .page-link, .pagination .input-group-prepend .lang-switcher-btn + .page-link, .input-group-prepend .pagination .anchor-top + .page-link, .pagination .input-group-prepend .anchor-top + .page-link, .input-group-prepend .pagination .document-list-item-link + .page-link, .pagination .input-group-prepend .document-list-item-link + .page-link, .input-group-prepend .btn + .btn-offcanvas, .input-group-prepend .pagination .page-link + .btn-offcanvas, .pagination .input-group-prepend .page-link + .btn-offcanvas, .input-group-prepend .btn-offcanvas + .btn-offcanvas, .input-group-prepend .lang-switcher-btn + .btn-offcanvas, .input-group-prepend .anchor-top + .btn-offcanvas, .input-group-prepend .document-list-item-link + .btn-offcanvas, .input-group-prepend .btn + .lang-switcher-btn, .input-group-prepend .pagination .page-link + .lang-switcher-btn, .pagination .input-group-prepend .page-link + .lang-switcher-btn, .input-group-prepend .btn-offcanvas + .lang-switcher-btn, .input-group-prepend .lang-switcher-btn + .lang-switcher-btn, .input-group-prepend .anchor-top + .lang-switcher-btn, .input-group-prepend .document-list-item-link + .lang-switcher-btn, .input-group-prepend .btn + .anchor-top, .input-group-prepend .pagination .page-link + .anchor-top, .pagination .input-group-prepend .page-link + .anchor-top, .input-group-prepend .btn-offcanvas + .anchor-top, .input-group-prepend .lang-switcher-btn + .anchor-top, .input-group-prepend .anchor-top + .anchor-top, .input-group-prepend .document-list-item-link + .anchor-top, .input-group-prepend .btn + .document-list-item-link, .input-group-prepend .pagination .page-link + .document-list-item-link, .pagination .input-group-prepend .page-link + .document-list-item-link, .input-group-prepend .btn-offcanvas + .document-list-item-link, .input-group-prepend .lang-switcher-btn + .document-list-item-link, .input-group-prepend .anchor-top + .document-list-item-link, .input-group-prepend .document-list-item-link + .document-list-item-link,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .pagination .page-link + .input-group-text,
.pagination .input-group-prepend .page-link + .input-group-text,
.input-group-prepend .btn-offcanvas + .input-group-text,
.input-group-prepend .lang-switcher-btn + .input-group-text,
.input-group-prepend .anchor-top + .input-group-text,
.input-group-prepend .document-list-item-link + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .pagination .input-group-text + .page-link,
.pagination .input-group-prepend .input-group-text + .page-link,
.input-group-prepend .input-group-text + .btn-offcanvas,
.input-group-prepend .input-group-text + .lang-switcher-btn,
.input-group-prepend .input-group-text + .anchor-top,
.input-group-prepend .input-group-text + .document-list-item-link,
.input-group-append .btn + .btn,
.input-group-append .pagination .page-link + .btn,
.pagination .input-group-append .page-link + .btn,
.input-group-append .btn-offcanvas + .btn,
.input-group-append .lang-switcher-btn + .btn,
.input-group-append .anchor-top + .btn,
.input-group-append .document-list-item-link + .btn,
.input-group-append .pagination .btn + .page-link,
.pagination .input-group-append .btn + .page-link,
.input-group-append .pagination .page-link + .page-link,
.pagination .input-group-append .page-link + .page-link,
.input-group-append .pagination .btn-offcanvas + .page-link,
.pagination .input-group-append .btn-offcanvas + .page-link,
.input-group-append .pagination .lang-switcher-btn + .page-link,
.pagination .input-group-append .lang-switcher-btn + .page-link,
.input-group-append .pagination .anchor-top + .page-link,
.pagination .input-group-append .anchor-top + .page-link,
.input-group-append .pagination .document-list-item-link + .page-link,
.pagination .input-group-append .document-list-item-link + .page-link,
.input-group-append .btn + .btn-offcanvas,
.input-group-append .pagination .page-link + .btn-offcanvas,
.pagination .input-group-append .page-link + .btn-offcanvas,
.input-group-append .btn-offcanvas + .btn-offcanvas,
.input-group-append .lang-switcher-btn + .btn-offcanvas,
.input-group-append .anchor-top + .btn-offcanvas,
.input-group-append .document-list-item-link + .btn-offcanvas,
.input-group-append .btn + .lang-switcher-btn,
.input-group-append .pagination .page-link + .lang-switcher-btn,
.pagination .input-group-append .page-link + .lang-switcher-btn,
.input-group-append .btn-offcanvas + .lang-switcher-btn,
.input-group-append .lang-switcher-btn + .lang-switcher-btn,
.input-group-append .anchor-top + .lang-switcher-btn,
.input-group-append .document-list-item-link + .lang-switcher-btn,
.input-group-append .btn + .anchor-top,
.input-group-append .pagination .page-link + .anchor-top,
.pagination .input-group-append .page-link + .anchor-top,
.input-group-append .btn-offcanvas + .anchor-top,
.input-group-append .lang-switcher-btn + .anchor-top,
.input-group-append .anchor-top + .anchor-top,
.input-group-append .document-list-item-link + .anchor-top,
.input-group-append .btn + .document-list-item-link,
.input-group-append .pagination .page-link + .document-list-item-link,
.pagination .input-group-append .page-link + .document-list-item-link,
.input-group-append .btn-offcanvas + .document-list-item-link,
.input-group-append .lang-switcher-btn + .document-list-item-link,
.input-group-append .anchor-top + .document-list-item-link,
.input-group-append .document-list-item-link + .document-list-item-link,
.input-group-append .btn + .input-group-text,
.input-group-append .pagination .page-link + .input-group-text,
.pagination .input-group-append .page-link + .input-group-text,
.input-group-append .btn-offcanvas + .input-group-text,
.input-group-append .lang-switcher-btn + .input-group-text,
.input-group-append .anchor-top + .input-group-text,
.input-group-append .document-list-item-link + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .pagination .input-group-text + .page-link,
.pagination .input-group-append .input-group-text + .page-link,
.input-group-append .input-group-text + .btn-offcanvas,
.input-group-append .input-group-text + .lang-switcher-btn,
.input-group-append .input-group-text + .anchor-top,
.input-group-append .input-group-text + .document-list-item-link {
  margin-left: -1px;
}

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.pagination .input-group-lg > .input-group-prepend > .page-link,
.input-group-lg > .input-group-prepend > .btn-offcanvas,
.input-group-lg > .input-group-prepend > .lang-switcher-btn,
.input-group-lg > .input-group-prepend > .anchor-top,
.input-group-lg > .input-group-prepend > .document-list-item-link,
.input-group-lg > .input-group-append > .btn,
.pagination .input-group-lg > .input-group-append > .page-link,
.input-group-lg > .input-group-append > .btn-offcanvas,
.input-group-lg > .input-group-append > .lang-switcher-btn,
.input-group-lg > .input-group-append > .anchor-top,
.input-group-lg > .input-group-append > .document-list-item-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.pagination .input-group-sm > .input-group-prepend > .page-link,
.input-group-sm > .input-group-prepend > .btn-offcanvas,
.input-group-sm > .input-group-prepend > .lang-switcher-btn,
.input-group-sm > .input-group-prepend > .anchor-top,
.input-group-sm > .input-group-prepend > .document-list-item-link,
.input-group-sm > .input-group-append > .btn,
.pagination .input-group-sm > .input-group-append > .page-link,
.input-group-sm > .input-group-append > .btn-offcanvas,
.input-group-sm > .input-group-append > .lang-switcher-btn,
.input-group-sm > .input-group-append > .anchor-top,
.input-group-sm > .input-group-append > .document-list-item-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn, .pagination .input-group > .input-group-prepend > .page-link, .input-group > .input-group-prepend > .btn-offcanvas, .input-group > .input-group-prepend > .lang-switcher-btn, .input-group > .input-group-prepend > .anchor-top, .input-group > .input-group-prepend > .document-list-item-link,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.pagination .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .page-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-offcanvas,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .lang-switcher-btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .anchor-top,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .document-list-item-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.pagination .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .page-link,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn-offcanvas,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .lang-switcher-btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .anchor-top,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .document-list-item-link,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.pagination .input-group > .input-group-append:last-child > .page-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-offcanvas:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .lang-switcher-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .anchor-top:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .document-list-item-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .pagination .input-group > .input-group-append > .page-link, .input-group > .input-group-append > .btn-offcanvas, .input-group > .input-group-append > .lang-switcher-btn, .input-group > .input-group-append > .anchor-top, .input-group > .input-group-append > .document-list-item-link,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.pagination .input-group > .input-group-prepend:not(:first-child) > .page-link,
.input-group > .input-group-prepend:not(:first-child) > .btn-offcanvas,
.input-group > .input-group-prepend:not(:first-child) > .lang-switcher-btn,
.input-group > .input-group-prepend:not(:first-child) > .anchor-top,
.input-group > .input-group-prepend:not(:first-child) > .document-list-item-link,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.pagination .input-group > .input-group-prepend:first-child > .page-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-offcanvas:not(:first-child),
.input-group > .input-group-prepend:first-child > .lang-switcher-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .anchor-top:not(:first-child),
.input-group > .input-group-prepend:first-child > .document-list-item-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(220, 53, 69, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(220, 53, 69, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(220, 53, 69, 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(220, 53, 69, 0.5);
}

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

.custom-select:focus {
  border-color: #efa2a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #dc3545;
  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: #f6cdd1;
}

.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: #dc3545;
  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: #f6cdd1;
}

.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: #dc3545;
  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: #f6cdd1;
}

.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, .menu-main-list, .menu-social-list, .menu-footer-list, .menu-legal-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .menu-main-link, .menu-social-link, .menu-footer-link, .menu-legal-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .menu-main-link:hover, .menu-social-link:hover, .menu-footer-link:hover, .menu-legal-link:hover, .nav-link:focus, .menu-main-link:focus, .menu-social-link:focus, .menu-footer-link:focus, .menu-legal-link:focus {
  text-decoration: none;
}

.nav-link.disabled, .disabled.menu-main-link, .disabled.menu-social-link, .disabled.menu-footer-link, .disabled.menu-legal-link {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link, .nav-tabs .menu-main-link, .nav-tabs .menu-social-link, .nav-tabs .menu-footer-link, .nav-tabs .menu-legal-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .menu-main-link:hover, .nav-tabs .menu-social-link:hover, .nav-tabs .menu-footer-link:hover, .nav-tabs .menu-legal-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .menu-main-link:focus, .nav-tabs .menu-social-link:focus, .nav-tabs .menu-footer-link:focus, .nav-tabs .menu-legal-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled, .nav-tabs .disabled.menu-main-link, .nav-tabs .disabled.menu-social-link, .nav-tabs .disabled.menu-footer-link, .nav-tabs .disabled.menu-legal-link {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .active.menu-main-link, .nav-tabs .menu-main-item.active > .menu-main-link, .nav-tabs .active.menu-social-link, .nav-tabs .active.menu-footer-link, .nav-tabs .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .nav-tabs .menu-footer-link, .nav-tabs .active.menu-legal-link, .nav-tabs .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .nav-tabs .menu-legal-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .show.menu-main-item .nav-link,
.nav-tabs .show.menu-social-item .nav-link,
.nav-tabs .show.menu-footer-item .nav-link,
.nav-tabs .show.menu-legal-item .nav-link,
.nav-tabs .nav-item.show .menu-main-link,
.nav-tabs .show.menu-main-item .menu-main-link,
.nav-tabs .show.menu-social-item .menu-main-link,
.nav-tabs .show.menu-footer-item .menu-main-link,
.nav-tabs .show.menu-legal-item .menu-main-link,
.nav-tabs .nav-item.show .menu-social-link,
.nav-tabs .show.menu-main-item .menu-social-link,
.nav-tabs .show.menu-social-item .menu-social-link,
.nav-tabs .show.menu-footer-item .menu-social-link,
.nav-tabs .show.menu-legal-item .menu-social-link,
.nav-tabs .nav-item.show .menu-footer-link,
.nav-tabs .show.menu-main-item .menu-footer-link,
.nav-tabs .show.menu-social-item .menu-footer-link,
.nav-tabs .show.menu-footer-item .menu-footer-link,
.nav-tabs .show.menu-legal-item .menu-footer-link,
.nav-tabs .nav-item.show .menu-legal-link,
.nav-tabs .show.menu-main-item .menu-legal-link,
.nav-tabs .show.menu-social-item .menu-legal-link,
.nav-tabs .show.menu-footer-item .menu-legal-link,
.nav-tabs .show.menu-legal-item .menu-legal-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link, .menu-social-list .nav-link, .menu-footer-list .nav-link, .menu-legal-list .nav-link, .nav-pills .menu-main-link, .menu-social-list .menu-main-link, .menu-footer-list .menu-main-link, .menu-legal-list .menu-main-link, .nav-pills .menu-social-link, .menu-social-list .menu-social-link, .menu-footer-list .menu-social-link, .menu-legal-list .menu-social-link, .nav-pills .menu-footer-link, .menu-social-list .menu-footer-link, .menu-footer-list .menu-footer-link, .menu-legal-list .menu-footer-link, .nav-pills .menu-legal-link, .menu-social-list .menu-legal-link, .menu-footer-list .menu-legal-link, .menu-legal-list .menu-legal-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .menu-social-list .nav-link.active, .menu-footer-list .nav-link.active, .menu-legal-list .nav-link.active, .nav-pills .active.menu-main-link, .menu-social-list .active.menu-main-link, .menu-footer-list .active.menu-main-link, .menu-legal-list .active.menu-main-link, .nav-pills .menu-main-item.active > .menu-main-link, .menu-social-list .menu-main-item.active > .menu-main-link, .menu-footer-list .menu-main-item.active > .menu-main-link, .menu-legal-list .menu-main-item.active > .menu-main-link, .nav-pills .active.menu-social-link, .menu-social-list .active.menu-social-link, .menu-footer-list .active.menu-social-link, .menu-legal-list .active.menu-social-link, .nav-pills .active.menu-footer-link, .menu-social-list .active.menu-footer-link, .menu-footer-list .active.menu-footer-link, .menu-legal-list .active.menu-footer-link, .nav-pills .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .nav-pills .menu-footer-link, .menu-social-list .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .menu-social-list .menu-footer-link, .menu-footer-list .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .menu-footer-list .menu-footer-link, .menu-legal-list .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .menu-legal-list .menu-footer-link, .nav-pills .active.menu-legal-link, .menu-social-list .active.menu-legal-link, .menu-footer-list .active.menu-legal-link, .menu-legal-list .active.menu-legal-link, .nav-pills .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .nav-pills .menu-legal-link, .menu-social-list .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .menu-social-list .menu-legal-link, .menu-footer-list .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .menu-footer-list .menu-legal-link, .menu-legal-list .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .menu-legal-list .menu-legal-link,
.nav-pills .show > .nav-link,
.menu-social-list .show > .nav-link,
.menu-footer-list .show > .nav-link,
.menu-legal-list .show > .nav-link,
.nav-pills .show > .menu-main-link,
.menu-social-list .show > .menu-main-link,
.menu-footer-list .show > .menu-main-link,
.menu-legal-list .show > .menu-main-link,
.nav-pills .show > .menu-social-link,
.menu-social-list .show > .menu-social-link,
.menu-footer-list .show > .menu-social-link,
.menu-legal-list .show > .menu-social-link,
.nav-pills .show > .menu-footer-link,
.menu-social-list .show > .menu-footer-link,
.menu-footer-list .show > .menu-footer-link,
.menu-legal-list .show > .menu-footer-link,
.nav-pills .show > .menu-legal-link,
.menu-social-list .show > .menu-legal-link,
.menu-footer-list .show > .menu-legal-link,
.menu-legal-list .show > .menu-legal-link {
  color: #fff;
  background-color: #dc3545;
}

.nav-fill > .nav-link, .nav-fill > .menu-main-link, .nav-fill > .menu-social-link, .nav-fill > .menu-footer-link, .nav-fill > .menu-legal-link,
.nav-fill .nav-item,
.nav-fill .menu-main-item,
.nav-fill .menu-social-item,
.nav-fill .menu-footer-item,
.nav-fill .menu-legal-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

.tab-content > .active, .menu-main-item.active.tab-content > .menu-main-link, .menu-footer-item.active .tab-content > .menu-footer-link, .menu-legal-item.active .tab-content > .menu-legal-link {
  display: block;
}

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

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

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

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

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

.navbar-nav .nav-link, .navbar-nav .menu-main-link, .navbar-nav .menu-social-link, .navbar-nav .menu-footer-link, .navbar-nav .menu-legal-link {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .page-header-container, .navbar-expand-sm > .page-body-container, .navbar-expand-sm > .site-header-container, .navbar-expand-sm > .site-footer-container {
    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, .navbar-expand-sm .navbar-nav .menu-main-link, .navbar-expand-sm .navbar-nav .menu-social-link, .navbar-expand-sm .navbar-nav .menu-footer-link, .navbar-expand-sm .navbar-nav .menu-legal-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .page-header-container, .navbar-expand-sm > .page-body-container, .navbar-expand-sm > .site-header-container, .navbar-expand-sm > .site-footer-container {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .page-header-container, .navbar-expand-md > .page-body-container, .navbar-expand-md > .site-header-container, .navbar-expand-md > .site-footer-container {
    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, .navbar-expand-md .navbar-nav .menu-main-link, .navbar-expand-md .navbar-nav .menu-social-link, .navbar-expand-md .navbar-nav .menu-footer-link, .navbar-expand-md .navbar-nav .menu-legal-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .page-header-container, .navbar-expand-md > .page-body-container, .navbar-expand-md > .site-header-container, .navbar-expand-md > .site-footer-container {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .page-header-container, .navbar-expand-lg > .page-body-container, .navbar-expand-lg > .site-header-container, .navbar-expand-lg > .site-footer-container {
    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, .navbar-expand-lg .navbar-nav .menu-main-link, .navbar-expand-lg .navbar-nav .menu-social-link, .navbar-expand-lg .navbar-nav .menu-footer-link, .navbar-expand-lg .navbar-nav .menu-legal-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .page-header-container, .navbar-expand-lg > .page-body-container, .navbar-expand-lg > .site-header-container, .navbar-expand-lg > .site-footer-container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .page-header-container, .navbar-expand-xl > .page-body-container, .navbar-expand-xl > .site-header-container, .navbar-expand-xl > .site-footer-container {
    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, .navbar-expand-xl .navbar-nav .menu-main-link, .navbar-expand-xl .navbar-nav .menu-social-link, .navbar-expand-xl .navbar-nav .menu-footer-link, .navbar-expand-xl .navbar-nav .menu-legal-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .page-header-container, .navbar-expand-xl > .page-body-container, .navbar-expand-xl > .site-header-container, .navbar-expand-xl > .site-footer-container {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .page-header-container, .navbar-expand > .page-body-container, .navbar-expand > .site-header-container, .navbar-expand > .site-footer-container {
  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, .navbar-expand .navbar-nav .menu-main-link, .navbar-expand .navbar-nav .menu-social-link, .navbar-expand .navbar-nav .menu-footer-link, .navbar-expand .navbar-nav .menu-legal-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .page-header-container, .navbar-expand > .page-body-container, .navbar-expand > .site-header-container, .navbar-expand > .site-footer-container {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

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

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .menu-main-link, .navbar-light .navbar-nav .menu-social-link, .navbar-light .navbar-nav .menu-footer-link, .navbar-light .navbar-nav .menu-legal-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .menu-main-link:hover, .navbar-light .navbar-nav .menu-social-link:hover, .navbar-light .navbar-nav .menu-footer-link:hover, .navbar-light .navbar-nav .menu-legal-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .menu-main-link:focus, .navbar-light .navbar-nav .menu-social-link:focus, .navbar-light .navbar-nav .menu-footer-link:focus, .navbar-light .navbar-nav .menu-legal-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .disabled.menu-main-link, .navbar-light .navbar-nav .disabled.menu-social-link, .navbar-light .navbar-nav .disabled.menu-footer-link, .navbar-light .navbar-nav .disabled.menu-legal-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .show > .menu-main-link, .navbar-light .navbar-nav .show > .menu-social-link, .navbar-light .navbar-nav .show > .menu-footer-link, .navbar-light .navbar-nav .show > .menu-legal-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link > .nav-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link > .nav-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link > .nav-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link > .nav-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-link > .nav-link,
.navbar-light .navbar-nav .active > .menu-main-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link > .menu-main-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-main-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link > .menu-main-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-main-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-link > .menu-main-link,
.navbar-light .navbar-nav .active > .menu-social-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link > .menu-social-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-social-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link > .menu-social-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-social-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-link > .menu-social-link,
.navbar-light .navbar-nav .active > .menu-footer-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link > .menu-footer-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-footer-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link > .menu-footer-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-footer-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-link > .menu-footer-link,
.navbar-light .navbar-nav .active > .menu-legal-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link > .menu-legal-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-legal-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link > .menu-legal-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-legal-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-link > .menu-legal-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show.menu-main-link,
.navbar-light .navbar-nav .show.menu-social-link,
.navbar-light .navbar-nav .show.menu-footer-link,
.navbar-light .navbar-nav .show.menu-legal-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active.menu-main-link,
.navbar-light .navbar-nav .menu-main-item.active > .menu-main-link,
.navbar-light .navbar-nav .active.menu-social-link,
.navbar-light .navbar-nav .active.menu-footer-link,
.navbar-light .navbar-nav .menu-footer-item.active .menu-footer-link,
.menu-footer-item.active .navbar-light .navbar-nav .menu-footer-link,
.navbar-light .navbar-nav .active.menu-legal-link,
.navbar-light .navbar-nav .menu-legal-item.active .menu-legal-link,
.menu-legal-item.active .navbar-light .navbar-nav .menu-legal-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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .menu-main-link, .navbar-dark .navbar-nav .menu-social-link, .navbar-dark .navbar-nav .menu-footer-link, .navbar-dark .navbar-nav .menu-legal-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .menu-main-link:hover, .navbar-dark .navbar-nav .menu-social-link:hover, .navbar-dark .navbar-nav .menu-footer-link:hover, .navbar-dark .navbar-nav .menu-legal-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .menu-main-link:focus, .navbar-dark .navbar-nav .menu-social-link:focus, .navbar-dark .navbar-nav .menu-footer-link:focus, .navbar-dark .navbar-nav .menu-legal-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .disabled.menu-main-link, .navbar-dark .navbar-nav .disabled.menu-social-link, .navbar-dark .navbar-nav .disabled.menu-footer-link, .navbar-dark .navbar-nav .disabled.menu-legal-link {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .menu-main-link, .navbar-dark .navbar-nav .show > .menu-social-link, .navbar-dark .navbar-nav .show > .menu-footer-link, .navbar-dark .navbar-nav .show > .menu-legal-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link > .nav-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link > .nav-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link > .nav-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link > .nav-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-link > .nav-link,
.navbar-dark .navbar-nav .active > .menu-main-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link > .menu-main-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-main-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link > .menu-main-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-main-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-link > .menu-main-link,
.navbar-dark .navbar-nav .active > .menu-social-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link > .menu-social-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-social-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link > .menu-social-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-social-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-link > .menu-social-link,
.navbar-dark .navbar-nav .active > .menu-footer-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link > .menu-footer-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-footer-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link > .menu-footer-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-footer-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-link > .menu-footer-link,
.navbar-dark .navbar-nav .active > .menu-legal-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link > .menu-legal-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link > .menu-legal-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link > .menu-legal-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link > .menu-legal-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-link > .menu-legal-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show.menu-main-link,
.navbar-dark .navbar-nav .show.menu-social-link,
.navbar-dark .navbar-nav .show.menu-footer-link,
.navbar-dark .navbar-nav .show.menu-legal-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active.menu-main-link,
.navbar-dark .navbar-nav .menu-main-item.active > .menu-main-link,
.navbar-dark .navbar-nav .active.menu-social-link,
.navbar-dark .navbar-nav .active.menu-footer-link,
.navbar-dark .navbar-nav .menu-footer-item.active .menu-footer-link,
.menu-footer-item.active .navbar-dark .navbar-nav .menu-footer-link,
.navbar-dark .navbar-nav .active.menu-legal-link,
.navbar-dark .navbar-nav .menu-legal-item.active .menu-legal-link,
.menu-legal-item.active .navbar-dark .navbar-nav .menu-legal-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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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, .menu-main-item.active > .breadcrumb-item.menu-main-link, .menu-footer-item.active .breadcrumb-item.menu-footer-link, .menu-legal-item.active .breadcrumb-item.menu-legal-link {
  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: #dc3545;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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, .menu-main-item.active > .page-item.menu-main-link .page-link, .menu-footer-item.active .page-item.menu-footer-link .page-link, .menu-legal-item.active .page-item.menu-legal-link .page-link {
  z-index: 3;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge, .pagination .page-link .badge, .btn-offcanvas .badge, .lang-switcher-btn .badge, .anchor-top .badge, .document-list-item-link .badge {
  position: relative;
  top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #dc3545;
  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: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

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

.list-group-item.active, .menu-main-item.active > .list-group-item.menu-main-link, .menu-footer-item.active .list-group-item.menu-footer-link, .menu-legal-item.active .list-group-item.menu-legal-link {
  z-index: 2;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.list-group-item + .list-group-item.active, .menu-main-item.active > .list-group-item + .list-group-item.menu-main-link, .menu-footer-item.active .list-group-item + .list-group-item.menu-footer-link, .menu-legal-item.active .list-group-item + .list-group-item.menu-legal-link {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

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

.list-group-horizontal > .list-group-item.active, .menu-main-item.active.list-group-horizontal > .list-group-item.menu-main-link, .menu-footer-item.active .list-group-horizontal > .list-group-item.menu-footer-link, .menu-legal-item.active .list-group-horizontal > .list-group-item.menu-legal-link {
  margin-top: 0;
}

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

.list-group-horizontal > .list-group-item + .list-group-item.active, .menu-main-item.active.list-group-horizontal > .list-group-item + .list-group-item.menu-main-link, .menu-footer-item.active .list-group-horizontal > .list-group-item + .list-group-item.menu-footer-link, .menu-legal-item.active .list-group-horizontal > .list-group-item + .list-group-item.menu-legal-link {
  margin-left: -1px;
  border-left-width: 1px;
}

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

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

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

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

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

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

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

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

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

.list-group-item-primary.list-group-item-action.active, .menu-main-item.active > .list-group-item-primary.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-primary.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-primary.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

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

.list-group-item-secondary.list-group-item-action.active, .menu-main-item.active > .list-group-item-secondary.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-secondary.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-secondary.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

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

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

.list-group-item-success.list-group-item-action.active, .menu-main-item.active > .list-group-item-success.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-success.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-success.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

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

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

.list-group-item-info.list-group-item-action.active, .menu-main-item.active > .list-group-item-info.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-info.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-info.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

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

.list-group-item-warning.list-group-item-action.active, .menu-main-item.active > .list-group-item-warning.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-warning.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-warning.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

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

.list-group-item-danger.list-group-item-action.active, .menu-main-item.active > .list-group-item-danger.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-danger.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-danger.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

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

.list-group-item-light.list-group-item-action.active, .menu-main-item.active > .list-group-item-light.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-light.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-light.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

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

.list-group-item-dark.list-group-item-action.active, .menu-main-item.active > .list-group-item-dark.list-group-item-action.menu-main-link, .menu-footer-item.active .list-group-item-dark.list-group-item-action.menu-footer-link, .menu-legal-item.active .list-group-item-dark.list-group-item-action.menu-legal-link {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

.carousel-item.active, .menu-main-item.active > .carousel-item.menu-main-link, .menu-footer-item.active .carousel-item.menu-footer-link, .menu-legal-item.active .carousel-item.menu-legal-link,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right,
.menu-main-item.active > .carousel-item-right.menu-main-link,
.menu-footer-item.active .carousel-item-right.menu-footer-link,
.menu-legal-item.active .carousel-item-right.menu-legal-link {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left,
.menu-main-item.active > .carousel-item-left.menu-main-link,
.menu-footer-item.active .carousel-item-left.menu-footer-link,
.menu-legal-item.active .carousel-item-left.menu-legal-link {
  transform: translateX(-100%);
}

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

.carousel-fade .carousel-item.active, .carousel-fade .menu-main-item.active > .carousel-item.menu-main-link, .carousel-fade .menu-footer-item.active .carousel-item.menu-footer-link, .menu-footer-item.active .carousel-fade .carousel-item.menu-footer-link, .carousel-fade .menu-legal-item.active .carousel-item.menu-legal-link, .menu-legal-item.active .carousel-fade .carousel-item.menu-legal-link,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .menu-main-item.active > .carousel-item-left.menu-main-link, .carousel-fade .menu-footer-item.active .carousel-item-left.menu-footer-link, .menu-footer-item.active .carousel-fade .carousel-item-left.menu-footer-link, .carousel-fade .menu-legal-item.active .carousel-item-left.menu-legal-link, .menu-legal-item.active .carousel-fade .carousel-item-left.menu-legal-link,
.carousel-fade .active.carousel-item-right,
.carousel-fade .menu-main-item.active > .carousel-item-right.menu-main-link,
.carousel-fade .menu-footer-item.active .carousel-item-right.menu-footer-link,
.menu-footer-item.active .carousel-fade .carousel-item-right.menu-footer-link,
.carousel-fade .menu-legal-item.active .carousel-item-right.menu-legal-link,
.menu-legal-item.active .carousel-fade .carousel-item-right.menu-legal-link {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .menu-main-item.active > .carousel-item-left.menu-main-link, .carousel-fade .menu-footer-item.active .carousel-item-left.menu-footer-link, .menu-footer-item.active .carousel-fade .carousel-item-left.menu-footer-link, .carousel-fade .menu-legal-item.active .carousel-item-left.menu-legal-link, .menu-legal-item.active .carousel-fade .carousel-item-left.menu-legal-link,
  .carousel-fade .active.carousel-item-right,
  .carousel-fade .menu-main-item.active > .carousel-item-right.menu-main-link,
  .carousel-fade .menu-footer-item.active .carousel-item-right.menu-footer-link,
  .menu-footer-item.active .carousel-fade .carousel-item-right.menu-footer-link,
  .carousel-fade .menu-legal-item.active .carousel-item-right.menu-legal-link,
  .menu-legal-item.active .carousel-fade .carousel-item-right.menu-legal-link {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-indicators .active, .carousel-indicators .menu-main-item.active > .menu-main-link, .carousel-indicators .menu-footer-item.active .menu-footer-link, .menu-footer-item.active .carousel-indicators .menu-footer-link, .carousel-indicators .menu-legal-item.active .menu-legal-link, .menu-legal-item.active .carousel-indicators .menu-legal-link {
  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: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.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: #dc3545 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #dc3545 !important;
}

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.25rem !important;
}

.m-n3 {
  margin: -0.25rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.25rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.25rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.25rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.25rem !important;
}

.m-n4 {
  margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}

.m-n5 {
  margin: -0.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -0.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -0.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -0.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -0.25rem !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.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n3 {
    margin: -0.25rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n5 {
    margin: -0.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.25rem !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.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important;
  }
  .m-md-n3 {
    margin: -0.25rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.25rem !important;
  }
  .m-md-n4 {
    margin: -0.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .m-md-n5 {
    margin: -0.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.25rem !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.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n3 {
    margin: -0.25rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n5 {
    margin: -0.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.25rem !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.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n3 {
    margin: -0.25rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n5 {
    margin: -0.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #dc3545 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #a71d2a !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.btn-offcanvas):not(.lang-switcher-btn):not(.anchor-top):not(.document-list-item-link) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }

  .table td,
  table td, .table th, table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.alert-error {
  border: 10px solid #f00;
}

.pagination .page-item {
  margin: 0 0.2rem;
}

.pagination .page-item.disabled .page-link {
  border-color: transparent;
  color: #dee2e6;
}

.pagination .page-link {
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header {
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  z-index: 999;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.43, -0.01, 0.26, 1.04);
  background-color: #f8f9fa;
}

@media (min-width: 576px) {
  .site-header {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
  }
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .site-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 0;
  width: 12rem;
}

@media (min-width: 576px) {
  .site-header .site-title {
    width: 14rem;
  }
}

@media (min-width: 768px) {
  .site-header .site-title {
    width: 16rem;
  }
}

@media (min-width: 992px) {
  .site-header .site-title {
    width: auto;
    margin-bottom: 0.75rem;
  }
}

.site-header-offcanvas {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .site-header-offcanvas {
    transform-origin: top right;
    transform: scale(0);
    background: #fff;
    right: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease-in-out;
    width: 16rem;
    z-index: 9999;
    opacity: 0;
    padding: 4.5rem 1.25rem 1.25rem;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .site-header-offcanvas.active, .menu-main-item.active > .site-header-offcanvas.menu-main-link, .menu-footer-item.active .site-header-offcanvas.menu-footer-link, .menu-legal-item.active .site-header-offcanvas.menu-legal-link {
    opacity: 1;
    transform: scale(1);
  }
  .site-header-offcanvas.active .menu-main-item, .menu-main-item.active > .site-header-offcanvas.menu-main-link .menu-main-item, .menu-footer-item.active .site-header-offcanvas.menu-footer-link .menu-main-item, .menu-legal-item.active .site-header-offcanvas.menu-legal-link .menu-main-item,
  .site-header-offcanvas.active .lang-switcher,
  .menu-main-item.active > .site-header-offcanvas.menu-main-link .lang-switcher,
  .menu-footer-item.active .site-header-offcanvas.menu-footer-link .lang-switcher,
  .menu-legal-item.active .site-header-offcanvas.menu-legal-link .lang-switcher,
  .site-header-offcanvas.active .btn-offcanvas-close,
  .menu-main-item.active > .site-header-offcanvas.menu-main-link .btn-offcanvas-close,
  .menu-footer-item.active .site-header-offcanvas.menu-footer-link .btn-offcanvas-close,
  .menu-legal-item.active .site-header-offcanvas.menu-legal-link .btn-offcanvas-close,
  .site-header-offcanvas.active .site-header-contact,
  .menu-main-item.active > .site-header-offcanvas.menu-main-link .site-header-contact,
  .menu-footer-item.active .site-header-offcanvas.menu-footer-link .site-header-contact,
  .menu-legal-item.active .site-header-offcanvas.menu-legal-link .site-header-contact {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-offcanvas {
  color: #6c757d;
  margin-top: 1rem;
  margin-right: 1rem;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1000;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-offcanvas-close {
  transition: all 0.2s cubic-bezier(0.43, -0.01, 0.26, 1.04);
  opacity: 0;
  transition-delay: 0.2s;
}

.nav-up {
  transform: translateY(-5rem);
}

.site-footer {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lang-switcher {
  text-transform: uppercase;
  z-index: 1;
  padding: 10px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .lang-switcher {
    margin-bottom: 1rem;
    transition: all 0.2s cubic-bezier(0.43, -0.01, 0.26, 1.04);
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.6s;
  }
}

.lang-switcher-btn {
  padding: 0.5rem 1rem;
  line-height: 1.375;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  width: 4rem;
}

.lang-switcher-list {
  min-width: 0;
  width: 4rem;
}

.lang-switcher-item {
  padding: 0.5rem 1rem;
}

.menu-main-list {
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .menu-main-list {
    flex-direction: column;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
  }
}

.menu-main-dropdown {
  position: static !important;
  transform: none !important;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .menu-main-dropdown {
    padding-left: 0;
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.1));
    text-align: center;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 50px !important;
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .menu-main-dropdown.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .show > .menu-main-dropdown.fade {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .menu-main-dropdown:before {
    position: absolute;
    top: -6px;
    left: calc(50% - 7px);
    margin: 0 auto;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #ffffff transparent;
  }
}

@media (min-width: 992px) {
  .menu-main-dropdown .menu-main-item:not(:last-child) {
    border-bottom: 1px solid #fd7e14;
  }
}

.menu-main-item {
  position: relative;
}

@media (max-width: 991.98px) {
  .menu-main-item {
    margin: 0;
    transition: all 0.2s cubic-bezier(0.43, -0.01, 0.26, 1.04);
    opacity: 0;
    transform: translateY(5px);
  }
  .menu-main-item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .menu-main-item:nth-child(2) {
    transition-delay: 0.25s;
  }
  .menu-main-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .menu-main-item:nth-child(4) {
    transition-delay: 0.35s;
  }
  .menu-main-item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .menu-main-item:nth-child(6) {
    transition-delay: 0.45s;
  }
  .menu-main-item:nth-child(7) {
    transition-delay: 0.5s;
  }
  .menu-main-item:nth-child(8) {
    transition-delay: 0.55s;
  }
  .menu-main-item:nth-child(9) {
    transition-delay: 0.6s;
  }
  .menu-main-item:nth-child(10) {
    transition-delay: 0.65s;
  }
}

.menu-main-link {
  color: #212529;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .menu-main-link {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-main-link:after {
  color: #ced4da;
  position: relative;
  top: 3px;
  margin-left: 2px;
}

.menu-main-link:hover, .menu-main-link:focus {
  color: #000;
}

.menu-main-item.active > .menu-main-link, .menu-main-item.active > .menu-main-item.menu-main-link > .menu-main-link, .menu-footer-item.active .menu-main-item.menu-footer-link > .menu-main-link, .menu-legal-item.active .menu-main-item.menu-legal-link > .menu-main-link {
  color: #dc3545;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  display: flex;
  transition: 300ms;
  justify-content: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: #28a745;
  opacity: 0.3;
  margin: 0 0.125rem;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.anchor-top {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 15px;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s;
}

.anchor-top.disabled {
  opacity: 0;
}

@media (min-width: 576px) {
  .anchor-top {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
}

.addresses {
  height: 470px;
  overflow: auto;
}

.addresses li {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.addresses li .btns {
  float: left;
  margin-right: 8px;
}

.addresses li.active, .addresses .menu-main-item.active > li.menu-main-link, .addresses .menu-footer-item.active li.menu-footer-link, .menu-footer-item.active .addresses li.menu-footer-link, .addresses .menu-legal-item.active li.menu-legal-link, .menu-legal-item.active .addresses li.menu-legal-link {
  background-color: #eee;
}

.navbar {
  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;
  background-color: #343a40 !important;
  line-height: 24px;
}

.navbar-brand {
  font-size: 1.25rem;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar .dropdown-user {
  font-size: 1rem;
  min-width: 300px;
  padding: 10px;
  right: 0px;
  left: auto;
  background-color: #fff;
}

.navbar .dropdown-user-wrapper {
  display: flex;
}

.navbar .dropdown-user .img {
  margin-right: 10px;
}

.navbar .nav-link, .navbar .menu-main-link, .navbar .menu-social-link, .navbar .menu-footer-link, .navbar .menu-legal-link {
  display: flex;
  align-items: center;
}

/* Fancybox custom styling goes here */
.navbar-toggle-left {
  display: none;
}

.document-list-list {
  padding-left: 0;
  list-style: none;
}

.document-list-item {
  margin-bottom: 15px;
}

.document-list-item-link {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
}

.document-list-item-filename {
  text-align: left;
  margin-left: 1rem;
  flex-grow: 1;
  display: block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-list-item-filesize {
  display: block;
  font-size: 1rem;
}

.image-list-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.image-list-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .image-list-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .image-list-item {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}

.image-list-item-image {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

.social-links {
  margin-bottom: 2rem;
}

.social-links-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.social-links-item {
  margin-right: 0.375rem;
}

.social-links-link {
  display: block;
}

.social-links-icon {
  transition: transform 0.15s ease-in-out;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}

.social-links-icon:hover, .social-links-icon:focus {
  transform: translateY(-3px);
}

.social-links-facebook {
  background-color: #3b5998;
}

.social-links-facebook-icon {
  -webkit-mask-image: url("/img/facebook.svg");
          mask-image: url("/img/facebook.svg");
}

.social-links-twitter {
  background-color: #55acee;
}

.social-links-twitter-icon {
  -webkit-mask-image: url("/img/twitter.svg");
          mask-image: url("/img/twitter.svg");
}

.social-links-linkedin {
  background-color: #007bb5;
}

.social-links-linkedin-icon {
  -webkit-mask-image: url("/img/linkedin.svg");
          mask-image: url("/img/linkedin.svg");
}

.social-links-whatsapp {
  background-color: #6ebf58;
}

.social-links-whatsapp-icon {
  -webkit-mask-image: url("/img/whatsapp.svg");
          mask-image: url("/img/whatsapp.svg");
}

.social-links-mail {
  background-color: #495057;
}

.social-links-mail-icon {
  -webkit-mask-image: url("/img/envelope.svg");
          mask-image: url("/img/envelope.svg");
}

/* table of content - start
==================================================================================================== */
/*

Project Name 	:  Afkar - HTML Template
File 			    :  CSS Base
Version 		  :  1.1.0
Last change 	:  29 April 2020
Author 			  :  creative-wp -->> (https://themeforest.net/user/creative-wp)
Developer:		:  Rakibul Islam Dewan -->> (dj.rakibul690@gmail.com)

==================================================

# All Default Sections
  01 - header
  02 - footer
  03 - breadcrumb
  04 - sidebar

  05 - partners
  06 - funfact
  07 - calltoaction
  08 - policy
  09 - pricing

# All Inner Pages
  10 - about
  11 - team
  12 - testimonial
  13 - services
  14 - blogs
  15 - portfolio
  16 - shop
  17 - details
  18 - contact
  19 - cart
  20 - error
  21 - comingsoon

# All Home Pages
  22 - home page

*/
/* table of content - end
==================================================================================================== */
@font-face {
  font-family: 'PWSignaturetwo';
  src: url("../fonts/pw_signature_two/PWSignaturetwo.woff2") format("woff2"), url("../fonts/pw_signature_two/PWSignaturetwo.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* global area - start
==================================================================================================== */
body {
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0px auto;
  max-width: 1920px;
  font-style: normal;
  color: #434343;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1400px;
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.page-header-container,
.page-body-container,
.site-header-container,
.site-footer-container {
  padding-left: 30px;
  padding-right: 30px;
}

.masoney-grid {
  margin: -15px;
}

.masoney-grid .grid-item,
.masoney-grid .grid-sizer {
  float: left;
  width: 33.333%;
  display: inline-block;
}

.masoney-grid .grid-item.grid-66,
.masoney-grid .grid-sizer.grid-66 {
  width: 66.666%;
}

.masoney-grid .grid-item.grid-50,
.masoney-grid .grid-sizer.grid-50 {
  width: 50%;
}

.masoney-grid .grid-item {
  padding: 15px;
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

button:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

.item-image {
  overflow: hidden;
  position: relative;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400!important;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

strong, span, small, label, i {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.form-item {
  position: relative;
  margin-bottom: 30px;
}

.form-item input, .form-item textarea, .form-item select {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0px 20px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ededed;
}

.form-item input:focus, .form-item textarea:focus, .form-item select:focus {
  outline: none;
  box-shadow: none;
  border-color: #000000;
}

.form-item input, .form-item select {
  height: 50px;
}

.form-item textarea {
  width: 100%;
  display: block;
  min-height: 120px;
}

.form-item .submit-btn {
  top: 50%;
  right: 20px;
  line-height: 1;
  position: absolute;
  color: #000000;
  transform: translateY(-50%);
}

.radio-btn input {
  float: left;
  width: 18px;
  height: 18px;
  outline: none;
  cursor: pointer;
  margin-top: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
  border: 2px solid #000000;
}

.radio-btn input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 8px;
  content: '';
  height: 8px;
  position: absolute;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.radio-btn input:checked:before {
  opacity: 1;
}

.radio-btn label {
  margin: 0px;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

:-moz-placeholder {
  text-transform: capitalize;
}

::-moz-placeholder {
  text-transform: capitalize;
}

:-ms-input-placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0px 8px;
  background: #c2c2c2;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .menu-main-item.active > .owl-dot.menu-main-link span, .owl-theme .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link span, .menu-footer-item.active .owl-theme .owl-dots .owl-dot.menu-footer-link span, .owl-theme .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link span, .menu-legal-item.active .owl-theme .owl-dots .owl-dot.menu-legal-link span {
  transform: scale(1.3);
  background: #000000;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  background: #000000;
}

.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
  display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  line-height: 1;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  font-family: 'icomoon';
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.owl-theme .owl-nav .owl-prev:before {
  content: '\E9A8';
}

.owl-theme .owl-nav .owl-next:before {
  content: '\E9AA';
}

.owl-theme.arrow-left-right .owl-nav {
  margin: 0px;
}

.owl-theme.arrow-left-right .owl-nav .owl-next,
.owl-theme.arrow-left-right .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.owl-theme.arrow-left-right .owl-nav .owl-prev {
  left: 15px;
}

.owl-theme.arrow-left-right .owl-nav .owl-next {
  right: 15px;
}

.owl-theme.owl-arrow .owl-nav, .owl-theme.arrow-top-right .owl-nav {
  display: table;
  margin: 0px auto;
  position: relative;
}

.owl-theme.owl-arrow .owl-nav:before, .owl-theme.arrow-top-right .owl-nav:before {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: '';
  z-index: 1;
  position: absolute;
  border-radius: 100%;
  background-color: #000000;
  transform: translate(-50%, -50%);
}

.owl-theme.owl-arrow .owl-nav .owl-next,
.owl-theme.owl-arrow .owl-nav .owl-prev, .owl-theme.arrow-top-right .owl-nav .owl-next,
.owl-theme.arrow-top-right .owl-nav .owl-prev {
  float: left;
  display: inline-block;
}

.owl-theme.owl-arrow .owl-nav .owl-next:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:before, .owl-theme.arrow-top-right .owl-nav .owl-next:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:before {
  color: #b8b8b8;
  font-size: 42px;
}

.owl-theme.owl-arrow .owl-nav .owl-next:hover:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:hover:before, .owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before {
  color: #000000;
}

.owl-theme.owl-arrow .owl-nav .owl-prev, .owl-theme.arrow-top-right .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-theme.arrow-top-right .owl-nav {
  top: -105px;
  right: -13px;
  position: absolute;
}

.bg-default-red.text-white h2 {
  color: #ffffff;
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.8);
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot.active span, .bg-default-black.text-white .owl-theme .owl-dots .menu-main-item.active > .owl-dot.menu-main-link span, .bg-default-black.text-white .owl-theme .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link span, .menu-footer-item.active .bg-default-black.text-white .owl-theme .owl-dots .owl-dot.menu-footer-link span, .bg-default-black.text-white .owl-theme .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link span, .menu-legal-item.active .bg-default-black.text-white .owl-theme .owl-dots .owl-dot.menu-legal-link span {
  background: #ffffff;
}

/* owl settings - end
================================================== */
/* list style settings - start
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li-block > ul > li {
  width: 100%;
  display: table;
  list-style: none;
}

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}

.ul-li-right > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}

.ul-li-center > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-left > ul {
  padding: 0px;
  margin: 0 auto;
  float: left;
  display: table;
}

.ul-li-left > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social-links > ul > li {
  margin-right: 35px;
}

.social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.social-links > ul > li > a {
  color: #c5222298;
  font-size: 24px;
}

.social-links > ul > li > a:hover {
  opacity: .5;
}

.social-links-text > ul > li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.social-links-text > ul > li:after {
  top: 50%;
  right: -2px;
  width: 4px;
  height: 4px;
  content: '';
  line-height: 1;
  position: absolute;
  border-radius: 100%;
  background-color: #dddddd;
  transform: translateY(-50%);
}

.social-links-text > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.social-links-text > ul > li:last-child:after {
  display: none;
}

.social-links-text > ul > li > a {
  display: block;
  font-weight: 500;
  position: relative;
  color: #051938;
}
.menu-lang{
  position:absolute;
  bottom:10%;}

  .menu-lang .social-links-text > ul > li > a{
    color: #ffffff;
  }



.menu-lang .social-links-text > ul > li > a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
}

.menu-lang .social-links-text > ul > li > a:after {
  opacity: 0;
}

.social-links-text > ul > li > a:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.text-white .social-links-text > ul > li:after {
  background-color: #ffffff;
}

.text-white .social-links-text > ul > li > a {
  color: #ffffff;
}

.text-white .social-links-text > ul > li > a:before {
  background-color: #ffffff;
}

.social-links-round > ul > li {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  text-align: center;
}

.social-links-round > ul > li:last-child {
  margin-right: 0px !important;
}

.social-links-round > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  font-size: 12px;
  line-height: 35px;
  border-radius: 100%;
}

.social-links-round > ul > li > a:hover {
  color: #ffffff;
  background-color: #000000;
}

/* social links - end
================================================== */
/* post meta - start
================================================== */
.post-meta > ul > li {
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.post-meta > ul > li:after {
  top: 50%;
  right: -2px;
  width: 4px;
  height: 4px;
  content: '';
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #434343;
}

.post-meta > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.post-meta > ul > li:last-child:after {
  display: none;
}

.post-meta > ul > li > a {
  font-weight: 500;
  color: #000000;
}

/* post meta - end
================================================== */
/* rating star - start
================================================== */
.rating-star ul li {
  color: #dddddd;
  font-size: 12px;
  margin-right: 2px;
}

.rating-star ul li:last-child {
  margin-right: 0px;
}

.rating-star ul li.active, .rating-star ul .menu-main-item.active > li.menu-main-link, .rating-star ul .menu-footer-item.active li.menu-footer-link, .menu-footer-item.active .rating-star ul li.menu-footer-link, .rating-star ul .menu-legal-item.active li.menu-legal-link, .menu-legal-item.active .rating-star ul li.menu-legal-link {
  color: #000000;
}

/* rating star - end
================================================== */
/* pagination - start
================================================== */
.pagination-nav > ul > li {
  height: 40px;
  min-width: 40px;
  margin-right: 1px;
  text-align: center;
}

.pagination-nav > ul > li:last-child {
  margin-right: 0px !important;
}

.pagination-nav > ul > li > a {
  height: 100%;
  height: 100%;
  color: #434343;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 15px;
  line-height: 40px;
}

.pagination-nav > ul > li:hover > a, .pagination-nav > ul > li.active > a, .pagination-nav > ul.menu-main-item.active > li.menu-main-link > a, .menu-footer-item.active .pagination-nav > ul > li.menu-footer-link > a, .menu-legal-item.active .pagination-nav > ul > li.menu-legal-link > a {
  color: #ffffff;
  background-color: #000000;
}

/* pagination - end
================================================== */
/* other post wrap - start
================================================== */
.other-post-wrap .other-post {
  padding: 15px;
}

.other-post-wrap .other-post span,
.other-post-wrap .other-post small {
  display: block;
}

.other-post-wrap .other-post small {
  font-size: 12px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  color: #434343;
  text-transform: uppercase;
}

.other-post-wrap .other-post span {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.other-post-wrap .other-post:nth-child(odd) {
  text-align: right;
  background-color: #f2f2f2;
}

.other-post-wrap .other-post:nth-child(even) {
  color: #ffffff;
  background-color: #000000;
}

.other-post-wrap .other-post:nth-child(even) small {
  color: #ffffff;
}

.other-post-wrap .other-post:nth-child(even) span {
  color: #ffffff;
}

/* other post wrap - end
================================================== */
/* padding - margin setting - start
================================================== */
.sec-ptb-60 {
  padding: 60px 0px;
}

.sec-ptb-100 {
  padding: 50px 0px;
}

.breadcrumb-section.sec-ptb-100 {
  padding: 130px 0 100px 0px;
}

.mrl--60 {
  margin-left: -60px;
  margin-right: -60px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--30 {
  margin-top: -30px;
}

.mr--30 {
  margin-right: -30px;
}

.mb--30 {
  margin-bottom: -30px;
}

.prl-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pl-30 {
  padding-left: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-100 {
  margin-top: 100px;
}

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.btn, .pagination .page-link, .btn-offcanvas, .lang-switcher-btn, .anchor-top, .document-list-item-link {
  z-index: 1;
  height: 45px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  padding: 0px 30px;
  border-radius: 0px;
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #c52222;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:before, .pagination .page-link:before, .btn-offcanvas:before, .lang-switcher-btn:before, .anchor-top:before, .document-list-item-link:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #ededed;
  transition: width 0.2s linear;
}

.btn:hover, .pagination .page-link:hover, .btn-offcanvas:hover, .lang-switcher-btn:hover, .anchor-top:hover, .document-list-item-link:hover {
  color: #000000;
}

.btn:hover:before, .pagination .page-link:hover:before, .btn-offcanvas:hover:before, .lang-switcher-btn:hover:before, .anchor-top:hover:before, .document-list-item-link:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.btn.bg-white, .pagination .bg-white.page-link, .bg-white.btn-offcanvas, .bg-white.lang-switcher-btn, .bg-white.anchor-top, .bg-white.document-list-item-link {
  color: #c52222;
}

.btn.bg-white:before, .pagination .bg-white.page-link:before, .bg-white.btn-offcanvas:before, .bg-white.lang-switcher-btn:before, .bg-white.anchor-top:before, .bg-white.document-list-item-link:before {
  background-color: #ffffff;
}

.btn.bg-white:hover, .pagination .bg-white.page-link:hover, .bg-white.btn-offcanvas:hover, .bg-white.lang-switcher-btn:hover, .bg-white.anchor-top:hover, .bg-white.document-list-item-link:hover {
  color: #ffffff;
  background: #ededed;
}

.btn.bg-white, .pagination .bg-white.page-link, .bg-white.btn-offcanvas, .bg-white.lang-switcher-btn, .bg-white.anchor-top, .bg-white.document-list-item-link {
  color: #000000;
}

.btn.bg-white:before, .pagination .bg-white.page-link:before, .bg-white.btn-offcanvas:before, .bg-white.lang-switcher-btn:before, .bg-white.anchor-top:before, .bg-white.document-list-item-link:before {
  background-color: #000000;
}

.btn.bg-white:hover, .pagination .bg-white.page-link:hover, .bg-white.btn-offcanvas:hover, .bg-white.lang-switcher-btn:hover, .bg-white.anchor-top:hover, .bg-white.document-list-item-link:hover {
  color: #ffffff;
}

.btn.btn-white, .pagination .btn-white.page-link, .btn-white.btn-offcanvas, .btn-white.lang-switcher-btn, .btn-white.anchor-top, .btn-white.document-list-item-link {
  color: #000000;
  background-color: #ffffff;
}

.btn.btn-white:before, .pagination .btn-white.page-link:before, .btn-white.btn-offcanvas:before, .btn-white.lang-switcher-btn:before, .btn-white.anchor-top:before, .btn-white.document-list-item-link:before {
  background-color: #ffffff;
}

.btn.btn-white:hover, .pagination .btn-white.page-link:hover, .btn-white.btn-offcanvas:hover, .btn-white.lang-switcher-btn:hover, .btn-white.anchor-top:hover, .btn-white.document-list-item-link:hover {
  color: #c52222;
  background: #ededed;
}

.btn.btn-border, .pagination .btn-border.page-link, .btn-border.btn-offcanvas, .btn-border.lang-switcher-btn, .btn-border.anchor-top, .btn-border.document-list-item-link {
  line-height: 43px;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
}

.btn.btn-border:before, .btn-border.btn-offcanvas:before, .btn-border.lang-switcher-btn:before, .btn-border.anchor-top:before, .btn-border.document-list-item-link:before {
  background: #051938;
}

.btn.btn-border:hover, .pagination .btn-border.page-link:hover, .btn-border.btn-offcanvas:hover, .btn-border.lang-switcher-btn:hover, .btn-border.anchor-top:hover, .btn-border.document-list-item-link:hover {
  color: #ffffff;
}

.btn.btn-border.border-white, .pagination .btn-border.border-white.page-link, .btn-border.border-white.btn-offcanvas, .btn-border.border-white.lang-switcher-btn, .btn-border.border-white.anchor-top, .btn-border.border-white.document-list-item-link {
  color: #ffffff;
}

.btn.btn-border.border-white:before, .pagination .btn-border.border-white.page-link:before, .btn-border.border-white.btn-offcanvas:before, .btn-border.border-white.lang-switcher-btn:before, .btn-border.border-white.anchor-top:before, .btn-border.border-white.document-list-item-link:before {
  background: #ffffff;
}

.btn.btn-border.border-white:hover, .pagination .btn-border.border-white.page-link:hover, .btn-border.border-white.btn-offcanvas:hover, .btn-border.border-white.lang-switcher-btn:hover, .btn-border.border-white.anchor-top:hover, .btn-border.border-white.document-list-item-link:hover {
  color: #000000;
}

.load-btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 10px;
  color: #000000;
  text-transform: uppercase;
}

.store-btn {
  color: #ffffff;
  overflow: hidden;
  min-width: 210px;
  border-radius: 3px;
  display: inline-block;
  background-color: #1b1b1b;
  text-transform: uppercase;
}

.store-btn .icon {
  float: left;
  width: 55px;
  height: 55px;
  color: #ffffff;
  font-size: 27px;
  line-height: 55px;
  text-align: center;
  background-color: #323232;
}

.store-btn .content {
  display: table;
  text-align: left;
  padding-top: 13px;
  padding-left: 18px;
}

.store-btn .content small {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}

.store-btn .content strong {
  display: table;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}

/* button style - end
================================================== */
/* video play btn - start
================================================== */
.bg-default-red .popup-video > img, .bg-default-light .popup-video > img {
  width: 65% !important;
  vertical-align: middle;
  margin-top: -10px !important;
  margin-left: 10px !important;
  opacity: 60%;
}

.popup-video {
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 78px;
  text-align: center;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.popup-video img {
  width: 65% !important;
  vertical-align: middle;
  margin-top: 13px !important;
  margin-left: 15px !important;
  opacity: 60%;
}

.popup-video i {
  margin-left: 7px;
}

/* video play btn - end
================================================== */
/* title text - start
================================================== */
.section-title {
  /* &.size-decrease {
    .title-text {
      font-size: 32px;
    }
  } */
}

.section-title .title-text {
  font-size: 32px;
  font-weight: 600;
}

.section-title p {
  font-size: 16px;
}

.section-title .leaf_image {
  max-width: 180px;
  display: inline-block;
}

.section-title.size-increase .title-text {
  font-size: 42px;
}

.section-title.border-left {
  padding-left: 100px;
  border-left: 2px solid #000000 !important;
}

.section-title.has-tb-line {
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}

.section-title.has-tb-line:after, .section-title.has-tb-line:before {
  left: 50%;
  width: 2px;
  content: '';
  height: 30px;
  position: absolute;
  background-color: #000000;
  transform: translateX(-50%);
}

.section-title.has-tb-line:before {
  top: 0px;
}

.section-title.has-tb-line:after {
  bottom: 0px;
}

.text-white .section-title .title-text {
  color: #ffffff;
}

/* title text - end
================================================== */
/* bootstrap settings - start
================================================== */
.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.h-auto {
  height: auto !important;
  min-height: auto !important;
}

.table-wrap .table, .table-wrap table {
  margin: 0px;
}

.table-wrap .table thead, .table-wrap table thead {
  color: #ffffff;
  background-color: #000000;
}

.table-wrap .table thead th, .table-wrap table thead th {
  border: none;
  padding: 22px 20px;
  vertical-align: middle;
}

.table-wrap .table tbody td, .table-wrap table tbody td {
  padding: 60px 20px;
  vertical-align: middle;
}

/* bootstrap settings - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

#backtotop {
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #000000;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
}

#backtotop #scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  position: relative;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.svg") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-default-color {
  background-color: #434343;
}

.bg-default-black {
  background-color: #000000;
}

.bg-default-red {
  background-color: #c52222;
}

.bg-default-light {
  background-color: #ebebeb;
}

.bg-deep-gray {
  background-color: #ededed;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.bg-light-white {
  background-color: white;
}

/* custom colors - end
================================================== */
/* css animation - start
================================================== */
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0);
  }
}

/* css animation - end
================================================== */
/* transition - start
================================================== */
a,
button {
  transition: all 0.3s ease-in-out;
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* academy style - start
================================================== */
/* academy style - start
================================================== */
.align-right {
  text-align: right;
}

.filter-group img {
  background-color: #c52222;
  padding: 2px;
  height: 36px;
  margin-right: 10px;
}

.advertismentboard-header .next-part {
  display: none;
}

.advertismentboard-header .other-post-wrap {
  padding-top: 30px;
}

.advertismentboard-footer .back-part {
  display: none;
}

/* 01 - header - start
==================================================================================================== */
/* header section - start
================================================== */
.header-section .brand-logo > a {
  max-height: 100px;
  height: 60px;
}

.header-section .brand-logo > a img {
  height: 100%;
}

.header-section .menu-btn {
  width: 46px;
  height: 22px;
  float: right;
  position: relative;
}

.header-section .menu-btn span {
  height: 2px;
  display: block;
  line-height: 1;
  position: absolute;
  background-color: #000000;
  transition: all .2s ease-in-out;
}

.header-section .menu-btn span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 36px;
}

.header-section .menu-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  width: 26px;
  transform: translate(-50%, -50%);
}

.header-section .menu-btn span:nth-child(3) {
  right: 0px;
  width: 36px;
  bottom: 0px;
}

.header-section .menu-btn:hover span:nth-child(1) {
  left: 9px;
}

.header-section .menu-btn:hover span:nth-child(2) {
  width: 36px;
}

.header-section .menu-btn:hover span:nth-child(3) {
  right: 9px;
}

.header-section .menu-btn-round {
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  background-color: #000000;
}

.header-section .mobile-menu-btns {
  display: none;
  padding: 15px 0px;
}

.header-section .mobile-menu-btns > ul > li {
  margin-right: 20px;
}

.header-section .mobile-menu-btns > ul > li:last-child {
  margin-right: 0px !important;
}

.header-section .mobile-menu-btns > ul > li .menu-btn {
  width: 40px;
  height: 20px;
  margin: 1px 0px;
}

.header-section .mobile-menu-btns > ul > li .menu-btn span:nth-child(1) {
  width: 34px;
}

.header-section .mobile-menu-btns > ul > li .menu-btn span:nth-child(3) {
  width: 34px;
}

.header-section .mobile-menu-btns > ul > li .menu-btn:hover span:nth-child(1) {
  left: 6px;
}

.header-section .mobile-menu-btns > ul > li .menu-btn:hover span:nth-child(2) {
  width: 34px;
}

.header-section .mobile-menu-btns > ul > li .menu-btn:hover span:nth-child(3) {
  right: 6px;
}

.header-section .main-menu.menu-header > ul > li {
  text-transform: uppercase;
}

.header-section .main-menu > ul > li {
  padding: 10px 0px;
  margin-right: 15px;
}

.header-section .main-menu > ul > li:last-child {
  margin-right: 0px !important;
}

.header-section .main-menu > ul > li > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.header-section .main-menu > ul > li > a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
}

.header-section .main-menu > ul > li:hover > a:before, .header-section .main-menu > ul > li.active > a:before, .header-section .main-menu > ul.menu-main-item.active > li.menu-main-link > a:before, .header-section .menu-footer-item.active .main-menu > ul > li.menu-footer-link > a:before, .menu-footer-item.active .header-section .main-menu > ul > li.menu-footer-link > a:before, .header-section .menu-legal-item.active .main-menu > ul > li.menu-legal-link > a:before, .menu-legal-item.active .header-section .main-menu > ul > li.menu-legal-link > a:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.header-section .main-menu > ul > .menu-item-has-child {
  position: relative !important;
}

.header-section .main-menu > ul > .menu-item-has-child > a {
  position: relative !important;
  padding-right: 16px !important;
  color: #fff !important;
}

.header-section .main-menu > ul > .menu-item-has-child > a:after {
  top: 6.6px !important;
  right: 0px !important;
  line-height: 1 !important;
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  position: absolute !important;
  transition: all 0.3s ease-in-out !important;
  font-family: "Font Awesome 5 Pro" !important;
}

.header-section .main-menu > ul > .menu-item-has-child:hover > a:after {
  content: "\F063" !important;
  transform: rotate(360deg) !important;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu {
  left: 0px;
  top: 100%;
  margin: 0px;
  height: auto;
  z-index: 999;
  display: none;
  min-width: 230px;
  padding: 30px 10px;
  position: absolute;
  color: #434343;
  background-color: #ffffff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.18);
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li {
  width: 100%;
  display: block;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li a {
  width: 100%;
  line-height: 1;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 35px 8px 20px;
  color: #434343;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li:hover > a, .header-section .main-menu > ul > .menu-item-has-child .submenu > li.active > a, .header-section .main-menu > ul > .menu-item-has-child .menu-main-item.active.submenu > li.menu-main-link > a, .header-section .main-menu > ul > .menu-item-has-child .menu-footer-item.active .submenu > li.menu-footer-link > a, .menu-footer-item.active .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-footer-link > a, .header-section .main-menu > ul > .menu-item-has-child .menu-legal-item.active .submenu > li.menu-legal-link > a, .menu-legal-item.active .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-legal-link > a {
  color: #ffffff;
  background-color: #000000;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child {
  position: relative;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child > a {
  position: relative;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child > a:after {
  top: 12px;
  right: 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  content: '\F0DA';
  position: absolute;
  color: #434343;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child:hover > a:after, .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child.active > a:after, .header-section .main-menu > ul > .menu-item-has-child .menu-main-item.active.submenu > li.menu-item-has-child.menu-main-link > a:after, .header-section .main-menu > ul > .menu-item-has-child .menu-footer-item.active .submenu > li.menu-item-has-child.menu-footer-link > a:after, .menu-footer-item.active .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child.menu-footer-link > a:after, .header-section .main-menu > ul > .menu-item-has-child .menu-legal-item.active .submenu > li.menu-item-has-child.menu-legal-link > a:after, .menu-legal-item.active .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child.menu-legal-link > a:after {
  color: #ffffff;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child .submenu {
  top: -10px;
  left: 100%;
  padding: 10px;
}

.header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child:hover > .submenu {
  display: block;
  -webkit-animation: fadeIn .4s linear;
          animation: fadeIn .4s linear;
}

.header-section .main-menu > ul > .menu-item-has-child:hover > .submenu {
  display: block;
  -webkit-animation: fadeIn .4s linear;
          animation: fadeIn .4s linear;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu {
  left: 50%;
  z-index: 999;
  width: 1170px;
  display: none;
  position: fixed;
  margin-top: 10px;
  padding: 35px 50px;
  background-color: #ffffff;
  transform: translateX(-50%);
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.18);
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu .list-title {
  font-size: 14px;
  margin-bottom: 30px;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu .menu-list > ul {
  width: auto;
  display: block;
  margin: -12px -20px;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu .menu-list > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  padding: 12px 20px;
  color: #434343;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu .menu-list > ul > li:hover > a {
  color: #ffffff;
  background-color: #000000;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu.bg-default-black.text-white {
  background-color: #000000;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu.bg-default-black.text-white .list-title {
  color: #ffffff;
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
}

.header-section .main-menu > ul > .menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list > ul > li:hover > a {
  color: #000000;
  background-color: #ffffff;
}

.header-section .main-menu > ul > .menu-item-has-child:hover .mega-menu {
  display: block;
  -webkit-animation: fadeIn .4s linear;
          animation: fadeIn .4s linear;
}

.header-section .main-menu .btn-wrap {
  margin: -11px 0px;
}

.header-section .cart-btn {
  width: 35px;
  height: 35px;
  display: table;
  font-size: 20px;
  margin: -6px auto;
  line-height: 42px;
  position: relative;
  text-align: center;
  border-radius: 100%;
  color: #000000;
}

.header-section .cart-btn > .count-text {
  top: 4px;
  right: -2px;
  height: 18px;
  color: #ffffff;
  min-width: 18px;
  font-size: 10px;
  padding: 0px 5px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  border-radius: 45px;
  background-color: #000000;
}

.header-section.text-white .menu-btn span {
  background-color: #ffffff;
}

.header-section.text-white .cart-btn {
  color: #ffffff;
}

.header-section.text-white .cart-btn > .count-text {
  color: #000000;
  background-color: #ffffff;
}

.header-section.text-white .main-menu > ul > li > a {
  color: #ffffff;
}

.header-section.text-white .main-menu > ul > li > a:before {
  background: #ffffff;
}

.header-section.text-white .main-menu > ul > li > a:after {
  color: #ffffff;
}

.header-section.stuck.text-white .menu-btn span, .header-section.active.text-white .menu-btn span, .menu-main-item.active > .header-section.text-white.menu-main-link .menu-btn span, .menu-footer-item.active .header-section.text-white.menu-footer-link .menu-btn span, .menu-legal-item.active .header-section.text-white.menu-legal-link .menu-btn span {
  background-color: #000000;
}

.header-section.stuck.text-white .cart-btn, .header-section.active.text-white .cart-btn, .menu-main-item.active > .header-section.text-white.menu-main-link .cart-btn, .menu-footer-item.active .header-section.text-white.menu-footer-link .cart-btn, .menu-legal-item.active .header-section.text-white.menu-legal-link .cart-btn {
  color: #000000;
}

.header-section.stuck.text-white .cart-btn > .count-text, .header-section.active.text-white .cart-btn > .count-text, .menu-main-item.active > .header-section.text-white.menu-main-link .cart-btn > .count-text, .menu-footer-item.active .header-section.text-white.menu-footer-link .cart-btn > .count-text, .menu-legal-item.active .header-section.text-white.menu-legal-link .cart-btn > .count-text {
  color: #ffffff;
  background-color: #000000;
}

.header-section.stuck.text-white .main-menu > ul > li:last-child, .header-section.active.text-white .main-menu > ul > li:last-child, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu > ul > li:last-child, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu > ul > li:last-child, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu > ul > li:last-child {
  margin-right: 0px !important;
}

.header-section.stuck.text-white .main-menu > ul > li > a, .header-section.active.text-white .main-menu > ul > li > a, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu > ul > li > a, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu > ul > li > a, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu > ul > li > a {
  color: #000000;
}

.header-section.stuck.text-white .main-menu > ul > li > a:before, .header-section.active.text-white .main-menu > ul > li > a:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu > ul > li > a:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu > ul > li > a:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu > ul > li > a:before {
  background: #000000;
}

.header-section.stuck.text-white .main-menu > ul > li > a:after, .header-section.active.text-white .main-menu > ul > li > a:after, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu > ul > li > a:after, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu > ul > li > a:after, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu > ul > li > a:after {
  color: #000000;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white, .header-section.stuck.text-white .main-menu .pagination .btn-border.border-white.page-link, .pagination .header-section.stuck.text-white .main-menu .btn-border.border-white.page-link, .header-section.stuck.text-white .main-menu .btn-border.border-white.btn-offcanvas, .header-section.stuck.text-white .main-menu .btn-border.border-white.lang-switcher-btn, .header-section.stuck.text-white .main-menu .btn-border.border-white.anchor-top, .header-section.stuck.text-white .main-menu .btn-border.border-white.document-list-item-link, .header-section.active.text-white .main-menu .btn.btn-border.border-white, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn.btn-border.border-white, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn.btn-border.border-white, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn.btn-border.border-white, .header-section.active.text-white .main-menu .pagination .btn-border.border-white.page-link, .pagination .header-section.active.text-white .main-menu .btn-border.border-white.page-link, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .pagination .btn-border.border-white.page-link, .pagination .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.page-link, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .pagination .btn-border.border-white.page-link, .pagination .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.page-link, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .pagination .btn-border.border-white.page-link, .pagination .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.page-link, .header-section.active.text-white .main-menu .btn-border.border-white.btn-offcanvas, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.btn-offcanvas, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.btn-offcanvas, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.btn-offcanvas, .header-section.active.text-white .main-menu .btn-border.border-white.lang-switcher-btn, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.lang-switcher-btn, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.lang-switcher-btn, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.lang-switcher-btn, .header-section.active.text-white .main-menu .btn-border.border-white.anchor-top, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.anchor-top, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.anchor-top, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.anchor-top, .header-section.active.text-white .main-menu .btn-border.border-white.document-list-item-link, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.document-list-item-link, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.document-list-item-link, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.document-list-item-link {
  color: #000000;
  border-color: #000000 !important;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:before, .header-section.stuck.text-white .main-menu .pagination .btn-border.border-white.page-link:before, .pagination .header-section.stuck.text-white .main-menu .btn-border.border-white.page-link:before, .header-section.stuck.text-white .main-menu .btn-border.border-white.btn-offcanvas:before, .header-section.stuck.text-white .main-menu .btn-border.border-white.lang-switcher-btn:before, .header-section.stuck.text-white .main-menu .btn-border.border-white.anchor-top:before, .header-section.stuck.text-white .main-menu .btn-border.border-white.document-list-item-link:before, .header-section.active.text-white .main-menu .btn.btn-border.border-white:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn.btn-border.border-white:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn.btn-border.border-white:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn.btn-border.border-white:before, .header-section.active.text-white .main-menu .pagination .btn-border.border-white.page-link:before, .pagination .header-section.active.text-white .main-menu .btn-border.border-white.page-link:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .pagination .btn-border.border-white.page-link:before, .pagination .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.page-link:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .pagination .btn-border.border-white.page-link:before, .pagination .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.page-link:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .pagination .btn-border.border-white.page-link:before, .pagination .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.page-link:before, .header-section.active.text-white .main-menu .btn-border.border-white.btn-offcanvas:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.btn-offcanvas:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.btn-offcanvas:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.btn-offcanvas:before, .header-section.active.text-white .main-menu .btn-border.border-white.lang-switcher-btn:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.lang-switcher-btn:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.lang-switcher-btn:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.lang-switcher-btn:before, .header-section.active.text-white .main-menu .btn-border.border-white.anchor-top:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.anchor-top:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.anchor-top:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.anchor-top:before, .header-section.active.text-white .main-menu .btn-border.border-white.document-list-item-link:before, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.document-list-item-link:before, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.document-list-item-link:before, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.document-list-item-link:before {
  background-color: #000000;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:hover, .header-section.stuck.text-white .main-menu .pagination .btn-border.border-white.page-link:hover, .pagination .header-section.stuck.text-white .main-menu .btn-border.border-white.page-link:hover, .header-section.stuck.text-white .main-menu .btn-border.border-white.btn-offcanvas:hover, .header-section.stuck.text-white .main-menu .btn-border.border-white.lang-switcher-btn:hover, .header-section.stuck.text-white .main-menu .btn-border.border-white.anchor-top:hover, .header-section.stuck.text-white .main-menu .btn-border.border-white.document-list-item-link:hover, .header-section.active.text-white .main-menu .btn.btn-border.border-white:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn.btn-border.border-white:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn.btn-border.border-white:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn.btn-border.border-white:hover, .header-section.active.text-white .main-menu .pagination .btn-border.border-white.page-link:hover, .pagination .header-section.active.text-white .main-menu .btn-border.border-white.page-link:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .pagination .btn-border.border-white.page-link:hover, .pagination .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.page-link:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .pagination .btn-border.border-white.page-link:hover, .pagination .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.page-link:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .pagination .btn-border.border-white.page-link:hover, .pagination .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.page-link:hover, .header-section.active.text-white .main-menu .btn-border.border-white.btn-offcanvas:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.btn-offcanvas:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.btn-offcanvas:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.btn-offcanvas:hover, .header-section.active.text-white .main-menu .btn-border.border-white.lang-switcher-btn:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.lang-switcher-btn:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.lang-switcher-btn:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.lang-switcher-btn:hover, .header-section.active.text-white .main-menu .btn-border.border-white.anchor-top:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.anchor-top:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.anchor-top:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.anchor-top:hover, .header-section.active.text-white .main-menu .btn-border.border-white.document-list-item-link:hover, .menu-main-item.active > .header-section.text-white.menu-main-link .main-menu .btn-border.border-white.document-list-item-link:hover, .menu-footer-item.active .header-section.text-white.menu-footer-link .main-menu .btn-border.border-white.document-list-item-link:hover, .menu-legal-item.active .header-section.text-white.menu-legal-link .main-menu .btn-border.border-white.document-list-item-link:hover {
  color: #ffffff;
}

/* header section - end
================================================== */
/* secondary header - start
================================================== */
.header-section.secondary-header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: absolute;
}

.header-section .header-top {
  min-height: 40px;
}

.header-section .header-top .social-links-text > ul > li {
  font-size: 12px;
}

.header-section .header-top .social-links-text > ul > li > a {
  font-size: 12px;
}

.header-section .header-bottom {
  min-height: 100px;
}

.header-section.active .header-bottom, .menu-main-item.active > .header-section.menu-main-link .header-bottom, .menu-footer-item.active .header-section.menu-footer-link .header-bottom, .menu-legal-item.active .header-section.menu-legal-link .header-bottom {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}

/* secondary header - end
================================================== */
/* sticky - start
================================================== */
.sticky-header {
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  z-index: 999;
  position: absolute;
  padding: 48.5px 0px;
}

.sticky-header.stuck {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: fixed;
  padding: 23.5px 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}

/* sticky - end
================================================== */
/* hang top - start
================================================== */
.hanging-header {
  top: 50px;
  left: 0px;
  right: 0px;
  height: auto;
  z-index: 999;
  position: fixed;
  transition: prop time;
}

.hanging-header .header-wrap {
  padding: 15px 30px;
  background-color: #ffffffd0;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2) !important;
}

.hanging-header.active, .menu-main-item.active > .hanging-header.menu-main-link, .menu-footer-item.active .hanging-header.menu-footer-link, .menu-legal-item.active .hanging-header.menu-legal-link {
  top: 15px;
}

.hanging-header.active .header-wrap, .menu-main-item.active > .hanging-header.menu-main-link .header-wrap, .menu-footer-item.active .hanging-header.menu-footer-link .header-wrap, .menu-legal-item.active .hanging-header.menu-legal-link .header-wrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 1s ease-in-out 0s normal none 1 flipInX;
          animation: 1s ease-in-out 0s normal none 1 flipInX;
}

/* hang top - end
================================================== */
/* fixed sidebar menu - start
================================================== */
.fixed-menu-btn {
  top: 0px;
  right: 0px;
  z-index: 999;
  padding: 10px;
  display: none;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.fixed-menu-btn .menu-btn {
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.fixed-sidebar-menu {
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 375px;
  z-index: 999;
  padding: 60px;
  position: fixed;
}

.fixed-sidebar-menu .brand-logo {
  margin-bottom: 190px;
}

.fixed-sidebar-menu .fsm-menu-list {
  margin: -12px -60px;
  margin-bottom: 182px;
}

.fixed-sidebar-menu .fsm-menu-list > ul > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  padding-left: 60px;
  position: relative;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.fixed-sidebar-menu .fsm-menu-list > ul > li > a:before {
  top: 50%;
  left: 0px;
  width: 0px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #000000;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.fixed-sidebar-menu .fsm-menu-list > ul > li > a .badge {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #434343;
  transform: translate(3px, -5px);
}

.fixed-sidebar-menu .fsm-menu-list > ul > li:hover > a, .fixed-sidebar-menu .fsm-menu-list > ul > li.active > a, .fixed-sidebar-menu .fsm-menu-list > ul.menu-main-item.active > li.menu-main-link > a, .fixed-sidebar-menu .menu-footer-item.active .fsm-menu-list > ul > li.menu-footer-link > a, .menu-footer-item.active .fixed-sidebar-menu .fsm-menu-list > ul > li.menu-footer-link > a, .fixed-sidebar-menu .menu-legal-item.active .fsm-menu-list > ul > li.menu-legal-link > a, .menu-legal-item.active .fixed-sidebar-menu .fsm-menu-list > ul > li.menu-legal-link > a {
  padding-left: 90px;
}

.fixed-sidebar-menu .fsm-menu-list > ul > li:hover > a:before, .fixed-sidebar-menu .fsm-menu-list > ul > li.active > a:before, .fixed-sidebar-menu .fsm-menu-list > ul.menu-main-item.active > li.menu-main-link > a:before, .fixed-sidebar-menu .menu-footer-item.active .fsm-menu-list > ul > li.menu-footer-link > a:before, .menu-footer-item.active .fixed-sidebar-menu .fsm-menu-list > ul > li.menu-footer-link > a:before, .fixed-sidebar-menu .menu-legal-item.active .fsm-menu-list > ul > li.menu-legal-link > a:before, .menu-legal-item.active .fixed-sidebar-menu .fsm-menu-list > ul > li.menu-legal-link > a:before {
  width: 60px;
}

.fixed-sidebar-menu .fsm-menu-list .submenu {
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.02);
}

.fixed-sidebar-menu .fsm-menu-list .submenu > li {
  width: 100%;
  display: block;
  padding-left: 60px;
  border-bottom: 1px solid #ededed;
}

.fixed-sidebar-menu .fsm-menu-list .submenu > li:last-child {
  border-bottom: none;
}

.fixed-sidebar-menu .fsm-menu-list .submenu > li > a {
  width: 100%;
  display: block;
  color: #000000;
  padding: 15px 30px;
}

/* fixed sidebar menu - end
================================================== */
/* sidebar menu - start
================================================== */
.sidebar-menu-wrapper {
  display: block;
}

.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: #c52222;
  transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .overlay.active, .sidebar-menu-wrapper .menu-main-item.active > .overlay.menu-main-link, .sidebar-menu-wrapper .menu-footer-item.active .overlay.menu-footer-link, .menu-footer-item.active .sidebar-menu-wrapper .overlay.menu-footer-link, .sidebar-menu-wrapper .menu-legal-item.active .overlay.menu-legal-link, .menu-legal-item.active .sidebar-menu-wrapper .overlay.menu-legal-link {
  opacity: 1;
  display: block;
}

.sidebar-menu-wrapper .close-btn {
  line-height: 1;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-menu-wrapper .close-btn:hover {
  color: #ffffff;
}

.sidebar-menu-wrapper .sidebar-menu {
  top: 0px;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  color: #ffffff;
  position: fixed;
  text-align: center;
  padding: 40px 15px;
  padding-top: 130px;
  overflow-y: scroll;
  background-color: #123649;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2) !important;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .sidebar-menu.active, .sidebar-menu-wrapper .menu-main-item.active > .sidebar-menu.menu-main-link, .sidebar-menu-wrapper .menu-footer-item.active .sidebar-menu.menu-footer-link, .menu-footer-item.active .sidebar-menu-wrapper .sidebar-menu.menu-footer-link, .sidebar-menu-wrapper .menu-legal-item.active .sidebar-menu.menu-legal-link, .menu-legal-item.active .sidebar-menu-wrapper .sidebar-menu.menu-legal-link {
  right: 0px;
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
  overflow: visible !important;
}

.sidebar-menu-wrapper .sidebar-menu .close-btn {
  top: 40px;
  right: 30px;
  position: absolute;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
  margin-left: -30px;
  margin-right: -30px;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 12px 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li:hover > a, .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li.active > a, .sidebar-menu-wrapper .sidebar-menu .menu-list > ul.menu-main-item.active > li.menu-main-link > a, .sidebar-menu-wrapper .sidebar-menu .menu-footer-item.active .menu-list > ul > li.menu-footer-link > a, .menu-footer-item.active .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li.menu-footer-link > a, .sidebar-menu-wrapper .sidebar-menu .menu-legal-item.active .menu-list > ul > li.menu-legal-link > a, .menu-legal-item.active .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li.menu-legal-link > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu {
  margin: 0px;
  padding: 10px 0px;
  background-color: rgba(255, 255, 255, 0.04);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li {
  width: 100%;
  display: block;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li > a {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding: 10px 30px 10px 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li:hover > a, .sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li.active > a, .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-main-item.active.submenu > li.menu-main-link > a, .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-footer-item.active .submenu > li.menu-footer-link > a, .menu-footer-item.active .sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li.menu-footer-link > a, .sidebar-menu-wrapper .sidebar-menu .menu-list .menu-legal-item.active .submenu > li.menu-legal-link > a, .menu-legal-item.active .sidebar-menu-wrapper .sidebar-menu .menu-list .submenu > li.menu-legal-link > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-menu-wrapper .cart-sidebar {
  top: 0px;
  width: 370px;
  right: -390px;
  height: 100vh;
  z-index: 9999;
  padding: 30px;
  position: fixed;
  overflow-y: scroll;
  background-color: #000000;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .cart-sidebar.active, .sidebar-menu-wrapper .menu-main-item.active > .cart-sidebar.menu-main-link, .sidebar-menu-wrapper .menu-footer-item.active .cart-sidebar.menu-footer-link, .menu-footer-item.active .sidebar-menu-wrapper .cart-sidebar.menu-footer-link, .sidebar-menu-wrapper .menu-legal-item.active .cart-sidebar.menu-legal-link, .menu-legal-item.active .sidebar-menu-wrapper .cart-sidebar.menu-legal-link {
  right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .remove-btn {
  top: 10px;
  right: 0px;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-image {
  float: left;
  max-width: 70px;
  margin-right: 20px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-content {
  display: table;
  margin-top: 10px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-content .item-title {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 3px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-content .item-price {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.total-price {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.total-price span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.total-price small {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group {
  padding-right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li {
  width: 50%;
  padding: 0px 5px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .btn, .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .pagination .page-link, .pagination .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .page-link, .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .btn-offcanvas, .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .lang-switcher-btn, .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .anchor-top, .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li .document-list-item-link {
  min-width: 100%;
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}

.cart-sidebar::-webkit-scrollbar {
  width: 0px;
}

/* sidebar menu - end
================================================== */
/* 01 - header - end
==================================================================================================== */
/* 02 - footer - start
==================================================================================================== */
.footer-section .brand-logo {
  text-align: center;
}

.footer-section .brand-logo img:hover {
  opacity: 0.5;
}

.footer-section .brand-logo > a {
  height: 72px;
  max-width: 100px;
  display: inline-block;
  margin-top: 25px;
}

.footer-section .useful-links > ul > li {
  margin-bottom: 10px;
}

.footer-section .useful-links > ul > li:last-child {
  margin-bottom: 0px !important;
}

.footer-section .useful-links > ul > li .admin-name {
  display: block;
  font-size: 21px;
  font-weight: 700;
}

.footer-section .useful-links > ul > li > a {
  font-weight: 500;
  position: relative;
  color: #000000;
}

.footer-section .useful-links > ul > li > a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
}

.footer-section .useful-links > ul > li > a:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.footer-section.footer-bottom {
  padding: 15px;
}

.footer-section.footer-bottom .text-rc {
  text-align: right;
}

.footer-section .instagram-shoots > ul > li > a,
.footer-section .instagram-shoots-2 > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.footer-section .instagram-shoots > ul > li > a:before,
.footer-section .instagram-shoots-2 > ul > li > a:before {
  top: 50%;
  left: 50%;
  width: 0px;
  z-index: 1;
  height: 90%;
  content: '';
  position: absolute;
  background-color: #000000;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.footer-section .instagram-shoots > ul > li > a:after,
.footer-section .instagram-shoots-2 > ul > li > a:after {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  color: #ffffff;
  font-size: 26px;
  content: '\F292';
  font-weight: 400;
  position: absolute;
  font-family: 'icomoon';
  transform: translate(-50%, -30%);
  transition: all 0.3s ease-in-out;
}

.footer-section .instagram-shoots > ul > li > a:hover:before,
.footer-section .instagram-shoots-2 > ul > li > a:hover:before {
  width: 90%;
}

.footer-section .instagram-shoots > ul > li > a:hover:after,
.footer-section .instagram-shoots-2 > ul > li > a:hover:after {
  opacity: 1;
  transition-delay: .05s;
  transform: translate(-50%, -50%);
}

.footer-section .instagram-shoots > ul > li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 8px;
  text-align: center;
}

.footer-section .instagram-shoots > ul > li:last-child {
  margin-right: 0px !important;
}

.footer-section .instagram-shoots > ul > li:first-child {
  margin-right: 30px !important;
}

.footer-section .instagram-shoots > ul > li .icon {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 26px;
  text-align: right;
  line-height: 80px;
  color: #000000;
}

.footer-section .instagram-shoots > ul > li > a:after {
  font-size: 20px;
}

.footer-section .instagram-shoots-2 > ul > li {
  width: 135px;
  height: 135px;
  margin-right: 10px;
}

.footer-section .instagram-shoots-2 > ul > li:last-child {
  margin-right: 0px !important;
}

.footer-section .instagram-shoots-2 .list-title {
  width: 100%;
  display: table;
  font-size: 14px;
  font-weight: 500;
  margin-top: 60px;
  color: #000000;
}

.footer-section .payment-card > ul > li {
  margin-right: 5px;
}

.footer-section .payment-card > ul > li:last-child {
  margin-right: 0px !important;
}

.footer-section .payment-card > ul > li > a {
  display: block;
  max-width: 33px;
}

.footer-section .form-group {
  margin: 0px;
}

.footer-section .form-group > ul > li {
  margin-right: 20px;
}

.footer-section .form-group > ul > li:last-child {
  margin-right: 0px !important;
}

.footer-section .form-item select {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  color: #000000;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-section.text-white .useful-links > ul > li > a {
  color: #ffffff;
}

.footer-section.text-white .useful-links > ul > li > a:before {
  background-color: #ffffff;
}

.footer-section.text-white .social-links-text > ul > li:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.footer-section.text-white .social-links-text > ul > li > a {
  color: #ffffff;
}

.footer-section.text-white .social-links-text > ul > li > a:before {
  background-color: #ffffff;
}

.footer-section.text-white .instagram-shoots > ul > li .icon {
  color: #ffffff;
}

.footer-section.text-white .instagram-shoots-2 .list-title {
  color: #ffffff;
}

/* 02 - footer - end
==================================================================================================== */
/* 03 - breadcrumb - start
==================================================================================================== */
.breadcrumb-section .page-title {
  font-size: 48px;
  font-weight: 600;
}

.breadcrumb-section .breadcrumb-nev > ul > li {
  font-weight: 500;
  margin-right: 15px;
  color: #434343;
}

.breadcrumb-section .breadcrumb-nev > ul > li:last-child {
  margin-right: 0px !important;
}

.breadcrumb-section .breadcrumb-nev > ul > li > a {
  font-weight: 500;
  color: #000000;
}

.breadcrumb-section.text-white .page-title {
  color: #ffffff;
}

.breadcrumb-section.text-white .breadcrumb-nev > ul > li {
  color: #bababa;
}

.breadcrumb-section.text-white .breadcrumb-nev > ul > li > a {
  color: #ffffff;
}

/* 03 - breadcrumb - end
==================================================================================================== */
/* 04 - sidebar - start
==================================================================================================== */
.sidebar-section .widget {
  margin-bottom: 60px;
}

.sidebar-section .widget:last-child {
  margin-bottom: 0px !important;
}

.sidebar-section .widget-title {
  width: 100%;
  display: table;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #051938;
}

.sidebar-section .widget-title span {
  float: left;
  font-size: 14px;
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 20px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-title span:before {
  left: 0px;
  height: 1px;
  width: 100%;
  content: '';
  bottom: -1px;
  line-height: 1;
  position: absolute;
}

.sidebar-section .widget-search .form-item {
  margin-bottom: 0px;
}

.sidebar-section .widget-search .form-item input {
  height: 45px;
  border: none;
  font-size: 13px;
  border-radius: 45px;
  background-color: #f6f6f6;
}

.sidebar-section .widget-blogs .items-list > ul > li {
  margin-bottom: 20px;
}

.sidebar-section .widget-blogs .items-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.sidebar-section .widget-category .items-list > ul > li {
  margin-bottom: 10px;
}

.sidebar-section .widget-category .items-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.sidebar-section .widget-category .items-list > ul > li:hover {
  opacity: .7;
  cursor: pointer;
}

.sidebar-section .widget-category .items-list > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-category .items-list > ul > li > a span {
  float: right;
}

.sidebar-section .widget-category .items-list > ul > li > a:hover {
  opacity: .7;
}

.sidebar-section .widget-category .category-items-list > ul > li {
  margin-bottom: 15px;
}

.sidebar-section .widget-category .category-items-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.sidebar-section .widget-category .category-items-list > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-category .category-items-list > ul > li.item-has-child > a:after {
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: 700;
  content: '\F067';
  position: absolute;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Pro';
}

.sidebar-section .widget-category .category-items-list > ul > li.item-has-child > a[aria-expanded=true]:after {
  content: '\F068';
  transform: rotate(360deg);
}

.sidebar-section .widget-category .category-items-list > ul > li .sub-menu {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 20px;
}

.sidebar-section .widget-category .category-items-list > ul > li .sub-menu > li {
  width: 100%;
  display: block;
  margin-top: 5px;
}

.sidebar-section .widget-category .category-items-list > ul > li .sub-menu > li > a {
  color: #434343;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-section .widget-category .category-items-list > ul > li .sub-menu > li > a span {
  float: right;
}

.sidebar-section .widget-category .category-items-list > ul > li .sub-menu > li:hover > a {
  color: #000000;
}

.sidebar-section .widget-newsletter {
  padding: 40px 20px;
}

.sidebar-section .widget-newsletter h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}

.sidebar-section .widget-newsletter .form-item input {
  height: 45px;
  border: none;
  text-align: center;
}

.sidebar-section .widget-newsletter .btn-border {
  height: 45px;
  color: #ffffff;
  line-height: 45px;
  padding: 0px 30px;
  border-radius: 0px;
  display: inline-block;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}

.sidebar-section .widget-newsletter .btn-border:hover {
  color: #000000;
  background-color: #ffffff;
}

.sidebar-section .widget-tags .items-list {
  margin: -2px;
}

.sidebar-section .widget-tags .items-list > ul {
  width: 100%;
  display: block;
}

.sidebar-section .widget-tags .items-list > ul > li {
  margin: 2px;
}

.sidebar-section .widget-tags .items-list > ul > li > a {
  height: 32px;
  display: block;
  min-width: 70px;
  font-size: 13px;
  padding: 0px 15px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  font-family: "Poppins", sans-serif;
  border: 1px solid #ededed;
}

.sidebar-section .widget-tags .items-list > ul > li > a:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.sidebar-section .price-range-area .slider-range {
  height: 6px;
  border: none;
  border-radius: 45px;
  background-color: #d6d6d6;
}

.sidebar-section .price-range-area .ui-slider-range {
  border: none;
  border-radius: 45px;
  background-color: #000000;
}

.sidebar-section .price-range-area .ui-state-default {
  top: -7px;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  border-radius: 100%;
  border: 6px solid #ffffff;
  background-color: #000000;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.sidebar-section .price-range-area .price-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000000;
}

.sidebar-section .price-range-area .price-text span {
  float: left;
  margin-right: 15px;
}

.sidebar-section .price-range-area .price-text input {
  border: none;
  font-weight: 600;
  color: #434343;
  display: inline-block;
}

.sidebar-section .product-size .size-btns-group > ul > li {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.sidebar-section .product-size .size-btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.sidebar-section .product-size .size-btns-group > ul > li > a {
  width: 100%;
  height: 100%;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #f2f2f2;
}

.sidebar-section .product-size .size-btns-group > ul > li > a:hover {
  color: #ffffff;
  background-color: #000000;
}

.sidebar-section .btns-group > ul > li {
  margin-right: 15px;
}

.sidebar-section .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

/* 04 - sidebar - end
==================================================================================================== */
/* 05 - partners section - start
==================================================================================================== */
.partners-section .item {
  padding: 0px 15px;
}

.partners-section .item .partner-logo {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
}

.partners-section .item .partner-logo > img {
  left: 50%;
  max-width: 60%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}



.partners-section .item .partner-logo > img.after-image {
  top: 150%;
}

.partners-section .item .partner-logo:hover > img {
  left: 50%;
  max-width: 60%;
  position: absolute;
}

.partners-section .item .partner-logo:hover > img.before-image {
  top: -150%;
}

.partners-section .item .partner-logo:hover > img.after-image {
  top: 50%;
}

.partners-section .item .item-grayscale {
  opacity: .5;
}

.partners-section .item .item-grayscale:hover {
  opacity: 1;
}

.partners-section .arrow-left-right .owl-nav .owl-next,
.partners-section .arrow-left-right .owl-nav .owl-prev {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.partners-section .arrow-left-right .owl-nav .owl-next:before,
.partners-section .arrow-left-right .owl-nav .owl-prev:before {
  color: #000000;
}

.partners-section .arrow-left-right .owl-nav .owl-prev {
  left: -60px;
}

.partners-section .arrow-left-right .owl-nav .owl-next {
  right: -60px;
}

.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-next,
.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-prev {
  background-color: rgba(255, 255, 255, 0.05);
}

.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-next:before,
.partners-section.bg-default-black .arrow-left-right .owl-nav .owl-prev:before {
  color: #ffffff;
}

.partners-section:hover .arrow-left-right .owl-nav .owl-prev {
  opacity: 1;
  left: -40px;
}

.partners-section:hover .arrow-left-right .owl-nav .owl-next {
  opacity: 1;
  right: -40px;
}

/* 05 - partners section - end
==================================================================================================== */
/* 06 - funfact section - start
==================================================================================================== */
.counter-item {
  margin-top: 30px;
}

.counter-item .counter-text {
  line-height: 1;
  font-size: 80px;
  font-weight: 500;
}

.counter-item p {
  font-size: 14px;
  font-weight: 300;
}

/* 06 - funfact section - end
==================================================================================================== */
/* 08 - call to action section - start
==================================================================================================== */
.calltoaction-section .title-text {
  font-size: 32px;
}

.calltoaction-section .title-text span {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
}

.calltoaction-section.text-white .title-text {
  color: #ffffff;
}

/* 08 - call to action section - end
==================================================================================================== */
/* 07 - policy section - start
==================================================================================================== */
.policy-item {
  margin-top: 30px;
}

.policy-item .item-icon {
  width: 70px;
  float: left;
  line-height: 1;
  font-size: 50px;
  margin-right: 15px;
}

.policy-item .item-content {
  display: table;
}

.policy-item .item-title {
  font-size: 18px;
  font-weight: 600;
}

.text-white .policy-item .item-title {
  color: #ffffff;
}

/* 07 - policy section - end
==================================================================================================== */
/* 09 - pricing section - start
==================================================================================================== */
.pricing-table-wrap {
  margin-top: 30px;
  border: 1px solid #dddddd;
}

.pricing-table {
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
}

.pricing-table:last-child {
  border-right: none;
}

.pricing-table .item-header {
  margin: -1px;
  padding: 30px;
  background-color: #f2f2f2;
}

.pricing-table .item-title {
  font-size: 21px;
  font-weight: 700;
}

.pricing-table .price-text strong {
  color: #000000;
  line-height: 1;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
}

.pricing-table .price-text sup {
  color: #000000;
  line-height: 1;
  font-size: 20px;
}

.pricing-table .info-list {
  padding: 40px 0px;
}

.pricing-table .info-list > ul {
  margin: -12px 0px;
}

.pricing-table .info-list > ul > li {
  display: block;
  line-height: 1;
  padding: 12px 30px;
}

.pricing-table .info-list > ul > li:nth-child(2n+0) {
  background-color: #f8f8f8;
}

.pricing-table.premium-item {
  z-index: 1;
  border: none;
  position: relative;
  transform: scale(1.1);
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
}

.pricing-table.premium-item .item-header {
  background-color: #000000;
}

.pricing-table.premium-item .item-title {
  color: #ffffff;
}

.pricing-table.premium-item .price-text strong {
  color: #ffffff;
}

.pricing-table.premium-item .price-text sup {
  color: #ffffff;
}

/* 09 - pricing section - end
==================================================================================================== */
/* 10 - about pages - start
==================================================================================================== */
/* about section - start */
.about-section .about-image.creative-image {
  z-index: 1;
  padding: 20px;
  margin-top: -100px;
  position: relative;
  background-color: #ffffff;
}

.about-section .about-image > img {
  width: 100%;
  display: block;
}

.about-section .about-content > .item-title.has-line {
  position: relative;
  padding-bottom: 30px;
}

.about-section .about-content > .item-title.has-line:before {
  left: 0px;
  width: 60px;
  height: 2px;
  content: '';
  bottom: 0px;
  position: absolute;
  background-color: #000000;
}

.about-section .about-content p {
  font-size: 16px;
}

.about-section .about-content .signiture {
  line-height: 1;
  display: block;
  color: #000000;
  font-size: 70px;
  font-family: "PWSignaturetwo";
}

.about-section .about-content .person-name {
  font-size: 48px;
}

.about-section .about-content .person-title {
  font-size: 26px;
}

/* about section - end */
/* about v1 - start */
.about-list-layout {
  margin-bottom: 100px;
}

.about-list-layout:last-child {
  margin-bottom: 0px !important;
}

.about-list-layout .item-image > img {
  width: 100%;
  display: block;
}

.about-list-layout .item-content {
  z-index: 1;
  position: relative;
}

.about-list-layout .item-content .item-title {
  font-size: 42px;
}

.about-list-layout p {
  font-size: 16px;
}

.about-list-layout .item-content .about-service > ul > li {
  margin-bottom: 50px;
}

.about-list-layout .item-content .about-service > ul > li:last-child {
  margin-bottom: 0px !important;
}

.about-list-layout .item-content .about-service .service-icon {
  margin-top: 3px;
}

.about-list-layout .item-content .about-service .service-icon > img {
  width: 45px;
}

.about-list-layout .item-content .about-service .service-content {
  display: table;
}

.about-list-layout .item-content .about-service .service-content .service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-list-layout .item-content .about-service .service-content p {
  font-size: 13px;
}

.about-list-layout .item-content .experience-info > ul > li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.about-list-layout .item-content .experience-info > ul > li:before {
  left: 0px;
  content: '';
  width: 40px;
  height: 2px;
  bottom: -1px;
  position: absolute;
  background-color: #000000;
}

.about-list-layout .item-content .experience-info > ul > li:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.about-list-layout .item-content .experience-info > ul > li:last-child:before {
  display: none;
}

.about-list-layout .item-content .experience-info > ul > li span {
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.about-list-layout .item-content .experience-info > ul > li h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-list-layout .item-content .experience-info > ul > li p {
  font-size: 16px;
  font-weight: 600px;
  color: #000000;
}

.about-list-layout:nth-child(odd) .item-content {
  padding: 0px 0px 0px 100px;
}

.about-list-layout:nth-child(odd) .item-content .item-title {
  margin: 0px 0px 50px -200px;
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-icon {
  float: left;
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-content {
  padding-left: 30px;
}

.about-list-layout:nth-child(even) .item-content {
  padding: 0px 100px 0px 0px;
}

.about-list-layout:nth-child(even) .item-content .item-title {
  margin: 0px -200px 50px 0px;
}

.about-list-layout:nth-child(even) .item-content .about-service .service-icon {
  float: right;
}

.about-list-layout:nth-child(even) .item-content .about-service .service-content {
  padding-left: 0px;
  padding-right: 30px;
}

/* about v1 - end */
/* about v2 - end */
.about-section .item-title {
  font-size: 42px;
}

.about-section .item-title .d-block {
  font-family: "Montserrat", sans-serif;
}

.about-section .about-content p.line-left {
  position: relative;
  padding-left: 100px;
}

.about-section .about-content p.line-left:before {
  top: 7px;
  left: 0px;
  width: 2px;
  content: '';
  height: 60px;
  position: absolute;
  background-color: #000000;
}

.about-section .about-content .about-service > ul > li {
  margin-bottom: 20px;
}

.about-section .about-content .about-service > ul > li:last-child {
  margin-bottom: 0px !important;
}

.about-section .about-content .about-service .service-icon {
  float: left;
  margin-top: 3px;
}

.about-section .about-content .about-service .service-icon > img {
  width: 45px;
}

.about-section .about-content .about-service .service-content {
  display: table;
  padding-left: 30px;
  text-align: left;
}

.about-section .about-content .about-service .service-content .service-title {
  font-size: 18px;
  font-weight: 500;
}

.about-section .about-content .about-service .service-content p {
  font-size: 14px;
}

.about-section .child-item {
  margin-top: 60px;
}

.about-section .child-item .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-section .child-item p {
  font-size: 13px;
}

/* about v2 - end */
/* how to use - start */
.howtouse-section.text-white .section-title .title-text {
  color: #ffffff;
}

/* how to use - end */
/* history section - start */
.history-section .section-title .title-text {
  z-index: 1;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.history-section .section-title .title-text .icon {
  top: 50%;
  left: 50%;
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
}

/* history section - end */
/* 10 - about pages - end
==================================================================================================== */
.font-bold {
  font-weight: 600;
}

.breadcrumb-nev > ul > li:not(:last-child):after {
  line-height: 1 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F054" !important;
  padding-left: 25px;
}

.breadcrumb-nev > ul > li:last-child {
  font-weight: 600;
}

.service-default > h2 {
  font-weight: 300 !important;
}

/* 11 - team page - start
==================================================================================================== */
/* team section - start */
.team-section.bg-gray {
  background-color: #f8f8f8;
}

/* team section - end */
/* team full image layout - start */
.team-fullimage {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.team-fullimage:before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: 1;
  height: 90%;
  content: '';
  position: absolute;
  transition: all .3s ease-in-out;
  background-color: #c52222;
  opacity: 0.4;
  transform: translate(-50%, -50%);
}

.team-fullimage:hover:before {
  width: 90%;
}

.team-fullimage .item-content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  color: #ffffff;
  padding: 0px 30px;
  position: absolute;
  transform: translateY(-50%);
}

.team-fullimage .item-content a {
  color: white;
}

.team-fullimage .person-name {
  overflow: hidden;
  margin-bottom: 8px;
}

.team-fullimage .person-name h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
}

.team-fullimage .person-title {
  overflow: hidden;
  margin-bottom: 25px;
}

.team-fullimage .person-title span {
  display: block;
  font-size: 13px;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
}

.team-fullimage:hover .person-name h3 {
  transition-delay: .3s;
  transform: translateY(0%);
}

.team-fullimage:hover .person-title span {
  transition-delay: .5s;
  transform: translateY(0%);
}

.team-fullimage .social-links > ul > li {
  overflow: hidden;
  text-align: center;
  margin-right: 30px;
}

.team-fullimage .social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.team-fullimage .social-links > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
}

.team-fullimage:hover .social-links > ul > li > a {
  transform: translateY(0%);
}

.team-fullimage:hover .social-links > ul > li:nth-child(1) > a {
  transition-delay: .7s;
}

.team-fullimage:hover .social-links > ul > li:nth-child(2) > a {
  transition-delay: .8s;
}

.team-fullimage:hover .social-links > ul > li:nth-child(3) > a {
  transition-delay: .9s;
}

/* team full image layout - end */
/* team grid - start */
.team-grid {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.team-grid .person-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.team-grid .person-image:before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: 1;
  height: 90%;
  content: '';
  position: absolute;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  transform: translate(-50%, -50%);
}

.team-grid .person-image > img {
  filter: grayscale(100%);
}

.team-grid .person-image .social-links {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 3;
  position: absolute;
  transform: translateY(-50%);
}

.team-grid .person-image .social-links > ul > li {
  opacity: 0;
  margin-right: 30px;
  transform: translateY(30px);
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.team-grid .person-image .social-links > ul > li > a {
  color: #000000;
  font-size: 16px;
}

.team-grid .person-image .social-links > ul > li > a:hover {
  color: #434343;
  transform: translateY(-5px);
}

.team-grid:hover .person-image:before {
  width: 90%;
}

.team-grid:hover .person-image .social-links > ul > li {
  opacity: 1;
  transform: translateY(0px);
}

.team-grid:hover .person-image .social-links > ul > li:nth-child(1) {
  transition-delay: .2s;
}

.team-grid:hover .person-image .social-links > ul > li:nth-child(2) {
  transition-delay: .3s;
}

.team-grid:hover .person-image .social-links > ul > li:nth-child(3) {
  transition-delay: .4s;
}

.team-grid:hover .person-image .social-links > ul > li:nth-child(4) {
  transition-delay: .5s;
}

.team-grid .person-name {
  font-size: 22px;
  font-weight: 600;
}

/* team grid - end */
/* 11 - team page - end
==================================================================================================== */
/* 12 - testimonial page - start
==================================================================================================== */
/* testimonial full width - start */
.testimonial-fullwidth .person-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 100%;
  display: inline-block;
}

.testimonial-fullwidth p {
  font-size: 24px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.testimonial-carousel-1 .owl-dots {
  margin-top: 40px !important;
}

.bg-default-black.text-white .testimonial-fullwidth p {
  color: #ffffff;
}

/* testimonial full width - end */
/* testimonial boxed - start */
.testimonial-boxed {
  z-index: 1;
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ededed;
}

.testimonial-boxed .quote-icon {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: .15;
  max-width: 180px;
  position: absolute;
}

.testimonial-boxed .person-image {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.testimonial-boxed .person-comment {
  display: table;
  padding-left: 100px;
}

.testimonial-boxed .person-comment p {
  font-size: 15px;
}

.testimonial-boxed .person-comment .person-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.testimonial-boxed .person-comment .person-title {
  display: block;
  font-size: 13px;
}

/* testimonial boxed - end */
/* 12 - testimonial page - end
==================================================================================================== */
/* 13 - services pages - start
==================================================================================================== */
/* service default - start */
.serial-number {
  line-height: 1;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.service-default {
  margin-top: 60px;
}

.service-default.plr-30 {
  padding: 0px 30px;
}

.service-default.plr-70 {
  padding: 0px 70px;
}

.service-default .item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0px auto 30px;
}

.service-default .item-icon > img {
  margin: auto;
  height: auto;
}

.service-default .item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-default p {
  font-size: 16px;
}

.service-default > img {
  height: 64px !important;
  margin-bottom: 10px !important;
}

.text-white .service-default .item-title {
  color: #ffffff;
}

.section-title.size-increase .title-text {
  font-size: 42px;
}

/* service default - end */
/* service default - start */
.service-section .about-list-layout .item-content > .item-title {
  font-size: 60px;
  font-weight: 500;
}

.service-section .about-list-layout .item-content .about-service .service-content p {
  font-size: 14px;
}

.service-section .about-list-layout:nth-child(odd) .item-content .item-title {
  margin: 0px 0px 50px -100px;
}

.service-section .about-list-layout:nth-child(even) .item-content .item-title {
  margin: 0px -100px 50px 0px;
}

/* service default - end */
/* 13 - services pages - end
==================================================================================================== */
/* 14 - blog pages - start
==================================================================================================== */
/* main blog grid - start */
.main-blog-grid {
  margin-top: 60px;
}

.main-blog-grid .item-image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.main-blog-grid .item-content {
  padding: 0px 95px;
}

.main-blog-grid .item-title > a {
  display: block;
  color: #000000;
  font-size: 38px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.main-blog-grid .post-meta > ul > li {
  padding: 0px;
  color: #434343;
  margin-right: 20px;
}

.main-blog-grid .post-meta > ul > li:after {
  display: none;
}

.main-blog-grid .post-meta > ul > li > a {
  color: #000000;
}

/* main blog grid - end */
/* blog grid - start */
.blog-grid {
  margin-top: 30px;
}

.blog-grid .blog-image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.blog-grid:hover .blog-image {
  filter: none;
}

.blog-grid .item-title {
  margin-bottom: 20px;
}

.blog-grid .item-title > a {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.blog-grid .item-content {
  padding: 0px 70px;
}

.blog-grid .size-increase .item-title > a {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.blog-page .blog-grid {
  margin-top: 60px;
}

/* blog grid - end */
/* blog list - start */
.blog-list {
  margin-bottom: 60px;
}

.blog-list .item-image {
  float: left;
  width: 370px;
  background-color: #ffffff;
}

.blog-list .item-image > img {
  transition: all 0.3s ease-in-out;
}

.blog-list:hover .item-image > img {
  opacity: .6;
}

.blog-list .item-content {
  display: table;
  padding-left: 60px;
}

.blog-list .item-title {
  margin-bottom: 20px;
}

.blog-list .item-title a {
  font-size: 21px;
  line-height: 1.429;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

/* blog list - end */
/* blog fullimage - start */
.blog-fullimage {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.blog-fullimage.add-effect:before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: 1;
  height: 85%;
  content: '';
  position: absolute;
  transition: all .3s ease-in-out;
  background-color: #000000;
  transform: translate(-50%, -50%);
}

.blog-fullimage.add-effect:hover:before {
  width: 85%;
}

.blog-fullimage .item-content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 0px 30px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

.blog-fullimage .item-content .item-title,
.blog-fullimage .item-content .item-brand {
  opacity: 0;
  width: 100%;
  display: block;
  color: #ffffff;
  line-height: 1.4;
  transform: translateY(8px);
  transition: all 0.3s ease-in-out;
}

.blog-fullimage .item-content .item-title {
  font-size: 21px;
  font-weight: 600;
  max-width: 330px;
  margin-bottom: 20px;
  display: inline-block;
}

.blog-fullimage .item-content .item-brand {
  font-size: 14px;
}

.blog-fullimage:hover .item-content .item-title,
.blog-fullimage:hover .item-content .item-brand {
  opacity: 1;
  transform: translateY(0px);
}

.blog-fullimage:hover .item-content .item-title {
  transition-delay: .3s;
}

.blog-fullimage:hover .item-content .item-brand {
  transition-delay: .5s;
}

.blog-section .masoney-grid.m-0.mb-100 {
  margin-bottom: 100px !important;
}

.blog-section .masoney-grid.m-0 .blog-fullimage {
  margin: 0px;
}

.blog-section .masoney-grid.m-0.metro-layout .grid-item,
.blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
  width: 25%;
}

.blog-section .masoney-grid.m-0.metro-layout .grid-50 {
  width: 50%;
}

/* blog fullimage - end */
/* small blog - start */
.small-blog .item-image {
  float: left;
  width: 69px;
  margin-right: 18px;
}

.small-blog .item-image > img {
  transition: all 0.3s ease-in-out;
}

.small-blog:hover .item-image > img {
  opacity: .6;
}

.small-blog .item-content {
  display: table;
}

.small-blog .item-content .item-title {
  margin-bottom: 5px;
}

.small-blog .item-content .item-title > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.small-blog .item-content .post-date {
  font-size: 12px;
  font-weight: 500;
}

.small-blog .item-content .item-price {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* small blog - end */
/* 14 - blog pages - end
==================================================================================================== */
/* 15 - portfolio pages - start
==================================================================================================== */
/* portfolio items filter nav - start */
.filters-button-group > ul > li {
  margin-right: 40px;
}

.filters-button-group > ul > li:last-child {
  margin-right: 0px !important;
}

.filters-button-group > ul > li > button {
  margin: 5px;
  padding: 5px 12px;
  color: #000000;
  display: block;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  background: #ebebeb;
  height: 64px;
  width: 64px;
}

.filters-button-group > ul > li > button:hover, .filters-button-group > ul > li > button.is-checked {
  background-color: #c52222;
  color: white;
}

.filters-button-group > ul > li > button:hover img, .filters-button-group > ul > li > button.is-checked img {
  filter: invert(100%);
}

/* portfolio items filter nav - end */
/* portfolio full image - start */
.portfolio-fullimage {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.portfolio-fullimage > img {
  width: 100%;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-fullimage .details-btn {
  top: 60px;
  right: -50px;
  width: 50px;
  height: 35px;
  color: #ffffff;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  transition: all .3s ease-in-out;
  background-color: #c52222;
}

.portfolio-fullimage .details-btn i {
  transition: all .3s ease-in-out;
}

.portfolio-fullimage .details-btn:hover i {
  transform: rotate(360deg);
}

.portfolio-fullimage:hover .details-btn {
  right: 0%;
}

.portfolio-fullimage .item-content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  position: absolute;
}

.portfolio-fullimage .item-content .item-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}

.portfolio-fullimage .item-content .item-brand {
  font-size: 14px;
  display: inline-block;
}

.portfolio-fullimage .item-content .item-title,
.portfolio-fullimage .item-content .item-brand {
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease-in-out;
}

.portfolio-fullimage:hover .item-content .item-title,
.portfolio-fullimage:hover .item-content .item-brand {
  opacity: 1;
  transform: translateY(0px);
}

.portfolio-fullimage:hover .item-content .item-title {
  transition-delay: .2s;
}

.portfolio-fullimage:hover .item-content .item-brand {
  transition-delay: .4s;
}

.portfolio-fullimage.bg-white {
  background-color: #ffffff;
}

.portfolio-fullimage.bg-white > img {
  transition: all 0.3s ease-in-out;
}

.portfolio-fullimage.bg-white:hover > img {
  opacity: .2;
}

.portfolio-fullimage.add-effect:before {
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 1;
  height: 90%;
  content: '';
  position: absolute;
  transition: all .3s ease-in-out;
  background-color: #f2f2f2b0;
  transform: translate(-50%, -50%);
}

.portfolio-fullimage.add-effect:hover:before {
  width: 90%;
}

.portfolio-fullimage .item-content-2 {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 0px 30px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

.portfolio-fullimage .item-content-2 .item-title,
.portfolio-fullimage .item-content-2 .item-brand {
  opacity: 0;
  width: 100%;
  display: block;
  color: #051938;
  line-height: 1.4;
  transform: translateY(8px);
  transition: all 0.3s ease-in-out;
}

.portfolio-fullimage .item-content-2 .item-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio-fullimage .item-content-2 .item-brand {
  font-size: 14px;
}

.portfolio-fullimage:hover .item-content-2 .item-title,
.portfolio-fullimage:hover .item-content-2 .item-brand {
  opacity: 1;
  transform: translateY(0px);
}

.portfolio-fullimage:hover .item-content-2 .item-title {
  transition-delay: .3s;
}

.portfolio-fullimage:hover .item-content-2 .item-brand {
  transition-delay: .5s;
}

/* portfolio full image - end */
/* masoney grid - start */
.masoney-grid .grid-item .portfolio-fullimage {
  margin: 0px;
}

.masoney-grid.m-0 .grid-item {
  padding: 0px;
}

.masoney-grid.m-0 .grid-item .portfolio-fullimage {
  margin: 0px;
}

/* masoney grid - end */
/* creative layout - start */
.creative-layout .portfolio-fullimage {
  overflow: visible;
  position: relative;
}

.creative-layout .portfolio-fullimage.bg-white .image-wrap {
  background-color: #ffffff;
}

.creative-layout .portfolio-fullimage.bg-white .image-wrap > img {
  transition: all 0.3s ease-in-out;
}

.creative-layout .portfolio-fullimage.bg-white:hover .image-wrap > img {
  opacity: .2;
}

.creative-layout .portfolio-fullimage .image-wrap {
  overflow: visible;
  position: relative;
}

.creative-layout .portfolio-fullimage.small-size {
  height: 100%;
  display: flex;
  align-items: center;
}

.creative-layout .portfolio-fullimage.small-size > .image-wrap {
  margin: auto;
  display: block;
  max-width: 270px;
}

.creative-layout .portfolio-fullimage.small-size > .image-wrap.align-lb {
  margin-left: 0px !important;
  margin-bottom: 30px !important;
}

.creative-layout .portfolio-fullimage.small-size > .image-wrap.align-tr {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

.creative-layout .portfolio-fullimage.small-size > .image-wrap.align-tl {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.creative-layout .portfolio-fullimage .item-title,
.creative-layout .portfolio-fullimage .item-title-2 {
  left: 0px;
  right: 0px;
  margin: 0px;
  z-index: 2;
  position: absolute;
}

.creative-layout .portfolio-fullimage .item-title > small,
.creative-layout .portfolio-fullimage .item-title-2 > small {
  width: 250px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

.creative-layout .portfolio-fullimage .item-title > small.float-right,
.creative-layout .portfolio-fullimage .item-title-2 > small.float-right {
  text-align: left;
  margin-right: -200px;
}

.creative-layout .portfolio-fullimage .item-title > small.float-left,
.creative-layout .portfolio-fullimage .item-title-2 > small.float-left {
  text-align: right;
  margin-left: -200px;
}

.creative-layout .portfolio-fullimage .item-title {
  top: 40px;
}

.creative-layout .portfolio-fullimage .item-title-2 {
  bottom: 40px;
}

/* creative layout - end */
/* portfolio carousel - start */
.portfolio-carousel .item .portfolio-fullimage {
  margin-top: 0px;
}

.portfolio-carousel.arrow-top-right .owl-nav {
  right: 351px;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav:before {
  background-color: #ffffff;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:before {
  color: #b8b8b8;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before {
  color: #ffffff;
}

/* portfolio carousel - end */
/* portfolio carousel 2 - start */
.portfolio-carousel-2 {
  float: right;
  width: 1515px;
  position: relative;
}

.portfolio-carousel-2 .owl-nav {
  top: -100px;
  left: 330px;
  position: absolute !important;
}

/* portfolio carousel 2 - end */
/* portfolio carousel 3 - start */
.portfolio-carousel-3 {
  float: left;
  width: 1535px;
}

.portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
  right: 350px;
}

.portfolio-carousel-3 .item {
  position: relative;
}

.portfolio-carousel-3 .item .item-image {
  float: right;
  max-width: 1045px;
}

.portfolio-carousel-3 .item .item-content {
  top: 50%;
  left: 0px;
  z-index: 1;
  max-width: 370px;
  position: absolute;
}

.portfolio-carousel-3 .item .item-content .item-title {
  font-size: 48px;
  padding-left: 100px;
  border-left: 2px solid #000000;
}

.portfolio-carousel-3 .item .item-content .address-info {
  margin-left: 100px;
}

.portfolio-carousel-3 .item .item-content .address-info > ul > li {
  font-size: 16px;
  margin-right: 25px;
}

.portfolio-carousel-3 .item .item-content .address-info > ul > li:first-child {
  color: #000000;
}

.portfolio-carousel-3 .item .item-content .address-info > ul > li:last-child {
  margin-right: 0px !important;
}

.portfolio-carousel-3 .item .item-content .item-title,
.portfolio-carousel-3 .item .item-content .address-info {
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s ease-in-out;
}

.portfolio-carousel-3 .owl-item.active .item .item-content .item-title, .portfolio-carousel-3 .menu-main-item.active > .owl-item.menu-main-link .item .item-content .item-title, .portfolio-carousel-3 .menu-footer-item.active .owl-item.menu-footer-link .item .item-content .item-title, .menu-footer-item.active .portfolio-carousel-3 .owl-item.menu-footer-link .item .item-content .item-title, .portfolio-carousel-3 .menu-legal-item.active .owl-item.menu-legal-link .item .item-content .item-title, .menu-legal-item.active .portfolio-carousel-3 .owl-item.menu-legal-link .item .item-content .item-title,
.portfolio-carousel-3 .owl-item.active .item .item-content .address-info,
.portfolio-carousel-3 .menu-main-item.active > .owl-item.menu-main-link .item .item-content .address-info,
.portfolio-carousel-3 .menu-footer-item.active .owl-item.menu-footer-link .item .item-content .address-info,
.menu-footer-item.active .portfolio-carousel-3 .owl-item.menu-footer-link .item .item-content .address-info,
.portfolio-carousel-3 .menu-legal-item.active .owl-item.menu-legal-link .item .item-content .address-info,
.menu-legal-item.active .portfolio-carousel-3 .owl-item.menu-legal-link .item .item-content .address-info {
  opacity: 1;
  transform: translateY(0px);
}

.portfolio-carousel-3 .owl-item.active .item .item-content .item-title, .portfolio-carousel-3 .menu-main-item.active > .owl-item.menu-main-link .item .item-content .item-title, .portfolio-carousel-3 .menu-footer-item.active .owl-item.menu-footer-link .item .item-content .item-title, .menu-footer-item.active .portfolio-carousel-3 .owl-item.menu-footer-link .item .item-content .item-title, .portfolio-carousel-3 .menu-legal-item.active .owl-item.menu-legal-link .item .item-content .item-title, .menu-legal-item.active .portfolio-carousel-3 .owl-item.menu-legal-link .item .item-content .item-title {
  transition-delay: .7s;
}


.portfolio-carousel-3 .owl-item.active .item .item-content .address-info,
.portfolio-carousel-3 .menu-main-item.active > .owl-item.menu-main-link .item .item-content .address-info,
.portfolio-carousel-3 .menu-footer-item.active .owl-item.menu-footer-link .item .item-content .address-info,
.menu-footer-item.active .portfolio-carousel-3 .owl-item.menu-footer-link .item .item-content .address-info,
.portfolio-carousel-3 .menu-legal-item.active .owl-item.menu-legal-link .item .item-content .address-info,
.menu-legal-item.active .portfolio-carousel-3 .owl-item.menu-legal-link .item .item-content .address-info {
  transition-delay: .8s;
}

/* portfolio carousel 3 - end */
/* 15 - portfolio pages - end
==================================================================================================== */
/* 16 - shop pages - start
==================================================================================================== */
/* shop section - start */
.shop-section .filter-bar .dropdown {
  padding-right: 40px;
}

.shop-section .filter-bar .dropdown .category-dropdown {
  width: 100%;
  display: block;
  color: #434343;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.shop-section .filter-bar .dropdown .category-dropdown span {
  color: #000000;
  margin-right: 15px;
  display: inline-block;
}

.shop-section .filter-bar .dropdown .category-dropdown i {
  float: right;
  color: #8f8f8f;
  font-size: 16px;
  margin-top: 3px;
}

.shop-section .filter-bar .dropdown .dropdown-menu {
  margin: 0px;
  z-index: 999;
  font-size: 14px;
  margin-top: 10px;
  min-width: 10rem;
  text-align: left;
  list-style: none;
  padding: 15px 0px;
  border-radius: 0px;
  color: #434343;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.05);
}

.shop-section .filter-bar .dropdown .dropdown-menu > ul {
  max-width: -15px 0px;
}

.shop-section .filter-bar .dropdown .dropdown-menu > ul > li > a {
  width: 100%;
  line-height: 1;
  display: block;
  font-size: 14px;
  padding: 12px 20px;
  color: #434343;
}

.shop-section .filter-bar .dropdown .dropdown-menu > ul > li:hover > a {
  color: #000000;
  background-color: #f2f2f2;
}

.shop-section .filter-bar .layout-btns-group {
  float: right;
}

.shop-section .filter-bar .layout-btns-group > span {
  float: left;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.shop-section .filter-bar .layout-btns-group > ul > li {
  margin-right: 10px;
}

.shop-section .filter-bar .layout-btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.shop-section .filter-bar .layout-btns-group > ul > li > a {
  color: #dddddd;
  line-height: 1;
  font-size: 18px;
  margin-top: 2px;
}

.shop-section .filter-bar .layout-btns-group > ul > li > a:hover, .shop-section .filter-bar .layout-btns-group > ul > li > a.active, .shop-section .filter-bar .layout-btns-group > ul > li.menu-main-item.active > a.menu-main-link, .shop-section .filter-bar .menu-footer-item.active .layout-btns-group > ul > li > a.menu-footer-link, .menu-footer-item.active .shop-section .filter-bar .layout-btns-group > ul > li > a.menu-footer-link, .shop-section .filter-bar .menu-legal-item.active .layout-btns-group > ul > li > a.menu-legal-link, .menu-legal-item.active .shop-section .filter-bar .layout-btns-group > ul > li > a.menu-legal-link {
  color: #000000;
}

.shop-section .arrow-top-right .owl-nav {
  top: -48px;
}

/* shop section - end */
/* product grid - start */
.product-grid {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}

.product-grid .item-image {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
}

.product-grid .item-image > img {
  height: auto;
  margin: auto;
  margin-top: 0px;
}

.product-grid .item-content {
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.product-grid .item-content .item-title {
  margin-bottom: 5px;
}

.product-grid .item-content .item-title > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.product-grid .item-content .item-price {
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.product-grid:hover .item-content {
  opacity: 0;
  transform: translateY(10px);
}

.product-grid .action-content {
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  bottom: -20%;
  padding: 15px;
  padding-top: 25px;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.product-grid .action-content .addtocart-btn {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
}

.product-grid .action-content .addtocart-btn:hover {
  opacity: .7;
}

.product-grid .action-content .btns-group {
  margin-bottom: 20px;
}

.product-grid .action-content .btns-group > ul > li {
  margin-right: 15px;
}

.product-grid .action-content .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.product-grid .action-content .btns-group > ul > li > button {
  color: #dddddd;
  display: block;
  font-size: 16px;
}

.product-grid .action-content .btns-group > ul > li > button:hover {
  color: #000000;
}

.product-grid:hover .action-content {
  opacity: 1;
  bottom: 0px;
  visibility: visible;
}

/* product grid - end */
/* shop creative item - start */
.shop-creative-item .item-content {
  position: relative;
}

.shop-creative-item .item-content .item-title {
  top: 60%;
  z-index: 1;
  width: 250px;
  position: absolute;
}

.shop-creative-item .item-content .item-title > a {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.shop-creative-item .item-content.float-right {
  text-align: right;
}

.shop-creative-item .item-content.float-right .item-title {
  right: 85%;
}

.shop-creative-item .item-content.float-left {
  text-align: left;
}

.shop-creative-item .item-content.float-left .item-title {
  left: 85%;
}

/* shop creative item - end */
/* product full image - start */
.product-fullimage {
  max-width: 370px;
  position: relative;
  margin: 30px auto 0px;
}

.product-fullimage .item-title {
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 30px;
  padding: 0px 30px;
  text-align: center;
  position: absolute;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* product full image - end */
/* collection full image - start */
.collection-fullimage {
  width: 100%;
  display: block;
  position: relative;
}

.collection-fullimage .item-title {
  left: 0px;
  right: 0px;
  bottom: 35px;
  display: block;
  padding: 0px 40px;
  position: absolute;
}

.collection-fullimage .item-title strong {
  color: #000000;
  line-height: 1;
  display: block;
  font-size: 34px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* collection full image - end */
/* 16 - shop pages - end
==================================================================================================== */
/* 17 - all details pages - start
==================================================================================================== */
/* advertisement - start */
.advertisement-section {
  min-height: 600px;
  background-position: left bottom;
}

/* advertisement - end */
/* portfolio details - start */
.details-section .details-image {
  min-height: 720px;
}

.details-section .details-image > img {
  width: 100%;
  display: block;
}

.details-section .details-image .item-content {
  padding-bottom: 40px;
}

.details-section .details-image .item-content .item-title {
  font-size: 42px;
}

.details-section .details-image .item-content.text-white .item-title {
  color: #ffffff;
}

.details-section .details-image .item-content.text-white .post-meta > ul > li {
  color: #bababa;
}

.details-section .details-image .item-content.text-white .post-meta > ul > li > a {
  color: #ffffff;
}

.details-section .details-content .item-title {
  font-size: 32px;
  margin-bottom: 50px;
}

.details-section .details-content .info-list > ul > li {
  margin-bottom: 40px;
}

.details-section .details-content .info-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.details-section .details-content .info-list > ul > li span {
  width: 100%;
  display: block;
  color: #434343;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.details-section .details-content .info-list > ul > li p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.details-section .details-content .info-list > ul > li p > a {
  float: left;
  color: #000000;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  padding-right: 3px;
  display: inline-block;
}

.details-section .details-content .info-list > ul > li p > a:hover {
  text-decoration: underline;
}

.details-section .details-content .info-list > ul > li p > a:after {
  right: 0px;
  bottom: 0px;
  content: ',';
  color: #000000;
  font-size: 16px;
  position: absolute;
}

.details-section .details-content .info-list > ul > li p > a:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.details-section .details-content .info-list > ul > li p > a:last-child:after {
  display: none;
}

.details-section .details-content.text-center .info-list > ul > li p {
  display: table;
  margin: 0px auto;
}

.details-section .details-content .share-links > ul > li {
  margin-right: 35px;
}

.details-section .details-content .share-links > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .details-content .share-links > ul > li > a {
  font-size: 12px;
  color: #000000;
}

.details-section .details-content p {
  font-size: 16px;
}

.details-section .details-content p.bottom-line {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 55px;
}

.details-section .details-content p.bottom-line:before {
  left: 0px;
  height: 1px;
  bottom: 0px;
  content: '';
  width: 70px;
  line-height: 1;
  position: absolute;
  background-color: #000000;
}

.details-section .details-content .social-links > ul > li {
  margin-right: 35px;
}

.details-section .details-content .social-links > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .details-content .social-links > ul > li > a {
  color: #727272;
  font-size: 14px;
}

.details-section .details-content .social-links > ul > li > a:hover {
  color: #000000;
}

.details-section .details-content blockquote .quote-icon {
  max-width: 90px;
  display: inline-block;
}

.details-section .details-content blockquote .title-text {
  font-size: 42px;
  font-weight: 700;
  padding-left: 100px;
  border-left: 1px solid #000000;
}

.details-section .details-content .post-admin {
  padding: 60px 0px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.details-section .details-content .post-admin .admin-thumbnail {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}

.details-section .details-content .post-admin .admin-thumbnail > img {
  width: 100%;
  display: block;
}

.details-section .details-content .post-admin .item-content {
  display: table;
}

.details-section .details-content .post-admin .admin-name {
  margin-bottom: 30px;
}

.details-section .details-content .post-admin .admin-name > a {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.details-section .details-content .post-admin.text-center {
  padding: 60px 100px;
}

.details-section .details-content .post-admin.text-center .admin-thumbnail {
  float: none;
  display: inline-block;
  margin: 0px auto 30px;
}

.details-section .details-content .post-admin.text-center .item-content {
  width: 100%;
  display: table;
}

.details-section .details-image-carousel .owl-dots {
  right: 18.8%;
  bottom: 45px;
  position: absolute;
}

.details-section .details-image-carousel .owl-dots .owl-dot span {
  background-color: #6e6e6e;
}

.details-section .details-image-carousel .owl-dots .owl-dot:hover span, .details-section .details-image-carousel .owl-dots .owl-dot.active span, .details-section .details-image-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link span, .details-section .details-image-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link span, .menu-footer-item.active .details-section .details-image-carousel .owl-dots .owl-dot.menu-footer-link span, .details-section .details-image-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link span, .menu-legal-item.active .details-section .details-image-carousel .owl-dots .owl-dot.menu-legal-link span {
  background-color: #ffffff;
}

.portfolio-details-5 .details-section .details-image {
  min-height: 960px;
}

/* portfolio details - end */
/* blog details - start */
.details-section.blog-details .details-image.parallax-window {
  min-height: 860px;
}

.details-section .blog-share > ul > li {
  margin-right: 10px;
}

.details-section .blog-share > ul > li:first-child {
  margin-right: 30px !important;
}

.details-section .blog-share > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .blog-share > ul > li .post-counter strong {
  display: block;
  font-size: 48px;
  line-height: .8;
  font-weight: 700;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.details-section .blog-share > ul > li .post-counter span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
}

.details-section .blog-share > ul > li > a {
  height: 40px;
  color: #ffffff;
  display: inline-block;
}

.details-section .blog-share > ul > li > a.bg-facebook {
  background-color: #3d5b96;
}

.details-section .blog-share > ul > li > a.bg-twitter {
  background-color: #1dadeb;
}

.details-section .blog-share > ul > li > a.bg-googleplus {
  background-color: #e8453c;
}

.details-section .blog-share > ul > li > a span {
  float: left;
  width: 50px;
  height: 40px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.details-section .blog-share > ul > li > a small {
  height: 40px;
  font-size: 11px;
  font-weight: 500;
  min-width: 125px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}

.details-section.blog-details .details-content .item-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.details-section.blog-details .details-content .child-image {
  margin-bottom: 30px;
}

.details-section.blog-details .details-content blockquote .title-text {
  font-size: 32px;
  line-height: 1.625;
  border-left: 3px solid #d4d4d4;
}

.details-section .form-title span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #000000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.details-section .form-title span:before {
  right: -90px;
  bottom: 11px;
  height: 2px;
  width: 67px;
  content: '';
  line-height: 1;
  position: absolute;
  background-color: #000000;
}

.details-section .comment-form.text-center .form-title span {
  padding-bottom: 30px;
}

.details-section .comment-form.text-center .form-title span:before {
  left: 50%;
  bottom: 0px;
  right: unset;
  transform: translateX(-50%);
}

.details-section .comment-form.text-center .form-item input,
.details-section .comment-form.text-center .form-item textarea {
  text-align: center;
}

/* blog details - end */
/* shop details - start */
.details-section .details-image {
  position: relative;
}

.details-section .details-image .action-btns {
  top: 25px;
  right: 20px;
  z-index: 2;
  position: absolute;
}

.details-section .details-image .action-btns > ul > li {
  margin-bottom: 20px;
}

.details-section .details-image .action-btns > ul > li:last-child {
  margin-bottom: 0px !important;
}

.details-section .details-image .action-btns > ul > li > a {
  line-height: 1;
  display: block;
  color: #c1c1c1;
  font-size: 16px;
}

.details-section .details-image .action-btns > ul > li > a:hover {
  color: #000000;
}

.details-section.shop-details .details-content .post-meta > ul > li {
  margin: 0px;
  padding: 0px;
  margin-right: 30px;
}

.details-section.shop-details .details-content .post-meta > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section.shop-details .details-content .post-meta > ul > li:after {
  display: none;
}

.details-section.shop-details .details-content .post-meta > ul > li .rating-star > ul {
  float: left;
  margin-right: 15px;
}

.details-section .details-content .item-price {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.details-section .details-content .list-title {
  font-size: 16px;
  font-weight: 700;
}

.details-section .details-content .product-size > ul > li {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.details-section .details-content .product-size > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .details-content .product-size > ul > li > a {
  width: 100%;
  height: 100%;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #f2f2f2;
}

.details-section .details-content .product-size > ul > li > a:hover {
  color: #ffffff;
  background-color: #000000;
}

.details-section .details-content .quantity-input {
  display: table;
  max-width: 120px;
  max-width: 0px auto;
  position: relative;
  background-color: red;
}

.details-section .details-content .quantity-input input {
  height: 38px;
  outline: none;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dddddd;
}

.details-section .details-content .quantity-input input:focus {
  border-color: #000000;
}

.details-section .details-content .quantity-input span {
  top: 50%;
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}

.details-section .details-content .quantity-input span:first-child {
  left: 14px;
}

.details-section .details-content .quantity-input span:last-child {
  right: 14px;
}

.details-section .details-content .addtocart-btn {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
}

.details-section .details-content .addtocart-btn:hover {
  opacity: .7;
}

.details-section .details-content .btns-group > ul > li {
  margin-right: 20px;
}

.details-section .details-content .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .details-content .btns-group > ul > li .quantity-input {
  max-width: 150px;
}

.details-section .details-content .product-number strong {
  color: #000000;
}

.details-section .details-content .tag-list .list-title {
  float: left;
  font-size: 14px;
  margin-right: 5px;
  color: #000000;
}

.details-section .details-content .tag-list > ul > li {
  margin-right: 5px;
  position: relative;
}

.details-section .details-content .tag-list > ul > li:after {
  content: ',';
  font-size: 16px;
  display: inline-block;
}

.details-section .details-content .tag-list > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .details-content .tag-list > ul > li:last-child:after {
  display: none;
}

.details-section .details-content .tag-list > ul > li > a {
  color: #434343;
}

.details-section .details-content .tag-list > ul > li > a:hover {
  color: #000000;
  text-decoration: underline;
}

.details-section .tab-btns {
  border-bottom: 2px solid #dddddd;
}

.details-section .tab-btns > ul > li {
  margin-right: 34px;
}

.details-section .tab-btns > ul > li:last-child {
  margin-right: 0px !important;
}

.details-section .tab-btns > ul > li > a {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.details-section .tab-btns > ul > li > a:before {
  left: 0px;
  width: 0%;
  opacity: 0;
  height: 2px;
  bottom: -2px;
  content: '';
  line-height: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}

.details-section .tab-btns > ul > li > a:hover, .details-section .tab-btns > ul > li > a.active, .details-section .tab-btns > ul > li.menu-main-item.active > a.menu-main-link, .details-section .menu-footer-item.active .tab-btns > ul > li > a.menu-footer-link, .menu-footer-item.active .details-section .tab-btns > ul > li > a.menu-footer-link, .details-section .menu-legal-item.active .tab-btns > ul > li > a.menu-legal-link, .menu-legal-item.active .details-section .tab-btns > ul > li > a.menu-legal-link {
  color: #000000;
}

.details-section .tab-btns > ul > li > a:hover:before, .details-section .tab-btns > ul > li > a.active:before, .details-section .tab-btns > ul > li.menu-main-item.active > a.menu-main-link:before, .details-section .menu-footer-item.active .tab-btns > ul > li > a.menu-footer-link:before, .menu-footer-item.active .details-section .tab-btns > ul > li > a.menu-footer-link:before, .details-section .menu-legal-item.active .tab-btns > ul > li > a.menu-legal-link:before, .menu-legal-item.active .details-section .tab-btns > ul > li > a.menu-legal-link:before {
  opacity: 1;
  width: 100%;
}

/* shop details - end */
/* 17 - all details pages - end
==================================================================================================== */
/* 18 - contact page - start
==================================================================================================== */
/* map section - start */
.map-section {
  /*
	.google-map {
		height: 500px;
	}
	*/
}

.map-section #mapBox {
  height: 500px;
}

/* map section - end */
/* contact section - start */
.contact-section.bg-map {
  background-size: auto;
  background-position: center center;
}

.contact-section.bg-map .form-item input {
  background: transparent;
}

.contact-section .submit-btn-icon {
  line-height: 1;
  font-size: 42px;
  color: #000000;
}

.contact-section.text-white .form-item input {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}

.contact-section.text-white .submit-btn-icon {
  color: #ffffff;
}

/* contact section - end */
/* 18 - contact page - end
==================================================================================================== */
.contact-item {
  margin: 10px;
}

.contact-item img {
  height: 20px !important;
  margin-right: 5px;
}

/* 19 - cart page - start
==================================================================================================== */
/* cart section - start */
.cart-section .table-wrap .item-image {
  width: 80px;
  float: left;
  margin-right: 50px;
}

.cart-section .table-wrap .item-content {
  padding-top: 22px;
  display: inline-block;
}

.cart-section .table-wrap .item-content .item-title {
  font-size: 16px;
}

.cart-section .table-wrap .item-content .btns-group > ul > li {
  margin-right: 30px;
}

.cart-section .table-wrap .item-content .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

.cart-section .table-wrap .item-content .btns-group > ul > li > button {
  font-size: 12px;
  font-weight: 500;
  color: #434343;
}

.cart-section .table-wrap .item-content .btns-group > ul > li > button:hover {
  color: #000000;
}

.cart-section .table-wrap small {
  color: #8f8f8f;
  font-size: 14px;
  display: inline-block;
}

.cart-section .table-wrap .quantity-input {
  display: table;
  max-width: 120px;
  max-width: 0px auto;
  position: relative;
  background-color: red;
}

.cart-section .table-wrap .quantity-input input {
  height: 38px;
  outline: none;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dddddd;
}

.cart-section .table-wrap .quantity-input input:focus {
  border-color: #000000;
}

.cart-section .table-wrap .quantity-input span {
  top: 50%;
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}

.cart-section .table-wrap .quantity-input span:first-child {
  left: 14px;
}

.cart-section .table-wrap .quantity-input span:last-child {
  right: 14px;
}

.cart-section .submition-area {
  border-top: 1px solid #dddddd;
}

.cart-section .submition-area .form-item button[type=submit] {
  top: 50%;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  transform: translateY(-50%);
}

.cart-section .submition-area .btns-group > ul > li {
  margin-right: 10px;
}

.cart-section .submition-area .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

/* cart section - end */
/* checkout section - start */
.checkout-section .title-text {
  font-size: 18px;
}

.checkout-section .form-item textarea {
  min-height: 90px;
}

.checkout-section .checkout-sidebar {
  padding: 40px;
  background-color: #f2f2f2;
}

.checkout-section .checkout-sidebar hr {
  height: 1px;
  border: none;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #dddddd;
}

.checkout-section .checkout-sidebar .btn, .checkout-section .checkout-sidebar .pagination .page-link, .pagination .checkout-section .checkout-sidebar .page-link, .checkout-section .checkout-sidebar .btn-offcanvas, .checkout-section .checkout-sidebar .lang-switcher-btn, .checkout-section .checkout-sidebar .anchor-top, .checkout-section .checkout-sidebar .document-list-item-link {
  display: block;
  min-width: 100%;
}

.checkout-section .checkout-sidebar .price-info > ul > li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.checkout-section .checkout-sidebar .price-info > ul > li:last-child {
  color: #000000;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
  margin-bottom: 0px !important;
}

.checkout-section .checkout-sidebar .price-info > ul > li span {
  float: right;
  color: #000000;
}

.checkout-section .checkout-sidebar .radio-btns-group > ul > li {
  margin-bottom: 10px;
}

.checkout-section .checkout-sidebar .radio-btns-group > ul > li:last-child {
  margin-bottom: 0px !important;
}

/* checkout section - end */
/* 19 - cart page - end
==================================================================================================== */
/* 20 - 404 error page - start
==================================================================================================== */
.error-section {
  padding: 150px 0px;
}

.error-section .error-content .title-text {
  font-size: 32px;
}

.error-section .error-content p {
  font-size: 16px;
}

.error-section .error-content p a {
  color: #000000;
}

.error-section .error-content .form-item input {
  height: 60px;
  border: 1px solid #ededed;
}

.error-section .error-content .form-item input:focus {
  box-shadow: 0px 3px 11px 0px rgba(249, 79, 79, 0.14);
}

.error-section .error-content .form-item button {
  top: 50%;
  right: 20px;
  color: #000000;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
}

/* 20 - 404 error page - end
==================================================================================================== */
/* 21 - coming soon page - start
==================================================================================================== */
.coming-soon-page {
  position: relative;
}

.coming-soon-page .header-section,
.coming-soon-page .footer-section {
  left: 0px;
  right: 0px;
  z-index: 999;
  padding: 60px 0px;
  position: absolute;
}

.coming-soon-page .header-section {
  top: 0px;
}

.coming-soon-page .footer-section {
  bottom: 0px;
}

.comingsoon-section {
  background-size: auto;
  background-position: right bottom;
}

.comingsoon-section .comingsoon-content .title-text {
  font-size: 32px;
  line-height: 1.4;
}

.comingsoon-section .comingsoon-content .countdown-timer > ul > li {
  width: 100px;
  height: 100px;
  padding: 19px 0px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  border: 3px solid #8d8d8d;
}

.comingsoon-section .comingsoon-content .countdown-timer > ul > li strong {
  color: #ffffff;
  line-height: 1;
  display: block;
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.comingsoon-section .comingsoon-content .countdown-timer > ul > li small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* 21 - coming soon page - end
==================================================================================================== */
/* 22 - home page - start
==================================================================================================== */
/* all banner section default settings - start
================================================== */
.banner-section {
  min-height: 100vh;
  position: relative;
}

.banner-section .title-text {
  font-size: 48px;
}

.banner-section .social-links-text > ul > li:after {
  background-color: #000000;
}

.banner-section p {
  font-size: 16px;
}

.banner-section .absolute-social-wrap {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.banner-section .absolute-social-wrap .container-fluid, .banner-section .absolute-social-wrap .container-sm, .banner-section .absolute-social-wrap .container-md, .banner-section .absolute-social-wrap .container-lg, .banner-section .absolute-social-wrap .container-xl, .banner-section .absolute-social-wrap .page-header-container, .banner-section .absolute-social-wrap .page-body-container, .banner-section .absolute-social-wrap .site-header-container, .banner-section .absolute-social-wrap .site-footer-container {
  padding-left: 60px;
  padding-right: 60px;
}

.banner-section .text-white h1, .banner-section .text-white h2, .banner-section .text-white h3, .banner-section .text-white h4, .banner-section .text-white h5, .banner-section .text-white h6 {
  color: #ffffff;
}

.banner-section .text-red {
  color: #c52222;
}

.banner-section.text-white .title-text {
  color: #ffffff;
}

.banner-section.text-white h1, .banner-section.text-white h2, .banner-section.text-white h3, .banner-section.text-white h4, .banner-section.text-white h5, .banner-section.text-white h6 {
  color: #ffffff;
}

.banner-section.text-white .btn-border {
  line-height: 43px;
  border: 2px solid #ffffff;
}

.banner-section.text-white .social-links-text > ul > li:after {
  background-color: rgba(255, 255, 255, 0.6);
}

/* all banner section default settings - start
================================================== */
/* all slider section default settings - start
================================================== */
.slider-section {
  position: relative;
}

.slider-section .absolute-social-wrap {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  position: absolute;
}

.slider-section .text-white h1, .slider-section .text-white h2, .slider-section .text-white h3, .slider-section .text-white h4, .slider-section .text-white h5, .slider-section .text-white h6 {
  color: #ffffff;
}

.slider-section.text-white .title-text {
  color: #ffffff;
}

.slider-section.text-white h1, .slider-section.text-white h2, .slider-section.text-white h3, .slider-section.text-white h4, .slider-section.text-white h5, .slider-section.text-white h6 {
  color: #ffffff;
}

/* all slider section default settings - start
================================================== */
/* 22.01 - home agency default - start
================================================== */
/* slider section - start */
.agency-default-carousel .owl-stage-outer {
  padding-bottom: 75px;
  padding-top: 75px;
  background-color: #dedede;
}

.agency-default-carousel .item {
  min-height: 800px;
  position: relative;
}

.agency-default-carousel .item .absolute-social-wrap {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.agency-default-carousel .item.bg-gray {
  background-color: #eaeaea;
}

.agency-default-carousel .item .slider-content {
  padding-right: 60px;
}

.agency-default-carousel .item .item-title {
  font-size: 48px;
  margin-bottom: 40px;
}

.agency-default-carousel .item p {
  font-size: 16px;
  margin-bottom: 60px;
}

.agency-default-carousel .item .slider-image {
  height: 800px;
  position: relative;
}

.agency-default-carousel .item .child-image {
  opacity: 0;
  max-width: 255px;
  position: absolute;
  transform: translateY(60px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 8px 8px 50px 1px rgba(0, 0, 0, 0.1);
}

.agency-default-carousel .item .child-image.child-image-1 {
  top: 160px;
  right: -115px;
}

.agency-default-carousel .item .child-image.child-image-2 {
  left: 0px;
  bottom: 30px;
}

.agency-default-carousel .item .child-image.child-image-3 {
  right: -235px;
  bottom: 0;
}

.agency-default-carousel .owl-item.active .item .child-image, .agency-default-carousel .menu-main-item.active > .owl-item.menu-main-link .item .child-image, .agency-default-carousel .menu-footer-item.active .owl-item.menu-footer-link .item .child-image, .menu-footer-item.active .agency-default-carousel .owl-item.menu-footer-link .item .child-image, .agency-default-carousel .menu-legal-item.active .owl-item.menu-legal-link .item .child-image, .menu-legal-item.active .agency-default-carousel .owl-item.menu-legal-link .item .child-image {
  opacity: 1;
  transform: translateY(0px);
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-1, .agency-default-carousel .menu-main-item.active > .owl-item.menu-main-link .item .child-image.child-image-1, .agency-default-carousel .menu-footer-item.active .owl-item.menu-footer-link .item .child-image.child-image-1, .menu-footer-item.active .agency-default-carousel .owl-item.menu-footer-link .item .child-image.child-image-1, .agency-default-carousel .menu-legal-item.active .owl-item.menu-legal-link .item .child-image.child-image-1, .menu-legal-item.active .agency-default-carousel .owl-item.menu-legal-link .item .child-image.child-image-1 {
  transition-delay: 1s;
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-2, .agency-default-carousel .menu-main-item.active > .owl-item.menu-main-link .item .child-image.child-image-2, .agency-default-carousel .menu-footer-item.active .owl-item.menu-footer-link .item .child-image.child-image-2, .menu-footer-item.active .agency-default-carousel .owl-item.menu-footer-link .item .child-image.child-image-2, .agency-default-carousel .menu-legal-item.active .owl-item.menu-legal-link .item .child-image.child-image-2, .menu-legal-item.active .agency-default-carousel .owl-item.menu-legal-link .item .child-image.child-image-2 {
  transition-delay: 1.1s;
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-3, .agency-default-carousel .menu-main-item.active > .owl-item.menu-main-link .item .child-image.child-image-3, .agency-default-carousel .menu-footer-item.active .owl-item.menu-footer-link .item .child-image.child-image-3, .menu-footer-item.active .agency-default-carousel .owl-item.menu-footer-link .item .child-image.child-image-3, .agency-default-carousel .menu-legal-item.active .owl-item.menu-legal-link .item .child-image.child-image-3, .menu-legal-item.active .agency-default-carousel .owl-item.menu-legal-link .item .child-image.child-image-3 {
  transition-delay: 1.2s;
}

.agency-default-carousel .owl-dots {
  top: 31%;
  left: 60px;
  position: absolute;
}

.agency-default-carousel .owl-dots .owl-dot {
  display: block;
  margin-bottom: 30px;
}

.agency-default-carousel .owl-dots .owl-dot:last-child {
  margin-bottom: 0px !important;
}

.agency-default-carousel .owl-dots .owl-dot > span {
  margin: 0px;
  width: 30px;
  height: 2px;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.2);
}

.agency-default-carousel .owl-dots .owl-dot:hover {
  background-color: #000000;
}

.agency-default-carousel .owl-dots .owl-dot.active > span, .agency-default-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .agency-default-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .agency-default-carousel .owl-dots .owl-dot.menu-footer-link > span, .agency-default-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .agency-default-carousel .owl-dots .owl-dot.menu-legal-link > span {
  width: 60px;
  transform: scale(1);
  background-color: #000000;
}

.agency-default-carousel .owl-nav {
  display: none;
  background: red;
  margin-top: 10px;
}

/* slider section - start */
/* portfolio section - start */
.home-agency-default .portfolio-section {
  margin-top: -100px;
}

/* portfolio section - start */
/* 22.01 - home agency default - end
================================================== */
/* 22.02 - home agency classic - start
================================================== */
/* slider section - start */
.agency-classic-banner .banner-content {
  z-index: 2;
  text-align: right;
  position: relative;
}

.agency-classic-banner .title-text {
  overflow: hidden;
}

.agency-classic-banner .title-text span {
  display: block;
  font-weight: 300;
  font-size: 128px;
  line-height: 1.117;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}

.agency-classic-banner .btn, .agency-classic-banner .pagination .page-link, .pagination .agency-classic-banner .page-link, .agency-classic-banner .btn-offcanvas, .agency-classic-banner .lang-switcher-btn, .agency-classic-banner .anchor-top, .agency-classic-banner .document-list-item-link {
  transition: all 0.3s ease-in-out;
}

.agency-classic-banner .slider-image {
  top: 0px;
  right: 0px;
  z-index: -1;
  max-width: 1153px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

/* slider section - end */
/* slider section - start */
.team-carousel.arrow-top-right .owl-nav {
  top: -70px;
}

/* slider section - end */
/* slider section - start */
.home-agency-classic .contact-section .google-map {
  height: 420px;
}

.home-agency-classic .contact-section #mapBox {
  height: 500px;
}

/* slider section - end */
/* 22.02 - home agency classic - end
================================================== */
/* 22.03 - home agency creative - start
================================================== */
/* banner section - start */
.agency-creative-banner .banner-image {
  float: right;
  max-width: 350px;
  margin-right: -10px;
}

/* banner section - end */
/* 22.03 - home agency creative - end
================================================== */
/* 22.04 - home studio agency - start
================================================== */
/* banner section - start */
.agency-studio-banner {
  min-height: 720px;
}

/* banner section - end */
/* 22.04 - home studio agency - end
================================================== */
/* 22.05 - home - start
================================================== */
/* banner section - start */
.agency-minimal-banner {
  min-height: 800px;
  padding: 60px 0px;
}

.agency-minimal-banner .title-text {
  font-size: 198px;
  font-weight: 200;
  line-height: 0.874;
}

.agency-minimal-banner .social-links-text {
  margin-top: 80px;
}

/* banner section - end */
/* 22.05 - home - end
================================================== */
/* 22.06 - home agency startup - start
================================================== */
/* banner section - start */
.agency-startup-banner {
  min-height: 630px;
  padding-bottom: 150px;
}

.agency-startup-banner .title-text {
  font-size: 60px;
  font-weight: 500;
}

.agency-startup-banner p {
  max-width: 570px;
  margin: 0px auto;
}

/* banner section - end */
/* banner section - start */
.agency-startup-grid {
  margin: 0px;
}

.agency-startup-grid .grid-item,
.agency-startup-grid .grid-sizer {
  float: left;
  padding: 0px;
  width: 33.333%;
  display: inline-block;
}

.agency-startup-grid .grid-item.w-66 {
  width: 66.666%;
}

.agency-startup-grid .portfolio-fullimage {
  margin: 0px;
}

/* banner section - end */
/* 22.06 - home agency startup - end
================================================== */
/* 22.07 - home agency marketing - start
================================================== */
/* portfolio section - start */
.agency-marketing-grid {
  margin: -15px;
}

.agency-marketing-grid .grid-item,
.agency-marketing-grid .grid-sizer {
  width: 25%;
}

.agency-marketing-grid .grid-item {
  padding: 15px;
}

.agency-marketing-grid .grid-item.w-50 {
  width: 50%;
}

.agency-marketing-grid .portfolio-fullimage {
  width: 100%;
  display: block;
}

.agency-marketing-grid .portfolio-fullimage.has-content {
  width: 100%;
  height: 570px;
  display: flex;
  align-items: center;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
  width: 100%;
  margin: auto;
  padding: 50px;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
  font-size: 54px;
  font-weight: 300;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
  line-height: 1;
  display: block;
  font-size: 70px;
  font-family: 'PWSignaturetwo';
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
  height: 2px;
  width: 60px;
  border: none;
  margin: 60px 0px;
  display: inline-block;
  background-color: #000000;
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap .item-title {
  color: #ffffff;
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap hr {
  background-color: #ffffff;
}

/* portfolio section - end */
/* 22.07 - home agency marketing - end
================================================== */
/* 22.08 - home agency simple - start
================================================== */
/* empty */
/* 22.08 - home agency simple - end
================================================== */
/* 22.09 - home photographer - start
================================================== */
/* home reset - start */
.home-photographer {
  padding: 60px;
  padding-left: 375px;
}

/* home reset - end */
/* 22.09 - home photographer - end
================================================== */
/* 22.10 - home freelancer - start
================================================== */
/* home reset - start */
.home-freelancer .section-title {
  margin-left: -115px;
}

.home-freelancer .section-title .title-text {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-left: 115px;
}

.home-freelancer .section-title .title-text:before {
  top: 12px;
  left: 0px;
  content: '';
  height: 2px;
  width: 70px;
  position: absolute;
  background-color: #000000;
}

/* home reset - end */
/* banner section - start */
.freelancer-banner {
  min-height: auto;
}

.freelancer-banner:before {
  top: 50%;
  right: -100px;
  width: 2px;
  content: '';
  height: 67px;
  position: absolute;
  background-color: #000000;
  transform: translateY(-50%);
}

.freelancer-banner .banner-content {
  text-align: right;
}

.freelancer-banner .banner-content h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.freelancer-banner .banner-content h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
}

.freelancer-banner .banner-content p {
  font-size: 16px;
}

/* banner section - end */
/* 22.10 - home freelancer - end
================================================== */
/* 22.11 - home designer - start
================================================== */
/* banner section - start */
.designer-banner {
  background-size: auto;
  background-position: right 263px center;
}

.designer-banner .banner-content h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.designer-banner .banner-content h1 {
  font-size: 60px;
  font-weight: 500;
}

.designer-banner .banner-content h2 {
  font-size: 32px;
  font-weight: 500;
}

/* banner section - end */
/* 22.11 - home designer - end
================================================== */
/* 22.12 - home personal - start
================================================== */
/* home reset - start */
.home-personal .section-title .title-text {
  position: relative;
  padding-left: 200px;
}

.home-personal .section-title .title-text:before {
  top: 18px;
  left: 0px;
  content: '';
  height: 2px;
  width: 170px;
  position: absolute;
  background-color: #000000;
}

.home-personal .section-title.size-increase .title-text:before {
  top: 24px;
}

/* home reset - end */
/* banner section - start */
.personal-banner {
  min-height: 720px;
  background-size: auto;
  background-position: right top;
}

.personal-banner .banner-content {
  padding-top: 60px;
  position: relative;
}

.personal-banner .banner-content:before {
  top: 0px;
  left: 0px;
  height: 2px;
  width: 60px;
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.personal-banner .banner-content h1 {
  font-size: 102px;
  font-weight: 600;
}

.personal-banner .banner-content h2 {
  font-size: 42px;
  font-weight: 600;
}

/* banner section - end */
/* portfolio section - start */
.home-personal .portfolio-section .section-title .title-text {
  padding: 0px;
}

.home-personal .portfolio-section .section-title .title-text:before {
  display: none;
}

/* portfolio section - end */
/* 22.12 - home personal - end
================================================== */
/* 22.13 - home app landing - start
================================================== */
/* banner section - start */
.app-landing-banner {
  min-height: 820px;
  background-size: auto;
  background-position: left top;
}

.app-landing-banner .banner-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 80px;
}

.app-landing-banner .banner-content .btns-group > ul > li {
  margin-right: 30px;
}

.app-landing-banner .banner-content .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}

/* banner section - end */
/* 22.13 - home app landing - end
================================================== */
/* 22.14 - home architecture - start
================================================== */
/* home reset - start */
.home-architecture h1, .home-architecture h2, .home-architecture h3, .home-architecture h4, .home-architecture h5, .home-architecture h6 {
  font-weight: 300;
}

/* home reset - end */
/* slide section - start */
.home-architecture .slide-section {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.home-architecture .slide-section .social-links {
  top: 50%;
  right: 23px;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}

.home-architecture .slide-section .social-links > ul > li {
  display: table;
  margin: 0px;
  text-align: center;
  margin-bottom: 50px;
}

.home-architecture .slide-section .social-links > ul > li:last-child {
  margin-bottom: 0px !important;
}

.architecture-carousel {
  position: relative;
}

.architecture-carousel .item {
  min-height: 800px;
  position: relative;
}

.architecture-carousel .item .item-content {
  right: 0px;
  bottom: 0px;
  max-width: 770px;
  padding: 55px 75px;
  position: absolute;
  background-color: #000000;
}

.architecture-carousel .item .item-content .item-title {
  color: #ffffff;
  font-size: 48px;
}

.architecture-carousel .owl-dots {
  top: 50%;
  left: -33px;
  position: absolute;
  transform: translateY(-50%);
}

.architecture-carousel .owl-dots .owl-dot {
  display: table;
}

.architecture-carousel .owl-dots .owl-dot span {
  margin: 8px 0px;
}

/* slide section - end */
/* about section - start */
.home-architecture .about-section .about-image {
  width: 745px;
  float: right;
}

.home-architecture .about-section .about-image.creative-image {
  float: none !important;
  width: auto !important;
}

/* about section - end */
/* blog section - start */
.home-architecture .blog-grid .item-title > a {
  font-weight: 700;
}

/* blog section - end */
/* 22.14 - home section - end
================================================== */
/* 22.15 - home restaurant - start
================================================== */
/* home reset - start */
.home-restaurant h1, .home-restaurant h2, .home-restaurant h3, .home-restaurant h4, .home-restaurant h5, .home-restaurant h6 {
  font-family: 'Playfair Display', serif;
}

.home-restaurant .section-title .title-text {
  font-size: 48px;
  position: relative;
  padding-bottom: 34px;
}

.home-restaurant .section-title .title-text:before {
  left: 0px;
  bottom: 0px;
  content: '';
  height: 2px;
  width: 100px;
  position: absolute;
  background-color: #000000;
}

.home-restaurant .section-title.text-center .title-text:before {
  left: 50%;
  transform: translateX(-50%);
}

.home-restaurant .section-title.size-decrease .title-text {
  font-size: 32px;
}

.home-restaurant .text-white .section-title .title-text:before {
  background-color: #ffffff;
}

/* home reset - end */
/* slider section - start */
.restaurant-carousel .item {
  min-height: 100vh;
  position: relative;
}

.restaurant-carousel .icon {
  max-width: 75px;
  margin-bottom: 60px;
  display: inline-block;
}

.restaurant-carousel h3 {
  font-size: 60px;
  margin-bottom: 40px;
}

.restaurant-carousel p {
  max-width: 530px;
  display: inline-block;
}

.restaurant-carousel .btn.btn-border.border-white, .restaurant-carousel .pagination .btn-border.border-white.page-link, .pagination .restaurant-carousel .btn-border.border-white.page-link, .restaurant-carousel .btn-border.border-white.btn-offcanvas, .restaurant-carousel .btn-border.border-white.lang-switcher-btn, .restaurant-carousel .btn-border.border-white.anchor-top, .restaurant-carousel .btn-border.border-white.document-list-item-link {
  height: 50px;
  line-height: 46px;
}

.restaurant-carousel .owl-dots {
  top: 50%;
  right: 60px;
  margin: 0px;
  position: absolute;
  transform: translateY(-50%);
}

.restaurant-carousel .owl-dots .owl-dot {
  display: block;
  margin-bottom: 20px;
}

.restaurant-carousel .owl-dots .owl-dot:last-child {
  margin-bottom: 0px !important;
}

.restaurant-carousel .owl-dots .owl-dot span {
  margin: 0px;
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
}

.restaurant-carousel .owl-dots .owl-dot:hover span, .restaurant-carousel .owl-dots .owl-dot.active span, .restaurant-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link span, .restaurant-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link span, .menu-footer-item.active .restaurant-carousel .owl-dots .owl-dot.menu-footer-link span, .restaurant-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link span, .menu-legal-item.active .restaurant-carousel .owl-dots .owl-dot.menu-legal-link span {
  background-color: #ffffff;
}

/* slider section - end */
/* about section - start */
.about-section .signiture-text {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 80px;
  text-align: center;
  font-family: 'PWSignaturetwo';
}

/* about section - end */
/* food menu section - start */
.foodmenu-section .food-menu-list > ul > li {
  margin-right: 115px;
}

.foodmenu-section .food-menu-list > ul > li:last-child {
  margin-right: 0px !important;
}

.foodmenu-section .food-menu-list > ul > li > a {
  color: #a5a5a5;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0px;
  position: relative;
  font-family: 'Playfair Display', serif;
}

.foodmenu-section .food-menu-list > ul > li > a:after, .foodmenu-section .food-menu-list > ul > li > a:before {
  width: 0%;
  height: 2px;
  opacity: 0;
  content: '';
  position: absolute;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

.foodmenu-section .food-menu-list > ul > li > a:before {
  top: 0px;
  right: 0px;
}

.foodmenu-section .food-menu-list > ul > li > a:after {
  left: 0px;
  bottom: 0px;
}

.foodmenu-section .food-menu-list > ul > li > a:hover, .foodmenu-section .food-menu-list > ul > li > a.active, .foodmenu-section .food-menu-list > ul > li.menu-main-item.active > a.menu-main-link, .foodmenu-section .menu-footer-item.active .food-menu-list > ul > li > a.menu-footer-link, .menu-footer-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-footer-link, .foodmenu-section .menu-legal-item.active .food-menu-list > ul > li > a.menu-legal-link, .menu-legal-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-legal-link {
  color: #000000;
}

.foodmenu-section .food-menu-list > ul > li > a:hover:after, .foodmenu-section .food-menu-list > ul > li > a:hover:before, .foodmenu-section .food-menu-list > ul > li > a.active:after, .foodmenu-section .food-menu-list > ul > li.menu-main-item.active > a.menu-main-link:after, .foodmenu-section .menu-footer-item.active .food-menu-list > ul > li > a.menu-footer-link:after, .menu-footer-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-footer-link:after, .foodmenu-section .menu-legal-item.active .food-menu-list > ul > li > a.menu-legal-link:after, .menu-legal-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-legal-link:after, .foodmenu-section .food-menu-list > ul > li > a.active:before, .foodmenu-section .food-menu-list > ul > li.menu-main-item.active > a.menu-main-link:before, .foodmenu-section .menu-footer-item.active .food-menu-list > ul > li > a.menu-footer-link:before, .menu-footer-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-footer-link:before, .foodmenu-section .menu-legal-item.active .food-menu-list > ul > li > a.menu-legal-link:before, .menu-legal-item.active .foodmenu-section .food-menu-list > ul > li > a.menu-legal-link:before {
  opacity: 1;
  width: 100%;
}

.foodmenu-section .items-list > ul > li {
  margin-bottom: 40px;
}

.foodmenu-section .items-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.foodmenu-section .items-list > ul > li .title-wrap {
  z-index: 1;
  position: relative;
}

.foodmenu-section .items-list > ul > li .title-wrap:before {
  left: 50%;
  width: 90%;
  height: 2px;
  bottom: 2px;
  content: '';
  z-index: -1;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: 2px dotted #434343;
}

.foodmenu-section .items-list > ul > li .title-wrap .dish-name {
  z-index: 1;
  float: left;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
  display: inline-block;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.foodmenu-section .items-list > ul > li .title-wrap .dish-name .item-label {
  margin-left: 5px;
}

.foodmenu-section .items-list > ul > li .title-wrap .dish-price {
  z-index: 1;
  float: right;
  color: #000000;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  background-color: #ffffff;
}

.foodmenu-section .items-list > ul > li .item-label {
  height: 16px;
  color: #ffffff;
  line-height: 1;
  font-size: 10px;
  padding: 0px 5px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  background-color: #000000;
  text-transform: uppercase;
}

.foodmenu-section.text-white .food-menu-list > ul > li > a:after, .foodmenu-section.text-white .food-menu-list > ul > li > a:before {
  background-color: #ffffff;
}

.foodmenu-section.text-white .food-menu-list > ul > li > a:hover, .foodmenu-section.text-white .food-menu-list > ul > li > a.active, .foodmenu-section.text-white .food-menu-list > ul > li.menu-main-item.active > a.menu-main-link, .foodmenu-section.text-white .menu-footer-item.active .food-menu-list > ul > li > a.menu-footer-link, .menu-footer-item.active .foodmenu-section.text-white .food-menu-list > ul > li > a.menu-footer-link, .foodmenu-section.text-white .menu-legal-item.active .food-menu-list > ul > li > a.menu-legal-link, .menu-legal-item.active .foodmenu-section.text-white .food-menu-list > ul > li > a.menu-legal-link {
  color: #ffffff;
}

.foodmenu-section.text-white .items-list > ul > li {
  margin-bottom: 40px;
}

.foodmenu-section.text-white .items-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

.foodmenu-section.text-white .items-list > ul > li .title-wrap:before {
  border-bottom: 2px dotted #ffffff;
}

.foodmenu-section.text-white .items-list > ul > li .title-wrap .dish-name {
  color: #ffffff;
  background-color: #000000;
}

.foodmenu-section.text-white .items-list > ul > li .title-wrap .dish-price {
  color: #ffffff;
  background-color: #000000;
}

.foodmenu-section.text-white .items-list > ul > li .item-label {
  color: #000000;
  background-color: #ffffff;
}

.foodmenu-section.text-white .tab-content p {
  color: #bbbbbb;
}

/* food menu section - end */
/* booking section - start */
.booking-section {
  min-height: 480px;
}

.booking-section .section-title .title-text {
  font-size: 60px;
  padding-bottom: 0px;
}

.booking-section .section-title .title-text:before {
  display: none;
}

/* booking section - end */
/* contact section - start */
.home-restaurant .contact-section .section-title .title-text {
  padding-bottom: 0px;
}

.home-restaurant .contact-section .section-title .title-text:before {
  display: none;
}

/* contact section - end */
/* 22.15 - home restaurant - end
================================================== */
/* 22.16 - home hotel - start
================================================== */
/* home reset - start */
.home-hotel h1, .home-hotel h2, .home-hotel h3, .home-hotel h4, .home-hotel h5, .home-hotel h6 {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.home-hotel .section-title .title-text {
  font-size: 42px;
}

/* home reset - end */
/* hotel carousel - start */
.hotel-carousel .item {
  min-height: 100vh;
  position: relative;
}

.hotel-carousel .item .item-title {
  font-size: 36px;
}

.hotel-carousel .owl-dots {
  right: 19%;
  bottom: 60px;
  position: absolute;
}

.hotel-carousel .owl-dots .owl-dot span {
  opacity: .4;
  background: #ffffff;
}

.hotel-carousel .owl-dots .owl-dot:hover span, .hotel-carousel .owl-dots .owl-dot.active span, .hotel-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link span, .hotel-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link span, .menu-footer-item.active .hotel-carousel .owl-dots .owl-dot.menu-footer-link span, .hotel-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link span, .menu-legal-item.active .hotel-carousel .owl-dots .owl-dot.menu-legal-link span {
  opacity: 1;
  background: #ffffff;
}

/* hotel carousel - end */
/* hotel section - start */
.hotel-section.bg-gray {
  background-color: #f2f2f2;
}

.hotel-list-layout .item-image {
  width: 951px;
}

.hotel-list-layout .item-image > img {
  width: 100%;
  display: block;
}

.hotel-list-layout .item-image.float-left {
  margin-left: -15px;
}

.hotel-list-layout .item-image.float-right {
  margin-right: -15px;
}

.hotel-list-layout .about-service > ul > li {
  margin-bottom: 50px;
}

.hotel-list-layout .about-service > ul > li:last-child {
  margin-bottom: 0px !important;
}

.hotel-list-layout .about-service .service-icon {
  float: left;
  margin-top: 3px;
  margin-right: 25px;
}

.hotel-list-layout .about-service .service-icon > img {
  width: 45px;
}

.hotel-list-layout .about-service .service-content {
  display: table;
}

.hotel-list-layout .about-service .service-content .service-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.hotel-list-layout .about-service .service-content p {
  font-size: 13px;
}

/* hotel section - end */
/* property section - start */
.property-carousel.arrow-top-right .owl-nav {
  top: -150px;
}

.property-grid .item-image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.property-grid:hover {
  filter: none;
}

.property-grid .item-title {
  font-size: 21px;
}

/* property section - end */
/* blog section - start */
.home-hotel .blog-grid .item-title > a {
  font-size: 21px;
  font-family: 'Playfair Display', serif;
}

/* blog section - end */
/* 22.16 - home hotel - end
================================================== */
/* 22.17 - home events - start
================================================== */
/* banner section - start */
.event-banner .title-text {
  font-size: 90px;
  font-weight: 500;
}

.event-banner .countdown-timer > ul > li {
  width: 120px;
  text-align: center;
  position: relative;
  margin-right: 40px;
  padding-right: 40px;
}

.event-banner .countdown-timer > ul > li:after {
  top: 33.333%;
  right: -5px;
  opacity: .3;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
}

.event-banner .countdown-timer > ul > li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.event-banner .countdown-timer > ul > li:last-child:after {
  display: none;
}

.event-banner .countdown-timer > ul > li strong, .event-banner .countdown-timer > ul > li small {
  color: #ffffff;
  display: block;
  line-height: 1;
}

.event-banner .countdown-timer > ul > li strong {
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 10px;
}

.event-banner .countdown-timer > ul > li small {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.event-banner .info-list {
  left: 0px;
  right: 0px;
  bottom: 60px;
  position: absolute;
}

.event-banner .info-list > ul > li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-banner .info-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

/* banner section - end */
/* 22.17 - home events - end
================================================== */
/* 22.18 - home decoration - start
================================================== */
/* home reset - start */
.home-decoration {
  padding-left: 60px;
  padding-right: 60px;
}

.home-decoration h1, .home-decoration h2, .home-decoration h3, .home-decoration h4, .home-decoration h5, .home-decoration h6 {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

/* home reset - end */
/* banner section - start */
.decoration-banner {
  min-height: 820px;
}

/* banner section - end */
/* about section - end */
.about-section .blockquote {
  font-style: italic;
  padding-top: 15px;
  padding-left: 66px;
  padding-bottom: 15px;
  border-left: 8px solid #e9e9e9;
}

.about-section .blockquote p {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}

.home-decoration .about-section .blockquote {
  margin-left: 70px;
}

.home-decoration .about-section .blockquote p {
  color: #000000;
  line-height: 1.3;
  font-family: 'Playfair Display', serif;
}

/* about section - end */
/* 22.18 - home decoration - end
================================================== */
/* 22.19 - home wedding - start
================================================== */
/* home reset - start */
.home-wedding {
  padding-left: 60px;
  padding-right: 60px;
}

.home-wedding h1, .home-wedding h2, .home-wedding h3, .home-wedding h4, .home-wedding h5, .home-wedding h6 {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.home-wedding .section-title .title-text {
  font-size: 48px;
}

/* home reset - end */
/* banner section - start */
.wedding-banner .title-text {
  line-height: 1;
  font-size: 100px;
}

.wedding-banner .sub-title {
  line-height: 1;
  font-size: 48px;
  margin-bottom: 20px;
}

.wedding-banner .info-list > ul > li {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

.wedding-banner .info-list > ul > li:last-child {
  margin-bottom: 0px !important;
}

/* banner section - end */
/* couple fullimage - start */
.couple-fullimage {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.couple-fullimage > img {
  width: 100%;
  display: block;
}

.couple-fullimage .couple-type {
  left: 0px;
  bottom: 0px;
  color: #000000;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  padding: 15px 30px;
  font-style: italic;
  background-color: #ffffff;
  font-family: 'Playfair Display', serif;
}

/* couple fullimage - end */
/* lovestory section - start */
.lovestory-section .lovestory-tab {
  border-top: 3px solid #f2f2f2;
}

.lovestory-section .lovestory-tab > ul {
  width: 100%;
  display: flex;
  margin-top: -3px;
}

.lovestory-section .lovestory-tab > ul > li {
  flex: 1;
  text-align: center;
}

.lovestory-section .lovestory-tab > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding-top: 33px;
  position: relative;
  font-family: 'Playfair Display', serif;
}

.lovestory-section .lovestory-tab > ul > li > a:before {
  top: 0px;
  left: 15px;
  right: 15px;
  content: '';
  height: 3px;
  opacity: 0;
  position: absolute;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

.lovestory-section .lovestory-tab > ul > li > a:hover:before, .lovestory-section .lovestory-tab > ul > li > a.active:before, .lovestory-section .lovestory-tab > ul > li.menu-main-item.active > a.menu-main-link:before, .lovestory-section .menu-footer-item.active .lovestory-tab > ul > li > a.menu-footer-link:before, .menu-footer-item.active .lovestory-section .lovestory-tab > ul > li > a.menu-footer-link:before, .lovestory-section .menu-legal-item.active .lovestory-tab > ul > li > a.menu-legal-link:before, .menu-legal-item.active .lovestory-section .lovestory-tab > ul > li > a.menu-legal-link:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}

.lovestory-section .tab-content .item-image {
  z-index: 1;
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

.lovestory-section .tab-content .item-image:before {
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: 0px;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #000000;
}

.lovestory-section .tab-content .item-content .item-title {
  font-size: 48px;
}

.lovestory-section .tab-content .item-content .sub-title {
  font-size: 28px;
}

.lovestory-section .tab-content .item-content p {
  font-size: 16px;
}

/* lovestory section - end */
/* booking section - start */
.booking-section .btns-group > ul > li {
  margin-right: 10px;
}

.booking-section .btns-group > ul > li:last-child {
  margin-bottom: 0px !important;
}

/* booking section - end */
/* memories section - start */
.memories-images > ul {
  width: 100%;
  display: flex;
}

.memories-images > ul > li {
  flex: 1;
}

.memories-images > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.memories-images > ul > li > a:before {
  top: 50%;
  left: 50%;
  width: 0px;
  z-index: 1;
  height: 90%;
  content: "";
  position: absolute;
  background-color: #000000;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.memories-images > ul > li > a:after {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  color: #ffffff;
  font-size: 30px;
  content: "\F31E";
  font-weight: 400;
  position: absolute;
  transform: translate(-50%, -30%);
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
}

.memories-images > ul > li > a:hover:before {
  width: 90%;
}

.memories-images > ul > li > a:hover:after {
  opacity: 1;
  transition-delay: 0.05s;
  transform: translate(-50%, -50%);
}

/* memories section - end */
/* service section - start */
.home-wedding .service-default .serial-number {
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.home-wedding .service-default .item-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.home-wedding .service-default p {
  font-size: 16px;
}

/* service section - end */
/* 22.19  - home wedding - end
================================================== */
/* 22.20 - home - start
================================================== */
/* slider section - start */
.home-travel .hotel-carousel .item .popup-video {
  margin-bottom: 80px;
  transform: unset !important;
  position: static !important;
}

.home-travel .hotel-carousel .item .item-title {
  font-size: 70px;
}

.home-travel .hotel-carousel .owl-dots {
  left: 360px;
  right: unset;
}

/* slider section - end */
/* portfolio section - start */
.destinations-masoney-grid {
  margin: -15px;
  padding-top: 45px;
}

.destinations-masoney-grid .grid-item,
.destinations-masoney-grid .grid-sizer {
  width: 33.333%;
}

.destinations-masoney-grid .grid-item {
  padding: 15px;
}

.destinations-masoney-grid .grid-item.w-66 {
  width: 66.666%;
}

/* portfolio section - end */
/* 22.20 - home - end
================================================== */
/* 22.21 - home yoga - start
================================================== */
/* banner section - start */
.yoga-banner {
  min-height: 800px;
}

/* banner section - end */
/* portfolio section - start */
.yoga-masoney-grid .grid-item,
.yoga-masoney-grid .grid-sizer {
  width: 25%;
}

/* portfolio section - end */
/* 22.21 - home yoga - end
================================================== */
/* 22.22 - home blogger - start
================================================== */
/* home reset - start */
.home-blogger {
  padding-left: 60px;
  padding-right: 60px;
}

.home-blogger h1, .home-blogger h2, .home-blogger h3, .home-blogger h4, .home-blogger h5, .home-blogger h6 {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.home-blogger .section-title .title-text {
  font-size: 48px;
  font-weight: 700;
}

.home-blogger .owl-dots .owl-dot > span {
  width: 15px;
  height: 5px;
}

.home-blogger .owl-dots .owl-dot.active > span, .home-blogger .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .home-blogger .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .home-blogger .owl-dots .owl-dot.menu-footer-link > span, .home-blogger .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .home-blogger .owl-dots .owl-dot.menu-legal-link > span {
  width: 30px;
  transform: scale(1);
}

/* home reset - end */
/* slider section - start */
.blogger-carousel .item {
  min-height: 760px;
  padding-bottom: 125px;
}

.blogger-carousel .item .post-date {
  margin-bottom: 30px;
  display: inline-block;
}

.blogger-carousel .item .title-text {
  font-size: 38px;
}

.blogger-carousel .owl-dots {
  left: 50%;
  bottom: 50px;
  position: absolute;
  transform: translateX(-50%);
}

.blogger-carousel .owl-dots .owl-dot > span {
  width: 15px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

.blogger-carousel .owl-dots .owl-dot:hover > span {
  background-color: #ffffff;
}

.blogger-carousel .owl-dots .owl-dot.active > span, .blogger-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .blogger-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .blogger-carousel .owl-dots .owl-dot.menu-footer-link > span, .blogger-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .blogger-carousel .owl-dots .owl-dot.menu-legal-link > span {
  width: 30px;
  transform: scale(1);
  background-color: #ffffff;
}

/* slider section - end */
/* blog section - start */
.home-blogger .main-blog-grid .item-title > a {
  font-family: 'Playfair Display', serif;
}

/* blog section - end */
/* 22.22 - home blogger - end
================================================== */
/* 22.23 - home project showcase - start
================================================== */
/* empty */
/* 22.23 - home project showcase - end
================================================== */
/* 22.24 - home portfolio - start
================================================== */
/* home reset - start */
.home-portfolio {
  padding: 20px;
}

/* home reset - end */
/* quote section - start */
.quote-section p {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding-top: 80px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.quote-section p > span {
  top: 0px;
  left: 50%;
  line-height: 1;
  font-size: 74px;
  position: absolute;
  transform: translateX(-50%);
}

/* quote section - end */
/* 22.24 - home portfolio - end
================================================== */
/* 22.25 - home portfolio 2 - start
================================================== */
/* home reset - start */
.home-portfolio-2 {
  padding-left: 60px;
  padding-right: 60px;
}

/* home reset - end */
/* 22.25 - home portfolio 2 - end
================================================== */
/* 22.26 - home portfolio 2 - start
================================================== */
/* home reset - start */
.home-portfolio-3 {
  padding-top: 255px;
}

.home-portfolio-3 .section-title .title-text {
  font-size: 48px;
}

.home-portfolio-3 .section-title.has-tb-line {
  padding: 120px 0px;
}

.home-portfolio-3 .section-title.has-tb-line:after, .home-portfolio-3 .section-title.has-tb-line:before {
  height: 60px;
}

.home-portfolio-3 .section-title.size-increase .title-text {
  font-size: 60px;
}

/* home reset - end */
/* header section - start */
.home-portfolio-3 .sticky-header {
  padding: 60px 0px;
}

.home-portfolio-3 .sticky-header .menu-btn {
  float: none;
  display: table;
  margin: 60px auto 0px;
}

.home-portfolio-3 .sticky-header.stuck {
  padding: 23.5px 0px;
}

.home-portfolio-3 .sticky-header.stuck .menu-btn {
  margin: 20px auto 0px;
}

/* header section - end */
/* 22.26 - home portfolio 2 - end
================================================== */
/* 22.27 - home portfolio 4 - start
================================================== */
/* banner section - start */
.portfolio-4-banner {
  min-height: 520px;
  padding-bottom: 130px;
}

.portfolio-4-banner h1 {
  line-height: 1;
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 15px;
}

.portfolio-4-banner h3, .portfolio-4-banner p {
  line-height: 1;
  font-size: 24px;
}

.portfolio-4-banner h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-4-banner p {
  font-weight: 600;
}

/* banner section - end */
/* 22.27 - home portfolio 4 - end
================================================== */
/* 22.28 - home shop creative - start
================================================== */
/* home reset - start */
.home-shop-creative {
  padding-left: 60px;
  padding-right: 60px;
}

/* home reset - end */
/* slider section - start */
.shop-slider .item {
  min-height: 630px;
  background-size: auto 100%;
  background-position: left center;
}

.shop-slider .item .item-title {
  font-size: 60px;
  font-weight: 600;
  padding-top: 60px;
  position: relative;
}

.shop-slider .item .item-title:before {
  top: 0px;
  left: 0px;
  height: 2px;
  content: '';
  width: 120px;
  position: absolute;
  background-color: #000000;
}

.shop-slider .owl-dots {
  top: 50%;
  left: 60px;
  position: absolute;
  transform: translateY(-50%);
}

.shop-slider .owl-dots .owl-dot {
  display: block;
  margin-bottom: 30px;
}

.shop-slider .owl-dots .owl-dot:last-child {
  margin-bottom: 0px !important;
}

.shop-slider .owl-dots .owl-dot > span {
  margin: 0px;
  width: 30px;
  height: 2px;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.2);
}

.shop-slider .owl-dots .owl-dot:hover {
  background-color: #000000;
}

.shop-slider .owl-dots .owl-dot.active > span, .shop-slider .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .shop-slider .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .shop-slider .owl-dots .owl-dot.menu-footer-link > span, .shop-slider .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .shop-slider .owl-dots .owl-dot.menu-legal-link > span {
  width: 60px;
  transform: scale(1);
  background-color: #000000;
}

/* slider section - end */
/* 22.28 - home shop creative - end
================================================== */
/* 22.29 - home shop classic - start
================================================== */
/* slider section - start */
.home-shop-classic .slider-section .social-links {
  top: 50%;
  z-index: 2;
  left: 130px;
  position: absolute;
  transform: translateY(-50%);
}

.home-shop-classic .slider-section .social-links > ul > li {
  text-align: center;
  margin-bottom: 45px;
}

.home-shop-classic .slider-section .social-links > ul > li:last-child {
  margin-bottom: 0px !important;
}

.home-shop-classic .slider-section .social-links > ul > li span {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.shop-slider-2 .item {
  min-height: 800px;
  background-size: auto 100%;
  background-position: right center;
}

.shop-slider-2 .item .date-text {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-right: 150px;
  display: inline-block;
}

.shop-slider-2 .item .date-text:before {
  top: 50%;
  right: 0px;
  height: 2px;
  content: '';
  width: 115px;
  position: absolute;
  background-color: #000000;
  transform: translateY(-50%);
}

.shop-slider-2 .item .item-title {
  font-size: 60px;
  font-weight: 600;
}

.shop-slider-2 .owl-nav.disabled {
  right: 0px;
  z-index: 1;
  margin: 0px;
  bottom: 0px;
  display: table;
  position: absolute;
  background-color: #ffffff;
}

.shop-slider-2 .owl-nav.disabled button {
  float: left;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.shop-slider-2 .owl-nav.disabled button:before {
  font-size: 36px;
  color: #434343;
}

.shop-slider-2 .owl-nav.disabled button:hover:before {
  color: #000000;
}

.shop-slider-2 .owl-dots {
  display: none;
}

/* slider section - end */
/* shop section - start */
.classic-shop-masoney .grid-item,
.classic-shop-masoney .grid-sizer {
  width: 50%;
}

.classic-shop-masoney .grid-item {
  padding-top: 100px;
}

.classic-shop-masoney .grid-item .section-title .title-text {
  max-width: 470px;
  font-weight: 700;
}

/* shop section - end */
/* booking section - start */
.home-shop-classic .booking-section .section-title .title-text {
  font-size: 32px;
}

/* booking section - end */
/* 22.29 - home shop classic - end
================================================== */
/* 22.30 - home minimal - start
================================================== */
/* home reset - start */
.home-shop-minimal {
  padding-left: 60px;
  padding-right: 60px;
}

/* home reset - end */
/* slider section - start */
.home-shop-minimal .shop-slider .item {
  min-height: 670px;
  position: relative;
  background-size: cover;
  background-position: left bottom;
}

.home-shop-minimal .shop-slider .item .item-title {
  font-size: 46px;
}

/* slider section - end */
/* shop section - start */
.home-shop-minimal .shop-section .arrow-top-right .owl-nav {
  top: -39px;
}

/* shop section - end */
/* 22.30 - home minimal - end
================================================== */
/* 22 - home page - end
==================================================================================================== */
/*

*	Project Name 	:  Afkar - HTML Template
*	File 			:  Responsive CSS Base
*	Version 		:  1.1.0
*	Last change 	:  29 April 2020
*	Author 			:  creative-wp -->> (https://themeforest.net/user/creative-wp)
*	Developer:		:  Rakibul Islam Dewan -->> (dj.rakibul690@gmail.com)

*	css code for responsive layout To make Responsive

==================================================

*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 575px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)

*/
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1785px) {
  /* about - start */
  .service-default.plr-70 {
    padding: 0px 50px;
  }
  /* about - end */
}

@media screen and (max-width: 1710px) {
  /* home - start */
  .agency-default-carousel .item .child-image {
    max-width: 200px;
  }
  .agency-default-carousel .item .child-image.child-image-1 {
    right: 0px;
  }
  .agency-default-carousel .item .child-image.child-image-2 {
    bottom: 70px;
  }
  .agency-default-carousel .item .child-image.child-image-3 {
    right: -100px;
    bottom: 0;
  }
  /* home - end */
}

@media screen and (max-width: 1630px) {
  /* about - start */
  .service-default .item-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* about - end */
  /* home - start */
  .home-shop-classic .slider-section .social-links {
    left: 30px;
  }
  /* home - end */
}

@media screen and (max-width: 1520px) {
  /* about - start */
  .service-default.plr-70 {
    padding: 0px 30px;
  }
  /* about - end */
  /* details - start */
  .portfolio-details-5 .details-section .details-image {
    min-height: 720px;
  }
  /* details - end */
  /* home - start */
  .designer-banner {
    background-position: right 0px center;
  }
  .shop-slider .item {
    background-size: cover;
  }
  .shop-slider .item .item-title {
    font-size: 48px;
    padding-top: 40px;
  }
  .shop-slider .item .item-title.mb-60 {
    margin-bottom: 40px;
  }
  /* home - end */
}

@media screen and (max-width: 1440px) {
  /* home - start */
  .agency-default-carousel .item .child-image.child-image-3 {
    right: 0px;
    bottom: 0;
  }
  .agency-default-carousel .item .child-image.child-image-2 {
    bottom: 120px;
  }
  .agency-default-carousel .owl-dots {
    left: 30px;
  }
  .agency-default-carousel .owl-stage-outer {
    padding-bottom: 180px;
  }
  .home-agency-default .portfolio-section {
    margin-top: -80px;
  }
  .home-decoration,
  .home-wedding,
  .home-blogger,
  .home-portfolio-2,
  .home-shop-minimal,
  .home-shop-creative {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blogger-carousel .item {
    min-height: 715px;
  }
  /* home - end */
}

@media screen and (max-width: 1420px) {
  /* about - start */
  .service-default.plr-70 {
    padding: 0px;
  }
  /* about - end */
}

@media screen and (max-width: 1350px) {
  /* home - start */
  .agency-default-carousel .owl-dots {
    left: 0px;
  }
  .agency-default-carousel .owl-dots .owl-dot > span {
    width: 20px;
  }
  .agency-default-carousel .owl-dots .owl-dot.active > span, .agency-default-carousel .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .agency-default-carousel .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .agency-default-carousel .owl-dots .owl-dot.menu-footer-link > span, .agency-default-carousel .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .agency-default-carousel .owl-dots .owl-dot.menu-legal-link > span {
    width: 35px;
  }
  .agency-default-carousel .owl-dots .owl-dot {
    margin-bottom: 20px;
  }
  .home-shop-classic .slider-section .social-links {
    left: 0px;
  }
  .home-shop-minimal .shop-slider .item {
    background-position: right -330px bottom;
  }
  /* home - end */
}

/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  /* details - start */
  .portfolio-details-5 .details-section .details-image {
    min-height: 560px;
  }
  .advertisement-section {
    min-height: 480px;
  }
  /* details - end */
  /* home - start */
  .portfolio-carousel.arrow-top-right .owl-nav {
    right: 60px;
  }
  .personal-banner {
    background-position: right 25% top;
  }
  .personal-banner .banner-content h1 {
    font-size: 72px;
    margin-bottom: 5px;
  }
  .personal-banner .banner-content h2 {
    font-size: 36px;
  }
  .personal-banner .banner-content {
    padding-top: 40px;
  }
  .app-landing-banner {
    min-height: 670px;
    background-size: cover;
    background-position: left 40% top;
  }
  .app-landing-banner .banner-content h1 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .pricing-table .item-header {
    padding: 15px;
  }
  .pricing-table .item-title {
    font-size: 16px;
  }
  .pricing-table .price-text strong {
    font-size: 22px;
  }
  .pricing-table .price-text sup {
    font-size: 14px;
  }
  .pricing-table.premium-item {
    transform: scale(1.03);
  }
  .pricing-table .info-list > ul > li {
    font-size: 13px;
    padding: 12px 30px;
  }
  .pricing-table .info-list {
    padding: 30px 0px;
  }
  .home-travel .hotel-carousel .owl-dots {
    left: 60px;
  }
  .blogger-carousel .item {
    min-height: 650px;
    padding-bottom: 100px;
  }
  .blogger-carousel .owl-dots {
    bottom: 30px;
  }
  .main-blog-grid .item-title > a {
    font-size: 32px;
  }
  .portfolio-4-banner h1 {
    font-size: 60px;
  }
  .portfolio-4-banner h3, .portfolio-4-banner p {
    font-size: 20px;
  }
  .home-shop-classic .slider-section .social-links {
    left: unset;
    right: 0px;
  }
  .shop-slider-2 .item {
    background-position: left 250px center;
  }
  /* home - end */
}

@media screen and (max-width: 1230px) {
  /* global - start */
  body {
    padding-top: 0px;
  }

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .page-header-container,
  .page-body-container,
  .site-header-container,
  .site-footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-section .absolute-social-wrap .container-fluid, .banner-section .absolute-social-wrap .container-sm, .banner-section .absolute-social-wrap .container-md, .banner-section .absolute-social-wrap .container-lg, .banner-section .absolute-social-wrap .container-xl, .banner-section .absolute-social-wrap .page-header-container, .banner-section .absolute-social-wrap .page-body-container, .banner-section .absolute-social-wrap .site-header-container, .banner-section .absolute-social-wrap .site-footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* global - end */
  /* header - start */
  .header-section .main-menu > ul > .menu-item-has-child .mega-menu {
    left: 0px;
    right: 0px;
    width: 100%;
    transform: unset;
  }
  .header-section .main-menu > ul > .menu-item-has-child .mega-menu .menu-list > ul > li > a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .header-section .main-menu > ul > .menu-item-has-child .mega-menu .list-title {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .sticky-header {
    padding: 23.5px 0px;
  }
  .header-section .main-menu > ul > .menu-item-has-child .submenu {
    min-width: 200px;
    padding: 20px 5px;
  }
  .header-section .main-menu > ul > .menu-item-has-child .submenu > li a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .header-section .main-menu > ul > .menu-item-has-child .submenu > li.menu-item-has-child .submenu {
    top: -5px;
    padding: 5px;
  }
  /* header - end */
  /* partners - start */
  .partners-section:hover .arrow-left-right .owl-nav .owl-prev {
    left: -10px;
  }
  .partners-section:hover .arrow-left-right .owl-nav .owl-next {
    right: -10px;
  }
  /* partners - end */
  /* about - start */
  .about-list-layout .item-content .item-title {
    font-size: 36px;
  }
  .about-list-layout:nth-child(2n+1) .item-content {
    padding: 0px 0px 0px 50px;
  }
  .about-list-layout:nth-child(2n+1) .item-content .item-title {
    margin: 0px 0px 50px -150px;
  }
  .about-list-layout p {
    font-size: 15px;
  }
  .about-list-layout:nth-child(2n) .item-content {
    padding: 0px 50px 0px 0px;
  }
  .about-list-layout:nth-child(2n) .item-content .item-title {
    margin: 0px -150px 50px 0px;
  }
  .testimonial-boxed .person-comment {
    padding-left: 30px;
  }
  .testimonial-boxed .quote-icon {
    max-width: 140px;
  }
  .testimonial-boxed .person-comment p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .testimonial-boxed .person-image {
    width: 80px;
    height: 80px;
  }
  .testimonial-boxed {
    padding: 30px;
  }
  /* about - end */
  /* blog - start */
  .blog-section .metro-layout .blog-fullimage .item-content .item-title {
    font-size: 18px;
  }
  /* blog - end */
  /* details - start */
  .details-section .details-image {
    min-height: 560px;
  }
  .portfolio-carousel.arrow-top-right .owl-nav {
    right: 15px;
  }
  .details-section .details-image-carousel .owl-dots {
    right: 15px;
  }
  /* details - end */
  /* home - start */
  .fixed-sidebar-menu {
    width: 300px;
    padding: 60px 40px;
  }
  .home-photographer {
    padding-left: 300px;
  }
  .fixed-sidebar-menu .brand-logo {
    margin-bottom: 100px;
  }
  .fixed-sidebar-menu .fsm-menu-list {
    margin: -12px -40px;
    margin-bottom: 100px;
  }
  .fixed-sidebar-menu .fsm-menu-list .submenu > li {
    padding-left: 40px;
  }
  .home-architecture .slide-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-architecture .slide-section .social-links {
    top: 35%;
    z-index: 2;
    right: 30px;
    transform: translateY(-35%);
  }
  .home-architecture .slide-section .social-links > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .architecture-carousel .owl-dots {
    top: 35%;
    left: 30px;
    z-index: 2;
    transform: translateY(-35%);
  }
  .restaurant-carousel .owl-dots {
    right: 30px;
  }
  .hotel-carousel .owl-dots {
    right: 15px;
  }
  .hotel-carousel .item .popup-video {
    left: 50%;
  }
  .hanging-header {
    top: 50px;
  }
  .home-decoration,
  .home-wedding,
  .home-blogger,
  .home-shop-minimal,
  .home-shop-creative {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-portfolio-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .decoration-banner {
    min-height: 500px;
  }
  .booking-section .section-title .title-text {
    font-size: 54px;
  }
  .wedding-banner .title-text {
    margin-bottom: 40px;
    font-size: 78px !important;
  }
  .wedding-banner .sub-title {
    font-size: 42px;
  }
  .wedding-banner .info-list > ul > li {
    font-size: 30px;
  }
  .wedding-banner {
    min-height: 75vh;
  }
  .home-travel .hotel-carousel .owl-dots {
    left: 10px;
  }
  .home-blogger .header-section .brand-logo {
    text-align: left !important;
  }
  /* home - end */
  /* coming soon - start */
  .comingsoon-section {
    background-position: right 45% bottom;
  }
  /* coming soon - end */
}

/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* home - start */
  .portfolio-carousel-2 .owl-nav {
    top: unset;
    left: unset;
    margin-top: 30px !important;
    position: relative !important;
  }
  .portfolio-carousel-2 {
    float: none;
    width: 100%;
  }
  /* home - end */
}

@media screen and (max-width: 1170px) {
  /* global - start */
  .social-links-text > ul > li {
    margin-right: 15px;
    padding-right: 15px;
  }
  /* global - end */
  /* header - start */
  .header-section .main-menu > ul > li {
    margin-right: 30px;
  }
  /* header - end */
  /* footer - start */
  .footer-section .instagram-shoots {
    margin-left: -30px;
  }
  .footer-section .instagram-shoots > ul > li {
    width: 70px;
    height: 70px;
  }
  .footer-section .instagram-shoots > ul > li .icon {
    font-size: 22px;
    line-height: 70px;
  }
  /* footer - end */
  /* about - start */
  .about-section .item-title {
    font-size: 36px;
  }
  .service-default p {
    font-size: 12px;
  }
  /* about - end */
}

@media screen and (max-width: 1100px) {
  /* global - start */
  .section-title.size-increase .title-text {
    font-size: 38px;
  }
  /* global - end */
  /* header - start */
  .header-section .main-menu > ul > li {
    margin-right: 30px;
  }
  /* header - end */
}

@media screen and (max-width: 1080px) {
  /* header - start */
  .header-section .main-menu > ul > li {
    margin-right: 22px;
  }
  /* header - end */
  /* home - start */
  .event-banner .countdown-timer > ul > li {
    width: 80px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .event-banner .countdown-timer > ul > li:after {
    width: 5px;
    height: 5px;
  }
  .event-banner .countdown-timer > ul > li strong {
    font-size: 54px;
    margin-bottom: 6px;
  }
  .event-banner .countdown-timer > ul > li small {
    font-size: 15px;
  }
  .event-banner .title-text {
    margin-bottom: 60px;
    font-size: 72px !important;
  }
  /* home - end */
}

@media screen and (max-width: 1024px) {
  /* global - start */
  .section-title .title-text {
    font-size: 30px;
  }
  .section-title p {
    font-size: 15px;
  }
  /* global - end */
  /* header - start */
  .header-section .main-menu > ul > li {
    margin-right: 25px;
  }
  /* header - end */
  /* footer - start */
  .footer-section .instagram-shoots-2 > ul > li {
    width: 120px;
    height: 120px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 42px;
  }
  /* breadcrumb - end */
  /* about - start */
  .about-section .item-title {
    font-size: 36px;
  }
  .about-section .child-item .item-title {
    margin-bottom: 15px;
  }
  .about-section .child-item {
    margin-top: 50px;
  }
  .about-list-layout .item-content .about-service > ul > li {
    margin-bottom: 30px;
  }
  /* about - end */
  /* blog - start */
  .blog-list .item-content {
    padding-left: 30px;
  }
  .blog-list .item-title a {
    font-size: 18px;
  }
  .blog-list .item-title {
    margin-bottom: 15px;
  }
  .blog-list .post-meta {
    margin-bottom: 20px;
  }
  .blog-fullimage .item-content .item-title {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 15px;
  }
  .blog-fullimage .item-content .item-brand {
    font-size: 12px;
  }
  .blog-fullimage .item-content {
    padding: 0px 40px;
  }
  .blog-section .metro-layout .blog-fullimage .item-content .item-title {
    font-size: 14px;
  }
  /* blog - end */
  /* details - start */
  .details-section .details-image .item-content .item-title {
    font-size: 36px;
  }
  .advertisement-section {
    min-height: 450px;
  }
  .details-section .details-content blockquote .title-text {
    font-size: 36px;
    padding-left: 60px;
  }
  /* details - end */
  /* portfolio - start */
  .portfolio-fullimage .item-content {
    padding: 20px;
  }
  /* portfolio - end */
  /* home - start */
  .agency-default-carousel .item .item-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .agency-default-carousel .item p {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .agency-default-carousel .item .slider-image {
    height: 500px;
  }
  .agency-default-carousel .item .child-image {
    max-width: 170px;
  }
  .agency-default-carousel .item .child-image.child-image-1 {
    top: 0px;
  }
  .agency-default-carousel .item .child-image.child-image-3 {
    bottom: -50px;
    bottom: 0;
  }
  .agency-default-carousel .owl-stage-outer {
    padding-bottom: 100px;
  }
  .home-agency-default .portfolio-section {
    margin-top: 0px;
  }
  .agency-classic-banner {
    min-height: 800px;
  }
  .agency-classic-banner .title-text {
    margin-bottom: 40px;
  }
  .agency-classic-banner .title-text span {
    font-size: 84px;
  }
  .agency-minimal-banner .title-text {
    font-size: 172px !important;
  }
  .agency-minimal-banner .title-text.mb-100 {
    margin-bottom: 60px;
  }
  .agency-minimal-banner .social-links-text {
    margin-top: 40px;
  }
  .agency-startup-banner .title-text {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .agency-startup-banner {
    min-height: 560px;
    padding-bottom: 120px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
    font-size: 32px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
    margin-bottom: 40px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
    margin: 40px 0px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100 {
    margin-bottom: 60px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content {
    height: 482px;
  }
  .personal-banner {
    min-height: 600px;
    background-position: right 25% bottom;
  }
  .personal-banner .banner-content h1 {
    font-size: 60px;
  }
  .personal-banner .banner-content h2 {
    font-size: 24px;
  }
  .section-title.border-left {
    padding-left: 60px;
  }
  .home-personal .section-title .title-text {
    padding-left: 100px;
  }
  .home-personal .section-title .title-text::before {
    width: 80px;
  }
  .home-portfolio-3 .section-title .title-text {
    font-size: 42px;
  }
  .home-portfolio-3 .section-title.size-increase .title-text {
    font-size: 48px;
  }
  .home-portfolio-3 .section-title.has-tb-line::after,
  .home-portfolio-3 .section-title.has-tb-line::before {
    height: 50px;
  }
  .home-portfolio-3 .section-title.has-tb-line {
    padding: 100px 0px;
  }
  .shop-slider .item {
    background-position: right center;
  }
  .shop-slider-2 .item {
    min-height: 630px;
    background-size: cover;
    background-position: left 200px center;
  }
  .shop-slider-2 .item .date-text {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 100px;
  }
  .shop-slider-2 .item .date-text::before {
    width: 80px;
  }
  .shop-slider-2 .owl-nav.disabled button {
    width: 60px;
    height: 60px;
  }
  .shop-slider-2 .item .item-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .classic-shop-masoney .shop-creative-item .item-content {
    margin: auto;
    max-width: 300px;
  }
  .shop-creative-item .item-content.float-left .item-title {
    left: 60%;
  }
  .home-shop-minimal .shop-slider .item {
    min-height: 580px;
    background-position: right -280px bottom;
  }
  .home-shop-minimal .shop-slider .item .item-title {
    font-size: 38px;
  }
  /* home - end */
  /* shop - start */
  .product-grid .item-image {
    height: auto;
  }
  .policy-item .item-icon {
    width: 50px;
    font-size: 42px;
    margin-right: 10px;
  }
  .policy-item .item-title {
    margin: 0px;
    font-size: 15px;
  }
  .policy-item p {
    font-size: 12px;
  }
  /* shop - end */
  /* 404 - start */
  .error-section {
    padding: 120px 0px;
  }
  /* 404 - end */
}

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  /* global - start */
  .sec-ptb-100 {
    padding: 30px 0px;
  }
  .breadcrumb-section.sec-ptb-100 {
    padding: 130px 0;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .blog-section .masoney-grid.m-0.mb-100 {
    margin-bottom: 70px !important;
  }
  .post-meta > ul > li {
    font-size: 12px;
  }
  .pagination-nav > ul {
    margin: 0px auto;
  }
  .home-freelancer .section-title {
    margin-left: 0px;
  }
  .home-freelancer .section-title .title-text {
    padding: 0px;
  }
  .home-freelancer .section-title .title-text:before {
    display: none;
  }
  .section-title .leaf_image {
    max-width: 150px;
    display: inline-block;
  }
  /* global - end */
  /* header - start */
  .header-section .main-menu {
    display: none;
  }
  .header-section .mobile-menu-btns {
    display: inline-block;
  }
  .header-section .social-links-text {
    display: none;
  }
  .home-portfolio .header-section .order-first {
    order: 0;
  }
  .home-portfolio .header-section .order-first .menu-btn {
    float: right !important;
  }
  .home-portfolio .header-section .brand-logo.text-center {
    text-align: left !important;
  }
  /* header - end */
  /* footer - start */
  .footer-section .instagram-shoots-2 > ul > li {
    width: 100px;
    height: 100px;
  }
  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  /* breadcrumb - end */
  /* sidebar - start */
  .sidebar-section {
    margin: 30px;
  }
  /* sidebar - end */
  /* about - start */
  .about-list-layout .item-content {
    padding: 0px !important;
  }
  .about-list-layout:nth-child(2n+1) .item-content .item-title {
    margin: 0px 0px 30px -120px;
  }
  .about-list-layout p {
    font-size: 14px;
  }
  .about-list-layout .item-content .item-title {
    font-size: 30px;
  }
  .about-list-layout {
    margin-bottom: 70px;
  }
  .about-list-layout:nth-child(2n) .item-content .item-title {
    margin: 0px -130px 30px 0px;
  }
  .testimonial-fullwidth .person-image {
    margin-bottom: 20px;
  }
  .about-section .about-content p.line-left {
    font-size: 14px;
    padding-left: 50px;
  }
  .service-default {
    max-width: 270px;
    margin: 60px auto 0px;
    padding: 0px !important;
  }
  .blog-grid .item-title {
    margin-bottom: 15px;
  }
  .blog-grid .item-title > a {
    font-size: 16px;
  }
  .blog-grid .blog-image::after {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .howtouse-section .section-title {
    text-align: center;
    margin-bottom: 60px;
  }
  /* about - end */
  /* details - start */
  .details-section.blog-details .details-content .item-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .details-section .mb-60 {
    margin-bottom: 30px;
  }
  .details-section .mb-100 {
    margin-bottom: 50px;
  }
  .details-section .details-content p {
    font-size: 14px;
  }
  .details-section .details-content p blockquote {
    margin-top: 0px;
  }
  .details-section.blog-details .details-content blockquote .title-text {
    font-size: 28px;
    padding-left: 50px;
  }
  .details-section .details-image .item-content .item-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .details-section .details-image {
    min-height: 500px;
  }
  .post-meta.mb-30 {
    margin-bottom: 15px;
  }
  .details-section .details-content .item-title {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .details-section .details-content .info-list > ul > li {
    margin-bottom: 30px;
  }
  .details-section .details-content .info-list > ul > li span {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .details-section .details-content p.bottom-line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .other-post-wrap .other-post span {
    font-size: 18px;
    line-height: 1.45;
  }
  .other-post-wrap .other-post {
    padding: 15px;
  }
  .other-post-wrap .other-post small {
    margin-bottom: 20px;
  }
  .details-section .details-image {
    min-height: 460px;
  }
  .history-section .section-title .title-text .icon {
    max-width: 230px;
  }
  /* details - end */
  /* home - start */
  .service-section .about-list-layout .item-content > .item-title {
    font-size: 54px;
  }
  .banner-section .title-text {
    font-size: 42px;
  }
  .about-section .about-image.creative-image {
    padding: 15px;
    margin-top: -80px;
  }
  .about-section .about-content p.line-left::before {
    top: 0px;
  }
  .agency-minimal-banner .title-text {
    font-size: 148px !important;
  }
  .agency-minimal-banner {
    min-height: 660px;
  }
  .home-agency-startup .header-section .brand-logo > a {
    float: left;
  }
  .agency-startup-banner {
    min-height: 470px;
    padding-bottom: 100px;
  }
  .home-agency-startup .contact-section {
    text-align: center;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
    padding: 40px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
    font-size: 30px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content {
    height: 464px;
  }
  .fixed-sidebar-menu {
    display: none;
  }
  .home-photographer {
    padding: 60px;
  }
  .fixed-menu-btn {
    display: inline-block;
  }
  .designer-banner {
    background-position: right -30% center;
  }
  .architecture-carousel .item .item-content {
    max-width: 570px;
    padding: 45px 65px;
  }
  .architecture-carousel .item .item-content .item-title {
    font-size: 36px;
  }
  .architecture-carousel .item {
    min-height: 600px;
  }
  .home-architecture .slide-section .social-links > ul > li {
    margin-bottom: 30px;
  }
  .portfolio-carousel-3 .item .item-content .item-title {
    font-size: 36px;
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .home-architecture .about-section .about-image {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .about-section .item-title {
    font-size: 32px;
  }
  .about-section .item-title.mb-60 {
    margin-bottom: 30px;
  }
  .about-section .about-content p {
    font-size: 14px;
  }
  .about-section .about-content p.mb-60 {
    margin-bottom: 30px;
  }
  .portfolio-carousel-3 {
    float: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
    right: 0px;
  }
  .foodmenu-section .food-menu-list > ul > li {
    margin-right: 60px;
  }
  .team-grid .person-image .social-links > ul > li > a {
    font-size: 13px;
  }
  .team-grid .person-image .social-links > ul > li {
    margin-right: 25px;
  }
  .team-grid .person-name {
    font-size: 20px;
  }
  .booking-section {
    min-height: 370px;
  }
  .booking-section .section-title .title-text {
    font-size: 48px;
  }
  .hotel-carousel .item .item-title {
    font-size: 28px;
  }
  .hotel-list-layout .item-image {
    width: auto;
    float: none !important;
    margin: 0px -15px !important;
  }
  .hotel-list-layout .order-last {
    order: 0;
  }
  .hotel-list-layout .section-title {
    padding: 30px 30px 60px;
  }
  .hotel-list-layout .section-title .title-text {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .hotel-list-layout .section-title p {
    margin-bottom: 30px;
  }
  .hotel-list-layout .about-service > ul > li {
    margin-bottom: 30px;
  }
  .home-hotel .header-section .brand-logo > a {
    width: auto;
  }
  .home-hotel .header-section .mobile-menu-btns {
    padding: 10px 0px;
  }
  .home-hotel .hanging-header .header-wrap {
    padding: 15px 20px;
  }
  .hotel-carousel .item {
    min-height: 100vh;
  }
  .home-hotel .blog-grid .item-title > a {
    font-size: 20px;
  }
  .contact-section.text-white .submit-btn-icon.float-right {
    display: table;
    margin: 0px auto;
    float: none !important;
  }
  .contact-section {
    text-align: center;
  }
  .contact-section .form-wrap.mb--30 {
    margin-bottom: 0px;
  }
  .contact-section .submit-btn-icon {
    display: table;
    margin: 0px auto;
  }
  .home-decoration .header-section .brand-logo.text-center {
    text-align: left !important;
  }
  .decoration-banner {
    min-height: 460px;
  }
  .home-decoration .about-section .blockquote {
    margin-left: 0px;
  }
  .about-section .blockquote {
    padding-left: 40px;
    border-left: 5px solid #e9e9e9;
  }
  .about-section .blockquote.mb-60 {
    margin-bottom: 40px;
  }
  .about-section .blockquote p {
    font-size: 20px !important;
  }
  .home-decoration .about-section .blockquote p {
    line-height: 1.5;
  }
  .wedding-banner .title-text {
    margin-bottom: 35px;
    font-size: 60px !important;
  }
  .wedding-banner .sub-title {
    font-size: 36px;
  }
  .wedding-banner .info-list > ul > li {
    font-size: 26px;
  }
  .wedding-banner {
    min-height: 55vh;
  }
  .home-wedding .section-title .title-text {
    font-size: 42px;
  }
  .lovestory-section .lovestory-tab > ul > li > a {
    font-size: 20px;
    padding-top: 18px;
  }
  .lovestory-section .tab-content .item-content .item-title {
    font-size: 42px;
  }
  .lovestory-section .tab-content .item-content .sub-title {
    font-size: 24px;
  }
  .lovestory-section .tab-content .item-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .memories-images > ul > li > a::after {
    font-size: 22px;
  }
  .home-wedding .service-default .item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .home-travel .hotel-carousel .item {
    text-align: center;
  }
  .hotel-carousel .owl-dots {
    bottom: 40px;
    left: 50% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
  }
  .yoga-banner {
    min-height: 700px;
    background-position: right -50px bottom;
  }
  .yoga-masoney-grid .grid-item,
  .yoga-masoney-grid .grid-sizer {
    width: 33.333%;
  }
  .home-project-showcase .header-section .brand-logo.text-center {
    text-align: left !important;
  }
  .home-portfolio {
    padding: 15px;
    padding-top: 100px;
  }
  .portfolio-4-banner .social-links-text {
    margin-top: 30px;
  }
  .portfolio-4-banner .social-links-text > ul {
    float: none;
  }
  .portfolio-4-banner {
    padding-bottom: 100px;
  }
  .shop-slider .item {
    text-align: right;
  }
  .shop-slider .item .item-title::before {
    right: 0px;
    left: unset;
  }
  .shop-slider .owl-dots {
    left: 15px;
  }
  .home-shop-classic .slider-section .social-links > ul > li {
    margin-bottom: 20px;
  }
  .home-shop-minimal .header-section .order-first {
    order: 0;
  }
  .home-shop-minimal .header-section .brand-logo.text-center {
    text-align: left !important;
  }
  .header-section .menu-btn.menu-btn-round.float-left {
    float: right !important;
  }
  /* home - end */
  /* shop - start */
  .product-grid {
    margin-top: 30px;
  }
  .checkout-section .checkout-sidebar {
    padding: 30px;
  }
  .checkout-section .checkout-sidebar .price-info > ul > li {
    font-size: 14px;
  }
  .checkout-section .title-text.mb-60 {
    margin-bottom: 20px;
  }
  .checkout-section .form-wrap {
    margin-bottom: 40px;
  }
  /* shop - end */
}

@media screen and (max-width: 970px) {
  /* footer - start */
  .footer-section .instagram-shoots > ul > li {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }
  .footer-section .instagram-shoots > ul > li .icon {
    line-height: 60px;
  }
  /* footer - end */
}

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 880px) {
  .biography {
    padding-top: 120px;
  }
  /* global - start */
  .section-title.size-increase .title-text {
    font-size: 30px;
  }
  .section-title .title-text {
    font-size: 28px;
  }
  .section-title p {
    font-size: 15px;
  }
  /* global - end */
  /* footer - start */
  .footer-section .instagram-shoots-2 > ul > li {
    width: 100px;
    height: 100px;
  }
  .footer-section .instagram-shoots > ul > li > a::after,
  .footer-section .instagram-shoots-2 > ul > li > a::after {
    font-size: 22px;
  }
  .footer-section .instagram-shoots-2 .list-title {
    margin-top: 30px;
  }
  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 36px;
  }
  /* breadcrumb - end */
  /* about - start */
  .about-list-layout .item-content .item-title {
    margin-bottom: 25px !important;
  }
  .about-section .item-title {
    font-size: 30px;
  }
  /* about - end */
  /* blog - start */
  .blog-list .item-image {
    width: 340px;
  }
  .blog-list .item-content {
    padding-top: 0px;
    padding-left: 20px;
  }
  .blog-list .item-title {
    margin-bottom: 15px;
  }
  .blog-list .item-title a {
    font-size: 16px;
  }
  .blog-list .post-meta {
    margin-bottom: 15px;
  }
  .blog-section .masoney-grid.m-0.metro-layout .grid-item,
  .blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
    width: 50%;
  }
  .blog-section .masoney-grid.m-0.metro-layout .grid-50 {
    width: 100%;
  }
  /* blog - end */
  /* details - start */
  .details-section.blog-details .details-content blockquote .title-text {
    font-size: 22px;
    max-width: 500px;
    line-height: 1.3;
  }
  .details-section.blog-details.text-center .details-content blockquote .title-text {
    margin: 0px auto 30px;
  }
  .details-section.blog-details .details-content .post-admin {
    padding: 50px 0px;
  }
  .portfolio-details-5 .details-section .details-image {
    min-height: 500px;
  }
  .advertisement-section {
    min-height: 400px;
  }
  /* details - end */
  /* service - start */
  .service-section .about-list-layout .item-content > .item-title {
    font-size: 48px;
  }
  /* service - end */
  /* home - start */
  .agency-default-carousel .item .item-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .agency-default-carousel .item p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .agency-default-carousel .item .child-image {
    max-width: 150px;
  }
  .home-agency-classic .header-section {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .home-agency-classic .header-section.stuck {
    background-color: #ffffff !important;
  }
  .agency-creative-banner .banner-image {
    float: none;
    max-width: 350px;
    margin-right: 0px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content {
    height: auto;
  }
  .home-photographer {
    padding: 30px;
  }
  .designer-banner {
    min-height: 560px;
    background-size: contain;
    background-position: right -10% center;
  }
  .designer-banner .banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .designer-banner .banner-content h2 {
    font-size: 26px;
  }
  .designer-banner .banner-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .personal-banner {
    min-height: 520px;
    background-position: right 30% bottom;
  }
  .personal-banner .banner-content h1 {
    font-size: 48px;
  }
  .personal-banner .banner-content h2 {
    font-size: 20px;
  }
  .personal-banner .banner-content {
    padding-top: 30px;
  }
  .restaurant-carousel h3 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .restaurant-carousel .icon {
    max-width: 70px;
    margin-bottom: 30px;
  }
  .restaurant-carousel .item {
    min-height: 85vh;
  }
  .home-restaurant .section-title .title-text {
    font-size: 42px;
    padding-bottom: 28px;
  }
  .home-restaurant .section-title .title-text.mb-60 {
    margin-bottom: 40px;
  }
  .home-restaurant .section-title .title-text::before {
    width: 80px;
  }
  .booking-section .section-title .title-text {
    font-size: 42px;
  }
  .banner-section p {
    font-size: 14px;
  }
  .banner-section p.mb-60 {
    margin-bottom: 40px;
  }
  .shop-creative-item .item-content .item-title > a {
    font-size: 16px;
  }
  .shop-creative-item .item-content .item-title {
    width: 190px;
  }
  .shop-creative-item .item-content.float-left .item-title {
    left: 70%;
  }
  .product-fullimage .item-title {
    bottom: 20px;
    font-size: 14px;
    padding: 0px 15px;
  }
  .shop-slider-2 .item .item-title {
    font-size: 42px;
  }
  .shop-slider-2 .item {
    min-height: 580px;
    background-position: left 150px center;
  }
  .home-shop-minimal .shop-slider .item {
    background-position: right -370px bottom;
  }
  .collection-fullimage .item-title strong {
    font-size: 26px;
  }
  .collection-fullimage .item-title {
    bottom: 30px;
    padding: 0px 30px;
  }
  /* home - end */
  /* shop - start */
  .product-grid .item-content .item-title > a {
    font-size: 12px;
  }
  .details-section .details-content .btns-group > ul > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .details-section .details-content .btns-group > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  .cart-section .table-wrap .item-image {
    margin-right: 15px;
  }
  .table-wrap {
    max-width: 100%;
    overflow-x: scroll;
  }
  .table-wrap table {
    width: 1170px;
  }
  .cart-section .submition-area .btns-group {
    margin-top: 40px;
  }
  .cart-section .submition-area .btns-group > ul {
    float: none;
    margin: 0px auto;
  }
  .checkout-section .checkout-sidebar {
    margin-top: 40px;
  }
  /* shop - end */
  /* coming soon - start */
  .comingsoon-section .comingsoon-content .title-text {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li {
    width: 80px;
    height: 80px;
    padding: 15px 0px;
    margin-right: 20px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li strong {
    font-size: 28px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li small {
    font-size: 11px;
  }
  /* coming soon - end */
}

@media screen and (max-width: 767px) {
  /* global - start */
  .order-last {
    order: 0;
  }
  .w-50 {
    width: 100% !important;
  }
  .section-title .title-text {
    font-size: 28px;
  }
  .section-title p {
    font-size: 14px;
  }

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .page-header-container,
  .page-body-container,
  .site-header-container,
  .site-footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn, .pagination .page-link, .btn-offcanvas, .lang-switcher-btn, .anchor-top, .document-list-item-link {
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 22px;
  }
  .btn.btn-border, .pagination .btn-border.page-link, .btn-border.btn-offcanvas, .btn-border.lang-switcher-btn, .btn-border.anchor-top, .btn-border.document-list-item-link {
    height: 40px;
    line-height: 38px;
  }
  .footer-section .payment-card > ul {
    float: none;
    margin: 40px auto 0px;
  }
  /* global - end */
  /* header - start */
  .header-section .social-links-text {
    display: none;
  }
  .header-section .header-top {
    display: none !important;
  }
  /* header - end */
  /* footer - start */
 
  .footer-section .useful-links,
  .footer-section .instagram-shoots,
  .footer-section .social-links-text {
    margin-top: 40px;
  }
  .footer-section .instagram-shoots > ul,
  .footer-section .social-links-text > ul {
    float: none;
    margin: 0px auto;
  }
  .footer-section .useful-links > ul > li {
    margin-bottom: 5px;
  }
  .footer-section .useful-links > ul > li > a {
    font-size: 13px;
  }
  .footer-section .instagram-shoots > ul > li {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .footer-section .instagram-shoots > ul > li .icon {
    line-height: 70px;
    text-align: center;
  }
  .footer-section .instagram-shoots > ul > li:first-child {
    margin-right: 5px !important;
  }
  .footer-section .instagram-shoots {
    margin-left: 0px;
  }
  .footer-section .brand-logo {
    margin-bottom: 0px;
  }
  .footer-section .useful-links.text-right {
    text-align: center !important;
  }
  .home-agency-classic .footer-section .useful-links.text-right {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .home-freelancer .footer-section .section-title {
    margin-bottom: 0px;
  }
  .footer-section .social-links-round {
    margin-top: 40px;
  }
  .footer-section .social-links-round > ul {
    float: none;
    margin: 0px auto;
  }
  .footer-section .instagram-shoots-2 {
    margin-top: 40px;
    text-align: center;
  }
  .footer-section .instagram-shoots-2 > ul {
    float: none;
    margin: 0px auto;
  }
  .footer-section .instagram-shoots-2 .list-title.text-right {
    text-align: center !important;
  }
  .footer-section .payment-card > ul {
    margin: 40px auto 0px;
  }
  .footer-section .form-group > ul > li {
    margin-right: 30px;
  }
  .footer-section .form-group > ul {
    float: none;
    margin: 40px auto 0px;
  }
  .footer-section.footer-bottom {
    padding: 15px;
  }
  .footer-section.footer-bottom .text-rc {
    text-align: center;
  }
  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb-section {
    text-align: center;
  }
  .breadcrumb-section .breadcrumb-nev.ul-li-right {
    margin-top: 20px;
  }
  .breadcrumb-section .breadcrumb-nev.ul-li-right > ul {
    float: none;
    margin: 0px auto;
  }
  .breadcrumb-section .mb-60 {
    margin-bottom: 30px;
  }
  .breadcrumb-section .filters-button-group > ul {
    margin: 0px auto;
  }
  .filters-button-group > ul > li {
    margin-right: 30px;
  }
  /* breadcrumb - end */
  /* sidebar - start */
  .sidebar-section {
    max-width: 330px;
    margin: 25px auto 25px;
  }
  /* sidebar - end */
  /* about - start */
  .about-list-layout .item-image {
    margin-bottom: 30px;
  }
  .about-list-layout .item-content {
    margin: 0px;
    padding: 0px;
    text-align: left !important;
  }
  .about-list-layout .item-content .item-title {
    margin: 0px !important;
    margin-bottom: 25px !important;
  }
  .about-list-layout .item-content .item-title {
    font-size: 25px;
  }
  .team-fullimage {
    max-width: 330px;
    margin: 30px auto 0px;
  }
  .testimonial-fullwidth p {
    font-size: 22px;
  }
  .about-section .about-image {
    margin-bottom: 30px;
  }
  .about-section .child-item {
    margin-top: 30px;
  }
  .counter-item .counter-text {
    font-size: 60px;
  }
  .counter-item p {
    font-size: 12px;
  }
  .about-section .item-title {
    font-size: 28px;
  }
  .about-section .item-title.mb-60 {
    margin-bottom: 30px;
  }
  .about-section .about-content p.line-left {
    font-size: 14px;
    padding-left: 40px;
  }
  .about-section .about-content p {
    font-size: 14px;
  }
  .calltoaction-section .title-text {
    font-size: 26px;
  }
  .calltoaction-section .title-text span {
    font-size: 18px;
  }
  /* about - end */
  /* blog - start */
  .blog-list {
    max-width: 340px;
    margin: 0px auto 50px;
  }
  .blog-list .item-image {
    width: 340px;
    margin-bottom: 20px;
  }
  .blog-list .item-content {
    width: 100%;
    padding: 0px;
  }
  .blog-list .item-content p {
    font-size: 13px;
  }
  .blog-section .masoney-grid .grid-item,
  .blog-section .masoney-grid .grid-sizer {
    width: 50%;
  }
  /* blog - end */
  /* details - start */
  .details-section.blog-details .details-content blockquote .title-text {
    font-size: 22px;
    padding-left: 50px;
  }
  .details-section .details-content .item-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .details-section .details-content .info-list > ul > li {
    margin-bottom: 20px;
  }
  .details-section .details-content .info-list {
    margin-bottom: 30px;
  }
  .details-section .details-content p.bottom-line {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .portfolio-details-5 .details-section .details-image {
    min-height: 450px;
  }
  .advertisement-section {
    min-height: 350px;
  }
  /* details - end */
  /* portfolio - start */
  .portfolio-section .masoney-grid .grid-item,
  .portfolio-section .masoney-grid .grid-sizer {
    width: 50%;
  }
  /* portfolio - end */
  /* service - start */
  .about-list-layout:nth-child(2n) .item-content .about-service .service-icon {
    float: left;
    margin: 0px;
    margin-right: 30px;
  }
  .about-list-layout:nth-child(2n) .item-content .about-service .service-content {
    padding: 0px;
  }
  .service-section .about-list-layout .item-content > .item-title {
    font-size: 36px;
  }
  /* service - end */
  /* home - start */
  .agency-default-carousel .item .slider-image {
    height: 400px;
  }
  .agency-default-carousel .item .child-image {
    max-width: 120px;
  }
  .agency-default-carousel .item .child-image.child-image-3 {
    bottom: -40px;
    bottom: 0;
  }
  .banner-section .title-text {
    font-size: 38px;
  }
  .banner-section .title-text.mb-60 {
    margin-bottom: 30px;
  }
  .banner-section.text-white .btn-border {
    line-height: 38px;
  }
  .about-section .about-image.creative-image {
    padding: 15px;
    margin: -15px;
    margin-bottom: 15px;
  }
  .agency-studio-banner {
    min-height: 650px;
  }
  .agency-startup-banner {
    min-height: 400px;
    padding-bottom: 60px;
  }
  .banner-section p {
    font-size: 14px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
    padding: 40px;
  }
  .freelancer-banner .banner-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .freelancer-banner .banner-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .freelancer-banner .banner-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-personal .section-title .title-text::before {
    display: none;
  }
  .home-personal .section-title .title-text {
    padding: 0px;
  }
  .home-personal .about-list-layout.text-right {
    text-align: left !important;
  }
  .architecture-carousel .item {
    min-height: 450px;
  }
  .architecture-carousel .item .item-content {
    max-width: 450px;
    padding: 30px 40px;
  }
  .architecture-carousel .item .item-content .item-title {
    font-size: 26px;
  }
  .home-architecture .slide-section .social-links > ul > li {
    margin-bottom: 20px;
  }
  .portfolio-carousel-3 .item .item-image {
    float: none;
    max-width: auto;
  }
  .portfolio-carousel-3 .item .item-content {
    left: 0px;
    top: unset;
    bottom: 0px;
    max-width: 400px;
    transform: unset;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .portfolio-carousel-3 .item .item-content .item-title {
    border: none;
    font-size: 22px;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .portfolio-carousel-3 .item .item-content .address-info {
    margin-left: 0px;
  }
  .portfolio-carousel-3 .item .item-content .address-info > ul > li {
    font-size: 12px;
    margin-right: 15px;
  }
  .portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
    top: 6px;
  }
  .team-grid {
    max-width: 270px;
    margin: 30px auto 0px;
  }
  .hotel-carousel .item .item-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .popup-video > img {
    width: 65% !important;
    vertical-align: middle;
    margin-top: 13px !important;
    margin-left: 15px !important;
    opacity: 60%;
  }
  .property-grid .item-image::after {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .booking-section .section-title .title-text {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .decoration-banner {
    min-height: 380px;
  }
  .about-section .about-content .person-name {
    font-size: 42px;
  }
  .about-section .about-content .person-title {
    font-size: 22px;
  }
  .decoration-banner {
    min-height: 320px;
  }
  .lovestory-section .tab-content .item-image {
    margin-bottom: 40px;
  }
  .memories-images > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .memories-images > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home-travel .hotel-carousel .item .item-title {
    font-size: 48px;
  }
  .destinations-masoney-grid .w-66 {
    width: 100%;
  }
  .yoga-banner {
    min-height: 600px;
    text-align: center;
    background-position: right 0px bottom;
  }
  .blogger-carousel .item .title-text {
    font-size: 32px;
  }
  .blogger-carousel .item {
    min-height: 550px;
  }
  .blogger-carousel .item .post-date {
    margin-bottom: 15px;
  }
  .home-blogger .section-title .title-text {
    font-size: 42px;
  }
  .section-title.has-tb-line {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-blog-grid .item-content {
    padding: 0px 25px;
  }
  .project-showcase-banner {
    min-height: 75vh;
  }
  .creative-layout .portfolio-fullimage .item-title > small,
  .creative-layout .portfolio-fullimage .item-title-2 > small {
    width: 170px;
    font-size: 16px;
  }
  .creative-layout .portfolio-fullimage .item-title > small.float-right,
  .creative-layout .portfolio-fullimage .item-title-2 > small.float-right {
    margin-right: -110px;
  }
  .creative-layout .portfolio-fullimage .item-title {
    top: 10px;
  }
  .creative-layout .portfolio-fullimage .item-title > small.float-left,
  .creative-layout .portfolio-fullimage .item-title-2 > small.float-left {
    margin-left: -110px;
  }
  .creative-layout .portfolio-fullimage .item-title-2 {
    bottom: 10px;
  }
  .home-portfolio-3 .section-title.size-increase .title-text {
    font-size: 42px;
  }
  .home-portfolio-3 .section-title.has-tb-line::after,
  .home-portfolio-3 .section-title.has-tb-line::before {
    height: 40px;
  }
  .home-portfolio-3 .section-title.has-tb-line {
    padding: 80px 0px;
  }
  .home-portfolio-3 .section-title .title-text {
    font-size: 36px;
  }
  .portfolio-4-banner h1 {
    font-size: 48px;
  }
  .portfolio-4-banner h3, .portfolio-4-banner p {
    font-size: 18px;
  }
  .portfolio-4-banner .social-links-text > ul > li > a {
    font-size: 12px;
  }
  .portfolio-4-banner {
    min-height: 460px;
    padding-bottom: 80px;
  }
  .shop-creative-item {
    margin-bottom: 60px;
  }
  .shop-creative-item:last-child {
    margin-bottom: 0px !important;
  }
  .shop-creative-item .item-content {
    max-width: 330px;
  }
  .home-shop-classic .footer-section .order-first,
  .home-shop-creative .footer-section .order-first {
    order: 0;
  }
  .shop-slider .item {
    min-height: 550px;
  }
  .shop-slider-2 .item {
    min-height: 560px;
    background-position: left center;
  }
  .classic-shop-masoney .shop-creative-item .item-content {
    margin: auto;
    max-width: 250px;
  }
  .shop-slider-2 .item .item-title {
    font-size: 36px;
  }
  .collection-fullimage .item-title strong {
    font-size: 18px;
  }
  .collection-fullimage .item-title {
    bottom: 20px;
    padding: 0px 25px;
  }
  /* home - end */
  /* shop - start */
  .shop-section .filter-bar .layout-btns-group {
    float: none;
    margin-top: 20px;
  }
  .shop-section .filter-bar .layout-btns-group > ul {
    float: none;
  }
  .details-section .tab-content .details-image {
    margin-top: 30px;
  }
  /* shop - end */
}

/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  /* global - start */
  body {
    font-size: 13px;
    padding-top: 0px;
  }
  .sec-ptb-100 {
    padding: 30px 0px;
  }
  .breadcrumb-section.sec-ptb-100 {
    padding: 130px 0;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .blog-section .masoney-grid.m-0.mb-100 {
    margin-bottom: 50px !important;
  }
  .mt--60 {
    margin-top: -30px;
  }
  .home-hotel .section-title .title-text {
    font-size: 36px;
  }
  /* global - end */
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .breadcrumb-section .breadcrumb-nev > ul > li {
    margin-right: 20px;
  }
  /* breadcrumb - end */
  /* header - start */
  .header-section .brand-logo > a {
    height: 36px;
  }
  .sticky-header {
    padding: 18px 0px !important;
  }
  .header-section .mobile-menu-btns {
    padding: 11px 0px;
  }
  .header-section .brand-logo > a {
    height: 36px;
    width: auto;
  }
  .header-section .brand-logo > a > img {
    height: 100%;
  }
  /* header - end */
  /* footer - start */
  .footer-section .brand-logo > a {
    width: auto;
  }
  /* footer - end */
  /* about - start */
  .about-list-layout .item-content .item-title {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .about-list-layout p {
    font-size: 13px;
  }
  .about-list-layout {
    margin-bottom: 50px;
  }
  .testimonial-fullwidth p {
    font-size: 18px;
  }
  .service-default {
    text-align: left;
    margin: 30px auto 0px;
  }
  /* about - end */
  /* blog - start */
  .blog-grid .size-increase .item-title > a {
    font-size: 26px;
  }
  .blog-grid .item-content {
    padding: 0px 50px;
  }
  /* blog - end */
  /* details - start */
  .details-section .blog-share > ul > li {
    margin-bottom: 10px;
  }
  .details-section .details-image {
    min-height: 450px;
  }
  .details-section .details-image {
    min-height: 380px;
  }
  /* details - end */
  /* contact - start */
  .map-section #mapBox {
    height: 350px;
  }
  /* contact - end */
  /* portfolio - start */
  .creative-layout .portfolio-fullimage.small-size > .image-wrap {
    max-width: 200px;
  }
  .creative-layout .portfolio-fullimage.small-size > .image-wrap {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0px !important;
  }
  .creative-layout .portfolio-fullimage.small-size > .image-wrap > img {
    width: 100%;
    display: block;
  }
  .creative-layout .portfolio-fullimage.small-size {
    display: block;
  }
  .creative-layout .portfolio-fullimage.small-size > .image-wrap.align-lb {
    margin: 0px !important;
  }
  /* portfolio - end */
  /* details - start */
  .portfolio-details-5 .details-section .details-image {
    min-height: 400px;
  }
  .advertisement-section {
    min-height: 300px;
  }
  /* details - end */
  /* service - start */
  .service-section .about-list-layout .item-content .about-service .service-content p {
    font-size: 12px;
  }
  .about-list-layout .item-content .about-service .service-content .service-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-list-layout .item-content .about-service .service-icon > img {
    width: 40px;
  }
  /* service - end */
  /* home - start */
  .agency-default-carousel .item {
    min-height: 670px;
  }
  .absolute-social-wrap.sec-ptb-60 {
    padding: 40px 0px;
  }
  .agency-default-carousel .item p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .agency-default-carousel .item .slider-image {
    width: 280px;
    float: right;
    height: 400px;
  }
  .agency-classic-banner {
    min-height: 630px;
  }
  .agency-classic-banner .title-text span {
    font-size: 66px;
  }
  .agency-classic-banner .title-text {
    margin-bottom: 25px;
  }
  .agency-creative-banner {
    min-height: 730px;
  }
  .banner-section .title-text {
    font-size: 32px;
  }
  .about-section .about-content p {
    font-size: 13px;
  }
  .agency-minimal-banner .title-text {
    font-size: 124px !important;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
    padding: 35px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
    font-size: 20px;
  }
  .fixed-menu-btn .menu-btn {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
  }
  .designer-banner {
    min-height: 480px;
  }
  .designer-banner .banner-content h1 {
    font-size: 46px;
  }
  .designer-banner .banner-content h2 {
    font-size: 24px;
  }
  .app-landing-banner .banner-content .btns-group > ul {
    width: auto;
    float: right;
  }
  .app-landing-banner .banner-content .btns-group > ul > li {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .app-landing-banner .banner-content .btns-group > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  .app-landing-banner .banner-content h1 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .app-landing-banner {
    min-height: 580px;
  }
  .restaurant-carousel h3 {
    font-size: 36px;
  }
  .restaurant-carousel p {
    display: table;
    max-width: 370px;
    margin: 0px auto 30px;
  }
  .foodmenu-section .food-menu-list > ul > li > a {
    line-height: 1;
    font-size: 15px;
    padding: 12px 0px;
  }
  .foodmenu-section .food-menu-list > ul > li {
    margin-right: 30px;
  }
  .home-restaurant .section-title .title-text {
    font-size: 32px;
  }
  .hotel-list-layout .section-title .title-text {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .hotel-list-layout .section-title {
    padding: 30px 0px 60px;
  }
  .event-banner .title-text {
    margin-bottom: 50px;
    font-size: 60px !important;
  }
  .event-banner {
    min-height: 80vh;
    position: relative;
  }
  .event-banner .info-list {
    bottom: 40px;
  }
  .booking-section .section-title .title-text {
    font-size: 32px;
  }
  .property-grid .item-title {
    font-size: 15px;
  }
  .main-blog-grid .item-title > a {
    font-size: 28px;
  }
  .creative-layout .portfolio-fullimage .item-title > small,
  .creative-layout .portfolio-fullimage .item-title-2 > small {
    float: none !important;
    margin: 0px !important;
    text-align: left !important;
  }
  .creative-layout .portfolio-fullimage .item-title,
  .creative-layout .portfolio-fullimage .item-title-2 {
    top: unset;
    bottom: 0px;
    padding: 20px;
  }
  .home-portfolio-3 .sticky-header .menu-btn {
    margin: 25px auto 0px;
  }
  .home-portfolio-3 {
    padding-top: 160px;
  }
  .home-portfolio-3 .section-title.size-increase .title-text {
    font-size: 36px;
  }
  .home-portfolio-3 .section-title .title-text {
    font-size: 30px;
  }
  .portfolio-4-banner {
    min-height: 430px;
    padding-bottom: 70px;
  }
  .shop-slider .owl-dots .owl-dot > span {
    width: 20px;
  }
  .shop-slider .owl-dots .owl-dot.active > span, .shop-slider .owl-dots .menu-main-item.active > .owl-dot.menu-main-link > span, .shop-slider .owl-dots .menu-footer-item.active .owl-dot.menu-footer-link > span, .menu-footer-item.active .shop-slider .owl-dots .owl-dot.menu-footer-link > span, .shop-slider .owl-dots .menu-legal-item.active .owl-dot.menu-legal-link > span, .menu-legal-item.active .shop-slider .owl-dots .owl-dot.menu-legal-link > span {
    width: 40px;
  }
  .shop-slider .item .item-title {
    font-size: 38px;
    padding-top: 30px;
  }
  .shop-slider .item .item-title.mb-60 {
    margin-bottom: 30px;
  }
  .shop-slider .item .item-title::before {
    width: 60px;
  }
  .shop-slider .item {
    background-position: right -90px center;
  }
  .classic-shop-masoney {
    margin-top: 35px;
  }
  .classic-shop-masoney .grid-item,
  .classic-shop-masoney .grid-sizer {
    width: 100%;
    text-align: center;
  }
  .classic-shop-masoney .grid-item {
    padding: 15px !important;
  }
  .classic-shop-masoney .grid-item .section-title .title-text {
    max-width: 370px;
    margin: 0px auto;
  }
  .classic-shop-masoney .shop-creative-item .item-content {
    margin: auto;
    padding: 0px;
    max-width: 250px;
    float: none !important;
  }
  .shop-creative-item .item-content.float-left .item-title {
    top: unset;
    bottom: 20px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .shop-creative-item .item-content.float-left .item-title > a {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .home-shop-minimal .shop-slider .item {
    min-height: 550px;
    background-position: right -500px bottom;
  }
  .product-grid .item-image {
    height: auto;
  }
  .product-grid .item-content .item-title > a {
    font-size: 14px;
  }
  .product-grid {
    margin-top: 30px;
  }
  .product-grid .item-content .item-title > a {
    font-size: 12px;
  }
  /* home - end */
  /* 404 - start */
  .error-section .error-content .title-text {
    font-size: 28px;
  }
  .error-section .error-content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .error-section {
    padding: 100px 0px;
  }
  /* 404 - end */
  /* coming soon - start */
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li {
    width: 70px;
    height: 70px;
    padding: 15px 0px;
    margin-right: 15px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li strong {
    font-size: 20px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li small {
    font-size: 10px;
  }
  .comingsoon-section .comingsoon-content .title-text {
    font-size: 24px;
  }
  /* coming soon - end */
}

/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 575px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  /* global - start */
  .section-title.size-increase .title-text {
    font-size: 26px;
  }
  .section-title .title-text {
    font-size: 24px;
  }
  .btn, .pagination .page-link, .btn-offcanvas, .lang-switcher-btn, .anchor-top, .document-list-item-link {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    padding: 0px 20px;
  }
  .btn.btn-border, .pagination .btn-border.page-link, .btn-border.btn-offcanvas, .btn-border.lang-switcher-btn, .btn-border.anchor-top, .btn-border.document-list-item-link {
    height: 35px;
    font-size: 12px;
    line-height: 31px;
  }
  .pagination-nav > ul > li {
    height: 35px;
    min-width: 35px;
  }
  .pagination-nav > ul > li > a {
    font-size: 13px;
    padding: 0px 12px;
    line-height: 35px;
  }
  /* global - end */
  /* footer - start */
  .footer-section .useful-links,
  .footer-section .instagram-shoots,
  .footer-section .social-links-text {
    margin-top: 30px;
  }
  /* footer - end */
  /* about - start */
  .about-section .item-title {
    font-size: 26px;
  }
  .about-section .child-item p {
    font-size: 12px;
  }
  .about-section .child-item .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-default p {
    font-size: 12px;
  }
  .service-default .item-title {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .counter-item .counter-text {
    font-size: 48px;
  }
  .counter-item p {
    font-size: 11px;
  }
  .blog-grid {
    max-width: 330px;
    margin: 30px auto 0px;
  }
  /* about - end */
  /* blog - start */
  .blog-fullimage .item-content .item-title {
    font-size: 14px;
  }
  .blog-fullimage .item-content .item-brand {
    font-size: 11px;
  }
  .blog-section .masoney-grid.m-0 {
    margin-top: -15px !important;
  }
  .blog-section .masoney-grid.m-0 .blog-fullimage {
    max-width: 330px;
    margin: 15px auto 0px;
  }
  .blog-section .masoney-grid.m-0.metro-layout .grid-item,
  .blog-section .masoney-grid.m-0.metro-layout .grid-sizer,
  .blog-section .masoney-grid.m-0.metro-layout .grid-50 {
    width: 100%;
  }
  .blog-grid .item-content {
    padding: 0px;
  }
  .blog-grid .size-increase .item-title > a {
    font-size: 20px;
  }
  /* blog - end */
  /* details - start */
  .details-section.blog-details .details-content .item-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .details-section.blog-details .details-content blockquote .title-text {
    font-size: 20px;
    max-width: 420px;
  }
  .details-section .details-content .post-admin .admin-name {
    margin-bottom: 15px;
  }
  .details-section .details-content p {
    font-size: 13px;
  }
  .details-section .details-content .post-admin .admin-thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .details-section .details-image .item-content .item-title {
    font-size: 28px;
  }
  .details-section .details-content blockquote .title-text {
    font-size: 30px;
    padding-left: 40px;
  }
  /* details - end */
  /* home - start */
  .agency-default-carousel .item .slider-image {
    width: 240px;
    height: 330px;
  }
  .agency-default-carousel .item .child-image {
    max-width: 100px;
  }
  .agency-default-carousel .item .child-image.child-image-2 {
    bottom: 100px;
  }
  .agency-default-carousel .item .child-image.child-image-3 {
    bottom: -20px;
    bottom: 0;
  }
  .agency-default-carousel .item {
    min-height: 620px;
  }
  .absolute-social-wrap.sec-ptb-60 {
    padding: 30px 0px;
  }
  .home-agency-classic .banner-section .social-links-text > ul > li > a {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .team-section .section-title {
    text-align: center;
  }
  .agency-classic-banner .banner-content {
    width: 300px;
    text-align: left;
  }
  .agency-classic-banner .title-text span {
    font-size: 48px;
  }
  .agency-classic-banner {
    min-height: 530px;
  }
  .banner-section.text-white .btn-border {
    line-height: 30px;
  }
  .agency-studio-banner {
    min-height: 530px;
  }
  .agency-minimal-banner {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .agency-minimal-banner .title-text.mb-100 {
    font-size: 100px !important;
    margin-bottom: 40px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
    margin-bottom: 30px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100 {
    margin-bottom: 40px;
  }
  .designer-banner {
    background-position: right -25% center;
  }
  .app-landing-banner .banner-content h1 {
    font-size: 36px;
  }
  .store-btn {
    min-width: 180px;
  }
  .store-btn .content {
    padding-top: 12px;
    padding-left: 18px;
  }
  .store-btn .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
  }
  .store-btn .content small {
    font-size: 8px;
  }
  .store-btn .content strong {
    font-size: 12px;
  }
  .about-section .about-content .about-service .service-content p {
    font-size: 12px;
  }
  .about-section .about-content .about-service .service-icon > img {
    width: 35px;
  }
  .about-section .about-content .about-service .service-content .service-title {
    font-size: 15px;
  }
  .about-section .about-content .about-service .service-content {
    padding-left: 25px;
  }
  .architecture-carousel .item {
    min-height: 320px;
  }
  .architecture-carousel .item .item-content .item-title {
    font-size: 20px;
  }
  .architecture-carousel .item .item-content {
    padding: 25px;
    max-width: 360px;
    padding-bottom: 35px;
  }
  .home-architecture .slide-section .social-links > ul > li > a {
    font-size: 10px;
  }
  .home-architecture .slide-section .social-links > ul > li {
    margin-bottom: 10px;
  }
  .portfolio-carousel-3 .item .item-content {
    max-width: 330px;
    padding: 25px 30px;
  }
  .portfolio-carousel-3 .item .item-content .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .portfolio-carousel-3 .item .item-content .address-info > ul > li {
    font-size: 10px;
    margin-right: 10px;
  }
  .hotel-carousel .item .item-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .popup-video > img {
    height: 36px !important;
    margin-top: 16px !important;
    margin-left: 5px;
  }
  .hotel-carousel .owl-dots {
    bottom: 25px;
  }
  .home-hotel .section-title .title-text {
    font-size: 30px;
  }
  .couple-fullimage .couple-type {
    font-size: 20px;
  }
  .wedding-banner .title-text {
    font-size: 48px !important;
  }
  .wedding-banner .title-text.mb-60 {
    margin-bottom: 20px;
  }
  .wedding-banner .sub-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .wedding-banner .info-list > ul > li {
    font-size: 22px;
    margin-bottom: 3px;
  }
  .lovestory-section .lovestory-tab {
    border: none;
  }
  .lovestory-section .lovestory-tab > ul {
    width: auto;
    display: table;
    margin: 0px auto;
  }
  .lovestory-section .lovestory-tab > ul > li {
    float: left;
    height: 35px;
    min-width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
  }
  .lovestory-section .lovestory-tab > ul > li > a {
    display: block;
    padding: 0px 15px;
    line-height: 31px;
  }
  .lovestory-section .lovestory-tab > ul > li > a:before {
    display: none;
  }
  .lovestory-section .lovestory-tab > ul > li > a:hover, .lovestory-section .lovestory-tab > ul > li > a.active, .lovestory-section .lovestory-tab > ul > li.menu-main-item.active > a.menu-main-link, .lovestory-section .menu-footer-item.active .lovestory-tab > ul > li > a.menu-footer-link, .menu-footer-item.active .lovestory-section .lovestory-tab > ul > li > a.menu-footer-link, .lovestory-section .menu-legal-item.active .lovestory-tab > ul > li > a.menu-legal-link, .menu-legal-item.active .lovestory-section .lovestory-tab > ul > li > a.menu-legal-link {
    background-color: #f2f2f2;
  }
  .lovestory-section .tab-content .item-content .item-title {
    font-size: 32px;
  }
  .lovestory-section .tab-content .item-content .sub-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home-wedding .section-title .title-text {
    font-size: 36px;
  }
  .home-travel .hotel-carousel .item .item-title {
    font-size: 42px;
  }
  .blogger-carousel .item .title-text {
    font-size: 24px;
  }
  .blogger-carousel .owl-dots .owl-dot span {
    margin: 0px 5px;
  }
  .blogger-carousel .owl-dots {
    bottom: 20px;
  }
  .blogger-carousel .item {
    padding-bottom: 80px;
  }
  .project-showcase-banner {
    min-height: 60vh;
  }
  .about-section .about-content .person-name {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .about-section .about-content .person-title {
    font-size: 20px;
  }
  .portfolio-fullimage .item-content-2 .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .portfolio-fullimage .item-content-2 .item-brand {
    font-size: 18px;
  }
  .portfolio-4-banner h3, .portfolio-4-banner p {
    font-size: 14px;
  }
  .portfolio-4-banner h1 {
    font-size: 42px;
  }
  /* home - end */
  /* shop - start */
  .details-section .tab-btns > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 6px;
  }
  .details-section .tab-btns > ul > li {
    margin-right: 20px;
  }
  /* shop - end */
  /* 404 - start */
  .error-section .error-content .form-item input {
    height: 50px;
  }
  .error-section .error-content .form-item button {
    font-size: 18px;
  }
  /* 404 - end */
}

@media screen and (max-width: 575px) {
  /* global - start */
  .section-title.mb-30 {
    margin-bottom: 15px;
  }
  .section-title.mb-60 {
    margin-bottom: 30px;
  }
  .section-title .title-text {
    font-size: 28px;
  }
  .section-title .title-text.mb-15 {
    margin-bottom: 8px;
  }
  .section-title p {
    font-size: 14px;
  }
  .owl-theme.arrow-top-right .owl-nav {
    top: unset;
    margin-top: 30px;
    transform: unset;
    position: relative;
  }
  /* global - end */
  /* about - start */
  .about-section .child-item {
    max-width: 80%;
  }
  /* about - end */
  /* portfolio - start */
  .portfolio-fullimage .item-content-2 .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .portfolio-fullimage .item-content-2 .item-brand {
    font-size: 16px;
  }
  .portfolio-carousel.arrow-top-right .owl-nav {
    right: 0px;
  }
  /* portfolio - end */
  /* details - start */
  .details-section .details-image-carousel .owl-dots {
    bottom: 5px;
  }
  .portfolio-details-5 .details-section .details-image {
    min-height: 350px;
  }
  .advertisement-section {
    min-height: 250px;
  }
  .details-section .details-content blockquote .title-text {
    font-size: 26px;
    padding-left: 30px;
  }
  /* details - end */
  /* home - start */
  .banner-section .title-text {
    font-size: 22px;
  }
  .agency-minimal-banner {
    text-align: center;
  }
  .agency-minimal-banner .social-links-text > ul {
    margin: 0px auto;
  }
  .agency-startup-banner .title-text {
    font-size: 30px;
  }
  .restaurant-carousel .owl-dots {
    right: 15px;
  }
  .restaurant-carousel h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .restaurant-carousel .icon {
    max-width: 60px;
    margin-bottom: 20px;
  }
  .restaurant-carousel .btn.btn-border.border-white, .restaurant-carousel .pagination .btn-border.border-white.page-link, .pagination .restaurant-carousel .btn-border.border-white.page-link, .restaurant-carousel .btn-border.border-white.btn-offcanvas, .restaurant-carousel .btn-border.border-white.lang-switcher-btn, .restaurant-carousel .btn-border.border-white.anchor-top, .restaurant-carousel .btn-border.border-white.document-list-item-link {
    height: 45px;
    line-height: 42px;
  }
  .restaurant-carousel .item {
    min-height: 75vh;
  }
  .home-shop-classic .slider-section .social-links {
    display: none;
  }
  .shop-slider-2 .item .item-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .shop-slider-2 .item .date-text::before {
    width: 50px;
  }
  .shop-slider-2 .item .date-text {
    font-size: 12px;
    margin-bottom: 5px;
    padding-right: 70px;
  }
  /* home - end */
  /* shop - start */
  .product-grid {
    max-width: 270px;
    margin: 30px auto 0px;
  }
  .shop-section .filter-bar {
    max-width: 270px;
    margin: 0px auto;
  }
  .shop-section .filter-bar .dropdown {
    margin-top: 15px;
  }
  .shop-section .filter-bar .layout-btns-group {
    margin-top: 15px;
  }
  /* shop - end */
  .display-small-none {
    display: none;
  }
  .display-small-center {
    float: none !important;
    margin: auto !important;
  }
}

/* ====================================================================================================
7 - media screen and (max-width: 575px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  /* global - start */
  #backtotop {
    width: 35px;
    height: 35px;
  }
  #backtotop #scroll {
    font-size: 14px;
    line-height: 38px;
  }
  /* global - end */
  /* about - start */
  .about-section .item-title {
    font-size: 24px;
  }
  .popup-video > img {
    height: 28px !important;
    margin-top: 20px !important;
    margin-left: 5px;
  }
  .popup-video i {
    margin-left: 4px;
  }
  .howtouse-section .section-title {
    margin-bottom: 35px;
  }
  .calltoaction-section .title-text {
    font-size: 20px;
  }
  .calltoaction-section .title-text span {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* about - end */
  /* blog - start */
  .blog-section .masoney-grid .grid-item,
  .blog-section .masoney-grid .grid-sizer {
    width: 100%;
  }
  .blog-page .blog-grid {
    margin-top: 30px;
  }
  .blog-section .masoney-grid.mt--60 {
    margin-top: -30px;
  }
  /* blog - end */
  /* details - start */
  .details-section .blog-share > ul > li {
    width: 100%;
    margin-right: 0px !important;
  }
  .details-section .blog-share > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  .details-section.blog-details .details-content blockquote .title-text {
    font-size: 16px;
    max-width: 420px;
    padding-left: 30px;
  }
  .details-section .details-image .item-content .item-title {
    font-size: 18px;
  }
  .details-section .details-content blockquote .title-text {
    font-size: 24px;
  }
  /* details - end */
  /* service - start */
  .service-section .about-list-layout .item-content > .item-title {
    font-size: 28px;
  }
  /* service - end */
  /* home - start */
  .agency-default-carousel .item .child-image {
    max-width: 80px;
  }
  .agency-default-carousel .item .slider-image {
    width: 190px;
    height: 260px;
  }
  .agency-default-carousel .item .child-image.child-image-2 {
    bottom: 70px;
  }
  .agency-default-carousel .item p {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .agency-default-carousel .item .btn, .agency-default-carousel .item .pagination .page-link, .pagination .agency-default-carousel .item .page-link, .agency-default-carousel .item .btn-offcanvas, .agency-default-carousel .item .lang-switcher-btn, .agency-default-carousel .item .anchor-top, .agency-default-carousel .item .document-list-item-link {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    padding: 0px 20px;
  }
  .agency-default-carousel .item {
    min-height: 530px;
  }
  .agency-default-carousel .owl-dots {
    top: 60%;
  }
  .agency-default-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
  }
  .agency-default-carousel .item .slider-content {
    padding-right: 0px;
  }
  .agency-creative-banner {
    min-height: 530px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
    font-size: 54px;
  }
  .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
    padding: 30px;
  }
  .fixed-menu-btn {
    padding: 5px;
  }
  .home-photographer {
    padding: 15px;
    padding-top: 45px;
  }
  .footer-section .instagram-shoots-2 > ul > li {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .designer-banner .banner-content h3 {
    font-size: 15px;
  }
  .designer-banner .banner-content h1 {
    font-size: 36px;
  }
  .designer-banner .banner-content h2 {
    font-size: 20px;
  }
  .designer-banner {
    min-height: 400px;
    background-position: right -23% center;
  }
  .personal-banner {
    min-height: 450px;
    background-position: right 30% bottom;
  }
  .personal-banner .banner-content h1 {
    font-size: 42px;
  }
  .about-section .discover-image {
    text-align: center;
  }
  .foodmenu-section .food-menu-list > ul > li {
    margin-top: 5px;
  }
  .event-banner .title-text {
    margin-bottom: 40px;
    font-size: 42px !important;
  }
  .event-banner .countdown-timer {
    width: 70%;
    margin: 0px auto;
  }
  .event-banner .countdown-timer > ul {
    width: 100%;
  }
  .event-banner .countdown-timer > ul > li {
    width: 25%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .event-banner .countdown-timer > ul > li:after {
    right: 0px;
    width: 5px;
    height: 5px;
  }
  .event-banner .countdown-timer > ul > li strong {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .event-banner .countdown-timer > ul > li small {
    font-size: 12px;
  }
  .event-banner .info-list > ul > li {
    font-size: 12px;
  }
  .event-banner {
    min-height: 65vh;
  }
  .decoration-banner {
    min-height: 270px;
  }
  .about-section .about-content .person-name {
    font-size: 36px;
  }
  .about-section .about-content .person-title {
    font-size: 18px;
  }
  .booking-section .section-title .title-text {
    font-size: 28px;
  }
  .wedding-banner {
    min-height: 45vh;
  }
  .yoga-banner .title-text {
    font-size: 32px;
  }
  .blogger-carousel .item {
    min-height: 500px;
    padding-bottom: 70px;
  }
  .home-blogger .section-title .title-text {
    font-size: 32px;
  }
  .section-title.has-tb-line::after,
  .section-title.has-tb-line::before {
    height: 25px;
  }
  .section-title.has-tb-line {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-blog-grid .item-image {
    margin-bottom: 20px;
  }
  .main-blog-grid .item-content {
    padding: 0px;
  }
  .main-blog-grid .item-title > a {
    font-size: 24px;
  }
  .portfolio-4-banner {
    min-height: 380px;
    padding-bottom: 60px;
  }
  .shop-creative-item .item-content .item-title {
    top: unset;
    bottom: 0px;
    margin: 0px;
    width: 170px;
    left: 0px !important;
    right: unset !important;
  }
  .shop-creative-item .item-content .item-title > a {
    padding: 15px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .shop-creative-item .item-content {
    max-width: 100%;
  }
  .home-shop-classic .booking-section .section-title .title-text {
    font-size: 28px;
  }
  .home-shop-minimal .shop-slider .item .item-title {
    font-size: 32px;
  }
  .home-shop-minimal .shop-slider .item {
    min-height: 500px;
  }
  /* home - end */
}

/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  /* global - start */
  .section-title .title-text {
    font-size: 22px;
  }
  .section-title.size-increase .title-text {
    font-size: 20px;
  }
  .filters-button-group > ul > li > button {
    font-size: 12px;
    padding-bottom: 1px;
  }
  .filters-button-group > ul > li {
    margin-right: 15px;
  }
  .section-title .leaf_image {
    max-width: 120px;
  }
  /* global - end */
  /* header - start */
  .sidebar-menu-wrapper .cart-sidebar {
    width: 300px;
    right: -320px;
  }
  .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-content .item-title {
    font-size: 13px;
  }
  .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-image {
    margin-right: 15px;
  }
  .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li .item-content .item-price {
    font-size: 13px;
  }
  .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .sidebar-menu-wrapper .cart-sidebar .cart-items-list > ul > li.btns-group > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  .header-section .brand-logo > a {
    width: auto;
  }
  .header-section .mobile-menu-btns {
    padding: 6px 0px;
  }
  .sticky-header {
    padding: 22px 0px !important;
  }
  /* header - end */
  /* footer - start */
  .footer-section .instagram-shoots > ul > li {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
  }
  .footer-section .instagram-shoots > ul > li .icon {
    line-height: 64px;
  }
  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 26px;
  }
  .breadcrumb-section .breadcrumb-nev > ul > li {
    font-size: 12px;
  }
  /* breadcrumb - end */
  /* about - start */
  .about-list-layout .item-content .item-title {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
  .about-list-layout .item-image {
    margin-bottom: 20px;
  }
  .partners-section .item .partner-logo > img {
    max-width: 45%;
  }
  .testimonial-fullwidth p {
    font-size: 15px;
  }
  .testimonial-fullwidth .person-image {
    width: 70px;
    height: 70px;
  }
  .about-section .child-item {
    max-width: 100%;
  }
  .testimonial-boxed .person-comment {
    width: 100%;
    padding: 0px;
    display: table;
  }
  .testimonial-boxed .person-image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .testimonial-boxed {
    padding: 20px;
  }
  .about-section .item-title {
    font-size: 20px;
  }
  .about-section .item-title.mb-60 {
    margin-bottom: 20px;
  }
  .about-section .about-content p.line-left::before {
    height: 50px;
  }
  .about-section .about-content p.line-left {
    padding-left: 30px;
  }
  .about-list-layout .item-content .about-service .service-content .service-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-list-layout .item-content .about-service .service-icon > img {
    width: 40px;
  }
  .about-list-layout:nth-child(2n+1) .item-content .about-service .service-content {
    padding-left: 20px;
  }
  /* about - end */
  /* details - start */
  .details-section.blog-details .details-content .item-title {
    font-size: 20px;
  }
  .details-section .details-content .post-admin .item-content {
    width: 100%;
  }
  .details-section .details-content .post-admin .admin-thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .details-section .details-image .item-content .item-title {
    font-size: 24px;
  }
  .details-section .details-image .item-content {
    padding-bottom: 25px;
  }
  .details-section .details-image {
    min-height: 425px;
  }
  .details-section .details-image {
    min-height: 280px;
  }
  /* details - end */
  /* portfolio - start */
  .portfolio-section .masoney-grid .grid-item,
  .portfolio-section .masoney-grid .grid-sizer {
    width: 100%;
  }
  /* portfolio - end */
  /* details - start */
  .other-post-wrap .other-post {
    padding: 35px;
  }
  .other-post-wrap .other-post small {
    margin-bottom: 12px;
  }
  .details-section .details-image .item-content .item-title {
    font-size: 22px;
  }
  .details-section .details-image .item-content {
    padding-bottom: 40px;
  }
  /* details - end */
  /* service - start */
  .service-section .about-list-layout .item-content > .item-title {
    font-size: 26px;
  }
  .about-list-layout .item-content .about-service .service-icon > img {
    width: 34px;
  }
  /* service - end */
  /* home - start */
  .agency-default-carousel .item .slider-image {
    width: 130px;
    height: 180px;
  }
  .agency-default-carousel .item .child-image {
    max-width: 60px;
  }
  .agency-default-carousel .item .child-image.child-image-2 {
    bottom: 50px;
  }
  .agency-minimal-banner .title-text.mb-100 {
    margin-bottom: 30px;
    font-size: 90px !important;
  }
  .home-freelancer .freelancer-banner .section-title {
    margin-bottom: 40px;
  }
  .architecture-carousel .item .item-content {
    padding: 15px;
    max-width: 280px;
    padding-bottom: 30px;
  }
  .home-architecture .slide-section .social-links {
    right: 15px;
  }
  .architecture-carousel .owl-dots {
    left: 15px;
  }
  .architecture-carousel .item .item-content .item-title {
    font-size: 16px;
  }
  .portfolio-carousel-3 .item .item-content {
    padding: 15px;
    max-width: 250px;
  }
  .portfolio-carousel-3 .item .item-content .item-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hotel-carousel .item .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-hotel .section-title .title-text {
    font-size: 28px;
  }
  .event-banner .title-text {
    margin-bottom: 30px;
    font-size: 32px !important;
  }
  .event-banner .countdown-timer {
    width: 85%;
  }
  .event-banner {
    min-height: 60vh;
  }
  .wedding-banner .title-text {
    font-size: 36px !important;
  }
  .wedding-banner .sub-title {
    font-size: 22px;
  }
  .wedding-banner .info-list > ul > li {
    font-size: 18px;
  }
  .wedding-banner {
    min-height: 40vh;
  }
  .home-wedding .section-title .title-text {
    font-size: 30px;
  }
  .home-wedding .section-title .title-text.mb-30 {
    margin-bottom: 15px;
  }
  .memories-images > ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .home-travel .hotel-carousel .item .item-title {
    font-size: 24px;
  }
  .home-travel .hotel-carousel .item .popup-video {
    margin-bottom: 50px;
  }
  .destinations-masoney-grid .w-66 .portfolio-fullimage {
    display: flex;
    height: 200px;
  }
  .destinations-masoney-grid .w-66 .portfolio-fullimage > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blogger-carousel .item .title-text {
    font-size: 18px;
  }
  .blogger-carousel .item .post-date {
    margin-bottom: 10px;
  }
  .main-blog-grid .item-title > a {
    font-size: 20px;
  }
  .main-blog-grid .item-title {
    margin-bottom: 20px;
  }
  .main-blog-grid {
    margin-top: 40px;
  }
  .project-showcase-banner {
    min-height: 45vh;
  }
  .quote-section p {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 60px;
  }
  .home-portfolio-3 .section-title.size-increase .title-text {
    font-size: 30px;
  }
  .home-portfolio-3 .section-title.has-tb-line::after,
  .home-portfolio-3 .section-title.has-tb-line::before {
    height: 30px;
  }
  .home-portfolio-3 .section-title.has-tb-line {
    padding: 55px 0px;
  }
  .home-portfolio-3 .section-title .title-text {
    font-size: 24px;
  }
  .home-portfolio-3 .section-title .title-text.mb-60 {
    margin-bottom: 30px;
  }
  .shop-slider-2 .item {
    min-height: 530px;
    background-position: left -115px center;
  }
  .shop-slider-2 .owl-nav.disabled button {
    width: 40px;
    height: 40px;
  }
  .shop-slider-2 .owl-nav.disabled button::before {
    font-size: 26px;
  }
  .home-shop-minimal .shop-slider .item {
    min-height: 400px;
    background-position: right -340px bottom;
  }
  /* home - end */
  /* shop - start */
  .details-section .details-content .product-size > ul > li > a {
    font-size: 12px;
    line-height: 35px;
  }
  .details-section .details-content .product-size > ul > li {
    width: 35px;
    height: 35px;
  }
  /* shop - end */
  /* coming soon - start */
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li {
    width: 60px;
    height: 60px;
    padding: 12px 0px;
    margin-right: 10px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li strong {
    font-size: 18px;
  }
  .comingsoon-section .comingsoon-content .countdown-timer > ul > li small {
    font-size: 10px;
  }
  .comingsoon-section .comingsoon-content .title-text {
    font-size: 22px;
  }
  /* coming soon - end */
}

@media screen and (max-width: 360px) {
  /* about - start */
  .calltoaction-section .title-text {
    font-size: 17px;
  }
  .calltoaction-section .title-text span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-section .instagram-shoots > ul > li {
    width: 50px;
    height: 50px;
  }
  .footer-section .instagram-shoots > ul > li > a::after {
    font-size: 16px;
  }
  .footer-section .instagram-shoots > ul > li .icon {
    font-size: 18px;
    line-height: 54px;
  }
  /* about - end */
  /* details - start */
  .details-section .details-image .item-content .item-title {
    font-size: 20px;
  }
  .details-section .details-content blockquote .title-text {
    font-size: 20px;
    padding-left: 20px;
  }
  /* details - end */
  /* home - start */
  .agency-startup-banner {
    padding-top: 120px;
  }
  .banner-section .title-text.mb-60 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .yoga-banner .title-text {
    font-size: 26px;
  }
  .main-blog-grid .item-title > a {
    font-size: 18px;
  }
  .home-shop-classic .booking-section .section-title .title-text {
    font-size: 22px;
  }
  .home-shop-minimal .shop-slider .item .item-title {
    font-size: 26px;
  }
  .home-shop-minimal .shop-slider .item {
    background-position: right -400px bottom;
  }
  /* home - end */
  /* shop - start */
  .details-section .tab-btns > ul > li {
    margin-bottom: 10px;
  }
  .details-section .tab-btns > ul > li:last-child {
    margin-bottom: 0px !important;
  }
  /* shop - end */
}

@media screen and (max-width: 320px) {
  /* breadcrumb - start */
  .breadcrumb-section .page-title {
    font-size: 22px;
  }
  /* breadcrumb - end */
  /* about - start */
  .about-section .item-title {
    font-size: 20px;
  }
  /* about - end */
  /* blog - start */
  .blog-section .masoney-grid.m-0 .blog-fullimage {
    max-width: 270px;
  }
  /* blog - end */
  /* home - start */
  .hotel-carousel .item .item-title {
    font-size: 18px;
  }
  /* home - end */
}

/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */
/* table of content - end
==================================================================================================== */
@font-face {
  font-family: "PWSignaturetwo";
  src: url("../../fonts/pw_signature_two/PWSignaturetwo.woff2") format("woff2"), url("../../fonts/pw_signature_two/PWSignaturetwo.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* global area - start
==================================================================================================== */
.skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-to-content:active, .skip-to-content:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.skip-to-content:active, .skip-to-content:focus {
  position: absolute;
}

blockquote {
  color: #495057;
  border-left: 5px solid #dee2e6;
  padding: 18px 25px 18px 22px;
  background-color: #f8f9fa;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-left: -0.5rem;
}

.rich-content img {
  max-width: 100%;
  height: auto;
}

.rich-content img[style*='float:left'] {
  margin-right: 20px;
}

.rich-content img[style*='float:right'] {
  margin-left: 20px;
}

.head-department {
  background: #ebebeb;
}

.document-default {
  border-bottom: solid 1px #c52222;
  padding: 5px;
  text-align: left;
}

.document-default > img {
  height: 18px !important;
}

.document-default > span {
  text-transform: uppercase !important;
  margin-right: 10px;
}

.play-promo {
  top: 70px;
}

.top-header {
  background: rgba(255, 255, 255, 0.75);
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.top-header .social-links-text > ul > li:after {
  background-color: #495057;
}

.lang-item a {
  color: rgba(73, 80, 87, 0.25);
}

.lang-item a:first-child {
  color: #f8f9fa;
}
