body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        -moz-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        -ms-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: translateY(145%); } }
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fcfcff;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  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 {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

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

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff !important;
  background-color: #9267ae;
  border-color: #9267ae;
}

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

.btn-primary:focus, .btn-primary.focus {
  /* box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.5); */
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9267ae;
  border-color: #9267ae;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-light {
  color: #333333;
  background-color: #fcfcff;
  border-color: #fcfcff;
}

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

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #333333;
  background-color: #fcfcff;
  border-color: #fcfcff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff !important;
  background-color: #fb5252;
  border-color: #fff;
}

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):focus{
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
  color: #fcfcff;
  background-color: transparent;
  background-image: none;
  border-color: #fcfcff;
}

.btn-outline-light:hover {
  color: #333333;
  background-color: #fcfcff;
  border-color: #fcfcff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.5);
}

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

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(146, 103, 174, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(146, 103, 174, 0.5);
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(146, 103, 174, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

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

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

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

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

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

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

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 1rem;
}
.navbar.other {
  background: #38274C;
}

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

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

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

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

}

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fb5252;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 103, 174, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #9267ae;
}

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #333333;
  background-color: #fcfcff;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

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

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

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

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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 #e9ecef;
  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 #e9ecef;
}

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

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

  .modal-xl {
    max-width: 800px;
  }
}

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

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


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

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

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

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


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

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

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


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

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

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

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

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


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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

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

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 11px;
  height: 11px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #d5d3df;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fb5252;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

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

.d-table-row {
  display: table-row !important;
}

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #9267ae !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #9267ae;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #333333 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
span.email-ids {
    float: left;
    /* padding: 4px; */
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 5px;
}
span.cancel-email {
    border: 1px solid #ccc;
    width: 18px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 20px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;    cursor: pointer;
}
.email-id-row {
    border: 1px solid #ccc;
}
.email-id-row input {
    border: 0; outline:0;
}
span.to-input {
    display: block;
    float: left;
    padding-right: 11px;
}
.email-id-row {
    padding-top: 6px;
    padding-bottom: 7px;
    /*margin-top: 23px;*/
}
.xdsoft_datetimepicker {
  border: 1px solid #d7dee0;
  border-radius: 8px;
  box-shadow: 0 2px 3px 0 rgba(113, 163, 250, 0.1), 0 1px 10px 0 rgba(52, 58, 68, 0.12);
  background-color: #fff;
  padding: 24px 0px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0
}

.xdsoft_datetimepicker button {
  border: none !important
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

.xdsoft_noselect::-moz-selection {
  background: transparent
}

.xdsoft_noselect::selection {
  background: transparent
}

.xdsoft_noselect::-moz-selection {
  background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 345px;
  float: left;
  padding: 0 20px;
  margin-left: 8px
}
@media(max-width: 360px) {
.xdsoft_datetimepicker .fa-chevron-right, .xdsoft_datetimepicker .fa-chevron-left, .xdsoft_datetimepicker .fa-calendar-day{
  padding: 11px 8px !important;
}
}
@media(max-width: 768px) {
  .xdsoft_datetimepicker .xdsoft_timepicker{
    margin-top: 15px !important;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100% !important;
  }
.xdsoft_datetimepicker.xdsoft_inline{
  width: 100% !important;
}
  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100% !important;
  }
}

@media(min-width: 768px) and (max-width: 1200px) {
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 300px !important;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 180px !important;
  }
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 260px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0
}

/*.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}*/

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle
}

.fs-small {
  font-size: 10px;
  color: #9267ae;
}

.xdsoft_datetimepicker .fa-chevron-left {
  float: right;
  background-position: -20px 0
}

.xdsoft_datetimepicker .fa-calendar-day {
  float: right;
}

.xdsoft_datetimepicker .fa-chevron-right {
  float: right;
}

.xdsoft_datetimepicker .fa-chevron-right,
.xdsoft_datetimepicker .fa-chevron-left,
.xdsoft_datetimepicker .fa-calendar-day {
  padding: 11px 14px;
  color: #9267ae;
  cursor: pointer;
  display: block;
}


.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  padding-right: 29px;
  height: 285px;
  overflow: hidden;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: transparent;
  border: 1px solid #c0d5e4;
  margin-bottom: 6px;
  border-radius: 4px;
  color: #666A73;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  height: 52px;
  line-height: 52px
}

.xdsoft_datetimepicker .fa-calendar-day:hover,
.xdsoft_datetimepicker .fa-chevron-right:hover,
.xdsoft_datetimepicker .fa-chevron-left:hover {
  background: #f5f5f5;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";

}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 1;
  margin: 5px 0 0 0;
  padding: 5px 3px;
  color: #666A73;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
  right: -21px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect .xdsoft_scrollbar,
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect .xdsoft_scrollbar {
  width: 6px !important;
  right: 3px !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
  right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #9267ae;
  background: #f5f5f5
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  padding: 2px 15px 2px 5px;
  text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #9267ae;
  color: #fff;

}

.xdsoft_datetimepicker .xdsoft_month {
  width: auto;
  text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
  width: auto;
  margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: transparent;
  color: #9267ae;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 44px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #9267ae
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td:active,
.xdsoft_datetimepicker .xdsoft_calendar td:focus {
  background: #9267ae !important;
  border-radius: 50%;
  color: #fff !important;

}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #fff;
  background-color: #9267ae;
  border-color: #9267ae;

}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
  color: #babbc0;
  cursor: default;
  font-weight: normal;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: #9267ae;
  background: #f5f5f5;
  border-radius: 50%;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  border-color: #9267ae;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  color: #9267ae;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_current:hover {
  color: #fff;
  background-color: #9267aecc;
  border-color: #9267aecc;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
  background: transparent !important;
  color: #babbc0 !important;
  cursor: default !important;
  font-weight: normal !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
  background: transparent !important;
  color: #babbc0 !important;
  cursor: default !important;
  font-weight: normal !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  text-transform: uppercase;
  color: #666A73;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important
}

.xdsoft_time_box {
  position: relative;
}

.xdsoft_scrollbar>.xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px
}

.xdsoft_scrollbar {
  position: absolute;
  width: 8px;
  right: 5px;
  top: 0;
  bottom: 0;
  cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto
}

.xdsoft_scroller_box {
  position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
  border: 1px solid #333;
  background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #000;
  background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000 !important;
  background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
  background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.datepicker_label {
  padding: 0 28px 10px 28px;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */

@font-face {
  font-family: 'lg';
  src: url(http://localhost:3000/../assets/lg.eot?n1z373);
  src: url(http://localhost:3000/../assets/lg.eot?#iefixn1z373) format("embedded-opentype"), url(http://localhost:3000/../assets/lg.woff?n1z373) format("woff"), url(http://localhost:3000/../assets/lg.ttf?n1z373) format("truetype"), url(http://localhost:3000/../assets/lg.svg?n1z373#lg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(http://localhost:3000/../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(http://localhost:3000/../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(http://localhost:3000/../img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(http://localhost:3000/../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(http://localhost:3000/../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(http://localhost:3000/../img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.pricing_table {
  border: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.pricing_table.main {
  border: 2px solid #9267ae;
  border-top-width: 1px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pricing_table .pricing_table-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 0 30px 40px;
  position: relative;
  transition: all .3s ease 0s
}

.pricing_table.main .pricing_table-header {
  background: #9267ae
}

.pricing_table .pricing_table-header:after,
.pricing_table .pricing_table-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.new_pricing .pricing-tabs .tab-link.active span{
  font-weight: 600;
}

.new_pricing .pricing-tabs .tab-link{
  display: inline-block;
  margin-bottom: 5px;
  color: #333333 !important;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.new_pricing .pricing-tabs .tab-link:hover{
  color: #9267ae !important;
}
.new_pricing .pricing-tabs .tab-link.active{
  color: #9267ae !important;
  font-weight: 600;
  padding-bottom: 1px;
  border-bottom: 2px solid;
}

.pricing_table .pricing_table-header:before {
  left: 40px
}

.pricing_table .pricing_table-header:after {
  right: 40px
}

.new_pricing .fade:not(.show){
  display: none;
}

.pricing_table .heading {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0
}

.pricing_table .price {
  font-size: 55px;
  line-height: 60px;
  color: #38274c;
  font-weight: 500;
}

.premium-save{
  font-size: 14px;
  margin: 5px 0 10px 0;
}


.pricing_table.main .currency, .pricing_table.main .month, .pricing_table.main .price, .pricing_table.main .heading, .pricing_table.main .premium-save {
  color: #fff
}

.pricing_table .currency {
  font-size: 30px;
}

.pricing_table .month {
  font-size: 16px;
  margin-left: -4px;
}

.pricing_table .pricing-content {
  padding-top: 50px;
  position: relative
}

.pricing_table .pricing-content:after,
.pricing_table .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricing_table .pricing-content:before {
  left: 40px
}

.pricing_table .pricing-content:after {
  right: 40px
}

.pricing_table .pricing-content ul {
  padding: 0 10px;
  margin: 0;
  list-style: none
}

.pricing_table .pricing-content ul:after,
.pricing_table .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #9267ae 42%, #9267ae 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 3px #707070;
  transition: all .3s ease 0s
}

.pricing_table.main .pricing-content ul:after,
.pricing_table.main .pricing-content ul:before {
  background: linear-gradient(to bottom, #fff 42%, #9267ae 50%)
}

.pricing_table .pricing-content ul:before {
  left: 44px
}

.pricing_table .pricing-content ul:after {
  right: 44px
}

.pricing_table .pricing-content ul li {
  font-size: 15px;
  padding: 10px 22px 10px 0;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-price{
  border: 2px solid #9267ae;
  position: absolute;
  font-size: 10px;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9267ae;
}

.pricing_table .pricing-content ul li.mute {
  opacity: 0.3;
}

.pricing_table .pricing-content ul li:last-child {
  border-bottom: none
}

@media screen and (max-width:1199px) {
  .pricing_table {
      margin-bottom: 25px
  }
}
@media (min-width:575px) {
  .enterprise .heading{
    font-size: 28px;
  }

  .enterprise{
    height: 151.39px;
  }
  .pricing_table .pricing_table-header.h-fix {
    height: 210.39px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .pricing_table .pricing_table-header {
    padding: 30px 0 30px 20px;
  }
}

.decimal{
  line-height: 42px;
  font-size: 30px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: block; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.loginmodal-fb {
    border: 0;
    padding: 11px 15px;
    text-align: left;
    color: #fff;
    background-color: #3B5998;
    font-size: 16px;
}
.loginmodal-fb a, .loginmodal-fb a:focus, .loginmodal-fb a:active, .loginmodal-fb a:hover {
    color: #fff  !important;

}
a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600 !important;
}
.loginmodal-fb::before {
    padding-right: 20%;
    content: "\f09a";
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}
.loginmodal-google {
    padding: 11px 15px;
    text-align: left;
    background-color: #fafafa;
    color: #555555 !important;
    border: 1px solid #dddddd;
    font-size: 16px;
}
.loginmodal-google a, .loginmodal-google a:focus, .loginmodal-google a:active, .loginmodal-google a:hover {
    color: #555555 !important;
}
.loginmodal-google::before {
    padding-right: 20%;
    content: "\f1a0";
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d62d20;
    font-size: 24px;
    vertical-align: middle;
}
@media (min-width: 768px) {
.b-left {
    border-left: 1px solid #000 !important;
} }
.hr-or {
    margin-bottom: 18px !important;
    margin-top: 12px !important;
    border-color: #dddddd;
}

.container-sign {
    padding: 30px 0;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow: hidden;
}
@media (min-width: 800px) {
.container-signup {
    max-width: 800px;
}}

@media (min-width: 576px) {
.container-signin {
    max-width: 400px;
}
.container-signup {
    max-width: 800px;
}
.modal-login {
    max-width: 400px;
}
.modal-login-body {
  padding-left: 36px;
  padding-right: 36px;
}
}
.login-form {
    padding: 10px .75rem !important;
}
.login-form::focus {
    border: 1px solid #ced4da !important;
}
/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	1.1.0
*/

html {
	direction: ltr;
	box-shadow: none !important;
	font-size: 100%;
	margin: 0 !important;
}

body {
	background-color: #FFF;
	color: #333333;
	
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

body a {
	outline: none !important;
}

strong {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	
}

li {
	line-height: 24px;
}

/* Responsive */
@media (max-width: 991px) {
	html.safari {
		position: relative;
		overflow-x: hidden;
	}
}

@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}

.body {
	background-color: #FFF;
}

/* Header */
#header {
	position: relative;
	z-index: 1030;
	transition: ease min-height 300ms;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: #FFF;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
}

#header .header-container {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	min-height: 104px;
	transition: ease height 300ms;
}

@media (max-width: 991px) {
	#header .header-container:not(.container) .header-nav-main {
		padding: 0 0.75rem;
	}
}

#header .header-container:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	transform: translate3d(-50%, 0, 0);
	pointer-events: none;
	z-index: 0;
}

#header .header-container.header-column-equal-width .header-column {
	flex: 1;
}

#header.header-border-bottom .header-container:after {
	content: '' !important;
}

#header.header-border-bottom-dark .header-container:after {
	border-color: rgba(37, 42, 44, 0.1);
}

#header .container {
	position: relative;
}

@media (max-width: 767px) {
	#header .container {
		width: 100%;
	}
}

#header .header-row {
	display: flex;
	position: relative;
	flex-grow: 1;
	flex-basis: 100%;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
}

#header .header-column .header-row {
	justify-content: inherit;
}

#header.header-no-min-height .header-body {
	min-height: 0 !important;
}

#header .header-top {
	position: relative;
	align-items: center;
	border-bottom: 1px solid #EDEDEE;
	display: flex;
	flex-grow: 1;
	font-size: 10.56px;
	font-size: 0.66rem;
	min-height: 41px;
	max-height: 41px;
	z-index: 4;
	transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
}

#header .header-top::after {
	clear: both;
	content: "";
	display: block;
}

#header .header-top .header-top-container {
	display: flex;
	align-self: stretch;
}

#header .header-top p {
	margin: 0;
	padding: 0;
	line-height: 37px;
	float: left;
}

#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
	position: relative;
	top: 1px;
}

#header .header-top .list-inline:not(.social-icons) > li {
	margin-right: 27.2px;
	margin-right: 1.7rem;
}

#header .header-top .list-inline:not(.social-icons) > li:last-child {
	margin-right: 0;
}

#header .header-top .header-social-icons li + li {
	margin-left: 0.4em;
}

#header .header-top .btn {
	display: flex;
	align-self: stretch;
	align-items: center;
}

#header .header-top.header-top-dark, #header .header-top.header-top-colored {
	background: #2E3237;
	border-bottom: 0;
}

#header .header-top.header-top-dark li, #header .header-top.header-top-dark span, #header .header-top.header-top-dark p, #header .header-top.header-top-dark a, #header .header-top.header-top-dark i, #header .header-top.header-top-colored li, #header .header-top.header-top-colored span, #header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored i {
	color: #FFF;
}

#header .header-top.header-top-dark .dropdown-menu, #header .header-top.header-top-colored .dropdown-menu {
	margin: 0;
}

#header .header-top.header-top-dark .dropdown-menu li,
#header .header-top.header-top-dark .dropdown-menu li a, #header .header-top.header-top-colored .dropdown-menu li,
#header .header-top.header-top-colored .dropdown-menu li a {
	color: #9D9D9D;
}

#header .header-top.header-top-dark .dropdown-menu li:hover, #header .header-top.header-top-dark .dropdown-menu li:focus, #header .header-top.header-top-dark .dropdown-menu li:active,
#header .header-top.header-top-dark .dropdown-menu li a:hover,
#header .header-top.header-top-dark .dropdown-menu li a:focus,
#header .header-top.header-top-dark .dropdown-menu li a:active, #header .header-top.header-top-colored .dropdown-menu li:hover, #header .header-top.header-top-colored .dropdown-menu li:focus, #header .header-top.header-top-colored .dropdown-menu li:active,
#header .header-top.header-top-colored .dropdown-menu li a:hover,
#header .header-top.header-top-colored .dropdown-menu li a:focus,
#header .header-top.header-top-colored .dropdown-menu li a:active {
	color: #FFF;
}

#header .header-top.header-top-dark .nav i, #header .header-top.header-top-colored .nav i {
	color: #9D9D9D;
}

#header .header-top.header-top-dark .nav > li > a.dropdown-menu-toggle i, #header .header-top.header-top-colored .nav > li > a.dropdown-menu-toggle i {
	color: #FFF;
}

#header .header-logo {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
	float: left;
}

#header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	margin-top: 16px;
	margin-top: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

#header .header-logo img.logo-1 {
	opacity: 0;
}

#header .header-logo img.logo-1.active {
	opacity: 1;
}

#header .header-logo img.logo-2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	opacity: 0;
	transform: translate3d(-30%, -50%, 0);
}

#header .header-logo img.logo-2.active {
	opacity: 1;
	transform: translate3d(0, -50%, 0);
}

#header .header-social-icons,
#header .header-search,
#header .header-button {
	display: flex;
	align-items: center;
	align-self: stretch;
}

#header .header-button a {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

#header .header-search form input {
	border-radius: 2px 0px 0px 2px;
	font-size: 12.8px;
	font-size: 0.8rem;
	border: 0;
}

#header .header-search form button {
	background: #FFF;
	height: 100%;
	border-radius: 0px 2px 2px 0px;
	box-shadow: none;
}

#header .header-search form button i {
	color: #CCC;
}

#header .header-search.header-search-dark form input {
	background: #2E3237;
	color: #CCC;
}

#header .header-search.header-search-dark form button {
	background: #2E3237;
}

#header .header-search.header-search-dark form button i {
	color: #CCC;
}

#header .header-top-search form input {
	border-color: #ededee;
	border-radius: 35px;
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 7px 12px;
	line-height: 1;
	width: 150px;
}

#header .header-top-search form button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background-color: transparent;
	height: 100%;
	z-index: 3;
}

#header .header-top-search form button i {
	color: #CCC;
}

#header .header-btn-collapse-nav {
	display: none;
	background: transparent;
	color: #333333;
	outline: 0;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 16px 0;
}

#header .header-btn-collapse-nav .hamburguer span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333333;
	transition: ease width 300ms;
	transform: translateY(-50%);
}

#header .header-btn-collapse-nav .hamburguer span:nth-child(1) {
	top: 30%;
}

#header .header-btn-collapse-nav .hamburguer span:nth-child(2) {
	transition-delay: 100ms;
}

#header .header-btn-collapse-nav .hamburguer span:nth-child(3) {
	top: 70%;
	transition-delay: 200ms;
}

#header .header-btn-collapse-nav .close {
	opacity: 0;
	transition: ease all 300ms;
}

#header .header-btn-collapse-nav .close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	background: #333333;
	transition: ease all 300ms;
	transform-origin: 50% 0;
}

#header .header-btn-collapse-nav .close span:nth-child(1) {
	transform: translateX(-50%) rotate(45deg);
}

#header .header-btn-collapse-nav .close span:nth-child(2) {
	transform: translateX(-50%) rotate(-45deg);
}

#header .header-btn-collapse-nav.active .hamburguer {
	opacity: 0;
}

#header .header-btn-collapse-nav.active .hamburguer span {
	width: 0;
}

#header .header-btn-collapse-nav.active .close {
	opacity: 1;
	transition: ease all 300ms;
}

#header .header-btn-collapse-nav.active .close span {
	width: 80%;
	transition: ease all 300ms;
}

#header .header-btn-collapse-nav.active .close span:nth-child(2) {
	transition-delay: 300ms;
}

#header .header-btn-collapse-nav.header-btn-collapse-nav-light .hamburguer span,
#header .header-btn-collapse-nav.header-btn-collapse-nav-light .close span {
	background: #FFF;
}

#header.header-effect-shrink .header-container {
	min-height: 100px;
}

#header.header-container-no-min-height .header-container {
	min-height: 0;
}

#header.header-no-border-bottom .header-body {
	border-bottom: 0;
}

@keyframes headerReveal {
	from {
		top: -150px;
	}

	to {
		top: 0;
	}
}

html.sticky-header-active #header.header-effect-reveal .header-body {
	animation: headerReveal 300ms;
}

html.sticky-header-active #header.header-no-border-bottom .header-body {
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

html.sticky-header-active #header.header-effect-shrink .header-body .header-top {
	max-height: 0;
}

html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-transparent .header-body {
	position: relative;
	top: 0;
	background: transparent;
}

html #header.header-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	perspective: 1000px;
}

html #header.header-transparent .header-container {
	min-height: 92px;
}

html #header.header-transparent .header-container:after {
	content: none;
}

html #header.header-transparent .header-nav-main {
	padding: 0 16px;
	padding: 0 1rem;
	transition: ease padding 300ms;
}

html #header.header-transparent .header-nav-main:before {
	width: 100%;
	transition: ease width 300ms;
}

html #header.header-transparent-dark .header-body:before {
	background: #333333;
}

html.sticky-header-enabled #header.header-transparent .header-body {
	position: fixed;
}

html:not(.sticky-header-active) #header.header-transparent .header-body {
	border-bottom: 0;
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a:not(.active) {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-transparent .header-nav-main.header-nav-main-dark nav > ul > li > a:not(.active) {
		color: #333333;
	}
}

html.sticky-header-active #header.header-transparent .header-container:after {
	content: '';
}

html.sticky-header-active #header.header-transparent .header-body:before {
	opacity: 1;
}

html.sticky-header-active #header.header-transparent .header-nav-main:before {
	width: 100vw;
}

@media (max-width: 991px) {
	html.sticky-header-active #header.header-transparent .header-container:after {
		content: '';
	}

	html.sticky-header-active #header.header-transparent .header-nav-main {
		padding: 0;
	}

	html.sticky-header-active.mobile-menu-opened #header.header-transparent .header-container:after {
		content: none;
	}
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	position: absolute;
	min-height: 0 !important;
	width: 100%;
}

html #header.header-semi-transparent .header-container:after, html #header.header-semi-transparent-light .header-container:after {
	content: none;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	background: transparent;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #252A2C;
	border-bottom: 0;
	opacity: 0.1;
	transition: opacity 0.3s ease;
}

html #header.header-semi-transparent .header-nav-main, html #header.header-semi-transparent-light .header-nav-main {
	padding: 0 16px;
	padding: 0 1rem;
	transition: ease padding 300ms;
}

html #header.header-semi-transparent .header-nav-main:before, html #header.header-semi-transparent-light .header-nav-main:before {
	width: 100%;
	transition: ease width 300ms;
}

html #header.header-semi-transparent-light .header-body:before {
	background: #FFF;
}

html:not(.sticky-header-active) #header.header-semi-transparent .header-body, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
	border-bottom: 0;
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}
}

html.sticky-header-active #header.header-semi-transparent .header-body {
	border-color: rgba(46, 50, 55, 0.2);
}

html.sticky-header-active #header.header-transparent .header-container:after, html.sticky-header-active #header.header-semi-transparent-light .header-container:after {
	content: '';
	z-index: 0;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before, html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
	opacity: 1;
}

@media (max-width: 991px) {
	html #header.header-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent-light .header-container:not(.container) .header-nav-main {
		margin: 0 1rem;
	}

	html.sticky-header-active #header.header-semi-transparent .header-nav-main, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main {
		padding: 0;
	}

	html.sticky-header-active #header.header-semi-transparent .header-nav-main:before, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main:before {
		width: 100vw;
	}
}

@media (max-width: 767px) {
	#header .header-top li {
		font-size: 1.1em;
	}
}

html #header.header-container-bottom-border .header-container:after {
	content: none;
}

html #header.header-container-bottom-border .header-body:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transform: translateX(-50%);
}

@media (min-width: 576px) {
	html #header.header-container-bottom-border .header-body:after {
		max-width: 510px;
	}
}

@media (min-width: 768px) {
	html #header.header-container-bottom-border .header-body:after {
		max-width: 690px;
	}
}

@media (min-width: 992px) {
	html #header.header-container-bottom-border .header-body:after {
		max-width: 930px;
	}
}

@media (min-width: 1200px) {
	html #header.header-container-bottom-border .header-body:after {
		max-width: 1110px;
	}
}

html.sticky-header-active #header.header-container-bottom-border .header-container .header-container:after {
	content: '';
}

html.sticky-header-active #header.header-container-bottom-border .header-body:after {
	content: none;
}

html #header.header-with-borders .header-body:after, html #header.header-with-borders-dark .header-body:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	border-bottom: 0;
	transform: translateX(-50%);
}

html #header.header-with-borders .header-logo,
html #header.header-with-borders .header-social-icons,
html #header.header-with-borders .header-search,
html #header.header-with-borders .header-button, html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
	border-right: 1px solid rgba(204, 204, 204, 0.2);
	border-left: 1px solid rgba(204, 204, 204, 0.2);
}

html #header.header-transparent .header-body:after, html #header.header-semi-transparent .header-body:after, html #header.header-semi-transparent-light .header-body:after {
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

html #header.header-with-borders-dark .header-body:after {
	border-color: rgba(46, 50, 55, 0.8);
}

html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
	border-color: rgba(46, 50, 55, 0.8);
}

html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-button, html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-button {
	border-color: transparent;
}

html #header.header-floating {
	position: absolute;
	min-height: 0 !important;
	width: 100%;
}

@media (min-width: 992px) {
	html #header.header-floating {
		top: 45px;
	}
}

html #header.header-floating .header-container:after {
	content: none;
}

html #header.header-floating .header-body {
	margin: 0 auto;
	border-radius: 3px;
}

@media (min-width: 992px) {
	html #header.header-floating .header-body {
		max-width: 960px;
	}

	html #header.header-floating .header-body .header-container {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	html #header.header-floating .header-body {
		max-width: 1140px;
	}
}

html.sticky-header-active #header.header-floating .header-container:after {
	content: '';
}

html.sticky-header-active #header.header-floating .header-body {
	max-width: none;
	margin: none;
}

html.sticky-header-active #header.header-floating .header-body .header-container {
	padding-right: 15px;
	padding-left: 15px;
}

html #header.header-dark .header-body {
	background: #202326;
	border-color: rgba(46, 50, 55, 0.2);
}

html #header.header-dark.header-transparent .header-body, html #header.header-dark.header-semi-transparent .header-body, html #header.header-dark.header-semi-transparent-light .header-body {
	background: transparent;
}

html #header.header-dark .header-nav-main:before {
	background-color: #202326;
}

html #header.header-dark .header-nav-main nav > ul > li {
	border-color: #2E3237;
}

html #header.header-dark .header-nav-main nav > ul > li > a {
	color: #FFF;
}

html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	background-color: #202326;
}

html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
	border-color: #2E3237;
}

html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	color: #777;
}

html #header.header-dark .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
	color: #333333;
}

html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li.active > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a {
	color: #FFF;
}

html #header.header-dark .header-search form input {
	background: #2E3237;
	color: #CCC;
}

html #header.header-dark .header-search form button {
	background: #2E3237;
}

html #header.header-dark .header-search form button i {
	color: #CCC;
}

html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .close span {
	background: #333333;
}

html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .close span {
	background: #FFF;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

/* Navigations */
/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav {
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: flex-end;
		align-self: stretch;
	}

	#header .header-nav.header-nav-border-top:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		border-top: 1px solid #EDEDEE;
		transform: translateX(-50%);
	}

	#header .header-action {
		border-left: 1px solid #e1e1e1;
		margin-left: 1.1rem;
		padding-left: 1.1rem;
		font-size: 0.85rem;
	}

	#header .header-nav-main {
		display: flex !important;
		height: auto !important;
		order: -1;
		align-self: stretch;
	}

	#header .header-nav-main nav.collapse {
		display: flex !important;
		width: 100%;
	}

	#header .header-nav-main nav > ul {
		width: 100%;
	}

	#header .header-nav-main nav > ul > li {
		display: flex;
		height: 100%;
	}

	#header .header-nav-main nav > ul > li + li {
		margin-left: 2px;
	}

	#header .header-nav-main nav > ul > li a {
		display: flex;
		line-height: 1.42857143;
		align-items: center;
	}

	#header .header-nav-main nav > ul > li a .menu-arrow {
		position: absolute;
		min-width: 30px;
		height: 100%;
		right: 15px;
		top: 0;
	}

	#header .header-nav-main nav > ul > li a .menu-arrow:after {
		content: " ";
		position: absolute;
		top: 50%;
		left: 50%;
		border-color: #CCC;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 6px;
		height: 6px;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#header .header-nav-main nav > ul > li a.dropdown-item {
		background-color: transparent;
	}

	#header .header-nav-main nav > ul > li > a {
		border-radius: 4px;
		font-size: 0.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.2;
		padding: 1.93333em 0.85em;
		color: #777;
	}

	#header .header-nav-main nav > ul > li > a .menu-arrow {
		display: none;
	}

	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.active > a {
		color: #CCC;
		background: transparent;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		background: #252A2C;
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 4px;
		border: 0;
		box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
		margin: -3px 0 0 0;
		min-width: 260px;
		padding: 20px 10px 20px 30px;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn) {
		color: #9D9D9D;
		font-size: 0.87em;
		font-weight: 400;
		padding: 8px 0;
		position: relative;
		text-transform: none;
		transition: ease transform 300ms, ease color 300ms;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
		z-index: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		background: #2a2f31;
		left: 100%;
		display: block;
		margin-top: -5px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
		left: auto;
		right: 100%;
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus {
		z-index: 2;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
		top: -15px;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover.dropdown-reverse > a.dropdown-toggle .menu-arrow, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus.dropdown-reverse > a.dropdown-toggle .menu-arrow {
		transform: rotate(180deg);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		left: auto;
		right: calc(100% + 20px);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu:after {
		content: '';
		position: absolute;
		top: 0;
		right: -20px;
		height: 100%;
		width: 20px;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
		color: #FFF;
		transform: translate3d(10px, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 100%;
		left: 0;
		display: block;
		opacity: 1;
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		background: #252A2C;
		border-radius: 6px;
		left: 50% !important;
		right: auto !important;
		padding: 0;
		width: 100% !important;
		max-width: 95vw;
		transform: translate3d(-50%, 0, 0);
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 40px 20px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
		padding: 15px 5px 10px 30px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div:first-child:not(.dropdown-mega-sub-content-block),
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div + div {
		border-right: 1px solid #303537;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
		border-right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #FFF;
		display: block;
		font-size: 1em;
		font-weight: 600;
		margin-top: 1.2rem;
		padding-bottom: 5px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
		display: block;
		padding: 8px;
		line-height: 1.42857143;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a {
		color: #FFF;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
		position: absolute;
		left: 0;
		top: 0;
		padding: 55px 30px !important;
		height: 100%;
		border-radius: 4px 0 0 4px;
		overflow: hidden;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.dropdown-mega-sub-content-block-right {
		right: 0;
		left: auto;
		border-radius: 0 4px 4px 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.overlay:before {
		z-index: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block h4 {
		font-size: 1.6em;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block p {
		color: #777;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-image {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-button {
		display: inline-block;
		border-bottom: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
		opacity: 0;
		transform: translateY(-15%);
		transition: ease transform 300ms, ease opacity 300ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
		opacity: 0;
		transform: translateX(15%);
		transition: ease transform 300ms, ease opacity 300ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span {
		transition-delay: 100ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4 {
		transition-delay: 200ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p {
		transition-delay: 300ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
		transition-delay: 400ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
		transition-delay: 500ms;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > span,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > h4,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > p,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > a {
		opacity: 1;
		transform: translateY(0);
	}

	#header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > img.content-block-image {
		opacity: 1;
		transform: translateX(0);
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 > .dropdown-menu {
		border-radius: 4px;
		width: 100vw !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block {
		position: relative;
		height: auto;
		padding: 30px 50px !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 15px;
		background: #282D2F;
		z-index: -1;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-nav .dropdown-submenu .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
		left: auto !important;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		color: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a:hover {
		background: transparent;
	}

	#header .header-nav-main.header-nav-main-dark nav > ul > li > a {
		color: #333333;
	}

	#header .header-nav-main.header-nav-main-dark nav > ul > li > a:hover {
		background: transparent;
	}

	#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.75rem;
		padding-left: 1.1em;
		padding-right: 1.1em;
	}
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
		font-size: 0.70rem;
	}
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a {
		position: relative;
	}

	#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-top: 3px solid #CCC;
	}

	#header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-top: 3px solid #CCC;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li {
		margin-left: 0;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu {
		box-shadow: 0 21px 55px -20px rgba(0, 0, 0, 0.08);
		border-radius: 0 0 4px 4px;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
		content: '';
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		border-top: 1px solid rgba(204, 204, 204, 0.3);
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a {
		border-radius: 0;
		transition: none;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a.active {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:focus > a {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a {
		color: #777 !important;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a.active {
		color: #FFF !important;
	}

	#header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:focus > a {
		color: #FFF !important;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		background-color: #FFF;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
		color: #CCC;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
		background-color: #FFF;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
		border-color: #F1F3F7;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
		background-color: #CCC;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
		color: #FFF !important;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		position: relative;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		margin-left: 0.7rem;
		margin-right: 0.7rem;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		font-size: 0.8em;
		text-transform: none;
		font-weight: normal;
		margin-top: 0.3rem;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		transition: ease padding-bottom 300ms;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
		padding-bottom: 35px;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span {
		top: 60%;
		left: 0;
		opacity: 1;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: 0;
		opacity: 0;
		transform: translate3d(0, -50%, 0);
		transition: ease opacity 200ms, ease top 300ms;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a {
		padding-bottom: 35px;
	}

	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span {
		top: 60%;
		left: 0;
		opacity: 1;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a {
		position: relative;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
		content: '';
		display: block;
		position: absolute;
		top: 56%;
		left: 0.55rem;
		right: 100%;
		border-top: 7px solid rgba(204, 204, 204, 0.5);
		transform: translate3d(0, -50%, 0);
		transition: ease right 300ms;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active {
		color: #777;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
		right: 0.55rem;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a {
		color: #777;
	}

	#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a:before {
		right: 0.55rem;
	}

	#header .header-nav.header-nav-square .header-nav-main nav > ul > li > a {
		border-radius: 0;
	}

	#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 0.8rem;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-menu li,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-mega-sub-nav li {
		transition: transform .2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover > .dropdown-menu li,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover .dropdown-mega-sub-nav li {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
		transform: translate3d(-50%, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu > li {
		transform: translate3d(0, 0, 0) !important;
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
		transform: translate3d(-50%, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(0, 5px, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
		transform: translate3d(-50%, 5px, 0);
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
		transform: translate3d(-50%, 0, 0);
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
		transform: translate3d(0, 5px, 0);
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(0, 10px, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
		transform: translate3d(-50%, 10px, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu.dropdown-reverse {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
		transform: translate3d(-55%, 0, 0);
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu.dropdown-reverse {
		transform: translate3d(45%, 0, 0);
	}

	#header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		transform: translate3d(20px, 0, 0);
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav {
		display: flex;
		align-items: center;
	}

	#header .header-nav-main {
		position: absolute;
		top: 99%;
		right: 0;
		left: 0;
		background: transparent;
		margin-top: 0px;
		z-index: 1;
	}

	#header .header-nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #252A2C;
		z-index: -1;
		transform: translateX(-50%);
	}

	#header .header-nav-main nav {
		max-height: 60vh;
		overflow: hidden;
		overflow-y: auto;
		margin: 1.3rem 0;
		transition: ease all 300ms;
	}

	#header .header-nav-main nav.collapsing {
		overflow-y: hidden;
	}

	#header .header-nav-main nav.closed {
		margin: 0;
	}

	#header .header-nav-main nav::-webkit-scrollbar {
		width: 5px;
	}

	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: rgba(204, 204, 204, 0.5);
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #303537;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	#header .header-nav-main nav > ul li a:not(.btn) {
		position: relative;
		display: block;
		color: #9D9D9D;
		font-style: normal;
		line-height: 1.3;
		padding: 10px 0;
		border-radius: 4px;
		
	}

	#header .header-nav-main nav > ul li a:not(.btn):hover, #header .header-nav-main nav > ul li a:not(.btn):focus, #header .header-nav-main nav > ul li a:not(.btn).active {
		color: #FFF;
	}

	#header .header-nav-main nav > ul li a:not(.btn) .menu-arrow {
		position: absolute;
		min-width: 30px;
		height: 100%;
		right: 5px;
		top: 0;
		transform-origin: center;
		transition: ease transform 800ms;
	}

	#header .header-nav-main nav > ul li a:not(.btn) .menu-arrow:after {
		content: " ";
		position: absolute;
		top: 50%;
		left: 50%;
		border-color: #CCC;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 7px;
		height: 7px;
		transform: translate(-50%, -50%) rotate(135deg);
	}

	#header .header-nav-main nav > ul li a:not(.btn).dropdown-item {
		background-color: transparent;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0 0 20px;
		margin: 0;
		font-size: 13px;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
		transform: rotateX(180deg) translate3d(0, -3px, 0);
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-toggle .menu-arrow {
		transform: rotateX(180deg) translate3d(0, -3px, 0);
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		padding-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-content {
		padding-left: 0;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		display: block;
		color: #FFF;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li.dropdown-full-color:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul li.dropdown-full-color > a {
		padding: 10px 15px;
	}

	#header .header-nav-main nav > ul li.dropdown-full-color > .dropdown-menu li {
		border: none;
	}

	#header .header-nav-main nav > ul li.dropdown-full-color.opened > .dropdown-menu {
		padding-left: 15px;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		font-size: 1.1em;
		font-weight: 400;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	#header .header-btn-collapse-nav {
		display: flex;
		position: relative;
		z-index: 1;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		text-align: left;
	}

	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		font-size: 0.6em;
		display: block;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main:before {
		background-color: #FFF;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li {
		border-color: #F1F3F7;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:hover, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:focus, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a.active {
		color: #CCC;
	}

	#header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		font-weight: bold;
	}

	html.safari #header .header-nav-main nav a {
		transform: translate3d(0px, 0px, 1px) !important;
	}
}
/* Side Header */
/* Side Header */
html.side-header:not(.side-header-from-out) #header {
	min-height: 0 !important;
}

@media (min-width: 992px) {
	html.side-header .main .container, html.side-header #footer .container {
		padding: 0 35px;
		width: 100% !important;
		max-width: 1210px;
	}

	html.side-header body > .body {
		margin: 0 0 0 280px;
		width: auto;
		overflow-x: hidden;
		overflow-y: visible;
	}

	html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		width: 100% !important;
		left: auto !important;
	}

	html.side-header .nano > .nano-content {
		right: -12px !important;
		margin-right: 0 !important;
	}

	html.side-header .nano > .nano-pane {
		width: 7px;
		background: rgba(28, 31, 33, 0.05);
	}

	html.side-header .nano > .nano-pane > .nano-slider {
		background: rgba(28, 31, 33, 0.2);
	}

	html.side-header #header {
		background: #FFF;
		position: fixed;
		box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
		top: 0;
		left: 0;
		width: 280px;
		height: 100%;
		padding-top: 3rem;
	}

	html.side-header #header .header-body {
		border-bottom: 0;
	}

	html.side-header #header .header-container {
		display: block;
		margin: 0;
	}

	html.side-header #header .header-container:after {
		content: none;
	}

	html.side-header #header .header-row {
		flex-direction: column;
	}

	html.side-header #header .header-nav {
		margin: 2.7rem 0;
		height: 33vh;
	}

	html.side-header #header .header-logo img {
		margin: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li {
		flex-basis: 100%;
		flex-wrap: wrap;
		height: auto;
	}

	html.side-header #header .header-nav-main nav > ul > li a {
		position: relative;
		padding: 0.7rem;
		flex-basis: 100%;
	}

	html.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
		display: block;
		right: 0;
		transform-origin: center;
		transition: ease transform 800ms;
	}

	html.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow:after {
		top: 45%;
		transform: translate(-50%, -50%) rotate(135deg);
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
		display: none;
		position: relative;
		top: 0;
		padding: 0 0 0 0.7rem;
		margin: 0;
		opacity: 1;
		box-shadow: none;
		background-color: transparent;
		min-width: 0;
		width: 100% !important;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu {
		position: static;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
		top: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 12px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		display: none;
		left: 0;
		padding-left: 1rem;
		margin: 0;
		opacity: 1;
		width: 100%;
		background: transparent;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
		transform: rotateX(180deg) translate3d(0, -3px, 0);
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:hover > a, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:focus > a {
		transform: translate3d(0, 0, 0);
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega.opened > .dropdown-toggle .menu-arrow {
		transform: rotateX(180deg) translate3d(0, -3px, 0);
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		padding: 0 0 0 0.2rem;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 13px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega [class*="col"] {
		flex-basis: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 0 0 0 0.5rem;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
		padding: 0 0 0 15px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
		display: none !important;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		margin: 0.4rem 0 0;
	}

	html.side-header.side-header-right body > .body {
		margin: 0 280px 0 0;
	}

	html.side-header.side-header-right #header {
		left: auto;
		right: 0;
	}
}

html.side-header.side-header-semi-transparent body > .body {
	margin: 0;
}

html.side-header.side-header-semi-transparent .nano > .nano-pane {
	background: rgba(255, 255, 255, 0.05);
}

html.side-header.side-header-semi-transparent .nano > .nano-pane > .nano-slider {
	background: rgba(255, 255, 255, 0.2);
}

html.side-header.side-header-semi-transparent #header {
	background: transparent;
}

html.side-header.side-header-semi-transparent #header .header-container:after {
	content: none;
}

html.side-header.side-header-semi-transparent #header .header-body {
	background: transparent;
	border-bottom: 0;
}

html.side-header.side-header-semi-transparent #header .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333333;
	border-bottom: 0;
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li:not(.active) > a {
	color: #FFF;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
	color: #d0d0d0;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li:hover > a, html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li:focus > a {
	color: #FFF;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
	color: #FFF;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
	color: #d0d0d0;
}

html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a, html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a {
	color: #FFF;
}

@media (max-width: 991px) {
	html.side-header.side-header-semi-transparent #header {
		position: absolute;
		width: 100%;
	}

	html.side-header.side-header-semi-transparent #header .header-nav-main {
		background: transparent;
	}

	html.side-header.side-header-semi-transparent #header .header-nav-main:before {
		background: #333333;
		opacity: 0.2;
	}

	html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li {
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}
}

html.side-header.side-header-semi-transparent-light #header .header-body:before {
	background: #FFF;
}

@media (max-width: 991px) {
	html.side-header.side-header-semi-transparent-light #header .header-nav-main:before {
		background: #FFF;
	}
}

@media (max-width: 991px) {
	html.side-header #header .nano {
		position: static;
		overflow: visible;
	}

	html.side-header #header .nano .nano-content {
		top: 99%;
		bottom: auto;
		right: 0 !important;
		overflow: visible;
	}
}
/*
Side Header From Out
*/
@media (min-width: 992px) {
	html.side-header.side-header-from-out .main .container, html.side-header.side-header-from-out #footer .container {
		max-width: 1140px;
	}

	html.side-header.side-header-from-out body > .body {
		margin: 0;
	}

	html.side-header.side-header-from-out #header {
		display: flex;
		align-items: center;
		right: 0;
		left: auto;
		width: 490px;
		transform: translate3d(100%, 0, 0);
		transition: ease transform 300ms;
	}

	html.side-header.side-header-from-out #header.side-header-show {
		transform: translate3d(0, 0, 0);
	}

	html.side-header.side-header-from-out #header .header-column {
		flex-direction: column;
	}

	html.side-header.side-header-from-out #header .header-nav {
		height: 37vh;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a {
		justify-content: center;
		font-size: 0.85rem;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a > i {
		position: relative;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a .menu-arrow {
		min-width: 45px;
		margin-right: -1.9rem;
		right: 13px;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		padding: 0;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		padding-left: 0;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega [class*="col"] {
		margin-top: 0.8rem;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega [class*="col"]:last-child {
		margin-bottom: 0.8rem;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		padding: 0;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		margin-top: -0.8rem;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		margin: 0;
		text-align: center;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
		display: flex;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav + .dropdown-mega-sub-title {
		margin-top: 0.8rem;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 0;
	}

	html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
		padding: 0;
	}
}

@media (max-width: 991px) {
	html.side-header.side-header-from-out #header .header-nav-main nav > ul li:hover > a, html.side-header.side-header-from-out #header .header-nav-main nav > ul li:focus > a {
		color: #FFF;
	}
}
/*
Side Header Overlay Full Screen
*/
html.side-header-overlay-full-screen body > .body {
	margin: 0;
	width: auto;
	overflow-x: hidden;
	overflow-y: visible;
}

html.side-header-overlay-full-screen body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
	width: 100% !important;
	left: auto !important;
}

html.side-header-overlay-full-screen #header {
	display: flex;
	align-items: center;
	background-color: rgba(27, 30, 33, 0.99);
	position: fixed;
	box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding-top: 48px;
	padding-top: 3rem;
	opacity: 0;
	visibility: hidden;
	transition: ease opacity 300ms, ease visibility 300ms;
}

html.side-header-overlay-full-screen #header.side-header-show {
	opacity: 1;
	visibility: visible;
	transition: ease opacity 300ms, ease visibility 300ms;
}

html.side-header-overlay-full-screen #header .header-container:after {
	content: none;
}

html.side-header-overlay-full-screen #header .header-body {
	background-color: transparent;
	border-bottom: 0;
}

html.side-header-overlay-full-screen #header .header-row {
	flex-direction: column;
}

html.side-header-overlay-full-screen #header .header-column {
	flex-direction: column;
}

html.side-header-overlay-full-screen #header .header-nav {
	width: 290px;
	height: 37vh;
	margin: 32px auto;
	margin: 2rem auto;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

html.side-header-overlay-full-screen #header .header-nav > .nano-pane {
	top: 20px;
	bottom: 20px;
}

html.side-header-overlay-full-screen #header .header-nav > .nano-pane > .nano-slider {
	background: #CCC;
}

html.side-header-overlay-full-screen #header .header-logo img {
	margin: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main {
	align-self: auto;
	max-height: 100%;
	padding-right: 0;
	margin-top: 25.6px;
	margin-top: 1.6rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav {
	width: 100%;
	max-height: none;
	overflow: visible;
	overflow-y: visible;
	border-bottom: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul {
	padding-bottom: 25.6px;
	padding-bottom: 1.6rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	height: auto;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11.2px;
	padding: 0.7rem;
	flex-basis: 100%;
	font-size: 13.6px !important;
	font-size: 0.85rem !important;
	color: #FFF;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a > i {
	position: relative;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a .menu-arrow {
	position: relative;
	min-width: 45px;
	margin-right: -33.6px;
	margin-right: -2.1rem;
	right: 10px;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
	display: block;
	transform-origin: center;
	transition: ease transform 800ms;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow:after {
	top: 45%;
	transform: translate(-50%, -50%) rotate(135deg);
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
	display: none;
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
	box-shadow: none;
	background-color: transparent;
	min-width: 0;
	width: 100% !important;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li {
	border-bottom: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu {
	position: static;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-menu {
	display: none;
	left: 0;
	padding-left: 0;
	margin: 0;
	opacity: 1;
	width: 100%;
	background: transparent;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:hover .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:focus .dropdown-menu {
	top: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
	transform: rotateX(180deg) translate3d(0, -3px, 0);
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:hover > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:focus > a {
	color: #FFF;
	transform: translate3d(0, 0, 0);
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li > a {
	color: #9d9d9d;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-toggle .menu-arrow, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega.opened > .dropdown-toggle .menu-arrow {
	transform: rotateX(180deg) translate3d(0, -3px, 0);
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega [class*="col"] {
	flex-basis: 100%;
	max-width: 100%;
	margin-top: 12.8px;
	margin-top: 0.8rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega [class*="col"]:last-child {
	margin-bottom: 12.8px;
	margin-bottom: 0.8rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
	padding: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
	margin-top: -12.8px;
	margin-top: -0.8rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
	margin: 0;
	text-align: center;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
	display: flex;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav + .dropdown-mega-sub-title {
	margin-top: 12.8px;
	margin-top: 0.8rem;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
	padding: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
	padding: 0;
	margin-left: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
	display: none !important;
}

@media (max-width: 991px) {
	html.side-header-overlay-full-screen #header .header-nav-main {
		position: static;
		background-color: transparent;
		padding: 0;
		margin-top: 0;
	}

	html.side-header-overlay-full-screen #header .header-nav-main:before {
		content: none;
	}

	html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li {
		border-bottom: 0;
	}
}

/* Side Header Toggles */
.side-header-btn-toggle {
	display: inline-flex;
	align-items: center;
	color: #FFF;
	font-weight: 600;
}

html.sticky-wrapper-active .side-header-btn-toggle {
	color: #333333;
}

.side-header-btn-close {
	position: absolute;
	top: 20.8px;
	top: 1.3rem;
	right: 19.2px;
	right: 1.2rem;
	font-size: 24px;
	font-size: 1.5rem;
}

@media (max-width: 991px) {
	html.side-header-from-out .side-header-btn-close {
		display: none;
	}
}
/* Double Carousel */
@media (min-width: 992px) {
	html.side-header:not(.side-header-from-out) .double-carousel .nav {
		margin-left: -140px;
	}

	html.side-header:not(.side-header-from-out) .double-carousel .wrapper-left {
		width: calc(35vw - 140px);
		margin-right: -140px;
	}

	html.side-header:not(.side-header-from-out) .double-carousel .wrapper-right {
		margin-left: -140px;
		width: calc(35vw - 140px);
	}
}

@media (max-width: 1600px) {
	html.side-header:not(.side-header-from-out) .double-carousel .nav .title-left,
  html.side-header:not(.side-header-from-out) .double-carousel .nav .title-right {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	html.side-header:not(.side-header-from-out) .double-carousel .nav {
		top: 50%;
	}

	html.side-header:not(.side-header-from-out) .double-carousel .owl-carousel .owl-dots {
		top: 58%;
	}
}

/* IE */
@media (min-width: 992px) {
	html.ie.side-header .nano > .nano-content {
		right: 3px !important;
		margin-right: -20px !important;
		padding-right: 5px;
	}
}

/* Microsoft Edge */
@media (min-width: 992px) {
	html.edge.side-header .nano > .nano-content,
  html.gecko.side-header .nano > .nano-content {
		right: -16px !important;
	}

	html.edge.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
		right: 6px;
	}

	html.edge.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.edge.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 6px;
	}

	html.edge.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 21px;
	}

	html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
		right: 12px;
	}

	html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 12px;
	}

	html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
		right: 12px;
	}
}

/* Signin */
/* Header Signin / Signup / Logged */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
	pointer-events: auto;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a {
	position: relative;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	border-left: 1px solid #CCC;
	transform: translate3d(0, -50%, 0);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
	max-width: 350px;
	width: 100vw !important;
	top: 100%;
	right: 0 !important;
	left: auto;
	pointer-events: none;
	background: #FFF;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: 30px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu li:hover > a {
	color: #CCC;
	transform: translate3d(0, 0, 0);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-content > .row > div {
	padding: 5px 25px;
	border: none !important;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .forgot-pw:hover {
	text-decoration: underline;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
	display: none;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a {
		font-weight: bold;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a:before {
		content: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
		display: block;
		max-width: 100%;
		padding: 0.6rem;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu:before {
		content: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged li {
		border-bottom: 0;
	}
}
/* Shop */
/* Shop */
html.shop #header .header-nav-main {
	order: 2;
}

.mini-cart {
	display: flex;
	position: relative;
}

.mini-cart .mini-cart-icon {
	position: relative;
	margin-left: 12.8px;
	margin-left: 0.8rem;
	top: -4px;
}

.mini-cart .mini-cart-icon > span {
	position: absolute;
	bottom: -5px;
	right: -5px;
	padding: 3.2px 4.8px;
	padding: 0.2rem 0.3rem;
}

.mini-cart .mini-cart-content {
	position: absolute;
	width: 300px;
	top: 100%;
	right: -32px;
	padding-top: 25.6px;
	padding-top: 1.6rem;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transform: translate3d(0, 20px, 0);
	transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}

.mini-cart .mini-cart-content .inner-wrapper {
	position: relative;
	padding: 25.6px;
	padding: 1.6rem;
	box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.5);
}

.mini-cart .mini-cart-content .inner-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: 30px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}

.mini-cart .mini-cart-content .mini-cart-product {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.mini-cart .mini-cart-content .mini-cart-product .product-image {
	position: relative;
}

.mini-cart .mini-cart-content .mini-cart-product .product-image > a {
	position: absolute;
	top: -11px;
	right: -12px;
	padding: 0;
	width: 22.4px;
	width: 1.4rem;
	height: 22.4px;
	height: 1.4rem;
	border: 1px solid #e9ecef;
	box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.5);
}

.mini-cart .mini-cart-content .mini-cart-total {
	padding: 11.2px 0;
	padding: 0.7rem 0;
	border-top: 1px solid #e9ecef;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.mini-cart .mini-cart-content .mini-cart-actions .btn {
	display: block;
	width: 100%;
	text-align: center;
}

.mini-cart:hover .mini-cart-content {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

/* Header Search Expand */
#header .header-search-expanded {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 55px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -30%, 0);
	transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}

#header .header-search-expanded > form {
	display: flex;
	align-items: stretch;
	height: 100%;
}

#header .header-search-expanded > form input {
	box-shadow: none;
	border-color: transparent;
}

#header .header-search-expanded > form input::-webkit-input-placeholder {
	color: #b9b9b9;
}

#header .header-search-expanded > form input::-moz-placeholder {
	color: #b9b9b9;
}

#header .header-search-expanded > form input:-ms-input-placeholder {
	color: #b9b9b9;
}

#header .header-search-expanded > form button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	height: 100%;
	padding: 0;
	width: 50px;
	display: flex;
	justify-content: center;
	background: transparent;
	font-size: 22.4px;
	font-size: 1.4rem;
	box-shadow: none;
}

#header .header-nav,
#header .header-logo {
	transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}

html.sticky-header-active #header .header-search-expanded {
	height: 45px;
}

html.sticky-header-active #header .header-search-expanded > form button {
	padding-top: 6.4px;
	padding-top: 0.4rem;
}

html.header-search-expanded-active #header .header-search-expanded {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, -50%, 0);
	transition: ease opacity 300ms 0ms, ease visibility 300ms 0ms, ease transform 300ms 0ms;
}

html.header-search-expanded-active #header .header-nav,
html.header-search-expanded-active #header .header-logo {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -20px, 0);
}

/* Mobile Menu Opened */
html.mobile-menu-opened #header .header-container:after {
	content: none;
}

html.mobile-menu-opened #header.header-container-bottom-border .header-body:after {
	content: none;
}

/* Page Header */
.page-header {
	background-color: #f1f3f7;
	margin: 0 0 50px 0;
	min-height: 50px;
	padding: 55px 0;
	position: relative;
	text-align: center;
}

.page-header .breadcrumb {
	background: none;
	margin: 0 0 8px 2px;
	padding: 0;
	position: relative;
	z-index: 1;
	justify-content: center;
}

.page-header .breadcrumb > li {
	display: inline-block;
	font-size: 0.85em;
	text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	padding: 0 7px 0 5px;
	font-weight: 900;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 36%;
	right: 20px;
}

.page-header h1 {
	display: inline-block;
	line-height: 32px;
	margin: 0;
	padding: 5px 0;
	font-weight: 600;
	position: relative;
	font-size: 25.6px;
	font-size: 1.6rem;
}

.page-header .lead {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6;
}

.page-header.page-header-color a:hover {
	text-decoration: underline;
}

.page-header.page-header-text-light h1, .page-header.page-header-text-light a:not(.btn), .page-header.page-header-text-light span, .page-header.page-header-text-light p {
	color: #FFF;
}

.page-header.page-header-text-light li,
.page-header.page-header-text-light li > a {
	color: #a2a2a2;
}

.page-header.page-header-text-light.page-header-crumbs-light-2 li,
.page-header.page-header-text-light.page-header-crumbs-light-2 li > a {
	color: #d8d8d8;
}

.page-header.parallax > .container {
	position: relative;
	z-index: 3;
}

.page-header.page-header-dark {
	background-color: #2E3237;
}

/* Parallax */
/* Sections */
.section {
	position: relative;
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
  /* Section Content Pull Top */
  /* Section Content Pull Top 2 */
  /* Section Content Pull Top 3 */
  /* Section Content Pull Top 4 */
  /* Section Content Pull Top 5 */
  /* Section Over Slider */
  /* Section With Text Overlay */
  /* Responsive */
}

.section.section-height-1 {
	padding: 12.307px 0;
	padding: 0.7692307692rem 0;
}

.section.section-height-2 {
	padding: 36.923px 0;
	padding: 2.3076923077rem 0;
}

.section.section-height-3 {
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
}

.section.section-height-4 {
	padding: 110.769px 0;
	padding: 6.9230769231rem 0;
}

.section.section-height-5 {
	padding: 147.692px 0;
	padding: 9.2307692308rem 0;
}

.section > .container {
	position: relative;
	z-index: 3;
}

.section.section-background {
	background-position: 0 50%;
	background-repeat: repeat;
	z-index: 1;
}

.section.section-skew {
	position: relative;
	overflow: hidden;
}

.section.section-skew .section-skew-layer {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: skew(-15deg, 0deg);
}

.section.section-skew .section-skew-layer.skew-layer-from-right, .section.section-skew .section-skew-layer[data-skew-layer-from="right"] {
	left: 105%;
}

.section.section-skew > .container {
	position: relative;
	z-index: 3;
}

@media (max-width: 991px) {
	.section.section-skew .section-skew-layer.section-skew-layer-mobile-right {
		left: 90% !important;
	}
}

.section.section-content-pull-top > .container:not(.no-pull-top) {
	margin-top: -112px;
	margin-top: -7rem;
}

.section.section-content-pull-top.pull-top-level-2 > .container:not(.no-pull-top) {
	margin-top: -144px;
	margin-top: -9rem;
}

.section.section-content-pull-top.pull-top-level-3 > .container:not(.no-pull-top) {
	margin-top: -176px;
	margin-top: -11rem;
}

.section.section-content-pull-top.pull-top-level-4 > .container:not(.no-pull-top) {
	margin-top: -240px;
	margin-top: -15rem;
}

.section.section-content-pull-top.pull-top-level-5 > .container:not(.no-pull-top) {
	margin-top: -288px;
	margin-top: -18rem;
}

.section.section-content-pull-top-2 {
	padding-bottom: 0;
}

.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
	margin-top: -112px;
	margin-top: -7rem;
	background: #FFF;
	border-radius: 7px;
	box-shadow: 0px -1px 15px -3px rgba(153, 153, 153, 0.1);
	padding: 60px 40px;
	z-index: 0;
}

@media (min-width: 768px) {
	.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
		max-width: 1015px;
	}
}

@media (min-width: 1200px) {
	.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
		max-width: 1190px;
	}
}

.section.section-content-pull-top-2.pull-top-level-2 > .container:not(.no-pull-top) {
	margin-top: -144px;
	margin-top: -9rem;
}

.section.section-content-pull-top-2.pull-top-level-3 > .container:not(.no-pull-top) {
	margin-top: -176px;
	margin-top: -11rem;
}

.section.section-content-pull-top-3 {
	padding: 36.8px 0;
	padding: 2.3rem 0;
}

.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
	margin-top: -112px;
	margin-top: -7rem;
	background: #FFF;
	padding: 40px 40px;
}

@media (min-width: 768px) {
	.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
		max-width: 1015px;
	}
}

@media (min-width: 1200px) {
	.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
		max-width: 1190px;
	}
}

.section.section-content-pull-top-4 {
	padding: 36.8px 0;
	padding: 2.3rem 0;
}

@media (max-width: 575px) {
	.section.section-content-pull-top-4 {
		padding-top: 0;
	}
}

.section.section-content-pull-top-4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 100%;
	height: 170px;
	background: linear-gradient(to top, #f1f3f7, rgba(46, 50, 55, 0.2));
}

@media (min-width: 576px) {
	.section.section-content-pull-top-4:before {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.section.section-content-pull-top-4:before {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.section.section-content-pull-top-4:before {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.section.section-content-pull-top-4:before {
		max-width: 1440px;
	}
}

.section.section-content-pull-top-4 > .container:not(.no-pull-top) {
	margin-top: -240px;
	margin-top: -15rem;
}

.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row {
	padding: 0 30px;
}

.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child {
	position: relative;
	padding: 30px 30px 0;
}

.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 203px;
	border-radius: 7px 7px 0 0;
	background: #2E3237;
	z-index: -1;
}

@media (max-width: 575px) {
	.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
		height: 100%;
		border-radius: 0;
	}
}

.section.section-content-pull-top-5 > .container,
.section.section-content-pull-top-5 > .container-fluid {
	margin-top: -48px;
	margin-top: -3rem;
}

.section.section-over-slider {
	margin-top: -106px;
	padding: 0;
}

.section.section-over-slider.section-over-slider-style-1 > .container {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 24px 0;
	padding: 1.5rem 0;
}

.section.section-text-overlay {
	position: relative;
	overflow: hidden;
}

.section.section-text-overlay .text-background {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 13vw;
	line-height: 3.3vw;
	opacity: 0.06;
	z-index: 2;
	transform: translateX(-50%);
}

.section.section-text-overlay .text-background.appear-animation {
	opacity: 0;
}

.section.section-text-overlay .text-background.text-background-style-2 {
	width: 120%;
	opacity: 0.03;
}

.section.section-text-overlay .text-background.text-background-color-1 {
	color: #72b9ff;
}

@media (max-width: 991px) {
	.section.section-content-pull-top:not(.pull-top-always) > .container, .section.section-content-pull-top-2:not(.pull-top-always) > .container, .section.section-content-pull-top-3:not(.pull-top-always) > .container {
		margin-top: 0 !important;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.section.section-over-slider {
		margin-top: 0;
	}

	.section.section-over-slider.section-over-slider-style-1 {
		background: #2E3237;
	}

	.section.section-over-slider.section-over-slider-style-1 > .container {
		border-top: 0;
		padding: 1.5rem 15px;
	}
}

@media (max-width: 575px) {
	.section.section-content-pull-top-4:not(.pull-top-always) > .container {
		margin-top: 0 !important;
	}
}

/* Sidebar */
.sidebar .sidebar-search input {
	padding: 11.2px 35.2px 11.2px 11.2px;
	padding: 0.7rem 2.2rem 0.7rem 0.7rem;
}

.sidebar .sidebar-search button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background-color: transparent;
	height: 100%;
	z-index: 3 !important;
}

.sidebar .sidebar-search button i {
	color: #CCC;
}

.sidebar .sort-source > div > a,
.sidebar .sort-source > li > a {
	
}

/* Sliders */
.slider-container {
	background: #333333;
	width: 100%;
	height: 490px;
	overflow: hidden;
	direction: ltr;
}

.slider-container.slider-container-full-height {
	height: 100vh;
}

.slider-container.slider-container-height-490 {
	height: 490px;
}

.slider-container.slider-container-height-550 {
	height: 550px;
}

.slider-container.slider-container-height-600 {
	height: 600px;
}

.slider-container.slider-container-height-720 {
	height: 720px;
}

.slider-container.slider-container-height-800 {
	height: 800px;
}

.slider-container.slider-container-height-870 {
	height: 870px;
}

/* Slider With Overlay */
.rev_slider li.slide-overlay {
  /* Slider With Overlay Opacity Level */
}

.rev_slider li.slide-overlay .slotholder:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0.9;
	background: #333333;
	z-index: 2;
}

.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
	background: #FFF;
}

.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
	opacity: 0.0;
}

.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
	opacity: 0.1;
}

.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
	opacity: 0.2;
}

.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
	opacity: 0.3;
}

.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
	opacity: 0.4;
}

.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
	opacity: 0.5;
}

.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
	opacity: 0.6;
}

.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
	opacity: 0.7;
}

.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
	opacity: 0.8;
}

.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
	opacity: 0.9;
}

.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
	opacity: 0.10;
}

/* Slider Navigation */
.tp-bullets.bullets-style-1 .tp-bullet {
	width: 7px;
	height: 7px;
	border-radius: 100%;
}

/* Slider Arrows */
.tparrows {
  /* Arrows Dark */
}

.tparrows.slider-arrows-style-1 {
	background: transparent !important;
}

.tparrows.slider-arrows-style-1:hover:before {
	opacity: 0.8;
}

.tparrows.slider-arrows-style-2 {
	background: transparent !important;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:before, .tparrows.slider-arrows-style-2.tp-rightarrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 70%;
	width: 30px;
	height: 30px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	opacity: 0.4;
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transition: ease opacity 300ms;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:after, .tparrows.slider-arrows-style-2.tp-rightarrow:after {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 50%;
	width: 60px;
	border-top: 1px solid #FFF;
	opacity: 0.4;
	transform: translate3d(0, -50%, 0);
	transition: ease width 300ms, ease opacity 300ms;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:hover:before, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:before {
	opacity: 0.8;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:hover:after, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:after {
	width: 90px;
	opacity: 0.8;
}

.tparrows.slider-arrows-style-2.tp-rightarrow {
	transform: rotate(180deg);
}

.tparrows.slider-arrows-dark:before {
	color: #333333;
}

/* Slider Contact Form */
.slider-contact-form-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: 99999;
	transform: translate3d(-50%, 0, 0);
}

.slider-contact-form-wrapper .slider-contact-form {
	background: rgba(28, 31, 33, 0.3);
	padding: 80px 80px 256px;
	padding: 5rem 5rem 16rem;
	min-width: 416px;
}

.slider-contact-form-wrapper .slider-contact-form > p {
	color: #969696;
}

.slider-contact-form-wrapper .slider-contact-form form label {
	color: #CCC;
}

@media (max-width: 575px) {
	.slider-contact-form-wrapper {
		justify-content: center;
	}

	.slider-contact-form-wrapper .slider-contact-form {
		min-width: 256px;
		padding: 3rem;
	}
}

@media (max-width: 320px) {
	.slider-contact-form-wrapper .slider-contact-form {
		padding: 1rem;
	}
}
/* Slider Scroll Button */
.slider-scroll-button {
	position: relative;
	width: 57px;
	height: 57px;
	background: #CCC;
	border-radius: 100%;
}

.slider-scroll-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 49%;
	width: 23px;
	height: 34px;
	border: 1px solid #FFF;
	border-radius: 15px;
	transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
	content: '';
	width: 6px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #FFF;
	position: absolute;
	top: 19px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	animation-name: sliderScrollButton;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Custom Layer Styles */
.layer-bg-color-1 {
	background-color: #2b3b4b;
}

.layer-border-1 {
	border: 5px solid #55616E;
}

.layer-border-width-1 {
	border-width: 5px !important;
}

.layer-border-width-2 {
	border-width: 2px !important;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	border: 0 !important;
}

/* Responsive Letter Spacing for Text Layers */
@media (min-width: 576px) {
	.layer-letter-spacing-10 {
		letter-spacing: 10px !important;
	}
}
/* Boxed */
html.boxed .slider-container {
	width: 100% !important;
	left: auto !important;
}

/* #Footer */
#footer {
	background: #333333;
	margin-top: 50px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	color: #FFF;
}

#footer h2 {
	font-weight: 500;
}

#footer li {
	color: #777;
}

#footer a.highlight-underlined-light {
	color: #FFF;
	text-decoration: underline;
	font-weight: 100;
}

#footer a.highlight-underlined-dark {
	color: #333333;
	text-decoration: underline;
	font-weight: 100;
}

#footer.footer-hover-links-light a:not(.btn) {
	transition: ease all 300ms;
}

#footer.footer-hover-links-light a:not(.btn):hover {
	color: #FFF;
	border-color: #FFF;
}

#footer.footer-text-light h1, #footer.footer-text-light h2, #footer.footer-text-light h3, #footer.footer-text-light h4, #footer.footer-text-light h5, #footer.footer-text-light h6, #footer.footer-text-light p, #footer.footer-text-light a, #footer.footer-text-light span, #footer.footer-text-light li, #footer.footer-text-light strong {
	color: #FFF;
}

#footer.footer-colors a:hover:not(.link-underline-light) {
	text-decoration: underline;
}

#footer > .container > .row {
	padding-top: 2rem;
}

#footer .logo img {
	max-width: 122px;
}

#footer .footer-top-featured-boxes .featured-box h4 {
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.1em;
	padding-top: 4px;
}

#footer .footer-top-featured-boxes .featured-box:nth-child(1) img {
	height: 50px;
}

#footer .footer-top-featured-boxes .featured-box:nth-child(2) img {
	height: 45px;
	left: 37px;
}

#footer .footer-top-featured-boxes .featured-box:nth-child(3) img {
	height: 44px;
	top: 40px;
	left: 27px;
}

#footer.footer-reveal {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -10;
}

#footer .footer-copyright {
	background: #333333;
	margin-top: 1em;
	padding: 2em 0;
}

#footer .footer-copyright.footer-copyright-border-top {
	border-top: 1px solid #E2E4E8;
}

#footer .footer-copyright.footer-copyright-border-top-2 {
	border-top: 1px solid #252525;
}

#footer .footer-copyright.footer-copyright-container-border-top {
	position: relative;
}

#footer .footer-copyright.footer-copyright-container-border-top:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	max-width: 1140px;
	border-bottom: 1px solid #E2E4E8;
	transform: translate3d(-50%, 0, 0);
}

#footer .footer-copyright.footer-copyright-landing-bg-color {
	background-color: #202528;
}

#footer .footer-copyright p {
	font-size: 0.9em;
}

#footer .section-skew .footer-copyright {
	position: relative;
	background: transparent;
	z-index: 2;
}

/* Dark Layout */
html.dark {
  /* Helpers */
  /* Header */
  /* Steps */
  /* Sort */
  /* Double Carousel */
  /* Section */
  /* Learn More */
  /* Content Grid */
}

html.dark .body {
	background-color: #333333;
}

html.dark .border {
	border-color: #2E3237 !important;
}

html.dark #header .header-top {
	border-bottom-color: #2E3237;
}

html.dark #header .header-body {
	background: #333333;
}

html.dark #header .header-container:after {
	border-bottom-color: rgba(46, 50, 55, 0.2);
}

@media (min-width: 992px) {
	html.dark #header .header-nav-main-dark nav > ul > li > a {
		color: #777;
	}
}

html.dark #header .header-btn-collapse-nav .hamburguer span {
	background: #FFF;
}

html.dark #header .header-btn-collapse-nav .close span {
	background: #FFF;
}

html.dark .word-rotator.type .word-rotator-words.waiting::after {
	animation: 1s word-rotator-pulse-light step-end infinite;
}

html.dark .steps .item:not(.active) {
	background: #333333 !important;
}

html.dark .steps .item .item-title {
	color: #FFF;
}

html.dark .steps .item .item-title:after {
	background: #333333;
}

html.dark .steps .item.active {
	border-color: #FFF;
}

html.dark .steps .item.active:before {
	border: 6px solid #333333;
}

html.dark .steps .item.active:after {
	background: #333333;
}

html.dark .steps .item.active .item-title {
	color: #333333;
}

html.dark .steps .dots .dots-color-dark {
	background: #FFF;
}

html.dark .sort-destination-loader:after {
	background: #202326;
}

html.dark .double-carousel .owl-carousel .owl-item .card {
	background: #292d31;
}

html.dark .double-carousel .owl-carousel .owl-item .card p, html.dark .double-carousel .owl-carousel .owl-item .card strong {
	color: #FFF;
}

html.dark section.section {
  /* Section Content Pull Top 2 */
}

html.dark section.section:not([class*="bg-light"]) h2, html.dark section.section:not([class*="bg-light"]) h3, html.dark section.section:not([class*="bg-light"]) h4, html.dark section.section:not([class*="bg-light"]) h5, html.dark section.section:not([class*="bg-light"]) h6 {
	color: #FFF;
}

html.dark section.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
	background: #202326;
	box-shadow: 0px -1px 15px -3px rgba(9, 10, 11, 0.1);
}

html.dark .learn-more {
	color: #FFF;
}

html.dark .learn-more:hover {
	color: #CCC;
}

html.dark .content-grid .content-grid-item:before {
	border-left: 1px solid #2E3237;
}

html.dark .content-grid .content-grid-item:after {
	border-bottom: 1px solid #2E3237;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
	border-left: 1px dashed #2E3237;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom: 1px dashed #2E3237;
}

/* Boxed Layout */
html.boxed body {
	background-color: #E7E9ED;
	background-position: 0 0;
	background-repeat: repeat;
}

html.boxed .body {
	position: relative;
	background-color: #FFF;
	margin: 25px auto;
	max-width: 1200px;
	height: auto;
	z-index: 0;
}

html.boxed #header .header-body {
	max-width: 1200px;
}

html.boxed #header .header-container:after {
	max-width: 1200px;
}

html.boxed #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
	max-width: 1200px;
	border-radius: 0 !important;
}

html.boxed #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
	border-radius: 0 !important;
}

html.boxed #header .header-nav-main nav > ul > li .dropdown-menu {
	border-radius: 0 !important;
}

html.boxed .main {
	overflow: hidden;
}

html.boxed section.section.section-text-overlay .text-background {
	font-size: 9vw;
	line-height: 1.3vw;
}

@media (min-width: 1200px) {
	html.boxed .double-carousel {
		flex-basis: 100vw;
		max-width: none;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

/* Responsive */
@media (min-width: 1140px) {
	html.boxed.sticky-header-active #header .header-body {
		width: 100%;
		max-width: 1200px;
	}
}

@media (max-width: 991px) {
	html.boxed .body {
		margin: 0 auto;
	}
}

html.gap-outside .body {
	margin-top: 25.6px;
	margin-top: 1.6rem;
	margin-bottom: 25.6px;
	margin-bottom: 1.6rem;
}

html.gap-outside .main,
html.gap-outside #footer {
	margin-right: 25.6px;
	margin-right: 1.6rem;
	margin-left: 25.6px;
	margin-left: 1.6rem;
}

html.gap-outside .slider-container {
	width: 100% !important;
	left: auto !important;
}

html.gap-outside #header {
	margin-top: -25.6px;
	margin-top: -1.6rem;
}

html.gap-outside #header .header-body {
	left: 0;
	padding-right: 25.6px;
	padding-right: 1.6rem;
	padding-left: 25.6px;
	padding-left: 1.6rem;
}

html.gap-outside #header .header-container:after {
	content: none;
}

@media (max-width: 991px) {
	html.gap-outside #header .header-nav-main:before {
		width: calc(100vw - 3.2rem);
	}
}

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

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

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

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

.text-color-default {
	color: #333333 !important;
}

.link-color-dark {
	color: #333333;
}

.link-color-light {
	color: #FFF;
}

.link-color-light:hover {
	color: #f1f3f7 !important;
}

.link-color-light-2 {
	color: #f1f3f7;
}

.link-color-light-2:hover, .link-color-light-2:focus, .link-color-light-2:active, .link-color-light-2.active {
	color: #FFF !important;
}

.link-color-light-3 {
	color: #a2a2a2;
}

.link-color-light-3:hover, .link-color-light-3:focus, .link-color-light-3:active, .link-color-light-3.active {
	color: #FFF !important;
}

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

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

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

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

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

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

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

.bg-dark-1 {
	background-color: #090a0b !important;
}

.bg-dark-1 .sort-destination-loader:after {
	background-color: #090a0b !important;
}

.bg-dark-2 {
	background-color: #1b1e21 !important;
}

.bg-dark-2 .sort-destination-loader:after {
	background-color: #1b1e21 !important;
}

.bg-dark-3 {
	background-color: #202326 !important;
}

.bg-dark-3 .sort-destination-loader:after {
	background-color: #202326 !important;
}

.bg-dark-4 {
	background-color: #292d31 !important;
}

.bg-dark-4 .sort-destination-loader:after {
	background-color: #292d31 !important;
}

.bg-dark-5 {
	background-color: #2E3237 !important;
}

.bg-dark-5 .sort-destination-loader:after {
	background-color: #2E3237 !important;
}

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

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

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

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

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

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

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

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

.border-dark-1 {
	border-color: #090a0b !important;
}

.border-dark-2 {
	border-color: #1b1e21 !important;
}

.border-dark-3 {
	border-color: #202326 !important;
}

.border-dark-4 {
	border-color: #292d31 !important;
}

.border-dark-5 {
	border-color: #2E3237 !important;
}

.border-grey {
	border-color: #A8AEB0 !important;
}

.text-0 {
	font-size: 11.2px !important;
	font-size: .70rem !important;
}

.text-1 {
	font-size: 12.8px !important;
	font-size: .80rem !important;
}

.text-2 {
	font-size: 14.4px !important;
	font-size: .90rem !important;
}

.text-3 {
	font-size: 16px !important;
	font-size: 1rem !important;
}

.text-4 {
	font-size: 17.6px !important;
	font-size: 1.1rem !important;
}

.text-5 {
	font-size: 24px !important;
	font-size: 1.50rem !important;
}

.text-6 {
	font-size: 28.8px !important;
	font-size: 1.80rem !important;
}

.text-7 {
	font-size: 32px !important;
	font-size: 2rem !important;
}

.text-8 {
	font-size: 36.8px !important;
	font-size: 2.30rem !important;
}

.text-9 {
	font-size: 40px !important;
	font-size: 2.50rem !important;
}

.text-10 {
	font-size: 44px !important;
	font-size: 2.75rem !important;
}

.text-11 {
	font-size: 48px !important;
	font-size: 3rem !important;
}

.text-12 {
	font-size: 52px !important;
	font-size: 3.25rem !important;
}

.text-13 {
	font-size: 56px !important;
	font-size: 3.50rem !important;
}

.text-14 {
	font-size: 60px !important;
	font-size: 3.75rem !important;
}

.text-15 {
	font-size: 64px !important;
	font-size: 4rem !important;
}

.text-16 {
	font-size: 72px !important;
	font-size: 4.5rem !important;
}

.text-17 {
	font-size: 80px !important;
	font-size: 5rem !important;
}

.text-18 {
	font-size: 84.8px !important;
	font-size: 5.3rem !important;
}

.text-19 {
	font-size: 92.8px !important;
	font-size: 5.8rem !important;
}

.text-20 {
	font-size: 104px !important;
	font-size: 6.5rem !important;
}

@media (max-width: 1199px) {
	.text-15.resp-text-15 {
		font-size: 3.5rem !important;
	}
}

@media (max-width: 991px) {
	.text-5.resp-text-5 {
		font-size: 1.3rem !important;
	}

	.text-15.resp-text-15 {
		font-size: 3rem !important;
	}
}

@media (max-width: 767px) {
	.text-5.resp-text-5 {
		font-size: 1.2rem !important;
	}

	.text-15.resp-text-15 {
		font-size: 2.5rem !important;
	}
}

@media (max-width: 575px) {
	.text-5.resp-text-5 {
		font-size: 1.1rem !important;
	}

	.text-15.resp-text-15 {
		font-size: 2.3rem !important;
	}
}

.line-height-07 {
	line-height: 0.7 !important;
}

.line-height-1 {
	line-height: 1 !important;
}

.line-height-2 {
	line-height: 1.2 !important;
}

.line-height-3 {
	line-height: 1.4 !important;
}

.line-height-4 {
	line-height: 1.6 !important;
}

.line-height-5 {
	line-height: 1.8 !important;
}

@media (max-width: 575px) {
	.mobile-text-1 {
		font-size: 5vw !important;
	}

	.mobile-text-2 {
		font-size: 7vw !important;
	}

	.mobile-text-3 {
		font-size: 12vw !important;
	}

	.mobile-text-4 {
		font-size: 15vw !important;
	}

	.mobile-text-5 {
		font-size: 18vw !important;
	}
}

.letter-spacing-n1 {
	letter-spacing: -1px;
}

.letter-spacing-n6 {
	letter-spacing: -6px;
}

.letter-spacing-0 {
	letter-spacing: 0;
}

.letter-spacing-5 {
	letter-spacing: 5px;
}

.letter-spacing-10 {
	letter-spacing: 10px;
}

.width-auto {
	width: auto;
}

.pointer-events-none {
	pointer-events: none !important;
}

.font-weight-thin {
	font-weight: 100 !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

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

.font-weight-extra-bold {
	font-weight: 800 !important;
}

.mt-negative-1 {
	margin-top: -16px;
	margin-top: -1rem;
}

.mt-negative-2 {
	margin-top: -24px;
	margin-top: -1.5rem;
}

.mt-negative-3 {
	margin-top: -48px;
	margin-top: -3rem;
}

.mt-negative-4 {
	margin-top: -72px;
	margin-top: -4.5rem;
}

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

.font-style-italic {
	font-style: italic !important;
}

.font-primary {
	
}

.font-secondary {
	
}

.font-tertiary {
	
}

.font-quaternary {
	font-family: "Permanent Marker", cursive !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline !important;
}

.text-line-trough {
	text-decoration: line-through !important;
}

.flex-0-0-auto {
	flex: 0 0 auto !important;
}

.scale-1 {
	transform: scale(1.2);
}

.scale-2 {
	transform: scale(2);
}

.scale-3 {
	transform: scale(3);
}

.abs-pos-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.transform-center-x {
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.transform-center-y {
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.transform-center-xy {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.z-index-0 {
	z-index: 0 !important;
}

.z-index-1 {
	z-index: 1 !important;
}

.z-index-2 {
	z-index: 2 !important;
}

.z-index-3 {
	z-index: 3 !important;
}

.z-index-10 {
	z-index: 10 !important;
}

.box-shadow-none {
	box-shadow: none !important;
}

.height-1 {
	height: 18.25vw !important;
}

@media (max-width: 991px) {
	.height-1 {
		height: 23vw !important;
	}
}

@media (max-width: 767px) {
	.height-1 {
		height: 100vw !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-1 {
		min-height: 300px;
	}
}

.height-1x2 {
	height: 36.50vw !important;
}

@media (max-width: 991px) {
	.height-1x2 {
		height: 46vw !important;
	}
}

@media (max-width: 767px) {
	.height-1x2 {
		height: 100vw !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-1x2 {
		min-height: 600px;
	}
}

.height-2 {
	height: 16.25vw !important;
}

@media (max-width: 991px) {
	.height-2 {
		height: 26vw !important;
	}
}

@media (max-width: 767px) {
	.height-2 {
		height: 100vw !important;
	}
}

.height-2x2 {
	height: 32.50vw !important;
}

.height-3 {
	height: 23.25vw !important;
}

@media (max-width: 991px) {
	.height-3 {
		height: 33vw !important;
	}
}

@media (max-width: 767px) {
	.height-3 {
		height: 100vw !important;
	}
}

.height-3x3 {
	height: 46.50vw !important;
}

.height-500 {
	height: 500px;
}

.height-100vh {
	height: 100vh;
}

.min-height-200 {
	min-height: 200px;
}

.min-height-236 {
	min-height: 236px;
}

.min-height-285 {
	min-height: 285px;
}

.min-height-300 {
	min-height: 300px;
}

.min-height-370 {
	min-height: 370px;
}

.min-height-450 {
	min-height: 450px;
}

.min-height-550 {
	min-height: 450px;
}

.min-height-680 {
	min-height: 680px;
}

.min-height-750 {
	min-height: 750px;
}

.min-height-800 {
	min-height: 800px;
}

.min-height-900 {
	min-height: 900px;
}

.min-height-32vw {
	min-height: 32vw;
}

.min-height-100vh {
	min-height: 100vh;
}

.min-height-calc-1 {
	min-height: calc(100vh - 118px);
}

.max-width-150 {
	max-width: 150px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-250 {
	max-width: 250px;
}

.max-width-320 {
	max-width: 320px;
}

.max-width-400 {
	max-width: 400px;
}

.no-vertical-scroll {
	overflow-y: hidden;
}

.no-horizontal-scroll {
	overflow-x: hidden;
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

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

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

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

@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

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

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

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

@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}

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

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

	.col-xl-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	1.1.0
*/
/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #333333;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 6.4px 0;
	margin: 0 0 0.4rem 0;
	letter-spacing: -0.5px;
}
@media(min-width: 992px){
h1 {
	font-size: 36px;
	/*font-size: 2.3rem;*/
}
}
@media(max-width: 992px){
h1 {
  font-size: 22px;
  /*font-size: 2.3rem;*/
}
}

h2 {
	font-size: 28.8px;
	font-size: 1.8rem;
}

h3, .h3 {
	font-size: 22px;
	/*font-size: 1.5rem;*/
}

h4, .h4 {
	font-size: 17.6px;
	font-size: 1.1rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 12.8px;
	font-size: 0.8rem;
}

/* Heading with Icons */
h1 > i, h1 .fa, h1 .fas, h1 .far, h1 .fal, h1 .fab, h1 svg, h1 object, h2 > i, h2 .fa, h2 .fas, h2 .far, h2 .fal, h2 .fab, h2 svg, h2 object, h3 > i, h3 .fa, h3 .fas, h3 .far, h3 .fal, h3 .fab, h3 svg, h3 object, h4 > i, h4 .fa, h4 .fas, h4 .far, h4 .fal, h4 .fab, h4 svg, h4 object, h5 > i, h5 .fa, h5 .fas, h5 .far, h5 .fal, h5 .fab, h5 svg, h5 object, h6 > i, h6 .fa, h6 .fas, h6 .far, h6 .fal, h6 .fab, h6 svg, h6 object {
	margin-right: 10px;
	font-size: 1.9em;
}

h1.icon-va-fix-1 > i, h1.icon-va-fix-1 .fa, h1.icon-va-fix-1 .fas, h1.icon-va-fix-1 .far, h1.icon-va-fix-1 .fal, h1.icon-va-fix-1 .fab, h1.icon-va-fix-1 svg, h1.icon-va-fix-1 object, h2.icon-va-fix-1 > i, h2.icon-va-fix-1 .fa, h2.icon-va-fix-1 .fas, h2.icon-va-fix-1 .far, h2.icon-va-fix-1 .fal, h2.icon-va-fix-1 .fab, h2.icon-va-fix-1 svg, h2.icon-va-fix-1 object, h3.icon-va-fix-1 > i, h3.icon-va-fix-1 .fa, h3.icon-va-fix-1 .fas, h3.icon-va-fix-1 .far, h3.icon-va-fix-1 .fal, h3.icon-va-fix-1 .fab, h3.icon-va-fix-1 svg, h3.icon-va-fix-1 object, h4.icon-va-fix-1 > i, h4.icon-va-fix-1 .fa, h4.icon-va-fix-1 .fas, h4.icon-va-fix-1 .far, h4.icon-va-fix-1 .fal, h4.icon-va-fix-1 .fab, h4.icon-va-fix-1 svg, h4.icon-va-fix-1 object, h5.icon-va-fix-1 > i, h5.icon-va-fix-1 .fa, h5.icon-va-fix-1 .fas, h5.icon-va-fix-1 .far, h5.icon-va-fix-1 .fal, h5.icon-va-fix-1 .fab, h5.icon-va-fix-1 svg, h5.icon-va-fix-1 object, h6.icon-va-fix-1 > i, h6.icon-va-fix-1 .fa, h6.icon-va-fix-1 .fas, h6.icon-va-fix-1 .far, h6.icon-va-fix-1 .fal, h6.icon-va-fix-1 .fab, h6.icon-va-fix-1 svg, h6.icon-va-fix-1 object {
	position: relative;
	top: -1px;
}

h1.icon-va-fix-2 > i, h1.icon-va-fix-2 .fa, h1.icon-va-fix-2 .fas, h1.icon-va-fix-2 .far, h1.icon-va-fix-2 .fal, h1.icon-va-fix-2 .fab, h1.icon-va-fix-2 svg, h1.icon-va-fix-2 object, h2.icon-va-fix-2 > i, h2.icon-va-fix-2 .fa, h2.icon-va-fix-2 .fas, h2.icon-va-fix-2 .far, h2.icon-va-fix-2 .fal, h2.icon-va-fix-2 .fab, h2.icon-va-fix-2 svg, h2.icon-va-fix-2 object, h3.icon-va-fix-2 > i, h3.icon-va-fix-2 .fa, h3.icon-va-fix-2 .fas, h3.icon-va-fix-2 .far, h3.icon-va-fix-2 .fal, h3.icon-va-fix-2 .fab, h3.icon-va-fix-2 svg, h3.icon-va-fix-2 object, h4.icon-va-fix-2 > i, h4.icon-va-fix-2 .fa, h4.icon-va-fix-2 .fas, h4.icon-va-fix-2 .far, h4.icon-va-fix-2 .fal, h4.icon-va-fix-2 .fab, h4.icon-va-fix-2 svg, h4.icon-va-fix-2 object, h5.icon-va-fix-2 > i, h5.icon-va-fix-2 .fa, h5.icon-va-fix-2 .fas, h5.icon-va-fix-2 .far, h5.icon-va-fix-2 .fal, h5.icon-va-fix-2 .fab, h5.icon-va-fix-2 svg, h5.icon-va-fix-2 object, h6.icon-va-fix-2 > i, h6.icon-va-fix-2 .fa, h6.icon-va-fix-2 .fas, h6.icon-va-fix-2 .far, h6.icon-va-fix-2 .fal, h6.icon-va-fix-2 .fab, h6.icon-va-fix-2 svg, h6.icon-va-fix-2 object {
	position: relative;
	top: -2px;
}

h1.icon-va-fix-3 > i, h1.icon-va-fix-3 .fa, h1.icon-va-fix-3 .fas, h1.icon-va-fix-3 .far, h1.icon-va-fix-3 .fal, h1.icon-va-fix-3 .fab, h1.icon-va-fix-3 svg, h1.icon-va-fix-3 object, h2.icon-va-fix-3 > i, h2.icon-va-fix-3 .fa, h2.icon-va-fix-3 .fas, h2.icon-va-fix-3 .far, h2.icon-va-fix-3 .fal, h2.icon-va-fix-3 .fab, h2.icon-va-fix-3 svg, h2.icon-va-fix-3 object, h3.icon-va-fix-3 > i, h3.icon-va-fix-3 .fa, h3.icon-va-fix-3 .fas, h3.icon-va-fix-3 .far, h3.icon-va-fix-3 .fal, h3.icon-va-fix-3 .fab, h3.icon-va-fix-3 svg, h3.icon-va-fix-3 object, h4.icon-va-fix-3 > i, h4.icon-va-fix-3 .fa, h4.icon-va-fix-3 .fas, h4.icon-va-fix-3 .far, h4.icon-va-fix-3 .fal, h4.icon-va-fix-3 .fab, h4.icon-va-fix-3 svg, h4.icon-va-fix-3 object, h5.icon-va-fix-3 > i, h5.icon-va-fix-3 .fa, h5.icon-va-fix-3 .fas, h5.icon-va-fix-3 .far, h5.icon-va-fix-3 .fal, h5.icon-va-fix-3 .fab, h5.icon-va-fix-3 svg, h5.icon-va-fix-3 object, h6.icon-va-fix-3 > i, h6.icon-va-fix-3 .fa, h6.icon-va-fix-3 .fas, h6.icon-va-fix-3 .far, h6.icon-va-fix-3 .fal, h6.icon-va-fix-3 .fab, h6.icon-va-fix-3 svg, h6.icon-va-fix-3 object {
	position: relative;
	top: -3px;
}

/* Styled Heading */
.heading-style-1 {
	font-size: 100.8px;
	font-size: 6.3rem;
	line-height: 1;
	letter-spacing: -5px;
}

.heading-style-1 > span {
	position: absolute;
	margin-left: -14.4px;
	margin-left: -0.9rem;
	z-index: -1;
}

/* Paragraphs */
p {
	color: #333333;
	line-height: 1.5;
	margin: 0 0 1.2em;
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
}

p.short {
	margin-bottom: 0;
}

p.tall {
	margin-bottom: 20px;
}

p.taller {
	margin-bottom: 40px;
}

/* Links */
a {
	color: #333333;
	transition: ease color 300ms;
}

a:hover, a:focus {
	color: #CCC;
	text-decoration: none;
}

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

/* Drop Caps */
p.drop-caps:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 5px;
	
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #CCC;
	color: #FFF;
	padding: 6px;
	margin-right: 5px;
	border-radius: 4px;
}

/* Mask Up */

@keyframes maskUp {
	from {
		transform: translate(0, 100%);
	}

	to {
		transform: translate(0, 0);
	}
}
/* Mask Right */

@keyframes maskRight {
	from {
		transform: translate(-100%, 0);
	}

	to {
		transform: translate(0, 0);
	}
}
/* Mask Down */

@keyframes maskDown {
	from {
		transform: translate(0, -100%);
	}

	to {
		transform: translate(0, 0);
	}
}
/* Mask Left */

@keyframes maskLeft {
	from {
		transform: translate(100%, 0);
	}

	to {
		transform: translate(0, 0);
	}
}
/* Fade In Up Shorter */

@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		transform: translate(0, 50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
/* Fade In Left Shorter */

@keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		transform: translate(50px, 0);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* Fade In Right Shorter */

@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		transform: translate(-50px, 0);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* Fade In Down Shorter */

@keyframes fadeInDownShorter {
	from {
		opacity: 0;
		transform: translate(0, -50px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* Fade In Down Shorter - Absolute Center */

@keyframes fadeInDownShorterAbsCenter {
	from {
		opacity: 0;
		transform: translate(-50%, -50px);
	}

	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
/* Expand In */

@keyframes expandIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}
/* Blur In */

@keyframes blurIn {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.3);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}
/* Carousel Fade In Right */

@keyframes doubleCarouselFadeInRight {
	from {
		opacity: 0;
		transform: translate(15%, -50%);
	}

	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
/* Carousel Fade In Left */

@keyframes doubleCarouselFadeInLeft {
	from {
		opacity: 0;
		transform: translate(-15%, -50%);
	}

	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
/* Steps Fade In Up */

@keyframes stepsFadeInUp {
	from {
		opacity: 0;
		transform: translate(-50%, 25%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
/* Steps Fade In Left */

@keyframes stepsFadeInLeft {
	from {
		opacity: 0;
		transform: translate(-75%, -50%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
/* Steps Fade In Right */

@keyframes stepsFadeInRight {
	from {
		opacity: 0;
		transform: translate(-25%, -50%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
/* Text bg Fade In Up */

@keyframes textBgFadeInUp {
	from {
		opacity: 0;
		transform: translate(-50%, 200%);
	}

	to {
		opacity: 0.06;
		transform: translate(-50%, 0);
	}
}

@keyframes textBgFadeInUpDark {
	from {
		opacity: 0;
		transform: translate(-50%, 200%);
	}

	to {
		opacity: 0.02;
		transform: translate(-50%, 0);
	}
}
/* Text bg Fade In Up 2 */

@keyframes textBgFadeInUp2 {
	from {
		opacity: 0;
		transform: translate(-50%, 200%);
	}

	to {
		opacity: 0.5;
		transform: translate(-50%, 0);
	}
}
/* Header Reveal */

@keyframes headerReveal {
	from {
		top: -150px;
	}

	to {
		top: 0;
	}
}
/* Fade In Scale */

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.7);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}
/* Highlight */

@keyframes highlight {
	0% {
		background-color: transparent;
	}

	50% {
		background-color: #f1f3f7;
	}

	100% {
		background-color: transparent;
	}
}
/* Slider Scroll Button Animation */

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(-50%, 10px, 0);
	}
}
/* Background Scale Out */

@keyframes scaleOut {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}
/* Animations */
.animated {
	animation-duration: 750ms;
	animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
}

.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

.maskUp {
	animation-name: maskUp;
}

.maskRight {
	animation-name: maskRight;
}

.maskDown {
	animation-name: maskDown;
}

.maskLeft {
	animation-name: maskLeft;
}

.fadeInUpShorter {
	animation-name: fadeInUpShorter;
}

.fadeInLeftShorter {
	animation-name: fadeInLeftShorter;
}

.fadeInRightShorter {
	animation-name: fadeInRightShorter;
}

.fadeInDownShorter {
	animation-name: fadeInDownShorter;
}

.fadeInDownShorterAbsCenter {
	animation-name: fadeInDownShorterAbsCenter;
}

.expandIn {
	animation-name: expandIn;
}

.blurIn {
	animation-name: blurIn;
}

.doubleCarouselFadeInRight {
	animation-name: doubleCarouselFadeInRight;
}

.doubleCarouselFadeInLeft {
	animation-name: doubleCarouselFadeInLeft;
}

.stepsFadeInUp {
	animation-name: stepsFadeInUp;
}

.stepsFadeInLeft {
	animation-name: stepsFadeInLeft;
}

.stepsFadeInRight {
	animation-name: stepsFadeInRight;
}

.textBgFadeInUp {
	animation-name: textBgFadeInUp;
}

.textBgFadeInUpDark {
	animation-name: textBgFadeInUpDark;
}

.textBgFadeInUp2 {
	animation-name: textBgFadeInUp2;
}

.fadeInScale {
	animation-name: fadeInScale;
}

.scaleOut {
	animation-name: scaleOut;
}

/* Hover 3d Effect */
.hover-in {
	transition: .1s ease-out !important;
}

.hover-out {
	transition: .1s ease-in !important;
}

.hover-3d {
	transition: none;
}

/* Hover Anim */
.hover-anim.hover-anim-effect-1 {
	backface-visibility: hidden;
	transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.hover-anim.hover-anim-effect-1:hover {
	transform: scale(1.15);
}

/* Highlight Anim */
.highlight-anim {
	animation-name: highlight;
	animation-duration: 1s;
}

/* Overlays */
.overlay {
  /* Backward */
}

.overlay:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #9267ae;
	opacity: 0;
	pointer-events: none;
	transition: ease opacity 300ms 100ms;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
	opacity: 0.4;
}

.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
	opacity: 0.1;
}

.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
	opacity: 0.2;
}

.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
	opacity: 0.3;
}

.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
	opacity: 0.4;
}

.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
	opacity: 0.5;
}

.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
	opacity: 0.6;
}

.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
	opacity: 0.7;
}

.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
	opacity: 0.8;
}

.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
	opacity: 0.9;
}

.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
	z-index: 0;
}

.overlay .container-fluid {
	position: relative;
	z-index: 3;
}

/* Overlay Colors */
.overlay-light:before {
	background-color: #FFF !important;
}

.overlay-dark:before {
	background-color: #333333 !important;
}

/* Navs */
.nav {
	padding-left: 0;
}

.nav > .nav-item > .nav-link {
	color: #333333;
}

.nav > .nav-item > .nav-link.active {
	color: #CCC;
}

.nav > .nav-item > .nav-link:hover, .nav > .nav-item > .nav-link:focus, .nav > .nav-item > .nav-link:active {
	color: #CCC;
}

.nav.no-skin .nav-item .nav-link {
	color: inherit;
}

.nav.nav-light .nav-item .nav-link {
	color: #FFF;
}

.nav.nav-light-2 .nav-item .nav-link {
	color: #d4d4d4;
}

.nav.nav-light-2 .nav-item .nav-link.active, .nav.nav-light-2 .nav-item .nav-link:hover {
	color: #FFF !important;
}

/* Nav Pills */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #FFF;
	background-color: #CCC;
}

/* Nav Secondary */
.nav-secondary {
	z-index: 10;
}

.nav-secondary.nav-secondary-style-1 .nav > li > a {
	position: relative;
	padding-right: 3.2px;
	padding-right: .2rem;
	padding-left: 3.2px;
	padding-left: .2rem;
	margin: 0 16px;
	margin: 0 1rem;
}

.nav-secondary.nav-secondary-style-1 .nav > li > a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 6.4px;
	bottom: 0.4rem;
	left: 50%;
	width: 0%;
	border-bottom: 2px solid #FFF;
	transform: translate3d(-50%, 0, 0);
	transition: ease width 300ms;
}

.nav-secondary.nav-secondary-style-1 .nav > li > a.active, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover {
	color: #FFF;
}

.nav-secondary.nav-secondary-style-1 .nav > li > a.active:after, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover:after {
	width: 100%;
}

.nav-secondary.nav-secondary-style-2 {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate3d(0, -50%, 0);
}

.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active:hover > span {
	opacity: 1;
	visibility: visible;
}

.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active > span {
	opacity: 0;
	visibility: hidden;
}

.nav-secondary.nav-secondary-style-2 .nav > li {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.nav-secondary.nav-secondary-style-2 .nav > li:last-child {
	margin-bottom: 0;
}

.nav-secondary.nav-secondary-style-2 .nav > li > a {
	position: relative;
	display: block;
	width: 12.8px;
	width: 0.8rem;
	height: 12.8px;
	height: 0.8rem;
	border-radius: 100%;
	border: 1px solid #F7F7F7;
	padding: 0;
}

.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	background: #F7F7F7;
	color: #333333;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 3.2px 16px;
	padding: 0.2rem 1rem;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -50%, 0);
	transition: ease opacity 300ms;
}

.nav-secondary.nav-secondary-style-2 .nav > li > a > span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #F7F7F7;
	transform: translate3d(0, -50%, 0);
}

.nav-secondary.nav-secondary-style-2 .nav > li > a.active, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover {
	background: #F7F7F7;
}

.nav-secondary.nav-secondary-style-2 .nav > li > a.active > span, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover > span {
	opacity: 1;
	visibility: visible;
}

.nav-secondary.nav-secondary-style-2.nav-secondary-style-2-square .nav > li > a {
	border-radius: 0;
}

@media (max-width: 767px) {
	.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
		display: none;
	}
}

/* IE */
html.ie .nav-secondary.nav-secondary-style-2 {
	right: 15px;
}

/* Buttons */
.btn {
	display: inline-flex;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.1s;
	font-weight: 500;
}

/* Buttons Sizes */
.btn-fs-1 {
	font-size: 9.6px !important;
	font-size: 0.6rem !important;
}

.btn-fs-2 {
	font-size: 11.2px !important;
	font-size: 0.7rem !important;
}

.btn-fs-3 {
	font-size: 12.8px !important;
	font-size: 0.8rem !important;
}

.btn-fs-4 {
	font-size: 14.4px !important;
	font-size: 0.9rem !important;
}

.btn-fs-5 {
	font-size: 16px !important;
	font-size: 1rem !important;
}

/* Sizes */
.btn-1 {
	padding: 1.23px 17.23px !important;
	padding: 0.0769230769rem 1.0769230769rem !important;
}

.btn-2 {
	padding: 4.923px 23.384px !important;
	padding: 0.3076923077rem 1.4615384615rem !important;
}

.btn-3 {
	padding: 7.384px 29.538px !important;
	padding: 0.4615384615rem 1.8461538462rem !important;
}

.btn-4 {
	padding: 11.076px 35.692px !important;
	padding: 0.6923076923rem 2.2307692308rem !important;
}

.btn-5 {
	padding: 14.769px 41.846px !important;
	padding: 0.9230769231rem 2.6153846154rem !important;
}

/* Vertical Sizes */
.btn-v-1 {
	padding-top: 2.461px !important;
	padding-top: 0.1538461538rem !important;
	padding-bottom: 2.461px !important;
	padding-bottom: 0.1538461538rem !important;
}

.btn-v-2 {
	padding-top: 7.384px !important;
	padding-top: 0.4615384615rem !important;
	padding-bottom: 7.384px !important;
	padding-bottom: 0.4615384615rem !important;
}

.btn-v-3 {
	padding-top: 11.076px !important;
	padding-top: 0.6923076923rem !important;
	padding-bottom: 11.076px !important;
	padding-bottom: 0.6923076923rem !important;
}

.btn-v-4 {
	padding-top: 14.769px !important;
	padding-top: 0.9230769231rem !important;
	padding-bottom: 14.769px !important;
	padding-bottom: 0.9230769231rem !important;
}

.btn-v-5 {
	padding-top: 18.461px !important;
	padding-top: 1.1538461538rem !important;
	padding-bottom: 18.461px !important;
	padding-bottom: 1.1538461538rem !important;
}

/* Horizontal Sizes */
.btn-h-1 {
	padding-left: 17.23px !important;
	padding-left: 1.0769230769rem !important;
	padding-right: 17.23px !important;
	padding-right: 1.0769230769rem !important;
}

.btn-h-2 {
	padding-left: 29.538px !important;
	padding-left: 1.8461538462rem !important;
	padding-right: 29.538px !important;
	padding-right: 1.8461538462rem !important;
}

.btn-h-3 {
	padding-left: 41.846px !important;
	padding-left: 2.6153846154rem !important;
	padding-right: 41.846px !important;
	padding-right: 2.6153846154rem !important;
}

.btn-h-4 {
	padding-left: 54.153px !important;
	padding-left: 3.3846153846rem !important;
	padding-right: 54.153px !important;
	padding-right: 3.3846153846rem !important;
}

.btn-h-5 {
	padding-left: 66.461px !important;
	padding-left: 4.1538461538rem !important;
	padding-right: 66.461px !important;
	padding-right: 4.1538461538rem !important;
}

/* Wide Buttons */
.btn-wide-1 {
	padding: 14.769px 35.692px !important;
	padding: 0.9230769231rem 2.2307692308rem !important;
}

.btn-wide-2 {
	padding: 14.769px 48px !important;
	padding: 0.9230769231rem 3rem !important;
}

.btn-wide-3 {
	padding: 14.769px 60.307px !important;
	padding: 0.9230769231rem 3.7692307692rem !important;
}

.btn-wide-4 {
	padding: 14.769px 72.615px !important;
	padding: 0.9230769231rem 4.5384615385rem !important;
}

.btn-wide-5 {
	padding: 14.769px 97.23px !important;
	padding: 0.9230769231rem 6.0769230769rem !important;
}

/* Button Block */
.btn-block {
	display: block;
}

/* Border Buttons */
.btn-rounded {
	border-radius: 50px;
}

/* Outline Buttons */
.btn-outline {
	border-width: 2px;
	border-radius: 50px;
}

/* Button With Icon Effect 1 */
.btn-icon-effect-1 .wrap {
	position: relative;
}

.btn-icon-effect-1 .wrap span {
	position: relative;
	display: inline-block;
	width: 100%;
	left: 0;
	transition: ease left 300ms;
}

.btn-icon-effect-1 .wrap i, .btn-icon-effect-1 .wrap strong {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0;
	font-size: 17.6px;
	font-size: 1.1rem;
	max-width: 20px;
	transform: translate3d(0, -50%, 0);
	transition: ease right 300ms, ease opacity 300ms;
}

.btn-icon-effect-1:hover .wrap span {
	left: -14px;
}

.btn-icon-effect-1:hover .wrap i, .btn-icon-effect-1:hover .wrap strong {
	opacity: 1;
	right: -14px;
}

/* Button With Icon Effect 2 */
.btn-icon-effect-2 {
	position: relative;
	overflow: hidden;
}

.btn-icon-effect-2 span {
	display: inline-block;
	transition: ease transform 300ms, ease opacity 300ms;
}

.btn-icon-effect-2 i {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	font-size: 1.5em;
	transform: translate(-50%, -100%);
	transition: ease transform 300ms, ease opacity 300ms;
}

.btn-icon-effect-2:hover span {
	opacity: 0;
	transform: translateY(-100%);
}

.btn-icon-effect-2:hover i {
	opacity: 1;
	transform: translate(-50%, -50%);
}

/* Button Group */
.btn-group > .btn-group:not(:first-child) > .btn > strong,
.btn-group > .btn:not(:first-child) > strong {
	position: relative;
	left: -3px;
}

.btn-group.btn-group-style-1 > .btn:first-child {
	z-index: 10;
	margin-right: -3.5em;
}

.btn-group.btn-group-style-1 > .btn-outline:last-child {
	padding-left: 5.5em !important;
}

.btn-group.btn-group-style-1 > .btn-rounded, .btn-group.btn-group-style-1 > .btn-outline {
	position: relative;
	border-radius: 50px !important;
}

.btn-group.btn-group-style-1:hover > .btn:first-child {
	box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
}

.btn-group.btn-group-style-2 > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Buttons Colors */
.btn-light,
html.sticky-header-active .btn-sticky-light {
	border-color: #FFF;
	color: #333333;
	background-color: #FFF;
}

.btn-light:hover, .btn-light:focus,
html.sticky-header-active .btn-sticky-light:hover,
html.sticky-header-active .btn-sticky-light:focus {
	border-color: #fff;
	background-color: #fb5252;
	color: #fff !important;
}

.btn-light:focus,
html.sticky-header-active .btn-sticky-light:focus {
	box-shadow: 0 0 0 3px rgba(146, 103, 174, 0.25);
}

.btn-light:disabled, .btn-light:disabled:hover, .btn-light:disabled:active, .btn-light:disabled:focus, .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:active, .btn-light.disabled:focus,
html.sticky-header-active .btn-sticky-light:disabled,
html.sticky-header-active .btn-sticky-light:disabled:hover,
html.sticky-header-active .btn-sticky-light:disabled:active,
html.sticky-header-active .btn-sticky-light:disabled:focus,
html.sticky-header-active .btn-sticky-light.disabled,
html.sticky-header-active .btn-sticky-light.disabled:hover,
html.sticky-header-active .btn-sticky-light.disabled:active,
html.sticky-header-active .btn-sticky-light.disabled:focus {
	cursor: default;
	border-color: #FFF !important;
	color: #333333 !important;
	background-color: #FFF !important;
}

.btn-light.btn-outline,
html.sticky-header-active .btn-sticky-light.btn-outline {
	background: transparent;
	border-color: #FFF;
	color: #FFF;
}

.btn-light.btn-outline:hover, .btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
	border-color: white;
	background-color: #FFF;
	color: #333333;
}

.btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
	box-shadow: 0 0 0 3px fade(#FFF, 25%);
}

.btn-light.btn-outline:disabled, .btn-light.btn-outline:disabled:hover, .btn-light.btn-outline:disabled:active, .btn-light.btn-outline:disabled:focus, .btn-light.btn-outline.disabled, .btn-light.btn-outline.disabled:hover, .btn-light.btn-outline.disabled:active, .btn-light.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:focus {
	background: transparent !important;
	border-color: #FFF !important;
	color: #FFF !important;
}

.btn-dark,
html.sticky-header-active .btn-sticky-dark {
	border-color: #333333;
	color: #FFF;
	background-color: #333333;
}

.btn-dark:hover, .btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:hover,
html.sticky-header-active .btn-sticky-dark:focus {
	border-color: #33393d;
	background-color: #33393d;
	color: #FFF;
}

.btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:focus {
	box-shadow: 0 0 0 3px rgba(28, 31, 33, 0.25);
}

.btn-dark:disabled, .btn-dark:disabled:hover, .btn-dark:disabled:active, .btn-dark:disabled:focus, .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:active, .btn-dark.disabled:focus,
html.sticky-header-active .btn-sticky-dark:disabled,
html.sticky-header-active .btn-sticky-dark:disabled:hover,
html.sticky-header-active .btn-sticky-dark:disabled:active,
html.sticky-header-active .btn-sticky-dark:disabled:focus,
html.sticky-header-active .btn-sticky-dark.disabled,
html.sticky-header-active .btn-sticky-dark.disabled:hover,
html.sticky-header-active .btn-sticky-dark.disabled:active,
html.sticky-header-active .btn-sticky-dark.disabled:focus {
	cursor: default;
	border-color: #333333 !important;
	color: #FFF !important;
	background-color: #333333 !important;
}

.btn-dark.btn-outline,
html.sticky-header-active .btn-sticky-dark.btn-outline {
	background: transparent;
	border-color: #333333;
	color: #333333;
}

.btn-dark.btn-outline:hover, .btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
	border-color: #050505;
	background-color: #333333;
	color: #FFF;
}

.btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
	box-shadow: 0 0 0 3px fade(#333333, 25%);
}

.btn-dark.btn-outline:disabled, .btn-dark.btn-outline:disabled:hover, .btn-dark.btn-outline:disabled:active, .btn-dark.btn-outline:disabled:focus, .btn-dark.btn-outline.disabled, .btn-dark.btn-outline.disabled:hover, .btn-dark.btn-outline.disabled:active, .btn-dark.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:focus {
	background: transparent !important;
	border-color: #333333 !important;
	color: #333333 !important;
}

/* Button Dots */
.btn-dots {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 0.2;
	padding-top: 0;
	padding-bottom: 19.2px;
	padding-bottom: 1.2rem;
}

/* Colorpicker Button */
.colorpicker-button-style-1 {
	padding: 11.2px 32px 11.2px 48px;
	padding: 0.7rem 2rem 0.7rem 3rem;
	margin-left: -22.4px;
	margin-left: -1.4rem;
}

/* Btn Pull Down */
.btn-pull-down {
	position: relative;
	top: 20px;
}

/* Badges */
.badge.badge-xs {
	padding: 0.3em 0.5em;
}

.badge.badge-sm {
	padding: 0.5em 0.8em;
}

.badge.badge-md {
	padding: 1em 1.6em;
	font-size: 85%;
}

.badge.badge-lg {
	padding: 1.5em 2em;
	font-size: 90%;
}

.badge.badge-xl {
	padding: 2em 2.5em;
	font-size: 100%;
}

/* Shop Badges */
.product-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.product-badge > span {
	font-size: 11.2px;
	font-size: 0.7rem;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.6px 14.4px;
	padding: 0.1rem 0.9rem;
	border-radius: 4px;
	min-width: 57px;
	display: block;
}

.product-badge > span.discount {
	background-color: #2186EB;
}

.product-badge > span.hot {
	background-color: #F73B3B;
}

.product-badge + .product-badge {
	top: 40px;
}

/* Forms */
.form-control {
	/*border-color: transparent;*/
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 14.4px 12px;
	padding: 0.9rem .75rem;
	height: auto !important;
	border-radius: 0;
}

/* Form Control */
.form-control:not(.form-control-lg) {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 1.3;
}

.form-control.form-control-focused {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #e2e2e2;
}

.form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}

.form-control.error {
	border-color: rgba(181, 81, 79, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
	border-color: rgba(181, 81, 79, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* Form Control Errors Light */
.form-errors-light .form-control.error {
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-errors-light .form-control.error:focus {
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 255, 255, 0.3);
}

.form-errors-light label.error {
	color: #FFF;
}

/* Transparent Fields */
form.transparent-fields .form-control {
	background: transparent;
	border-bottom: 1px solid #353535;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	color: #ababab;
	font-weight: 100;
	font-size: 14.4px;
	font-size: 0.9rem;
}

form.transparent-fields .form-control::-webkit-input-placeholder {
	color: #FFF;
}

form.transparent-fields .form-control::-moz-placeholder {
	color: #FFF;
}

form.transparent-fields .form-control:-ms-input-placeholder {
	color: #FFF;
}

form.transparent-fields .form-control:focus {
	border-bottom-color: #FFF;
	box-shadow: none;
}

/* Form Style 2 */
form.form-style-2 .form-control {
	background-color: #f1f3f7;
}

/* Form Style 3 */
form.form-style-3 .form-control {
	background-color: rgba(255, 255, 255, 0.13);
	color: #FFF;
}

form.form-style-3 .form-control::-webkit-input-placeholder {
	color: #FFF;
}

form.form-style-3 .form-control::-moz-placeholder {
	color: #FFF;
}

form.form-style-3 .form-control:-ms-input-placeholder {
	color: #FFF;
}

form.form-style-3 .form-control.form-control-focused {
	border-color: rgba(226, 226, 226, 0.4);
}

form.form-style-3 .form-control:focus {
	border-color: rgba(226, 226, 226, 0.4);
}

/* Contact Form - Dark Style */
.contact-form-dark .form-control {
	background-color: #222527;
	color: #FFF;
}

.contact-form-dark .form-control.form-control-focused {
	border-color: rgba(226, 226, 226, 0.1);
}

.contact-form-dark .form-control:focus {
	border-color: rgba(226, 226, 226, 0.1);
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

/* Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.checkbox-custom.form-check .form-check-input {
	margin-left: 0;
}

.checkbox-custom.form-check .form-check-label {
	padding-left: 0;
}

.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
	margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
	background-color: #eee;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.5;
}

.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #dadada;
	background: #fff;
}

.checkbox-custom label + label.error {
	display: block;
}

.checkbox-custom.checkbox-custom-transparent label:before {
	background: transparent;
}

.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:checked + label:after {
	color: #FFF;
}

.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

/* Custom Radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}

/* Select */
.custom-select-1 {
	position: relative;
}

.custom-select-1:before {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	display: block;
	top: 11px;
	right: 18px;
	color: #b5b5b5;
	font-weight: 900;
	pointer-events: none;
}

.custom-select-1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

/* Colorpicker */
.colorpicker-element .input-group-addon {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
	border-left: 0;
}

.colorpicker-element .input-group-addon i {
	width: 22px;
	height: 22px;
}

.colorpicker-element .input-group-addon i.colorpicker-default-color {
	background-color: linear-gradient(135deg,#2388ed,#0e83cd) !important;
}

.colorpicker-element .add-on i {
	width: 22px;
	height: 22px;
}

.colorpicker-element .form-control {
	border: 0;
	border-radius: 50px 0 0 50px;
	line-height: 1.6 !important;
	padding-left: 20.8px;
	padding-left: 1.3rem;
	padding-right: 20.8px;
	padding-right: 1.3rem;
}

.colorpicker-element .form-control.left-rounded {
	border-radius: 4px 0 0 4px;
	padding-left: 8px;
	padding-left: 0.5rem;
	padding-right: 8px;
	padding-right: 0.5rem;
}

@media (max-width: 576px) {
	.colorpicker-element .d-flex.align-items-stretch {
		display: block !important;
	}

	.colorpicker-element .colorpicker-button-style-1 {
		margin: 10px 0 0;
	}

	.colorpicker-element .input-group-addon {
		border-radius: 0 50px 50px 0 !important;
	}
}

@media (max-width: 576px) {
	.skin-color-picker .d-flex.align-items-stretch {
		display: block !important;
	}

	.skin-color-picker .align-self-sm-center {
		text-align: center;
	}

	.skin-color-picker .colorpicker-button-style-1 {
		margin: 10px 0 0;
		padding: 0.5rem 2.8rem 0.5rem 3rem;
	}

	.skin-color-picker .input-group-addon {
		border-radius: 0 50px 50px 0 !important;
	}
}

/* Tables */
.table-active {
	color: #fff;
}

.table-active > td, .table-active > th {
	color: #fff;
}

/* Table Dark */
.table-dark > td,
.table-dark > th {
	background: transparent;
}

/* Icons */
[data-icon],
.animated-icon {
	position: relative;
	opacity: 0;
}

.sample-icon {
	line-height: 40px;
	font-size: 11px;
}

.sample-icon .fa, .sample-icon .fas, .sample-icon .far, .sample-icon .fal, .sample-icon .fab, .sample-icon .sl, .sample-icon .lnr {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	text-align: center;
	width: 32px;
	color: #333333;
	position: relative;
	transition: all 0.3s;
	top: 1px;
}

.sample-icon:hover .fa, .sample-icon:hover .fas, .sample-icon:hover .far, .sample-icon:hover .fal, .sample-icon:hover .fab, .sample-icon:hover .sl, .sample-icon:hover .lnr {
	font-size: 28px;
	top: 5px;
}

.sample-icon .sl {
	font-size: 18px;
	top: 4px;
}

.sample-icon:hover .sl {
	font-size: 24px;
}

.sample-icon.sample-icon-sl {
	line-height: 50px;
}

.sample-icon .lnr {
	font-size: 18px;
	top: 4px;
}

.sample-icon:hover .lnr {
	font-size: 24px;
}

.sample-icon.sample-icon-lnr {
	line-height: 50px;
}

/* Image */
.object-fit-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.img-thumbnail-small {
	max-width: 25px;
}

.img-thumbnail-medium {
	max-width: 80px;
}

.img-thumbnail-big {
	max-width: 125px;
}

/* Image Frames */
.image-frame {
	position: relative;
	display: block;
	text-decoration: none;
	max-width: 100%;
	z-index: 0;
  /* Image Frames Styles */
}

.image-frame img {
	position: relative;
	z-index: 1;
}

.image-frame .image-frame-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
}

.image-frame .image-frame-wrapper > img {
	transition: ease transform 300ms;
}

.image-frame .image-frame-wrapper .image-frame-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.image-frame .image-frame-wrapper .image-frame-inner-border {
	position: absolute;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
	border: solid rgba(255, 255, 255, 0.1);
	border-width: 0;
	z-index: 2;
	transition: ease border-width 300ms 200ms;
}

.image-frame .image-frame-wrapper .image-frame-action {
	position: absolute;
	opacity: 0;
	z-index: 2;
	display: flex;
	transition: ease opacity 300ms 100ms;
}

.image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
	display: block;
	color: #FFF;
	font-size: 1.2307692308em;
	line-height: 2.9230769231em;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 100%;
	width: 2.9230769231em;
	height: 2.9230769231em;
	text-align: center;
	margin: 3.2px;
	margin: 0.2rem;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-absolute-center {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-style-2 .image-frame-action-icon {
	border: 0;
	background: rgba(28, 31, 33, 0.95);
	border-radius: 0;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon {
	transition: ease transform 200ms;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon:hover {
	transform: scale(1.1);
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-sm .image-frame-action-icon {
	font-size: 0.9230769231em;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-md .image-frame-action-icon {
	font-size: 1.0769230769em;
}

.image-frame .image-frame-wrapper .image-frame-info {
	position: absolute;
	width: 100%;
	z-index: 4;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: ease opacity 300ms 100ms;
}

.image-frame .image-frame-wrapper .image-frame-info.image-frame-info-show {
	opacity: 1;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-1 {
	background: #FFF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
	max-width: 70%;
	margin: 0 auto;
	align-self: flex-end;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title {
	display: flex;
	justify-content: center;
	line-height: 1;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span {
	position: relative;
	font-size: 56px;
	font-size: 3.5rem;
	align-self: flex-end;
	left: -4px;
	top: -4px;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	top: 65%;
	background: #FFF;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
	padding: 32px 41.6px 32px;
	padding: 2rem 2.6rem 2rem;
	margin-top: -35.2px;
	margin-top: -2.2rem;
}

@media (min-width: 992px) and (max-width: 1300px) {
	.image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
		max-width: 95%;
	}
}

@media (max-width: 1199px) {
	.image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
		padding: 2rem 0.8rem 1rem;
	}
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #2E3237;
	z-index: 2;
	transition: ease transform 300ms;
	transform: translate3d(0, 100%, 0);
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-info {
	flex: 1;
	opacity: 0;
	transition: ease opacity 300ms 300ms;
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action {
	display: block;
	color: #FFF;
	font-size: 1.2307692308em;
	line-height: 2.4615384615em;
	border: 1px solid rgba(72, 72, 72, 0.85);
	border-radius: 100%;
	width: 2.4615384615em;
	height: 2.4615384615em;
	text-align: center;
	margin: 3.2px;
	margin: 0.2rem;
	opacity: 0;
	transform: scale(1);
	transition: ease opacity 300ms 300ms, ease transform 300ms;
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action:hover {
	transform: scale(1.1);
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar.image-frame-bottom-bar-style-2 {
	background: linear-gradient(to top, #2E3237, rgba(241, 243, 247, 0));
}

.image-frame:hover .image-frame-info {
	opacity: 1;
}

.image-frame:hover .image-frame-bottom-bar {
	transform: translate3d(0, 0, 0);
}

.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-info,
.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-action {
	opacity: 1;
}

.image-frame.image-frame-border {
	border: 1px solid rgba(28, 31, 33, 0.1);
}

.image-frame.image-frame-style-1 {
	background-color: #FFF;
}

.image-frame.image-frame-style-1 .image-frame-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(28, 31, 33, 0.8);
	transition: opacity 300ms;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	right: -4px;
	top: -4px;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
	top: auto;
	height: 30%;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
	background: rgba(255, 255, 255, 0.8);
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-justify-left {
	justify-content: left;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end {
	align-items: flex-end;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 30%;
	margin-bottom: -4px;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper:after {
	opacity: 1;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper > img {
	transform: scale(1.1);
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
	border-width: 10px;
	transition: ease border-width 300ms 200ms;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
	opacity: 1;
}

.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper:after {
	transition: ease all 100ms;
	transform: translate3d(0, 15px, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
	opacity: 0;
	transition: ease all 300ms;
	transform: translate3d(0, 15px, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.image-frame.image-frame-style-2:after, .image-frame.image-frame-style-3:after, .image-frame.image-frame-style-4:after {
	content: ' ';
	position: absolute;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
	border: 5px solid #FFF;
	z-index: 3;
}

.image-frame.image-frame-style-3 {
	overflow: hidden;
}

.image-frame.image-frame-style-3:after {
	bottom: -15px;
}

.image-frame.image-frame-style-3 .image-frame-wrapper .image-frame-info {
	padding-top: 15px;
}

.image-frame.image-frame-style-4 {
	overflow: hidden;
}

.image-frame.image-frame-style-4:after {
	top: -15px;
}

.image-frame.image-frame-style-4 .image-frame-wrapper .image-frame-info {
	padding-bottom: 15px;
}

.image-frame.image-frame-style-5 {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
	opacity: 1;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
	transform: scale(1.1);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
	border-width: 10px;
	transition: ease border-width 300ms 200ms;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
	opacity: 1;
}

.image-frame.image-frame-style-6 img {
	position: relative;
	z-index: 2;
	border: 4px solid #FFF;
}

.image-frame.image-frame-style-6:before {
	background: #252a2c none repeat scroll 0 0;
	border-radius: 50%;
	bottom: -5px;
	content: " ";
	filter: blur(2px);
	height: 10px;
	left: -10px;
	opacity: 0.1;
	position: absolute;
	right: -10px;
	z-index: 1;
}

.image-frame.image-frame-style-7 {
	padding: 4px;
	border: 5px solid #777;
	border-radius: 50%;
}

.image-frame.image-frame-style-8 .image-frame-action-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	transform: translate3d(0, 100%, 0);
	transition: ease transform 300ms;
}

.image-frame.image-frame-style-8:hover .image-frame-action, .image-frame.image-frame-style-8.show .image-frame-action {
	opacity: 1;
}

.image-frame.image-frame-style-8:hover .image-frame-action-bottom, .image-frame.image-frame-style-8.show .image-frame-action-bottom {
	transform: none;
}

/* Hover Effect 3d */
.hover-effect-3d .image-frame-style-1 {
	will-change: box-shadow;
	transition: box-shadow 300ms;
}

.hover-effect-3d .image-frame-style-1:hover {
	box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
}

.hover-effect-3d .image-frame-style-1 .image-frame-action .image-frame-action-icon {
	pointer-events: none;
}

/* IE */
html.ie {
  /* Image Frames */
  /* Image Frame Inside Carousel */
}

html.ie .image-frame {
	flex-shrink: 0;
}

html.ie .image-frame .image-frame-wrapper img,
html.ie .image-frame .image-frame-wrapper a > img {
	width: 100%;
	flex-shrink: 0;
	flex-basis: 100%;
}

html.ie .image-frame .image-frame-wrapper .image-frame-info {
	position: relative;
	left: -100%;
	flex-shrink: 0;
}

html.ie .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
	margin: 0;
}

html.ie .image-frame .image-frame-wrapper .image-frame-action {
	position: relative;
	left: -100%;
	width: 100%;
	justify-content: center;
	flex-shrink: 0;
}

html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-info, html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-inner-border + .image-frame-action {
	left: 0;
}

html.ie .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
	height: 30%;
	width: 100%;
	justify-content: center;
}

html.ie .image-frame.image-frame-effect-2 .image-frame-wrapper .image-frame-action:not(.image-frame-action-style-2) {
	position: absolute;
	left: 0;
	bottom: 0;
}

html.ie .owl-carousel .image-frame .image-frame-wrapper img,
html.ie .owl-carousel .image-frame .image-frame-wrapper a > img {
	z-index: -1;
}

/* Input Group Styles */
.input-group.input-group-style-1 .form-control {
	background: transparent;
	border-width: 2px;
	border-color: #FFF;
	border-style: solid;
	color: #FFF;
}

.input-group.input-group-style-1 .form-control::-webkit-input-placeholder {
	color: #e2e2e2;
}

.input-group.input-group-style-1 .form-control::-moz-placeholder {
	color: #e2e2e2;
}

.input-group.input-group-style-1 .form-control:-ms-input-placeholder {
	color: #e2e2e2;
}

.input-group.input-group-style-1 .form-control:hover, .input-group.input-group-style-1 .form-control:focus {
	z-index: 2;
}

.input-group.input-group-style-1 .form-control:not(:last-child) {
	border-radius: 50px 0 0 50px;
	padding-right: 65px;
	padding-left: 20px;
}

.input-group.input-group-style-1 .form-control:not(:first-child) {
	border-radius: 0 50px 50px 0;
	padding-left: 65px;
	padding-right: 20px;
}

.input-group.input-group-style-1 .input-group-btn {
	z-index: 2;
}

.input-group.input-group-style-1 .input-group-btn .btn {
	height: 100%;
}

.input-group.input-group-style-1 .input-group-btn:not(:last-child) .btn {
	border-radius: 50px !important;
	margin-right: -50px;
	border-width: 2px;
	border-color: #FFF;
	border-style: solid;
	z-index: 3;
}

.input-group.input-group-style-1 .input-group-btn:not(:first-child) .btn {
	border-radius: 50px !important;
	margin-left: -50px;
	border-width: 2px;
	border-color: #FFF;
	border-style: solid;
}

.input-group.input-group-style-2 {
	position: relative;
}

.input-group.input-group-style-2 .form-control {
	padding-right: 45px;
}

.input-group.input-group-style-2 .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 3;
}

.input-group.input-group-style-2 .input-group-btn button,
.input-group.input-group-style-2 .input-group-btn input {
	height: 100%;
	background: transparent !important;
	border: none;
	border-radius: 0;
}

.input-group.input-group-style-2 .input-group-btn button:focus, .input-group.input-group-style-2 .input-group-btn button:active,
.input-group.input-group-style-2 .input-group-btn input:focus,
.input-group.input-group-style-2 .input-group-btn input:active {
	background: #e0e0e0 !important;
}

.input-group.input-group-style-3 {
	position: relative;
}

.input-group.input-group-style-3 .form-control {
	padding-right: 155px;
}

.input-group.input-group-style-3 .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 150px;
	height: 100%;
	background: transparent !important;
	z-index: 3;
}

.input-group.input-group-style-3 .input-group-btn button,
.input-group.input-group-style-3 .input-group-btn input {
	width: 100%;
	justify-content: center;
	text-align: center;
	height: 100%;
	border: none;
}

.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
	align-items: center;
}

/* List */
.list li > a + .list {
	padding-left: 44.8px;
	padding-left: 2.8rem;
}

.list li > span {
	display: inline-flex;
	margin-right: 3.2px;
	margin-right: 0.2rem;
}

.list:not(.list-unstyled) li:not(.list-group-item) {
	margin-bottom: 0.25em;
}

.list:not(.list-unstyled) ul {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

.list:not(.list-unstyled).list-style-1 {
	list-style: outside none none;
	padding-left: 0;
}

.list:not(.list-unstyled).list-style-1 li {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	padding-left: 22px;
	position: relative;
}

.list:not(.list-unstyled).list-style-1 li:before {
	content: ' ';
	display: block;
	width: 12px;
	height: 1px;
	border-bottom: 1px solid #333333;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
}

.list:not(.list-unstyled).list-light li {
	color: #e2e2e2;
}

.list:not(.list-unstyled).list-light li:before {
	border-color: #e2e2e2;
}

/* List Icon */
.list-icon li {
	position: relative;
	padding-left: 20.8px;
	padding-left: 1.3rem;
}

.list-icon li > i {
	position: absolute;
	left: 0;
	top: 7px;
}

/* List Icons Size */
.list.list-icons-size-1 li > i {
	font-size: 16px;
	font-size: 1rem;
}

.list.list-icons-size-2 li > i {
	font-size: 20px;
	font-size: 1.25rem;
}

.list.list-icons-size-3 li > i {
	font-size: 24px;
	font-size: 1.50rem;
}

.list.list-icons-size-4 li > i {
	font-size: 28px;
	font-size: 1.75rem;
}

.list.list-icons-size-5 li > i {
	font-size: 32px;
	font-size: 2rem;
}

/* List Borders */
.list.list-borders li {
	border-bottom: 1px solid #DBDBDB;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

/* List Filter */
.list.list-filter li {
	margin-bottom: 10px !important;
}

.list.list-filter li a {
	border: 1px solid #dadada;
	padding: 4.8px 6.4px;
	padding: 0.3rem 0.4rem;
	min-width: 40px;
	display: inline-block;
	text-align: center;
}

.list.list-filter li a:hover {
	border-color: #CCC;
}

.list.list-filter li a.active {
	color: #FFF !important;
	background-color: #CCC;
	border-color: #CCC;
}

/* Accordion */
.accordion .card {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	border: 0;
}

.accordion .card .card-body {
	padding: 17.6px 1.6px;
	padding: 1.1rem 0.1rem;
}

.accordion .accordion-header {
	transition: background 0.3s;
	background-color: #f1f3f7;
	border-radius: 5px;
	border: 0;
	padding: 0;
}

.accordion .accordion-header a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 40px;
	padding: 1rem 2.5rem;
	font-size: 0.9em;
	border-radius: 5px;
}

.accordion .accordion-header a, .accordion .accordion-header a:hover, .accordion .accordion-header a:focus {
	color: #333333;
}

.accordion .accordion-header a:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 20px;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 10px;
	height: 10px;
	backface-visibility: hidden;
	transition: transform 0.3s, top 0.3s;
	transform: rotate(-45deg) translate3d(0, -50%, 0);
	transform-origin: 50%;
}

.accordion .accordion-header a.collapsed:before {
	top: calc(50% - 8px);
	left: 16px;
	transform: rotate(135deg);
}

.accordion.accordion-minimal .card {
	margin-bottom: 0;
}

.accordion.accordion-minimal .accordion-header {
	border-radius: 0;
	border-bottom: 1px solid #e1e1e1;
	background: transparent;
}

.accordion.accordion-minimal .accordion-header a {
	margin-left: 0;
}

.accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed {
	background-color: #f1f3f7 !important;
}

.accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed, .accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:hover, .accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:focus {
	color: #333333 !important;
}

/* Toggle */
.accordion-toggle .accordion-header a:before {
	content: '+';
	top: calc(50% - 13px);
	left: 16px;
	font-weight: 300;
	border: none;
	width: auto;
	height: auto;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	transform: rotate(45deg);
}

.accordion-toggle .accordion-header a.collapsed:before {
	top: calc(50% - 13px);
	transform: rotate(90deg);
}

/* Sizes */
.accordion.accordion-sm .accordion-header a {
	padding: 11.2px 35.2px;
	padding: 0.7rem 2.2rem;
	font-size: 0.8em;
}

.accordion.accordion-sm .accordion-header a:before {
	width: 8px;
	height: 8px;
	margin-top: 2px;
}

.accordion.accordion-lg .accordion-header a {
	padding: 20.8px 41.6px;
	padding: 1.3rem 2.6rem;
	font-size: 1em;
}

/* Accordion Colors */
.accordion:not(.accordion-minimal).accordion-dark .accordion-header a {
	background-color: #333333;
}

.accordion:not(.accordion-minimal).accordion-dark .accordion-header a, .accordion:not(.accordion-minimal).accordion-dark .accordion-header a:hover, .accordion:not(.accordion-minimal).accordion-dark .accordion-header a:focus {
	color: #FFF;
}

/* Styles */
.accordion.accordion-style-1 .card {
	margin-bottom: 0;
}

.accordion.accordion-style-1 .card + .card .accordion-header a {
	border-top-width: 0;
}

.accordion.accordion-style-1 .accordion-header {
	background-color: transparent;
}

.accordion.accordion-style-1 .accordion-header a {
	padding: 28.8px 24px;
	padding: 1.8rem 1.5rem;
	font-weight: 600;
	border-width: 1px;
	border-style: solid;
	border-color: #DAE2E6;
	border-bottom-width: 0;
	border-radius: 0;
}

.accordion.accordion-style-1 .accordion-header a:before {
	content: " ";
	position: absolute;
	top: calc(50% - 4px);
	right: 30px;
	left: auto;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
}

.accordion.accordion-style-1 .accordion-header a.collapsed {
	background-color: transparent !important;
	border-bottom-width: 1px;
	transition: ease border-bottom-width 100ms 350ms;
}

.accordion.accordion-style-1 .accordion-header a.collapsed:before {
	transform: rotate(45deg);
}

.accordion.accordion-style-1 .accordion-header.accordion-header-shrink a {
	padding: 19.2px 24px;
	padding: 1.2rem 1.5rem;
}

.accordion.accordion-style-1 .accordion-body {
	border-width: 1px;
	border-style: solid;
	border-color: #DAE2E6;
	border-top-width: 0;
	border-radius: 0;
}

.accordion.accordion-style-1 .accordion-body .card-body {
	padding: 0 24px 22.4px;
	padding: 0 1.5rem 1.4rem;
}

.accordion.accordion-style-1 .accordion-body.accordion-body-show-border-top {
	border-top-width: 1px;
}

.accordion.accordion-style-1.accordion-style-1-no-borders .accordion-header a {
	border: none;
}

.accordion.accordion-style-1.accordion-style-1-no-borders .accordion-body {
	border: none;
}

.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-header a {
	border: none;
	padding: 20.8px 0;
	padding: 1.3rem 0;
}

.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-header a:before {
	right: 10px;
}

.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-body {
	border: none;
}

.accordion.accordion-style-1.accordion-style-1-no-borders-divider .card-body {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.accordion.accordion-style-1.accordion-style-1-no-borders-divider .card + .card .accordion-header {
	border-top: 1px solid #DAE2E6;
}

.accordion.accordion-style-1.accordion-style-1-no-expand .accordion-header a {
	pointer-events: none;
}

.accordion.accordion-style-1.accordion-style-1-no-expand .accordion-header a:before {
	content: none;
}

.accordion.accordion-style-2 .card {
	margin-bottom: 0;
	padding: 32px 0;
	padding: 2rem 0;
}

.accordion.accordion-style-2 .card + .card {
	border-top: 1px solid #E2E2E2;
}

.accordion.accordion-style-2 .accordion-header {
	background: transparent;
}

.accordion.accordion-style-2 .accordion-header a,
.accordion.accordion-style-2 .accordion-header a:hover,
.accordion.accordion-style-2 .accordion-header a:focus {
	color: #FFF;
}

.accordion.accordion-style-2 .accordion-header a {
	width: 200px;
	height: 40px;
	transition: ease all 300ms;
}

.accordion.accordion-style-2 .accordion-header a.btn-rounded {
	border-radius: 50px;
}

.accordion.accordion-style-2 .accordion-header a:before {
	content: none;
}

.accordion.accordion-style-2 .accordion-header a .title {
	transition: ease opacity 300ms 300ms;
}

.accordion.accordion-style-2 .accordion-header a > i {
	opacity: 0;
	visibility: hidden;
	transition: ease opacity 300ms 300ms;
}

.accordion.accordion-style-2 .accordion-header a:not(.collapsed) {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	background-color: #E6E6E6;
	border-color: #E6E6E6;
	color: #B9B9B9;
}

.accordion.accordion-style-2 .accordion-header a:not(.collapsed) .title {
	opacity: 0;
	visibility: hidden;
}

.accordion.accordion-style-2 .accordion-header a:not(.collapsed) > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 20.8px;
	font-size: 1.3rem;
	opacity: 1;
	visibility: visible;
}

/* IE */
html.ie .accordion .accordion-body {
	height: 100%;
}

/* Tabs */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}

.nav-tabs .nav-item .nav-link {
	color: #333333 !important;
	border: 0;
	background: transparent;
	padding: 20.8px;
	padding: 1.3rem;
	font-size: 1.1em;
	position: relative;
	overflow: hidden;
	
	border-radius: 0;
}

.nav-tabs .nav-item .nav-link:after {
	height: 4px;
	width: 100%;
	content: ' ';
	background-color: #000;
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 10;
	transition: transform 0.3s;
}

.nav-tabs .nav-item .nav-link.active {
	color: #333333;
}

.nav-tabs .nav-item .nav-link.active:after {
	transform: translateY(-3px);
}

.nav-tabs.nav-tabs-centered {
	justify-content: center;
}

.nav-tabs.nav-tabs-end {
	justify-content: flex-end;
}

.nav-tabs.nav-tabs-minimal {
	justify-content: center;
	border-bottom: 0;
}

.nav-tabs.nav-tabs-vertical {
	justify-content: center;
	border-bottom: 0;
	border-right: 1px solid #e1e1e1;
}

.nav-tabs.nav-tabs-vertical .nav-item .nav-link {
	padding-left: 0;
}

.nav-tabs.nav-tabs-vertical .nav-item .nav-link:after {
	height: 100%;
	width: 4px;
	left: auto;
	right: -4px;
	bottom: 0;
}

.nav-tabs.nav-tabs-vertical .nav-item .nav-link.active:after {
	transform: translateX(-3px);
}

/* Carousel */
.owl-carousel {
  /* Rounded Style 1 */
  /* Owl Dots Styles */
  /* Owl Nav Styles */
  /* Nav Colors */
  /* Nav Size */
}

.owl-carousel.stage-py-1 .owl-stage-outer {
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.owl-carousel .owl-item {
	touch-action: auto !important;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: -23px;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	outline: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: -5px;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
	font-weight: 900;
}

.owl-carousel .owl-nav .owl-next {
	right: -5px;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
	font-weight: 900;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
	margin-top: 16px;
	margin-top: 1rem;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
	outline: none;
}

.owl-carousel .owl-dots {
	margin-top: 32px;
	margin-top: 2rem;
}

.owl-carousel .owl-dots .owl-dot {
	outline: none;
}

.owl-carousel.rounded-style-1 .owl-stage-outer {
	border-radius: 100%;
}

.owl-carousel.rounded-style-1 .owl-stage-outer:before {
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid;
	border-color: #CCC;
	border-radius: 100%;
	z-index: 1;
}

.owl-carousel.rounded-style-1 .owl-stage-outer:after {
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 6px solid;
	border-color: #FFF;
	border-radius: 100%;
	z-index: 1;
}

.owl-carousel.dots-style-1 {
	margin-bottom: 30px;
}

.owl-carousel.dots-style-1 .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 4px 4px;
	transition: ease background 300ms 100ms;
}

.owl-carousel.dots-style-1 .owl-dots .owl-dot.active span {
	background: #CCC;
	transition: ease background 300ms;
}

.owl-carousel.dots-style-2 .owl-dots {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

.owl-carousel.dots-style-2 .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 4px 4px;
}

.owl-carousel.dots-style-2 .owl-dots .owl-dot.active span {
	background: #CCC;
}

.owl-carousel.dots-style-2.dots-style-2-left .owl-dots {
	right: auto;
	left: 10px;
}

.owl-carousel.dots-style-2.dots-style-2-center .owl-dots {
	right: auto;
	left: auto;
	width: 100%;
}

.owl-carousel.dots-style-2.dots-style-2-center-more-up .owl-dots {
	bottom: 30px;
	right: auto;
	left: auto;
	width: 100%;
}

.owl-carousel.dots-style-3 {
	margin-bottom: 30px;
}

.owl-carousel.dots-style-3 .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel.dots-style-3 .owl-dots .owl-dot {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel.dots-style-3 .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	transition: ease all 300ms 300ms;
}

.owl-carousel.dots-style-3 .owl-dots .owl-dot.active span {
	background: #CCC;
	transition: ease all 300ms;
	transform: scale(2);
}

.owl-carousel.nav-style-1 {
	padding-bottom: 30px;
}

.owl-carousel.nav-style-1 .owl-nav {
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
	width: 65px;
}

.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.owl-carousel.nav-style-1 .owl-nav .owl-next {
	background: transparent;
	color: #CCC;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.owl-carousel.nav-style-1 .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev,
.owl-carousel.nav-style-2 .owl-nav .owl-next {
	background: transparent;
	color: #CCC;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.nav-style-2 .owl-nav .owl-next {
	right: 0;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.nav-style-3 .owl-nav .owl-prev,
.owl-carousel.nav-style-3 .owl-nav .owl-next {
	background: transparent;
	color: #CCC;
	font-size: 28.8px;
	font-size: 1.8rem;
}

.owl-carousel.nav-style-3 .owl-nav .owl-prev {
	left: -45px;
}

.owl-carousel.nav-style-3 .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.nav-style-3 .owl-nav .owl-next {
	right: -45px;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.nav-style-4 .owl-nav {
	opacity: 0;
	transition: opacity 0.3s;
	margin-top: -20px;
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-carousel.nav-style-4 .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	color: #666 !important;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 17px;
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev {
	left: 3px;
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.nav-style-4 .owl-nav .owl-next {
	right: 3px;
}

.owl-carousel.nav-style-4 .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.nav-style-4:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.nav-style-5 .owl-nav {
	top: 0;
	opacity: 0;
	transition: opacity 0.3s;
	margin-top: 0;
	height: 100%;
	pointer-events: none;
}

.owl-carousel.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-style-5 .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	border-radius: 0;
	font-size: 22.4px;
	font-size: 1.4rem;
	height: 100%;
	line-height: 17px;
	margin: 0;
	color: #666 !important;
	width: 35px;
	pointer-events: auto;
}

.owl-carousel.nav-style-5 .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel.nav-style-5 .owl-nav .owl-prev:before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	content: '\f104';
}

.owl-carousel.nav-style-5 .owl-nav .owl-next {
	right: 0;
}

.owl-carousel.nav-style-5 .owl-nav .owl-next:before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	content: '\f105';
}

.owl-carousel.nav-style-5:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.nav-style-6 .owl-nav .owl-next,
.owl-carousel.nav-style-6 .owl-nav .owl-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background: transparent;
}

.owl-carousel.nav-style-6 .owl-nav .owl-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}

.owl-carousel.nav-style-6 .owl-nav .owl-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	right: 19px;
	border-top: 1px solid #FFF;
}

.owl-carousel.nav-style-6 .owl-nav .owl-prev:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(-45deg);
}

.owl-carousel.nav-style-6 .owl-nav .owl-prev:after {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	left: 19px;
	border-top: 1px solid #FFF;
}

.owl-carousel.nav-style-7 .owl-nav .owl-prev,
.owl-carousel.nav-style-7 .owl-nav .owl-next {
	background: transparent;
	color: #CCC;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.owl-carousel.nav-style-7 .owl-nav .owl-prev {
	left: 15px;
}

.owl-carousel.nav-style-7 .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.nav-style-7 .owl-nav .owl-next {
	right: 15px;
}

.owl-carousel.nav-style-7 .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.nav-color-light .owl-nav .owl-prev,
.owl-carousel.nav-color-light .owl-nav .owl-next {
	color: #FFF !important;
}

.owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	color: #333333 !important;
}

.owl-carousel.nav-color-dark .owl-nav .owl-prev,
.owl-carousel.nav-color-dark .owl-nav .owl-next {
	color: #333333 !important;
}

.owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-next {
	background: rgba(28, 31, 33, 0.6) none repeat scroll 0 0;
	color: #FFF !important;
}

.owl-carousel.nav-size-1 .owl-nav .owl-prev,
.owl-carousel.nav-size-1 .owl-nav .owl-next {
	font-size: 27.2px;
	font-size: 1.7rem;
}

.owl-carousel.nav-size-2 .owl-nav .owl-prev,
.owl-carousel.nav-size-2 .owl-nav .owl-next {
	font-size: 32px;
	font-size: 2rem;
}

/* Responsive Nav Syles */
@media (max-width: 575px) {
	.owl-carousel.nav-style-3 {
		margin-right: auto;
		margin-left: auto;
	}
}
/* Carousel Horizontal Degrade */
.owl-carousel.carousel-horizontal-degrade:after {
	content: ' ';
	display: block;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(241, 243, 247, 0), #f1f3f7);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
}

.owl-carousel.carousel-horizontal-degrade:before {
	content: ' ';
	display: block;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, #f1f3f7, rgba(241, 243, 247, 0));
	position: absolute;
	left: 0;
	z-index: 10;
	pointer-events: none;
}

.owl-carousel.carousel-horizontal-degrade.rm-degrade-now:before, .owl-carousel.carousel-horizontal-degrade.rm-degrade-now:after {
	content: none;
}

@media (max-width: 767px) {
	.owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:before, .owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:after {
		content: none;
	}
}

/* Carousel Style 1 */
.owl-carousel.carousel-style-1 .content-wrapper {
	display: flex;
}

.owl-carousel.carousel-style-1 .left-content {
	position: relative;
	padding: 0 32px;
	padding: 0 2rem;
	text-align: center;
	min-width: 100px;
}

.owl-carousel.carousel-style-1 .left-content > span span {
	font-size: 60.8px;
	font-size: 3.8rem;
	line-height: 1;
	margin-left: 2px;
}

.owl-carousel.carousel-style-1 .left-content:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	top: 6.4px;
	top: 0.4rem;
	right: 8px;
	right: 0.5rem;
	height: 68.8px;
	height: 4.3rem;
	border-right: 1px solid #e1e1e1;
}

.owl-carousel.carousel-style-1 .right-content {
	padding-left: 16px;
	padding-left: 1rem;
	padding-top: 30.4px;
	padding-top: 1.9rem;
}

.owl-carousel.carousel-style-1 .owl-dots {
	position: absolute;
	top: 80px;
	top: 5rem;
	left: 30.4px;
	left: 1.9rem;
	z-index: 1;
}

/* Carousel Style - Left Bottom Corner */
.owl-carousel.carousel-corner-left-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
	margin-bottom: 0;
	min-width: 300px;
  /* Carousel Corner Style 1 */
}

.owl-carousel.carousel-corner-left-bottom:before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	background: rgba(28, 31, 33, 0.3);
	border-radius: 100%;
	z-index: -1;
}

.owl-carousel.carousel-corner-left-bottom .owl-stage-outer:before {
	content: '';
	display: block;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.owl-carousel.carousel-corner-left-bottom.stage-top-gap .owl-stage-outer:before {
	top: 22px;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
	position: relative;
	top: -7px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 2.5em;
	letter-spacing: 1.2px;
	font-weight: 800;
	margin-bottom: 5px;
	transition: ease top 300ms;
	transition-delay: 200ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1;
	transition: ease opacity 300ms;
	transition-delay: 200ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
	padding: 0 15%;
	transition: ease opacity 300ms;
	transition-delay: 100ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
	font-weight: bold;
	transition: ease transform 300ms, ease opacity 300ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more:hover i {
	margin-left: 8px;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more i {
	margin-left: 5px;
	transition: ease margin-left 300ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 {
	top: 20px;
	transition: ease top 100ms;
	transition-delay: 0ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 > span {
	opacity: 0;
	transition: ease opacity 100ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing .content {
	opacity: 0;
	transition: ease opacity 100ms;
	transition-delay: 0ms;
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing a.learn-more {
	opacity: 0;
	transition: ease transform 100ms, ease opacity 100ms;
	transition-delay: 0ms;
	transform: translateY(10%);
}

.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-dots {
	margin-top: 0;
	padding: 20px 0;
	background: #FFF;
}

@media (max-width: 575px) {
	.owl-carousel.carousel-corner-left-bottom {
		left: 50%;
		transform: translateX(-50%);
	}
}
/* Carousel Style - Center Active Items */
.owl-carousel.carousel-center-active-items {
	padding-bottom: 60px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
  /* Change Color On Current Item */
}

@media (min-width: 992px) {
	.owl-carousel.carousel-center-active-items {
		width: 114vw;
	}
}

@media (min-width: 1200px) {
	.owl-carousel.carousel-center-active-items {
		width: 102vw;
	}
}

.owl-carousel.carousel-center-active-items .owl-item .card {
	background-color: #FFF;
	padding: 24.615px;
	padding: 1.5384615385rem;
	transition: ease background-color 300ms;
	transform: scale(1);
}

.owl-carousel.carousel-center-active-items .owl-item:not(.current):not(.remove-blur) .card {
	-webkit-filter: blur(2px);
}

.owl-carousel.carousel-center-active-items .owl-nav {
	left: 50%;
	margin-top: 10px;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
	width: 65px;
	transform: translateX(-50%);
}

.owl-carousel.carousel-center-active-items .owl-nav .owl-prev,
.owl-carousel.carousel-center-active-items .owl-nav .owl-next {
	background: transparent;
	color: #CCC;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.owl-carousel.carousel-center-active-items .owl-nav .owl-prev:before {
	content: '\f104';
}

.owl-carousel.carousel-center-active-items .owl-nav .owl-next:before {
	content: '\f105';
}

.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card {
	background: #CCC;
}

.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card i,
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card strong,
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card p {
	color: #FFF !important;
}

@media (min-width: 768px) {
	.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
		width: 160%;
	}
}

@media (min-width: 1200px) {
	.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
		width: 133vw;
	}
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item .card {
	transition: ease opacity 300ms;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item:not(.current):not(.remove-blur) .card {
	opacity: 0.2;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-4 {
	max-width: 100%;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
	width: 133vw;
	max-height: 40vw;
	cursor: move;
	cursor: -webkit-grab;
	overflow: hidden;
}

.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: 36vh;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
	pointer-events: none;
}

@media (min-width: 768px) {
	.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-7 {
		width: 133vw;
	}
}

.bg-light-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(252, 253, 253, 0) 0%, #fcfdfd 90%);
}

.bg-light-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(251, 251, 253, 0) 0%, #fbfbfd 90%);
}

.bg-light-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(247, 249, 251, 0) 0%, #f7f9fb 90%);
}

.bg-light-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(244, 246, 249, 0) 0%, #f4f6f9 90%);
}

.bg-light-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(241, 243, 247, 0) 0%, #f1f3f7 90%);
}

.bg-dark-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(9, 10, 11, 0) 0%, #090a0b 90%);
}

.bg-dark-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(27, 30, 33, 0) 0%, #1b1e21 90%);
}

.bg-dark-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(32, 35, 38, 0) 0%, #202326 90%);
}

.bg-dark-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(41, 45, 49, 0) 0%, #292d31 90%);
}

.bg-dark-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
	background: linear-gradient(to bottom, rgba(46, 50, 55, 0) 0%, #2e3237 90%);
}

@media (max-width: 991px) {
	.owl-carousel.carousel-center-active-items .owl-nav {
		width: 100px;
	}

	.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
		max-height: 68vw;
	}
}

@media (max-width: 767px) {
	.owl-carousel.carousel-center-active-items .owl-dots {
		display: none;
	}

	.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
		max-height: 72vw;
	}
}
/* Carousel Style - Stripes */
.owl-carousel.carousel-stripes .carousel-stripe-item {
	height: calc(100vh - 118px);
}

/* Carousel Items Border Divider */
.owl-carousel.carousel-items-border-divider .owl-item.active + .owl-item.active {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Carousel - Gallery Thumbs */
.owl-carousel.thumb-gallery-thumbs .owl-item {
	cursor: pointer;
}

/* Carousel Style - Grid Style 1 */
.owl-carousel.carousel-grid-style-1 {
	height: 100%;
}

.owl-carousel.carousel-grid-style-1 .owl-stage-outer,
.owl-carousel.carousel-grid-style-1 .owl-stage,
.owl-carousel.carousel-grid-style-1 .owl-item {
	height: 100%;
}

/* Edge */
html.edge {
  /* Carousel Style - Left Bottom Corner */
}

html.edge .owl-carousel.carousel-corner-left-bottom {
  /* Carousel Corner Style 1 */
}

html.edge .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
	transition-delay: 0s;
}

/* IE */
html.ie {
  /* Carousel Style - Left Bottom Corner */
  /* Owl Carousel Vertical */
}

html.ie .owl-carousel.carousel-corner-left-bottom {
  /* Carousel Corner Style 1 */
}

html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item {
	overflow: hidden;
}

html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
	transition: none;
}

html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
	transition: none;
}

html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
	transition: none;
}

html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
	transition: none;
}

html.ie .owl-carousel.owl-carousel-vertical {
	overflow: hidden;
}

html.ie .owl-carousel.owl-carousel-vertical .owl-stage-outer {
	transform: translateZ(-1px);
}

/* Videos */
.embed-responsive.embed-soundcloud {
	padding-top: 19.25%;
}

/* Modals */
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Ajax Container */
.mfp-content .ajax-container {
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1140px;
	padding: 48px 36.8px;
	padding: 3rem 2.3rem;
	position: relative;
	text-align: left;
	display: block;
}

.mfp-content .ajax-container .mfp-close {
	display: none;
}

@media (min-width: 768px) {
	.mfp-content .ajax-container a[data-ajax-portfolio-close] {
		position: absolute;
		top: -26px;
		right: 2px;
	}
}
/* Lightbox */
.lightbox-open body {
	overflow: hidden;
	padding-right: 16px;
}

.lightbox-open #header {
	right: 8px;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	
	font-weight: 600;
	font-size: 22px;
	color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001;
  /* Chrome opacity transition bug */
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Fade */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 600px;
}

.dialog.dialog-lg {
	max-width: 900px;
}

/* White Popup Block */
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block.white-popup-block-xs {
	max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
	max-width: 400px;
}

.white-popup-block.white-popup-block-md {
	max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
	max-width: 900px;
}

/* Lightbox Opened */
html.lightbox-opened.sticky-header-active #header .header-body {
	padding-right: 17px;
}

/* Full Screen No Scroll */
html.full-screen-no-scroll .body {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

html.full-screen-no-scroll .main {
	flex: 1 0 auto;
}

/* Outline */
.outline-none {
	outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
	text-decoration: none !important;
}

/* No Borders */
.border-0 {
	border: none !important;
}

/* Container */
@media (min-width: 1200px) {
	.container-xl {
		width: 100%;
		max-width: 1440px;
	}
}
/* Top Sub Title */
.top-sub-title {
	
	font-size: 0.9em;
}

/* Title Number */
.title-number-style-1 {
	position: absolute;
	top: -4.8px;
	top: -0.3rem;
	left: -36.8px;
	left: -2.3rem;
	font-size: 57.6px;
	font-size: 3.6rem;
}

/* Lead */
.lead {
	font-size: 1.2em;
	line-height: 1.8;
	color: #777;
}

/* Clear */
.clear-both {
	clear: both;
}

/* Absolute Vertical Center */
.absolute-y-center {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

@media (max-width: 767px) {
	.absolute-y-center {
		position: relative;
		top: auto;
		transform: none;
	}
}

html.ie .absolute-y-center {
	width: 100%;
}

/* Absolute Horizontal Center */
.absolute-x-center {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

/* Absolute Horizontal & Vertical Center */
.absolute-xy-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/* Text with Background Effect */
.effect-text-background {
	background-image: url(http://localhost:3000/../img/gif/people.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 35%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

html.ie .effect-text-background {
	background: none !important;
}

/* Opacity */
.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

.opacity-10 {
	opacity: 1;
}

/* Grid */
.col-half-section {
	max-width: 555px;
	width: 100%;
}

@media (max-width: 1199px) {
	.col-half-section {
		max-width: 465px;
	}
}

@media (max-width: 991px) {
	.col-half-section {
		max-width: 345px;
	}
}

@media (max-width: 767px) {
	.col-half-section {
		max-width: 515px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.col-half-section {
		width: 100%;
		max-width: none;
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* Highlight Boxes */
.highlight-boxes {
	position: relative;
}

.highlight-boxes .particles {
	width: 114%;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.highlight-boxes .particles .g-particles {
	transform-origin: center;
}

.highlight-boxes .wrap-boxes {
	display: flex;
	align-items: baseline;
}

.highlight-boxes .wrap-boxes > div {
	overflow: hidden;
}

.highlight-boxes .wrap-boxes > div:nth-child(1), .highlight-boxes .wrap-boxes > div:nth-child(3) {
	height: 90%;
}

.highlight-boxes .wrap-boxes > div:nth-child(1) {
	right: -5px;
	padding: 92.8px 43.2px 92.8px 38.4px;
	padding: 5.8rem 2.7rem 5.8rem 2.4rem;
}

.highlight-boxes .wrap-boxes > div:nth-child(2) {
	margin: 0 auto;
	padding: 112px 38.4px;
	padding: 7rem 2.4rem;
}

.highlight-boxes .wrap-boxes > div:nth-child(2) p {
	color: #bbb;
}

.highlight-boxes .wrap-boxes > div:nth-child(3) {
	left: -5px;
	padding: 92.8px 38.4px 92.8px 43.2px;
	padding: 5.8rem 2.4rem 5.8rem 2.7rem;
	z-index: -1;
}

.highlight-boxes .wrap-boxes > div .background-icon {
	position: absolute;
	font-size: 148.8px;
	font-size: 9.3rem;
	opacity: 0.1;
}

.highlight-boxes .wrap-boxes > div .background-icon.background-icon-top {
	top: -54.4px;
	top: -3.4rem;
	left: 50%;
	transform: translateX(-50%);
}

.highlight-boxes .wrap-boxes > div .background-icon.background-icon-right {
	top: 47%;
	right: -54.4px;
	right: -3.4rem;
	transform: translateY(-50%);
}

.highlight-boxes .wrap-boxes > div .background-icon.background-icon-bottom {
	bottom: -36.8px;
	bottom: -2.3rem;
	left: 50%;
	transform: translateX(-50%);
}

.highlight-boxes .wrap-boxes > div .background-icon.background-icon-left {
	font-size: 160px;
	font-size: 10rem;
	top: 47%;
	left: -80px;
	left: -5rem;
	transform: translateY(-50%);
}

.highlight-boxes.highlight-boxes-rounded .wrap-boxes > div {
	border-radius: 7px;
}

@media (max-width: 767px) {
	.highlight-boxes .particles {
		display: none;
	}

	.highlight-boxes .wrap-boxes {
		flex-direction: column;
	}

	.highlight-boxes .wrap-boxes > div:nth-child(1) {
		right: 0;
		margin-bottom: 2rem;
	}

	.highlight-boxes .wrap-boxes > div:nth-child(2) {
		margin-bottom: 2rem;
	}

	.highlight-boxes .wrap-boxes > div:nth-child(3) {
		left: 0;
	}
}

@media (max-width: 575px) {
	.highlight-boxes {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* Static Tooltip */
.tooltip-static {
	display: inline-block;
	margin: 10px 20px;
	opacity: 1;
	position: relative;
}

.tooltip-static-top .arrow {
	left: 50%;
}

.tooltip-static-right .arrow {
	top: 50%;
}

.tooltip-static-top .arrow {
	left: 50%;
}

.tooltip-static-right .arrow {
	top: 50%;
}

/* Link Underline */
.link-underline-dark {
	color: #333333;
	border-bottom: 1px solid #333333;
	padding: 0 0 3px;
}

.link-underline-dark:hover {
	color: #969696 !important;
	border-color: #969696 !important;
}

.link-underline-light {
	color: #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 3px;
}

.link-underline-light:hover {
	color: #FFF !important;
	border-color: #FFF !important;
}

/* Text Underline Style */
.text-underline-style-1 {
	border-bottom: 1px solid #333333;
	padding: 0 0 3px;
}

/* Scrollable Element */
.scrollable-element {
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable-element::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #292d31;
}

.scrollable-element::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
}

.scrollable-element::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #CCC;
}

.scrollable-element.scrollable-element-light::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f1f3f7;
}

/* Box Shadow */
.box-shadow-1 {
	box-shadow: 0px 0px 50px -13px rgba(0, 0, 0, 0.4);
}

/* Twitter Feed */
.twitter > ul {
	padding: 0;
}

.twitter > ul > li {
	list-style: none;
}

/* Mask Desktop */
.mask-desktop {
	position: relative;
	width: 320px;
	height: 270px;
	margin: 0 auto;
}

.mask-desktop > img {
	position: absolute;
	left: -29px;
	width: 540px;
	z-index: 1;
}

.mask-desktop .parallax {
	width: 320px;
	height: 210px;
}

/* Content Grid */
.content-grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
	content: '';
	position: absolute;
}

.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #DADADA;
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #DADADA;
}

.content-grid .content-grid-item .img-fluid {
	display: inline-block;
	flex: 0 0 auto;
}

.content-grid.content-grid-dashed .content-grid-item:before {
	border-left: 1px dashed #DADADA;
}

.content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom: 1px dashed #DADADA;
}

/* Show Grid */
.show-grid [class*="col"] .show-grid-block {
	background-color: #EEE;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
}

/* Masonry Loading */
.masonry-loader {
	height: auto;
	overflow: visible;
	position: relative;
}

.masonry-loader:after {
	transition: all 0.5s;
	content: ' ';
	background: #FFF;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}

.masonry-loader .bounce-loader {
	display: none;
}

.masonry-loader.masonry-loader-showing {
	height: 200px;
	overflow: hidden;
}

.masonry-loader.masonry-loader-showing:after {
	opacity: 1;
}

.masonry-loader.masonry-loader-showing .bounce-loader {
	display: block;
}

.masonry-loader.masonry-loader-loaded:after {
	display: none;
}

/* Isotope Item */
.isotope-item {
	min-width: 1px;
}

/* Sticky Wrapper */
.sticky-wrapper {
	width: 100%;
}

.sticky-wrapper .sticky-body {
	display: flex;
	width: 100%;
	z-index: 10;
	transition: ease background 300ms;
}

.sticky-wrapper.sticky-wrapper-transparent {
	position: absolute;
	z-index: 11;
}

html.sticky-wrapper-active .sticky-wrapper.sticky-wrapper-effect-1 .sticky-body {
	position: fixed;
	background: #FFF;
	animation: headerReveal 0.4s ease-in;
}

/* Full Width Half Background */
.full-width-half-background {
	position: relative;
}

.full-width-half-background:after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 50%;
	left: 50%;
	width: 100vw;
	background-color: #f1f3f7;
	z-index: -1;
	transform: translate3d(-50%, 0, 0);
}

/* Featured Boxes */
.featured-boxes {
	position: relative;
}

.featured-boxes::after {
	clear: both;
	content: "";
	display: block;
}

.featured-boxes:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 99vw;
	border-bottom: 1px solid rgba(119, 119, 119, 0.2);
	transform: translateX(-50%);
}

.featured-boxes h4 {
	font-size: 1.2em;
}

.featured-boxes [class*="col-"] {
	padding: 0;
}

.featured-boxes .featured-box {
	position: relative;
	padding: 35px 35px 35px 90px;
	border-right: 1px solid rgba(119, 119, 119, 0.2);
}

.featured-boxes .featured-box:last-child {
	border-right: none;
}

.featured-boxes .featured-box > a {
	display: block;
}

.featured-boxes .featured-box i, .featured-boxes .featured-box img {
	position: absolute;
	top: 35px;
	left: 32px;
	font-size: 40px;
}

.featured-boxes .featured-box h4, .featured-boxes .featured-box p {
	margin-bottom: 0;
}

.featured-boxes.featured-boxes-no-border-bottom:before {
	content: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.featured-boxes h4 {
		font-size: 1em;
	}

	.featured-boxes p {
		margin-top: 6px;
	}
}

@media (max-width: 991px) {
	.featured-boxes .featured-box {
		position: relative;
		border-right: 0;
	}

	.featured-boxes .featured-box:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100vw;
		border-bottom: 1px solid rgba(119, 119, 119, 0.2);
		transform: translateX(-50%);
	}

	.featured-boxes .featured-box:last-child:after {
		content: none;
	}
}

@media (max-width: 767px) {
	.featured-boxes p {
		margin-top: 6px;
	}
}
/* Hover Effects */
.hover-effect-1 {
	position: relative;
}

.hover-effect-1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-width: 0.2px;
	border-style: solid;
	border-color: inherit;
	opacity: 0;
	transform: translate3d(0, -8px, 0);
	transition: ease opacity 300ms, ease transform 300ms;
}

.hover-effect-1:hover:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.hover-effect-2 {
	opacity: 1;
	transition: ease opacity 300ms;
}

.hover-effect-2:hover {
	opacity: 0.9;
}

.hover-effect-3:not(.portfolio-item) {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
	transition: ease transform 300ms, ease box-shadow 300ms;
}

.hover-effect-3:not(.portfolio-item):hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
	transform: translate3d(0, -15px, 0);
}

.hover-effect-3.portfolio-item {
	transition: ease transform 300ms;
}

.hover-effect-3.portfolio-item .image-frame {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
	transition: ease box-shadow 300ms;
}

.hover-effect-3.portfolio-item:hover, .hover-effect-3.portfolio-item.show {
	transform: translate3d(0, -15px, 0);
}

.hover-effect-3.portfolio-item:hover .image-frame, .hover-effect-3.portfolio-item.show .image-frame {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

.hover-effect-3.portfolio-item:hover h2 > a, .hover-effect-3.portfolio-item.show h2 > a {
	color: #CCC;
}

/* Box Shadow Effects */
.box-shadow-effect-1 {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
	transition: ease box-shadow 300ms;
}

.box-shadow-effect-1:hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* Breadcrumb */
.breadcrumb {
	background: transparent;
	padding: 0;
}

.breadcrumb li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

/* Quantity Button */
.quantity {
	display: flex;
}

.quantity .plus,
.quantity .minus,
.quantity .qty {
	background-color: #f1f3f7;
	border: none;
	box-shadow: none;
	padding: 9.6px 20.8px;
	padding: 0.6rem 1.3rem;
	font-size: 20.8px;
	font-size: 1.3rem;
	outline: none;
}

.quantity .qty {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 9.6px 4.8px;
	padding: 0.6rem 0.3rem;
	text-align: center;
	max-width: 35px;
	-moz-appearance: textfield;
}

.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.quantity .minus {
	padding-top: 4.8px;
	padding-top: 0.3rem;
}

.quantity .plus {
	padding-top: 8px;
	padding-top: 0.5rem;
}

.quantity .plus,
.quantity .minus {
	cursor: pointer;
	transition: ease background-color 300ms;
}

.quantity .plus:hover,
.quantity .minus:hover {
	background-color: #eaeaea;
}

/* Google Maps */
.google-map {
	background: #f1f3f7;
	height: 400px;
	width: 100%;
}

@media (min-width: 992px) {
	.google-map.google-map-burst-height {
		position: absolute;
		top: 50%;
		left: 0;
		width: calc(100% - 15px);
		overflow: hidden;
		height: calc(100% + 100px);
		box-shadow: 0px 0px 64px -14px rgba(28, 31, 33, 0.2);
		transform: translate3d(0, -50%, 0);
	}
}

@media (max-width: 991px) {
	.google-map.google-map-burst-height {
		width: 100vw;
		height: 400px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

.google-map.google-map-style-2 {
	transform: translate3d(0, 60px, 0);
}

/* Ajax Box */
.ajax-box {
	position: relative;
	transition: all 0.2s;
}

.ajax-box .ajax-box-content {
	opacity: 1;
	overflow: hidden;
	height: auto;
	transition: all 0.2s;
}

.ajax-box .bounce-loader {
	opacity: 0;
}

.ajax-box.ajax-box-init {
	height: 0;
}

.ajax-box.ajax-box-init .ajax-box-content {
	opacity: 0;
	visibility: hidden;
}

.ajax-box.ajax-box-loading {
	height: 300px;
}

.ajax-box.ajax-box-loading .ajax-box-content {
	opacity: 0;
	height: 300px;
}

.ajax-box.ajax-box-loading .bounce-loader {
	opacity: 1;
}

/* Vertical Divider */
.vertical-divider {
	background: #CCC;
	width: 1px;
	min-height: 20px;
}

.vertical-divider.vertical-divider-size-1 {
	height: 30px;
}

.vertical-divider.vertical-divider-size-2 {
	height: 40px;
}

.vertical-divider.vertical-divider-size-3 {
	height: 50px;
}

.vertical-divider.vertical-divider-size-4 {
	height: 60px;
}

.vertical-divider.vertical-divider-size-5 {
	height: 70px;
}

/* Countdown */
.countdown.countdown-style-1 {
	display: flex;
	justify-content: center;
}

.countdown.countdown-style-1 > span {
	position: relative;
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1rem;
}

.countdown.countdown-style-1 > span:first-child {
	padding-left: 0;
}

.countdown.countdown-style-1 > span:first-child:before {
	content: none;
}

.countdown.countdown-style-1 > span:last-child {
	padding-right: 0;
}

.countdown.countdown-style-1 > span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -5.6px;
	left: -0.35rem;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #333333;
	transform: translate3d(0, -50%, 0);
}

.countdown.countdown-style-1 > span span {
	display: block;
	text-align: center;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 900;
}

@media (max-width: 575px) {
	.countdown.countdown-style-1 {
		flex-direction: column;
	}

	.countdown.countdown-style-1 > span {
		padding: 0;
		margin-bottom: 2rem;
	}

	.countdown.countdown-style-1 > span:last-child {
		margin-bottom: 0;
	}

	.countdown.countdown-style-1 > span:before {
		content: none;
	}
}
/* Skew Text Bar */
@media (min-width: 1200px) {
	.skew-text-bar-1 {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.skew-text-bar-1:before {
		content: '';
		position: relative;
		top: 3px;
		left: 16px;
		transform: skewX(22deg);
		background: #CCC;
		width: 18px;
		height: 110px;
		z-index: -1;
	}
}
/* Rating */
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating input {
	position: absolute;
	left: -999999px;
}

.rating label {
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.rating > label:before {
	position: relative;
	font: 24px/1 "Font Awesome 5 Free";
	display: block;
	content: "\f005";
	color: #e1e5ee;
	background: #e1e5ee;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating > label:hover:before, .rating > label:hover ~ label:before {
	color: #333333;
	background-color: #333333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating > label.selected:before, .rating > label.selected ~ label:before {
	color: #333333;
	background-color: #333333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Responsive Images */
.responsive-images {
	position: absolute;
	width: 510px;
	height: 100%;
}

.responsive-images.responsive-images-left {
	top: 0;
	right: 74%;
}

.responsive-images.responsive-images-left div:nth-child(1) {
	left: 0;
	top: -16px;
	top: -1rem;
}

.responsive-images.responsive-images-left div:nth-child(2) {
	left: 0;
	top: 288px;
	top: 18rem;
}

.responsive-images.responsive-images-left div:nth-child(3) {
	left: 384px;
	left: 24rem;
	top: 304px;
	top: 19rem;
}

.responsive-images.responsive-images-right {
	top: 0;
	left: 74%;
}

.responsive-images.responsive-images-right div:nth-child(1) {
	right: 0;
	top: 0;
}

.responsive-images.responsive-images-right div:nth-child(2) {
	right: 0;
	top: 169.6px;
	top: 10.6rem;
}

.responsive-images.responsive-images-right div:nth-child(3) {
	right: 0;
	top: 200px;
	top: 12.5rem;
}

.responsive-images.responsive-images-right div:nth-child(4) {
	right: 0;
	top: 411.2px;
	top: 25.7rem;
}

@media (min-width: 1920px) {
	.responsive-images.responsive-images-left {
		right: auto;
		left: 0;
	}

	.responsive-images.responsive-images-right {
		left: auto;
		right: 0;
	}
}

html.boxed .responsive-images {
	display: none;
}

/* Expandable Selector */
.expandable-selector {
	display: flex;
	position: relative;
	white-space: nowrap;
}

.expandable-selector .btn {
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
	min-width: 24px;
	min-width: 1.5rem;
	margin: 0 4.8px;
	margin: 0 0.3rem;
	padding: 0;
	align-items: center;
	justify-content: center;
	transition: ease opacity 300ms;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 2px;
	outline: none;
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color) {
	pointer-events: none;
	opacity: 0;
	transform: translate3d(10px, 0, 0);
	transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(6) {
	transform: translate3d(20px, 0, 0);
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(5) {
	transform: translate3d(40px, 0, 0);
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(4) {
	transform: translate3d(60px, 0, 0);
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(3) {
	transform: translate3d(80px, 0, 0);
}

.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(2) {
	transform: translate3d(100px, 0, 0);
}

.expandable-selector .title {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 14.4px;
	padding: 0 0.9rem;
	height: 100%;
	top: 0;
	right: 70.4px;
	right: 4.4rem;
	width: 100%;
	background: #FFF;
	transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
	font-size: 11.2px;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.expandable-selector:hover .title {
	right: 100%;
	transition-duration: 660ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color) {
	pointer-events: auto;
	opacity: 1;
	transform: none;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(7) {
	transition-duration: 700ms;
	transition-delay: 50ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(6) {
	transition-duration: 650ms;
	transition-delay: 100ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(5) {
	transition-duration: 600ms;
	transition-delay: 150ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(4) {
	transition-duration: 550ms;
	transition-delay: 200ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(3) {
	transition-duration: 500ms;
	transition-delay: 250ms;
}

.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(2) {
	transition-duration: 450ms;
	transition-delay: 300ms;
}

.expandable-selector:hover .btn:hover, .expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):hover {
	transition-delay: 0ms;
	transition-duration: 300ms;
	opacity: 0.8;
}

@media (max-width: 1870px) {
	.expandable-selector:hover .title {
		opacity: 0;
	}
}

@media (max-width: 1480px) {
	.expandable-selector .title {
		right: 3.3rem;
	}

	.expandable-selector .btn {
		margin: 0 0.1rem;
	}
}

@media (max-width: 1199px) {
	.expandable-selector .btn:not(.btn-colorpicker):not(.main-color) {
		display: none;
	}

	.expandable-selector:hover .title {
		right: 3.3rem;
		opacity: 1;
	}
}
/* Conpect Position */
.concept-pos-1 {
	position: relative;
	top: 13%;
	right: -120px;
}

@media (max-width: 991px) {
	.concept-pos-1 {
		right: 0;
	}
}
/* Lamp Style */
.lamp-style-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
}

.lamp-style-wrapper .lamp,
.lamp-style-wrapper .logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	z-index: -1;
}

.lamp-style-wrapper .lamp {
	top: 32px;
	top: 2rem;
}

.lamp-style-wrapper .logo {
	top: 288px;
	top: 18rem;
}

.lamp-style-2 {
	position: absolute;
	top: 0;
	min-width: 520px;
}

/* Rect Size */
.rect-size {
	height: 320px;
}

@media (max-width: 575px) {
	.rect-size {
		height: 52vw;
	}

	.rect-size.rect-size-style-2 {
		height: 82vw;
	}
}
/* Extra Image Header */
.extra-image-header {
	position: absolute;
}

.extra-image-header .pos-left {
	left: 0;
	bottom: -30px;
}

.extra-image-header .pos-right {
	right: -275px;
	bottom: -165px;
}

/* Stile Switcher Required */
.style-switcher-required {
	visibility: hidden !important;
}

.style-switcher-active .style-switcher-required {
	visibility: visible !important;
}

/* Dividers */
hr {
  /* Divider Width */
  /* Divider Size */
}

hr.divider-w-1 {
	width: 50px;
}

hr.divider-w-2 {
	width: 100px;
}

hr.divider-w-3 {
	width: 150px;
}

hr.divider-w-4 {
	width: 200px;
}

hr.divider-w-5 {
	width: 250px;
}

hr.divider-size-1 {
	border-width: 1px;
}

hr.divider-size-2 {
	border-width: 2px;
}

hr.divider-size-3 {
	border-width: 4px;
}

hr.divider-size-4 {
	border-width: 6px;
}

hr.divider-size-5 {
	border-width: 8px;
}

/* Custom Dividers */
.custom-divider-1 {
	background: #ccc;
	width: 30px;
	height: 1px;
}

/* Sort */
.sort-source > div > a,
.sort-source > li > a {
	font-size: 12px;
	font-size: 0.75rem;
	
	font-weight: 500;
}

.sort-source > div.active > a,
.sort-source > li.active > a {
	font-weight: 700;
}

.sort-source > div:first-child > a,
.sort-source > li:first-child > a {
	padding-left: 0;
}

/* Sort Loading */
.sort-destination-loader {
	height: auto;
	overflow: hidden;
	position: relative;
}

.sort-destination-loader:after {
	content: ' ';
	background: #FFF;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
}

.sort-destination-loader .bounce-loader {
	display: none;
}

.sort-destination-loader.sort-destination-loader-showing {
	max-height: 200px;
}

.sort-destination-loader.sort-destination-loader-showing:after {
	opacity: 1;
}

.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
	display: block;
}

.sort-destination-loader.sort-destination-loader-loaded {
	overflow: visible;
}

.sort-destination-loader.sort-destination-loader-loaded:after {
	display: none;
}

/* Pricing Tables */
.pricing-table.pricing-table-style-1 {
	padding-left: 15px;
	padding-right: 15px;
}

.pricing-table.pricing-table-style-1 [class^='col'] {
	border: 1px solid #EDEDEE;
	border-right-color: transparent;
}

.pricing-table.pricing-table-style-1 [class^='col']:last-child {
	border-right-color: #EDEDEE;
}

.pricing-table .plan {
	text-align: center;
}

.pricing-table .plan-title {
	border-bottom: 1px solid #EDEDEE;
	padding: 25.6px 0;
	padding: 1.6rem 0;
}

.pricing-table .plan-title h3 {
	text-transform: uppercase;
	font-size: 1.0769230769em;
	margin: 0;
	padding: 0;
	color: #969696;
}

.pricing-table .plan-title em {
	
	font-size: 1em;
	color: #a3a3a3;
	margin: 0;
	padding: 0;
	opacity: 0.6;
}

.pricing-table .plan-price {
	padding: 40px 0 19.2px;
	padding: 2.5rem 0 1.2rem;
}

.pricing-table .plan-price strong {
	font-size: 3.6923076923em;
	color: #2E3237;
	font-weight: 800;
}

.pricing-table .plan-price strong em {
	font-size: 0.5em;
	font-style: normal;
}

.pricing-table .plan-price p {
	
	font-size: 1.2307692308em;
	color: #a3a3a3;
	margin: 0;
}

.pricing-table .plan-detail {
	padding: 0 0 32px;
	padding: 0 0 2rem;
}

.pricing-table .plan-detail ul {
	list-style: none;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 0;
}

.pricing-table .plan-detail ul li {
	margin: 0;
	padding: 8px 0;
	padding: 0.5rem 0;
}

.pricing-table .plan.plan-most-popular {
	z-index: 1;
}

@media (min-width: 992px) {
	.pricing-table .plan.plan-most-popular {
		margin-top: -0.8rem;
	}
}

.pricing-table .plan.plan-most-popular .plan-title h3, .pricing-table .plan.plan-most-popular .plan-title em {
	color: #FFF;
}

.pricing-table.pricing-table-style-2 table td, .pricing-table.pricing-table-style-2 table th {
	border: 0;
	border-right: 1px solid #EDEDEE;
	text-align: center;
}

.pricing-table.pricing-table-style-2 table td {
	border-left: 1px solid #EDEDEE;
}

.pricing-table.pricing-table-style-2 table td:first-child {
	text-align: right;
}

.pricing-table.pricing-table-style-2 table tbody tr:nth-of-type(2n+1) {
	background: rgba(0, 0, 0, 0.02);
}

.pricing-table.pricing-table-style-2 table thead tr th {
	vertical-align: top;
	border-bottom: 1px solid #EDEDEE;
	border-top: 1px solid #EDEDEE;
	background: rgba(0, 0, 0, 0.02);
}

.pricing-table.pricing-table-style-2 table thead tr th:first-child {
	border-top: 0;
	background: transparent;
}

.pricing-table.pricing-table-style-2 table tr:last-child {
	background: transparent !important;
}

.pricing-table.pricing-table-style-2 table tr:last-child td {
	border-top: 1px solid #EDEDEE;
	border-left: 0;
}

.pricing-table.pricing-table-style-2 table tr:last-child td.plan-action {
	border-bottom: 1px solid #EDEDEE;
}

.pricing-table.pricing-table-style-2 .plan.plan-most-popular {
	position: relative;
}

@media (min-width: 992px) {
	.pricing-table.pricing-table-style-2 .plan.plan-most-popular {
		margin-top: -0.8rem;
	}
}

.pricing-table.pricing-table-style-2 .plan.plan-most-popular .plan-title h3, .pricing-table.pricing-table-style-2 .plan.plan-most-popular .plan-title em {
	color: #FFF;
}

/* Icon Box */
.icon-box h1, .icon-box h2, .icon-box h3, .icon-box h4 {
	font-weight: 700;
	margin-bottom: 9.6px;
	margin-bottom: 0.6rem;
}

.icon-box .icon-box-sub-title {
	
	font-size: 0.9em;
}

.icon-box .icon-box-icon i.fa,
.icon-box .icon-box-icon i.fas,
.icon-box .icon-box-icon i.far,
.icon-box .icon-box-icon i.fal,
.icon-box .icon-box-icon i.fab,
.icon-box .icon-box-icon i.icons,
.icon-box .icon-box-icon i.lnr {
	position: relative;
}

.icon-box .icon-box-icon object,
.icon-box .icon-box-icon img {
	position: relative;
}

.icon-box .icon-box-icon object:not([width]),
.icon-box .icon-box-icon img:not([width]) {
	width: 42px;
}

.icon-box .icon-box-icon i {
	font-size: 40px;
	font-size: 2.5rem;
}

.icon-box .icon-box-icon.icon-box-icon-no-top i,
.icon-box .icon-box-icon.icon-box-icon-no-top .animated-icon {
	top: 0 !important;
}

.icon-box .icon-box-icon .stick-icon {
	margin-left: -26px;
}

.icon-box .icon-box-icon-offset-border {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	padding: 4px;
}

.icon-box .icon-box-icon-offset-border .icon-box-icon {
	margin: 0 !important;
}

.icon-box .icon-box-icon-square {
	border-radius: 4px !important;
}

.icon-box.icon-box-style-1 {
	display: flex;
}

.icon-box.icon-box-style-1 .icon-box-icon {
	padding-right: 16px;
	padding-right: 1rem;
}

.icon-box.icon-box-style-1 .icon-box-icon i.fa,
.icon-box.icon-box-style-1 .icon-box-icon i.fas,
.icon-box.icon-box-style-1 .icon-box-icon i.far,
.icon-box.icon-box-style-1 .icon-box-icon i.fal,
.icon-box.icon-box-style-1 .icon-box-icon i.fab,
.icon-box.icon-box-style-1 .icon-box-icon i.icons,
.icon-box.icon-box-style-1 .icon-box-icon i.lnr {
	font-size: 36.8px;
	font-size: 2.3rem;
	top: 8px;
}

.icon-box.icon-box-style-1 .animated-icon {
	top: 8px;
}

.icon-box.icon-box-style-1 h1, .icon-box.icon-box-style-1 h2, .icon-box.icon-box-style-1 h3, .icon-box.icon-box-style-1 h4 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.icon-box.icon-box-style-1 .icon-box-info p {
	font-size: 14.4px;
	font-size: 0.9rem;
}

.icon-box.icon-box-style-1.icon-box-reverse .icon-box-icon {
	padding-right: 0;
	padding-left: 16px;
	padding-left: 1rem;
}

.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fa,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fas,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.far,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fal,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fab,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.icons,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.lnr {
	top: 0;
}

.icon-box.icon-box-style-2 .icon-box-icon {
	display: inline-block;
	float: left;
	padding-right: 12.8px;
	padding-right: 0.8rem;
}

.icon-box.icon-box-style-2 .icon-box-icon i.fa,
.icon-box.icon-box-style-2 .icon-box-icon i.fas,
.icon-box.icon-box-style-2 .icon-box-icon i.far,
.icon-box.icon-box-style-2 .icon-box-icon i.fal,
.icon-box.icon-box-style-2 .icon-box-icon i.fab,
.icon-box.icon-box-style-2 .icon-box-icon i.icons,
.icon-box.icon-box-style-2 .icon-box-icon i.lnr {
	font-size: 32px;
	font-size: 2rem;
	top: -3px;
}

.icon-box.icon-box-style-2 h1, .icon-box.icon-box-style-2 h2, .icon-box.icon-box-style-2 h3, .icon-box.icon-box-style-2 h4 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.icon-box.icon-box-style-2 .icon-box-info-title {
	display: block;
}

.icon-box.icon-box-style-2.icon-box-reverse .icon-box-icon {
	padding-right: 0;
	float: right;
	padding-left: 12.8px;
	padding-left: 0.8rem;
}

.icon-box.icon-box-style-3 .icon-box-icon {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.icon-box.icon-box-style-3 .icon-box-icon i.fa,
.icon-box.icon-box-style-3 .icon-box-icon i.fas,
.icon-box.icon-box-style-3 .icon-box-icon i.far,
.icon-box.icon-box-style-3 .icon-box-icon i.fal,
.icon-box.icon-box-style-3 .icon-box-icon i.fab,
.icon-box.icon-box-style-3 .icon-box-icon i.icons,
.icon-box.icon-box-style-3 .icon-box-icon i.lnr {
	font-size: 44.8px;
	font-size: 2.8rem;
	position: relative;
}

.icon-box.icon-box-style-3 h1, .icon-box.icon-box-style-3 h2, .icon-box.icon-box-style-3 h3, .icon-box.icon-box-style-3 h4 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.icon-box.icon-box-style-4, .icon-box.icon-box-style-7 {
	display: flex;
	align-items: flex-start;
}

.icon-box.icon-box-style-4 .icon-box-icon-offset-border, .icon-box.icon-box-style-7 .icon-box-icon-offset-border {
	margin-right: 16px;
	margin-right: 1rem;
}

.icon-box.icon-box-style-4 .icon-box-icon, .icon-box.icon-box-style-7 .icon-box-icon {
	margin-right: 16px;
	margin-right: 1rem;
	border-radius: 100%;
	width: auto;
	height: auto;
	padding: 36.8px;
	padding: 2.3rem;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.icon-box.icon-box-style-4 .icon-box-icon i.fa,
.icon-box.icon-box-style-4 .icon-box-icon i.fas,
.icon-box.icon-box-style-4 .icon-box-icon i.far,
.icon-box.icon-box-style-4 .icon-box-icon i.fal,
.icon-box.icon-box-style-4 .icon-box-icon i.fab,
.icon-box.icon-box-style-4 .icon-box-icon i.icons,
.icon-box.icon-box-style-4 .icon-box-icon i.lnr, .icon-box.icon-box-style-7 .icon-box-icon i.fa,
.icon-box.icon-box-style-7 .icon-box-icon i.fas,
.icon-box.icon-box-style-7 .icon-box-icon i.far,
.icon-box.icon-box-style-7 .icon-box-icon i.fal,
.icon-box.icon-box-style-7 .icon-box-icon i.fab,
.icon-box.icon-box-style-7 .icon-box-icon i.icons,
.icon-box.icon-box-style-7 .icon-box-icon i.lnr {
	font-size: 30.4px;
	font-size: 1.9rem;
	color: #FFF;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.icon-box.icon-box-style-4 .icon-box-icon object,
.icon-box.icon-box-style-4 .icon-box-icon img, .icon-box.icon-box-style-7 .icon-box-icon object,
.icon-box.icon-box-style-7 .icon-box-icon img {
	margin: 0 auto;
}

.icon-box.icon-box-style-4.icon-box-reverse .icon-box-icon, .icon-box.icon-box-style-7.icon-box-reverse .icon-box-icon {
	margin-right: 0;
	margin-left: 16px;
	margin-left: 1rem;
}

.icon-box.icon-box-style-5, .icon-box.icon-box-style-8 {
	text-align: center;
}

.icon-box.icon-box-style-5 .icon-box-icon-offset-border, .icon-box.icon-box-style-8 .icon-box-icon-offset-border {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	width: 109px;
	height: 109px;
	padding: 4px;
}

.icon-box.icon-box-style-5 .icon-box-icon, .icon-box.icon-box-style-8 .icon-box-icon {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.icon-box.icon-box-style-5 .icon-box-icon i.fa,
.icon-box.icon-box-style-5 .icon-box-icon i.fas,
.icon-box.icon-box-style-5 .icon-box-icon i.far,
.icon-box.icon-box-style-5 .icon-box-icon i.fal,
.icon-box.icon-box-style-5 .icon-box-icon i.fab,
.icon-box.icon-box-style-5 .icon-box-icon i.icons,
.icon-box.icon-box-style-5 .icon-box-icon i.lnr, .icon-box.icon-box-style-8 .icon-box-icon i.fa,
.icon-box.icon-box-style-8 .icon-box-icon i.fas,
.icon-box.icon-box-style-8 .icon-box-icon i.far,
.icon-box.icon-box-style-8 .icon-box-icon i.fal,
.icon-box.icon-box-style-8 .icon-box-icon i.fab,
.icon-box.icon-box-style-8 .icon-box-icon i.icons,
.icon-box.icon-box-style-8 .icon-box-icon i.lnr {
	font-size: 46.4px;
	font-size: 2.9rem;
	color: #FFF;
	margin: 0 auto;
}

.icon-box.icon-box-style-5 .icon-box-icon object,
.icon-box.icon-box-style-5 .icon-box-icon img, .icon-box.icon-box-style-8 .icon-box-icon object,
.icon-box.icon-box-style-8 .icon-box-icon img {
	margin: 0 auto;
}

.icon-box.icon-box-style-6 {
	text-align: center;
}

.icon-box.icon-box-style-6 .icon-box-icon {
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.icon-box.icon-box-style-6 .icon-box-icon i.fa,
.icon-box.icon-box-style-6 .icon-box-icon i.fas,
.icon-box.icon-box-style-6 .icon-box-icon i.far,
.icon-box.icon-box-style-6 .icon-box-icon i.fal,
.icon-box.icon-box-style-6 .icon-box-icon i.fab,
.icon-box.icon-box-style-6 .icon-box-icon i.icons,
.icon-box.icon-box-style-6 .icon-box-icon i.lnr {
	font-size: 44.8px;
	font-size: 2.8rem;
	margin: 0 auto;
}

.icon-box.icon-box-style-6 .icon-box-icon object,
.icon-box.icon-box-style-6 .icon-box-icon img {
	margin: 0 auto;
}

.icon-box.icon-box-style-7 .icon-box-icon {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-box.icon-box-style-8 .icon-box-icon {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-box.icon-box-reverse {
	text-align: right;
	justify-content: flex-end;
}

.icon-box.icon-box-reverse .icon-box-icon {
	order: 2;
}

.icon-box.icon-box-reverse .icon-box-info {
	order: 1;
}

.icon-box.icon-box-pull-top {
	margin-top: -48px;
	margin-top: -3rem;
}

/* Icon Box Animations */
.icon-box-animation-1 {
	position: relative;
  /* Icon Box Animation 1 - Light */
}

.icon-box-animation-1:before, .icon-box-animation-1:after {
	content: '';
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	border-bottom: 3px solid #CCC;
	transition: cubic-bezier(0.55, 0, 0.1, 1) width 400ms;
}

.icon-box-animation-1:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}

.icon-box-animation-1 .icon-box {
	padding: 48px;
	padding: 3rem;
}

.icon-box-animation-1 .icon-box:before, .icon-box-animation-1 .icon-box:after {
	content: '';
	position: absolute;
	height: 0;
	top: 0;
	left: 0;
	border-right: 3px solid #CCC;
	transition: cubic-bezier(0.55, 0, 0.1, 1) height 400ms;
}

.icon-box-animation-1 .icon-box:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}

.icon-box-animation-1:hover:before, .icon-box-animation-1:hover:after {
	width: 100%;
}

.icon-box-animation-1:hover .icon-box:before, .icon-box-animation-1:hover .icon-box:after {
	height: 100%;
}

.icon-box-animation-1.icon-box-animation-1-light:before, .icon-box-animation-1.icon-box-animation-1-light:after {
	border-color: #FFF;
}

.icon-box-animation-1.icon-box-animation-1-light .icon-box:before, .icon-box-animation-1.icon-box-animation-1-light .icon-box:after {
	border-color: #FFF;
}

/* Cards */
.card {
	border: 1px solid #d3d4dc;
	border-radius: 5px;
	background: transparent;
}

.card .card-body {
	padding: 35.2px;
	padding: 2.2rem;
}

.card .card-body.card-body-flex-0 {
	flex: 0 0 auto;
}

.card.overlay .card-body {
	z-index: 2;
}

.card.card-style-1 {
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}

.card.card-style-2 .card-body {
	margin: 10px;
	border: 5px solid #EDEDEE;
}

.card.card-style-3 .card-img-top {
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -30px);
	border: 5px solid #FFF;
}

.card.card-style-4 .card-img-top {
	position: relative;
	z-index: 1;
}

.card.card-style-4 .card-body {
	margin: -5px 20px 0;
}

.card.card-style-5:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f1f3f7;
	border-radius: .25rem;
	opacity: 1;
	z-index: 0;
	transition: ease opacity 300ms;
}

.card.card-style-5:hover:before {
	opacity: 0;
}

.card.card-style-5:hover .card-body {
	background: rgba(255, 255, 255, 0.8);
}

.card.card-style-5 .card-body {
	background: rgba(255, 255, 255, 0);
	z-index: 1;
	transition: ease background 300ms;
}

/* IE */
html.ie .card > a {
	flex: 0 0 auto;
}

html.ie .card .card-body {
	height: 100%;
}

html.ie .card-img-top {
	flex-shrink: 0;
}

/* Timeline */
.timeline {
	position: relative;
}

.timeline:after {
	background: #505050;
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: "";
	display: block;
	height: 103%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

.timeline .timeline-body {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-bottom: 128px;
	padding-bottom: 8rem;
}

.timeline .timeline-title {
	background: #F4F4F4;
	padding: 12px;
}

.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 1.4em;
}

.timeline .timeline-title a {
	color: #171717;
}

.timeline .timeline-title .timeline-title-tags {
	color: #B1B1B1;
	font-size: 0.9em;
}

.timeline .timeline-title .timeline-title-tags a {
	color: #B1B1B1;
	font-size: 0.9em;
}

.timeline .timeline-box {
	flex: 0 0 auto;
	width: 45.8%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 20px 10px 10px 10px;
	padding: 32px;
	padding: 2rem;
	z-index: 1;
	margin-bottom: -80px;
	margin-bottom: -5rem;
	background: #FFF;
	align-self: flex-start;
}

.timeline .timeline-box.left {
	margin-bottom: 27.2px;
	margin-bottom: 1.7rem;
}

.timeline .timeline-box.left:before {
	background: #CCC;
	border-radius: 50%;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: 50%;
	margin-top: 66px;
	width: 14px;
	transform: translate3d(-50%, 0, 0);
}

.timeline .timeline-box.left .timeline-box-arrow {
	transform: rotate(45deg);
	background: #FFF;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	float: right;
	height: 14px;
	margin-top: 66px;
	margin-right: -40px;
	width: 14px;
	z-index: 0;
}

.timeline .timeline-box.right {
	margin-top: 128px;
	margin-top: 8rem;
	margin-left: auto;
}

.timeline .timeline-box.right:before {
	background: #CCC;
	border-radius: 50%;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: 50%;
	margin-top: 66px;
	width: 14px;
	transform: translate3d(-50%, 0, 0);
}

.timeline .timeline-box.right .timeline-box-arrow {
	transform: rotate(45deg);
	background: #FFF;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	float: left;
	height: 14px;
	margin-top: 66px;
	margin-left: -40px;
	width: 14px;
	z-index: 0;
}

.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	.timeline .timeline-box {
		width: 100%;
		margin: 0 !important;
		margin-bottom: 2rem !important;
	}

	.timeline .timeline-box.left:before {
		content: none;
	}

	.timeline .timeline-box.left .timeline-box-arrow {
		display: none;
	}

	.timeline .timeline-box.right:before {
		content: none;
	}

	.timeline .timeline-box.right .timeline-box-arrow {
		display: none;
	}
}
/* Testimonials */
.testimonial .testimonial-author > span strong {
	font-size: 17.6px;
	font-size: 1.1rem;
	font-weight: 800;
	color: #333333;
	letter-spacing: -0.8px;
}

.testimonial .testimonial-author > span span {
	display: block;
}

.testimonial.testimonial-style-1 blockquote p {
	font-size: 19.2px;
	font-size: 1.2rem;
	letter-spacing: -0.5px;
	color: #333333;
}

.testimonial.testimonial-style-2 {
	position: relative;
}

.testimonial.testimonial-style-3 .card {
	position: relative;
	z-index: 2;
}

.testimonial.testimonial-style-3 .testimonial-author-image img {
	margin: 32px auto 0;
	max-height: 65px;
	max-width: 65px;
}

.testimonial.testimonial-style-3 .testimonial-arrow {
	display: block;
	height: 25px;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	position: absolute;
	transform: rotate(45deg);
	width: 25px;
	z-index: 1;
}

/* Blockquote */
.blockquote {
	font-size: 20px;
	font-size: 1.25rem;
}

.blockquote .blockquote-footer-style-1:before {
	content: '';
}

.blockquote.blockquote-style-1 {
	padding: 40px 0 0 50px;
	position: relative;
}

.blockquote.blockquote-style-1:before {
	
	display: block;
	font-style: italic;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0;
}

.blockquote.blockquote-style-1.blockquote-dark:before {
	color: #333333;
}

.blockquote.blockquote-style-1.blockquote-light:before {
	color: #FFF;
}

.blockquote.blockquote-style-2 {
	border-left: 5px solid #333333;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.blockquote.blockquote-style-2.blockquote-dark {
	border-left-color: #333333;
}

.blockquote.blockquote-style-2.blockquote-light {
	border-left-color: #FFF;
}

/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 2px;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 2.4em;
	font-size: 1.1em;
	line-height: 2.4em;
	width: 2.4em;
	text-align: center;
	color: #999;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a !important;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2 !important;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201 !important;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127 !important;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a !important;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6 !important;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8 !important;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576 !important;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c !important;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107 !important;
}

.social-icons li:hover.social-icons-dribbble a {
	background: #ea4c89 !important;
}

.social-icons.header-top-social-icons li:hover a {
	color: #FFF;
}

.social-icons.header-social-icons li a {
	width: 2.6em;
	height: 2.6em;
	font-size: 0.9em;
	line-height: 2.6em;
	color: #333333;
}

.social-icons.header-social-icons li:hover a {
	color: #FFF;
}

.social-icons.social-icons-border li a {
	background: transparent;
	border: 2px solid #FFF;
	box-sizing: content-box;
}

.social-icons.social-icons-transparent li {
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-dark li a {
	color: #FFF;
	background: #2E3237;
}

.social-icons.social-icons-light li a {
	color: #2E3237;
	background: #f1f3f7;
}

.social-icons.social-icons-icon-light li a {
	color: #FFF;
}

.social-icons.social-icons-icon-dark li a {
	color: #333333;
}

.social-icons.social-icons-icon-dark li:hover a {
	color: #FFF !important;
}

.social-icons.social-icons-pills li a {
	color: #FFF;
	background-color: #CCC;
	border-radius: 0;
}

.social-icons.social-icons-1 li a {
	font-size: 11.2px;
	font-size: 0.7rem;
}

.social-icons.social-icons-2 li a {
	font-size: 12.8px;
	font-size: 0.8rem;
}

.social-icons.social-icons-3 li a {
	font-size: 16px;
	font-size: 1rem;
}

.social-icons.social-icons-4 li a {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.social-icons.social-icons-5 li a {
	font-size: 1.5em;
}

html.sticky-header-active #header.header-transparent .header-social-icons li a i {
	color: #333333;
}

html.sticky-header-active #header.header-transparent .header-social-icons li:hover a i {
	color: #FFF;
}

/* Call to Action */
.call-to-action {
	display: flex;
	flex-wrap: wrap;
	padding: 4.6153846154em 0;
  /* If have parallax */
  /* Call To Action with Text Background */
}

.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
	margin-bottom: 0;
}

.call-to-action h2 {
	font-size: 2.1em;
}

.call-to-action p {
	font-size: 1.1em;
}

.call-to-action .btn {
	display: flex;
	align-items: center;
}

.call-to-action .btn:not([class*="btn-icon-effect"]) strong {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin-left: 12.8px;
	margin-left: 0.8rem;
}

.call-to-action > [class*="col-"] {
	display: flex;
	align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
	justify-content: flex-end;
	text-align: center;
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:nth-child(2) {
		justify-content: center;
	}
}

.call-to-action .container, .call-to-action .container-fluid {
	position: relative;
	z-index: 3;
}

.call-to-action .container > .row, .call-to-action .container-fluid > .row {
	display: flex;
	flex-wrap: wrap;
}

.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
	display: flex;
	align-items: center;
}

.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
	justify-content: flex-end;
	text-align: center;
}

@media (max-width: 767px) {
	.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:not([class*="col-xs"]) {
		width: 100%;
	}

	.call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
		width: 100%;
	}
}

.call-to-action.call-to-action-height-1 {
	padding: 24.615px 0;
	padding: 1.5384615385rem 0;
}

.call-to-action.call-to-action-height-2 {
	padding: 49.23px 0;
	padding: 3.0769230769rem 0;
}

.call-to-action.call-to-action-height-3 {
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
}

.call-to-action.call-to-action-height-4 {
	padding: 98.461px 0;
	padding: 6.1538461538rem 0;
}

.call-to-action.call-to-action-height-5 {
	padding: 123.076px 0;
	padding: 7.6923076923rem 0;
}

.call-to-action.call-to-action-text-light .call-to-action-content h1, .call-to-action.call-to-action-text-light .call-to-action-content h2, .call-to-action.call-to-action-text-light .call-to-action-content h3, .call-to-action.call-to-action-text-light .call-to-action-content h4, .call-to-action.call-to-action-text-light .call-to-action-content h5, .call-to-action.call-to-action-text-light .call-to-action-content h6, .call-to-action.call-to-action-text-light .call-to-action-content p, .call-to-action.call-to-action-text-light .call-to-action-content a:not(.btn), .call-to-action.call-to-action-text-light .call-to-action-content span {
	color: #FFF;
}

.call-to-action .parallax-background {
	z-index: 0 !important;
}

.call-to-action.call-to-action-text-background {
	position: relative;
	overflow: hidden;
}

.call-to-action.call-to-action-text-background .text-background {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	font-size: 5em;
	line-height: 0.1;
	opacity: 0.1;
	text-align: center;
	white-space: nowrap;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.call-to-action.call-to-action-text-background .text-background {
		max-width: 710px;
		font-size: 8em;
	}
}

@media (min-width: 992px) {
	.call-to-action.call-to-action-text-background .text-background {
		max-width: 940px;
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.call-to-action.call-to-action-text-background .text-background {
		max-width: 1140px;
		font-size: 11em;
	}
}

.call-to-action.call-to-action-text-background .text-background.appear-animation {
	opacity: 0;
}

/* Responsive */
@media (max-width: 767px) {
	.call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
		margin: 0;
		padding: 20px;
		position: static;
		width: auto;
	}
}
/* Progress Bars */
.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info {
	margin-bottom: 3.2px;
	margin-bottom: 0.2rem;
	position: relative;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info label {
	font-weight: 700 !important;
	font-size: 1.0769230769em;
	color: #333333;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info .progress-bar-percent {
	float: right;
	font-size: 0.85em;
	margin-top: 0.2em;
}

.progress-bar-wrapper.progress-bar-style-1 .progress {
	overflow: visible;
	text-align: right;
	height: auto;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar {
	position: relative;
	height: 3.2px;
	height: 0.2rem;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 3.2px solid #333;
	border: 0.2rem solid #333;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -4px;
	margin: 0 -4px -4px;
	background: #FFF;
}

.progress-bar-wrapper.progress-bar-style-2 {
	text-align: center;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info {
	margin: 0 auto 11.2px;
	margin: 0 auto 0.7rem;
	position: relative;
	transform: rotate(-20deg);
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info label {
	font-weight: 700 !important;
	font-size: 1.0769230769em;
	color: #333333;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info .progress-bar-percent {
	font-size: 0.85em;
	margin-top: 0.2em;
}

.progress-bar-wrapper.progress-bar-style-2 .progress {
	width: 3.2px;
	width: 0.2rem;
	height: 3.2px;
	height: 0.2rem;
	min-height: 200px;
	display: flex;
	align-items: flex-end;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	overflow: visible;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 3.2px solid #333;
	border: 0.2rem solid #333;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -4px;
	margin: -6px 0 0 0px;
	background: #FFF;
}

.progress {
	height: auto;
}

.progress .progress-bar {
	height: 16px;
	height: 1rem;
	width: 0;
	transition: ease-in-out width 900ms, ease-in-out height 900ms;
}

.progress .progress-bar.bg-dark {
	background-color: #333333;
}

.progress .progress-bar.bg-dark:after {
	border-color: #333333;
}

.progress .progress-bar.bg-light {
	background-color: #FFF;
}

.progress .progress-bar.bg-light:after {
	border-color: #FFF;
}

.progress .progress-bar.progress-bar-small {
	height: 10px;
}

/* Circular Bar */
.circular-bar {
	text-align: center;
	position: relative;
	min-height: 150px;
}

.circular-bar label {
	display: block;
	font-size: 1.8461538462em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	max-width: 80%;
	font-weight: 800;
	color: #333333;
}

/* Counters */
.counters .counter {
	text-align: center;
	margin: 50px 0;
}

@media (max-width: 767px) {
	.counters .counter {
		margin: 80px 0;
	}
}

.counters strong,
.counters label {
	
}

.counters i {
	display: block;
	font-size: 3.6923076923em;
	line-height: 1;
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
}

.counters strong {
	display: block;
	font-weight: 900;
	font-size: 3.6923076923em;
	line-height: 1;
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
}

.counters label {
	display: block;
	font-weight: 100;
	font-size: 1.1538461538em;
	line-height: 1;
	letter-spacing: 0.5px;
}

.counters.counters-xs strong, .counters.counters-xs i {
	font-size: 1.3846153846em;
}

.counters.counters-xs label {
	font-size: 0.7692307692em;
}

.counters.counters-sm strong, .counters.counters-sm i {
	font-size: 2.1538461538em;
}

.counters.counters-sm label {
	font-size: 0.9230769231em;
}

.counters.counters-lg strong, .counters.counters-lg i {
	font-size: 4.4615384615em;
}

.counters.counters-lg label {
	font-size: 1.3076923077em;
}

.counters.counters-xl strong, .counters.counters-xl i {
	font-size: 5.2307692308em;
}

.counters.counters-xl label {
	font-size: 1.3846153846em;
}

.counters.counters-light .counter {
	color: #FFF !important;
}

.counters.counters-light .counter strong, .counters.counters-light .counter i, .counters.counters-light .counter label {
	color: #FFF !important;
}

.counters.counters-dark .counter {
	color: #333333 !important;
}

.counters.counters-dark .counter strong, .counters.counters-dark .counter i, .counters.counters-dark .counter label {
	color: #333333 !important;
}

/* Scroll to Top */
html .scroll-to-top {
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 100%;
	bottom: 10px;
	color: #FFF;
	display: block;
	height: 35px;
	opacity: 0;
	padding: 5px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	width: 35px;
	z-index: 1040;
	font-size: 10px;
	right: 10px;
}

html .scroll-to-top:hover {
	opacity: 1;
}

html .scroll-to-top.visible {
	opacity: 0.75;
}

html .scroll-to-top i {
	position: relative;
	top: 1px;
}

html.lightbox-open .scroll-to-top {
	right: 27px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}
/* Flags */
.flag {
	width: 16px;
	height: 11px;
	background: url(http://localhost:3000/../img/flags.png) no-repeat;
	margin-top: -1px;
}

.flag.flag-ad {
	background-position: -16px 0;
}

.flag.flag-ae {
	background-position: -32px 0;
}

.flag.flag-af {
	background-position: -48px 0;
}

.flag.flag-ag {
	background-position: -64px 0;
}

.flag.flag-ai {
	background-position: -80px 0;
}

.flag.flag-al {
	background-position: -96px 0;
}

.flag.flag-am {
	background-position: -112px 0;
}

.flag.flag-an {
	background-position: -128px 0;
}

.flag.flag-ao {
	background-position: -144px 0;
}

.flag.flag-ar {
	background-position: -160px 0;
}

.flag.flag-as {
	background-position: -176px 0;
}

.flag.flag-at {
	background-position: -192px 0;
}

.flag.flag-au {
	background-position: -208px 0;
}

.flag.flag-aw {
	background-position: -224px 0;
}

.flag.flag-az {
	background-position: -240px 0;
}

.flag.flag-ba {
	background-position: 0 -11px;
}

.flag.flag-bb {
	background-position: -16px -11px;
}

.flag.flag-bd {
	background-position: -32px -11px;
}

.flag.flag-be {
	background-position: -48px -11px;
}

.flag.flag-bf {
	background-position: -64px -11px;
}

.flag.flag-bg {
	background-position: -80px -11px;
}

.flag.flag-bh {
	background-position: -96px -11px;
}

.flag.flag-bi {
	background-position: -112px -11px;
}

.flag.flag-bj {
	background-position: -128px -11px;
}

.flag.flag-bm {
	background-position: -144px -11px;
}

.flag.flag-bn {
	background-position: -160px -11px;
}

.flag.flag-bo {
	background-position: -176px -11px;
}

.flag.flag-br {
	background-position: -192px -11px;
}

.flag.flag-bs {
	background-position: -208px -11px;
}

.flag.flag-bt {
	background-position: -224px -11px;
}

.flag.flag-bv {
	background-position: -240px -11px;
}

.flag.flag-bw {
	background-position: 0 -22px;
}

.flag.flag-by {
	background-position: -16px -22px;
}

.flag.flag-bz {
	background-position: -32px -22px;
}

.flag.flag-ca {
	background-position: -48px -22px;
}

.flag.flag-catalonia {
	background-position: -64px -22px;
}

.flag.flag-cd {
	background-position: -80px -22px;
}

.flag.flag-cf {
	background-position: -96px -22px;
}

.flag.flag-cg {
	background-position: -112px -22px;
}

.flag.flag-ch {
	background-position: -128px -22px;
}

.flag.flag-ci {
	background-position: -144px -22px;
}

.flag.flag-ck {
	background-position: -160px -22px;
}

.flag.flag-cl {
	background-position: -176px -22px;
}

.flag.flag-cm {
	background-position: -192px -22px;
}

.flag.flag-cn {
	background-position: -208px -22px;
}

.flag.flag-co {
	background-position: -224px -22px;
}

.flag.flag-cr {
	background-position: -240px -22px;
}

.flag.flag-cu {
	background-position: 0 -33px;
}

.flag.flag-cv {
	background-position: -16px -33px;
}

.flag.flag-cw {
	background-position: -32px -33px;
}

.flag.flag-cy {
	background-position: -48px -33px;
}

.flag.flag-cz {
	background-position: -64px -33px;
}

.flag.flag-de {
	background-position: -80px -33px;
}

.flag.flag-dj {
	background-position: -96px -33px;
}

.flag.flag-dk {
	background-position: -112px -33px;
}

.flag.flag-dm {
	background-position: -128px -33px;
}

.flag.flag-do {
	background-position: -144px -33px;
}

.flag.flag-dz {
	background-position: -160px -33px;
}

.flag.flag-ec {
	background-position: -176px -33px;
}

.flag.flag-ee {
	background-position: -192px -33px;
}

.flag.flag-eg {
	background-position: -208px -33px;
}

.flag.flag-eh {
	background-position: -224px -33px;
}

.flag.flag-england {
	background-position: -240px -33px;
}

.flag.flag-er {
	background-position: 0 -44px;
}

.flag.flag-es {
	background-position: -16px -44px;
}

.flag.flag-et {
	background-position: -32px -44px;
}

.flag.flag-eu {
	background-position: -48px -44px;
}

.flag.flag-fi {
	background-position: -64px -44px;
}

.flag.flag-fj {
	background-position: -80px -44px;
}

.flag.flag-fk {
	background-position: -96px -44px;
}

.flag.flag-fm {
	background-position: -112px -44px;
}

.flag.flag-fo {
	background-position: -128px -44px;
}

.flag.flag-fr {
	background-position: -144px -44px;
}

.flag.flag-ga {
	background-position: -160px -44px;
}

.flag.flag-gb {
	background-position: -176px -44px;
}

.flag.flag-gd {
	background-position: -192px -44px;
}

.flag.flag-ge {
	background-position: -208px -44px;
}

.flag.flag-gf {
	background-position: -224px -44px;
}

.flag.flag-gg {
	background-position: -240px -44px;
}

.flag.flag-gh {
	background-position: 0 -55px;
}

.flag.flag-gi {
	background-position: -16px -55px;
}

.flag.flag-gl {
	background-position: -32px -55px;
}

.flag.flag-gm {
	background-position: -48px -55px;
}

.flag.flag-gn {
	background-position: -64px -55px;
}

.flag.flag-gp {
	background-position: -80px -55px;
}

.flag.flag-gq {
	background-position: -96px -55px;
}

.flag.flag-gr {
	background-position: -112px -55px;
}

.flag.flag-gs {
	background-position: -128px -55px;
}

.flag.flag-gt {
	background-position: -144px -55px;
}

.flag.flag-gu {
	background-position: -160px -55px;
}

.flag.flag-gw {
	background-position: -176px -55px;
}

.flag.flag-gy {
	background-position: -192px -55px;
}

.flag.flag-hk {
	background-position: -208px -55px;
}

.flag.flag-hm {
	background-position: -224px -55px;
}

.flag.flag-hn {
	background-position: -240px -55px;
}

.flag.flag-hr {
	background-position: 0 -66px;
}

.flag.flag-ht {
	background-position: -16px -66px;
}

.flag.flag-hu {
	background-position: -32px -66px;
}

.flag.flag-ic {
	background-position: -48px -66px;
}

.flag.flag-id {
	background-position: -64px -66px;
}

.flag.flag-ie {
	background-position: -80px -66px;
}

.flag.flag-il {
	background-position: -96px -66px;
}

.flag.flag-im {
	background-position: -112px -66px;
}

.flag.flag-in {
	background-position: -128px -66px;
}

.flag.flag-io {
	background-position: -144px -66px;
}

.flag.flag-iq {
	background-position: -160px -66px;
}

.flag.flag-ir {
	background-position: -176px -66px;
}

.flag.flag-is {
	background-position: -192px -66px;
}

.flag.flag-it {
	background-position: -208px -66px;
}

.flag.flag-je {
	background-position: -224px -66px;
}

.flag.flag-jm {
	background-position: -240px -66px;
}

.flag.flag-jo {
	background-position: 0 -77px;
}

.flag.flag-jp {
	background-position: -16px -77px;
}

.flag.flag-ke {
	background-position: -32px -77px;
}

.flag.flag-kg {
	background-position: -48px -77px;
}

.flag.flag-kh {
	background-position: -64px -77px;
}

.flag.flag-ki {
	background-position: -80px -77px;
}

.flag.flag-km {
	background-position: -96px -77px;
}

.flag.flag-kn {
	background-position: -112px -77px;
}

.flag.flag-kp {
	background-position: -128px -77px;
}

.flag.flag-kr {
	background-position: -144px -77px;
}

.flag.flag-kurdistan {
	background-position: -160px -77px;
}

.flag.flag-kw {
	background-position: -176px -77px;
}

.flag.flag-ky {
	background-position: -192px -77px;
}

.flag.flag-kz {
	background-position: -208px -77px;
}

.flag.flag-la {
	background-position: -224px -77px;
}

.flag.flag-lb {
	background-position: -240px -77px;
}

.flag.flag-lc {
	background-position: 0 -88px;
}

.flag.flag-li {
	background-position: -16px -88px;
}

.flag.flag-lk {
	background-position: -32px -88px;
}

.flag.flag-lr {
	background-position: -48px -88px;
}

.flag.flag-ls {
	background-position: -64px -88px;
}

.flag.flag-lt {
	background-position: -80px -88px;
}

.flag.flag-lu {
	background-position: -96px -88px;
}

.flag.flag-lv {
	background-position: -112px -88px;
}

.flag.flag-ly {
	background-position: -128px -88px;
}

.flag.flag-ma {
	background-position: -144px -88px;
}

.flag.flag-mc {
	background-position: -160px -88px;
}

.flag.flag-md {
	background-position: -176px -88px;
}

.flag.flag-me {
	background-position: -192px -88px;
}

.flag.flag-mg {
	background-position: -208px -88px;
}

.flag.flag-mh {
	background-position: -224px -88px;
}

.flag.flag-mk {
	background-position: -240px -88px;
}

.flag.flag-ml {
	background-position: 0 -99px;
}

.flag.flag-mm {
	background-position: -16px -99px;
}

.flag.flag-mn {
	background-position: -32px -99px;
}

.flag.flag-mo {
	background-position: -48px -99px;
}

.flag.flag-mp {
	background-position: -64px -99px;
}

.flag.flag-mq {
	background-position: -80px -99px;
}

.flag.flag-mr {
	background-position: -96px -99px;
}

.flag.flag-ms {
	background-position: -112px -99px;
}

.flag.flag-mt {
	background-position: -128px -99px;
}

.flag.flag-mu {
	background-position: -144px -99px;
}

.flag.flag-mv {
	background-position: -160px -99px;
}

.flag.flag-mw {
	background-position: -176px -99px;
}

.flag.flag-mx {
	background-position: -192px -99px;
}

.flag.flag-my {
	background-position: -208px -99px;
}

.flag.flag-mz {
	background-position: -224px -99px;
}

.flag.flag-na {
	background-position: -240px -99px;
}

.flag.flag-nc {
	background-position: 0 -110px;
}

.flag.flag-ne {
	background-position: -16px -110px;
}

.flag.flag-nf {
	background-position: -32px -110px;
}

.flag.flag-ng {
	background-position: -48px -110px;
}

.flag.flag-ni {
	background-position: -64px -110px;
}

.flag.flag-nl {
	background-position: -80px -110px;
}

.flag.flag-no {
	background-position: -96px -110px;
}

.flag.flag-np {
	background-position: -112px -110px;
}

.flag.flag-nr {
	background-position: -128px -110px;
}

.flag.flag-nu {
	background-position: -144px -110px;
}

.flag.flag-nz {
	background-position: -160px -110px;
}

.flag.flag-om {
	background-position: -176px -110px;
}

.flag.flag-pa {
	background-position: -192px -110px;
}

.flag.flag-pe {
	background-position: -208px -110px;
}

.flag.flag-pf {
	background-position: -224px -110px;
}

.flag.flag-pg {
	background-position: -240px -110px;
}

.flag.flag-ph {
	background-position: 0 -121px;
}

.flag.flag-pk {
	background-position: -16px -121px;
}

.flag.flag-pl {
	background-position: -32px -121px;
}

.flag.flag-pm {
	background-position: -48px -121px;
}

.flag.flag-pn {
	background-position: -64px -121px;
}

.flag.flag-pr {
	background-position: -80px -121px;
}

.flag.flag-ps {
	background-position: -96px -121px;
}

.flag.flag-pt {
	background-position: -112px -121px;
}

.flag.flag-pw {
	background-position: -128px -121px;
}

.flag.flag-py {
	background-position: -144px -121px;
}

.flag.flag-qa {
	background-position: -160px -121px;
}

.flag.flag-re {
	background-position: -176px -121px;
}

.flag.flag-ro {
	background-position: -192px -121px;
}

.flag.flag-rs {
	background-position: -208px -121px;
}

.flag.flag-ru {
	background-position: -224px -121px;
}

.flag.flag-rw {
	background-position: -240px -121px;
}

.flag.flag-sa {
	background-position: 0 -132px;
}

.flag.flag-sb {
	background-position: -16px -132px;
}

.flag.flag-sc {
	background-position: -32px -132px;
}

.flag.flag-scotland {
	background-position: -48px -132px;
}

.flag.flag-sd {
	background-position: -64px -132px;
}

.flag.flag-se {
	background-position: -80px -132px;
}

.flag.flag-sg {
	background-position: -96px -132px;
}

.flag.flag-sh {
	background-position: -112px -132px;
}

.flag.flag-si {
	background-position: -128px -132px;
}

.flag.flag-sk {
	background-position: -144px -132px;
}

.flag.flag-sl {
	background-position: -160px -132px;
}

.flag.flag-sm {
	background-position: -176px -132px;
}

.flag.flag-sn {
	background-position: -192px -132px;
}

.flag.flag-so {
	background-position: -208px -132px;
}

.flag.flag-somaliland {
	background-position: -224px -132px;
}

.flag.flag-sr {
	background-position: -240px -132px;
}

.flag.flag-ss {
	background-position: 0 -143px;
}

.flag.flag-st {
	background-position: -16px -143px;
}

.flag.flag-sv {
	background-position: -32px -143px;
}

.flag.flag-sx {
	background-position: -48px -143px;
}

.flag.flag-sy {
	background-position: -64px -143px;
}

.flag.flag-sz {
	background-position: -80px -143px;
}

.flag.flag-tc {
	background-position: -96px -143px;
}

.flag.flag-td {
	background-position: -112px -143px;
}

.flag.flag-tf {
	background-position: -128px -143px;
}

.flag.flag-tg {
	background-position: -144px -143px;
}

.flag.flag-th {
	background-position: -160px -143px;
}

.flag.flag-tibet {
	background-position: -176px -143px;
}

.flag.flag-tj {
	background-position: -192px -143px;
}

.flag.flag-tk {
	background-position: -208px -143px;
}

.flag.flag-tl {
	background-position: -224px -143px;
}

.flag.flag-tm {
	background-position: -240px -143px;
}

.flag.flag-tn {
	background-position: 0 -154px;
}

.flag.flag-to {
	background-position: -16px -154px;
}

.flag.flag-tr {
	background-position: -32px -154px;
}

.flag.flag-tt {
	background-position: -48px -154px;
}

.flag.flag-tv {
	background-position: -64px -154px;
}

.flag.flag-tw {
	background-position: -80px -154px;
}

.flag.flag-tz {
	background-position: -96px -154px;
}

.flag.flag-ua {
	background-position: -112px -154px;
}

.flag.flag-ug {
	background-position: -128px -154px;
}

.flag.flag-um {
	background-position: -144px -154px;
}

.flag.flag-us {
	background-position: -160px -154px;
}

.flag.flag-uy {
	background-position: -176px -154px;
}

.flag.flag-uz {
	background-position: -192px -154px;
}

.flag.flag-va {
	background-position: -208px -154px;
}

.flag.flag-vc {
	background-position: -224px -154px;
}

.flag.flag-ve {
	background-position: -240px -154px;
}

.flag.flag-vg {
	background-position: 0 -165px;
}

.flag.flag-vi {
	background-position: -16px -165px;
}

.flag.flag-vn {
	background-position: -32px -165px;
}

.flag.flag-vu {
	background-position: -48px -165px;
}

.flag.flag-wales {
	background-position: -64px -165px;
}

.flag.flag-wf {
	background-position: -80px -165px;
}

.flag.flag-ws {
	background-position: -96px -165px;
}

.flag.flag-xk {
	background-position: -112px -165px;
}

.flag.flag-ye {
	background-position: -128px -165px;
}

.flag.flag-yt {
	background-position: -144px -165px;
}

.flag.flag-za {
	background-position: -160px -165px;
}

.flag.flag-zanzibar {
	background-position: -176px -165px;
}

.flag.flag-zm {
	background-position: -192px -165px;
}

.flag.flag-zw {
	background-position: -208px -165px;
}

.loading-overlay-showing {
	overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}

.loading-overlay {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #FFF;
}

body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
	transition: all 0.2s;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
	animation-delay: -0.16s;
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
	animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Dropdowns */
.dropdown-menu {
	font-size: inherit;
	padding: 5px;
	border: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #252A2C;
	text-align: left;
}

.dropdown-menu > li {
	border-bottom: 1px solid #303537;
}

.dropdown-menu > li > a {
	display: block;
	padding: 7px;
	line-height: 1.42857143;
}

.dropdown-menu > li:last-child {
	border-bottom: 0;
}

.dropdown-menu li a:not(.btn) {
	color: #9D9D9D;
}

.dropdown-menu li:hover a:not(.btn) {
	color: #FFF;
}

.dropdown-toggle:after {
	content: none;
}

/* Particles */

@keyframes expandParticles {
	from {
		transform: scale(0.2);
	}

	to {
		transform: scale(1);
	}
}

.expandParticles {
	animation-name: expandParticles;
}

/* Particles */
.particles {
	position: relative;
	min-height: 380px;
  /* Rect */
  /* Particles SVG */
  /* Counter Style */
}

.particles .particles-rect {
	position: absolute;
	right: 3%;
	width: 45%;
	min-width: 150px;
	height: 83%;
}

.particles .svg-particles {
	position: absolute;
	top: 50%;
	left: 47%;
	width: 114%;
	transform: translate(-50%, -50%);
}

.particles .svg-particles .g-particles {
	transform-origin: center;
}

.particles .particles-counter {
	position: relative;
	width: 100%;
	box-shadow: 0px 4px 50px -19px rgba(28, 31, 33, 0.4);
}

.particles .particles-counter .counters {
	padding: 28.8px;
	padding: 1.8rem;
}

.particles .particles-counter .counters [class*="col-"] {
	border-color: rgba(46, 50, 55, 0.1);
	border-style: solid;
	border-width: 0;
}

.particles .particles-counter .counters [class*="col-"]:nth-child(1) {
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.particles .particles-counter .counters [class*="col-"]:nth-child(2) {
	border-bottom-width: 1px;
}

.particles .particles-counter .counters [class*="col-"]:nth-child(3) {
	border-right-width: 1px;
}

/* IE */
html.ie .particles .img-fluid {
	flex-shrink: 0;
}

/* Particles Responsive */
@media (max-width: 1199px) {
	.particles .particles-rect {
		right: -6%;
	}

	.particles .svg-particles {
		width: 134%;
	}
}

@media (max-width: 991px) {
	.particles {
		min-height: 318px;
	}

	.particles > img {
		max-height: 181px;
	}

	.particles .particles-rect {
		height: 70%;
	}

	.particles .svg-particles {
		width: 114%;
	}

	.particles .particles-counter .counters {
		padding: 1rem;
	}
}

@media (max-width: 767px) {
	.particles {
		min-height: 50vw;
		margin: 6vw 0 0;
	}

	.particles > img {
		height: auto;
		max-height: none;
	}

	.particles .svg-particles {
		display: none;
	}
}

@media (max-width: 575px) {
	.particles .particles-counter .counters {
		padding: 1.8rem;
	}

	.particles .particles-counter .counters [class*="col-"]:nth-child(1) {
		border-right-width: 0;
		border-bottom-width: 1px;
	}

	.particles .particles-counter .counters [class*="col-"]:nth-child(2) {
		border-bottom-width: 1px;
	}

	.particles .particles-counter .counters [class*="col-"]:nth-child(3) {
		border-right-width: 0;
		border-bottom-width: 1px;
	}
}
/* Steps */
.steps {
	position: relative;
	min-height: 320px;
  /* Steps Style 2 */
  /* Steps Style 3 */
  /* Steps Style 4 */
}

.steps .item {
	position: absolute;
	background-size: cover;
	top: 50%;
	padding: 1.5384615385em;
	text-align: center;
	width: 155px;
	height: 155px;
	border: 6px solid #000;
	border-color: #CCC;
	border-radius: 100%;
	overflow: hidden;
	transition: ease all 300ms;
	transform: translate(-50%, -50%);
}

.steps .item:not(.active):not(.no-bg-color) {
	background: #f1f3f7 !important;
}

.steps .item:nth-child(2) {
	left: 10.4%;
}

.steps .item:nth-child(3) {
	left: 50%;
}

.steps .item:nth-child(4) {
	left: 89.5%;
}

.steps .item .item-title {
	position: absolute;
	top: 63%;
	left: 50%;
	width: 100%;
	color: #333333;
	font-size: 1.3076923077em;
	font-weight: 900;
	padding: 0.7692307692em 0;
	transition: ease all 300ms;
	transform: translate(-50%, -50%);
}

.steps .item .item-title:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f1f3f7;
	z-index: -1;
}

.steps .item .item-title span {
	position: absolute;
	top: -49px;
	left: 50%;
	font-size: 5.3846153846em;
	line-height: 1;
	font-weight: 700;
	color: #CCC;
	z-index: -2;
	transform: translateX(-50%);
}

.steps .item p, .steps .item a {
	display: none;
}

.steps .item.active {
	width: 280px;
	height: 280px;
	border-color: #333333;
}

.steps .item.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #f1f3f7;
	border-radius: 100%;
	z-index: 1;
}

.steps .item.active:after {
	content: '';
	display: block;
	position: absolute;
	background: #FFF;
	top: 40%;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: 0;
}

.steps .item.active .item-title {
	top: 39%;
	color: #FFF;
	font-size: 2.6153846154em;
	z-index: 1;
}

.steps .item.active .item-title span {
	position: static;
	font-size: inherit;
	font-weight: 900;
	margin-right: 7px;
}

.steps .item.active .item-title:after {
	content: none;
}

.steps .item.active p, .steps .item.active a {
	display: block;
}

.steps .item.active p {
	position: relative;
	color: #333333;
	top: 50%;
	margin: 0;
	line-height: 1.8461538462em;
	z-index: 1;
}

.steps .item.active a {
	position: absolute;
	left: 50%;
	bottom: 32px;
	font-weight: bold;
	z-index: 1;
	transform: translateX(-50%);
}

.steps .dots {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 73%;
	overflow: hidden;
	transform: translate(-50%, -50%);
}

.steps .dots .dots-mask {
	position: relative;
	z-index: 2;
}

.steps .dots .dots-color {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 7px;
	left: 0;
	background: #CCC;
}

.steps .dots .dots-color-dark {
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 0;
	width: 190px;
	background: #333333;
	transform: translateX(-50%);
}

.steps .dots .dots-color-dark._left {
	left: 10%;
}

.steps .dots .dots-color-dark._center {
	left: 50%;
}

.steps .dots .dots-color-dark._right {
	left: 90%;
}

.steps.steps-style-2 .item {
	width: 280px;
	height: 280px;
	border: none;
}

.steps.steps-style-2 .item:before, .steps.steps-style-2 .item:after {
	content: none;
}

.steps.steps-style-2 .item:not(.active) {
	background: transparent !important;
}

.steps.steps-style-2 .item .item-title {
	top: 30%;
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
}

.steps.steps-style-2 .item .item-title span {
	position: static;
	font-size: 4em;
	font-weight: 900;
	margin-right: 7px;
	transition: ease color 300ms;
}

.steps.steps-style-2 .item .item-title:after {
	content: '';
	right: 32px;
	left: 32px;
	background: #FFF;
	transform: translate3d(0, 0, 0);
}

.steps.steps-style-2 .item > i {
	position: absolute;
	top: 51.2px;
	top: 3.2rem;
	left: 50%;
	font-size: 33.6px;
	font-size: 2.1rem;
	z-index: 1;
	transform: translate3d(-50%, 0, 0);
	transition: ease color 300ms;
}

.steps.steps-style-2 .item p, .steps.steps-style-2 .item a {
	display: block;
}

.steps.steps-style-2 .item p {
	position: relative;
	color: #333333;
	top: 50%;
	margin: 0;
	line-height: 1.8461538462em;
	z-index: 1;
}

.steps.steps-style-2 .item a {
	position: absolute;
	left: 50%;
	bottom: 32px;
	font-weight: bold;
	z-index: 1;
	transform: translateX(-50%);
}

.steps.steps-style-2 .item.active .item-title {
	color: #CCC;
}

.steps.steps-style-2 .item.active .item-title span,
.steps.steps-style-2 .item.active > i {
	color: #333333;
}

.steps.steps-style-2 .dots {
	top: 38%;
	width: 85%;
}

.steps.steps-style-3 {
	min-height: 170px;
}

.steps.steps-style-3 .item {
	width: 280px;
	height: 180px;
	border: none;
	overflow: visible;
}

.steps.steps-style-3 .item:before, .steps.steps-style-3 .item:after {
	content: none;
}

.steps.steps-style-3 .item:not(.active) {
	background: transparent !important;
}

.steps.steps-style-3 .item .item-title {
	top: 50%;
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
}

.steps.steps-style-3 .item .item-title span {
	font-size: 5em;
	top: -73px;
	font-weight: 700;
	transition: ease color 300ms;
}

.steps.steps-style-3 .item .item-title:after {
	content: '';
	right: 37px;
	left: 93px;
	background: #FFF;
	transform: translate3d(0, 0, 0);
}

.steps.steps-style-3 .item.active .item-title {
	color: #CCC;
}

.steps.steps-style-3 .item.active .item-title span {
	position: absolute;
	color: #333333;
}

.steps.steps-style-3 .item:nth-child(2) .item-title {
	padding-left: 113px;
}

.steps.steps-style-3 .item:nth-child(3) .item-title {
	padding-left: 55px;
}

.steps.steps-style-3 .item:nth-child(4) .item-title {
	padding-left: 48px;
}

.steps.steps-style-3 .dots {
	top: 50%;
	width: 73%;
	left: 53%;
}

.steps.steps-style-4 .item {
	background-size: cover !important;
	background-position: center !important;
}

.steps.steps-style-4 .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #f1f3f7;
	border-radius: 100%;
	z-index: 1;
}

.steps.steps-style-4 .item:after {
	content: none;
}

.steps.steps-style-4 .item:not(.active) {
	background: inherit;
}

.steps.steps-style-4 .item:nth-child(2) {
	left: 16.2%;
}

.steps.steps-style-4 .item:nth-child(4) {
	left: 84.3%;
}

/* Responsive */
@media (max-width: 991px) {
	.steps {
		min-height: 750px;
		margin-top: 70px;
		margin-bottom: 30px;
    /* Steps Style 2 */
    /* Steps Style 3 */
	}

	.steps .item {
		left: 50% !important;
	}

	.steps .item:nth-child(2) {
		top: 10%;
	}

	.steps .item:nth-child(3) {
		top: 50%;
	}

	.steps .item:nth-child(4) {
		top: 90%;
	}

	.steps .dots {
		top: 48%;
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.steps.steps-style-2 .item:after {
		content: '';
		position: absolute;
		top: 30px;
		bottom: 30px;
		left: 0;
		width: 100%;
		height: 82%;
		background: #FFF;
		z-index: -1;
		transform: translate3d(0, 0, 0);
	}

	.steps.steps-style-3 {
		min-height: 600px;
		margin-top: 0;
		margin-bottom: 2.2rem;
	}

	.steps.steps-style-3 .item {
		height: 130px;
		background-color: #FFF;
	}

	.steps.steps-style-3 .item:not(.active) {
		background: #FFF !important;
	}

	.steps.steps-style-3 .item .item-title {
		top: 80%;
	}

	.steps.steps-style-3 .dots {
		left: 50%;
	}
}

@media (max-width: 767px) {
	.steps {
    /* Steps Style 2 */
    /* Steps Style 3 */
	}

	.steps .dots {
		width: 510px;
	}

	.steps.steps-style-2 .dots {
		width: 590px;
	}

	.steps.steps-style-3 .dots {
		width: 430px;
	}
}
/* Steps Shadow */
@media (min-width: 992px) {
	.steps-shadow:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		transition: ease opacity 300ms;
	}

	.steps-shadow.active:before {
		visibility: visible;
		opacity: 1;
	}
}
/* Learn More */
.learn-more {
	color: #333333;
}

.learn-more:hover {
	color: #CCC;
}

.learn-more:hover i {
	margin-left: 8px;
}

.learn-more i {
	margin-left: 5px;
	transition: ease margin-left 300ms;
}

/* IE */
html.ie .steps {
  /* Steps Style 2 */
}

html.ie .steps.steps-style-2 .item .item-title span {
	position: relative;
	top: 0;
	left: 27px;
	z-index: 0;
}

/* Double Carousel */
.double-carousel {
	overflow: hidden;
  /* Default Style */
}

.double-carousel .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.double-carousel .owl-carousel .owl-item.active.current .card {
	transform: scale(1);
}

.double-carousel .owl-carousel .owl-item .card {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	transition: ease all 300ms;
	transform: scale(0.8);
}

.double-carousel .owl-carousel .owl-item .card > *:not([class*="col-"]) {
	flex-basis: 100%;
}

.double-carousel .owl-carousel .owl-item .card p {
	line-height: 1.7;
}

.double-carousel .owl-carousel .owl-item .card strong {
	font-size: 0.9em;
	line-height: 1;
}

@supports ((-o-object-fit: scale-down) or (object-fit: scale-down)) {
	.double-carousel .owl-carousel .owl-item .card > img {
		-o-object-fit: scale-down;
		object-fit: scale-down;
	}
}

.double-carousel .owl-carousel .owl-item .card.card-logo {
	height: 140px;
	width: 100%;
}

.double-carousel .owl-carousel .owl-item .card.card-logo .card-body {
	display: flex;
	align-items: center;
}

.double-carousel .owl-carousel .owl-item .card.card-logo .card-body img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	margin: 0 auto;
}

.double-carousel .owl-carousel .owl-item:not(.current) .card {
	-webkit-filter: blur(2px);
}

.double-carousel .owl-carousel .owl-item:not(.current) .card.card-logo .card-body img {
	transform: scale(0.8);
}

/* Edge */
html.edge .double-carousel .owl-carousel .owl-item .card {
	align-items: center;
}

html.edge .double-carousel .owl-carousel .owl-item:not(.current) .card {
	-webkit-filter: none;
}

/* IE */
html.ie .double-carousel .owl-carousel .owl-item .card > *:not([class*="col-"]) {
	flex-basis: auto;
}

html.ie .double-carousel .owl-carousel .owl-item .card.card-logo .card-body img {
	width: 100%;
}

@media (min-width: 768px) {
	.double-carousel {
		min-height: 200px;
    /* If have animation on wrapper */
	}

	.double-carousel .nav {
		position: absolute;
		top: 55.5%;
		left: 35vw;
		width: 30vw;
		margin-top: -10px;
		transform: translateY(-50%);
	}

	.double-carousel .nav .title-left {
		position: absolute;
		width: 30%;
		left: 24%;
		top: 50%;
		text-align: right;
		transform: translate(-50%, -50%);
	}

	.double-carousel .nav .title-left span {
		color: #333333;
		font-size: 1.2307692308em;
		
		font-weight: 600;
	}

	.double-carousel .nav .title-left span > span {
		display: none;
	}

	.double-carousel .nav .title-right {
		position: absolute;
		width: 30%;
		left: 76%;
		top: 50%;
		text-align: left;
		transform: translate(-50%, -50%);
	}

	.double-carousel .nav .title-right span {
		color: #333333;
		font-size: 1.2307692308em;
		
		font-weight: 600;
	}

	.double-carousel .nav .arrows {
		position: absolute;
		width: 90%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.double-carousel .nav .arrows .arrow-left,
  .double-carousel .nav .arrows .arrow-right {
		color: #CCC;
		width: 2.3076923077em;
		height: 2.3076923077em;
		line-height: 2.3076923077em;
		text-align: center;
		cursor: pointer;
		font-size: 1.9230769231em;
	}

	.double-carousel .nav .arrows .arrow-left {
		float: left;
	}

	.double-carousel .nav .arrows .arrow-right {
		float: right;
	}

	.double-carousel .owl-carousel .owl-dots {
		position: absolute;
		top: 50%;
		left: -18vw;
		width: 6vw;
		margin-top: 0 !important;
		transform: translateY(-50%);
	}

	.double-carousel .owl-carousel .owl-dots .owl-dot {
		margin-top: 8px;
	}

	.double-carousel .owl-carousel .owl-dots .owl-dot span {
		width: 7px;
		height: 7px;
		margin: 4px 4px;
	}

	.double-carousel .owl-carousel .owl-dots .owl-dot.active span {
		background: #CCC;
	}

	.double-carousel .wrapper-left {
		position: absolute;
		top: 50%;
		right: 65vw;
		width: 35vw;
		margin-top: 0;
		transform: translateY(-50%);
	}

	.double-carousel .wrapper-left .owl-carousel {
		opacity: 0;
		visibility: hidden;
		transition: ease opacity 300ms;
	}

	.double-carousel .wrapper-left .owl-carousel.show-carousel {
		opacity: 1;
		visibility: visible;
	}

	.double-carousel .wrapper-left .owl-carousel .owl-dots {
		display: none !important;
	}

	.double-carousel .wrapper-right {
		position: absolute;
		top: 50%;
		left: 65vw;
		width: 35vw;
		margin-top: 0;
		transform: translateY(-50%);
	}

	.double-carousel .wrapper-right .owl-carousel {
		opacity: 0;
		visibility: hidden;
		transition: ease opacity 300ms;
	}

	.double-carousel .wrapper-right .owl-carousel.show-carousel {
		opacity: 1;
		visibility: visible;
	}

	.double-carousel .wrapper-right.appear-animation .owl-carousel .owl-dots {
		opacity: 0;
		transition: ease opacity 500ms;
		transition-delay: 900ms;
	}

	.double-carousel .wrapper-right.appear-animation.appear-animation-visible .owl-carousel .owl-dots {
		opacity: 1;
	}

  /* Internet Explorer 10/11 */
	html.ie10 .double-carousel .nav,
  html.ie11 .double-carousel .nav {
		min-height: 200px;
		z-index: 1;
	}
}
/* Double Carousel Responsive */
@media (min-width: 768px) and (max-width: 1199px) {
	.double-carousel .nav {
		top: 60%;
	}

	.double-carousel .nav .title-left {
		width: 80%;
		left: 50%;
		top: -62px;
		text-align: center;
	}

	.double-carousel .nav .title-left span > span {
		display: inline-block;
	}

	.double-carousel .nav .title-right {
		width: 80%;
		left: 50%;
		top: -40px;
		text-align: center;
	}

	.double-carousel .owl-carousel .owl-dots {
		top: 70%;
		left: -22.6vw;
		width: 15vw;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.double-carousel .wrapper-left, .double-carousel .wrapper-right {
		width: 32vw;
	}
}

@media (max-width: 1199px) {
	.double-carousel .nav {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.double-carousel .nav {
		display: none;
	}

	.double-carousel .owl-carousel {
		margin-bottom: 0;
	}

	.double-carousel .owl-carousel .owl-item .card {
		min-height: 120px;
		margin-top: 20px;
		align-items: unset;
	}

	.double-carousel .owl-carousel .owl-dots {
		display: none;
	}
}
/* Slider Range */
.slider-range-wrapper {
	padding-top: 10px;
}

.slider-range-wrapper .slider-range {
	height: 3px;
	border: none;
	background: #f1f1f1;
	box-shadow: none;
}

.slider-range-wrapper .slider-range .noUi-connect {
	background-color: #CCC;
}

.slider-range-wrapper .slider-range .noUi-handle {
	background-color: #CCC;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: none;
	box-shadow: none;
	top: -5px;
	left: -11px;
	right: -7px !important;
	cursor: pointer;
	outline: none;
}

.slider-range-wrapper .slider-range .noUi-handle:after, .slider-range-wrapper .slider-range .noUi-handle:before {
	content: none;
}

.slider-range-wrapper form input {
	background: transparent;
	border: none;
	max-width: 40px;
	color: #333333;
	font-size: 14.4px;
	font-size: 0.9rem;
}

/* Pagination */
.pagination .page-item + .page-item {
	margin-left: 5px;
}

.pagination .page-item + .page-item.active .page-link {
	background: #CCC;
	color: #FFF !important;
}

.pagination .page-link {
	color: #333333;
	background: transparent;
	font-weight: bold;
}

.pagination .page-link.next, .pagination .page-link.prev {
	border: none;
}

.pagination .page-link:hover:not(.next):not(.prev) {
	color: #CCC;
	border: 1px solid #CCC;
}

/* Shop */
.product-info-rate.product-info-rate-sm i {
	font-size: 11.2px;
	font-size: 0.7rem;
}

.product-info-rate.product-info-rate-lg i {
	font-size: 19.2px;
	font-size: 1.2rem;
}

/* Shop Cart */
.shop-cart .shop-cart-table thead tr > th {
	padding: 19.2px 0;
	padding: 1.2rem 0;
	color: #333333;
	
}

.shop-cart .shop-cart-table thead tr > th strong {
	font-weight: 700;
}

.shop-cart .shop-cart-table tbody {
	border-top: 1px solid #DAE2E6;
}

.shop-cart .shop-cart-table tbody > tr:first-child {
	border-top: 0;
}

.shop-cart .shop-cart-table tbody > tr + tr {
	border-top: 1px solid #DAE2E6;
	border-bottom: 1px solid #DAE2E6;
}

.shop-cart .shop-cart-table tbody > tr > td {
	padding: 22.4px 9.6px;
	padding: 1.4rem 0.6rem;
}

.shop-cart .shop-cart-table tbody .product-subtotal {
	color: #333333;
	font-size: 14.4px;
	font-size: 0.9rem;
	
}

.shop-cart .shop-cart-table .product-remove {
	width: 7%;
	text-align: center;
}

.shop-cart .shop-cart-table .product-thumbnail {
	width: 85px;
}

.shop-cart .shop-cart-table .product-name {
	width: 40%;
}

/* Cart Totals */
.cart-totals tbody {
	border-top: 1px solid #DAE2E6;
}

.cart-totals tbody > tr:first-child {
	border-top: 0;
}

.cart-totals tbody > tr + tr {
	border-top: 1px solid #DAE2E6;
	border-bottom: 1px solid #DAE2E6;
}

.cart-totals tbody > tr > td {
	padding: 14.4px 0;
	padding: 0.9rem 0;
}

.cart-totals tbody > tr > td:first-child {
	padding-left: 16px;
	padding-left: 1rem;
}

.cart-totals .cart-total-label {
	font-weight: 600;
}

.cart-totals .cart-total-value {
	font-weight: 700;
	font-size: 14.4px;
	font-size: 0.9rem;
	
	color: #333333;
}

/* OFF Tag */
.off-tag-top-left {
	position: absolute;
	top: -11.2px;
	top: -0.7rem;
	left: -11.2px;
	left: -0.7rem;
	z-index: 1;
}

.off-tag-top-right {
	position: absolute;
	top: -11.2px;
	top: -0.7rem;
	right: -11.2px;
	right: -0.7rem;
	z-index: 1;
}

.off-tag-bottom-left {
	position: absolute;
	bottom: -11.2px;
	bottom: -0.7rem;
	left: -11.2px;
	left: -0.7rem;
	z-index: 1;
}

.off-tag-bottom-right {
	position: absolute;
	bottom: -11.2px;
	bottom: -0.7rem;
	right: -11.2px;
	right: -0.7rem;
	z-index: 1;
}

.shop-now-bottom {
	bottom: 29px;
}

/* Blog */
.blog-post .blog-post-header {
	position: relative;
	overflow: hidden;
}

.blog-post .blog-post-header:hover .post-format-icon {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.blog-post .blog-post-header .post-format-icon {
	position: absolute;
	left: 15px;
	bottom: 15px;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transform: translate3d(0, 100px, 0);
	transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms 200ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
}

/* Comments */
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comments li {
	padding: 10px 0 0 55px;
}

ul.comments li img.avatar {
	height: 55px;
	width: 55px;
}

ul.comments li ul.reply {
	margin: 0;
}

ul.comments li a {
	text-decoration: none;
}

ul.comments li .avatar {
	margin-left: -55px;
	margin-top: 16px;
	margin-top: 1rem;
}

ul.comments li .comment {
	display: flex;
	margin-bottom: 10px;
}

ul.comments .comment-block {
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
	width: 100%;
}

ul.comments .comment-block p {
	font-size: 0.9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comments .comment-block .comment-by {
	display: flex;
	align-items: center;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comments .comment-block .comment-by .comment-date {
	padding: 0 16px;
	padding: 0 1rem;
	margin: 0 16px;
	margin: 0 1rem;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}

ul.comments .comment-block .comment-by .comment-rating {
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
	border-right: 1px solid #dadada;
}

/* Responsive */
@media (max-width: 991px) {
	ul.comments .comment-block .comment-by {
		flex-direction: column;
		align-items: start;
	}

	ul.comments .comment-block .comment-by .comment-author {
		margin-bottom: 0.3rem;
	}

	ul.comments .comment-block .comment-by .comment-date {
		border: 0;
		margin: 0;
		padding: 0;
	}

	ul.comments .comment-block .comment-by .comment-reply {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
}

@media (max-width: 575px) {
	ul.comments li {
		border-left: 8px solid #DDDDDD;
		padding: 0 0 0 10px;
	}
}
/* Word Rotator */
.word-rotator i, .word-rotator em, .word-rotator b {
	font-style: normal;
	font-weight: inherit;
}

.word-rotator-words {
	display: inline-block;
	position: relative;
	text-align: left;
}

.word-rotator-words b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.word-rotator-words b.is-visible {
	position: relative;
}

/* rotate-1 */
.word-rotator.rotate-1 .word-rotator-words {
	perspective: 300px;
}

.word-rotator.rotate-1 b {
	opacity: 0;
	transform-origin: 50% 100%;
	transform: rotateX(180deg);
}

.word-rotator.rotate-1 b.is-visible {
	opacity: 1;
	transform: rotateX(0deg);
	animation: word-rotator-rotate-1-in 1.2s;
}

.word-rotator.rotate-1 b.is-hidden {
	transform: rotateX(180deg);
	animation: word-rotator-rotate-1-out 1.2s;
}

@keyframes word-rotator-rotate-1-in {
	0% {
		transform: rotateX(180deg);
		opacity: 0;
	}

	35% {
		transform: rotateX(120deg);
		opacity: 0;
	}

	65% {
		opacity: 0;
	}

	100% {
		transform: rotateX(360deg);
		opacity: 1;
	}
}

@keyframes word-rotator-rotate-1-out {
	0% {
		transform: rotateX(0deg);
		opacity: 1;
	}

	35% {
		transform: rotateX(-40deg);
		opacity: 1;
	}

	65% {
		opacity: 0;
	}

	100% {
		transform: rotateX(180deg);
		opacity: 0;
	}
}
/* type */
.word-rotator.type .word-rotator-words {
	vertical-align: top;
	overflow: hidden;
	position: relative;
	padding-right: 3px;
}

.word-rotator.type .word-rotator-words::after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	width: 1px;
	display: block;
	background-color: transparent;
}

.word-rotator.type .word-rotator-words.waiting::after {
	animation: 1s word-rotator-pulse step-end infinite;
}

.word-rotator.type .word-rotator-words.selected {
	background-color: #333333;
}

.word-rotator.type .word-rotator-words.selected::after {
	visibility: hidden;
}

.word-rotator.type .word-rotator-words.selected b {
	color: #FFF;
}

.word-rotator.type b {
	visibility: hidden;
}

.word-rotator.type b.is-visible {
	visibility: visible;
}

.word-rotator.type i {
	position: absolute;
	visibility: hidden;
}

.word-rotator.type i.in {
	position: relative;
	visibility: visible;
}

@keyframes word-rotator-pulse {
	from, to {
		background-color: transparent;
	}

	50% {
		background-color: black;
	}
}

@keyframes word-rotator-pulse-light {
	from, to {
		background-color: transparent;
	}

	50% {
		background-color: white;
	}
}
/* rotate-2 */
.word-rotator.rotate-2 .word-rotator-words {
	perspective: 300px;
}

.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
	display: inline-block;
	backface-visibility: hidden;
}

.word-rotator.rotate-2 b {
	opacity: 0;
}

.word-rotator.rotate-2 i {
	transform-style: preserve-3d;
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}

.is-visible .word-rotator.rotate-2 i {
	opacity: 1;
}

.word-rotator.rotate-2 i.in {
	animation: word-rotator-rotate-2-in .4s forwards;
}

.word-rotator.rotate-2 i.out {
	animation: word-rotator-rotate-2-out .4s forwards;
}

.word-rotator.rotate-2 em {
	transform: translateZ(20px);
}

.no-csstransitions .word-rotator.rotate-2 i {
	transform: rotateX(0deg);
	opacity: 0;
}

.no-csstransitions .word-rotator.rotate-2 i em {
	transform: scale(1);
}

.no-csstransitions .word-rotator.rotate-2 .is-visible i {
	opacity: 1;
}

@keyframes word-rotator-rotate-2-in {
	0% {
		opacity: 0;
		transform: translateZ(-20px) rotateX(90deg);
	}

	60% {
		opacity: 1;
		transform: translateZ(-20px) rotateX(-10deg);
	}

	100% {
		opacity: 1;
		transform: translateZ(-20px) rotateX(0deg);
	}
}

@keyframes word-rotator-rotate-2-out {
	0% {
		opacity: 1;
		transform: translateZ(-20px) rotateX(0);
	}

	60% {
		opacity: 0;
		transform: translateZ(-20px) rotateX(-100deg);
	}

	100% {
		opacity: 0;
		transform: translateZ(-20px) rotateX(-90deg);
	}
}
/* loading-bar */
.word-rotator.loading-bar span {
	display: inline-block;
	padding: .2em 0;
}

.word-rotator.loading-bar .word-rotator-words {
	overflow: hidden;
	vertical-align: top;
}

.word-rotator.loading-bar .word-rotator-words::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #333333;
	z-index: 2;
	transition: width .3s -0.1s;
}

.word-rotator.loading-bar .word-rotator-words.is-loading::after {
	width: 100%;
	transition: width 3s;
}

.word-rotator.loading-bar b {
	top: .2em;
	opacity: 0;
	transition: opacity .3s;
}

.word-rotator.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
}

/* slide */
.word-rotator.slide span {
	display: inline-block;
	padding: .2em 0;
}

.word-rotator.slide .word-rotator-words {
	overflow: hidden;
	vertical-align: top;
}

.word-rotator.slide b {
	opacity: 0;
	top: .2em;
}

.word-rotator.slide b.is-visible {
	top: 0;
	opacity: 1;
	animation: slide-in .6s;
}

.word-rotator.slide b.is-hidden {
	animation: slide-out .6s;
}

@keyframes slide-in {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	60% {
		opacity: 1;
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slide-out {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	60% {
		opacity: 0;
		transform: translateY(120%);
	}

	100% {
		opacity: 0;
		transform: translateY(100%);
	}
}
/* clip */
.word-rotator.clip span {
	display: inline-block;
	padding: .2em 0;
}

.word-rotator.clip .word-rotator-words {
	overflow: hidden;
	vertical-align: top;
}

.word-rotator.clip .word-rotator-words::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #333333;
}

.word-rotator.clip b {
	opacity: 0;
}

.word-rotator.clip b.is-visible {
	opacity: 1;
}

/* zoom */
.word-rotator.zoom .word-rotator-words {
	perspective: 300px;
}

.word-rotator.zoom b {
	opacity: 0;
}

.word-rotator.zoom b.is-visible {
	opacity: 1;
	animation: zoom-in .8s;
}

.word-rotator.zoom b.is-hidden {
	animation: zoom-out .8s;
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		transform: translateZ(100px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes zoom-out {
	0% {
		opacity: 1;
		transform: translateZ(0);
	}

	100% {
		opacity: 0;
		transform: translateZ(-100px);
	}
}

.word-rotator.rotate-3 .word-rotator-words {
	perspective: 300px;
}

.word-rotator.rotate-3 b {
	opacity: 0;
}

.word-rotator.rotate-3 i {
	display: inline-block;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}

.is-visible .word-rotator.rotate-3 i {
	transform: rotateY(0deg);
}

.word-rotator.rotate-3 i.in {
	animation: word-rotator-rotate-3-in .6s forwards;
}

.word-rotator.rotate-3 i.out {
	animation: word-rotator-rotate-3-out .6s forwards;
}

.no-csstransitions .word-rotator.rotate-3 i {
	transform: rotateY(0deg);
	opacity: 0;
}

.no-csstransitions .word-rotator.rotate-3 .is-visible i {
	opacity: 1;
}

@keyframes word-rotator-rotate-3-in {
	0% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

@keyframes word-rotator-rotate-3-out {
	0% {
		transform: rotateY(0);
	}

	100% {
		transform: rotateY(-180deg);
	}
}
/* scale */
.word-rotator.scale b {
	opacity: 0;
}

.word-rotator.scale i {
	display: inline-block;
	opacity: 0;
	transform: scale(0);
}

.is-visible .word-rotator.scale i {
	opacity: 1;
}

.word-rotator.scale i.in {
	animation: scale-up .6s forwards;
}

.word-rotator.scale i.out {
	animation: scale-down .6s forwards;
}

.no-csstransitions .word-rotator.scale i {
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .word-rotator.scale .is-visible i {
	opacity: 1;
}

@keyframes scale-up {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	60% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-down {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	60% {
		transform: scale(0);
		opacity: 0;
	}
}
/* push */
.word-rotator.push b {
	opacity: 0;
}

.word-rotator.push b.is-visible {
	opacity: 1;
	animation: push-in .6s;
}

.word-rotator.push b.is-hidden {
	animation: push-out .6s;
}

@keyframes push-in {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	60% {
		opacity: 1;
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes push-out {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	60% {
		opacity: 0;
		transform: translateX(110%);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}
/* Content Rotator */
.owl-carousel-vertical .owl-item {
	position: relative;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	z-index: 10;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .owl-stage-outer {
	padding-top: 70px;
	padding-bottom: 70px;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside {
	position: absolute;
	z-index: 1;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside.prev {
	top: -100%;
}

.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside.next {
	top: 100%;
}

.bg-light-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(252, 253, 253, 0), #fcfdfd);
}

.bg-light-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #fcfdfd, rgba(252, 253, 253, 0));
}

.bg-light-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(251, 251, 253, 0), #fbfbfd);
}

.bg-light-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #fbfbfd, rgba(251, 251, 253, 0));
}

.bg-light-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(247, 249, 251, 0), #f7f9fb);
}

.bg-light-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #f7f9fb, rgba(247, 249, 251, 0));
}

.bg-light-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(244, 246, 249, 0), #f4f6f9);
}

.bg-light-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #f4f6f9, rgba(244, 246, 249, 0));
}

.bg-light-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(241, 243, 247, 0), #f1f3f7);
}

.bg-light-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #f1f3f7, rgba(241, 243, 247, 0));
}

.bg-dark-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(9, 10, 11, 0), #090a0b);
}

.bg-dark-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #090a0b, rgba(9, 10, 11, 0));
}

.bg-dark-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(27, 30, 33, 0), #1b1e21);
}

.bg-dark-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #1b1e21, rgba(27, 30, 33, 0));
}

.bg-dark-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(32, 35, 38, 0), #202326);
}

.bg-dark-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #202326, rgba(32, 35, 38, 0));
}

.bg-dark-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(41, 45, 49, 0), #292d31);
}

.bg-dark-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #292d31, rgba(41, 45, 49, 0));
}

.bg-dark-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
	background: linear-gradient(to bottom, rgba(46, 50, 55, 0), #2e3237);
}

.bg-dark-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
	background: linear-gradient(to bottom, #2e3237, rgba(46, 50, 55, 0));
}

/* Portfolio List */
.portfolio-list {
	list-style: none;
	margin: -8px;
	margin: -0.5rem;
	padding: 0;
}

.portfolio-list .portfolio-item {
	position: relative;
	margin: 8px;
	margin: 0.5rem;
}

.portfolio-list .portfolio-item.portfolio-item-style-2 {
	margin: 8px 8px 32px;
	margin: 0.5rem 0.5rem 2rem;
}

.portfolio-list.portfolio-list-no-gap .portfolio-item {
	margin: 0;
}

.portfolio-list.portfolio-list-style-2 {
	margin: -16px;
	margin: -1rem;
}

.portfolio-list.portfolio-list-style-2 .portfolio-item {
	margin: 16px;
	margin: 1rem;
}

.portfolio-list.portfolio-list-style-3 {
	margin: -19.2px -16px;
	margin: -1.2rem -1rem;
}

.portfolio-list.portfolio-list-style-3 .portfolio-item {
	margin: 19.2px 16px;
	margin: 1.2rem 1rem;
}

.portfolio-list.portfolio-list-style-4 {
	margin: -22.4px;
	margin: -1.4rem;
}

.portfolio-list.portfolio-list-style-4 .portfolio-item {
	margin: 22.4px;
	margin: 1.4rem;
}

/* Portfolio Load More Loader */
.portfolio-load-more-loader {
	display: none;
	position: relative;
	height: 45px;
}

/* Portfolio Load More Button */
#portfolioLoadMore {
	margin-top: 20px;
}
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link){
  color: #9267ae;
}

a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
  color: #fb5252;
}
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover.link-underline,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus.link-underline {
  border-color: transparent;
}
html .text-color-primary:not(.no-skin),
html .text-primary:not(.no-skin) {
  color: #9267ae;
}
html .text-color-secondary:not(.no-skin),
html .text-secondary:not(.no-skin) {
  color: #fb5252;
}
html .text-color-tertiary:not(.no-skin),
html .text-tertiary:not(.no-skin) {
  color: #ed153e !important;
}
html .text-color-quaternary:not(.no-skin),
html .text-quaternary:not(.no-skin) {
  color: #0f3964 !important;
}
html .border-color-primary:not(.no-skin) {
  border-color: #9267ae !important;
}
html .border-color-secondary:not(.no-skin) {
  border-color: #fb5252 !important;
}
html .border-color-tertiary:not(.no-skin) {
  border-color: #ed153e !important;
}
html .border-color-quaternary:not(.no-skin) {
  border-color: #0f3964 !important;
}
html .bg-primary-1:not(.no-skin) {
  background-color: #05223f !important;
}
html .bg-primary-2:not(.no-skin) {
  background-color: #093b6e !important;
}
html .bg-primary-3:not(.no-skin) {
  background-color: #0d559d !important;
}
html .bg-primary-4:not(.no-skin) {
  background-color: #116ecc !important;
}
html .bg-primary:not(.no-skin) {
  background-color: #9267ae !important;
}
html .bg-primary-6:not(.no-skin) {
  background-color: #9267ae !important;
}
html .bg-primary-7:not(.no-skin) {
  background-color: #81bbf5 !important;
}
html .bg-primary-8:not(.no-skin) {
  background-color: #b0d4f9 !important;
}
html .bg-primary-9:not(.no-skin) {
  background-color: #e0eefc !important;
}
html .bg-secondary-1:not(.no-skin) {
  background-color: #081e13 !important;
}
html .bg-secondary-2:not(.no-skin) {
  background-color: #13462b !important;
}
html .bg-secondary-3:not(.no-skin) {
  background-color: #1e6e44 !important;
}
html .bg-secondary-4:not(.no-skin) {
  background-color: #29965d !important;
}
html .bg-secondary:not(.no-skin) {
  background-color: #fb5252 !important;
}
html .bg-secondary-6:not(.no-skin) {
  background-color: #fb5252cc !important;
}
html .bg-secondary-7:not(.no-skin) {
  background-color: #7ddbaa !important;
}
html .bg-secondary-8:not(.no-skin) {
  background-color: #a5e6c4 !important;
}
html .bg-secondary-9:not(.no-skin) {
  background-color: #cdf1de !important;
}
html .bg-tertiary-1:not(.no-skin) {
  background-color: #32040d !important;
}
html .bg-tertiary-2:not(.no-skin) {
  background-color: #620819 !important;
}
html .bg-tertiary-3:not(.no-skin) {
  background-color: #910b25 !important;
}
html .bg-tertiary-4:not(.no-skin) {
  background-color: #c00f30 !important;
}
html .bg-tertiary:not(.no-skin) {
  background-color: #ed153e !important;
}
html .bg-tertiary-6:not(.no-skin) {
  background-color: #f14465 !important;
}
html .bg-tertiary-7:not(.no-skin) {
  background-color: #f4748c !important;
}
html .bg-tertiary-8:not(.no-skin) {
  background-color: #f8a3b3 !important;
}
html .bg-tertiary-9:not(.no-skin) {
  background-color: #fcd2da !important;
}
html .bg-quaternary-1:not(.no-skin) {
  background-color: #000000 !important;
}
html .bg-quaternary-2:not(.no-skin) {
  background-color: #000000 !important;
}
html .bg-quaternary-3:not(.no-skin) {
  background-color: #02060b !important;
}
html .bg-quaternary-4:not(.no-skin) {
  background-color: #082038 !important;
}
html .bg-quaternary:not(.no-skin) {
  background-color: #0f3964 !important;
}
html .bg-quaternary-6:not(.no-skin) {
  background-color: #165290 !important;
}
html .bg-quaternary-7:not(.no-skin) {
  background-color: #1c6cbd !important;
}
html .bg-quaternary-8:not(.no-skin) {
  background-color: #2d85df !important;
}
html .bg-quaternary-9:not(.no-skin) {
  background-color: #599fe6 !important;
}
html .overlay-color-primary:not(.no-skin):before {
  background-color: #9267ae !important;
}
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #fb5252 !important;
}
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #ed153e !important;
}
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #0f3964 !important;
}
html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
  border-color: transparent;
  color: #ffffff;
  background-color: #9267ae;
}
html .btn-primary:hover,
html.sticky-header-active .btn-sticky-primary:hover,
html .btn-primary:focus,
html.sticky-header-active .btn-sticky-primary:focus {
  border-color: transparent;
  background-color: #fb5252 !important;
  color: #ffffff;
}
html .btn-primary:focus,
html.sticky-header-active .btn-sticky-primary:focus {
  box-shadow: 0 0 0 3px rgba(146, 103, 174, 0.25);
}
html .btn-primary:disabled,
html.sticky-header-active .btn-sticky-primary:disabled,
html .btn-primary.disabled,
html.sticky-header-active .btn-sticky-primary.disabled,
html .btn-primary:disabled:hover,
html.sticky-header-active .btn-sticky-primary:disabled:hover,
html .btn-primary.disabled:hover,
html.sticky-header-active .btn-sticky-primary.disabled:hover,
html .btn-primary:disabled:active,
html.sticky-header-active .btn-sticky-primary:disabled:active,
html .btn-primary.disabled:active,
html.sticky-header-active .btn-sticky-primary.disabled:active,
html .btn-primary:disabled:focus,
html.sticky-header-active .btn-sticky-primary:disabled:focus,
html .btn-primary.disabled:focus,
html.sticky-header-active .btn-sticky-primary.disabled:focus {
  cursor: default;
  border-color: #9267ae !important;
  color: #ffffff !important;
  background-color: #9267ae !important;
}
html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active {
  border-color: transparent;
  color: #ffffff;
  background-color: #9267ae;
}
html .btn-secondary,
html.sticky-header-active .btn-sticky-secondary {
  border-color: #fb5252;
  color: #ffffff;
  background-color: #fb5252;
}
html .btn-secondary:hover,
html.sticky-header-active .btn-sticky-secondary:hover,
html .btn-secondary:focus,
html.sticky-header-active .btn-sticky-secondary:focus {
  border-color: #fb5252cc;
  background-color: #fb5252cc;
  color: #ffffff;
}
html .btn-secondary:focus,
html.sticky-header-active .btn-sticky-secondary:focus {
  box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
}
html .btn-secondary:disabled,
html.sticky-header-active .btn-sticky-secondary:disabled,
html .btn-secondary.disabled,
html.sticky-header-active .btn-sticky-secondary.disabled,
html .btn-secondary:disabled:hover,
html.sticky-header-active .btn-sticky-secondary:disabled:hover,
html .btn-secondary.disabled:hover,
html.sticky-header-active .btn-sticky-secondary.disabled:hover,
html .btn-secondary:disabled:active,
html.sticky-header-active .btn-sticky-secondary:disabled:active,
html .btn-secondary.disabled:active,
html.sticky-header-active .btn-sticky-secondary.disabled:active,
html .btn-secondary:disabled:focus,
html.sticky-header-active .btn-sticky-secondary:disabled:focus,
html .btn-secondary.disabled:focus,
html.sticky-header-active .btn-sticky-secondary.disabled:focus {
  cursor: default;
  border-color: #fb5252 !important;
  color: #ffffff !important;
  background-color: #fb5252 !important;
}
html .btn-secondary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled).active,
html .btn-secondary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled):active {
  border-color: #fb5252;
  color: #ffffff;
  background-color: #fb5252;
  box-shadow: 0 0 0 0.2rem #fb5252cc;
}
html .btn-tertiary,
html.sticky-header-active .btn-sticky-tertiary {
  border-color: #ed153e;
  color: #ffffff;
  background-color: #ed153e;
}
html .btn-tertiary:hover,
html.sticky-header-active .btn-sticky-tertiary:hover,
html .btn-tertiary:focus,
html.sticky-header-active .btn-sticky-tertiary:focus {
  border-color: #f14465;
  background-color: #f14465;
  color: #ffffff;
}
html .btn-tertiary:focus,
html.sticky-header-active .btn-sticky-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(237, 21, 62, 0.25);
}
html .btn-tertiary:disabled,
html.sticky-header-active .btn-sticky-tertiary:disabled,
html .btn-tertiary.disabled,
html.sticky-header-active .btn-sticky-tertiary.disabled,
html .btn-tertiary:disabled:hover,
html.sticky-header-active .btn-sticky-tertiary:disabled:hover,
html .btn-tertiary.disabled:hover,
html.sticky-header-active .btn-sticky-tertiary.disabled:hover,
html .btn-tertiary:disabled:active,
html.sticky-header-active .btn-sticky-tertiary:disabled:active,
html .btn-tertiary.disabled:active,
html.sticky-header-active .btn-sticky-tertiary.disabled:active,
html .btn-tertiary:disabled:focus,
html.sticky-header-active .btn-sticky-tertiary:disabled:focus,
html .btn-tertiary.disabled:focus,
html.sticky-header-active .btn-sticky-tertiary.disabled:focus {
  cursor: default;
  border-color: #ed153e !important;
  color: #ffffff !important;
  background-color: #ed153e !important;
}
html .btn-tertiary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-tertiary:not([disabled]):not(.disabled).active,
html .btn-tertiary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-tertiary:not([disabled]):not(.disabled):active {
  border-color: #ed153e;
  color: #ffffff;
  background-color: #ed153e;
  box-shadow: 0 0 0 0.2rem #f14465;
}
html .btn-quaternary,
html.sticky-header-active .btn-sticky-quaternary {
  border-color: #0f3964;
  color: #ffffff;
  background-color: #0f3964;
}
html .btn-quaternary:hover,
html.sticky-header-active .btn-sticky-quaternary:hover,
html .btn-quaternary:focus,
html.sticky-header-active .btn-sticky-quaternary:focus {
  border-color: #165290;
  background-color: #165290;
  color: #ffffff;
}
html .btn-quaternary:focus,
html.sticky-header-active .btn-sticky-quaternary:focus {
  box-shadow: 0 0 0 3px rgba(15, 57, 100, 0.25);
}
html .btn-quaternary:disabled,
html.sticky-header-active .btn-sticky-quaternary:disabled,
html .btn-quaternary.disabled,
html.sticky-header-active .btn-sticky-quaternary.disabled,
html .btn-quaternary:disabled:hover,
html.sticky-header-active .btn-sticky-quaternary:disabled:hover,
html .btn-quaternary.disabled:hover,
html.sticky-header-active .btn-sticky-quaternary.disabled:hover,
html .btn-quaternary:disabled:active,
html.sticky-header-active .btn-sticky-quaternary:disabled:active,
html .btn-quaternary.disabled:active,
html.sticky-header-active .btn-sticky-quaternary.disabled:active,
html .btn-quaternary:disabled:focus,
html.sticky-header-active .btn-sticky-quaternary:disabled:focus,
html .btn-quaternary.disabled:focus,
html.sticky-header-active .btn-sticky-quaternary.disabled:focus {
  cursor: default;
  border-color: #0f3964 !important;
  color: #ffffff !important;
  background-color: #0f3964 !important;
}
html .btn-quaternary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-quaternary:not([disabled]):not(.disabled).active,
html .btn-quaternary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-quaternary:not([disabled]):not(.disabled):active {
  border-color: #0f3964;
  color: #ffffff;
  background-color: #0f3964;
  box-shadow: 0 0 0 0.2rem #165290;
}
html .btn-outline.btn-primary,
html.sticky-header-active .btn-outline.btn-sticky-primary {
  background: transparent;
  border-color: #9267ae !important;
  color: #9267ae !important;
}
html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
  border-color: transparent;
  background-color: #9267ae !important;
  color: #ffffff !important;
}
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
  box-shadow: 0 0 0 3px rgba(146, 103, 174, 0.25);
}
html .btn-outline.btn-primary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled,
html .btn-outline.btn-primary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled,
html .btn-outline.btn-primary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:hover,
html .btn-outline.btn-primary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:hover,
html .btn-outline.btn-primary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:active,
html .btn-outline.btn-primary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:active,
html .btn-outline.btn-primary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:focus,
html .btn-outline.btn-primary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:focus {
  background: transparent !important;
  border-color: #9267ae !important;
  color: #9267ae !important;
}
html .btn-outline.btn-secondary,
html.sticky-header-active .btn-outline.btn-sticky-secondary {
  background: transparent;
  border-color: #fb5252;
  color: #fb5252;
}
html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
  border-color: #fb5252cc;
  background-color: #fb5252 !important;
  color: #ffffff;
}
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
  box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
}
html .btn-outline.btn-secondary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled,
html .btn-outline.btn-secondary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled,
html .btn-outline.btn-secondary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:hover,
html .btn-outline.btn-secondary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:hover,
html .btn-outline.btn-secondary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:active,
html .btn-outline.btn-secondary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:active,
html .btn-outline.btn-secondary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:focus,
html .btn-outline.btn-secondary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:focus {
  background: transparent !important;
  border-color: #fb5252 !important;
  color: #fb5252 !important;
}
html .btn-outline.btn-tertiary,
html.sticky-header-active .btn-outline.btn-sticky-tertiary {
  background: transparent;
  border-color: #ed153e;
  color: #ed153e;
}
html .btn-outline.btn-tertiary:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:hover,
html .btn-outline.btn-tertiary:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:focus {
  border-color: #f14465;
  background-color: #ed153e !important;
  color: #ffffff;
}
html .btn-outline.btn-tertiary:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(237, 21, 62, 0.25);
}
html .btn-outline.btn-tertiary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled,
html .btn-outline.btn-tertiary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:hover,
html .btn-outline.btn-tertiary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:hover,
html .btn-outline.btn-tertiary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:active,
html .btn-outline.btn-tertiary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:active,
html .btn-outline.btn-tertiary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:focus,
html .btn-outline.btn-tertiary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:focus {
  background: transparent !important;
  border-color: #ed153e !important;
  color: #ed153e !important;
}
html .btn-outline.btn-quaternary,
html.sticky-header-active .btn-outline.btn-sticky-quaternary {
  background: transparent;
  border-color: #0f3964;
  color: #0f3964;
}
html .btn-outline.btn-quaternary:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:hover,
html .btn-outline.btn-quaternary:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:focus {
  border-color: #165290;
  background-color: #0f3964 !important;
  color: #ffffff;
}
html .btn-outline.btn-quaternary:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:focus {
  box-shadow: 0 0 0 3px rgba(15, 57, 100, 0.25);
}
html .btn-outline.btn-quaternary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled,
html .btn-outline.btn-quaternary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:hover,
html .btn-outline.btn-quaternary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:hover,
html .btn-outline.btn-quaternary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:active,
html .btn-outline.btn-quaternary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:active,
html .btn-outline.btn-quaternary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:focus,
html .btn-outline.btn-quaternary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:focus {
  background: transparent !important;
  border-color: #0f3964 !important;
  color: #0f3964 !important;
}
.btn-link {
  color: #9267ae;
}
.btn-link:hover,
.btn-link:focus {
  color: #9267ae;
}
.btn-link:disabled,
.btn-link.disabled,
.btn-link:disabled:hover,
.btn-link.disabled:hover,
.btn-link:disabled:active,
.btn-link.disabled:active,
.btn-link:disabled:focus,
.btn-link.disabled:focus {
  color: #9267ae !important;
}
html .btn-link.btn-primary {
  color: #9267ae;
}
html .btn-link.btn-primary:hover,
html .btn-link.btn-primary:focus {
  color: #9267ae;
}
html .btn-link.btn-primary:disabled,
html .btn-link.btn-primary.disabled,
html .btn-link.btn-primary:disabled:hover,
html .btn-link.btn-primary.disabled:hover,
html .btn-link.btn-primary:disabled:active,
html .btn-link.btn-primary.disabled:active,
html .btn-link.btn-primary:disabled:focus,
html .btn-link.btn-primary.disabled:focus {
  color: #9267ae !important;
}
html .btn-link.btn-secondary {
  color: #fb5252;
}
html .btn-link.btn-secondary:hover,
html .btn-link.btn-secondary:focus {
  color: #fb5252cc;
}
html .btn-link.btn-secondary:disabled,
html .btn-link.btn-secondary.disabled,
html .btn-link.btn-secondary:disabled:hover,
html .btn-link.btn-secondary.disabled:hover,
html .btn-link.btn-secondary:disabled:active,
html .btn-link.btn-secondary.disabled:active,
html .btn-link.btn-secondary:disabled:focus,
html .btn-link.btn-secondary.disabled:focus {
  color: #fb5252 !important;
}
html .btn-link.btn-tertiary {
  color: #ed153e;
}
html .btn-link.btn-tertiary:hover,
html .btn-link.btn-tertiary:focus {
  color: #f14465;
}
html .btn-link.btn-tertiary:disabled,
html .btn-link.btn-tertiary.disabled,
html .btn-link.btn-tertiary:disabled:hover,
html .btn-link.btn-tertiary.disabled:hover,
html .btn-link.btn-tertiary:disabled:active,
html .btn-link.btn-tertiary.disabled:active,
html .btn-link.btn-tertiary:disabled:focus,
html .btn-link.btn-tertiary.disabled:focus {
  color: #ed153e !important;
}
html .btn-link.btn-quaternary {
  color: #0f3964;
}
html .btn-link.btn-quaternary:hover,
html .btn-link.btn-quaternary:focus {
  color: #165290;
}
html .btn-link.btn-quaternary:disabled,
html .btn-link.btn-quaternary.disabled,
html .btn-link.btn-quaternary:disabled:hover,
html .btn-link.btn-quaternary.disabled:hover,
html .btn-link.btn-quaternary:disabled:active,
html .btn-link.btn-quaternary.disabled:active,
html .btn-link.btn-quaternary:disabled:focus,
html .btn-link.btn-quaternary.disabled:focus {
  color: #0f3964 !important;
}
html .badge-primary:not(.no-skin) {
  background-color: #9267ae;
  color: #ffffff;
}
html .badge-secondary:not(.no-skin) {
  background: #fb5252;
  color: #ffffff;
}
html .badge-tertiary:not(.no-skin) {
  background: #ed153e;
  color: #ffffff;
}
html .badge-quaternary:not(.no-skin) {
  background: #0f3964;
  color: #ffffff;
}
.list-group-item.active {
  background-color: #9267ae;
  border-color: transparent;
}
.list.list-filter li a:hover {
  border-color: transparent;
}
.list.list-filter li a.active {
  background-color: #9267ae;
  border-color: transparent;
}
.pagination .page-item + .page-item.active .page-link {
  background-color: #9267ae;
}
.pagination .page-link:hover:not(.next):not(.prev) {
  color: #9267ae;
  border: 1px solid #9267ae;
}
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a {
  background-color: #9267ae;
}
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a:focus {
  color: #ffffff;
}
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a {
  background-color: #fb5252;
}
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a:focus {
  color: #ffffff;
}
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a {
  background-color: #ed153e;
}
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a:focus {
  color: #ffffff;
}
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a {
  background-color: #0f3964;
}
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a:focus {
  color: #ffffff;
}
html section.section-primary {
  background-color: #9267ae !important;
}
html section.section-primary-scale-2 {
  background-color: #116ecc !important;
  border-color: #0f62b5 !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #116ecc;
}
html section.section-secondary {
  background-color: #fb5252 !important;
}
html section.section-secondary-scale-2 {
  background-color: #29965d !important;
  border-color: #248251 !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #29965d;
}
html section.section-tertiary {
  background-color: #ed153e !important;
}
html section.section-tertiary-scale-2 {
  background-color: #c00f30 !important;
  border-color: #a90d2a !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #c00f30;
}
html section.section-quaternary {
  background-color: #0f3964 !important;
}
html section.section-quaternary-scale-2 {
  background-color: #082038 !important;
  border-color: #051321 !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #082038;
}
html .steps-primary .dots .dots-color {
  background-color: #9267ae;
}
html .steps-primary .item {
  border-color: transparent;
}
html .steps-primary .item .item-title span {
  color: #9267ae;
}
html .steps-primary.steps-style-2 .item.active .item-title {
  color: #9267ae;
}
html .steps-primary.steps-style-2 .item.active > i {
  color: #9267ae;
}
html .steps-primary.steps-style-3 .item.active .item-title {
  color: #9267ae;
}
html .steps-secondary .dots .dots-color {
  background: #fb5252;
}
html .steps-secondary .item {
  border-color: #fb5252;
}
html .steps-secondary .item .item-title span {
  color: #fb5252;
}
html .steps-secondary.steps-style-2 .item.active .item-title {
  color: #fb5252;
}
html .steps-secondary.steps-style-2 .item.active > i {
  color: #fb5252;
}
html .steps-secondary.steps-style-3 .item.active .item-title {
  color: #fb5252;
}
html .steps-tertiary .dots .dots-color {
  background: #ed153e;
}
html .steps-tertiary .item {
  border-color: #ed153e;
}
html .steps-tertiary .item .item-title span {
  color: #ed153e;
}
html .steps-tertiary.steps-style-2 .item.active .item-title {
  color: #ed153e;
}
html .steps-tertiary.steps-style-2 .item.active > i {
  color: #ed153e;
}
html .steps-tertiary.steps-style-3 .item.active .item-title {
  color: #ed153e;
}
html .steps-quaternary .dots .dots-color {
  background: #0f3964;
}
html .steps-quaternary .item {
  border-color: #0f3964;
}
html .steps-quaternary .item .item-title span {
  color: #0f3964;
}
html .steps-quaternary.steps-style-2 .item.active .item-title {
  color: #0f3964;
}
html .steps-quaternary.steps-style-2 .item.active > i {
  color: #0f3964;
}
html .steps-quaternary.steps-style-3 .item.active .item-title {
  color: #0f3964;
}
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin).active {
  color: #9267ae;
}
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):hover,
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):focus,
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):active {
  color: #9267ae;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary .show > .nav-link {
  background-color: #9267ae;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary .show > .nav-link {
  background-color: #fb5252;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary .show > .nav-link {
  background-color: #ed153e;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary .show > .nav-link {
  background-color: #0f3964;
}
html .nav-tabs .nav-item .nav-link:after {
  background-color: #9267ae;
}
html #header .header-top.header-top-dark span > a:hover {
  color: #9267ae;
}
html #header .header-top.header-top-dark .nav > li > a:hover,
html #header .header-top.header-top-dark .nav > li > a:focus {
  color: #9267ae;
}
html #header .header-top.header-top-dark .nav > li > a:hover > i,
html #header .header-top.header-top-dark .nav > li > a:focus > i {
  color: #9267ae;
}
html #header .header-nav-main nav > ul > li > a.active {
  color: #9267ae;
}
html #header .header-nav-main nav > ul > li.open > a,
html #header .header-nav-main nav > ul > li:hover > a,
html #header .header-nav-main nav > ul > li:focus > a {
  color: #9267ae;
}
html #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu li:hover > a {
  color: #9267ae;
}
@media (min-width: 992px) {
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
    border-color: transparent;
  }
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a {
    color: #9267ae;
  }
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before,
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a:before {
    border-color: transparent;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a.active {
    background: #1279df;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:focus > a {
    background-color: #9267ae;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
    border-color: transparent;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a.active {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary > a.active {
    background: #1279df;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary:focus > a {
    background-color: #9267ae;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary > .dropdown-menu:before {
    border-color: transparent;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color > a.active {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary > a.active {
    background: #2da667;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary:focus > a {
    background: #fb5252;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary > .dropdown-menu:before {
    border-color: #fb5252;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color > a.active {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary > a.active {
    background: #d31035;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary:focus > a {
    background: #ed153e;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary > .dropdown-menu:before {
    border-color: #ed153e;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color > a.active {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary > a.active {
    background: #0b2a49;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary:focus > a {
    background: #0f3964;
    color: #ffffff;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary > .dropdown-menu:before {
    border-color: #0f3964;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color > a.active {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
    border-color: rgba(146, 103, 174, 0.5);
  }
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:hover:before,
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:focus:before,
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
    border-color: rgba(146, 103, 174, 0.5);
  }
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
    color: #9267ae;
  }
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: #9267ae;
  }
}
@media (max-width: 991px) {
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:hover,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:focus,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a.active {
    color: #9267ae;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > a {
    color: #9267ae;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
    background-color: #9267ae;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu .dropdown-menu {
    background-color: #9267ae;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > .dropdown-menu {
    background-color: #9267ae;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a:focus {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.opened {
    background-color: #9267ae;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > a {
    color: #fb5252;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu {
    background-color: #fb5252;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu .dropdown-menu {
    background-color: #fb5252;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > .dropdown-menu {
    background-color: #fb5252;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a:focus {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.opened {
    background-color: #fb5252;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > a {
    color: #ed153e;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    background-color: #ed153e;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu .dropdown-menu {
    background-color: #ed153e;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > .dropdown-menu {
    background-color: #ed153e;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a:focus {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.opened {
    background-color: #ed153e;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > a {
    color: #0f3964;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    background-color: #0f3964;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li:focus > a {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu .dropdown-menu {
    background-color: #0f3964;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary {
    border-color: rgba(255, 255, 255, 0.2);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > a {
    color: #ffffff;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > .dropdown-menu {
    background-color: #0f3964;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a:focus {
    color: #ffffff !important;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.opened {
    background-color: #0f3964;
  }
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-sub-title {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn):focus,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn):hover {
    color: #9267ae;
  }
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
    color: #9267ae;
  }
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a {
    color: #9267ae;
  }
}
@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a {
    color: #9267ae;
  }
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a {
    color: #9267ae;
  }
}
.side-header-btn-toggle:hover {
  color: #9267ae;
}
html .page-header.page-header-primary {
  background-color: #9267ae;
}
html .page-header.page-header-primary h1,
html .page-header.page-header-primary a,
html .page-header.page-header-primary span,
html .page-header.page-header-primary li,
html .page-header.page-header-primary p {
  color: #ffffff !important;
}
html .page-header.page-header-secondary {
  background-color: #fb5252;
}
html .page-header.page-header-secondary h1,
html .page-header.page-header-secondary a,
html .page-header.page-header-secondary span,
html .page-header.page-header-secondary li,
html .page-header.page-header-secondary p {
  color: #ffffff !important;
}
html .page-header.page-header-tertiary {
  background-color: #ed153e;
}
html .page-header.page-header-tertiary h1,
html .page-header.page-header-tertiary a,
html .page-header.page-header-tertiary span,
html .page-header.page-header-tertiary li,
html .page-header.page-header-tertiary p {
  color: #ffffff !important;
}
html .page-header.page-header-quaternary {
  background-color: #0f3964;
}
html .page-header.page-header-quaternary h1,
html .page-header.page-header-quaternary a,
html .page-header.page-header-quaternary span,
html .page-header.page-header-quaternary li,
html .page-header.page-header-quaternary p {
  color: #ffffff !important;
}
html .slide-overlay-primary .slotholder:after {
  background-color: #9267ae !important;
}
html .slide-overlay-secondary .slotholder:after {
  background-color: #fb5252 !important;
}
html .slide-overlay-tertiary .slotholder:after {
  background-color: #ed153e !important;
}
html .slide-overlay-quaternary .slotholder:after {
  background-color: #0f3964 !important;
}
html .tp-bullet.selected,
html .tp-bullet:hover {
  background-color: #9267ae;
}
html .slider-scroll-button {
  background-color: #9267ae;
}
html .owl-carousel:not(.mirrored) .owl-nav .owl-prev,
html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
  color: #9267ae;
}
html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
  background: #9267ae;
}
html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card,
html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .testimonial-arrow {
  background: #9267ae !important;
}
html .owl-carousel.rounded-style-1 .owl-stage-outer:before {
  border-color: transparent;
}
html .owl-carousel.nav-style-5 .owl-nav .owl-prev,
html .owl-carousel.nav-style-5 .owl-nav .owl-next {
  background-color: #9267ae;
  color: #FFF !important;
}
html .double-carousel .owl-carousel .owl-nav .owl-prev,
html .double-carousel .owl-carousel .owl-nav .owl-next {
  color: #9267ae;
}
html .double-carousel .nav .arrows .arrow-left,
html .double-carousel .nav .arrows .arrow-right {
  color: #9267ae !important;
}
html .double-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background: #9267ae !important;
}
html .double-carousel.double-carousel-style-2 .owl-carousel .owl-item.active.current .card {
  background-color: #9267ae;
}
html .blockquote.blockquote-style-1.blockquote-primary:before {
  color: #9267ae !important;
}
html .blockquote.blockquote-style-2.blockquote-primary {
  border-left-color: #9267ae !important;
}
html .blockquote.blockquote-style-1.blockquote-secondary:before {
  color: #fb5252 !important;
}
html .blockquote.blockquote-style-2.blockquote-secondary {
  border-left-color: #fb5252 !important;
}
html .blockquote.blockquote-style-1.blockquote-tertiary:before {
  color: #ed153e !important;
}
html .blockquote.blockquote-style-2.blockquote-tertiary {
  border-left-color: #ed153e !important;
}
html .blockquote.blockquote-style-1.blockquote-quaternary:before {
  color: #0f3964 !important;
}
html .blockquote.blockquote-style-2.blockquote-quaternary {
  border-left-color: #0f3964 !important;
}
.slider-range-wrapper .slider-range .noUi-connect {
  background-color: #9267ae;
}
.slider-range-wrapper .slider-range .noUi-handle {
  background-color: #9267ae;
}
.drop-caps.drop-caps-primary:first-letter {
  color: #9267ae;
}
.drop-caps.drop-caps-primary.drop-caps-style-2:first-letter {
  background-color: #9267ae;
  color: #ffffff;
}
.drop-caps.drop-caps-secondary:first-letter {
  color: #fb5252;
}
.drop-caps.drop-caps-secondary.drop-caps-style-2:first-letter {
  background-color: #fb5252;
  color: #ffffff;
}
.drop-caps.drop-caps-tertiary:first-letter {
  color: #ed153e;
}
.drop-caps.drop-caps-tertiary.drop-caps-style-2:first-letter {
  background-color: #ed153e;
  color: #ffffff;
}
.drop-caps.drop-caps-quaternary:first-letter {
  color: #0f3964;
}
.drop-caps.drop-caps-quaternary.drop-caps-style-2:first-letter {
  background-color: #0f3964;
  color: #ffffff;
}
.table-active {
  background-color: #9267ae !important;
}
.table-active td,
.table-active th {
  background-color: #9267ae !important;
}
html .progress-bar-bg-primary:not(.no-skin) {
  background-color: #9267ae !important;
}
html .progress-bar-bg-primary:not(.no-skin):after {
  border-color: #9267ae !important;
}
html .progress-bar-bg-secondary:not(.no-skin) {
  background-color: #fb5252 !important;
}
html .progress-bar-bg-secondary:not(.no-skin):after {
  border-color: #fb5252 !important;
}
html .progress-bar-bg-tertiary:not(.no-skin) {
  background-color: #ed153e !important;
}
html .progress-bar-bg-tertiary:not(.no-skin):after {
  border-color: #ed153e !important;
}
html .progress-bar-bg-quaternary:not(.no-skin) {
  background-color: #0f3964 !important;
}
html .progress-bar-bg-quaternary:not(.no-skin):after {
  border-color: #0f3964 !important;
}
.word-rotator.type .word-rotator-words.selected {
  background-color: #9267ae;
}
.word-rotator.loading-bar .word-rotator-words::after {
  background-color: #9267ae;
}
.word-rotator.clip .word-rotator-words::after {
  background-color: #9267ae;
}
.scrollable-element::-webkit-scrollbar-thumb {
  background-color: #9267ae;
}
.social-icons.social-icons-pills li a {
  background-color: #9267ae;
}
.social-icons.social-icons-primary:not(.no-skin) li a {
  background-color: #9267ae;
  color: #ffffff !important;
}
.social-icons.social-icons-icon-primary:not(.no-skin) li a {
  color: #9267ae !important;
}
.social-icons.social-icons-icon-primary:not(.no-skin) li:hover a {
  color: #ffffff !important;
}
.social-icons.social-icons-secondary:not(.no-skin) li a {
  background-color: #9267ae;
  color: #ffffff !important;
}
.social-icons.social-icons-icon-secondary:not(.no-skin) li a {
  color: #9267ae !important;
}
.social-icons.social-icons-icon-secondary:not(.no-skin) li:hover a {
  color: #ffffff !important;
}
.social-icons.social-icons-tertiary:not(.no-skin) li a {
  background-color: #9267ae;
  color: #ffffff !important;
}
.social-icons.social-icons-icon-tertiary:not(.no-skin) li a {
  color: #9267ae !important;
}
.social-icons.social-icons-icon-tertiary:not(.no-skin) li:hover a {
  color: #ffffff !important;
}
.social-icons.social-icons-quaternary:not(.no-skin) li a {
  background-color: #9267ae;
  color: #ffffff !important;
}
.social-icons.social-icons-icon-quaternary:not(.no-skin) li a {
  color: #9267ae !important;
}
.social-icons.social-icons-icon-quaternary:not(.no-skin) li:hover a {
  color: #ffffff !important;
}
.icon-box-animation-1:not(.icon-box-animation-1-light):before,
.icon-box-animation-1:not(.icon-box-animation-1-light):after {
  border-color: transparent;
}
.icon-box-animation-1:not(.icon-box-animation-1-light) .icon-box:before,
.icon-box-animation-1:not(.icon-box-animation-1-light) .icon-box:after {
  border-color: transparent;
}
.timeline .timeline-box.left:before {
  background-color: #9267ae;
}
.timeline .timeline-box.right:before {
  background-color: #9267ae;
}
.skew-text-bar-1:before {
  background-color: #9267ae;
}
html #footer.footer-primary {
  background-color: #9267ae;
}
html #footer.footer-primary p,
html #footer.footer-primary span,
html #footer.footer-primary a,
html #footer.footer-primary li {
  color: #ffffff;
}
html #footer.footer-secondary {
  background-color: #fb5252;
}
html #footer.footer-secondary p,
html #footer.footer-secondary span,
html #footer.footer-secondary a,
html #footer.footer-secondary li {
  color: #ffffff;
}
html #footer.footer-tertiary {
  background-color: #ed153e;
}
html #footer.footer-tertiary p,
html #footer.footer-tertiary span,
html #footer.footer-tertiary a,
html #footer.footer-tertiary li {
  color: #ffffff;
}
html #footer.footer-quaternary {
  background-color: #0f3964;
}
html #footer.footer-quaternary p,
html #footer.footer-quaternary span,
html #footer.footer-quaternary a,
html #footer.footer-quaternary li {
  color: #ffffff;
}
footer a {
    color: inherit !important;
}
.toast-title {
	font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}

.toast-message a,
.toast-message label{
	color: #FFF;
}
.toast-message a:hover {
	color: #CCC;
	text-decoration: none;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	left: 12px;
	bottom: 12px;
}

#toast-container  {
	position: fixed;
	z-index: 9999;
}

#toast-container > div {
	background-position: 15px center;
	background-repeat: no-repeat; 
	border-radius: 3px 3px 3px 3px; 
	-o-box-shadow: 0 0 12px #999999; 
	box-shadow: 0 0 12px #999999;
	color: #FFFFFF;
	margin: 0 0 6px;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	padding: 15px 15px 15px 50px;
	width: 300px;
}

.toast {
	background-color: #030303;
}

.toast-success{
	background-color: #51A351;
}

.toast-error{
	background-color: #BD362F;
}

.toast-info{
	background-color: #2F96B4;
}

.toast-warning{
	background-color: #F89406;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}

#toast-container > :hover { 
	-o-box-shadow: 0 0 12px #000000; 
	box-shadow: 0 0 12px #000000;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor: pointer;
}

#toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
@charset "UTF-8";
/* line 1, app/assets/stylesheets/buyer_offer.scss */
body {
  background-color: #ffff !important;
}

/* line 6, app/assets/stylesheets/buyer_offer.scss */
.faq {
  z-index: 1000;
  background-color: white;
  color: #323232;
  position: fixed;
  right: 5px;
  bottom: 30px;
  font-size: 13px;
}

/* line 16, app/assets/stylesheets/buyer_offer.scss */
.faq a {
  color: #2578bd;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion {
  width: 25vw;
}

/* line 24, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion ul {
  background: #E2E2E2;
  margin: 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav {
  position: relative;
  margin-bottom: 0px;
  list-style: none;
  background-color: white;
}

/* line 37, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav a {
  color: #2578bd;
  text-decoration: underline;
}

/* line 42, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav a:hover {
  color: #2578bd;
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/buyer_offer.scss */
.faq .nodec {
  text-decoration: none !important;
  color: #323232 !important;
}

/* line 52, app/assets/stylesheets/buyer_offer.scss */
.faq .nodec:hover {
  text-decoration: none !important;
  color: #323232 !important;
}

/* line 58, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav ul {
  display: none;
  /* hides all ul content by default (see exceptions in JS) */
  padding: 15px;
  margin: 0;
  background: #ffff;
}

/* line 65, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav li {
  margin-bottom: 3px;
  list-style: none;
}

/* line 70, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p {
  padding: 15px;
  background: white;
  margin: 0;
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/buyer_offer.scss */
.faq .lightgray {
  color: gray;
}

/* line 81, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p i {
  font-size: 20px;
  position: absolute;
  right: 30px;
  line-height: 20px;
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
}

/* line 91, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav.open p i {
  transform: rotate(90deg);
}

/* line 95, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion a:hover, .faq .accordion .pagenav li.current_page_item a {
  text-decoration: underline;
}

/* line 102, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new {
  /* Mobile Small - Mobile Medium  */
  /* Mobile Medium - Mobile Large  */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* line 103, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .container {
  max-width: 1520px;
}

/* line 106, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .font-12 {
  font-size: 12px;
}

/* line 109, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress {
  margin-bottom: 30px;
  overflow: auto;
  color: #303030;
  padding-left: 0;
  display: inline-flex;
  clear: both;
  white-space: nowrap;
}

/* line 118, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li {
  list-style-type: none;
  font-weight: 500;
  float: left;
  position: relative;
  z-index: 555;
  width: 14%;
}

/* line 126, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #price:before {
  content: "1";
}

/* line 129, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #financing:before {
  content: "2";
}

/* line 132, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #downpmt:before {
  content: "3";
}

/* line 135, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #deposit:before {
  content: "4";
}

/* line 138, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #closing:before {
  content: "5";
}

/* line 141, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #contingencies:before {
  content: "6";
}

/* line 144, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #inclusions:before {
  content: "7";
}

/* line 147, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #rentback:before {
  content: "8";
}

/* line 150, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #contactinfo:before {
  content: "9";
}

/* line 154, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active p {
  color: #FB5252;
  font-weight: bold;
  margin-top: 10px !important;
}

/* line 159, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active:after {
  background-color: #FB5252;
}

/* line 162, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.completed:after {
  background-color: #FB5252;
}

/* line 165, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.completed:before {
  background-color: #FB5252;
}

/* line 168, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
  width: 60%;
  left: 0;
}

/* line 174, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active:before {
  box-shadow: 0px 0px 0px 4px white inset;
  background-color: #FB5252;
  border: 1px solid #FB5252;
}

/* line 181, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:before {
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin: 0 20px auto;
  z-index: 555555;
  position: inherit;
}

/* line 193, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:after {
  margin-left: 24%;
  content: '';
  width: 100%;
  height: 2px;
  background: #C9C9C9;
  position: absolute;
}

/* line 201, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:nth-last-child(1)::after {
  width: 53%;
}

/* line 206, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress {
  font-size: 15px;
}

/* line 209, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
}

/* line 214, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:after {
  top: 25px;
}

/* line 217, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .propAdd {
  margin: 0  !important;
}

/* line 221, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .sidenavBtn {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

/* line 230, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .sideNavActive:hover {
  cursor: pointer;
}

@media only screen and (max-width: 375px) {
  /* line 236, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -21% !important;
  }
  /* line 241, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 245, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0 0px auto;
  }
  /* line 251, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 254, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -35% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
  /* line 262, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 267, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 271, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 0px auto;
  }
  /* line 277, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 280, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 525px) {
  /* line 289, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 294, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 298, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 2px auto;
  }
  /* line 304, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 307, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 525px) and (max-width: 600px) {
  /* line 315, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 320, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 324, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin: 0 5px auto;
  }
  /* line 330, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 333, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: center !important;
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  /* line 343, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 15%;
    margin-left: -7% !important;
  }
  /* line 348, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 353, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 356, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 6px auto;
  }
  /* line 360, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 364, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 10px;
  }
  /* line 367, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -9% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  /* line 375, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 15%;
    margin-left: -7% !important;
  }
  /* line 380, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 385, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 388, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 10px auto;
  }
  /* line 392, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 396, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 10px;
    text-align: center !important;
  }
  /* line 400, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -7% !important;
  }
}

@media only screen and (min-width: 850px) and (max-width: 992px) {
  /* line 409, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 10%;
    margin-left: -2% !important;
  }
  /* line 414, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 419, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 422, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 10px auto;
  }
  /* line 426, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 430, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 11px;
    text-align: center !important;
  }
  /* line 434, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -6% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 443, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 448, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 451, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 14px auto;
  }
  /* line 455, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 459, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  /* line 466, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 471, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 474, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 20px auto;
  }
  /* line 478, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 482, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
  /* line 486, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1600px) {
  /* line 496, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  /* line 502, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 25px;
  }
  /* line 505, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 21px auto;
  }
  /* line 509, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 513, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
  /* line 517, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
    margin: 0 0 0 3.5vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 526, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 55px;
    height: 55px;
    line-height: 50px;
  }
  /* line 532, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 25px;
  }
  /* line 535, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 25px auto;
  }
  /* line 539, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 543, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
    font-size: 13px !important;
  }
  /* line 548, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
    margin: 0 0 0 4vw !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 557, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sidenavBtn {
    display: block;
  }
  /* line 561, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .accordion {
    min-width: 300px;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 568, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sidenavBtn {
    display: none;
  }
  /* line 572, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .accordion {
    display: block;
    width: 25vw;
  }
  /* line 578, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sideNavActive {
    display: none;
  }
}

/* line 585, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #questions {
  font-size: 23px;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 30px !important;
  color: #303030;
  text-align: center;
}

/* line 594, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .short-heading {
  font-size: 21px;
}

/* line 598, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .custom_offer {
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 181px;
  border: 1px solid #ACABAB;
  margin-left: 20px;
}

/* line 606, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #down_pmt {
  width: 100%;
  border: 1px solid transparent;
  margin-left: 30px;
  margin-right: 30px;
}

/* line 612, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #down_pmt:hover,
.buyer-offer-new #down_pmt:active,
.buyer-offer-new #down_pmt:focus {
  outline: none;
}

/* line 618, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 622, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .mx-auto {
  margin-left: auto !important;
}

/* line 626, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .text-center {
  justify-content: center;
  color: #ACABAB;
}

/* line 633, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card {
  border: 2px solid #ACABAB;
  border-radius: 4px;
  margin-bottom: 10px;
  /* Added */
}

/* line 639, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card:hover {
  cursor: pointer;
  border: 2px solid #3B254E;
}

/* line 643, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card {
  height: calc(45px + 2*1rem);
  -webkit-box-shadow: none;
  border-radius: 4px;
}

/* line 648, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card:hover {
  cursor: pointer;
}

/* line 651, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element:checked + .card {
  border: 2px solid #3B254E;
  transition: border .3s;
}

/* line 657, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card::before {
  /*content: '\e836';*/
  color: #ACABAB;
  font-family: 'Material Icons';
  font-size: 22px;
  animation-name: fadeInCheckbox;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 669, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element:checked + .card::before {
  /*content: '\e837';*/
  color: #FB5252;
  font-family: 'Material Icons';
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  animation-name: fadeInCheckbox;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

/* line 706, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #p_title {
  display: block;
  margin-left: 20px;
  font-weight: bold;
}

/* line 712, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #p_note {
  font-weight: lighter;
  color: gray;
}

/* line 716, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #more_comp, .buyer-offer-new #n_comp, .buyer-offer-new #less_comp, .buyer-offer-new #cust_comp {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

/* line 721, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #more_comp {
  color: #00D615;
}

/* line 724, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #n_comp {
  color: #E6BF00;
}

/* line 727, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #less_comp {
  color: #FF0000;
}

/* line 730, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #cust_comp {
  color: black;
}

/* line 733, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .choices {
  margin-left: 20px;
}

/* line 737, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .note_bg {
  right: 0px;
}

/* line 740, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .note {
  margin-top: 20px;
  opacity: 0.62;
  font-size: 18px;
  margin-bottom: 20px;
  justify-content: center !important;
  text-align: left;
  text-color: rgba(59, 37, 78, 0.83);
  background: rgba(59, 37, 78, 0.08);
  border-radius: 4px;
  padding: 20px 30px;
}

/* line 754, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .disclaimer {
  font-size: 20px;
  color: #303030;
  opacity: 0.62;
  margin-bottom: 30px;
  justify-content: center !important;
  text-align: left;
}

/* line 763, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #buyer_offer_closing_time {
  width: 100%;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid black;
}

/* line 770, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #add_info {
  margin-top: 20px;
}

/* line 774, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .choose {
  margin-left: 70px;
  font-weight: bold;
}

/* line 779, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .boxes {
  border: 1px solid #ACABAB;
}

/* line 782, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .boxes:hover {
  border: 1px solid #ACABAB;
}

/* line 787, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contigence .card-input-element + .card::before {
  content: '\e835';
  font-size: 28px;
  padding-top: 17px;
}

/* line 792, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contigence .card-input-element:checked + .card::before {
  content: '\e834';
  font-size: 28px;
}

/* line 796, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .others {
  max-width: 350px;
  min-width: 101px;
  border-radius: 4px;
  border: 1px solid #ACABAB;
  padding: 10px 20px;
}

/* line 804, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #_days {
  margin-left: 20px;
  width: 150px;
  border-radius: 4px;
  border: 1px solid #ACABAB;
  padding: 10px 20px;
}

/* line 811, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contact_info_inputs {
  padding: 15px 30px;
  border: 1px solid #ACABAB;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* line 818, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #labels {
  font-weight: bold;
}

/* line 821, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .more_buyer {
  color: white;
  background-color: #3B254E;
  padding: 15px 0px;
}

/* line 829, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyer-offer-flow .offer-landing-sidebar {
  height: calc(100vh - 150px);
}

/* line 833, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .font-14 {
  font-size: 14px !important;
}

/* line 837, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .border-weight {
  border-width: thick !important;
}

/* line 842, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p {
  padding-bottom: 0;
}

/* line 845, app/assets/stylesheets/buyer_offer.scss */
.image-caption-buyer {
  position: sticky;
  top: 65.2%;
  left: 0%;
  background: #FB5252;
  padding: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

@font-face {
  font-family: 'Airbnb-Cereal-Book';
  src: local("Airbnb Cereal App Book"), local("AirbnbCerealBook"), url(http://localhost:3000/new_design/AirbnbCerealBook.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBook.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Medium';
  src: local("Airbnb Cereal App Medium"), local("AirbnbCerealMedium"), url(http://localhost:3000/new_design/AirbnbCerealMedium.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealMedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Bold';
  src: local("Airbnb Cereal App Bold"), local("AirbnbCerealBold"), url(http://localhost:3000/new_design/AirbnbCerealBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Extra-Bold';
  src: local("Airbnb Cereal App Extra Bold"), local("AirbnbCerealExtraBold"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* line 184, app/assets/stylesheets/offer_wizard.scss */
.h-step {
  position: relative;
  font-weight: 500;
  opacity: 0.3;
}

/* line 190, app/assets/stylesheets/offer_wizard.scss */
.h-step.active, .h-step.completed {
  opacity: 1;
}

/* line 194, app/assets/stylesheets/offer_wizard.scss */
.h-step:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  position: absolute;
  right: -6px;
  top: 5px;
  font-weight: 900;
}

/* line 204, app/assets/stylesheets/offer_wizard.scss */
.btn[disabled] {
  cursor: default;
}

@media (max-width: 767.98px) {
  /* line 209, app/assets/stylesheets/offer_wizard.scss */
  .h-step:after {
    right: 8%;
  }
}

@media (max-width: 376px) {
  /* line 214, app/assets/stylesheets/offer_wizard.scss */
  ul.contract-stepper li {
    font-size: 10px;
  }
}

/* line 218, app/assets/stylesheets/offer_wizard.scss */
.h-step:last-child:after {
  content: '';
}

/* line 222, app/assets/stylesheets/offer_wizard.scss */
.w-300 {
  width: 300px !important;
}

/* line 226, app/assets/stylesheets/offer_wizard.scss */
.mx-w-23 {
  max-width: 23% !important;
}

/* line 229, app/assets/stylesheets/offer_wizard.scss */
.multistep_icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
  background: #232f39;
}

/* line 240, app/assets/stylesheets/offer_wizard.scss */
.multistep_icon i, .active .multistep_count, .completed .multistep_count {
  display: none;
}

/* line 244, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon i, .completed .multistep_icon i {
  display: inline;
  font-size: 12px;
  color: #fff;
}

/* line 250, app/assets/stylesheets/offer_wizard.scss */
.completed .multistep_icon i:before {
  content: '\f00c';
}

/* line 254, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon i:before, .completed.active .multistep_icon i:before {
  content: '\f124';
}

/* line 258, app/assets/stylesheets/offer_wizard.scss */
.multistep_count {
  color: #fff;
}

/* line 262, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon, .completed .multistep_icon {
  background: #38274C;
}

/* line 266, app/assets/stylesheets/offer_wizard.scss */
.completed .text {
  opacity: 1;
}

/* line 270, app/assets/stylesheets/offer_wizard.scss */
.completed.active .text {
  opacity: 1;
}

/* line 274, app/assets/stylesheets/offer_wizard.scss */
.hidden, .c-step-1 .back {
  display: none;
}

/* line 278, app/assets/stylesheets/offer_wizard.scss */
.c-step-1 .form-buttons {
  justify-content: flex-end !important;
}

/* line 285, app/assets/stylesheets/offer_wizard.scss */
.offer-sidebar {
  background-color: #F5F5F5;
}

/* line 291, app/assets/stylesheets/offer_wizard.scss */
.offer-fimage-box {
  height: 250px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
}

/* line 299, app/assets/stylesheets/offer_wizard.scss */
.form-agent-photo {
  border-radius: 3px;
  width: 48px;
  height: 48px;
  background-size: cover;
}

/* line 305, app/assets/stylesheets/offer_wizard.scss */
.agent-default-photo {
  height: 35px !important;
  width: 60px !important;
}

/* line 309, app/assets/stylesheets/offer_wizard.scss */
.f-13 {
  font-size: 13px;
}

/* line 312, app/assets/stylesheets/offer_wizard.scss */
.f-18 {
  font-size: 18px;
}

/* line 316, app/assets/stylesheets/offer_wizard.scss */
.c-3B254E {
  color: #3B254E;
}

/* line 319, app/assets/stylesheets/offer_wizard.scss */
.offer-step:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: red;
}

/* line 328, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress {
  margin-bottom: 30px;
  overflow: hidden;
  color: #303030;
  padding-left: 0;
}

/* line 334, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li {
  list-style-type: none;
  font-weight: 500;
  float: left;
  position: relative;
  z-index: 555;
}

/* line 341, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #account:before {
  content: "1";
}

/* line 344, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #financing:before {
  content: "2";
}

/* line 347, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #contingencies:before {
  content: "3";
}

/* line 350, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #possession:before {
  content: "4";
}

/* line 353, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #upload:before {
  content: "5";
}

/* line 359, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:before {
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin: 0 auto 10px auto;
  z-index: 555555;
  position: inherit;
}

/* line 371, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C9C9C9;
  position: absolute;
}

/* line 378, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:nth-child(1):after {
  width: 60%;
  right: 0;
}

/* line 382, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:nth-last-child(1):after {
  width: 60%;
  left: 0;
}

/* line 386, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active:before {
  box-shadow: 0px 0px 0px 4px white inset;
  background-color: #FB5252;
  border: 1px solid #FB5252;
}

/* line 391, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active p {
  color: #FB5252;
}

/* line 394, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active:after {
  background-color: #FB5252;
}

/* line 397, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.completed:after {
  background-color: #FB5252;
}

/* line 400, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.completed:before {
  background-color: #FB5252;
}

/* line 404, app/assets/stylesheets/offer_wizard.scss */
.w-align-check {
  width: 120px;
}

/* line 407, app/assets/stylesheets/offer_wizard.scss */
.w-align-check-4 {
  width: 190px;
}

/* line 410, app/assets/stylesheets/offer_wizard.scss */
.kv-file-remove {
  /*display: none !important;*/
}

/* line 414, app/assets/stylesheets/offer_wizard.scss */
.offer-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff0046;
  /*border-color: aqua;*/
  width: 120px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 440, app/assets/stylesheets/offer_wizard.scss */
#offer_errors {
  text-align: center;
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  /* line 448, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li p {
    display: none;
  }
  /* line 451, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
  /* line 456, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:after {
    top: 18px;
  }
  /* line 459, app/assets/stylesheets/offer_wizard.scss */
  .timeline-btn {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  /* line 464, app/assets/stylesheets/offer_wizard.scss */
  .timeline-btn {
    max-width: 387px;
    width: 387px;
  }
  /* line 468, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  /* line 473, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:after {
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 478, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-hero {
    padding-bottom: 930px;
  }
}

@media screen and (min-width: 768px) {
  /* line 484, app/assets/stylesheets/offer_wizard.scss */
  .mt-md-22 {
    margin-top: 22px;
  }
  /* line 487, app/assets/stylesheets/offer_wizard.scss */
  .counter-offerc-card {
    margin-top: -130px;
  }
  /* line 490, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-hero {
    padding-bottom: 489px;
  }
}

@media screen and (max-width: 992px) {
  /* line 496, app/assets/stylesheets/offer_wizard.scss */
  .offer-sidebar {
    width: 100%;
    position: relative;
  }
  /* line 500, app/assets/stylesheets/offer_wizard.scss */
  .offer-content-inside {
    padding: 30px;
  }
  /* line 504, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 12px;
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  /* line 510, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-avatar-box {
    margin-top: -293px;
  }
  /* line 513, app/assets/stylesheets/offer_wizard.scss */
  .height-115 {
    height: 115px;
  }
  /* line 517, app/assets/stylesheets/offer_wizard.scss */
  .fixed-lg-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
  }
  /* line 524, app/assets/stylesheets/offer_wizard.scss */
  .offer-sidebar {
    height: calc(100vh - 72px);
    width: 420px;
    position: fixed;
    z-index: 1;
    top: 72px;
    left: 0;
    overflow-x: hidden;
  }
  /* line 533, app/assets/stylesheets/offer_wizard.scss */
  .offer-content-inside {
    padding: 40px;
  }
  /* line 537, app/assets/stylesheets/offer_wizard.scss */
  .buyer-offer-content-inside {
    padding: 100px !important;
  }
  /* line 542, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 12px;
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 551, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 15px;
    width: 20%;
  }
}

/* line 559, app/assets/stylesheets/offer_wizard.scss */
.file-preview .fileinput-remove {
  display: none;
}

/* line 562, app/assets/stylesheets/offer_wizard.scss */
.kv-fileinput-error {
  display: none !important;
}

/* line 565, app/assets/stylesheets/offer_wizard.scss */
.file-preview {
  border: 2px dashed #3B254E !important;
  background-color: #EBEBEB;
  margin-bottom: 15px !important;
}

/* line 570, app/assets/stylesheets/offer_wizard.scss */
.file-drop-zone {
  border: 0px !important;
  margin: 0 !important;
  padding: 15px !important;
}

/* line 575, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #aea6b4 !important;
  box-shadow: none !important;
  padding: 10px !important;
  background-color: #f0f0f0;
  margin: 0px 0px 10px 0px !important;
}

/* line 584, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-footer-buttons {
  margin-top: -30px;
}

/* line 587, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame .kv-file-content {
  width: 90px !important;
  height: auto !important;
  margin-right: 10px;
  float: left !important;
}

/* line 593, app/assets/stylesheets/offer_wizard.scss */
.file-upload-indicator {
  display: none;
}

/* line 596, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-footer-caption {
  padding-top: 11px !important;
  display: table !important;
  text-align: start !important;
  margin-bottom: 0px !important;
}

/* line 602, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: inherit !important;
}

/* line 605, app/assets/stylesheets/offer_wizard.scss */
.kv-file-content img {
  height: 50px !important;
}

/* line 608, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-other-icon {
  font-size: 60px !important;
}

/* line 611, app/assets/stylesheets/offer_wizard.scss */
.kv-preview-data.file-preview-other-frame {
  width: auto !important;
  height: 55px !important;
}

/* line 615, app/assets/stylesheets/offer_wizard.scss */
button.kv-file-zoom, button.kv-file-upload {
  display: none;
}

/* line 618, app/assets/stylesheets/offer_wizard.scss */
.fileinput-upload.fileinput-upload-button {
  display: none;
}

/* line 621, app/assets/stylesheets/offer_wizard.scss */
.file-drop-zone-title:before {
  content: "\f093";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 90px;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: rgba(251, 82, 82, 0.3);
  border-radius: 100%;
  color: #f35051;
  margin-bottom: 15px !important;
}

/* line 639, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs a {
  padding: 3px 0px;
  font-size: 14px;
  margin-right: 16px;
  line-height: 30px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  display: inline;
  border-bottom: 3px solid transparent;
  color: #ACABAB;
}

/* line 650, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs {
  flex-wrap: nowrap;
  overflow-y: scroll;
  white-space: nowrap;
}

/* line 655, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs::-webkit-scrollbar {
  display: none;
}

/* line 658, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs a.active {
  border-bottom: 3px solid red;
  color: #23023F;
}

/* line 663, app/assets/stylesheets/offer_wizard.scss */
.offers-table table th {
  border-bottom: 0 !important;
  box-shadow: inset 0px -1px 0px #C5C5C6;
  border-top: 0;
  white-space: nowrap;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  font-weight: 500;
}

/* line 671, app/assets/stylesheets/offer_wizard.scss */
.offers-table .agent-info-box {
  background-color: #F6F8FA;
  padding: 10px 14px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}

/* line 678, app/assets/stylesheets/offer_wizard.scss */
.body-bg {
  background-color: #F6F8FA !important;
}

/* line 681, app/assets/stylesheets/offer_wizard.scss */
.offers-table table td {
  padding: 8px 0.75rem !important;
  border: 0 !important;
}

/* line 686, app/assets/stylesheets/offer_wizard.scss */
.offers-table {
  border: 0px solid #C9C9C9;
  border-radius: 4px;
}

/* line 690, app/assets/stylesheets/offer_wizard.scss */
.offers-table .avatar {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 697, app/assets/stylesheets/offer_wizard.scss */
.offers-table .icon-circle {
  border: 2px solid #000000;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 100%;
  line-height: 22px;
  font-size: 14px;
}

/* line 706, app/assets/stylesheets/offer_wizard.scss */
.offers-table .icon-circle-grey {
  border: 1px solid #C9C9C9;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 4px;
  line-height: 46px;
  color: #535353;
  font-size: 14px;
}

/* line 716, app/assets/stylesheets/offer_wizard.scss */
.offers-table .counter-status {
  background: rgba(88, 178, 88, 0.1);
  border-radius: 19px;
  color: #58B258;
  padding: 6px 9px;
  display: inline;
}

/* line 723, app/assets/stylesheets/offer_wizard.scss */
.fw-400-book {
  font-family: "Airbnb-Cereal-Book", sans-serif;
}

/* line 726, app/assets/stylesheets/offer_wizard.scss */
.fw-700-bold {
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 729, app/assets/stylesheets/offer_wizard.scss */
.offer-image-unique {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
}

/* line 736, app/assets/stylesheets/offer_wizard.scss */
.offer-header-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border: 1px solid #C5C5C6;
  border-radius: 0;
  padding: 17px 14px;
}

/* line 742, app/assets/stylesheets/offer_wizard.scss */
.offer-shwo-icon-edit {
  border: 1px solid #C5C5C6;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  line-height: 38px;
  padding-left: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

/* line 755, app/assets/stylesheets/offer_wizard.scss */
.c-7B7B7B {
  color: #7B7B7B;
}

/* line 758, app/assets/stylesheets/offer_wizard.scss */
.offer-show-coutetred-btn {
  background: #e0eff2;
  border-radius: 4px;
  color: #007896;
}

/* line 763, app/assets/stylesheets/offer_wizard.scss */
.counter-offer-header {
  background-image: url(http://localhost:3000/offdummy.jpg);
  height: 300px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  position: relative;
}

/* line 771, app/assets/stylesheets/offer_wizard.scss */
.counter-offer-overlay {
  background-color: #23023F;
  opacity: 0.73;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  border-radius: 4px;
}

/* line 781, app/assets/stylesheets/offer_wizard.scss */
.counter-offerc-card {
  box-shadow: 0px 3px 17px #0000000F;
  border: 0.5px solid #C9C9C9;
  border-radius: 4px;
  text-align: center;
  padding: 117px 25px;
  height: 379px;
  background-color: #fff;
  margin-bottom: 30px;
}

/* line 791, app/assets/stylesheets/offer_wizard.scss */
.offer-status-block {
  height: 252px;
  display: block;
}

/* line 795, app/assets/stylesheets/offer_wizard.scss */
.offer-status-block h6 {
  margin-top: 115px;
}

/* line 800, app/assets/stylesheets/offer_wizard.scss */
.w-150 {
  width: 150px;
  max-width: 150px;
}

/* line 804, app/assets/stylesheets/offer_wizard.scss */
.counter-tag {
  padding: 3px 14px;
  text-align: center;
  background-color: #007896;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

/* line 813, app/assets/stylesheets/offer_wizard.scss */
.icon-circle-grey {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  text-align: center;
  line-height: 48px;
}

/* line 821, app/assets/stylesheets/offer_wizard.scss */
.c-FFA200 {
  color: #FFA200;
}

/* line 824, app/assets/stylesheets/offer_wizard.scss */
.c-ACABAB {
  color: #ACABAB;
}

/* line 827, app/assets/stylesheets/offer_wizard.scss */
.border-transparent {
  border-color: transparent;
}

/* line 830, app/assets/stylesheets/offer_wizard.scss */
.b-c3B254E {
  border-color: #3B254E;
}

/* line 833, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-hero {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

/* line 839, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-overlay {
  background: rgba(56, 39, 76, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 847, app/assets/stylesheets/offer_wizard.scss */
.f-32 {
  font-size: 32px;
}

/* line 850, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-avatar-box {
  background: #FFFFFF;
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  padding: 11px;
}

/* line 859, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-avatar {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

/* line 865, app/assets/stylesheets/offer_wizard.scss */
.light-grey {
  color: #707070;
}

/* line 869, app/assets/stylesheets/offer_wizard.scss */
.c-C9C9C9 {
  color: #C9C9C9;
}

/* line 872, app/assets/stylesheets/offer_wizard.scss */
.f-12 {
  font-size: 12px;
}

/* line 875, app/assets/stylesheets/offer_wizard.scss */
.text-decoration-underline {
  text-decoration: underline;
}

/* line 878, app/assets/stylesheets/offer_wizard.scss */
.offer-respond-box {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
  height: 121px;
}

/* line 884, app/assets/stylesheets/offer_wizard.scss */
.regular-radio {
  display: none;
}

/* line 888, app/assets/stylesheets/offer_wizard.scss */
.display-agent-info-box {
  min-width: 350px !important;
}

/* line 892, app/assets/stylesheets/offer_wizard.scss */
.regular-radio + label {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 80px 10px 20px 10px;
  cursor: pointer;
  font-size: 16px;
}

/* line 903, app/assets/stylesheets/offer_wizard.scss */
.regular-radio:checked + label, .regular-radio:checked + label:hover {
  background-color: #38274C;
  color: #fff;
}

/* line 907, app/assets/stylesheets/offer_wizard.scss */
.regular-radio + label:hover {
  background-color: #C5C5C6;
}

/* line 910, app/assets/stylesheets/offer_wizard.scss */
.offer-modal-footer {
  box-shadow: inset 0px 1px 0px #C5C5C6;
}

/* line 913, app/assets/stylesheets/offer_wizard.scss */
.bg-white {
  background-color: #fff;
}

/* line 916, app/assets/stylesheets/offer_wizard.scss */
.offer-form-left-box {
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  background-color: #fff;
  border: 1px solid #C5C5C6;
  border-radius: 5px;
}

/* line 923, app/assets/stylesheets/offer_wizard.scss */
.unread-status {
  background: #FF5733;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 930, app/assets/stylesheets/offer_wizard.scss */
.read-status {
  background: #9e9e9e;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 937, app/assets/stylesheets/offer_wizard.scss */
.rejected-status {
  background: #f35051;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 944, app/assets/stylesheets/offer_wizard.scss */
.accepted-status {
  background: #67b967;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 951, app/assets/stylesheets/offer_wizard.scss */
.countered-status {
  background: #faba40;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 958, app/assets/stylesheets/offer_wizard.scss */
.archived-status {
  background: #ff4500;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 966, app/assets/stylesheets/offer_wizard.scss */
.cancelled-status {
  background: #b22222;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 974, app/assets/stylesheets/offer_wizard.scss */
.awaiting-status {
  background: orange;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 982, app/assets/stylesheets/offer_wizard.scss */
.buyer-countered-status {
  background: #f35051;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 989, app/assets/stylesheets/offer_wizard.scss */
.bg-trans {
  background-color: transparent !important;
}

/* line 992, app/assets/stylesheets/offer_wizard.scss */
.border-trans {
  border-color: transparent !important;
}

/* line 995, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-header {
  height: 100px;
}

/* line 999, app/assets/stylesheets/offer_wizard.scss */
.custom-grid-offer-header {
  height: 140px;
}

/* line 1003, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-status-header {
  margin-top: -10px;
}

/* line 1007, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-icon {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  padding: 3px;
}

/* line 1015, app/assets/stylesheets/offer_wizard.scss */
.c-faa22f {
  color: #faa22f;
}

/* line 1018, app/assets/stylesheets/offer_wizard.scss */
.grid-list-data li {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

/* line 1024, app/assets/stylesheets/offer_wizard.scss */
.grid-list-data-header li {
  display: flex;
  height: 50px;
  align-items: center;
}

/* line 1029, app/assets/stylesheets/offer_wizard.scss */
.activity-icon-box-thumb {
  width: 36px;
  height: 36px;
  background: #F6F8FA;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
}

/* line 1037, app/assets/stylesheets/offer_wizard.scss */
.activity-icon-box-circle {
  width: 36px;
  height: 36px;
  background: #F6F8FA;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}

/* line 1045, app/assets/stylesheets/offer_wizard.scss */
.offer-grid-shadow {
  border: 1px solid #C5C5C6;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 10px;
}

/* line 1051, app/assets/stylesheets/offer_wizard.scss */
.dropdown-menu-offers {
  max-width: 345px;
}

/* line 1053, app/assets/stylesheets/offer_wizard.scss */
.dropdown-menu-offers .dropdown-item {
  max-width: 345px;
  flex-wrap: wrap;
}

/* line 1059, app/assets/stylesheets/offer_wizard.scss */
.offer-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #efefef66;
  z-index: 2;
}

/* line 1069, app/assets/stylesheets/offer_wizard.scss */
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1077, app/assets/stylesheets/offer_wizard.scss */
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1084, app/assets/stylesheets/offer_wizard.scss */
.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff0046;
  /*border-color: aqua;*/
  width: 120px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1104, app/assets/stylesheets/offer_wizard.scss */
.respond-box {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 10px;
  cursor: pointer;
  width: 100%;
  font-size: inherit;
}

/* line 1115, app/assets/stylesheets/offer_wizard.scss */
.w-102 {
  width: 102px;
}

/* line 1118, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar {
  box-shadow: inset 0px -1px 0px #C5C5C6;
  background-color: #fff;
  display: flow-root;
}

/* line 1123, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card-header {
  border-bottom: 3px;
}

/* line 1126, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card-body {
  padding-top: 0px;
}

/* line 1129, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card {
  border-radius: 0;
}

/* line 1132, app/assets/stylesheets/offer_wizard.scss */
.acc-complete-tick {
  float: right;
  position: relative;
  z-index: 2;
}

/* line 1137, app/assets/stylesheets/offer_wizard.scss */
.panel-title[aria-expanded="false"]:after {
  content: "\f078";
  color: #090909;
  top: 14px;
  right: 28px;
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
}

/* line 1148, app/assets/stylesheets/offer_wizard.scss */
.panel-title[aria-expanded="true"]:after {
  content: "\f077";
  color: #090909;
  top: 10px;
  right: 28px;
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
}

/* line 1158, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper {
  list-style: none;
  display: block;
  padding: 20px 15px;
}

/* line 1163, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li {
  padding-right: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
}

/* line 1169, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li img {
  right: 0;
  position: absolute;
  margin-top: -42px;
}

/* line 1174, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.active .count {
  background-color: #FB5252;
  color: #fff;
}

/* line 1178, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.active span {
  color: #FB5252;
}

/* line 1181, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.completed .count {
  background-color: #38274C;
  display: block;
  color: #fff;
}

/* line 1186, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.completed span {
  color: #38274C;
}

/* line 1189, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li .count {
  height: 40px;
  width: 40px;
  background-color: #F6F8FA;
  border-radius: 100%;
  display: block;
  line-height: 40px;
  margin: 0 auto 15px !important;
}

/* line 1198, app/assets/stylesheets/offer_wizard.scss */
.party-member-box {
  border: 1px solid #C5C5C6;
  border-radius: 5px;
  padding: 10px;
}

/* line 1203, app/assets/stylesheets/offer_wizard.scss */
.timeline-toggle:after {
  display: none !important;
}

/* line 1206, app/assets/stylesheets/offer_wizard.scss */
.trasaction-dates-acc-field {
  width: 100px !important;
  display: inline-block !important;
}

/* line 1210, app/assets/stylesheets/offer_wizard.scss */
.mt-neg-4 {
  margin-top: -4px;
}

/* line 1213, app/assets/stylesheets/offer_wizard.scss */
.select-email-box {
  border: 1px solid #C5C5C6;
  padding: 15px 10px;
}

/* line 1217, app/assets/stylesheets/offer_wizard.scss */
.BodyEmail-box {
  background: #F6F8FA;
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
}

/* line 1223, app/assets/stylesheets/offer_wizard.scss */
.keydate-box-preview {
  border-top: 1px solid #C5C5C6;
  border-right: 1px solid #C5C5C6;
  border-bottom: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 27px 20px;
}

/* line 1231, app/assets/stylesheets/offer_wizard.scss */
.keydate-border-success {
  border-left: 7px solid #38274C;
}

/* line 1234, app/assets/stylesheets/offer_wizard.scss */
.keydate-border-danger {
  border-left: 7px solid #FB5252;
}

/* line 1237, app/assets/stylesheets/offer_wizard.scss */
.h-inherit {
  height: inherit;
}

/* line 1240, app/assets/stylesheets/offer_wizard.scss */
.transaction-agent {
  background: #DCDCDC;
  border-radius: 100px;
  color: #696969 !important;
  padding: 4px 8px;
  display: inline;
  font-size: 14px;
}

/* line 1248, app/assets/stylesheets/offer_wizard.scss */
.tra-result-date {
  width: 100px !important;
  display: inline-block;
}

/* line 1255, app/assets/stylesheets/offer_wizard.scss */
ul.timeline {
  list-style-type: none;
  position: relative;
}

/* line 1259, app/assets/stylesheets/offer_wizard.scss */
ul.timeline:before {
  content: ' ';
  background: black;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 1px;
  height: 88%;
  top: 20px;
  z-index: 400;
}

/* line 1270, app/assets/stylesheets/offer_wizard.scss */
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

/* line 1274, app/assets/stylesheets/offer_wizard.scss */
ul.timeline > li:before {
  content: '✓';
  background: #0eb20e;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0px solid #0eb20e;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
  color: white;
  padding: 0px 4px;
}

/* line 1289, app/assets/stylesheets/offer_wizard.scss */
hr.timeline {
  position: relative;
  top: 0;
  border: none;
  height: 9px;
  background: #eaecef;
  margin-bottom: 50px;
  width: 80%;
  margin-bottom: 0;
}

/* line 1300, app/assets/stylesheets/offer_wizard.scss */
.timeline-table {
  white-space: nowrap;
  overflow: hidden;
}

/* line 1305, app/assets/stylesheets/offer_wizard.scss */
.bookmark-offer ul {
  list-style: none;
  position: relative;
}

/* line 1309, app/assets/stylesheets/offer_wizard.scss */
.text-webkit-center {
  text-align: -webkit-center;
}

/* line 1312, app/assets/stylesheets/offer_wizard.scss */
div#centerDiv {
  width: 100%;
  text-align: center;
  border: 1px solid red;
}

/* line 1317, app/assets/stylesheets/offer_wizard.scss */
ul.centerUL {
  font-size: 18px;
  text-align: -webkit-center;
  color: #c2c2c2;
  margin: 2px auto;
  line-height: 1.4;
  padding-left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* line 1328, app/assets/stylesheets/offer_wizard.scss */
.centerUL li {
  display: inline;
  text-align: center;
}

/* line 1333, app/assets/stylesheets/offer_wizard.scss */
ul.centerUL > li:hover,
ul.centerUL > li:hover ~ li {
  color: #faa22f;
}

/* line 1339, app/assets/stylesheets/offer_wizard.scss */
.hide-input-spin-box input[type=number]::-webkit-inner-spin-button,
.hide-input-spin-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1348, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .section1 {
  padding-left: 9%;
  padding-right: 9%;
}

/* line 1353, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .buyerOptionImg {
  height: 100vh;
  width: 100%;
}

/* line 1359, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions input[type="radio"] {
  height: 45px;
  width: 45px;
}

/* line 1364, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .card:hover {
  border: 1px solid black;
  cursor: pointer;
}

/* line 1369, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .card:focus-within {
  border: 1px solid black;
}

/* line 1375, app/assets/stylesheets/offer_wizard.scss */
.offer-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: red;
  border: 2px solid red;
  color: white;
  text-align: center;
  margin-left: 50%;
  font-size: 15px;
  font-weight: bold;
}

/* line 1389, app/assets/stylesheets/offer_wizard.scss */
.image-caption {
  position: sticky;
  top: 95%;
  background: #FB5252;
  padding: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 600px) {
  /* line 1399, app/assets/stylesheets/offer_wizard.scss */
  .owner-profile-pic {
    width: 140px;
    height: 140px;
  }
  /* line 1404, app/assets/stylesheets/offer_wizard.scss */
  .owner-name {
    text-align: center;
  }
  /* line 1408, app/assets/stylesheets/offer_wizard.scss */
  .client-offer-heading {
    font-size: 22px;
    text-align: center;
  }
}

/* line 1415, app/assets/stylesheets/offer_wizard.scss */
.grid-cards-border {
  border-radius: 11px !important;
}

/* line 1420, app/assets/stylesheets/offer_wizard.scss */
.modal-fields {
  padding-left: 40px !important;
}

/* line 1424, app/assets/stylesheets/offer_wizard.scss */
.modal-footer {
  background: #f6f8fa !important;
}

/* line 1428, app/assets/stylesheets/offer_wizard.scss */
.respond-modal {
  background: #ffffff !important;
}

/* line 1432, app/assets/stylesheets/offer_wizard.scss */
.property-active-status {
  background: #67b967 !important;
  color: #fff !important;
}

/* line 1437, app/assets/stylesheets/offer_wizard.scss */
.property-inactive-status {
  background: #E33E38 !important;
  color: #fff !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

















 */


/* @font-face {
  font-family: 'Poppins-Light';
  src: url(http://localhost:3000/Poppins-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url(http://localhost:3000/Poppins-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(http://localhost:3000/Poppins-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(http://localhost:3000/Poppins-SemiBold.otf) format('opentype');
} */


.font-regular {
    font-weight: 400 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

body,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div,
button,
input,
li,
ul,
ol,
table,
td,
tr,
th,
fieldset,
font,
strong,
b {
    font-family: 'Poppins', sans-serif !important;
}

.sweet-alert button {
    background: #9267ae !important;
}

.menu {
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.fix-button {
    position: fixed;
    bottom: 0px;
    z-index: 55;
    right: 100px;
}

.font-50 {
    font-size: 50px;
}

.bar {
    height: 18px;
    background: green;
}

.container-main {
    border-top: 1px solid #ededed;
    background: #fcfcff !important;
    min-height: calc(100vh - 339px);
}

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

.social-size {
    font-size: 24px;
}

.setting-headig {
    background: #f1f4f5;
}

.setting-links ul li a {
    border-bottom: 1px solid #dadfe2;
    line-height: 14px;
}

li a.active {
    border-left: 2px solid #499df3 !important;
    text-decoration: none !important;
    color: #38274C !important;
}

.setting-links ul li a {
    color: #969ea2;
    padding: 15px 10px;
    display: inline-block;
    width: 100%;
}

.setting-profile-image {
    border-radius: 50%;
    display: block;
    backface-visibility: hidden;
    opacity: 1;
}

.setting-profile-image:hover {
    opacity: 0.1;
}

.middle {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
}

img#image-showing:hover {
    cursor: pointer;
}

#image-showing {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

img#image-showing-prop:hover {
    cursor: pointer;
}

#image-showing-prop {
    width: 500px;
    height: 200px;
}

label[for="file-input"] {
    border-radius: 50%;
}

.profile-change-icon {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto !important;
    border-radius: 50%;
}

.profile-change-icon:hover .middle {
    opacity: 1 !important;
}

.property-change-icon {
    width: 500px;
    height: 200px;
    position: relative;
}

.property-change-icon:hover .middle {
    opacity: 1 !important;
}

.profile-show-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto !important;
}

.white-color {
    color: #fff;
}

.profile-descriptin {
    border-bottom: 1px solid #dadfe2;
}

.d-non {
    display: none;
}

.home-banner {
    background: url(http://localhost:3000/background-header.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bg-color {
    padding-top: 20px;
    background: #38274C;
}

@media(min-width: 1440px) {
    .home-banner {
        padding-top: 390px;
        margin-top: -201px;
    }
}

.mt-lg-115 {
    margin-top: 115px;
}

@media(min-width: 1026px) {
    .owl-carousel .owl-stage-outer {
        height: 562px;
    }
}

@media(min-width: 992px) {
    .navbar-nav {
        align-items: center;
    }
    .footer-bg-image {
        padding-top: 100px;
        background: url(http://localhost:3000/footer-bg.png) center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .footer-bg-color {
        padding-top: 20px;
        background: #38274C;
    }
    .lh-65 {
        line-height: 65px;
    }
    .lh-46 {
        line-height: 46px;
    }
    .pl-90 {
        padding-left: 90px;
    }
    .home-banner {
        padding-top: 200px;
        margin-top: -201px;
    }
    .navbar.home {
        padding: 20px 1rem 60px;
    }
    .font-60 {
        font-size: 60px;
    }
    .bottom-div {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .bottom-div-md {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

.navbar-brand img {
    width: 200px;
}

@media(max-width: 992px) {
    .footer-bg-image {
        padding-top: 20px;
        background: #38274C;
    }
    .font-60 {
        font-size: 36px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar {
        padding: 10px 1rem;
        background: #38274C;
    }
    .home-banner {
        padding-top: 50px;
    }
}

.home-point-text {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
}

.primary-bg {
    padding: 76px 0;
    background: url(http://localhost:3000/background-try.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-black {
    background-color: #000;
}

.font-50 {
    font-size: 50px;
}

.img-hover:hover {
    cursor: pointer;
    ;
}

.font-w-800 {
    font-weight: 800;
}

.testimonial-box {
    border: 2px solid #e9e9e9;
    padding: 20px 35px;
}

.sd-avatar-name {
    font-size: 16px;
    font-weight: 800;
}

.white-btn {
    background: #fff;
    border-color: #fff;
    color: #59c59e !important;
    border-radius: 5px;
    padding: 13px 20px;
}

.white-btn2 {
    background: #fff;
    border-color: #fff;
    color: #59c59e !important;
    border-radius: 5px;
    padding: 13px 50px;
}

.home-section-bg {
    background-color: #DDDDDD;
}

.search-btn {
    padding-top: 13px;
    padding-bottom: 12px;
}

.service-info {
    padding: 20px;
    margin: 0 auto 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.font-35 {
    font-size: 35px;
}

.property {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.propert-box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

span.featured {
    background-color: #f2494e !important;
}

span.featured.live {
    background-color: #3e9610 !important;
}

.listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 600;
    color: #fff;
    box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.5);
}

.font-25 {
    font-size: 25px;
}

#profile_update_pic {
    border-radius: 50%;
}

#profile_update_pic:hover {
    opacity: 0.2;
}

.propert-name {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    height: 65px;
    padding: 12px 15px;
}

.property-spec {
    border-bottom: 1px solid #dbdbdb;
    height: 75px;
    padding: 10px 15px;
}


/* step form */

.step {
    /* height: 40px; */
    width: 30%;
    /* margin: 0 2px; */
    /* border: 2px solid #bbbbbb !important; */
    /* border: none; */
    /* border-radius: 50%; */
    display: inline-block;
    padding-top: 8px;
    border-bottom: 2px solid #dddd !important;
}

.step.active {
    /* background-color: #9267ae; */
    border-bottom: 2px solid #9267ae !important;
    /* color: #fff; */
}


/* Mark the steps that are finished and valid: */

.step.finish {
    border-bottom: 2px solid #9267ae !important;
}

.font-18 {
    font-size: 18px;
    font-weight: bold;
}

.lh-32 {
    line-height: 32px !important;
}

.stripe {
    max-width: 300px;
    border: 1px solid #e1e1e1e1;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 auto;
    background: #fff;
}

.stripe-button-el {
    width: 100%;
}

.radius-5 {
    border-radius: 5px;
}

.height-image {
    height: 300px !important;
}

.height-image-half {
    height: 150px !important;
}

.background-image {
    border: 1px solid #000;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bed-show {
    border: 1px solid #EBEBEB !important;
    padding: 10px 15px;
    border-radius: 4px;
}

.font-30 {
    font-size: 30px;
}

.left-sidebar {
    border: 1px solid #e4e4e4 !important;
    background-color: #ffffff !important;
    padding: 20px 24px;
    margin-top: 13px;
}

.approval-box {
    background: #9267ae;
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    cursor: pointer !important;
}

.approval-box div {
    font-size: 18px;
    font-weight: 600;
}

.approval-box p {
    font-size: 15px;
    padding: 0 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-radio[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    bottom: 0;
}


/* IMAGE STYLES */

[type=radio]+.approval-box {
    cursor: pointer;
}


/* CHECKED STYLES */

[type=radio]:checked+.approval-box {
    outline: 4px solid #28a745 !important;
}

.label-w {
    width: 100%;
}

label.auto-approves {
    cursor: pointer;
}

label.agent-approves {
    cursor: pointer;
}

label.occupant-approves {
    cursor: pointer;
}

.up-gallery-btn {
    position: absolute;
    top: 90px;
    right: 40px;
    z-index: 999;
}

.container-top {
    background: #fcfcff !important;
    min-height: calc(100vh - 343px);
}

.icon-down {
    font-size: 12px;
    margin-left: 5px;
}

.property-booking i {
    font-size: 20px;
}

.stripe-button-el {
    width: auto !important;
}

.ln-20 {
    line-height: 20px !important;
}

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

.bookings-p form {
    display: inline-block !important;
}


/*@media(min-width: 768px){*/


/* .bookings-p .btn-block{*/


/*   height: 48px !important;*/


/* }*/


/*}*/


/*@media(max-width: 767px){*/


/* .bookings-p .btn-block{*/


/*   height: 70px !important;*/


/* }*/


/*}*/

.user_image {
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
}

.disabl {
    cursor: default !important;
    opacity: 0.5;
}

.propert-actions form,
.btn-invoice {
    display: inline-block !important;
    vertical-align: super !important;
    float: right;
}

.container-charges p {
    font-size: 20px !important;
    margin-bottom: 5px !important;
}

.propert-actions i {
    font-size: 23px !important;
}

.bookings-show i {
    font-size: 20px !important;
}

.text-big {
    font-size: 15px;
    line-height: 10px;
    vertical-align: text-top;
}

.font-20 {
    font-size: 20px !important;
}

.accordian-border {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

li.tabs-body-b a.active {
    border: 0px !important;
}

li.tabs-body-b a {
    font-size: 15px !important;
    font-weight: 500 !important;
}

a.nav-link.tabs-bottom-b.active:after {
    background-color: #9267ae;
}

.approve-btn {
    padding: 3px 10px !important;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 400 !important;
}

.app-de-btn {
    padding: 3px 10px !important;
    color: #fff;
    font-weight: 400 !important;
}

a.btn.btn-success {
    color: #fff;
}

a.btn.btn-success:hover {
    color: #fff;
}

a.btn.btn-danger {
    color: #fff;
}

a.btn.btn-danger:hover {
    color: #fff;
}

table.top-b td {
    vertical-align: middle;
    border-top: 0px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.cal-badge {
    padding: 12px 8px;
    margin-bottom: 10px;
    min-width: 100px;
}

.tooltip.show p {
    color: white;
    text-align: left;
}

.plan-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
}

.plan-bg {
    background: #e2e1e0;
}

.plan-text {
    padding: 6px 10px 6px 20px;
    background: #f5f5f5;
    margin-bottom: 10px !important;
}

.copy-link-border {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.google-cal-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(#fff, #f7f7f7);
    ;
    color: #3c4043;
}

.google-cal-btn:hover {
    color: #000;
}

.copy-btn {
    background-color: #9267ae;
    border: 1px solid #9267ae;
    color: #fff !important;
}

.copy-btn h5 {
    color: #fff;
}

.black-btn {
    background: #4d4a4e;
    border-color: #4d4a4e;
    color: #fff !important;
    border-radius: 5px;
    padding: 13px 33px;
}

.navbar-toggler {
    border: 2px solid #9267ae !important;
}

@media only screen and (max-width: 576px) {
    .font-15 {
        font-size: 15px;
    }
    .font-xs-14 {
        font-size: 14px;
    }
    .f-13-small {
        font-size: 13px;
    }
    .btn-block-small {
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 576px) {
    .f-14-large {
        font-size: 14px;
    }
}

.video-btn {
    z-index: 999;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: linear-gradient(#9267ae, #fb5252);
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 38%;
    left: 45%;
    cursor: pointer;
    font-size: 25px;
    animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.9);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

.portfolio-item-text {
    border: 1px solid #f1f1f1;
    border-top: 0px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .search-datatable {
        width: 100%;
    }
    .agent-search-datatable {
        width: 100%;
    }
    .w-65 {
        max-width: 100% !important;
    }
    .font-30 {
        font-size: 20px;
    }
    .onoffswitch {
        position: absolute;
        top: 0;
        right: 0;
    }
    .font-sm-30 {
        font-size: 30px;
    }
    .font-sm-14 {
        font-size: 14px;
    }
    .prop-card-h {
        padding: 10px 3px;
    }
    .home-desktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .home-mobile {
        display: none;
    }
    .search-datatable {
        width: 300px;
    }
    .agent-search-datatable {
        width: 300px;
    }
}

.agent-bio {
    display: inline-block;
    list-style: none;
    text-align: left;
}

.account-badge {
    border-radius: 10px;
    padding: 4px 5px;
    display: table;
    margin-right: 10px;
}

.agent-pic {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 500px) {
    .agent-pic {
        width: 150px;
        height: 150px;
    }
}

.desc-card {
    background-color: #59c59e;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.feedbox {
    padding: 25px 50px;
    box-shadow: -60px 0px 100px -90px #ccc, 60px 0px 100px -90px #ccc;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}

.feedbox label {
    margin-top: 13px;
    margin-bottom: 4px;
}

.feebox .form-control {
    padding: 10px .75rem !important;
}

.own-image {
    width: 180px;
    border-radius: 100%;
    margin: 0 auto;
}

.feedback-hdr-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.nav-item a.plan-tab {
    background-color: green !important;
    padding: 10px 10px !important;
}

.nav-item a.plan-tab.active {
    background-color: #fff !important;
    padding: 10px 10px !important;
}

.nav-tabs .nav-item a.nav-link.plan-tab {
    color: #fff !important;
    border: 2px solid transparent !important;
}

.nav-tabs .nav-item a.nav-link.plan-tab.active {
    color: green !important;
    border: 2px solid #3d8117 !important;
}

.nav-tabs .nav-item .nav-link.plan-tab.active:after {
    height: 0px;
}

li a.nav-link.plan-tab.active {
    border: 0px !important;
}

.price-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1);
}

.box-equal {
    padding-bottom: 50px;
    padding-top: 50px;
    height: 281px;
}

@media only screen and (max-width: 600px) {
    .box-equal {
        height: 260px;
    }
}

.price-header {
    background-color: #9267ae;
    text-align: center;
}

.price-btn {
    color: #9267ae;
    border-radius: 2px;
}

.price-btn:hover {
    color: #9267ae;
    border-radius: 2px;
}

.op-5 {
    opacity: 0.7;
}


/*.img-header {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(90, 90, 90, 0.12);
  -moz-box-shadow: 0px 5px 5px 0px rgba(90, 90, 90, 0.12);
  box-shadow: 0px 5px 5px 0px rgba(90, 90, 90, 0.12);
}
*/

.how-it-works .card-body,
.testimonials .card-body {
    border-radius: 5px;
    padding: 30px 30px 37px 30px !important;
    border-top: 6px solid transparent;
}

.how-it-works .card-body:hover,
.testimonials .card-body:hover,
.testimonials .card-body.active {
    border-top: 6px solid #fb5252;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.owl-item.active.center .card-body {
    border-top: 6px solid #fb5252;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.owl-item.active.center .card-body i,
.owl-item.active.center .card-body .name {
    color: #fb5252;
}

.testimonials .card-body:hover i,
.testimonials .card-body.active i,
.testimonials .card-body:hover .name,
.testimonials .card-body.active .name {
    color: #fb5252;
}

.testimonials i {
    font-size: 30px;
    color: #d3d4dc;
}

.img-video {
    cursor: pointer;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.hr-columns {
    border-color: #d3d4dc !important;
    margin: 10px 0 !important;
}

.lh-30 {
    line-height: 30px;
}

.lh-24 {
    line-height: 24px;
}

.mb-35 {
    margin-bottom: 35px;
}

th {
    font-weight: 500 !important;
}

.hr-footer {
    border-color: #fdfcff66;
}

.cursor-pointer,
.cursor-pointer label {
    cursor: pointer;
}

.price-text-color {
    color: #6893ee;
}

.price-heade-color1 {
    color: #2c7b76;
}

.price-heade-color2 {
    color: #c4ec37;
}

.price-heade-color3 {
    color: #ffcc36;
}

.price-heade-color4 {
    color: #c83a3a;
}

.f5f5f5 {
    border-color: #f9f3f3 !important;
    border-radius: 10px;
}

.circle-1 {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background: #2c7b76;
}

.circle-2 {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background: #c4ec37;
}

.circle-3 {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background: #ffcc36;
}

.circle-4 {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background: #c83a3a;
}

@media only screen and (max-width: 992px) {
    .pricing-desktop {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .pricing-mobile {
        display: none;
    }
}

.disable-btn-property {
    padding: 10px 5px;
    text-align: center;
    font-weight: 600;
    font-size: 18px !important;
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}

.disable-btn-property .img-invert {
    filter: invert(0) !important;
}

.disable-btn-property p {
    font-size: 15px;
    padding: 0 10px;
    margin-top: 10px;
    font-weight: 500;
}

@media (min-width: 1440px) {
    .footer-bg-image {
        padding-top: 147px !important;
    }
}

@media (min-width: 2000px) {
    .footer-bg-image {
        padding-top: 270px !important;
    }
}

.calender-header {
    background: #38274C;
    padding: 10px 1rem;
}

.calendar-footer-bg {
    padding-top: 20px;
    background: #38274C;
    padding-bottom: 20px;
}

.slider {
    height: 21px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    top: 3px;
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #79589f;
}

input:focus+.slider {
    box-shadow: 0 0 1px #79589f;
}

input:checked+.slider:before {
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#customBtn {
    display: block;
    margin: 0 auto !important;
    background: white;
    margin-bottom: 20px !important;
    color: #444;
    width: 270px;
    border-radius: 5px;
    border: thin solid #888;
    white-space: nowrap;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

#customBtn-moxi {
    display: block;
    margin: 0 auto !important;
    background: white;
    margin-bottom: 20px !important;
    color: #444;
    width: 270px;
    border-radius: 5px;
    border: thin solid #888;
    white-space: nowrap;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

#customBtn:hover {
    cursor: pointer;
    background: #4285F4;
    border: thin solid #4285F4;
    box-shadow: 1px 1px 1px transparent;
    border-radius: 0px
}

#customBtn-moxi:hover {
    cursor: pointer;
    background: #000000;
    border: thin solid #000000;
    box-shadow: 1px 1px 1px transparent;
    border-radius: 0px
}

#customBtn:hover span.icon {
    border-radius: 0px;
}

#customBtn-moxi:hover span.icon-moxi {
    border-radius: 0px;
}

span.icon {
    background: url(http://localhost:3000/g-normal.png) #fff 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 5px;
}

span.icon-moxi {
    background: url(http://localhost:3000/moxi-icon.png) #fff 10px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background-size: 25px;
    border-radius: 5px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#customBtn:hover span.buttonText {
    color: #fff;
}

#customBtn-moxi:hover span.buttonText {
    color: #fff;
}

.f-14 {
    font-size: 14px;
}

.switch.switch-index {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch.switch-index input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.slider-index {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    height: 21px;
    width: 40px;
}

.slider.slider-index:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 4px;
    top: 2px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider.slider-index {
    background-color: #79589f;
}

input:focus+.slider.slider-index {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider.slider-index:before {
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round.slider-index {
    border-radius: 34px;
}

.slider.round.slider-index:before {
    border-radius: 50%;
}

.cursor {
    cursor: pointer;
}

.datepicker-dropdown {
    background-color: #fff;
    padding: 10px 10px;
}

.date-icn {
    position: absolute;
    top: 43px;
    right: 28px;
}

.f-24 {
    font-size: 24px;
}

.f-22 {
    font-size: 22px !important;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-600 {
    font-weight: 600 !important;
}

.f-weight-400 {
    font-weight: 400 !important;
}

.new-p-card {
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff !important;
}

.p-c-footer {
    padding: 18px 29px;
}

.new-p-card:hover {
    top: -5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.new-p-drop-down {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    left: inherit;
    right: 0;
}

.c-4d5055 {
    color: #4d5055 !important;
}

.c-00000070 {
    color: #00000070;
}

.px-125rem {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.action-toggle[aria-expanded=false]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0de";
    float: right;
    font-size: 14px;
    transform: rotate(180deg);
    margin-top: -5px;
}

.action-toggle[aria-expanded=true]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0de";
    float: right;
    font-size: 14px;
}

.action-toggle2[aria-expanded=false]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    float: right;
    transform: rotate(180deg);
    padding: 0 0.5rem;
    line-height: 36px;
}

.action-toggle2[aria-expanded=true]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    float: right;
    padding: 0 0.5rem;
    line-height: 36px;
}

.action-toggle2[aria-expanded=false]:hover:before {
    color: #fff !important;
}

.action-toggle2[aria-expanded=true]:hover:before {
    color: #fff !important;
}

.border-top-6-red {
    border-top: 6px solid #f35051 !important;
}

.border-top-6-mute {
    border-top: 6px solid #a8a8a8 !important;
}

.border-top-6-yellow {
    border-top: 6px solid #dfc12d !important;
}

.border-top-6-blue {
    border-top: 6px solid #8989fb !important;
}

.f-12 {
    font-size: 12px;
}

.line-h-16 {
    line-height: 16px;
}

.btn-outline-primary {
    border-color: #38274c !important;
    color: #38274c;
}

.f-15 {
    font-size: 15px;
}

.btn-outline-primary:hover {
    background: #38274c !important;
}

.btn-outline-primary:active {
    color: #fff !important;
}

.mission-box-handler {
    right: -5px;
}

.mission-box {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 50px 40px;
}

.mission-box-handler {
    position: absolute;
    top: -5px;
    font-size: 18px;
    cursor: pointer;
}

.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.md-stepper-horizontal .md-step {
    display: table-cell;
    position: relative;
    padding: 0 5px;
}

.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}

.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color: #bcbccb99;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display: none !important;
}

.md-stepper-horizontal .md-step .md-step-circle {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-color: #bcbccb;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-weight: 600;
    color: #02263d;
}

.md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color: #00AE4D;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    border: solid 1px #9367ae;
    background-color: #f5fbff;
    color: #9367ae;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: rgb(33, 150, 243);
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f00c";
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display: none;
}

.md-stepper-horizontal .md-step.editable .md-step-circle {
    transform: scaleX(-1);
}

.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f040";
}

.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Raleway", sans-serif !important;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 500;
    color: #9367ae;
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-optional {
    font-size: 12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
    color: rgba(0, 0, 0, .54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 19px;
    height: 1px;
    border-top: 2px solid #f4f7f9;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
    right: 0;
    left: 50%;
    margin-left: 28px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
    left: 0;
    right: 50%;
    margin-right: 28px;
}

.line-height12 {
    line-height: 1.2 !important;
}

.mission-step .md-step .md-step-circle {
    background: #f1f9ff !important;
}

.mission-step .md-step .md-step-bar-left {
    border-top: 2px solid #f1f9ff !important;
    margin-right: 19px !important;
}

.mission-step .md-step .md-step-bar-right {
    border-top: 2px solid #f1f9ff !important;
    margin-left: 19px !important;
}

.mission-step .md-step .md-step-title {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #02263d;
}

.mission-step .md-step.active .md-step-title {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #9367ae !important;
}

.mission-step .md-step.active .md-step-bar-right {
    border-top: 2px solid #9367ae !important;
}

.mission-step .md-step.active .md-step-bar-left {
    border-top: 2px solid #9367ae !important;
}

.w-15 {
    width: 15px;
    height: 15px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

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

.action-toggle {
    display: block;
    width: -moz-max-content;
    width: max-content;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.btn:focus {
    box-shadow: none !important;
}

.accordion-edit .card-header {
    background-color: transparent;
}

.accordion-edit .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-edit .card-header h5 {
    color: #02263d;
    line-height: 22px;
}

.accordion-edit .form-check-input {
    margin-top: 0.55rem !important;
}

.accordion-edit .form-check-label {
    line-height: 30.78px;
}

.accordion-edit .w-input {
    width: 150px;
    display: inline-block;
    max-height: 20px !important;
}

@media (max-width: 991px) {
    .mission-box {
        padding: 30px 20px;
    }
    .accordion-edit .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordion-edit .w-input {
        width: 100px;
    }
}

.break {
    border: 1px solid #d1d1d1;
    padding: 15px;
    padding-right: 20px;
    position: relative;
}

.delete-break {
    position: absolute;
    right: 10px;
    top: 5px;
}

.w-60 {
    width: 80px;
}

@media(max-width: 400px) {
    .f-xs-22 {
        font-size: 22px;
    }
}

.accordion-edit .card-header:hover {
    border: 1px solid #38274C;
}

.accordion-edit .card-header {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.nav-pills li a {
    background: #efefef !important;
    margin-right: 5px;
    border: 1px solid #fff !important;
    margin-bottom: 10px;
}

.nav-pills li a.active {
    color: #9267ae !important;
    background: #f9f9f9 !important;
    border: 1px solid #9267ae !important;
}

.nav-pills li:nth-child(1) a {
    border-bottom: 6px solid #dfc12d !important;
}

.nav-pills li:nth-child(2) a {
    border-bottom: 6px solid #28a745 !important;
}

.nav-pills li:nth-child(3) a {
    border-bottom: 6px solid #f35051 !important;
}

.nav-pills li:nth-child(4) a {
    border-bottom: 6px solid #007bff !important;
}

.nav-pills li:nth-child(5) a {
    border-bottom: 6px solid #8989fb !important;
}

.lh-22 {
    line-height: 22px;
}

.w-125 {
    width: 125px;
}

.w-115 {
    width: 115px;
}

.w-65 {
    max-width: 65%;
}

@media(max-width: 575px) {
    .nav-pills .nav-link {
        padding: 0.3rem 0.5rem;
    }
    .mission-box {
        padding: 20px 10px;
    }
}

@media(min-width: 768px) {
    .w-sm-20 {
        width: 20%;
    }
    .w-sm-50 {
        width: 50%;
    }
}

.accordion-edit label {
    font-size: 15px;
}

label {
    font-weight: 500;
}

.accordion-edit h5[aria-expanded="false"] i:before {
    content: '\f0fe';
}

.accordion-edit h5[aria-expanded="true"] i:before {
    content: '\f146';
}

.accordion-edit h5 i {
    margin: 0;
    font-size: 22px;
}

.copy-link i {
    font-size: 30px;
}

.tooltip-copy {
    top: -10px !important;
}

.btn-sm {
    border-radius: 5px;
}

.w-200 {
    width: 200px;
}

.info {
    font-size: 16px;
}

#toast-container>div {
    opacity: 1 !important;
}

.tab-number {
    background-color: #a8a8a8;
    display: inline-block;
    margin-left: 5px;
    padding: 4px 7px 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 20px;
    color: #fff;
    border-radius: 10px;
}

.tab-number.active,
.active .tab-number {
    background-color: #fb5252;
}

.xdsoft_time.xdsoft_disabled {
    display: none;
}

.badge-rescheduled {
    color: #ffffff;
    background-color: #007bff
}

.op-4 {
    opacity: 0.4;
}

.img-premium {
    margin-top: -7px;
    height: 22px;
}

.card-inactive {
    text-align: center;
    position: relative;
}

.link-inactive {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 105px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.1s ease-in;
    pointer-events: none;
    will-change: transform;
}

.card-inactive .badge-inactive {
    position: relative;
    top: 23px;
    right: 21px;
    z-index: 1;
    display: block;
    width: 160px;
    padding: 9px 0 6px 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #fb5252;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
    transition: all 0.1s ease-in;
    pointer-events: auto;
}

@media(min-width: 1200px) {
    .vh-100 {
        height: calc(100vh - 300px);
    }
    .card-inactive {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.slider.slider-price {
    height: 10px;
    width: 32px;
    border-radius: 5px !important;
}

.slider.slider-price:before {
    height: 18px;
    width: 18px;
    top: -4px;
    left: 0px !important;
    box-shadow: 0 1px 3px 0, rgba(0, 0, 0, 0.5);
}

.img-invert {
    width: 30%;
    margin-bottom: 20px;
    filter: invert(1)
}

.spinner {
    margin: 0px 0px;
    width: 50px;
    height: 25px;
    font-size: 10px;
}

.spinner>div {
    background-color: #696969;
    height: 100%;
    width: 4px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1.0s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.header__credits {
    background: #fcfcff;
    border: 1px solid #9367ae;
    border-radius: 2px;
    padding: 9px 12px;
    cursor: default;
}

.header__credits a {
    color: #9367ae !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0px !important;
    cursor: pointer;
}

.header_buy_credit {
    color: #fff !important;
}

.header_buy_credit a {
    color: #fff !important;
    font-size: 14px;
}

.header_buy_credit span {
    line-height: 0px !important;
}

.btn.btn-primary.credit-modal {
    background: transparent;
    color: #333333 !important;
}

.btn.btn-primary.credit-modal:hover {
    background: transparent !important;
    color: #333333 !important;
    cursor: default;
}

.f-22 {
    font-size: 22px !important;
}

.employee-search-btn {
    background-color: #9267ae;
    border: 2px solid #9267ae;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.agent-dropdown {
    background-color: #fff !important;
}

.agent-dropdown .dropdown-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.agent-btn {
    background: #fff;
    border: 2px solid #9367ae;
    padding: 8px 12px;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
}

.agent-btn:hover,
.agent-btn:focus {
    background: #9367ae;
    border: 2px solid #9367ae;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

#example_filter {
    display: none;
}

.search-datatable {
    border-radius: 23px;
    padding: 9px 19px;
    display: inline-block;
    border-color: #ededed !important;
}

.agent-search-datatable {
    border-radius: 23px;
    padding: 9px 19px;
    display: inline-block;
    border-color: #ededed !important;
}

.agent-table {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 0;
    border-right: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.dataTables_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.agent-table td {
    border-top: 0px !important;
}

.agent-table .sorting_asc:before,
.agent-table .sorting_asc:after,
.agent-table .sorting_asc:before,
.agent-table .sorting:before,
.agent-table .sorting:after,
.agent-table .sorting_desc:after,
.agent-table .sorting_desc:before {
    content: " " !important;
}

.table-setting .dataTables_info,
.table-setting .dataTables_length {
    display: inline-block;
    margin-right: 6px;
}

.table-setting select {
    padding: 0;
    border: 0;
    font-size: 15px !important;
}

.agent-table.table th {
    padding: 13px 17px 13px 0;
    font-size: 15px;
    border-top: 0px !important;
    border-color: #ededed !important;
}

.agent-btn span:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 12px;
    vertical-align: -2px;
}

.agent-table.table td {
    padding: 13px 17px 13px 0;
    font-size: 15px;
    border-top: 0px !important;
}

.agent-table.dataTable {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.dropdown-actions .dropdown-toggle {
    padding: 7.5px 28px;
    border-radius: 5px;
    border: 1px solid #ededed;
    font-weight: 400 !important;
}

.dropdown-actions .dropdown-menu {
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    filter: drop-shadow(-1.509px 1.312px 15.5px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    border: 1px solid #ededed;
    text-align: left;
    min-width: 0rem;
}

.agent-card {
    border-color: #ededed !important;
    border-radius: 0px;
    border-top: 0;
}

.c-333333 {
    color: #333333 !important;
}

.f-60 {
    font-size: 60px;
}

.c-e69da6 {
    color: #e69da6;
}

div.ei,
input.ei {
    min-height: 48px !important;
}

.price-info-i:hover {
    color: #9367ae;
    cursor: pointer;
}

.price-info-i {
    padding: 10px;
    text-align: center;
}

.creation-warning-banner {
    background: #ffd28b;
    border-radius: 5px;
    padding: 15px 30px;
    border-left: 8px solid #f9a800;
    border-right: 8px solid #f9a800;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

.select2-container--default .select2-selection--single {
    padding: 6px 0px;
    height: 48px !important;
    font-size: 13px;
    position: relative;
    border: 1px solid #ced4da !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: 0 !important;
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-results__option {
    font-size: 13px !important;
}

.select2-search__field:focus {
    outline: 0 !important;
}

.select2-search__field {
    font-size: 13px !important;
}

.employe-tab-design {
    border-bottom: 1px solid #ededed !important;
}

.employe-tab-design li a.active {
    border-left: 1px solid #ededed !important;
    border-top: 1px solid #ededed !important;
    border-right: 1px solid #ededed !important;
    border-bottom: 0px !important;
    background: #fff !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.employe-tab-design li a.active:after {
    background: #fff !important;
}

.employe-tab-design li a:after {
    background: #fff !important;
}

.onoffswitchpro {
    position: relative;
    width: 100px;
    -webkit-user-select: none;
}

.onoffswitch-checkboxpro {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-labelpro {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
}

.onoffswitch-innerpro {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-innerpro:before,
.onoffswitch-innerpro:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-innerpro:before {
    content: "Active";
    padding-left: 9px;
    background-color: #9267AE;
    color: #FFFFFF;
}

.onoffswitch-innerpro:after {
    content: "Inactive";
    padding-right: 9px;
    background-color: #EAEAEA;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switchpro {
    display: block;
    height: 29px;
    width: 29px;
    margin: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkboxpro:checked+.onoffswitch-labelpro .onoffswitch-innerpro {
    margin-left: 0;
}

.onoffswitch-checkboxpro:checked+.onoffswitch-labelpro .onoffswitch-switchpro {
    right: 0px;
}

.switch-position {
    display: block;
    margin: -30px auto 0;
}

.va-9 {
    vertical-align: 9px;
}

.admin-static-table th {
    border: 0;
    white-space: nowrap;
}

.admin-static-table td {
    border: 0;
    white-space: nowrap;
    padding-bottom: 4px;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: inherit;
}

.owl-theme .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
}

.owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background-color: #fb5252 !important;
}

.f-13 {
    font-size: 13px;
}

.va-19 {
    vertical-align: 19px;
}

.word-break-force {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.f-18 {
    font-size: 18px !important;
}

#map {
    width: 600px;
    height: 400px;
}

table td, table th{
    padding: 0.75rem 0.45rem !important;
}
