@charset "UTF-8";
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* General */
html {
  font-size: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
::-moz-selection {
  color: #fff;
  background-color: #212121;
}
::-webkit-selection {
  color: #fff;
  background-color: #212121;
}
::selection {
  color: #fff;
  background-color: #212121;
}
:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ffffff;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  color: #fe5900;
  transition: color 0.1s ease-in-out;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #131313;
}
p {
  margin: 0 0 24px;
}
video {
  height: 100%;
  width: 100%;
}
hr {
  margin: 0;
  border-color: #e9e9e9;
}
/* Typography */
ol,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DM Sans, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #131313;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.625rem;
  }
}
h1 > a,
h1 > a:focus,
h1 > a:hover,
h2 > a,
h2 > a:focus,
h2 > a:hover,
h3 > a,
h3 > a:focus,
h3 > a:hover,
h4 > a,
h4 > a:focus,
h4 > a:hover,
h5 > a,
h5 > a:focus,
h5 > a:hover,
h6 > a,
h6 > a:focus,
h6 > a:hover {
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #131313;
  font-size: 85%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
    
  }
  /* add css */
  .fv2--hero-section-2{
    height: 100%;
  }
  /* end */
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
  /* .manoj{
    display: none;
  } */
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .text-lg-left {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-left {
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  .text-lg-right {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .text-md-right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-right {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-right {
    text-align: right;
  }
}
.title-row {
  margin-bottom: 72px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .title-row {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .section-subtitle {
    margin-top: 48px;
  }
}

/* @media only screen and (max-width: 480px) {
  .section-subtitle {
    padding-left: 120px;
  }
} */

.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  margin-bottom: 34px;
}
.section-subtitle {
  font-size: 0.9325rem;
  line-height: 1.56;
  letter-spacing: normal;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.section-subtitle--line:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 5px;
  margin-right: 16px;
  position: relative;
  top: -4px;
  background-color: #fe0000;
}
.section-description {
  font-size: 1.5rem;
  line-height: 1.5;
}
.highlight {
  color: #fe0000;
}
.lead {
  font-size: 1.25rem;
  line-height: 1.666666;
}
address {
  font-style: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: orion-font;
  src: url(../fonts/orion-font.eot);
  src: url(../fonts/orion-font.eot?#iefix) format("embedded-opentype"),
    url(../fonts/orion-font.woff2) format("woff2"),
    url(../fonts/orion-font.woff) format("woff"),
    url(../fonts/orion-font.ttf) format("truetype"),
    url(../fonts/orion-font.svg#orion-font) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: orion-font;
    src: url(../fonts/orion-font.svg#orion-font) format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
.o-audio-call-1:before,
.o-bank-check-1:before,
.o-binocular-1:before,
.o-bookmark-1:before,
.o-briefcase-1:before,
.o-business-report-1:before,
.o-calculator-1:before,
.o-call-contact-1:before,
.o-champion-1:before,
.o-chat-app-1:before,
.o-chemistry-1:before,
.o-configuration-1:before,
.o-currency-1:before,
.o-customer-support-1:before,
.o-data-app-1:before,
.o-data-content-1:before,
.o-design-1:before,
.o-diploma-1:before,
.o-dollar-sign-1:before,
.o-download-1:before,
.o-download-cloud-1:before,
.o-duplicate-tool-1:before,
.o-earth-globe-1:before,
.o-edit-1:before,
.o-edit-window-1:before,
.o-error-bug-1:before,
.o-expand-1:before,
.o-filter-data-1:before,
.o-firewall-1:before,
.o-giftbox-1:before,
.o-glasses-1:before,
.o-grid-layout-1:before,
.o-handshake-1:before,
.o-heart-1:before,
.o-hide-layer-1:before,
.o-html5-1:before,
.o-idea-1:before,
.o-imac-screen-1:before,
.o-image-gallery-1:before,
.o-inkpot-1:before,
.o-key-1:before,
.o-label-1:before,
.o-laptop-screen-1:before,
.o-lifebelt-1:before,
.o-lightning-bolt-1:before,
.o-loop-1:before,
.o-luxury-1:before,
.o-mail-1:before,
.o-maximize-window-1:before,
.o-microphone-1:before,
.o-microscope-1:before,
.o-missile-1:before,
.o-money-box-1:before,
.o-mouse-1:before,
.o-network-1:before,
.o-page-1:before,
.o-paint-bucket-1:before,
.o-paper-plane-1:before,
.o-pay-1:before,
.o-pencil-1:before,
.o-permalink-1:before,
.o-pie-chart-1:before,
.o-pin-1:before,
.o-pin-2:before,
.o-play-video-1:before,
.o-point-hand-1:before,
.o-portfolio-grid-1:before,
.o-print-1:before,
.o-property-1:before,
.o-puzzle-1:before,
.o-recurring-appointment-1:before,
.o-recycle-1:before,
.o-refresh-database-1:before,
.o-refresh-window-1:before,
.o-retro-camera-1:before,
.o-royal-1:before,
.o-sales-up-1:before,
.o-security-1:before,
.o-security-shield-1:before,
.o-set-square-1:before,
.o-settings-1:before,
.o-shopping-bag-1:before,
.o-smartphone-1:before,
.o-smartphone-2:before,
.o-social-1:before,
.o-sorting-1:before,
.o-source-code-1:before,
.o-speed-1:before,
.o-stack-1:before,
.o-star-1:before,
.o-strategy-1:before,
.o-telephone-operator-1:before,
.o-text-search-1:before,
.o-upload-1:before,
.o-upload-to-cloud-1:before,
.o-user-group-1:before,
.o-vector-1:before,
.o-visible-1:before,
.o-wall-clock-1:before,
.o-wallet-1:before,
[data-icon]:before {
  display: inline-block;
  font-family: orion-font;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.o-audio-call-1:before {
  content: "\f707";
}
.o-bank-check-1:before {
  content: "\f708";
}
.o-binocular-1:before {
  content: "\f709";
}
.o-bookmark-1:before {
  content: "\f70a";
}
.o-briefcase-1:before {
  content: "\f70b";
}
.o-business-report-1:before {
  content: "\f70c";
}
.o-calculator-1:before {
  content: "\f70d";
}
.o-call-contact-1:before {
  content: "\f70e";
}
.o-champion-1:before {
  content: "\f70f";
}
.o-chat-app-1:before {
  content: "\f710";
}
.o-chemistry-1:before {
  content: "\f711";
}
.o-configuration-1:before {
  content: "\f712";
}
.o-currency-1:before {
  content: "\f713";
}
.o-customer-support-1:before {
  content: "\f714";
}
.o-data-app-1:before {
  content: "\f715";
}
.o-data-content-1:before {
  content: "\f716";
}
.o-design-1:before {
  content: "\f717";
}
.o-diploma-1:before {
  content: "\f718";
}
.o-dollar-sign-1:before {
  content: "\f719";
}
.o-download-1:before {
  content: "\f71a";
}
.o-download-cloud-1:before {
  content: "\f71b";
}
.o-duplicate-tool-1:before {
  content: "\f71c";
}
.o-earth-globe-1:before {
  content: "\f71d";
}
.o-edit-1:before {
  content: "\f71e";
}
.o-edit-window-1:before {
  content: "\f71f";
}
.o-error-bug-1:before {
  content: "\f720";
}
.o-expand-1:before {
  content: "\f721";
}
.o-filter-data-1:before {
  content: "\f722";
}
.o-firewall-1:before {
  content: "\f723";
}
.o-giftbox-1:before {
  content: "\f724";
}
.o-glasses-1:before {
  content: "\f725";
}
.o-grid-layout-1:before {
  content: "\f726";
}
.o-handshake-1:before {
  content: "\f727";
}
.o-heart-1:before {
  content: "\f728";
}
.o-hide-layer-1:before {
  content: "\f729";
}
.o-html5-1:before {
  content: "\f72a";
}
.o-idea-1:before {
  content: "\f72b";
}
.o-imac-screen-1:before {
  content: "\f72c";
}
.o-image-gallery-1:before {
  content: "\f72d";
}
.o-inkpot-1:before {
  content: "\f72e";
}
.o-key-1:before {
  content: "\f72f";
}
.o-label-1:before {
  content: "\f730";
}
.o-laptop-screen-1:before {
  content: "\f731";
}
.o-lifebelt-1:before {
  content: "\f732";
}
.o-lightning-bolt-1:before {
  content: "\f733";
}
.o-loop-1:before {
  content: "\f734";
}
.o-luxury-1:before {
  content: "\f735";
}
.o-mail-1:before {
  content: "\f736";
}
.o-maximize-window-1:before {
  content: "\f737";
}
.o-microphone-1:before {
  content: "\f738";
}
.o-microscope-1:before {
  content: "\f739";
}
.o-missile-1:before {
  content: "\f73a";
}
.o-money-box-1:before {
  content: "\f73b";
}
.o-mouse-1:before {
  content: "\f73c";
}
.o-network-1:before {
  content: "\f73d";
}
.o-page-1:before {
  content: "\f73e";
}
.o-paint-bucket-1:before {
  content: "\f73f";
}
.o-paper-plane-1:before {
  content: "\f740";
}
.o-pay-1:before {
  content: "\f741";
}
.o-pencil-1:before {
  content: "\f742";
}
.o-permalink-1:before {
  content: "\f743";
}
.o-pie-chart-1:before {
  content: "\f744";
}
.o-pin-1:before {
  content: "\f745";
}
.o-pin-2:before {
  content: "\f746";
}
.o-play-video-1:before {
  content: "\f747";
}
.o-point-hand-1:before {
  content: "\f748";
}
.o-portfolio-grid-1:before {
  content: "\f749";
}
.o-print-1:before {
  content: "\f74a";
}
.o-property-1:before {
  content: "\f74b";
}
.o-puzzle-1:before {
  content: "\f74c";
}
.o-recurring-appointment-1:before {
  content: "\f74d";
}
.o-recycle-1:before {
  content: "\f74e";
}
.o-refresh-database-1:before {
  content: "\f74f";
}
.o-refresh-window-1:before {
  content: "\f750";
}
.o-retro-camera-1:before {
  content: "\f751";
}
.o-royal-1:before {
  content: "\f752";
}
.o-sales-up-1:before {
  content: "\f753";
}
.o-security-1:before {
  content: "\f754";
}
.o-security-shield-1:before {
  content: "\f755";
}
.o-set-square-1:before {
  content: "\f756";
}
.o-settings-1:before {
  content: "\f757";
}
.o-shopping-bag-1:before {
  content: "\f758";
}
.o-smartphone-1:before {
  content: "\f759";
}
.o-smartphone-2:before {
  content: "\f75a";
}
.o-social-1:before {
  content: "\f75b";
}
.o-sorting-1:before {
  content: "\f75c";
}
.o-source-code-1:before {
  content: "\f75d";
}
.o-speed-1:before {
  content: "\f75e";
}
.o-stack-1:before {
  content: "\f75f";
}
.o-star-1:before {
  content: "\f760";
}
.o-strategy-1:before {
  content: "\f761";
}
.o-telephone-operator-1:before {
  content: "\f762";
}
.o-text-search-1:before {
  content: "\f763";
}
.o-upload-1:before {
  content: "\f764";
}
.o-upload-to-cloud-1:before {
  content: "\f765";
}
.o-user-group-1:before {
  content: "\f766";
}
.o-vector-1:before {
  content: "\f767";
}
.o-visible-1:before {
  content: "\f768";
}
.o-wall-clock-1:before {
  content: "\f769";
}
.o-wallet-1:before {
  content: "\f76a";
}
/* UI Icons */
@font-face {
  font-family: ui-icons;
  src: url(../fonts/ui-icons.eot?ucfpsh);
  src: url(../fonts/ui-icons.eot?ucfpsh#iefix) format("embedded-opentype"),
    url(../fonts/ui-icons.ttf?ucfpsh) format("truetype"),
    url(../fonts/ui-icons.woff?ucfpsh) format("woff"),
    url(../fonts/ui-icons.svg?ucfpsh#ui-icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" ui-"],
[class^="ui-"] {
  font-family: ui-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote:before {
  content: "\e900";
}
.ui-arrow-scroll-down:before {
  content: "\f76b";
}
.ui-check:before {
  content: "\e80a";
}
.ui-arrow-down:before {
  content: "\f004";
}
.ui-arrow-up:before {
  content: "\f005";
}
.ui-arrow-right:before {
  content: "\f006";
}
.ui-arrow-left:before {
  content: "\f007";
}
.ui-twitter:before {
  content: "\f099";
}
.ui-facebook:before {
  content: "\f09a";
}
.ui-github:before {
  content: "\f09b";
}
.ui-pinterest:before {
  content: "\f0d2";
}
.ui-linkedin:before {
  content: "\f0e1";
}
.ui-youtube:before {
  content: "\f167";
}
.ui-xing:before {
  content: "\f168";
}
.ui-dropbox:before {
  content: "\f16b";
}
.ui-stackoverflow:before {
  content: "\f16c";
}
.ui-instagram:before {
  content: "\f16d";
}
.ui-flickr:before {
  content: "\f16e";
}
.ui-bitbucket:before {
  content: "\f171";
}
.ui-tumblr:before {
  content: "\f173";
}
.ui-apple:before {
  content: "\f179";
}
.ui-windows:before {
  content: "\f17a";
}
.ui-android:before {
  content: "\f17b";
}
.ui-dribbble:before {
  content: "\f17d";
}
.ui-skype:before {
  content: "\f17e";
}
.ui-foursquare:before {
  content: "\f180";
}
.ui-trello:before {
  content: "\f181";
}
.ui-vkontakte:before {
  content: "\f189";
}
.ui-vimeo:before {
  content: "\f194";
}
.ui-slack:before {
  content: "\f198";
}
.ui-reddit:before {
  content: "\f1a1";
}
.ui-stumbleupon:before {
  content: "\f1a4";
}
.ui-delicious:before {
  content: "\f1a5";
}
.ui-digg:before {
  content: "\f1a6";
}
.ui-behance:before {
  content: "\f1b4";
}
.ui-spotify:before {
  content: "\f1bc";
}
.ui-soundcloud:before {
  content: "\f1be";
}
.ui-codeopen:before {
  content: "\f1cb";
}
.ui-git:before {
  content: "\f1d3";
}
.ui-slideshare:before {
  content: "\f1e7";
}
.ui-twitch:before {
  content: "\f1e8";
}
.ui-lastfm:before {
  content: "\f202";
}
.ui-forumbee:before {
  content: "\f211";
}
.ui-sellsy:before {
  content: "\f213";
}
.ui-skyatlas:before {
  content: "\f216";
}
.ui-whatsapp:before {
  content: "\f232";
}
.ui-get-pocket:before {
  content: "\f265";
}
.ui-snapchat:before {
  content: "\f2ac";
}
.ui-telegram:before {
  content: "\f2c6";
}
.ui-play:before {
  content: "\f706";
}
/* Grid */
.main-wrap {
  overflow: hidden;
  position: relative;
}
.content-wrap {
  position: relative;
  z-index: 2;
}
section {
  background-color: #fff;
  padding: 160px 0;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
@media only screen and (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
.container-semi-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 20px;
  }
}
.main-container {
  margin: auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
/* Columns Gutters */
.row-16 {
  margin: 0 -8px;
}
.row-16 > [class*="col-"] {
  padding: 0 8px;
}
.row-20 {
  margin: 0 -10px;
}
.row-20 > [class*="col-"] {
  padding: 0 10px;
}
.row-30 {
  margin: 0 -15px;
}
.row-30 > [class*="col-"] {
  padding: 0 15px;
}
.row-60 {
  margin: 0 -30px;
}
.row-60 > [class*="col-"] {
  padding: 0 30px;
}
.row-80 {
  margin: 0 -40px;
}
.row-80 > [class*="col-"] {
  padding: 0 40px;
}
/* Flexbox */
.flex-parent {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.flex-child {
  flex: 1 0 0;
}
/* Flexbox Align */
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
/* Navigation */
.nav {
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  transition: height 0.3s ease-in-out;
}
.nav,
.nav__header {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .nav {
    height: 112px;
  }
  .nav .nav.sticky {
    height: 60px;
  }
}
.nav__dropdown-menu,
.nav__menu {
  list-style: none;
}
.nav__menu {
  display: inline-flex;
  align-items: center;
}
.nav__menu,
.nav__menu > li,
.nav__menu > li > a {
  position: relative;
}
.nav__menu > li > a {
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  padding: 0 17px;
  letter-spacing: -0.05em;
  line-height: 112px;
  display: block;
  transition: line-height 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    color 0.1s ease-in-out;
}
.nav__menu > li > .active,
.nav__menu > li > a:hover {
  color: #fe0000;
}
.nav__menu > li:last-child > a {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .nav__wrap {
    display: block !important;
    height: auto !important;
  }
  .nav__menu > li,
  .nav__wrap--text-center {
    text-align: center;
  }
  .nav__menu > li {
    display: inline-block;
  }
  .nav__dropdown-menu {
    position: absolute;
    top: 85%;
    z-index: 1000;
    min-width: 240px;
    width: 100%;
    text-align: left;
    padding: 16px 0;
    list-style: none;
    white-space: nowrap;
    background-color: #131313;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in-out;
  }
  .nav__dropdown-menu > li > a {
    color: #fff;
    padding: 6px 30px;
    font-size: 0.9375rem;
    letter-spacing: -0.05em;
    display: block;
    /* position: relative; */
    font-weight: 800;
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .nav__dropdown-menu > li > a:focus,
  .nav__dropdown-menu > li > a:hover {
    color: #ff0000;
  }
  .nav__dropdown-menu-label {
    position: relative;
  }
  /* .nav__dropdown-menu-label:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #ff0000;
    width: 0;
    transition: width 0.3s linear;
  } */
  .mobile .nav__dropdown-menu-label:after {
    display: none;
  }
  .nav__dropdown-menu > li > a:hover .nav__dropdown-menu-label:after {
    width: 100%;
  }
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown-menu--right {
    right: 0;
  }
  .nav__dropdown:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav__dropdown-trigger {
    display: none;
  }
}
.mobile body {
  cursor: pointer;
}
/* logo */
.logo {
  max-height: 21px;
  position: relative;
  top: -2px;
}
.logo__url {
  height: 112px;
  display: flex;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.logo--left {
  justify-content: flex-start;
}
/* Nav Flexbox */
header .flex-parent {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block;
  }
}
header .flex-child {
  flex: 1 0 0;
}
@media only screen and (max-width: 991px) {
  header .flex-child {
    width: 100%;
  }
}
header .flex-child.flex-right {
  text-align: right;
}
.nav--align-right {
  margin-left: auto;
}
.nav--align-left {
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .nav--align-left {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .nav--align-center .nav__header {
    flex: 1 0 0;
  }
  .nav--align-center .nav__wrap {
    flex: 4 0 0;
    text-align: center;
  }
}
/* Nav Socials */
.nav__socials a {
  color: #fff;
  float: left;
  margin-bottom: 0;
}
.nav__socials a:focus,
.nav__socials a:hover {
  color: #65ffa5;
}
.nav__mobile-socials {
  padding: 15px 0 32px;
}
.nav__mobile-socials a {
  color: #fff;
}
/* Nav Icon Toggle (mobile nav) */

.nav__icon-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 9px 0 9px 10px;
  background-color: transparent;
  border: none;
  z-index: 50;
}
@media only screen and (min-width: 992px) {
  .nav__icon-toggle {
    display: none;
  }
}
.nav__icon-toggle-bar {
  background-color: #fff;
  width: 18px;
  display: block;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}
.nav__icon-toggle-bar:last-child {
  margin-bottom: 0;
}
.nav__icon-toggle:focus,
.nav__icon-toggle:hover {
  background-color: transparent;
  outline: 0;
}
.nav__icon-toggle:focus .nav__icon-toggle-bar,
.nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: #fe5900;
}
/* Sticky Nav */
@media only screen and (min-width: 992px) {
  .nav--sticky {
    position: fixed;
    height: 112px;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .nav--sticky.sticky {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #111;
    z-index: 120;
    height: 60px;
  }
  .nav--sticky.sticky .nav__menu > li > a {
    line-height: 60px;
  }
  .nav--sticky.sticky .logo-wrap a,
  .nav.sticky {
    height: 60px;
  }
}
.nav--always-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* Nav White */

.nav--white .nav--sticky.sticky {
  background-color: #fff;
}
.nav--white .nav-link:not(.active),
.nav--white .nav__mobile-socials a,
.nav--white .nav__socials a {
  color: #131313;
}
.nav--white .nav__menu > li > a:focus,
.nav--white .nav__menu > li > a:hover,
.nav--white .nav__socials a:focus,
.nav--white .nav__socials a:hover {
  color: #fe5900;
}

/* Nav Pattern */

.nav--pattern,
.nav--pattern .nav__holder {
  background: url(../img/dark_wall.png);
}
/* Go to Top */
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 35px;
  background-color: hsla(0, 0%, 7%, 0.3);
  border-radius: 50%;
  text-decoration: none;
}
#back-to-top,
#back-to-top i {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#back-to-top a {
  display: block;
  color: #fff;
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: #fe5900;
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}
/* Nav Mobile Styles */
@media only screen and (max-width: 991px) {
  .nav {
    min-height: 10px;
    background-color: #131313;
  }
  .nav--white {
    background-color: #fff;
  }
  .nav--white .nav__icon-toggle-bar {
    background-color: #131313;
  }
  .nav--white .nav__dropdown-menu li a {
    color: #686868;
  }
  .nav--white .nav__menu li a {
    border-bottom: 1px solid #e9e9e9;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 50px;
    height: 50px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #323232;
  }
  .nav__dropdown-menu a {
    color: #686868;
  }
  .nav__dropdown-menu a:hover {
    color: #fe5900;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 0.75rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .nav__dropdown-trigger--is-open {
    transform: rotate(180deg);
  }
  .nav__dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }
  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
  }
  .logo-wrap a,
  .nav__socials .social-icons {
    height: 60px;
  }
}
/* Footer */
@media only screen and (min-width: 992px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
/* Footer Widgets */
.footer__widgets {
  padding: 92px 0 8px;
  
}
.footer__widgets .social,
.footer__widgets a:focus,
.footer__widgets a:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .footer__widgets .row > div:last-child {
    text-align: right;
  }
}
/* Bottom Footer */
.copyright {
  display: inline-block;
  color: #686868;
  font-size: 0.875rem;
}
.copyright-wrap {
  padding: 40px 0;
  border-top: 1px solid #323232;
}
.copyright a {
  color: inherit;
}
.copyright a:focus,
.copyright a:hover {
  color: #fe5900;
}
/* Preloader */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 0;
  background: transparent;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  text-transform: uppercase;
  text-shadow: 0 0 10px #ff0000;
  box-shadow: 0 0 20px rgba(255, 0, 0, .5);
  animation: a 1.7s linear infinite;
  z-index: 11;
  color: #ff0000;

}
.loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top: 3px solid #ff0000;
  border-right: 3px solid #ff0000;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ff4d4d; /* Lighter red for inner rings */
}
.loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  animation: spin 2s linear infinite;
}


@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes b {
  0% {
    transform: rotate(0deg);
  } 
  to {
    transform: rotate(-1turn);
  }
}

@media (max-width: 480px) {
  .loader {
     text-align: center;
 
  }

  .loader-mask {
      
    margin-right: -90px;
  }
}




/* Buttons */
.btn {
  font-weight: 700;
  font-family: DM Sans, sans-serif;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
  letter-spacing: -0.05em;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #fe5900;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation-name: btn1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  transition-property: transform;
  transition-duration: 1s;
  
}
@keyframes btn1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.btn:hover {
  color: #fff;
  box-shadow: 0 12px 20px rgba(254, 89, 0, 0.25);
  border-color: transparent;
  
}
.btn:focus {
  outline: none;
  color: #fff;
}
.btn--lg {
  font-size: 1.125rem;
  padding: 15px 40px;
}
.btn--md {
  font-size: 0.9375rem;
  padding: 12px 32px;
}
.btn--color {
  background-color: #fe5900;
}
.btn--color:hover {
  opacity: 0.92;
}
.btn--stroke {
  border: 2px solid #fe5900;
  background-color: transparent;
  color: #fe5900;
}
.btn--dark {
  background-color: #131313;
}
.btn--white {
  background-color: #fff;
  color: #131313;
}
.btn--light {
  background-color: #f6f6f6;
  color: #131313;
}
.btn--wide {
  width: 100%;
}
.btn--dark:focus,
.btn--dark:hover,
.btn--light:focus,
.btn--light:hover,
.btn--stroke:focus,
.btn--stroke:hover,
.btn--white:focus,
.btn--white:hover {
  background-color: #fe5900;
  border-color: transparent;
}
.btn i {
  font-size: 0.75rem;
  position: relative;
  margin-left: 14px;
  line-height: 1;
}
.rounded,
.rounded:before {
  border-radius: 70px;
}
.section-buttons {
  margin-bottom: 50px;
}
.section-buttons a {
  margin-bottom: 10px;
}
/* Input Buttons */
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}
.btn--button.btn--color,
.btn--button.btn--dark {
  color: #fff;
}
.btn--button.btn--color:focus,
.btn--button.btn--dark:focus {
  background-color: #fe5900;
}
.btn--button.btn--wide {
  width: 100%;
}
/* Form Elements */

/* GDPR Checkbox */
.gdpr-checkbox {
  margin-bottom: 24px;
}
.gdpr-checkbox__label {
  display: flex;
  color: #686868;
  font-family: DM Sans, sans-serif;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
/* Sliders */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-slide {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .flickity-slide {
    width: 40%;
  }
}
.flickity-page-dots .dot {
  background-color: #686868;
}
.flickity-page-dots .dot.is-selected {
  background-color: #fe5900;
}
/* Accordions and Toggles */
.accordion__panel {
  border-bottom: 2px solid #e9e9e9;
}
.accordion:first-child .accordion__panel {
  border-top: 2px solid #e9e9e9;
}
.accordion__heading {
  position: relative;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.accordion__toggle {
  background-color: #131313;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__toggle,
.accordion__toggle:after {
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
}
.accordion__toggle:after {
  content: "";
  top: 0;
  background-color: inherit;
  transform: rotate(-90deg);
}
.accordion__body {
  padding-bottom: 24px;
}
.accordion__body p:last-child {
  margin-bottom: 0;
}
.accordion__title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .accordion__title {
    font-size: 1.25rem;
  }
}
.accordion--is-open .accordion__toggle:after {
  display: none;
}
.accordion__link {
  display: block;
  position: relative;
  padding: 18px 0;
}
.accordion__link:hover .accordion__title,
.social {
  color: #686868;
}
/* Social Icons */
.social {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 6px;
  font-size: 1rem;
  transition: all 0.1s ease-in-out;
}
.social:focus,
.social:hover {
  color: #fe5900;
}
.social:last-child {
  margin-right: 0;
}
.socials__text {
  display: inline-block;
  margin-left: 5px;
}
.socials--rounded .social {
  border-radius: 50%;
  background-color: #131313;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.socials--rounded .social i {
  line-height: 60px;
}
.socials--rounded .social:focus,
.socials--rounded .social:hover {
  background-color: #fe5900;
}
.socials--large .social {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.socials--large .social i {
  line-height: 40px;
}
.socials--colored .social-facebook {
  background-color: #1853d3;
}
.socials--colored .social-twitter {
  background-color: #55acee;
}
.socials--colored .social-linkedin {
  background-color: #0e76a8;
}
.socials--colored .social:focus,
.socials--colored .social:hover {
  background-color: #131313;
}
/* Tables */
table th {
  font-weight: 400;
}
table caption {
  margin-bottom: 10px;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  border: 1px solid #e9e9e9;
  padding: 10px;
  letter-spacing: -0.05em;
}
table > thead > tr > th {
  border-bottom: none;
}
table thead tr th {
  font-size: 12px;
  color: #131313;
  font-family: DM Sans, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f6f6f6;
}
/*-------------------------------------------------------*/
/* Modals
/*-------------------------------------------------------*/
/* Magnific Popup */
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}
.modal-open {
  padding: 0 !important;
  overflow-y: scroll;
}

.mfp-zoom-in .mfp-iframe-scaler {
  overflow: visible;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
.intro {
  padding-bottom: 10px;
  margin-top: -60px;
}
.intro__text {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .intro__text {
    font-size: 2.3125rem;
  }
}

 .intro-pg{
  margin-top: -100px;
}
/*-------------------------------------------------------*/
/* Play Button
/*-------------------------------------------------------*/
.play-btn {
  display: inline-block;
  z-index: 3;
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.play-btn,
.play-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
}
.play-btn:before {
  content: "";
  display: block;
  margin: -10px 0 0 -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
/* Icon Wave */
.icon-wave {
  transition: transform 0.1s ease-out, background 0.2s;
}
.icon-wave:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.1);
  opacity: 0;
  transform: scale(0.9);
}
.icon-wave:hover {
  background-color: #fff;
}
.icon-wave:hover:before {
  border-color: transparent transparent transparent #131313;
}
.icon-wave:hover:after {
  animation: c 1s ease-out 75ms;
}
@keyframes c {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px hsla(0, 0%, 100%, 0.5);
  }
  to {
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px hsla(0, 0%, 100%, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
/* Alerts */
.alert-dismissible .close {
  padding: 0.7rem 1.25rem;
  height: 100%;
}
#debungcontrolls,
.debugtimeline {
  width: 100%;
  box-sizing: border-box;
}
.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
  vertical-align: top;
}
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}
.debugtimeline:hover {
  height: 15px;
}
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: revicons;
  src: url(../fonts/revicons/revicons.eot?5510888);
  src: url(../fonts/revicons/revicons.eot?5510888#iefix)
      format("embedded-opentype"),
    url(../fonts/revicons/revicons.woff?5510888) format("woff"),
    url(../fonts/revicons/revicons.ttf?5510888) format("truetype"),
    url(../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}
.tp-overflow-hidden {
  overflow: hidden !important;
}
.group_ov_hidden {
  overflow: hidden;
}
.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.fullscreen-container,
.fullwidthbanner-container {
  padding: 0;
  position: relative;
}
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}
.tp-caption .rs-untoggled-content {
  display: block;
}
.tp-caption .rs-toggled-content {
  display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}
.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}
.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.tp-carousel-wrapper {
  cursor: url(openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
}
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}
.rev_column_inner,
.rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}
.rev_row_zone_bottom {
  bottom: 0;
}
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}
.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}
.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}
.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}
.tp-video-play-button,
.tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}
.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}
.fullwidthbanner-container {
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}
.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  left: -40px;
}
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  right: 0;
}
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  left: -40px;
}
.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  right: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.noFilterClass {
  filter: none !important;
}
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
  display: none !important;
}
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}
.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}
.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: inline-block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: linear-gradient(180deg, #000 13%, #323232);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}
.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  padding: 0;
}
.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 40px rgba(0, 0, 0, 0.1);
}
.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}
.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}
.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}
.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}
.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}
.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}
.rev-maxround {
  border-radius: 30px;
}
.rev-minround {
  border-radius: 3px;
}
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger.revb-whitenoborder span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open.rev-burger :first-child,
.open .rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open.rev-burger :nth-child(2),
.open .rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open.rev-burger :last-child,
.open .rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid hsla(0, 0%, 100%, 0.2);
}
.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
@keyframes d {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: d 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
  border-color: #333;
}
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
  border-radius: 3px;
}
.rev-cbutton-light,
.rev-cbutton-light-sr {
  color: #333;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}
.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png);
}
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png);
}
.tp-loader.spinner0,
.tp-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
}
.tp-shape {
  width: 100%;
  height: 100%;
}
.tp-caption .rs-starring {
  display: inline-block;
}
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.tp-caption .rs-starring-page .star-rating,
.tp-caption .rs-starring .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.tp-loader.spinner0,
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: e 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-caption .rs-starring-page .star-rating:before,
.tp-caption .rs-starring .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  background-position: 50%;
}
.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes e {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: f 1s infinite ease-in-out;
}
@keyframes f {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: g 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes g {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: h 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: i 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes h {
  to {
    transform: rotate(1turn);
  }
}
@keyframes i {
  0%,
  to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs
 {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.hginfo,
.hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
body.rtl .tp-kbimg {
  left: 0 !important;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.helpgrid,
.hginfo {
  position: absolute;
}
.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden:after {
  background: linear-gradient(90deg, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua:after,
.reyes:after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua:after {
  background: linear-gradient(180deg, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes:after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham:after {
  background: linear-gradient(90deg, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster:after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden:after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson:after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird:after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair:after {
  background: radial-gradient(
    circle at 40% 40%,
    hsla(0, 0%, 100%, 0.8),
    hsla(0, 100%, 89%, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi:after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn:after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2:after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville:after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville:before {
  background: hsla(15, 85%, 78%, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark:after {
  background: hsla(0, 0%, 95%, 0.8);
  mix-blend-mode: darken;
}
.lark:before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon:after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow:before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.willow:after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise:after {
  background: radial-gradient(circle, hsla(34, 63%, 75%, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise:before {
  background: radial-gradient(
    circle,
    hsla(32, 64%, 79%, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber:after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber:before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}
iframe {
  border: 0;
}
.rs-background-video-layer[data-ytid] iframe {
  visibility: visible !important;
}
/*---------------------------------------------------------------
 Arrows
---------------------------------------------------------------*/
.tp-caption.hero-navigation-arrow {
  display: inline-block;
  font-size: 15px;
  min-width: 30px;
  max-width: 30px;
  line-height: 30px;
  color: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
}
/* Bullets */
.tp-bullet {
  background: hsla(0, 0%, 100%, 0.7);
  border-radius: 0;
  box-shadow: none;
  width: 36px;
  height: 2px;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.tp-bullet.selected,
.tp-bullet:hover {
  width: 46px;
  margin-left: -10px;
  box-shadow: none;
  background-color: #fe5900;
}
/* Hero Text Layers */
.tp-caption.hero-title {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  line-height: 60px;
  font-family: DM Sans, sans-serif;
  letter-spacing: -0.1em;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding-top: 1px;
  margin-left: -5px;
}
.tp-caption.hero-title h1,
.tp-caption.hero-title h2,
.tp-caption.hero-title h3,
.tp-caption.hero-title h4,
.tp-caption.hero-title h5,
.tp-caption.hero-title h6 {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .hero-title-h1 {
    font-size: 2.125rem;
  }

}
.tp-caption.hero-subtitle {
  font-family: DM Sans, sans-serif;
  letter-spacing: -0.05em;
  color: #fff;
}
.hero-text-uppercase {
  text-transform: uppercase;
}
.hero-text-stroke {
  -webkit-text-stroke: 2px #fff;
  color: transparent !important;
}
.tp-caption.hero-numbers {
  z-index: 13;
  white-space: nowrap;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
}
.tp-caption.hero-numbers span {
  font-weight: 700;
  font-size: 20px;
}
/* Hero Video Play Button */
.hero-video-play a {
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-video-play a:focus,
.hero-video-play a:hover {
  color: #fe5900;
}
.hero-video-play i {
  margin-right: 10px;
}
.hero-video-play__text {
  display: inline-block;
  margin-top: 1px;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
}
/* Hero Scroll Down */
.scroll-down {
  color: #fff;
  font-size: 2rem;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  z-index: 50 !important;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.scroll-down:focus,
.scroll-down:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .scroll-down:focus,
  .scroll-down:hover {
    bottom: 146px;
  }
}
@media only screen and (max-width: 991px) {
  .scroll-down:focus,
  .scroll-down:hover {
    bottom: 200px;
  }
}
.scroll-down--dark,
.scroll-down--dark:focus,
.scroll-down--dark:hover {
  color: #131313;
}
/* Hero Info */
.hero-info-email:focus,
.hero-info-email:hover,
.hero-info-phone:focus,
.hero-info-phone:hover {
  color: #fff;
}
.tp-caption.hero-info {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.tp-caption.hero-info--hide {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
/* Hero Go Back */
.hero-go-back i {
  font-size: 0.75rem;
  line-height: 1;
}
/* Buttons */
.tp-caption.hero-button {
  display: inline-block;
  line-height: 30px;
}
.tp-caption .btn {
  transition: all 0.2s ease-in-out !important;
}
/* Menu */
.tp-caption.hero-menu-toggle {
  z-index: 33;
  cursor: pointer;
  color: #fff;
}
.tp-caption.hero-menu-link {
  min-width: 800px;
  max-width: 800px;
  z-index: 39;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}
.tp-caption.hero-menu-link:hover {
  color: #fe5900 !important;
}
/* Service Boxes */
.service {
  margin-bottom: 70px;
}
.service__icon {
  font-size: 4rem;
  line-height: 1;
  color: #fe0000;
  display: inline-block;
  margin-bottom: 32px;
}
.service__title {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.service__text {
  margin-bottom: 0;
  color: #ffffff;
}
.service a {
  color: #ffffff;
}
.service a:hover {
  color: #fe0000;
}
/* About */
.about__holder {
  padding: 60px 40px;
  background-color: #fff;
  position: relative;
}
.about__img-holder {
  position: relative;
  margin-bottom: 0;
}
.about__info {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .about__holder {
    display: flex;
    flex-wrap: nowrap;
  }
  .about__info {
    margin-left: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about__holder {
    padding: 80px 40px;
  }
  .about__info {
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .about__holder {
    align-items: center;
    max-width: 65%;
    margin-left: auto;
    padding: 160px 20px 160px 280px;
  }
  .about__img-holder {
    position: absolute;
    left: -400px;
  }
}
@media (min-width: 1600px) {
  .about__holder {
    padding: 160px 20px 160px 360px;
  }
  .about__img-holder {
    left: -400px;
  }
}
/* Projects */
.project {
  position: relative;
  overflow: hidden;
}
.project-slide {
  margin: 0 19px;
}
.project__img-holder {
  position: relative;
  height: 100%;
  margin: 0;
}
.project__img,
.project__img-holder {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project__img {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
.project__category,
.project__title {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.07, 0.98, 0, 0.96);
}
.project__description-wrap {
  position: absolute;
  opacity: 0;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  width: 78%;
  max-width: 260px;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: opacity 0.2s 0.3s, -webkit-clip-path 0s 0.3s;
  transition: opacity 0.2s 0.3s, clip-path 0s 0.3s;
  transition: opacity 0.2s 0.3s, clip-path 0s 0.3s, -webkit-clip-path 0s 0.3s;
}
.project__description {
  position: relative;
  padding: 16px 20px;
}
.project__description:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.07, 0.98, 0, 0.96);
}
.project:hover .project__description-wrap {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.07, 0.98, 0, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.98, 0, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.98, 0, 0.96),
    -webkit-clip-path 0.8s cubic-bezier(0.07, 0.98, 0, 0.96);
}
.project:hover .project__description:after {
  transform-origin: 100% 50%;
  transform: scaleX(1);
  transition: transform 0.7s cubic-bezier(0.07, 0.98, 0, 0.96);
}
.project:hover .project__category,
.project:hover .project__title {
  opacity: 1;
}
.project__url {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.project__title {
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}
.project__category {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 700;
}
/* Filter */
.project-filter {
  list-style: none;
  margin-bottom: 96px;
  cursor: default;
  font-size: 2rem;
  font-weight: 700;
}
.project-filter a {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  color: #131313;
  text-decoration: none;
  letter-spacing: -0.05em;
}
.project-filter a:last-child {
  margin: 0;
}
.project-filter a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 2px;
  left: 0;
  width: 0;
  background-color: #fe5900;
  transition: 0.3s ease-in-out;
}
.project-filter a:hover {
  color: #fe5900;
}
.project-filter a.active:after,
.project-filter a:focus:after,
.project-filter a:hover:after {
  width: 100%;
}
/* Grid */
.project-grid--5-col .project {
  width: 20%;
}
.project-grid--4-col .project {
  width: 25%;
}
.project-grid--3-col .project {
  width: 33.33333333%;
}
.project-grid--2-col .project {
  width: 50%;
}
/* Results */
.section-results {
  padding: 0;
}
.results {
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .results {
    min-height: 534px;
  }
}
@media only screen and (min-width: 1200px) {
  .results {
    padding: 46px 72px;
  }
}
.results-col:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.18);
}
.results__counter,
.results__text {
  color: #fff;
}
.results__counter {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.results__number,
.results__suffix {
  float: left;
}
.results__text {
  margin-bottom: 0;
}
/* Testimonials */
.section-testimonials--large-padding {
  padding: 140px 0 240px;
}
@media only screen and (min-width: 992px) {
  .section-testimonials--large-padding {
    padding: 320px 0 400px;
  }
}
.testimonial {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.testimonial__img {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  align-self: flex-start;
}
.testimonial__body {
  padding-left: 40px;
  flex: 1 0 0;
}
.testimonial__text {
  font-size: 1.125rem;
  margin-bottom: 28px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.testimonial__name {
  font-size: 0.9375rem;
  color: #fe5900;
  display: block;
  margin-bottom: 8px;
}
.testimonial__company {
  color: #909090;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
/* Style 2 */
@media only screen and (max-width: 767px) {
  .testimonial-1 {
    display: block;
  }
}
.testimonial-1__img {
  border-radius: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .testimonial-1__img {
    width: 100%;
  }
}
.testimonial-1__img-holder {
  position: relative;
  margin-bottom: 22px;
}
.testimonial-1__img-holder:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: -22px;
  bottom: -22px;
  background-color: #ddd;
}
@media only screen and (max-width: 767px) {
  .testimonial-1__img-holder {
    margin-bottom: 60px;
  }
}
.testimonial-1__body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .testimonial-1__body {
    padding-left: 90px;
  }
}
.testimonial-1__text {
  color: #131313;
  font-size: 2rem;
}
.testimonial-1__name {
  font-size: 1.25rem;
}
/* Clients */
.client-logo {
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .client-logo {
    border-right: 1px solid #e9e9e9;
  }
}
.client-logo:last-child {
  border-right: none;
}
@media only screen and (min-width: 576px) {
  .clients-second-row .client-logo {
    border-bottom: none;
  }
}
@media only screen and (max-width: 575px) {
  .clients-second-row .client-logo:last-child {
    border-bottom: none;
  }
}
/* Team */
.team {
  margin-bottom: 32px;
}
.team__img {
  width: 100%;
}
.team__name {
  font-size: 1.75rem;
  margin-top: 30px;
}
.team__position {
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .team {
    margin-bottom: 56px;
  }
}
/* Call To Action */
.call-to-action {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.call-to-action__title {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .call-to-action__title {
    font-size: 1.5rem;
  }
}
.call-to-action__text {
  margin-bottom: 32px;
  color: #131313;
}
/* Contact Form */
.contact-form-modal {
  padding: 0 !important;
}
.contact-form-modal__dialog {
  display: flex;
  margin: 0;
  max-width: 100%;
}
.contact-form-modal__content {
  border-radius: 0;
  border: 0;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}
.contact-form-modal__body {
  flex: 1 0 0;
  max-width: 555px;
  margin: auto;
}
.contact-form-modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.contact-form-modal__close span {
  font-size: 0;
}
.contact-form-modal__close span:after,
.contact-form-modal__close span:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  height: 2px;
  width: 40px;
  background-color: #ff0909;
}
.contact-form-modal__close span:before {
  transform: rotate(-45deg);
}
.contact-form-modal__close span:after {
  transform: rotate(45deg);
}
.contact-form-modal__close:focus,
.contact-form-modal__close:hover {
  background-color: transparent;
}
.contact-form__message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}
.contact-form__message.error {
  background-color: #f8d7da;
  color: #721c24;
}
.contact-form__message.success {
  background-color: #d4edda;
  color: #155724;
}
/* Newsletter */
.newsletter .title-row {
  margin-bottom: 20px;
}
.newsletter .section-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.newsletter .subtitle {
  font-size: 21px;
  font-weight: 400;
}
.newsletter__form {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter .mc4wp-form-fields {
  display: flex;
}
.newsletter .mc4wp-form-fields > .form-group:first-child {
  flex: 1;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .newsletter .mc4wp-form-fields > .form-group:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .mc4wp-form-fields {
    display: block;
  }
}
.newsletter input {
  height: 50px;
}
.newsletter input[type="email"],
.newsletter input[type="text"] {
  color: #fff;
  background-color: transparent;
  border-color: rgba(213, 217, 237, 0.36);
}
.newsletter input[type="email"]:focus,
.newsletter input[type="text"]:focus {
  border-color: #fff;
}
.newsletter input[type="email"]::-webkit-input-placeholder,
.newsletter input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter input[type="email"]:-moz-placeholder,
.newsletter input[type="email"]::-moz-placeholder,
.newsletter input[type="text"]:-moz-placeholder,
.newsletter input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter input[type="email"]:-ms-input-placeholder,
.newsletter input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
/* Page Title */
.page-title {
  position: relative;
  width: 100%;
  display: block;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}
.page-title__holder {
  max-width: 580px;
  position: relative;
}
.page-title__title {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .page-title__title {
    font-size: 4.25rem;
  }
}
.page-title__subtitle {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding: 40px 0;
  }
}
/* Widgets */
.widget {
  margin-bottom: 48px;
}
.widget li {
  list-style: none;
}
.widget-title {
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
}
/* Widget About Us */
.widget-about-us__email,
.widget-about-us__phone,
.widget-about-us__text {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.widget-about-us__phone,
.widget-about-us__text,
.widget-about-us a:focus,
.widget-about-us a:hover {
  color: #fff;
}
/* Widget Address */
.widget-address {
  font-size: 1.25rem;
  color: #fff;
}
.widget-address__address {
  line-height: 1.8;
  margin-bottom: 20px;
}
.widget-address__url {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
.widget-address__url:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  background-color: #fe5900;
  transition: 0.2s ease-in-out;
}
.widget-address__url:focus:after,
.widget-address__url:hover:after {
  background-color: #fff;
}
/* Widget Tags / Entry Tags */
.entry__tags a,
.widget_tag_cloud a {
  padding: 12px 18px;
  line-height: 1;
  margin: 0 8px 8px 0;
  font-size: 0.875rem !important;
  background-color: #f6f6f6;
  color: #131313;
  font-family: DM Sans, sans-serif;
  display: inline-block;
  float: left;
  transition: all 0.1s ease-in-out;
}
.entry__tags a:focus,
.entry__tags a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
  background-color: #131313;
  color: #fff;
}
.tagcloud {
  overflow: hidden;
}
/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  padding: 14px 32px;
  font-size: 0.9375rem;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.5 !important;
}
.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: #fe5900;
}
/* Full-width Images */
@media only screen and (min-width: 992px) {
  .fullwidth .entry__article .alignwide {
    margin-left: -220px;
    margin-right: -220px;
    width: auto;
    position: relative;
    z-index: 1;
  }
  .fullwidth .entry__article .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
    z-index: 1;
  }
  .fullwidth .entry__article .alignfull img {
    width: 100vw;
  }
}
/* Images */
.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-image .alignleft {
  margin-right: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
}
.wp-block-image .alignright {
  margin-left: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}
/* Tables */
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
}
/* Latest Comments */
ol.wp-block-latest-comments {
  padding-left: 0;
}
/* Galleries */
ul.wp-block-gallery {
  list-style: none;
  padding-left: 0 !important;
}
.wp-block-image figcaption {
  color: #909090;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
/* Separators */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}
.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #909090;
  font-size: 1.25rem;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-separator.is-style-default {
  max-width: 100px;
}
.wp-block-separator.is-style-dots:before {
  font-weight: 700;
}
/* Blockquote / Pullquote */
blockquote {
  margin: 0;
  line-height: 1.5;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  color: #909090;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1em;
  display: inline-block;
  font-style: normal;
}
.wp-block-quote {
  padding: 24px;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote:before {
  content: "\e900";
  font-family: ui-icons;
  color: #131313;
  font-size: 1.4rem;
}
.wp-block-quote p {
  font-size: 1.75rem;
  line-height: 1.4;
  font-style: italic;
  color: #131313;
  font-family: DM Sans, sans-serif;
}
@media only screen and (max-width: 991px) {
  .wp-block-quote p {
    font-size: 1.4rem;
  }
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
  position: relative;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 0.9375rem;
}
.wp-block-pullquote {
  padding: 0;
  text-align: left;
  line-height: 1.5;
  color: #131313;
  position: relative;
}
.wp-block-pullquote blockquote {
  padding-left: 40px;
}
.wp-block-pullquote blockquote:before {
  content: "\e900";
  font-family: ui-icons;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
}
.wp-block-pullquote p {
  font-family: DM Sans, sans-serif;
}
@media only screen and (min-width: 576px) {
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
    font-size: 1.25rem;
  }
  .wp-block-pullquote.alignleft {
    margin-right: 2em;
  }
  .wp-block-pullquote.alignright {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 0;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
  font-size: 1.25rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 600px) {
  .wp-block-column:not(:last-child),
  .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
  }
}
@media (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/* Cookies banner */
.cc-container {
  display: flex;
  justify-content: center;
  padding: 0;
}
.cc-window {
  background-color: #131313 !important;
  padding: 5px 20px;
}
.cc-message {
  margin-right: 20px;
  flex: 0 1 auto !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.cc-link {
  opacity: 1;
  font-weight: 700;
}
.cc-link:focus,
.cc-link:hover {
  color: #fff;
}
a.cc-btn.cc-dismiss {
  background-color: #fe5900;
  border-radius: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  min-width: auto !important;
}
a.cc-btn.cc-dismiss:focus,
a.cc-btn.cc-dismiss:hover {
  background-color: #ef5400;
}
/* Blog */
.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}
.entry__header {
  margin-bottom: 36px;
}
.entry__img {
  width: 100%;
}
.entry__img-url {
  display: block;
}
.entry__title {
  font-size: 1.75rem;
  margin-top: 16px;
  margin-bottom: 16px;
}
.entry__excerpt {
  margin-top: 20px;
}
.entry__excerpt p {
  margin-bottom: 0;
}
/* Meta */
.entry__meta {
  display: flex;
}
.entry__meta-item {
  display: inline-block;
  font-size: 0.75rem;
  color: #909090;
  text-transform: uppercase;
  margin-right: 12px;
}
.entry__meta a:focus,
.entry__meta a:hover {
  color: #131313;
}
.entry__meta-author {
  text-transform: none;
  font-size: 0.875rem;
}
.entry__meta-author-url {
  color: #909090;
}
/* Pagination */
.pagination {
  text-align: center;
  margin-top: 24px;
}
.pagination ul {
  list-style: none;
  clear: both;
  display: flex;
  justify-content: center;
}
.pagination__page {
  font-size: 0.875rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0 2px;
  text-align: center;
  color: #686868;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #e9e9e9;
  list-style: none;
  transition: 0.2s ease-in-out;
}
.pagination__page--active,
.pagination a:focus,
.pagination a:hover {
  background-color: #fe5900;
  color: #fff;
  border-color: transparent;
}
.pagination i {
  font-size: 0.75rem;
}
/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
/* Page Title
-------------------------------------------------------*/
.blog-page-title {
  position: relative;
  text-align: center;
  padding: 100px 0 260px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-page-title {
    padding: 120px 0 140px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page-title {
    padding: 80px 0 140px;
  }
}
.blog-page-title__holder {
  padding: 40px 0;
}
.blog-page-title__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .blog-page-title__title {
    font-size: 3.25rem;
  }
}
.blog-page-title .entry__meta {
  justify-content: center;
}
.blog-page-title .entry__meta-item {
  font-size: 0.9375rem;
  text-transform: none;
  margin-right: 0;
  font-weight: 700;
}
.blog-page-title .entry__meta-item:after {
  content: "•";
  display: inline-block;
  padding: 0 8px 0 5px;
}
.blog-page-title .entry__meta-item:last-child:after {
  display: none;
}
.blog-page-title .entry__meta a,
.blog-page-title .entry__meta span {
  color: #fff;
}
.blog-page-title .entry__meta a:hover {
  text-decoration: underline;
}
/* Featured Image */
.blog-featured-img {
  width: 100%;
}
.blog-featured-img-container {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.blog-featured-img-container--offset {
  margin-top: -210px;
}
@media only screen and (max-width: 991px) {
  .blog-featured-img-container--offset {
    margin-top: -80px;
  }
}
/* Article */
.single-post__entry {
  overflow: visible;
}
.entry__article {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .entry__article {
    margin-top: 16px;
  }
}
.entry__article > p:first-of-type {
  font-size: 1.5rem;
}
.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.entry__article > p,
.entry__article ol,
.entry__article ul {
  margin-bottom: 34px;
}
.entry__article a:not(.wp-block-button__link) {
  color: #4c86e7;
}
.entry__article a:not(.wp-block-button__link):hover {
  color: #fe5900;
}
.entry__article ol,
.entry__article ul {
  padding-left: 40px;
}
figcaption {
  font-size: 0.9375rem;
  font-style: italic;
  margin-top: 16px;
  color: #909090;
  text-align: center;
}
.dropcap {
  float: left;
  color: #131313;
  font-weight: 700;
  font-size: 6.875rem;
  line-height: 1;
  padding-right: 20px;
}
/* Entry Share */
.entry__article-wrap {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .entry__share {
    position: absolute !important;
    height: 100%;
    margin-left: -160px;
    margin-bottom: 0;
  }
  .entry__share-socials {
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .entry__share {
    margin-left: -220px;
  }
}
/* Entry Tags */
.entry__tags {
  margin-top: 24px;
  margin-bottom: 56px;
  overflow: hidden;
}
.entry__tags-label {
  color: #131313;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-right: 4px;
}
/* Author  */
.entry-author {
  padding: 48px 40px 38px;
  background-color: #f6f6f6;
}
.entry-author__img-holder {
  display: block;
}
.entry-author__img {
  height: 68px;
  width: 68px;
  display: block;
  margin-right: 24px;
  border-radius: 50%;
}
.entry-author__name {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.entry-author__description {
  margin-bottom: 18px;
}
@media only screen and (min-width: 576px) {
  .entry-author__img-holder {
    float: left;
  }
  .entry-author__info {
    overflow: hidden;
  }
}
/* Comments */
.entry__comments {
  margin-top: 64px;
}
.comment-respond__title,
.entry__comments-title {
  font-size: 2rem;
  margin-bottom: 38px;
}
.comment {
  list-style: none;
}
@media only screen and (min-width: 576px) {
  .comment .children {
    padding-left: 8%;
  }
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-body {
  margin-top: 32px;
  padding-bottom: 28px;
  border-bottom: 2px dotted #e9e9e9;
}
.comment-text {
  overflow: hidden;
}
/* Comment Form */
.comment-text p {
  margin-bottom: 10px;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.comment-author {
  font-family: DM Sans, sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  margin-right: 8px;
}
.comment-author,
.comment-metadata {
  display: inline-block;
}
.comment-date,
.comment-edit-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #909090;
}
.comment-edit-link {
  margin-left: 5px;
  margin-bottom: 0;
  color: #fe5900;
}
.comment-reply {
  color: #131313;
  font-weight: 600;
}
.comment-reply:hover {
  color: #fe5900;
}
.comment-form p {
  margin: 0;
}
/* Comment Form */
.comment-respond {
  margin-top: 64px;
}
/* Entry Navigation */
.entry-navigation__row {
  display: flex;
}
.entry-navigation__col {
  width: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
.entry-navigation__col:after {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.entry-navigation__col:hover .entry-navigation__img {
  transform: scale(1.2);
}
.entry-navigation__img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.entry-navigation__img,
.entry-navigation__url {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.entry-navigation__url {
  z-index: 2;
}
.entry-navigation--left {
  float: left;
  text-align: right;
}
.entry-navigation--right {
  float: right;
}
.entry-navigation__body {
  padding: 96px 8%;
  position: relative;
  z-index: 1;
}
.entry-navigation__label {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.875rem;
}
.entry-navigation__title {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .entry-navigation__row {
    display: block;
  }
  .entry-navigation__col {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/* Alignment */
.alignleft,
.alignright {
  max-width: 100% !important;
  float: none;
}
@media only screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0.5em 2em 2em 0;
  }
  .alignright {
    float: right;
    margin: 0.5em 0 2em 2em;
  }
  .alignleft,
  .alignright {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 575px) {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.alignnone {
  margin: 0.5em 2em;
}
.aligncenter {
  display: block;
  margin: 0.5em auto;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
/* Hero
-------------------------------------------------------*/
.project__hero {
  height: 420px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .project__hero {
    height: 100vh;
    margin-top: 0;
  }
}
.project__hero-img-holder {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
}
.project__hero-info {
  max-width: 840px;
  position: absolute;
  bottom: 90px;
  padding-right: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .project__hero-info {
    bottom: 40px;
  }
}
.project__hero-title {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .project__hero-title {
    font-size: 4.25rem;
  }
}
.project__hero-description {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .project__hero-description {
    font-size: 1.625rem;
  }
}
/* Project Description */
.project__info-title {
  font-size: 2.125rem;
  margin-bottom: 20px;
}
/* Sidebar Info */
.project__info-list {
  list-style: none;
}
.project__info-list-item {
  margin-bottom: 24px;
}
.project__info-list-label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: block;
}
.project__info-list-title {
  color: #131313;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.project__info-list a:focus,
.project__info-list a:hover {
  color: #fe5900;
}
/* Image Full */
.project__image-full {
  max-width: 1548px;
  width: 100%;
  margin: auto;
}
/* Process */
.project__process {
  margin-bottom: 48px;
}
.project__process-title {
  margin-bottom: 24px;
}
.project__process-description {
  margin-bottom: 0;
}
/* Gallery */
.project__gallery-img-holder {
  margin-bottom: 40px;
}
.project__gallery-item {
  width: 100%;
}
/* Related Projects */
.related-project {
  margin-bottom: 56px;
}
.related-project__header {
  margin-bottom: 34px;
}
.related-project__img {
  width: 100%;
}
.related-project__body {
  text-align: center;
}
.related-project__title {
  font-size: 1.75rem;
}
.related-project__category {
  color: #909090;
  font-size: 0.9375rem;
  letter-spacing: -0.05em;
  font-weight: 700;
}
/* Spacings */
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pt-0 {
  padding-top: 0;
}
.pt-8 {
  padding-top: 8px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-56 {
  padding-top: 56px;
}
.pt-64 {
  padding-top: 64px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-96 {
  padding-top: 96px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pb-72 {
  padding-bottom: 72px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-88 {
  padding-bottom: 88px;
}
.pb-96 {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mt-lg-56 {
    margin-top: 56px;
  }
  .mt-lg-64 {
    margin-top: 64px;
  }
  .mt-lg-72 {
    margin-top: 72px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mb-lg-32 {
    margin-bottom: 32px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-48 {
    margin-bottom: 48px;
  }
  .mb-lg-56 {
    margin-bottom: 56px;
  }
  .mb-lg-64 {
    margin-bottom: 64px;
  }
  .mb-lg-72 {
    margin-bottom: 72px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pt-lg-64 {
    padding-top: 64px;
  }
  .pt-lg-72 {
    padding-top: 72px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-88 {
    padding-top: 88px;
  }
  .pt-lg-96 {
    padding-top: 96px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
  .pb-lg-64 {
    padding-bottom: 64px;
  }
  .pb-lg-72 {
    padding-bottom: 72px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-88 {
    padding-bottom: 88px;
  }
  .pb-lg-96 {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-48 {
    margin-top: 48px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mt-md-72 {
    margin-top: 72px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mb-md-72 {
    margin-bottom: 72px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pt-md-56 {
    padding-top: 56px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pt-md-72 {
    padding-top: 72px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-88 {
    padding-top: 88px;
  }
  .pt-md-96 {
    padding-top: 96px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-88 {
    padding-bottom: 88px;
  }
  .pb-md-96 {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-56 {
    margin-bottom: 56px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-56 {
    padding-top: 56px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-56 {
    padding-bottom: 56px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
}
/*-------------------------------------------------------*/
/* Helper classes
/*-------------------------------------------------------*/
.clear {
  clear: both;
}
.oh {
  overflow: hidden;
}
.ov {
  overflow: visible;
}
.relative {
  position: relative;
}
.mobile section {
  background-attachment: scroll !important;
}
.bg-dark {
  background-color: #131313;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #fff;
}
.bg-color {
  background-color: #4c86e7;
}
.white {
  color: #fff;
}
.block {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.img-full-width {
  width: 100%;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.last {
  margin-bottom: 0 !important;
}
/* Slant angles */
.angle:before {
  position: absolute;
  transform: skewY(-5deg);
  width: 105%;
  left: 0;
  content: "";
  background: none repeat scroll 0 0 #fff;
  min-height: 170px;
}
.angle--top:before {
  margin-top: -232px;
}
.angle--bottom:before {
  margin-top: 183px;
}
.angle--dark:before {
  background-color: #131313;
}
.angle--black:before {
  background-color: #000;
}
.angle--light:before {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 991px) {
  .angle:before {
    min-height: 130px;
  }
  .angle--top:before {
    margin-top: -164px;
  }
  .angle--bottom:before {
    margin-top: 140px;
  }
}
/* Pattern */
.bg-pattern,
.bg-pattern.angle:before {
  background: url(../img/dark_wall.png);
}
/* Section Dark / Background Image */
.bg-black .call-to-action__title,
.bg-black .entry__meta a:focus,
.bg-black .entry__meta a:hover,
.bg-black .page-title__title,
.bg-black .section-title,
.bg-black .statistic__number,
.bg-black .statistic__title,
.bg-black .subtitle,
.bg-black a:focus,
.bg-black a:hover,
.bg-black h1,
.bg-black h2,
.bg-black h3:not(.section-subtitle):not(.project__title),
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-color-overlay .call-to-action__title,
.bg-color-overlay .entry__meta a:focus,
.bg-color-overlay .entry__meta a:hover,
.bg-color-overlay .page-title__title,
.bg-color-overlay .section-title,
.bg-color-overlay .statistic__number,
.bg-color-overlay .statistic__title,
.bg-color-overlay .subtitle,
.bg-color-overlay a:focus,
.bg-color-overlay a:hover,
.bg-color-overlay h1,
.bg-color-overlay h2,
.bg-color-overlay h3:not(.section-subtitle):not(.project__title),
.bg-color-overlay h4,
.bg-color-overlay h5,
.bg-color-overlay h6,
.bg-color .call-to-action__title,
.bg-color .entry__meta a:focus,
.bg-color .entry__meta a:hover,
.bg-color .page-title__title,
.bg-color .section-title,
.bg-color .statistic__number,
.bg-color .statistic__title,
.bg-color .subtitle,
.bg-color a:focus,
.bg-color a:hover,
.bg-color h1,
.bg-color h2,
.bg-color h3:not(.section-subtitle):not(.project__title),
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-dark .call-to-action__title,
.bg-dark .entry__meta a:focus,
.bg-dark .entry__meta a:hover,
.bg-dark .page-title__title,
.bg-dark .section-title,
.bg-dark .statistic__number,
.bg-dark .statistic__title,
.bg-dark .subtitle,
.bg-dark a:focus,
.bg-dark a:hover,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3:not(.section-subtitle):not(.project__title),
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-gradient .call-to-action__title,
.bg-gradient .entry__meta a:focus,
.bg-gradient .entry__meta a:hover,
.bg-gradient .page-title__title,
.bg-gradient .section-title,
.bg-gradient .statistic__number,
.bg-gradient .statistic__title,
.bg-gradient .subtitle,
.bg-gradient a:focus,
.bg-gradient a:hover,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3:not(.section-subtitle):not(.project__title),
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6,
.bg-img .call-to-action__title,
.bg-img .entry__meta a:focus,
.bg-img .entry__meta a:hover,
.bg-img .page-title__title,
.bg-img .section-title,
.bg-img .statistic__number,
.bg-img .statistic__title,
.bg-img .subtitle,
.bg-img a:focus,
.bg-img a:hover,
.bg-img h1,
.bg-img h2,
.bg-img h3:not(.section-subtitle):not(.project__title),
.bg-img h4,
.bg-img h5,
.bg-img h6,
.bg-overlay .call-to-action__title,
.bg-overlay .entry__meta a:focus,
.bg-overlay .entry__meta a:hover,
.bg-overlay .page-title__title,
.bg-overlay .section-title,
.bg-overlay .statistic__number,
.bg-overlay .statistic__title,
.bg-overlay .subtitle,
.bg-overlay a:focus,
.bg-overlay a:hover,
.bg-overlay h1,
.bg-overlay h2,
.bg-overlay h3:not(.section-subtitle):not(.project__title),
.bg-overlay h4,
.bg-overlay h5,
.bg-overlay h6 {
  color: #ffffff;
}
.bg-black
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-color-overlay
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-color
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-dark
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-gradient
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-img
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description),
.bg-overlay
  p:not(.intro__text):not(.testimonial__text):not(.project__hero-description) {
  color: #ffffff;
}
.bg-black .accordion:first-child .accordion__panel,
.bg-black .accordion__panel,
.bg-black .client-logo,
.bg-black .results-col,
.bg-color-overlay .accordion:first-child .accordion__panel,
.bg-color-overlay .accordion__panel,
.bg-color-overlay .client-logo,
.bg-color-overlay .results-col,
.bg-color .accordion:first-child .accordion__panel,
.bg-color .accordion__panel,
.bg-color .client-logo,
.bg-color .results-col,
.bg-dark .accordion:first-child .accordion__panel,
.bg-dark .accordion__panel,
.bg-dark .client-logo,
.bg-dark .results-col,
.bg-gradient .accordion:first-child .accordion__panel,
.bg-gradient .accordion__panel,
.bg-gradient .client-logo,
.bg-gradient .results-col,
.bg-img .accordion:first-child .accordion__panel,
.bg-img .accordion__panel,
.bg-img .client-logo,
.bg-img .results-col,
.bg-overlay .accordion:first-child .accordion__panel,
.bg-overlay .accordion__panel,
.bg-overlay .client-logo,
.bg-overlay .results-col {
  border-color: #131313;
}
.bg-black .accordion__toggle,
.bg-color-overlay .accordion__toggle,
.bg-color .accordion__toggle,
.bg-dark .accordion__toggle,
.bg-gradient .accordion__toggle,
.bg-img .accordion__toggle,
.bg-overlay .accordion__toggle {
  background-color: #fff;
}
.bg-black .title-underline a,
.bg-color-overlay .title-underline a,
.bg-color .title-underline a,
.bg-dark .title-underline a,
.bg-gradient .title-underline a,
.bg-img .title-underline a,
.bg-overlay .title-underline a {
  background-image: linear-gradient(90deg, #fff 0, #fff);
}
/* Hovers */
.hover-shrink--shrink {
  overflow: hidden;
}
.hover-shrink--shrink,
.hover-shrink--zoom {
  transition: all 0.2s ease-in-out;
}
.hover-shrink:hover .hover-shrink--shrink {
  transform: scale(0.95);
}
.hover-shrink:hover .hover-shrink--zoom {
  transform: scale(1.2);
}
.hover-down {
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  top: 0;
  position: relative;
}
.hover-down:hover {
  box-shadow: 0 5px 10px rgba(64, 90, 128, 0.05);
  top: 2px;
}
.hover-line {
  position: relative;
}
.hover-line:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  right: 0;
  background-color: #fe5900;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.hover-line:hover:after {
  width: 0;
}
/* Title Underline */
.title-underline a {
  background-image: linear-gradient(90deg, #131313 0, #131313);
  background-size: 0 2px;
  background-position: 0 95%;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.5% 0;
}
.title-underline:hover a {
  background-size: 100% 2px;
}
/* Gradients / Overlays */
.bg-gradient-bottom:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #131313;
  background: linear-gradient(0deg, #131313 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0);
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 7%, 0.81);
}
.bg-overlay--light-68:before {
  background-color: hsla(0, 0%, 7%, 0.68);
}
.bg-overlay--light:before {
  background-color: hsla(0, 0%, 7%, 0.37);
}
/* Section Dividers */
.top-divider {
  border-top: 1px solid #e9e9e9;
}
.bottom-divider {
  border-bottom: 1px solid #e9e9e9;
}
/* Animations */
.animate {
  position: relative;
  overflow: hidden;
}
.animate-container {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out 0.8s;
}
.animate:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  z-index: 1;
  transform: translateX(-101%);
}
.animate--animated:before {
  animation: j 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.animate--animated .animate-container {
  opacity: 1;
  visibility: visible;
}
@keyframes j {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
/*# sourceMappingURL=style.min.css.map */
.bg-dark {
  background-color: #000000;
}
.bg-dark-img{
  
    background-image:
                 linear-gradient(45deg,
                    rgba(0, 0, 0, 0.75),
                    rgba(58, 58, 58, 0.75)), 
                      url(
'https://images.unsplash.com/photo-1546146477-15a587cd3fcb?q=80&w=1827&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
          
  /* background-image: url('https://images.unsplash.com/photo-1496989981497-27d69cdad83e?q=80&w=1831&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); */
}
  
/* #about{
    background-image:
                 linear-gradient(45deg,
                    rgba(0, 0, 0, 0.75),
                    rgba(58, 58, 58, 0.75)), 
                      url(
'https://static.wixstatic.com/media/11062b_db8f5ddb085b41fda169efb854f9b69e~mv2.jpg/v1/fill/w_598,h_522,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/Wavy%20Abstract%20Background%20.jpg');
} */

.bg-black {
  background-color: #000;
}
.bg-black-img {
       background-image:
                linear-gradient(45deg,
                    rgba(0, 0, 0, 0.75),
                    rgba(58, 58, 58, 0.75)), 
                      url(
'https://images.unsplash.com/photo-1496989981497-27d69cdad83e?q=80&w=1831&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
          
  /* background-image: url('https://images.unsplash.com/photo-1496989981497-27d69cdad83e?q=80&w=1831&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); */
}

/* add css */

.entry__meta-category-url{
  font-size: 25px;
}

.column {
  float: left;
  width: 100%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}



.card h3 {
  text-align: center;
}

.gap{
  gap: 40px;
}





:root {
  --primary-color:        #000000;
  --secondary-color:      #fe5900;
}
.img-gra{
  background: linear-gradient(90deg, rgba(85, 85, 87, 0.5) 25%, #7c7c7c 100%),url("../img/about/17973908.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}

.list-detail {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.list-detail li {
  display: block;
  list-style: none;
  margin: 0.6em 0 0 0.8em;
}

.list-detail li::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 16px 16px 0;
  border-color: transparent var(--secondary-color) transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
}

.list-detail span {
  position: relative;
  bottom: 5px;
}


.owl-theme .owl-dots .owl-dot span {
  background: var(--gray-color);
  width: 50px;
  height: 3px;
  margin:  35px 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}


.pado{
  padding-left: 230px;
}

#color{
  color: #fff;
}

#color p{
  color: #fff;
}
.img-size{
  height: 60px;
  width: 60px;
}
#about .col-md-4:hover
	{
		background: rgb(36, 35, 35);
	}

  @media only screen and (max-width: 767px){
    .img-svg{
      display: none;
    }
    .fv2--lottie-bg{
      display: none;
    }
  }
  .section-adjest{
    padding-left: 20px;
  }
  .img-svg{
   height: 300px;
  }



  @media only screen and (max-width: 991px) {
  .mb-4 {
    margin-top: 25px;
  }

}

.service-title{
  color: #fa462e;
}



     .containerco {
            display: flex;
            max-width: 1200px;
            width: 100%;
            min-height: 600px;
        }

        .form-section {
            padding: 40px;
            width: 50%;
            background: #111111;
            border-radius: 16px 0 0 16px;
        }

        .image-section {
            width: 50%;
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                        url('https://plus.unsplash.com/premium_photo-1683836722388-8643468c327d?q=80&w=1412&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
            background-size: cover;
            background-position: center;
            border-radius: 0 16px 16px 0;
            padding: 40px;
            display: flex;
            align-items: flex-end;
        }

        .form-header {
            margin-bottom: 40px;
        }

        .form-header h2 {
            font-size: 32px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .form-header p {
            color: #888;
            line-height: 1.5;
            font-size: 15px;
        }

        .form-group {
            margin-bottom: 24px;
        }

        input, select {
            width: 100%;
            padding: 12px 16px;
            background: transparent;
            border: 1px solid #333;
            border-radius: 8px;
            color: white;
            font-size: 15px;
            transition: border-color 0.3s;
        }

        input:focus {
            outline: none;
            border-color: #666;
        }

        .phone-input {
            display: flex;
            gap: 12px;
        }

        .country-select {
            width: 100px;
            background: #111111;
        }

        .employee-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 24px;
        }

        .option-card {
            padding: 16px;
            border: 1px solid #333;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.3s;
        }

        .option-card:hover {
            border-color: #666;
        }

        .option-card h4 {
            margin-bottom: 4px;
            font-weight: 500;
        }

        .option-card p {
            color: #888;
            font-size: 14px;
        }

        button {
            width: 100%;
            padding: 14px;
            background: white;
            color: black;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 15px;
            cursor: pointer;
            margin-top: 12px;
        }

         button:hover{
            
             background: #eb4325;
           
        }

        .testimonial {
            color: white;
            max-width: 400px;
        }

        .testimonial p {
            font-size: 24px;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        @media (max-width: 768px) {
            .containerco {
                flex-direction: column;
            }
            .form-section, .image-section {
                width: 100%;
                border-radius: 16px;
            }
            .image-section {
                min-height: 300px;
                margin-top: 20px;
            }
        }


         input, textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }

        input:focus, textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        textarea {
            height: 120px;
            resize: vertical;
            background-color: #1f1f1f;

        }


.about-cm{
  font-size: medium;
  font-weight: 520;
}

#about-cm{
  font-size: medium;
  font-weight: 548;
}