@charset "UTF-8";

/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #c59970;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: #c59970;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #c59970;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}

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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

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

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

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

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

ol,
ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 700
}

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

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

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

code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  padding: 10px;
  display: inline-block
}

button {
  border-radius: 0
}

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

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

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

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

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

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

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

.figure {
  display: inline-block
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

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

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

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

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

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

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

.g-0 {
  --bs-gutter-x: 0
}

.g-0 {
  --bs-gutter-y: 0
}

@media (min-width:576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

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

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

@media (min-width:768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

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

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

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

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

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

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

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

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

  @media (min-width:992px) {
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

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

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

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

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

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

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

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

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

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

  .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }

  .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }

  .table>tbody {
    vertical-align: inherit;
  }

  .table>thead {
    vertical-align: bottom;
  }

  .table-borderless>:not(caption)>*>* {
    border-bottom-width: 0;
  }

  .table-borderless>:not(:first-child) {
    border-top-width: 0;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

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

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  margin-top: 13px;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c59970;
  --bs-btn-border-color: #c59970;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c59970;
  --bs-btn-hover-border-color: #c59970;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c59970;
  --bs-btn-active-border-color: #c59970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c59970;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-outline-danger {
  --bs-btn-color: #c59970;
  --bs-btn-border-color: #c59970;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c59970;
  --bs-btn-hover-border-color: #c59970;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c59970;
  --bs-btn-active-border-color: #c59970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c59970;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c59970;
  --bs-gradient: none;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity .15s linear;
}

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

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

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

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

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

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

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

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

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

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

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

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

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

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

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

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
  display: none
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius)
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition)
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color)
}

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

.list-group-item+.list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width)
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .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-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding)
}

@media (min-width:576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow)
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height)
}

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

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius)
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height)
}

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

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color)
}

.carousel {
  position: relative
}

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

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

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

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

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

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition)
}

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

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible
}

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

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

.align-middle {
  vertical-align: middle !important
}

.d-table {
  display: table !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.flex-column {
  flex-direction: column !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.fw-bold {
  font-weight: 700 !important
}

.text-center {
  text-align: center !important
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
  border-radius: var(--bs-border-radius) !important
}

.visible {
  visibility: visible !important
}

.fa-brands,
.fa-regular,
.fa-solid,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fa-regular,
.fa-solid,
.far {
  font-family: "Font Awesome 6 Free"
}

.fa-brands {
  font-family: "Font Awesome 6 Brands"
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-right-from-bracket:before {
  content: "\f2f5"
}

.fa-lock:before {
  content: "\f023"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-user:before {
  content: "\f007"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-star:before {
  content: "\f005"
}

.fa-arrow-right-to-bracket:before {
  content: "\f090"
}


.fa-circle-check:before {
  content: "\f058"
}


.fa-shield-halved:before {
  content: "\f3ed"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-heart:before {
  content: "\f004"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-phone:before {
  content: "\f095"
}

.fa-comment:before {
  content: "\f075"
}

.fa-envelope:before {
  content: "\f0e0"
}


.fa-gear:before {
  content: "\f013"
}

.fa-arrow-turn-up:before {
  content: "\f148"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-arrow-right-long:before {
  content: "\f178"
}

.fa-location-dot:before {
  content: "\f3c5"
}

.fa-play:before {
  content: "\f04b"
}

.fa-magnifying-glass:before {
  content: "\f002"
}

.fa-chevron-down:before {
  content: "\f078"
}


.fa-plus:before {
  content: "\2b"
}


.fa-xmark:before {
  content: "\f00d"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-check:before {
  content: "\f00c"
}

.fa-angle-left:before {
  content: "\f104"
}


.fa-triangle-exclamation:before {
  content: "\f071"
}

.fa-database:before {
  content: "\f1c0"
}


.fa-video:before {
  content: "\f03d"
}


:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands {
  font-weight: 400
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-github:before {
  content: "\f09b"
}

.fa-twitter:before {
  content: "\f099"
}


:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
  font-weight: 400
}


:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
  font-weight: 900
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}


.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, .5);
  text-decoration: none;
  text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, .25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, .1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.odometer.odometer-auto-theme {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
  display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
  position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.odometer.odometer-auto-theme {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value {
  text-align: center
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0)
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1)
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0)
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform
}

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Default-style
======================================================*/
body {
  color: #555555;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 6em;
  padding-bottom: 4em;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-30 {
  margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555555;
  font-family: "Nunito", sans-serif;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.form-control {
  height: 50px;
  border: 1px solid #e1e1e1;
  padding-left: 15px;
  border-radius: unset;
}

.form-control::-webkit-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control::placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control:focus {
  border: 1px solid #c59970;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea {
  height: auto !important;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

::-moz-selection {
  background: #c59970;
  color: #ffffff;
}

::selection {
  background: #c59970;
  color: #ffffff;
}

/*Default-btn
======================================================*/
.default-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: unset;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  border: 1px solid #c59970;
  background-color: #c59970;
  z-index: 1;
}

.default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.default-btn.style2 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

.default-btn.style3 {
  background-color: #000000;
  border-color: #000000;
}

.default-btn::before {
  position: absolute;
  content: '';
  background-color: #c59970;
  height: 0%;
  width: 0%;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn::after {
  position: absolute;
  content: '';
  background-color: #c59970;
  height: 0%;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn:hover {
  color: #ffffff;
  border-color: #c59970;
}

.default-btn:hover::before {
  width: 100%;
  height: 100%;
}

.default-btn:hover::after {
  width: 100%;
  height: 100%;
}

.default-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Section Title-btn
======================================================*/
.section-title {
  max-width: 780px;
  margin: auto auto 40px auto;
  text-align: center;
}

.section-title span {
  color: #c59970;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.section-title h2 {
  font-size: 56px;
  font-weight: 700;
}

.section-title.style2 {
  text-align: start;
  margin-left: 0;
  margin-right: auto;
  max-width: 570px;
}

.section-title.style2 h2 {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: #c59970;
}

.section-title.white-title h2 {
  color: #ffffff;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #c59970;
  height: 8em;
  margin: 0 auto 3.5em auto;
  width: 8em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #c59970;
  position: relative;
  letter-spacing: 0.2em;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {

  /* Spinner Loading */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-area.style2 {
  position: fixed;
  background-color: unset;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
}

.navbar-area.style2 .desktop-nav {
  position: relative;
}

.navbar-area.style2 .desktop-nav::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -15px;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
  color: #ffffff;
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover,
.navbar-area.style2 .desktop-nav .navbar .nav-item a:focus,
.navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
  color: #c59970;
}

.navbar-area.style2 .desktop-nav .others-options {
  padding-left: 60px;
}

.navbar-area.style2.is-sticky {
  background-color: #000000;
  position: fixed !important;
}

.navbar-area.style3 {
  background-color: #000000;
}

.navbar-area.style3 .desktop-nav {
  position: relative;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a {
  color: #ffffff;
}

.navbar-area.style3 .desktop-nav .navbar .nav-item a:hover,
.navbar-area.style3 .desktop-nav .navbar .nav-item a:focus,
.navbar-area.style3 .desktop-nav .navbar .nav-item a.active {
  color: #c59970;
}

.navbar-area.style3 .desktop-nav .others-options {
  padding-left: 60px;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.navbar-brand {
  margin-right: 40px;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  color: #1b2336;
  line-height: 1;
  position: relative;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  font-size: 14px;
  opacity: .6;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c59970;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 16px;
  -webkit-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  position: relative;
  top: -2px;
}

.desktop-nav .navbar .others-options .option-item {
  display: inline-block;
  margin-right: 25px;
}

/*
Search Modal Style CSS
======================================================*/
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}

.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #000000;
  opacity: .77;
}

.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.searchmodal .modal-header {
  border: none;
}

.searchmodal .modal-header button {
  position: relative;
}

.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: transparent;
  border-radius: 50px;
  color: #c59970;
  border: none;
  font-size: 35px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.searchmodal .modal-header button.close i {
  position: relative;
  top: -4px;
  left: 0;
}

.searchmodal .modal-header button.close:hover,
.searchmodal .modal-header button.close:focus {
  color: #ffffff;
}

.modal-search-form {
  position: relative;
}

.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #484848;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 10px;
  color: #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-search-form .search-field:focus {
  border-color: #c59970;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}

.modal-search-form button {
  border: none;
  background-color: #eeeeee;
  color: #c59970;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

.modal-search-form button:hover,
.modal-search-form button:focus {
  background-color: #c59970;
  color: #ffffff;
}

/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #0e0e0e;
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.close {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 99;
  opacity: 1;
}

.modal.right .modal-content button.close i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #c59970;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
  background-color: #000000;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal {
  position: relative;
}

.sidebarModal.modal .modal-body {
  padding: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
  margin-bottom: 30px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
  margin-bottom: 30px;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #ffffff;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #c59970;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #c59970;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-right: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #c59970;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #000000;
  color: #ffffff;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 40px;
  top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin-top: -20px;
}

.others-option-for-responsive .others-options .option-item {
  display: inline-block;
  margin-right: 15px;
}

.others-option-for-responsive .others-options .option-item:last-child {
  margin-right: 0;
}

.mobile-responsive-nav {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {

  .others-option-for-responsive .others-options {
    justify-content: center;
    margin-top: 0px;   
    padding: 10px 5px;
  }

  .others-option-for-responsive .others-options .option-item {
    margin-right: 8px;
  }

}
@media screen and (max-width: 480px) {

  .others-option-for-responsive .others-options {
    flex-direction: row;  /* stack items */
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    gap: 10px;
  }

  .others-option-for-responsive .others-options .option-item {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .mobile-responsive-nav {
    display: block;   /* show mobile nav */
  }

}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*
Banner Area Style
======================================================*/
.banner-slider-item {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Background Overlay */
.banner-slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; left:0; right:0; bottom:0 */
  background: rgba(0, 0, 0, 0.65);
  /* Dark overlay */
  z-index: -1;
}

/* Optional: If you want gradient overlay instead */

.banner-slider-item.bg-1 {
  background-image: url('../images/h1-hero 2.jpg');
  background-attachment: fixed;
}

.banner-slider-item.bg-2 {
  background-image: url('../images/h1-hero 1.jpg');
  background-attachment: scroll;
}

.banner-content {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  position: relative;
}

.banner-content .banner-left-content {
  z-index: 1;
}

.banner-content .banner-left-content span {
  color: #aeaeae;
  background: rgba(255, 255, 255, 0.11);
  padding: 4px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-content .banner-left-content h1 {
  font-size: 100px;
  color: #ffffff;
  font-weight: 600;
  line-height: 130px;
  margin-bottom: 30px;
}

.banner-content .banner-left-content p {
  color: #d6c9c9;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  max-width: 850px;
}

.banner-area .container-fluid {
  padding: 0;
  overflow: hidden;
}

.slider-counter {
  z-index: 1;
  bottom: 100px;
  position: relative;
  text-align: center;
  color: #ffffff;
  max-width: 30px;
  margin: auto;
  font-size: 18px;
}

.slider-counter.active {
  color: #ffffff;
}

.video-play-btn {
  text-align: end;
  margin-right: 100px;
}

.video-play-btn .play-btn a {
  color: #c59970;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.video-play-btn .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.video-play-btn .play-btn a::before {
  position: absolute;
  content: '';
  height: 110px;
  width: 110px;
  left: -5px;
  top: -5px;
  border: 1px solid #c59970;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-play-btn .play-btn a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.video-play-btn .play-btn a:hover::before {
  border-color: #ffffff;
}

.banner-area-style2.bg-1 {
  background-image: url(../images/hero\ -3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: scroll;
  z-index: 1;
}

.banner-area-style2.bg-1::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(21, 21, 21, 0.5);
  z-index: -1;
}

.banner-content-style2 {
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 930px;
  margin: auto;
  text-align: center;
}

.banner-content-style2 h1 {
  font-size: 100px;
  color: #ffffff;
  font-weight: 600;
  line-height: 130px;
  margin-bottom: 25px;
}

.banner-content-style2 p {
  max-width: 790px;
  margin: auto;
  color: #cacaca;
  margin-bottom: 30px;
}

.owl-next img,
.owl-prev img {
  display: none;
}

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 500px;
}

.page-banner-area::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: -1;
}

.page-banner-area.bg-1 {
  background-image: url(../images/about-banner.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-6.jpg);
}

.page-banner-area.bg-3 {
  background-image: url(../images/hero\ -3.jpg);
}

.page-banner-area.bg-5 {
  background-image: url(../images/trailer\ 3.jpg);
}

.page-banner-area.bg-6 {
  background-image: url(../images/login\ banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.page-banner-content {
  text-align: center;
}

.page-banner-content h1 {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #c59970;
  position: relative;
}

.page-banner-content ul li::before {
  position: absolute;
  content: '';
  right: -13px;
  height: 15px;
  width: 1px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-banner-content ul li a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.page-banner-content ul li a:hover {
  color: #c59970;
}

.page-banner-content ul li:last-child {
  margin-right: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Experience Area Style
======================================================*/
.experience-area .container {
  position: relative;
}

.experience-area .container .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: movebounce2 7s linear infinite;
  animation: movebounce2 7s linear infinite;
}

.experience-content .experience-title {
  margin-bottom: 25px;
}

.experience-content .experience-title span {
  color: #c59970;
  display: inline-block;
  margin-bottom: 10px;
}

.experience-content .experience-title h2 {
  font-size: 56px;
}

.experience-content .content p {
  margin-bottom: 18px;
}

.experience-content .content p:last-child {
  margin-bottom: 0;
}

.experience-content .content .default-btn {
  margin-top: 10px;
}

.experience-image {
  padding-right: 45px;
  padding-top: 15px;
  position: relative;
}

.experience-image .experience {
  height: 180px;
  width: 180px;
  background-color: #000000;
  border-radius: 100%;
  border: 5px solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 25px;
}

.experience-image .experience h2 {
  font-size: 48px;
  color: #c59970;
}

.experience-image .experience span {
  color: #ffffff;
  font-size: 18px;
}

/*
About Area Style
======================================================*/
.about-img {
  padding-left: 40px;
  position: relative;
}

.about-img .small-img {
  width: 270px;
  border: 5px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.about-content .about-title {
  margin-bottom: 20px;
}

.about-content .about-title span {
  color: #c59970;
  margin-bottom: 5px;
  display: inline-block;
}

.about-content .about-title h2 {
  font-size: 56px;
  margin-bottom: 20px;
}

.about-content .experience {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}

.about-content .experience p {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}

.about-content .experience span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 48px;
  color: #c59970;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.about-content .content {
  margin-bottom: 30px;
}

/*
Features Area Style
======================================================*/
.features-area.bg-1 {
  background-color: #141414;
  background-image: url(../images/features/features-shape-1.png);
  background-size: cover;
  background-position: center center;
}

.single-features-card {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-features-card .features-img {
  margin-bottom: 22px;
}

.single-features-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.single-features-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.features-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

/* .features-slider.owl-theme .owl-nav .owl-prev, .features-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
} */

/* .features-slider.owl-theme .owl-nav .owl-prev i, .features-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next, .features-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.features-slider.owl-theme .owl-nav .owl-prev.owl-next i, .features-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.features-slider.owl-theme .owl-nav .owl-prev:hover, .features-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
} */

/*
Works Area Style
======================================================*/
.works-area.bg {
  background-image: url(../images/works/works-img-1.jpg);
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
  z-index: 1;
}

.works-area.bg::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.works-btn {
  margin-bottom: 45px;
  text-align: end;
}

.single-works-card {
  overflow: hidden;
  position: relative;
}

.single-works-card .works-img {
  overflow: hidden;
}

.single-works-card .works-img img {
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  overflow: hidden;
}

.single-works-card .content {
  text-align: center;
  background: rgba(0, 0, 0, 0.82);
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px;
  width: 300px;
}

.single-works-card .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-works-card .content span {
  color: #d1c8c8;
}

.single-works-card:hover .works-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-works-card:hover .content h3 {
  color: #c59970;
}

.single-works-card.style2 {
  margin-bottom: 30px;
}

.works-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.works-slider.owl-theme .owl-nav .owl-prev,
.works-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.works-slider.owl-theme .owl-nav .owl-prev i,
.works-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next,
.works-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.works-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.works-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.works-slider.owl-theme .owl-nav .owl-prev:hover,
.works-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev,
.works-slider.style2.owl-theme .owl-nav .owl-next {
  background-color: #f8f8f8;
  color: #c59970;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.works-slider.style2.owl-theme .owl-nav .owl-prev:hover,
.works-slider.style2.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.work-details-content .work-details-top-content {
  margin-bottom: 30px;
}

.work-details-content .work-details-top-content .work-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.work-details-content .work-details-top-content .work-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-content .work-details-top-content .work-img .play-btn a {
  color: #c59970;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.work-details-content .work-details-top-content .work-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.work-details-content .work-details-top-content .work-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.work-details-content .work-details-top-content .work-img .play-btn a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.work-details-content .work-details-top-content .work-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  border-radius: 5px;
}

.work-details-content .work-details-top-content .list {
  margin-bottom: 15px;
}

.work-details-content .work-details-top-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-content .work-details-top-content .list ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.work-details-content .work-details-top-content .list ul li::before {
  position: absolute;
  content: '/';
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-details-content .work-details-top-content .list ul li a {
  color: #555555;
}

.work-details-content .work-details-top-content .list ul li:last-child {
  margin-right: 0;
}

.work-details-content .work-details-top-content .list ul li:last-child::before {
  display: none;
}

.work-details-content .work-details-top-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.work-details-content .quote {
  padding: 50px 30px;
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 30px;
}

.work-details-content .quote .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-details-content .quote p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
}

.work-details-content .films-story {
  margin-bottom: 30px;
}

.work-details-content .films-story h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.work-details-content .films-story p {
  margin-bottom: 22px;
}

.work-details-content .films-story .story-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-content .films-story .story-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  color: #000000;
}

.work-details-content .films-story .story-list li:last-child {
  margin-bottom: 0;
}

.work-details-content .films-story .story-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #c59970;
}

.sidebar-search {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-search .form-control {
  height: 60px;
  border: 1px solid rgba(196, 196, 196, 0.29);
}

.sidebar-search .default-btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  padding: 10px 18px;
  font-size: 22px;
}

.work-details-sidebar .work-sidebar-widget {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}

.work-details-sidebar .work-sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
  margin-bottom: 20px;
  list-style-type: none;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #000000;
  margin-bottom: 8px;
}

.work-details-sidebar .work-sidebar-widget.films-information .information-list ul li:last-child {
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work {
  position: relative;
  overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb {
  float: left;
  height: 65px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 20px;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #000000;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg1 {
  background-image: url(../images/works-img-2.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg2 {
  background-image: url(../images/works-img-5.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb .fullimage.bg3 {
  background-image: url(../images/works-img-3.jpg);
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info {
  overflow: hidden;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
  margin-bottom: 7px;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a:hover {
  color: #c59970;
}

.work-details-sidebar .work-sidebar-widget.categories {
  padding: 30px 30px 20px 30px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
  padding: 8px 25px;
  color: #555555;
  background-color: #f8f8f8;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

/*
History Area Style
======================================================*/
.history-area .tab-teaser .tab-menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.history-area .tab-teaser .tab-menu li {
  list-style-type: none;
  margin-bottom: 12px;
}

.history-area .tab-teaser .tab-menu li a {
  color: #000000;
  padding: 10px 35px;
  background: #f5f5f5;
  font-weight: 500;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
}

.history-area .tab-teaser .tab-menu li a::before {
  position: absolute;
  content: '';
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 2px;
  width: 25px;
  background-color: #000000;
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a::after {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  background-color: #000000;
  -webkit-clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
  clip-path: polygon(30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51%);
  right: -37px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a.active,
.history-area .tab-teaser .tab-menu li a:hover,
.history-area .tab-teaser .tab-menu li a:focus {
  background-color: #000000;
  color: #ffffff;
}

.history-area .tab-teaser .tab-menu li a.active::before,
.history-area .tab-teaser .tab-menu li a:hover::before,
.history-area .tab-teaser .tab-menu li a:focus::before {
  opacity: 1;
}

.history-area .tab-teaser .tab-menu li a.active::after,
.history-area .tab-teaser .tab-menu li a:hover::after,
.history-area .tab-teaser .tab-menu li a:focus::after {
  opacity: 1;
}

.history-area .tab-teaser .tab-menu li a:hover::before {
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li a:hover::after {
  opacity: 0;
}

.history-area .tab-teaser .tab-menu li:last-child {
  margin-bottom: 0;
}

.history-area .tab-box {
  display: none;
  padding: 35px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-left: -35px;
}

.history-area .tab-box:first-child {
  display: block;
}

.history-area .tab-box .history-content .history-title {
  margin-bottom: 35px;
}

.history-area .tab-box .history-content .history-title span {
  color: #c59970;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}

.history-area .tab-box .history-content .history-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.history-area .tab-box .history-content .logo-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.history-area .tab-box .history-content .logo-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.history-area .tab-box .history-content .logo-list ul li:last-child {
  margin-right: 0;
}

.history-content-style2 .history-title {
  margin-bottom: 30px;
}

.history-content-style2 .history-title span {
  color: #c59970;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.history-content-style2 .history-title h2 {
  font-size: 56px;
}

.history-box {
  background-color: #f8f8f8;
  padding: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.history-box .card-left-content {
  text-align: center;
}

.history-box .card-left-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-left-content span {
  font-size: 18px;
  font-weight: 600;
  color: #c59970;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-right-content {
  border-left: 1px dashed #c59970;
  padding-left: 25px;
}

.history-box .card-right-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box .card-right-content p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.history-box:hover,
.history-box.active {
  background-color: #000000;
}

.history-box:hover::after,
.history-box.active::after {
  height: 75%;
}

.history-box:hover .card-left-content h4,
.history-box.active .card-left-content h4 {
  color: #ffffff;
}

.history-box:hover .card-right-content h3,
.history-box.active .card-right-content h3 {
  color: #ffffff;
}

.history-box:hover .card-right-content p,
.history-box.active .card-right-content p {
  color: #ffffff;
}

.history-img-content-style2 {
  padding-left: 70px;
  padding-bottom: 35px;
  position: relative;
}

.history-img-content-style2 .small-img {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  border: 6px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.history-content-style2 {
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

.history-content-style2 .scrollmenu {
  overflow-y: scroll;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  height: 320px;
  display: block;
  left: 0;
  top: 0;
}

.history-content-style2 * {
  scrollbar-width: auto;
  scrollbar-color: #e2dede #e2dede;
}

.history-content-style2 *::-webkit-scrollbar {
  width: 12px;
}

.history-content-style2 *::-webkit-scrollbar-track {
  background: #e2dede;
}

.history-content-style2 *::-webkit-scrollbar-thumb {
  background-color: #c59970;
  border-radius: 0;
  border: 3px solid #e2dede;
}

/*
Services Area Style
======================================================*/
.services-area {
  position: relative;
}

.services-area.bg-color {
  background-color: #1d1d1d;
}

.services-area .services-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.single-services-card .services-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-services-card .services-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-services-card .services-contet {
  padding: 30px;
  background-color: #141414;
}

.single-services-card .services-contet h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-services-card .services-contet h3 a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-card .services-contet p {
  color: #dbd9d9;
}

.single-services-card:hover .services-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-services-card:hover .services-contet h3 a {
  color: #c59970;
}

.services-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.services-slider.owl-theme .owl-nav .owl-prev,
.services-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.services-slider.owl-theme .owl-nav .owl-prev i,
.services-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next,
.services-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.services-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.services-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider.owl-theme .owl-nav .owl-prev:hover,
.services-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.services-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.services-slider2.owl-theme .owl-nav .owl-prev,
.services-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #f8f8f8;
  color: #c59970;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.services-slider2.owl-theme .owl-nav .owl-prev i,
.services-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next,
.services-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.services-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
.services-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider2.owl-theme .owl-nav .owl-prev:hover,
.services-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

/*
Trust Area Style
======================================================*/
.trust-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 30px;
}

.trust-image .small-img {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
  border: 15px solid #f5f5f5;
  background-color: #f5f5f5;
}

.trust-image .small-img img {
  border-radius: 20px 0 0 0;
}

.trust-content .trust-title {
  margin-bottom: 30px;
}

.trust-content .trust-title span {
  color: #c59970;
  font-size: 18px;
  font-weight: 600;
}

.trust-content .trust-title h2 {
  font-size: 56px;
}

.trust-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  border-radius: unset;
  border: unset;
}

.trust-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.trust-content .faq-accordion .accordion .accordion-title {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: unset;
  cursor: pointer;
}

.trust-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #555555;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trust-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
}

.trust-content .faq-accordion .accordion .accordion-content {
  display: none;
  padding-top: 20px;
  background-color: #f5f5f5;
}

.trust-content .faq-accordion .accordion .accordion-content p {
  font-weight: 400;
}

.trust-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Trailer Area Style
======================================================*/
.trailer-area.bg-1 {
  background-image: url(../images/trailer/trailer-img-1.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.trailer-area.bg-1::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.trailer-area .container-fluid {
  padding: 0;
  overflow: hidden;
}

.single-trailer-card {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card .trailer-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card .trailer-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-card .trailer-img .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  opacity: 0;
}

.single-trailer-card .trailer-img .play-btn a {
  color: #c59970;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.single-trailer-card .trailer-img .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.single-trailer-card .trailer-img .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.single-trailer-card .trailer-img .play-btn a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.single-trailer-card .trailer-content {
  background-color: #000000;
  padding: 30px;
  text-align: center;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
}

.single-trailer-card .trailer-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.single-trailer-card .trailer-content span {
  color: #ffffff;
}

.single-trailer-card .trailer-content::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #c59970;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-trailer-card:hover .trailer-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-trailer-card:hover .trailer-img .play-btn {
  opacity: 1;
}

.single-trailer-card:hover .trailer-content::before {
  width: 100%;
  left: 0;
  right: auto;
}

.active.center .single-trailer-card .trailer-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.active.center .single-trailer-card .trailer-img .play-btn {
  opacity: 1;
}

.active.center .single-trailer-card .trailer-content::before {
  width: 100%;
  left: 0;
  right: auto;
}

.trailer-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
  max-width: 1320px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}

.trailer-slider.owl-theme .owl-nav .owl-prev,
.trailer-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev i,
.trailer-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next,
.trailer-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.trailer-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.trailer-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.trailer-slider.owl-theme .owl-nav .owl-prev:hover,
.trailer-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.trailer-area-style2.bg-color {
  background-color: #141414;
}

.single-trailer-box {
  margin-bottom: 40px;
}

.single-trailer-box .trailer-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-box .trailer-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-trailer-box .content {
  text-align: center;
  padding: 30px 30px 0 30px;
}

.single-trailer-box .content h3 {
  font-size: 24px;
  color: #ffffff;
}

.single-trailer-box .content span {
  color: #cbc3c3;
}

.single-trailer-box:hover .trailer-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.trailer-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev,
.trailer-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: -90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev i,
.trailer-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next,
.trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
.trailer-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.trailer-slider2.owl-theme .owl-nav .owl-prev:hover,
.trailer-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.trailer-slider2.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot span {
  width: 100% !important;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.trailer-slider2.owl-theme .owl-dots .owl-dot.active span {
  height: 2px;
  background: #c59970;
}

.lines {
  top: 0;
  left: 0;
  right: 0;
  width: 90vw;
  z-index: -1;
  height: 100%;
  margin: auto;
  position: absolute;
}

.lines .line {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}

.lines .line::after {
  left: 0;
  top: -50%;
  content: "";
  width: 100%;
  height: 15vh;
  display: block;
  position: absolute;
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
}

.lines .line:nth-child(1) {
  margin-left: -19%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 19%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/*
Counter Area Style
======================================================*/
.counter-area-style2 {
  position: relative;
  z-index: 1;
}

.counter-area-style2.bg-color {
  background-color: #1d1d1d;
}

.single-counter-card {
  text-align: center;
  margin-bottom: 30px;
}

.single-counter-card h1 {
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
}

.single-counter-card h1 span {
  font-family: "Barlow Condensed", sans-serif;
}

.single-counter-card p {
  color: #c59970;
}

.single-counter-card span.odometer-formatting-mark {
  display: none;
}

/*
Movie Area Style
======================================================*/
.movie-area {
  position: relative;
  z-index: 1;
}

.movie-area.bg-color {
  background-color: #141414;
  padding-top: 7em;
  padding-bottom: 7em;
}

.movie-content .movie-title {
  margin-bottom: 25px;
}

.movie-content .movie-title span {
  color: #c59970;
}

.movie-content .movie-title h2 {
  font-size: 56px;
  color: #ffffff;
}

.movie-content p {
  color: #dbdada;
}

.movie-content .series {
  margin-bottom: 25px;
}

.movie-content .series ul {
  padding-left: 0;
  margin-bottom: 0;
}

.movie-content .series ul li {
  display: inline-block;
  margin-right: 30px;
}

.movie-content .series ul li a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.movie-content .series ul li a:hover {
  color: #c59970;
}

.movie-content .series ul li:last-child {
  margin-right: 0;
}

/*
Watch Video Area Style
======================================================*/
.watch-video-area.bg-img {
  background-image: url(../images/video-img/video-img-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.watch-video-area.bg-img::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 20, 20, 0.9);
  z-index: -1;
}

.watch-video-content {
  position: relative;
  margin-bottom: 30px;
}

.watch-video-content .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 35%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.watch-video-content .play-btn a {
  color: #c59970;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.watch-video-content .play-btn a i {
  position: relative;
  left: 3px;
  top: 2px;
}

.watch-video-content .play-btn a::before {
  position: absolute;
  content: '';
  height: 90px;
  width: 90px;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.watch-video-content .play-btn a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.watch-video-content .video-content {
  background: rgba(0, 0, 0, 0.68);
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 30px;
  width: 540px;
}

.watch-video-content .video-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}

.watch-video-content .video-content span {
  color: #ffffff;
}

.video-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.video-slider.owl-theme .owl-nav .owl-prev,
.video-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.video-slider.owl-theme .owl-nav .owl-prev i,
.video-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next,
.video-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.video-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.video-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.video-slider.owl-theme .owl-nav .owl-prev:hover,
.video-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.single-video-card {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
}

.single-video-card .video-img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-video-card .video-img img {
  overflow: hidden;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
}

.single-video-card .video-content {
  padding: 30px;
  background-color: #212121;
  position: absolute;
  text-align: center;
  left: 30px;
  right: 30px;
  bottom: 0;
}

.single-video-card .video-content h3 {
  font-size: 24px;
  color: #ffffff;
}

.single-video-card .video-content span {
  color: #ffffff;
}

.single-video-card:hover .video-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*
Awards Area Style
======================================================*/
.awards-slider.owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

/*
Faq Area Style
======================================================*/
.faq-content {
  max-width: 1100px;
  margin: auto;
}

.faq-content .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
  border: none;
  border-radius: 7px;
}

.faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .accordion .accordion-item:last-child .accordion-title {
  margin-bottom: 0;
}

.faq-content .accordion .accordion-title {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  background-color: #f8f8f8;
  font-family: "Barlow Condensed", sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.faq-content .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-content .accordion .accordion-title.active {
  border-left: 4px solid rgba(197, 153, 112, 0.2);
  border-right: 4px solid rgba(197, 153, 112, 0.2);
}

.faq-content .accordion .accordion-title.active i {
  background-color: #c59970;
}

.faq-content .accordion .accordion-title.active i::before {
  content: "\f077";
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
}

.faq-content .accordion .accordion-content {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  border-left: 4px solid rgba(197, 153, 112, 0.2);
  border-right: 4px solid rgba(197, 153, 112, 0.2);
  border-bottom: 4px solid rgba(197, 153, 112, 0.2);
}

.faq-content .accordion .accordion-content p {
  font-weight: 400;
}

.faq-content .accordion .accordion-content.show {
  display: block;
}

/*
Team Area Style
======================================================*/
.team-area.bg-color {
  background-color: #1d1d1d;
}

.single-team-card {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 5px;
}

.single-team-card::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.single-team-card .team-content {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content span {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.single-team-card .team-content .social-content ul li:last-child {
  margin-right: 0;
}

.single-team-card .team-content .social-content ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #c59970;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-content .social-content ul li a:hover {
  background-color: #ffffff;
}

.single-team-card:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-team-card:hover .team-content {
  top: 57%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
}

.single-team-card:hover .team-content h3 {
  color: #ffffff;
}

.single-team-card:hover .team-content span {
  color: #ffffff;
}

.single-team-card:hover .team-content .social-content {
  opacity: 1;
}

.single-team-card.style2::before {
  display: none;
}

.single-team-card.style2 .team-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-content {
  background-color: #141414;
  padding: 30px;
  bottom: -60px;
}

.single-team-card.style2 .team-content h3 {
  color: #ffffff;
}

.single-team-card.style2 .team-content span {
  color: #ffffff;
}

.single-team-card.style2 .team-content .social-content {
  position: unset;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
}

.single-team-card.style2 .team-content .social-content ul {
  margin-top: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card.style2 .team-content .social-content ul li a {
  color: #c59970;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
}

.single-team-card.style2 .team-content .social-content ul li a:hover {
  background-color: #ffffff;
}

.single-team-card.style2:hover .team-content {
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
}

.single-team-card.style2:hover .team-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.single-team-card.style3 {
  margin: 0;
  margin-bottom: 30px;
}

.team-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.team-slider.owl-theme .owl-nav .owl-prev,
.team-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  background-color: #f5f5f5;
  color: #555555;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.team-slider.owl-theme .owl-nav .owl-prev i,
.team-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next,
.team-slider.owl-theme .owl-nav .owl-next.owl-next {
  right: -90px;
  left: auto;
}

.team-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.team-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider.owl-theme .owl-nav .owl-prev:hover,
.team-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.team-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.team-slider2.owl-theme .owl-nav .owl-prev,
.team-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.team-slider2.owl-theme .owl-nav .owl-prev i,
.team-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next,
.team-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.team-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
.team-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider2.owl-theme .owl-nav .owl-prev:hover,
.team-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.team-slider3.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.team-slider3.owl-theme .owl-nav .owl-prev,
.team-slider3.owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  left: -440px;
  bottom: 50px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.team-slider3.owl-theme .owl-nav .owl-prev i,
.team-slider3.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next,
.team-slider3.owl-theme .owl-nav .owl-next.owl-next {
  left: -350px;
}

.team-slider3.owl-theme .owl-nav .owl-prev.owl-next i,
.team-slider3.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.team-slider3.owl-theme .owl-nav .owl-prev:hover,
.team-slider3.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

/*
Paginations Style
======================================================*/
.paginations {
  text-align: center;
}

.paginations ul {
  padding-left: 0;
  margin-bottom: 0;
}

.paginations ul li {
  display: inline-block;
  padding-right: 7px;
}

.paginations ul li a {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid rgba(196, 196, 196, 0.26);
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #000000;
  font-size: 18px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.paginations ul li a i {
  position: relative;
  font-size: 18px;
}

.paginations ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
  border: 1px solid #c59970;
}

.paginations ul li a.active {
  background-color: #c59970;
  color: #ffffff;
  border: 1px solid #c59970;
}

/*
Help Area Style
======================================================*/
.helps-area {
  position: relative;
  z-index: 1;
}

.helps-area .shape .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.helps-area .shape .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.help-content {
  max-width: 880px;
  margin: auto;
  text-align: center;
}

.help-content .section-title {
  margin-bottom: 25px;
}

.help-content p {
  margin-bottom: 30px;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-area.bg-color {
  background-color: #141414;
}

.testimonial-area .testimonial-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonial-box .testimonial-image {
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
  clip-path: polygon(24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24%);
}

.testimonial-content {
  padding-right: 65px;
}

.testimonial-content .rating-list {
  margin-bottom: 20px;
}

.testimonial-content .rating-list i {
  color: #be9400;
  margin-right: 5px;
}

.testimonial-content .rating-list i:last-child {
  margin-right: 0;
}

.testimonial-content p {
  color: #bfbebe;
  margin-bottom: 20px;
  font-size: 18px;
}

.testimonial-content .clients-info h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}

.testimonial-content .clients-info span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #b9b9b9;
}

.testimonial-content .clients-info span::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.24);
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  right: -30px;
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev i,
.testimonial-slider.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next,
.testimonial-slider.owl-theme .owl-nav .owl-next.owl-next {
  top: 50%;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.testimonial-slider.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonial-slider.owl-theme .owl-nav .owl-prev:hover,
.testimonial-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

.single-testimonials-box {
  background-color: #ffffff;
  padding: 35px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.single-testimonials-box .top-content {
  margin-bottom: 20px;
}

.single-testimonials-box .top-content h3 {
  font-size: 24px;
}

.single-testimonials-box .top-content .ratings {
  text-align: end;
}

.single-testimonials-box .top-content .ratings i {
  color: #be9400;
}

.single-testimonials-box .quote {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
  opacity: .7;
}

.single-testimonials-box .quote img {
  width: auto;
}

.single-testimonials-box p {
  margin-bottom: 0;
}

.single-testimonials-box.style2 {
  -webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-nav {
  margin-top: 0 !important;
  z-index: 1;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev,
.testimonial-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -110px;
  right: 90px;
  background-color: #ffffff;
  color: #c59970;
  border: none;
  height: 60px;
  width: 60px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev i,
.testimonial-slider2.owl-theme .owl-nav .owl-next i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next,
.testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next {
  right: 0;
  left: auto;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
.testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonial-slider2.owl-theme .owl-nav .owl-prev:hover,
.testimonial-slider2.owl-theme .owl-nav .owl-next:hover {
  background-color: #c59970;
  color: #ffffff;
}

/*
Pricing Area Style
======================================================*/
.single-pricing-card {
  padding: 30px 0 40px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.single-pricing-card .pricing-top-content {
  margin-bottom: 30px;
}

.single-pricing-card .pricing-top-content .icon {
  margin-bottom: 6px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-top-content h1 {
  font-size: 40px;
  color: #c59970;
  margin-bottom: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-top-content span {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .plan {
  background-color: #c59970;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .plan span {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-features-list {
  margin-bottom: 25px;
}

.single-pricing-card .pricing-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-card .pricing-features-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-card .pricing-features-list ul li del {
  color: #cacaca;
}

.single-pricing-card .pricing-features-list ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-card .default-btn {
  background: rgba(197, 153, 112, 0.1);
  color: #c59970;
}

.single-pricing-card .shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.single-pricing-card:hover,
.single-pricing-card.active {
  background-color: #000000;
}

.single-pricing-card:hover .pricing-top-content span,
.single-pricing-card.active .pricing-top-content span {
  color: #ffffff;
}

.single-pricing-card:hover .plan,
.single-pricing-card.active .plan {
  background-color: #ffffff;
}

.single-pricing-card:hover .plan span,
.single-pricing-card.active .plan span {
  color: #000000;
}

.single-pricing-card:hover .default-btn,
.single-pricing-card.active .default-btn {
  background: #c59970;
  color: #ffffff;
}

.single-pricing-card:hover .pricing-features-list ul li,
.single-pricing-card.active .pricing-features-list ul li {
  color: #ffffff;
}

.single-pricing-card:hover .pricing-features-list ul li del,
.single-pricing-card.active .pricing-features-list ul li del {
  color: #242424;
}

/*
Subscribe Area Style
======================================================*/

/*
Blog Area Style
======================================================*/
.single-blog-card {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.single-blog-card .blog-img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.single-blog-card .blog-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card .blog-img .tag {
  position: absolute;
  background-color: #000000;
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
}

.single-blog-card .blog-img .tag a {
  color: #ffffff;
}

.single-blog-card .blog-content {
  padding: 30px;
}

.single-blog-card .blog-content .info {
  margin-bottom: 20px;
}

.single-blog-card .blog-content .info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-card .blog-content .info ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.single-blog-card .blog-content .info ul li:last-child {
  margin-right: 0;
}

.single-blog-card .blog-content .info ul li:last-child::before {
  display: none;
}

.single-blog-card .blog-content .info ul li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 42px;
  background: rgba(196, 196, 196, 0.49);
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-card .blog-content .info ul li a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #555555;
  padding-left: 5px;
}

.single-blog-card .blog-content .info ul li a:hover {
  color: #c59970;
}

.single-blog-card .blog-content h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}

.single-blog-card .blog-content h2 a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-card:hover .blog-content h2 a {
  color: #c59970;
}

.single-blog-card.style2 .blog-content {
  background-color: #141414;
}

.single-blog-card.style2 .blog-content .info ul li {
  color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li::before {
  background: rgba(196, 196, 196, 0.49);
}

.single-blog-card.style2 .blog-content .info ul li a {
  color: #bdbdbd;
}

.single-blog-card.style2 .blog-content .info ul li a:hover {
  color: #c59970;
}

.single-blog-card.style2 .blog-content h2 a {
  color: #ffffff;
}

.single-blog-card.style2:hover .blog-content h2 a {
  color: #c59970;
}

.blog-area.blog-bg {
  background-image: url(../images/blog/blog-bg-1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.blog-area.blog-bg::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(29, 29, 29, 0.95);
  z-index: -1;
}

.blog-details-content .single-blog {
  margin-bottom: 30px;
}

.blog-details-content .single-blog h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.blog-details-content .single-blog .info {
  margin-bottom: 30px;
}

.blog-details-content .single-blog .info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .single-blog .info ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.blog-details-content .single-blog .info ul li:last-child {
  margin-right: 0;
}

.blog-details-content .single-blog .info ul li:last-child::before {
  display: none;
}

.blog-details-content .single-blog .info ul li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 42px;
  background: rgba(196, 196, 196, 0.49);
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details-content .single-blog .info ul li a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .single-blog .info ul li a:hover {
  color: #c59970;
}

.blog-details-content .single-blog .img {
  margin-bottom: 30px;
}

.blog-details-content .quote {
  padding: 50px 30px;
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 30px;
}

.blog-details-content .quote .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details-content .quote p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
}

.blog-details-content .free-movie-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-details-content .free-movie-content p {
  margin-bottom: 30px;
}

.blog-details-content .free-movie-content .movie-img {
  margin-bottom: 25px;
}

.blog-details-content .tag-and-share {
  padding: 30px 0;
  border-top: 1px solid rgba(217, 216, 216, 0.54);
}

.blog-details-content .tag-and-share .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .tag-and-share .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}

.blog-details-content .tag-and-share .tags ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.blog-details-content .tag-and-share .tags ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.blog-details-content .tag-and-share .tags ul li a::before {
  position: absolute;
  content: ',';
  right: -3px;
}

.blog-details-content .tag-and-share .tags ul li a:hover {
  color: #c59970;
}

.blog-details-content .tag-and-share .tags ul li:last-child {
  margin-right: 0;
}

.blog-details-content .tag-and-share .tags ul li:last-child a::before {
  display: none;
}

.blog-details-content .tag-and-share .share {
  text-align: end;
}

.blog-details-content .tag-and-share .share ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .tag-and-share .share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}

.blog-details-content .tag-and-share .share ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.blog-details-content .tag-and-share .share ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #c59970;
  display: inline-block;
  background-color: #f8f8f8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .tag-and-share .share ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.blog-details-content .tag-and-share .share ul li:last-child {
  margin-right: 0;
}

.blog-details-content .comments-reply-area {
  margin-bottom: 30px;
}

.blog-details-content .comments-reply-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details-content .comments-reply-area .form-group {
  margin-bottom: 25px;
}

.blog-details-content .comments-reply-area .form-group .form-control {
  background-color: #f8f8f8;
  border: none;
}

.blog-details-content .comments-reply-area .form-group .form-check-input {
  border: 1px solid rgba(217, 216, 216, 0.93);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
}

.blog-details-content .comments-reply-area .form-group .form-check-input:checked {
  background-color: #c59970;
  border-color: #c59970;
}

.sidebar-widget {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}

.sidebar-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.sidebar-widget.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-widget.categories ul li {
  list-style-type: none;
  margin-bottom: 13px;
  position: relative;
}

.sidebar-widget.categories ul li i {
  position: absolute;
  right: 0;
}

.sidebar-widget.categories ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.categories ul li a:hover {
  color: #c59970;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.popular-post {
  position: relative;
  overflow: hidden;
}

.sidebar-widget.popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-widget.popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.popular-post .item .thumb {
  float: left;
  height: 76px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 20px;
}

.sidebar-widget.popular-post .item .thumb .fullimage {
  width: 80px;
  height: 70px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #000000;
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg1 {
  background-image: url(../images/instagram-img-1.jpg);
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
  background-image: url(../images/instagram-img-2.jpg);
}

.sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
  background-image: url(../images/instagram-img-3.jpg);
}

.sidebar-widget.popular-post .item .info {
  overflow: hidden;
}

.sidebar-widget.popular-post .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10px;
  font-weight: 500;
}

.sidebar-widget.popular-post .item .info .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.sidebar-widget.popular-post .item .info .title a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.popular-post .item .info .title a:hover {
  color: #c59970;
}

.sidebar-widget.tags {
  padding-bottom: 20px;
}

.sidebar-widget.tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

.sidebar-widget.tags ul li a {
  padding: 8px 25px;
  color: #555555;
  background-color: #f8f8f8;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.tags ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.blog-search-bar {
  position: relative;
}

.blog-search-bar .form-control {
  height: 60px;
  border: unset;
  background-color: #f8f8f8;
}

.blog-search-bar .default-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 8px 16px;
  font-size: 22px;
}

/*
Login Area Style
======================================================*/

/*
Register Area Style
======================================================*/

/*
Password Area Style
======================================================*/

/*
Privacy Policy Style
======================================================*/

/*
Terms & Condition Style
======================================================*/

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 20px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #c59970;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
  color: #000000;
  -webkit-animation: movebounce 7s linear infinite;
  animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
  color: #555555;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*Coming Soon Style
======================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-counter {
  max-width: 880px;
  margin: auto;
  border: 30px solid #ffffff;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 100px;
  padding-bottom: 80px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

.coming-soon-counter::before {
  position: absolute;
  content: '';
  height: 100%;
  width: auto;
  left: -60px !important;
  right: 0;
  bottom: -60px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  z-index: -1;
}

.coming-soon-counter .list ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-counter .list ul li {
  margin: 0 30px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  color: #c59970;
}

.coming-soon-counter .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
}

.coming-soon-counter .list ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #555555;
  border-radius: 100%;
  right: -30px;
  top: 42px;
}

.coming-soon-counter .list ul li::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #555555;
  border-radius: 100%;
  right: -30px;
  top: 55px;
}

.coming-soon-counter .list ul li:last-child::before {
  display: none;
}

.coming-soon-counter .list ul li:last-child::after {
  display: none;
}

.coming-soon-content {
  padding-bottom: 50px;
  max-width: 880px;
  margin: auto;
  text-align: center;
}

.coming-soon-content .top-content {
  max-width: 620px;
  margin: auto;
}

.coming-soon-content .top-content .coming-soon-logo {
  margin-bottom: 20px;
}

.coming-soon-content .top-content .coming-soon-logo .logo-2 {
  display: none;
}

.coming-soon-content .top-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.coming-soon-content .newsletter-form {
  position: relative;
  margin-bottom: 30px;
  z-index: 4;
}

.coming-soon-content .newsletter-form .form-control {
  height: 60px;
}

.coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.coming-soon-content .newsletter-form .default-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.coming-soon-content .newsletter-form .default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.coming-soon-content .social-links ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-content .social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.coming-soon-content .social-links ul li:last-child {
  margin-right: 0;
}

.coming-soon-content .social-links ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #555555;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content .social-links ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*
Contact Area Style
======================================================*/
.get-in-touch h2 {
  font-size: 56px;
  margin-bottom: 25px;
}

.get-in-touch .contact-info-card {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}

.get-in-touch .contact-info-card .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  background: rgba(197, 153, 112, 0.1);
  text-align: center;
  color: #c59970;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.get-in-touch .contact-info-card .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #c59970;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .contact-info-card h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.get-in-touch .contact-info-card a {
  display: block;
  color: #555555;
  margin-bottom: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .contact-info-card a:hover {
  color: #c59970;
}

.get-in-touch .contact-info-card span {
  display: inline-block;
  margin-bottom: 5px;
}

.get-in-touch .contact-info-card:hover .icon {
  color: #ffffff;
}

.get-in-touch .contact-info-card:hover .icon::before {
  height: 100%;
}

.get-in-touch .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.get-in-touch .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.get-in-touch .social-content ul li:last-child {
  margin-right: 0;
}

.get-in-touch .social-content ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.get-in-touch .social-content ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #c59970;
  display: inline-block;
  background: #f8f8f8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.get-in-touch .social-content ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.map-area iframe {
  height: 470px;
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}

.contacts-form {
  max-width: 1100px;
  margin: auto;
}

.contacts-form .form-group {
  margin-bottom: 25px;
}

.contacts-form .form-group .form-control {
  background-color: #ffffff;
  border: none;
}

.contacts-form .form-group .list-unstyled {
  color: #c59970;
  padding-top: 7px;
}

.contacts-form .form-group .form-check label a {
  color: #c59970;
}

.contacts-form .form-group .form-check .form-check-input {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
}

.contacts-form .form-group .form-check .form-check-input:checked {
  background-color: #c59970;
  border-color: #c59970;
}

.contacts-form .text-danger {
  color: #c59970 !important;
  padding-top: 7px;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #000000;
  overflow: hidden;
}

.footer-area .container {
  position: relative;
}

.footer-area .container .shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: -120px;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.footer-area .container .shape .shape-2 {
  position: absolute;
  right: -50px;
  top: 30px;
  -webkit-animation: ripple 8s linear infinite;
  animation: ripple 8s linear infinite;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.single-footer-widget.logo-area .logo {
  margin-bottom: 30px;
}

.single-footer-widget.logo-area p {
  color: #d9d8d8;
  margin-bottom: 30px;
}

.single-footer-widget.logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.logo-area .social-content ul li {
  display: inline-block;
  margin-right: 7px;
}

.single-footer-widget.logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.single-footer-widget.logo-area .social-content ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #c59970;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  box-shadow: 0px 0px 25px rgba(1, 78, 50, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.logo-area .social-content ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.single-footer-widget.quick-links {
  padding-left: 60px;
}

.single-footer-widget.quick-links ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.quick-links ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget.quick-links ul li i {
  color: #c59970;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li a {
  color: #d9d8d8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.quick-links ul li:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.single-footer-widget.quick-links ul li:hover a {
  color: #c59970;
}

.single-footer-widget.instagram-content {
  margin-bottom: 0;
  padding-right: 30px;
  margin-bottom: 20px;
}

.single-footer-widget.instagram-content .single-instagram-box {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}

.single-footer-widget.instagram-content .single-instagram-box img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.instagram-content .single-instagram-box a {
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  font-size: 40px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-footer-widget.instagram-content .single-instagram-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.single-footer-widget.instagram-content .single-instagram-box:hover a {
  opacity: 1;
}

.single-footer-widget.get-in-touch {
  padding-left: 70px;
}

.single-footer-widget.get-in-touch ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.single-footer-widget.get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget.get-in-touch ul li span {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.single-footer-widget.get-in-touch ul li a {
  color: #d9d8d8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
}

.single-footer-widget.get-in-touch ul li a:hover {
  color: #c59970;
}

.single-footer-widget.get-in-touch ul li p {
  color: #d9d8d8;
}

.single-footer-widget.get-in-touch ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget.get-in-touch ul li:hover i {
  color: #c59970;
}

/*
Copy Right Style
======================================================*/
.copy-right-area {
  background-color: #000000;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

.copy-right-area p span {
  color: #c59970;
}

.copy-right-area p a {
  color: #c59970;
  font-weight: 600;
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #c59970;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 45px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 26px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background-color: #c59970;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #000000;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

/*================================================
Default CSS
=================================================*/
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 10px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5e5e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider:before {
  position: absolute;
  content: "\f185";
  font-family: "Font Awesome 6 Free";
  color: #000000;
  font-size: 24px;
  text-align: center;
  top: 1px;
  left: 11px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box input:checked+.slider {
  background-color: #e5e5e5;
}

.switch-box input:focus+.slider {
  background-color: #e5e5e5;
}

.switch-box input:checked+.slider:before {
  content: "\f186";
  color: #000000;
}

.switch-box .slider.round {
  border-radius: 50px;
}

.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark {
  /* Mobile and iPad Navbar */
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark .h1,
.theme-dark .h2,
.theme-dark .h3,
.theme-dark .h4,
.theme-dark .h5,
.theme-dark .h6,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a,
.theme-dark .h2 a,
.theme-dark .h3 a,
.theme-dark .h4 a,
.theme-dark .h5 a,
.theme-dark .h6 a,
.theme-dark h1 a,
.theme-dark h2 a,
.theme-dark h3 a,
.theme-dark h4 a,
.theme-dark h5 a,
.theme-dark h6 a {
  color: #ffffff !important;
}

.theme-dark .bg-f5f5f5 {
  background-color: #0e0e0e;
}

.theme-dark .bg-f8f8f8 {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area.style2 {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area.style3 {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area .navbar-brand .white-logo {
  display: block;
}

.theme-dark .navbar-area .navbar-brand .main-logo {
  display: none;
}

.theme-dark .navbar-area .mobile-responsive-menu .logo .white-logo {
  display: block;
}

.theme-dark .navbar-area .mobile-responsive-menu .logo .main-logo {
  display: none;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover a,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:focus a,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0e0e0e;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
  border-bottom: 1px dashed #5b5b5b;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  border-bottom: 1px dashed #5b5b5b;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c59970;
}

.theme-dark .default-btn.style2 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

.theme-dark .default-btn.style3 {
  background-color: #101010;
}

.theme-dark .about-content .experience p {
  color: #ffffff;
}

.theme-dark .about-img .small-img {
  border: 5px solid #000000;
}

.theme-dark .single-features-card {
  background-color: #151515;
}

.theme-dark .history-area .tab-teaser .tab-menu li a::before {
  background-color: #ffffff;
}

.theme-dark .history-area .tab-teaser .tab-menu li a::after {
  background-color: #ffffff;
}

.theme-dark .history-area .tab-teaser .tab-menu li a.active,
.theme-dark .history-area .tab-teaser .tab-menu li a:hover,
.theme-dark .history-area .tab-teaser .tab-menu li a:focus {
  background-color: #c59970;
  color: #ffffff;
}

.theme-dark .history-area .tab-box {
  background-color: #0e0e0e;
}

.theme-dark .history-box {
  background-color: #1f1f1f;
}

.theme-dark .history-box:hover,
.theme-dark .history-box.active {
  background-color: #0e0e0e;
}

.theme-dark .single-testimonials-box {
  background-color: #000000;
}

.theme-dark .single-testimonials-box.style2 {
  background-color: #0e0e0e;
}

.theme-dark .faq-content .accordion .accordion-title {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .faq-content .accordion .accordion-title i {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .faq-content .accordion .accordion-content {
  background-color: #000000;
}

.theme-dark .faq-content .accordion .accordion-content p {
  font-weight: 400;
}

.theme-dark .form-control {
  background-color: #0e0e0e;
  border: 1px solid #313131;
  color: #ffffff;
}

.theme-dark .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .trust-image .small-img {
  border: 10px solid #0e0e0e;
  background-color: #0e0e0e;
}

.theme-dark .trust-content .trust-title {
  margin-bottom: 30px;
}

.theme-dark .trust-content .trust-title span {
  color: #c59970;
}

.theme-dark .trust-content .faq-accordion .accordion .accordion-item {
  background-color: #000000;
}

.theme-dark .trust-content .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .trust-content .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .trust-content .faq-accordion .accordion .accordion-content {
  background-color: #0e0e0e;
}

.theme-dark .single-team-card .team-content {
  background-color: #191818;
}

.theme-dark .single-team-card:hover .team-content {
  background-color: unset;
}

.theme-dark .single-team-card.style2 .team-content {
  background-color: #191818;
}

.theme-dark .work-details-sidebar .work-sidebar-widget {
  background-color: #0e0e0e;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.theme-dark .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
  color: #ffffff;
  background-color: #c59970;
}

.theme-dark .work-details-content .quote {
  background-color: #0e0e0e;
}

.theme-dark .work-details-content .quote p {
  color: #ffffff;
}

.theme-dark .work-details-content .films-story .story-list li {
  color: #ffffff;
}

.theme-dark .sidebar-search .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid rgba(70, 69, 69, 0.29);
}

.theme-dark .sidebar-search .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar-search .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar-search .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sidebar-search .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .paginations ul li a {
  color: #ffffff;
}

.theme-dark .single-pricing-card {
  background-color: #0e0e0e;
}

.theme-dark .single-pricing-card .pricing-top-content span {
  color: #ffffff;
}

.theme-dark .single-pricing-card:hover,
.theme-dark .single-pricing-card.active {
  background-color: #262626;
}

.theme-dark .single-blog-card {
  background-color: #121111;
}

.theme-dark .sidebar-widget {
  background-color: #0e0e0e;
}

.theme-dark .sidebar-widget.categories ul li a {
  color: #ffffff;
}

.theme-dark .sidebar-widget.categories ul li a:hover {
  color: #c59970;
}

.theme-dark .sidebar-widget.popular-post .item .info .title a:hover {
  color: #c59970 !important;
}

.theme-dark .sidebar-widget.tags ul li a {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .sidebar-widget.tags ul li a:hover {
  background-color: #c59970;
}

.theme-dark .blog-details-content .quote {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-content .quote p {
  color: #ffffff;
}

.theme-dark .blog-details-content .tag-and-share .tags ul li span {
  color: #ffffff;
}

.theme-dark .blog-details-content .tag-and-share .tags ul li a {
  color: #ffffff;
}

.theme-dark .blog-details-content .tag-and-share .tags ul li a:hover {
  color: #c59970;
}

.theme-dark .blog-details-content .comments-reply-area .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .blog-details-content .comments-reply-area .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-content .comments-reply-area .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-content .comments-reply-area .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .blog-details-content .comments-reply-area .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-area::before {
  background-color: #0e0e0e;
}

.theme-dark .coming-soon-counter {
  border: 30px solid #0b0b0b;
  background-color: #0e0e0e;
}

.theme-dark .coming-soon-counter::before {
  border: 1px solid #525151;
}

.theme-dark .coming-soon-counter .list ul li {
  color: #c59970;
}

.theme-dark .coming-soon-counter .list ul li span {
  color: #ffffff;
}

.theme-dark .coming-soon-counter .list ul li::before {
  background-color: #ffffff;
}

.theme-dark .coming-soon-counter .list ul li::after {
  background-color: #ffffff;
}

.theme-dark .coming-soon-content .top-content .coming-soon-logo .logo-2 {
  display: block;
  margin: auto;
  text-align: center;
}

.theme-dark .coming-soon-content .top-content .coming-soon-logo .logo-1 {
  display: none;
}

.theme-dark .coming-soon-content .newsletter-form .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .coming-soon-content .social-links ul li a {
  background-color: #0e0e0e;
  border: 1px solid #4b4a4a;
  color: #c59970;
}

.theme-dark .coming-soon-content .social-links ul li a:hover {
  background-color: #c59970;
  color: #ffffff;
}

.theme-dark .error-area .top-content ul li:first-child {
  color: #ffffff;
}

.theme-dark .get-in-touch .contact-info-card a {
  color: #ffffff;
}

.theme-dark .get-in-touch .contact-info-card a:hover {
  color: #c59970;
}

.theme-dark .get-in-touch .social-content ul li span {
  color: #ffffff;
}

.theme-dark .contacts-form .form-group .form-control {
  background-color: #000000;
}

.theme-dark .footer-area {
  background-color: #1a1919;
}

.theme-dark .copy-right-area {
  background-color: #1a1919;
}

@media only screen and (max-width: 991px) {
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    background-color: #0e0e0e;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    background-color: #0e0e0e;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #636262;
    color: #ffffff !important;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #c59970 !important;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    /* Track */
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #0e0e0e;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    color: #ffffff;
  }

  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .pt-100 {
    padding-top: 6em;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .pl-20 {
    padding-left: 0;
  }

  .pr-15 {
    padding-right: 0;
  }

  .pl-15 {
    padding-left: 0;
  }

  .mr-20 {
    margin-right: 8px;
  }

  p {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }

  .form-control {
    height: 45px;
  }

  .searchmodal .modal-body {
    max-width: 260px;
  }

  .modal.right .modal-dialog {
    width: 320px;
  }

  .default-btn {
    font-size: 14px;
    padding: 10px 14px;
  }

  .section-title {
    margin: auto auto 30px auto;
  }

  .section-title span {
    margin-bottom: 8px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .navbar-area .mobile-responsive-menu .logo .white-logo {
    display: none;
  }

  .navbar-area .mobile-responsive-menu .logo .main-logo {
    display: none;
  }

  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content .banner-left-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }

  .banner-content .banner-left-content p {
    margin-bottom: 25px;
  }

  .banner-slider-item {
    padding-top: 130px;
    padding-bottom: 150px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .video-play-btn {
    text-align: center;
    margin-top: 50px;
    margin-right: 0;
  }

  .video-play-btn .play-btn a {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
  }

  .video-play-btn .play-btn a::before {
    height: 80px;
    width: 80px;
  }

  .banner-slider.owl-theme .owl-nav {
    bottom: 45px;
  }

  .slider-counter {
    bottom: 77px;
  }

  .banner-content-style2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content-style2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  .experience-area .container .shape {
    display: none;
  }

  .experience-image {
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .experience-image .experience {
    height: 120px;
    width: 120px;
    padding: 10px;
  }

  .experience-image .experience h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .experience-content .experience-title {
    margin-bottom: 20px;
  }

  .experience-content .experience-title h2 {
    font-size: 30px;
  }

  .services-slider.owl-theme .owl-nav .owl-prev,
  .services-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 15px;
  }

  .single-services-card .services-contet {
    padding: 20px;
  }

  .single-services-card .services-contet h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .services-slider2.owl-theme .owl-nav .owl-prev,
  .services-slider2.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-features-card {
    padding: 20px;
  }

  .single-features-card .features-img {
    margin-bottom: 18px;
  }

  .single-features-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev,
  .features-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .about-img {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .about-img .small-img {
    width: auto;
    border: unset;
    position: unset;
    margin-top: 30px;
  }

  .about-content .about-title h2 {
    font-size: 30px;
  }

  .about-content .experience {
    margin-bottom: 15px;
  }

  .about-content .experience p {
    font-size: 20px;
  }

  .works-btn {
    margin-bottom: 35px;
    text-align: start;
  }

  .single-works-card .content {
    width: 240px;
  }

  .single-works-card .content h3 {
    font-size: 20px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev,
  .works-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .work-details-content .work-details-top-content .work-img {
    position: relative;
    margin-bottom: 25px;
  }

  .work-details-content .work-details-top-content .list ul li {
    margin-right: 10px;
  }

  .work-details-content .work-details-top-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .work-details-content .quote {
    padding: 20px;
  }

  .work-details-content .quote p {
    font-size: 15px;
  }

  .work-details-content .films-story h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sidebar-search .form-control {
    height: 50px;
  }

  .work-details-sidebar .work-sidebar-widget {
    padding: 20px;
  }

  .work-details-sidebar .work-sidebar-widget h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
    margin-bottom: 15px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
    margin-top: 0;
    font-size: 16px;
  }

  .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
    padding: 8px 20px;
  }

  .paginations ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .help-content p {
    margin-bottom: 20px;
  }

  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-banner-content h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .page-banner-content ul li {
    font-size: 15px;
  }

  .page-banner-content ul li::before {
    height: 13px;
  }

  .history-area .tab-teaser .tab-menu li {
    display: inline-block;
    margin-right: 8px;
  }

  .history-area .tab-teaser .tab-menu li:last-child {
    margin-right: 0;
  }

  .history-area .tab-teaser .tab-menu li a {
    padding: 10px 20px;
  }

  .history-area .tab-teaser .tab-menu li a::before {
    display: none;
  }

  .history-area .tab-teaser .tab-menu li a::after {
    display: none;
  }

  .history-area .tab-box {
    margin-left: 0;
  }

  .history-area .tab-box .history-content {
    margin-bottom: 30px;
  }

  .history-area .tab-box .history-content .history-title {
    margin-bottom: 25px;
  }

  .history-area .tab-box .history-content .history-title h2 {
    font-size: 26px;
  }

  .history-area .tab-box .history-img {
    margin-bottom: 30px;
  }

  .history-content-style2 .history-title h2 {
    font-size: 30px;
  }

  .history-box {
    margin-bottom: 30px;
  }

  .history-box .card-left-content {
    text-align: left;
    margin-bottom: 15px;
  }

  .history-box .card-right-content {
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px dashed #c59970;
    border-left: 0;
  }

  .history-box .card-right-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .history-box::before {
    display: none;
  }

  .history-box::after {
    display: none;
  }

  .history-img-content-style2 {
    padding-left: 0;
    padding-bottom: 0;
  }

  .history-img-content-style2 .small-img {
    height: auto;
    width: auto;
    border: unset;
    position: unset;
    margin-top: 30px;
  }

  .trust-content .trust-title h2 {
    font-size: 30px;
  }

  .trust-content .faq-accordion .accordion .accordion-title {
    font-size: 16px;
    padding: 10px;
  }

  .trust-image {
    padding-right: 0;
    padding-bottom: 0;
  }

  .trust-image .small-img {
    position: unset;
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
    border: unset;
  }

  .trailer-slider.owl-theme .owl-nav .owl-prev,
  .trailer-slider.owl-theme .owl-nav .owl-next {
    top: -80px;
    right: 60px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev,
  .trailer-slider2.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-dots {
    display: none;
  }

  .single-trailer-box .content {
    padding: 20px 20px 0 20px;
  }

  .single-trailer-box .content h3 {
    font-size: 20px;
  }

  .faq-content .accordion .accordion-title {
    font-size: 18px;
    padding: 15px;
    padding-right: 50px;
  }

  .faq-content .accordion .accordion-title i {
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .faq-content .accordion .accordion-content {
    padding: 15px;
  }

  .movie-image {
    margin-bottom: 30px;
  }

  .movie-content .movie-title {
    margin-bottom: 20px;
  }

  .movie-content .movie-title h2 {
    font-size: 30px;
  }

  .movie-content .series {
    margin-bottom: 20px;
  }

  .single-counter-card h1 {
    font-size: 40px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev,
  .team-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-team-card .team-content h3 {
    font-size: 20px;
  }

  .single-team-card.style2 .team-content {
    padding: 20px;
  }

  .team-slider2.owl-theme .owl-nav .owl-prev,
  .team-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 35px;
    right: 50px;
    width: 35px;
    line-height: 40px;
    font-size: 14px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev,
  .team-slider3.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-pricing-card {
    padding: 20px 0 25px 0;
  }

  .single-pricing-card .pricing-top-content {
    margin-bottom: 20px;
  }

  .single-pricing-card .pricing-top-content h1 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .single-pricing-card .plan {
    padding: 8px;
    margin-bottom: 20px;
  }

  .single-pricing-card .plan span {
    font-size: 16px;
  }

  .single-pricing-card .single-pricing-card .pricing-features-list ul li {
    margin-bottom: 10px;
  }

  .testimonial-content {
    padding-right: 0;
  }

  .testimonial-content .rating-list {
    margin-bottom: 15px;
  }

  .testimonial-content .clients-info h3 {
    font-size: 20px;
  }

  .testimonial-image {
    margin-bottom: 30px;
  }

  .testimonial-slider.owl-theme .owl-nav .owl-prev,
  .testimonial-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 30px;
  }

  .testimonial-slider2.owl-theme .owl-nav .owl-prev,
  .testimonial-slider2.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-testimonials-box {
    padding: 20px;
  }

  .single-testimonials-box .top-content {
    margin-bottom: 15px;
  }

  .single-testimonials-box .top-content .ratings {
    text-align: start;
    margin-top: 15px;
  }

  .watch-video-content img {
    height: 300px;
    width: 100%;
  }

  .watch-video-content .video-content {
    padding: 20px;
    bottom: 20px;
    width: 240px;
  }

  .watch-video-content .video-content h3 {
    font-size: 20px;
  }

  .watch-video-content .play-btn {
    top: 25%;
  }

  .watch-video-content .play-btn a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .watch-video-content .play-btn a::before {
    height: 70px;
    width: 70px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev,
  .video-slider.owl-theme .owl-nav .owl-next {
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 14px;
    top: 43%;
  }

  .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .video-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
  }

  .single-video-card {
    padding-bottom: 50px;
  }

  .single-video-card .video-content {
    padding: 20px;
  }

  .single-video-card .video-content h3 {
    font-size: 20px;
  }

  .single-blog-card .blog-content {
    padding: 20px;
  }

  .single-blog-card .blog-content .info {
    margin-bottom: 15px;
  }

  .single-blog-card .blog-content h2 {
    font-size: 20px;
  }

  .blog-search-bar {
    margin-bottom: 25px;
  }

  .blog-search-bar .form-control {
    height: 52px;
  }

  .blog-search-bar .default-btn {
    right: 0;
    top: 0;
    padding: 10px 12px;
    font-size: 20px;
  }

  .blog-search-bar .default-btn i {
    padding-left: 3px;
  }

  .blog-details-content .single-blog h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .blog-details-content .single-blog .info {
    margin-bottom: 20px;
  }

  .blog-details-content .single-blog .img {
    margin-bottom: 20px;
  }

  .blog-details-content .quote {
    padding: 20px;
  }

  .blog-details-content .quote p {
    font-size: 16px;
  }

  .blog-details-content .free-movie-content h3 {
    font-size: 20px;
  }

  .blog-details-content .free-movie-content p {
    margin-bottom: 25px;
  }

  .blog-details-content .tag-and-share {
    padding: 25px 0;
  }

  .blog-details-content .tag-and-share .tags {
    margin-bottom: 20px;
  }

  .blog-details-content .tag-and-share .share {
    text-align: start;
  }

  .blog-details-content .comments-reply-area h3 {
    font-size: 20px;
  }

  .footer-area .container .shape .shape-2 {
    display: none;
  }

  .footer-area .container .shape .shape-1 {
    display: none;
  }

  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .single-footer-widget.logo-area .logo {
    margin-bottom: 20px;
  }

  .single-footer-widget.logo-area p {
    margin-bottom: 20px;
  }

  .single-footer-widget.quick-links {
    padding-left: 0;
  }

  .single-footer-widget.get-in-touch {
    padding-left: 0;
  }

  .single-footer-widget.instagram-content {
    padding-right: 0;
  }

  .sidebar-widget {
    padding: 20px;
  }

  .sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sidebar-widget.categories ul li {
    margin-bottom: 12px;
  }

  .sidebar-widget.popular-post .item .info .title {
    font-size: 15px;
  }

  .sidebar-widget.tags ul li a {
    padding: 8px 15px;
  }

  .coming-soon-counter {
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .coming-soon-counter .list ul li {
    font-size: 30px;
  }

  .coming-soon-counter .list ul li::before {
    display: none;
  }

  .coming-soon-counter .list ul li::after {
    display: none;
  }

  .coming-soon-counter::before {
    display: none;
  }

  .coming-soon-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .coming-soon-content {
    padding-top: 30px;
  }

  .coming-soon-content .top-content h1 {
    font-size: 24px;
  }

  .coming-soon-content .newsletter-form .form-control {
    height: 54px;
  }

  .error-area .top-content ul li {
    font-size: 100px;
    margin-right: 20px;
    margin-bottom: 0;
    -webkit-animation: unset !important;
    animation: unset !important;
  }

  .error-area h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .error-area p {
    margin-bottom: 25px;
  }

  .get-in-touch {
    margin-bottom: 30px;
  }

  .get-in-touch h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .map-area iframe {
    height: 300px;
  }

  .get-in-touch .contact-info-card {
    padding-left: 75px;
  }

  .get-in-touch .contact-info-card .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .get-in-touch .contact-info-card h4 {
    font-size: 18px;
  }

  .go-top {
    width: 40px;
    height: 50px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px !important;
  }

  .searchmodal .modal-body {
    max-width: 360px;
  }

  .single-testimonials-box {
    padding: 30px;
  }

  .single-testimonials-box .top-content {
    margin-bottom: 20px;
  }

  .single-testimonials-box .top-content .ratings {
    text-align: end;
    margin-top: 0;
  }

  .history-box {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .history-box .card-left-content {
    text-align: center;
    margin-bottom: 0;
  }

  .history-box .card-right-content {
    padding-left: 20px;
    padding-top: 0;
    border-top: unset;
    border-left: 1px dashed #c59970;
  }

  .history-box .card-right-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .history-box::before {
    display: none;
  }

  .history-box::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 780px !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .pl-20 {
    padding-left: 0;
  }

  .pr-15 {
    padding-right: 0;
  }

  .pl-15 {
    padding-left: 0;
  }

  .mr-20 {
    margin-right: 8px;
  }

  p {
    font-size: 15px;
  }

  body {
    font-size: 15px;
  }

  .form-control {
    height: 45px;
  }

  .searchmodal .modal-body {
    max-width: 450px;
  }

  .others-option-for-responsive .others-options .option-item {
    margin-right: 30px;
  }

  .others-option-for-responsive .others-options .option-item:last-child {
    margin-right: 15px;
  }

  .default-btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .section-title {
    margin: auto auto 35px auto;
  }

  .section-title span {
    margin-bottom: 8px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content .banner-left-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 22px;
  }

  .banner-content .banner-left-content p {
    margin-bottom: 25px;
  }

  .banner-slider-item {
    padding-top: 130px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-play-btn {
    text-align: center;
    margin-top: 50px;
    margin-right: 0;
  }

  .video-play-btn .play-btn a {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
  }

  .video-play-btn .play-btn a::before {
    height: 80px;
    width: 80px;
  }

  .banner-slider.owl-theme .owl-nav {
    bottom: 45px;
  }

  .slider-counter {
    bottom: 77px;
  }

  .banner-content-style2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content-style2 h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
  }

  .paginations ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .help-content p {
    margin-bottom: 20px;
  }

  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-banner-content h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .page-banner-content ul li {
    font-size: 15px;
  }

  .page-banner-content ul li::before {
    height: 13px;
  }

  .experience-area .container .shape {
    display: none;
  }

  .experience-image {
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .experience-image .experience {
    height: 120px;
    width: 120px;
    padding: 10px;
  }

  .experience-image .experience h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .experience-content .experience-title {
    margin-bottom: 20px;
  }

  .experience-content .experience-title h2 {
    font-size: 30px;
  }

  .about-img {
    margin-bottom: 30px;
  }

  .about-content .about-title h2 {
    font-size: 32px;
  }

  .services-slider.owl-theme .owl-nav .owl-prev,
  .services-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 15px;
  }

  .single-services-card .services-contet {
    padding: 20px;
  }

  .single-services-card .services-contet h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .services-slider2.owl-theme .owl-nav .owl-prev,
  .services-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 15px;
  }

  .single-features-card {
    padding: 20px;
  }

  .single-features-card .features-img {
    margin-bottom: 18px;
  }

  .single-features-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev,
  .features-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .movie-image {
    margin-bottom: 30px;
  }

  .movie-content .movie-title {
    margin-bottom: 20px;
  }

  .movie-content .movie-title h2 {
    font-size: 30px;
  }

  .movie-content .series {
    margin-bottom: 20px;
  }

  .works-btn {
    margin-bottom: 30px;
  }

  .single-works-card .content {
    width: 240px;
  }

  .single-works-card .content h3 {
    font-size: 20px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev,
  .works-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .lines .line:nth-child(3) {
    margin-left: 26%;
  }

  .lines .line:nth-child(1) {
    margin-left: -26%;
  }

  .work-details-content .work-details-top-content .work-img {
    position: relative;
    margin-bottom: 25px;
  }

  .work-details-content .work-details-top-content .list ul li {
    margin-right: 10px;
  }

  .work-details-content .work-details-top-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .work-details-content .quote {
    padding: 25px;
  }

  .work-details-content .quote p {
    font-size: 15px;
  }

  .work-details-content .films-story h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sidebar-search .form-control {
    height: 50px;
  }

  .work-details-sidebar .work-sidebar-widget {
    padding: 25px;
  }

  .work-details-sidebar .work-sidebar-widget h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
    margin-bottom: 15px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
    margin-top: 0;
    font-size: 16px;
  }

  .work-details-sidebar .work-sidebar-widget.categories {
    padding: 25px 25px 20px 25px;
  }

  .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
    padding: 8px 20px;
  }

  .history-area .tab-teaser .tab-menu li {
    display: inline-block;
    margin-right: 8px;
  }

  .history-area .tab-teaser .tab-menu li:last-child {
    margin-right: 0;
  }

  .history-area .tab-teaser .tab-menu li a {
    padding: 10px 20px;
  }

  .history-area .tab-teaser .tab-menu li a::before {
    display: none;
  }

  .history-area .tab-teaser .tab-menu li a::after {
    display: none;
  }

  .history-area .tab-box {
    margin-left: 0;
  }

  .history-area .tab-box .history-content {
    margin-bottom: 30px;
  }

  .history-area .tab-box .history-content .history-title {
    margin-bottom: 25px;
  }

  .history-area .tab-box .history-content .history-title h2 {
    font-size: 26px;
  }

  .history-area .tab-box .history-img {
    margin-bottom: 30px;
  }

  .history-content-style2 {
    margin-bottom: 30px;
  }

  .trust-content .trust-title h2 {
    font-size: 30px;
  }

  .trust-image {
    margin-bottom: 30px;
  }

  .trust-image .small-img {
    width: 260px;
  }

  .trailer-slider.owl-theme .owl-nav .owl-prev,
  .trailer-slider.owl-theme .owl-nav .owl-next {
    top: -80px;
    right: 60px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .single-trailer-card .trailer-content {
    padding: 20px;
  }

  .single-trailer-card .trailer-content h3 {
    font-size: 22px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev,
  .trailer-slider2.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-dots {
    display: none;
  }

  .single-trailer-box .content {
    padding: 20px 20px 0 20px;
  }

  .single-trailer-box .content h3 {
    font-size: 20px;
  }

  .faq-content .accordion .accordion-title {
    font-size: 18px;
    padding: 15px;
    padding-right: 50px;
  }

  .faq-content .accordion .accordion-title i {
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .faq-content .accordion .accordion-content {
    padding: 15px;
  }

  .watch-video-content .video-content {
    padding: 20px;
    bottom: 20px;
    width: 240px;
  }

  .watch-video-content .video-content h3 {
    font-size: 20px;
  }

  .watch-video-content .play-btn {
    top: 30%;
  }

  .watch-video-content .play-btn a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .watch-video-content .play-btn a::before {
    height: 70px;
    width: 70px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev,
  .video-slider.owl-theme .owl-nav .owl-next {
    left: -22px;
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 14px;
    top: 43%;
  }

  .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .video-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -22px;
  }

  .single-video-card {
    padding-bottom: 50px;
  }

  .single-video-card .video-content {
    padding: 20px;
  }

  .single-video-card .video-content h3 {
    font-size: 20px;
  }

  .single-counter-card h1 {
    font-size: 40px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev,
  .team-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-team-card .team-content h3 {
    font-size: 20px;
  }

  .single-team-card.style2 .team-content {
    padding: 20px;
  }

  .team-slider2.owl-theme .owl-nav .owl-prev,
  .team-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 35px;
    right: 50px;
    width: 35px;
    line-height: 40px;
    font-size: 14px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev,
  .team-slider3.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 25px;
  }

  .single-pricing-card {
    padding: 20px 0 25px 0;
  }

  .single-pricing-card .pricing-top-content {
    margin-bottom: 20px;
  }

  .single-pricing-card .pricing-top-content h1 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .single-pricing-card .plan {
    padding: 8px;
    margin-bottom: 20px;
  }

  .single-pricing-card .plan span {
    font-size: 16px;
  }

  .single-pricing-card .single-pricing-card .pricing-features-list ul li {
    margin-bottom: 10px;
  }

  .testimonial-content {
    padding-right: 0;
  }

  .testimonial-content .rating-list {
    margin-bottom: 15px;
  }

  .testimonial-content .clients-info h3 {
    font-size: 20px;
  }

  .testimonial-slider.owl-theme .owl-nav .owl-prev,
  .testimonial-slider.owl-theme .owl-nav .owl-next {
    position: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
    margin-top: 20px;
  }

  .single-testimonials-box {
    padding: 25px;
  }

  .single-testimonials-box .top-content h3 {
    font-size: 20px;
  }

  .testimonial-slider2.owl-theme .owl-nav .owl-prev,
  .testimonial-slider2.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 15px;
  }

  .single-blog-card .blog-content {
    padding: 20px;
  }

  .single-blog-card .blog-content .info {
    margin-bottom: 15px;
  }

  .single-blog-card .blog-content h2 {
    font-size: 20px;
  }

  .sidebar-widget {
    padding: 25px;
  }

  .sidebar-widget h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .sidebar-widget.categories ul li {
    margin-bottom: 12px;
  }

  .blog-search-bar .form-control {
    height: 52px;
  }

  .blog-search-bar .default-btn {
    right: 0;
    top: 0;
    padding: 10px 12px;
    font-size: 20px;
  }

  .blog-search-bar .default-btn i {
    padding-left: 3px;
  }

  .blog-details-content .single-blog h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .blog-details-content .single-blog .info {
    margin-bottom: 20px;
  }

  .blog-details-content .single-blog .img {
    margin-bottom: 20px;
  }

  .blog-details-content .quote {
    padding: 20px;
  }

  .blog-details-content .quote p {
    font-size: 16px;
  }

  .blog-details-content .free-movie-content h3 {
    font-size: 22px;
  }

  .blog-details-content .free-movie-content p {
    margin-bottom: 25px;
  }

  .blog-details-content .comments-reply-area h3 {
    font-size: 22px;
  }

  .footer-area .container .shape .shape-2 {
    display: none;
  }

  .footer-area .container .shape .shape-1 {
    display: none;
  }

  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .single-footer-widget.logo-area .logo {
    margin-bottom: 20px;
  }

  .single-footer-widget.logo-area p {
    margin-bottom: 20px;
  }

  .single-footer-widget.quick-links {
    padding-left: 0;
  }

  .single-footer-widget.get-in-touch {
    padding-left: 0;
  }

  .error-area .top-content ul li {
    font-size: 130px;
    margin-right: 20px;
    margin-bottom: 0;
    -webkit-animation: unset !important;
    animation: unset !important;
  }

  .error-area h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .error-area p {
    margin-bottom: 25px;
  }

  .coming-soon-counter {
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .coming-soon-counter .list ul li {
    font-size: 30px;
  }

  .coming-soon-counter .list ul li::before {
    top: 25px;
  }

  .coming-soon-counter .list ul li::after {
    top: 38px;
  }

  .coming-soon-counter::before {
    display: none;
  }

  .coming-soon-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .coming-soon-content {
    padding-top: 30px;
  }

  .coming-soon-content .top-content h1 {
    font-size: 24px;
  }

  .coming-soon-content .newsletter-form .form-control {
    height: 54px;
  }

  .get-in-touch {
    margin-bottom: 30px;
  }

  .get-in-touch h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .map-area iframe {
    height: 300px;
  }

  .get-in-touch .contact-info-card {
    padding-left: 75px;
  }

  .get-in-touch .contact-info-card .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .get-in-touch .contact-info-card h4 {
    font-size: 22px;
  }

  .go-top {
    width: 40px;
    height: 50px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 1020px !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  p {
    font-size: 15px;
  }

  .pr-15 {
    padding-right: 0;
  }

  .pl-15 {
    padding-left: 0;
  }

  .mt-30 {
    margin-top: 20px;
  }

  body {
    font-size: 15px;
  }

  .default-btn {
    font-size: 15px;
    padding: 10px 25px;
  }

  .section-title {
    margin: auto auto 35px auto;
  }

  .section-title span {
    margin-bottom: 8px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .banner-slider-item {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content .banner-left-content h1 {
    font-size: 75px;
    line-height: 85px;
  }

  .banner-content-style2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-content-style2 h1 {
    font-size: 95px;
    line-height: 105px;
    margin-bottom: 20px;
  }

  .paginations ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .help-content p {
    margin-bottom: 20px;
  }

  .page-banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-banner-content h1 {
    font-size: 44px;
    margin-bottom: 12px;
  }

  .page-banner-content ul li {
    font-size: 16px;
  }

  .page-banner-content ul li::before {
    height: 14px;
  }

  .experience-content .experience-title {
    margin-bottom: 22px;
  }

  .experience-content .experience-title h2 {
    font-size: 45px;
  }

  .experience-content .content p {
    margin-bottom: 15px;
  }

  .services-slider.owl-theme .owl-nav .owl-prev,
  .services-slider.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 45px;
    top: -90px;
    right: 60px;
    font-size: 15px;
  }

  .services-slider2.owl-theme .owl-nav .owl-prev,
  .services-slider2.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 45px;
    top: -90px;
    right: 60px;
    font-size: 15px;
  }

  .testimonial-slider2.owl-theme .owl-nav .owl-prev,
  .testimonial-slider2.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 45px;
    top: -90px;
    right: 60px;
    font-size: 15px;
  }

  .team-slider2.owl-theme .owl-nav .owl-prev,
  .team-slider2.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 45px;
    top: -90px;
    right: 60px;
    font-size: 15px;
  }

  .single-features-card {
    padding: 20px;
  }

  .single-features-card .features-img {
    margin-bottom: 18px;
  }

  .single-features-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .experience-area .container .shape {
    display: none;
  }

  .features-slider.owl-theme .owl-nav .owl-prev,
  .features-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .features-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .trailer-slider.owl-theme .owl-nav .owl-prev,
  .trailer-slider.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 45px;
    top: -90px;
    right: 60px;
    font-size: 15px;
  }

  .about-img .small-img {
    width: 200px;
  }

  .about-content .about-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .about-content .experience p {
    font-size: 20px;
  }

  .single-works-card .content {
    width: 250px;
  }

  .single-works-card .content h3 {
    font-size: 20px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev,
  .works-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .works-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .work-details-content .work-details-top-content .work-img {
    position: relative;
    margin-bottom: 25px;
  }

  .work-details-content .work-details-top-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .work-details-content .quote {
    padding: 25px;
  }

  .work-details-content .quote p {
    font-size: 15px;
  }

  .work-details-content .films-story h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .sidebar-search .form-control {
    height: 50px;
  }

  .work-details-sidebar .work-sidebar-widget {
    padding: 25px;
  }

  .work-details-sidebar .work-sidebar-widget h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li {
    margin-bottom: 15px;
  }

  .work-details-sidebar .work-sidebar-widget.films-information .information-list ul li h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
    margin-top: 0;
    font-size: 16px;
  }

  .work-details-sidebar .work-sidebar-widget.categories {
    padding: 25px 25px 20px 25px;
  }

  .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
    padding: 8px 20px;
  }

  .history-area .tab-teaser .tab-menu li a {
    padding: 8px 30px;
  }

  .history-area .tab-box {
    margin-left: 0;
  }

  .history-area .tab-box .history-content .history-title {
    margin-bottom: 25px;
  }

  .history-area .tab-box .history-content .history-title h2 {
    font-size: 30px;
  }

  .history-content-style2 .history-title h2 {
    font-size: 40px;
  }

  .history-box .card-left-content span {
    font-size: 14px;
  }

  .trust-content .trust-title {
    margin-bottom: 25px;
  }

  .trust-content .trust-title h2 {
    font-size: 40px;
  }

  .trust-image {
    padding-right: 70px;
    padding-bottom: 25px;
  }

  .trust-image .small-img {
    width: 240px;
  }

  .single-trailer-card .trailer-content {
    padding: 20px;
  }

  .single-trailer-card .trailer-content h3 {
    font-size: 20px;
  }

  .lines .line:nth-child(3) {
    margin-left: 26%;
  }

  .lines .line:nth-child(1) {
    margin-left: -26%;
  }

  .trailer-slider.owl-theme .owl-nav {
    max-width: 960px;
  }

  .single-counter-card h1 {
    font-size: 50px;
  }

  .single-team-card .team-content {
    padding: 18px;
  }

  .single-team-card .team-content h3 {
    font-size: 20px;
  }

  .single-team-card.style2 .team-content {
    padding: 25px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev,
  .team-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .team-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .single-trailer-box .content {
    padding: 20px 20px 0 20px;
  }

  .single-trailer-box .content h3 {
    font-size: 20px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev,
  .trailer-slider2.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next,
  .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev,
  .team-slider3.owl-theme .owl-nav .owl-next {
    left: -325px;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 45px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev.owl-next,
  .team-slider3.owl-theme .owl-nav .owl-next.owl-next {
    left: -260px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev,
  .video-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .video-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .watch-video-content .video-content {
    padding: 20px;
    width: 500px;
  }

  .watch-video-content .video-content h3 {
    font-size: 30px;
  }

  .single-video-card {
    padding-bottom: 50px;
  }

  .single-video-card .video-content {
    padding: 20px;
  }

  .single-video-card .video-content h3 {
    font-size: 20px;
  }

  .single-pricing-card {
    padding: 20px 0 25px 0;
  }

  .single-pricing-card .pricing-top-content {
    margin-bottom: 20px;
  }

  .single-pricing-card .pricing-top-content h1 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .single-pricing-card .plan {
    padding: 8px;
    margin-bottom: 20px;
  }

  .single-pricing-card .plan span {
    font-size: 16px;
  }

  .single-pricing-card .single-pricing-card .pricing-features-list ul li {
    margin-bottom: 10px;
  }

  .single-blog-card .blog-content {
    padding: 20px;
  }

  .single-blog-card .blog-content .info {
    margin-bottom: 15px;
  }

  .single-blog-card .blog-content h2 {
    font-size: 20px;
  }

  .sidebar-widget {
    padding: 20px;
  }

  .sidebar-widget h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .sidebar-widget.categories ul li {
    margin-bottom: 12px;
  }

  .blog-search-bar .form-control {
    height: 52px;
  }

  .blog-search-bar .default-btn {
    right: 0;
    top: 0;
    padding: 10px 12px;
    font-size: 20px;
  }

  .blog-search-bar .default-btn i {
    padding-left: 3px;
  }

  .blog-details-content .single-blog h2 {
    font-size: 28px;
  }

  .coming-soon-counter {
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .coming-soon-counter .list ul li {
    font-size: 40px;
  }

  .coming-soon-counter .list ul li::before {
    top: 35px;
  }

  .coming-soon-counter .list ul li::after {
    top: 48px;
  }

  .coming-soon-counter::before {
    display: none;
  }

  .coming-soon-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .coming-soon-content {
    padding-top: 30px;
  }

  .coming-soon-content .top-content h1 {
    font-size: 24px;
  }

  .coming-soon-content .newsletter-form .form-control {
    height: 54px;
  }

  .get-in-touch h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .map-area iframe {
    height: 430px;
  }

  .get-in-touch .contact-info-card {
    padding-left: 75px;
  }

  .get-in-touch .contact-info-card .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .get-in-touch .contact-info-card h4 {
    font-size: 22px;
  }

  .footer-area .container .shape .shape-2 {
    display: none;
  }

  .footer-area .container .shape .shape-1 {
    display: none;
  }

  .single-footer-widget h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .single-footer-widget.logo-area {
    margin-right: -40px;
  }

  .single-footer-widget.logo-area .logo {
    margin-bottom: 25px;
  }

  .single-footer-widget.logo-area p {
    margin-bottom: 20px;
  }

  .single-footer-widget.instagram-content {
    padding-right: 0;
  }

  .single-footer-widget.get-in-touch {
    padding-left: 10px;
  }

  .single-footer-widget.quick-links {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  p {
    font-size: 15px;
  }

  body {
    font-size: 15px;
  }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title h2 {
    font-size: 50px;
  }

  .banner-slider-item {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content .banner-left-content h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 30px;
  }

  .about-content .about-title h2 {
    font-size: 50px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev,
  .features-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .features-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .experience-content .experience-title h2 {
    font-size: 50px;
  }

  .trust-content .trust-title h2 {
    font-size: 50px;
  }

  .history-area .tab-box {
    margin-left: 0;
  }

  .trailer-slider.owl-theme .owl-nav {
    max-width: 1140px;
  }

  .lines .line:nth-child(3) {
    margin-left: 26%;
  }

  .lines .line:nth-child(1) {
    margin-left: -26%;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev,
  .trailer-slider2.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next,
  .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev,
  .works-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .works-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .single-counter-card h1 {
    font-size: 60px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev,
  .video-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .video-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .watch-video-content .video-content {
    padding: 25px;
    width: 500px;
  }

  .watch-video-content .video-content h3 {
    font-size: 32px;
  }

  .single-video-card {
    padding-bottom: 50px;
  }

  .single-video-card .video-content {
    padding: 25px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev,
  .team-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .team-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev,
  .team-slider3.owl-theme .owl-nav .owl-next {
    left: -385px;
    bottom: 25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
  }

  .team-slider3.owl-theme .owl-nav .owl-prev.owl-next,
  .team-slider3.owl-theme .owl-nav .owl-next.owl-next {
    left: -320px;
  }

  .footer-area .container .shape .shape-2 {
    display: none;
  }

  .footer-area .container .shape .shape-1 {
    display: none;
  }

  .single-footer-widget.get-in-touch {
    padding-left: 30px;
  }

  .single-footer-widget.instagram-content {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1443px) {
  .trailer-slider.owl-theme .owl-nav {
    max-width: 1140px;
  }

  .lines .line:nth-child(3) {
    margin-left: 26%;
  }

  .lines .line:nth-child(1) {
    margin-left: -26%;
  }

  .history-area .tab-box {
    margin-left: 0;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev,
  .trailer-slider2.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next,
  .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev,
  .works-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .works-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .works-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .single-counter-card h1 {
    font-size: 60px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev,
  .video-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .video-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev,
  .team-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .team-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .team-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev,
  .features-slider.owl-theme .owl-nav .owl-next {
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    font-size: 15px;
  }

  .features-slider.owl-theme .owl-nav .owl-prev.owl-next,
  .features-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: -25px;
  }
}

/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-area .dropdown-toggle::after {
    display: none;
  }

  .mobile-responsive-nav {
    display: block;
    z-index: 9999;
  }

  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }

  .mobile-responsive-nav .mobile-responsive-menu .logo {
    position: relative;
    z-index: 2;
    max-width: 185px;
  }

  .mobile-responsive-nav .mobile-responsive-menu .logo .white-logo {
    display: none;
  }

  .mobile-responsive-nav .mobile-responsive-menu .logo .main-logo {
    display: block;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 68px;
    background-color: #ffffff;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: capitalize;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #c59970 !important;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    top: 7px;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 5px;
    color: #c59970;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background: #c59970;
    height: 4px;
    margin-top: -6px;
    border-radius: 0;
    position: relative;
    top: 10px;
  }

  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 2;
    padding: 0;
  }

  .mobile-responsive-nav .others-options {
    display: none !important;
  }

  .desktop-nav {
    display: none !important;
  }

  .others-option-for-responsive {
    display: block !important;
  }

  .others-option-for-responsive .container .container {
    right: 0;
  }

  .switch-box .switch {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
  }

  .switch-box .slider:before {
    top: 0px;
    left: 9px;
  }

  .navbar-area.style2 .others-option-for-responsive .others-options {
    padding-left: 60px;
  }

  .navbar-area.style3 .others-option-for-responsive .others-options {
    padding-left: 60px;
  }
}

.container-user {
  padding: 40px;
}

.container-admin {
  padding: 40px;
}

/*
 * ── Theme & Direction Toggle Icon Buttons ──────────────────────────────────
 * Two circular icon buttons that sit next to the Login button in the header.
 */
.header-toggle-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.theme-toggle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(197, 153, 112, 0.6);
  background: transparent;
  color: #c59970;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
  vertical-align: middle;
}

.theme-toggle-btn:hover {
  background: #c59970;
  color: #ffffff;
  border-color: #c59970;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Dark theme overrides for toggle buttons */
.theme-dark .theme-toggle-btn {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.theme-dark .theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}